.hidden {
  display: none !important;
}
i {
  /* use !important to prevent issues with browser extensions that change fonts */
  position: relative;
  top: -1px;
  display: inline-block;
  font-family: 'Airfree' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: middle;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-menu::before {
  content: "\e900";
}
.icon-phone::before {
  content: "\e901";
}
.icon-envelope::before {
  content: "\e902";
}
.icon-cancel::before {
  content: "\e903";
}
.icon-help::before {
  content: "\e904";
}
.icon-rub::before {
  content: "\e905";
}
.icon-arrow-right::before {
  content: "\e906";
}
.icon-home::before {
  content: "\e907";
}
body {
  position: relative;
  min-width: 300px;
  color: #343434;
  font-family: 'SFUIText', sans-serif;
  font-size: 17px;
  line-height: 1.47;
  background: #fff;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media (min-width: 1240px){
  body{
    overflow: visible !important;
  }
}
a {
  color: #4388bc;
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
button {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
input,
textarea {
  padding: 0 20px;
  width: 100%;
  height: 50px;
  color: #343434;
  font-size: 13px;
  background-color: #eef2f7;
  border: 1px solid #999c9f;;
  outline: 0;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
input:-webkit-input-placeholder,
textarea:-webkit-input-placeholder {
  color: #262626;
  opacity: 0.4;
}
input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #262626;
  opacity: 0.4;
}
input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #262626;
  opacity: 0.4;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #262626;
  opacity: 0.4;
}
input:focus,
textarea:focus {
  background: #fff;
  border: 1px solid #cde3f6;
}
input.error,
textarea.error {
  background: #fff;
  border-color: #ec4444;
}
input.error:focus,
textarea.error:focus {
  border-color: #ec4444 !important;
}
input.error:-webkit-input-placeholder,
textarea.error:-webkit-input-placeholder {
  color: #ec4444;
  opacity: 1;
}
input.error:-moz-placeholder,
textarea.error:-moz-placeholder {
  color: #ec4444;
  opacity: 1;
}
input.error:-moz-placeholder,
textarea.error:-moz-placeholder {
  color: #ec4444;
  opacity: 1;
}
input.error:-ms-input-placeholder,
textarea.error:-ms-input-placeholder {
  color: #ec4444;
  opacity: 1;
}
textarea {
  padding: 15px 20px;
  height: auto;
  min-height: 80px;
  resize: vertical;
}
input[type=checkbox],
input[type=radio] {
  width: 0;
  height: 0;
  opacity: 0;
}
.g-hidden {
  height: 0;
  overflow: hidden;
}
.g-reset-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.g-container {
  margin: 0 auto;
  width: 1170px;
  position: relative;
}
.g-container:before,
.g-container:after {
  content: '';
  display: table;
  clear: both;
}
.g-container_fuild {
  padding: 0 40px;
  width: auto;
}
.g-clearfix:before,
.g-clearfix:after {
  content: '';
  display: table;
  clear: both;
}
.g-icon {
  position: relative;
  top: -1px;
  margin-right: 10px;
  display: inline-block;
  width: 16px;
  height: 16px;
  vertical-align: middle;
}
.g-icon-phone {
  background: url(../img/phone.png) center no-repeat;
}
.g-button {
  position: relative;
  padding: 16px 35px 15px;
  display: inline-block;
  font-size: 16px;
  line-height: 1;
  letter-spacing: -0.2px;
  text-align: center;
  text-overflow: ellipsis;
  border: 0;
  outline: 0;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.g-button .icon-phone {
  margin-right: 8px;
  font-size: 16px;
}
.g-button_large {
  padding: 21px 52px;
  font-size: 18px;
}
.g-button_blue {
  color: #6795b9;
  border: solid 1px #74a3c6;
}
.g-button_yellow {
  color: #3f4857;
  background-color: #f6e502;
}
.g-button_yellow:hover {
  background-color: #ffed8f;
}
.g-button__icon {
  position: absolute;
  top: 0;
  left: 100%;
  bottom: 0;
  margin-left: 5px;
  width: 56px;
  color: #3f4857;
  font-size: 18px;
  font-weight: 700;
  line-height: 56px;
  background: inherit;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.g-button-play {
  padding: 30px 0 30px 104px;
  display: inline-block;
  max-width: 280px;
  min-height: 100px;
  color: #262626;
  font-size: 13px;
  line-height: 1.54;
  letter-spacing: -0.1px;
  text-transform: uppercase;
  background: url(../img/play.png) center left no-repeat;
  vertical-align: middle;
}
.jq-radio {
  position: relative;
  top: -2px;
  margin-right: 8px;
  display: inline-block;
  width: 20px;
  height: 20px;
  border: 2px solid #cde3f6;
  cursor: pointer;
  vertical-align: middle;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.jq-radio:hover {
  border-color: #f6c202;
}
.jq-radio.checked {
  border-color: #f6c202;
}
.jq-radio.checked .jq-radio__div {
  display: block;
}
.jq-radio.disabled {
  opacity: 0.4;
  cursor: default;
}
.jq-radio.disabled:hover {
  border-color: #cde3f6;
}
.jq-radio.disabled + label {
  cursor: default;
  opacity: 0.4;
}
.jq-radio__div {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  display: none;
  width: 10px;
  height: 10px;
  background: #f6c202;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.jq-checkbox {
  position: relative;
  top: -2px;
  margin-right: 8px;
  display: inline-block;
  width: 18px;
  height: 18px;
  background: #cde3f6;
  cursor: pointer;
  vertical-align: middle;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.jq-checkbox:hover {
  background: #f6e502;
}
.jq-checkbox.checked {
  background: #f6e502;
}
.jq-checkbox.checked .jq-checkbox__div {
  display: block;
}
.jq-checkbox.disabled {
  opacity: 0.5;
  cursor: default;
}
.jq-checkbox.disabled:hover {
  background: #cde3f6;
}
.jq-checkbox.disabled + label {
  cursor: default;
  opacity: 0.4;
}
.jq-checkbox__div {
  position: absolute;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
  height: 100%;
  background: url(../img/check.png) center no-repeat;
}
.b-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: none;
  background: #000;
  opacity: 0.75;
  z-index: 101;
}
.b-swipenav {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  display: none;
  width: 25px;
  z-index: 100;
}
.b-slidenav {
  position: fixed;
  top: 97px;
  left: -260px;
  width: 250px;
  height: 100%;
  z-index: 102;
}
.b-slidenav__inside {
  height: 100%;
  background: #fff;
  -webkit-box-shadow: 1px 1px 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 1px 1px 1px 2px rgba(0, 0, 0, 0.2);
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
}
.b-slidenav__inside_opened {
  -webkit-transform: translateX(260px);
  -ms-transform: translateX(260px);
  transform: translateX(260px);
}
.b-slidenav__list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.b-slidenav__item {
  float: none;
  margin: 0;
  padding: 0;
  border-bottom: 1px solid #cde3f6;
}
.b-slidenav__item_current {
  background: #cde3f6;
}
.b-slidenav__link {
  padding: 15px 15px 14px;
  display: block;
  color: #343434;
  font-size: 13px;
  text-transform: uppercase;
}
.b-header {
  position: relative;
  left: 0;
  top: 0;
  width: 100%;
  background: #fff;
  border-bottom: solid 1px #cde3f6;
  z-index: 103;
}
.b-header.animated {
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
}
.b-header_fixed {
  position: fixed;
  top: 0 !important;
  -webkit-box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.1);
}
.b-modal__group small{
  font-size: 13px;
}
/*.b-header_fixed .b-header__logo {
  margin-top: 0;
}*/
.b-header_fixed .b-nav__link {
  padding: 10px 0 5px;
}
/*.b-header_fixed .b-header__contactsbox {
  margin-top: 12px;
}*/
.b-header__toggle {
  display: none;
  width: 32px;
  height: 32px;
  color: #74a3c6;
  line-height: 32px;
  text-align: center;
  cursor: pointer;
}
.b-header__toggle .icon-menu {
  font-size: 24px;
}
.b-header__toggle .icon-cancel {
  font-size: 17px;
}
.b-header__logo {
  float: left;
  margin: 0px 33px 0 0;
}
.b-header__nav {
  float: left;
}
.b-header__left-col{
  float: left;
  max-width: 1220px;
}
.products-learn-more{
  color: #64b5f6;
}
.products-learn-more:hover {
    color: #1c92f2;
    text-decoration: underline;
}
.products-learn-more+.b-content__text{
  display: none;
}
.products-learn-more+.b-content__text :last-child{
  margin-bottom: 0;
}
.b-cart{
  float: right;
  background: none;
  position: relative;
  line-height: 58px;
  padding-right: 21px;
  height: 60px;
  margin-top: 9px;
}
.b-cart__buy{
  height: 40px;
  background-color: #f4c603;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}
.b-cart__quantity{
  background-color: #fff;
  border-radius: 100%;
  line-height: 16px;
  width: 16px;
  box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.24);
  position: absolute;
  right: 3px;
  top: 3px;
  color: #fff;
  text-align: center;
  z-index: 2;
  -webkit-transition: .25s;
  -o-transition: .25s;
  transition: .25s;
  font-size: 9px;
  font-weight: 900;
  color: #343434;
}
.b-cart__total{
  position: absolute;
  bottom: 15px;
  right: 19px;
  padding-right: 9px;
  left: 79px;

}
.b-cart__total-value{
  text-align: right;
  white-space: nowrap;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
  bottom: 0px;
  position: absolute;
  right: 10px;
}
.b-cart__row:nth-child(4){
  margin-top: 2px;
  margin-bottom: 3px;
}
.b-cart__total-value+.icon-rub{
  margin-right: -2px;
  position: absolute;
  bottom: 2px;
  right: 0;
  top: auto;
}
.b-cart__arrow:before{
  position: absolute;
  top: 13px;
  left: 10px;
  background-color: #fff;
  height: inherit;
  width: 20px;
  content: '';
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.24);
  -webkit-transform: skew(10deg);
  -ms-transform: skew(10deg);
  -o-transform: skew(10deg);
  transform: skew(0, 53deg) translateZ(0);
  -webkit-transform-origin: 100%;
  -moz-transform-origin: 100%;
  -ms-transform-origin: 100%;
  -o-transform-origin: 100%;
  transform-origin: 50%;
}
.b-cart__arrow{
  z-index: 22;
  top: 44px;
  left: 14px;
  height: 16px;
  width: 20px;
  overflow: hidden;
  position: absolute;
  visibility: hidden;
  opacity: 0;
  transition: opacity .25s, visibility .0s .25s, box-shadow .25s;
}
.cart-opened .b-cart__arrow{
  visibility: visible;
  opacity: 1;
  transition: opacity .25s, visibility .0s, box-shadow .25s;
}
.b-cart__dropdown{
  line-height: 1.1;
  font-size: 13px;
  position: absolute;
  background-color: #fff;
  width: 275px;
  top: 57px;
  left: 24px;
  right: 0;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: .25s;
  -o-transition: .25s;
  transition: opacity .25s, visibility .0s .25s, box-shadow .25s;
  padding: 6px 0px 44px 12px;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.24);
  z-index: 22;
}
.b-cart__list{
  max-height: calc(100vh - 161px);
  overflow: auto;
}
.js-open-modal.button_cart{
  position: absolute;
  bottom: 16px;
  top: auto;
  width: calc(100% - 30px);
  display: block;
  max-width: 100%;
  right: 16px;
}
.b-cart__item{
  padding-top: 6px;
  padding-bottom: 8px;
  margin-right: 12px;
  border-bottom: solid 1px #cde3f6;
}
.b-cart .icon-rub{
  font-size: 11px;
}
.b-cart__item-quantity-value{
  background-color: #fff;
  display: inline-block;
  border-color: #cde3f6;
  width: 34px;
  padding: 1px 3px;
  line-height: inherit;
  height: auto;
  font: inherit;
  margin-top: -1px;
  text-align: center;
}
.b-cart__item-quantity-value:focus{
  border: solid 1px #f6e502;
}
.b-cart__dropdown *{
  font-weight: 400;
}
.b-cart__row-title{
  font-size: 16px;
  font-weight: 300;
}
.b-cart__row{
  margin: 3px 6px;
  display: inline-block;
  vertical-align: top;
}
.b-cart__row:first-child{
  margin-bottom: 12px;
  margin-top: 3px;
  overflow: hidden;
  white-space: nowrap;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: block;
}
.b-cart__row:nth-last-child(2){
  float: right;
  margin-left: 0;
  max-width: 63px;
  overflow: hidden;
  white-space: nowrap;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.b-cart__row:nth-child(2){
  margin-right: 3px;
}
.b-cart__control_remove{
  display: none !important;
}
.b-cart__btn{
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  background-color: transparent;
  cursor: pointer;
  line-height: 1.5;
  padding: 18px 9px 18px 36px;
  position: relative;
  height: 40px;
  z-index: 9;
  vertical-align: middle;
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
  background-color: #f4c603;
  border-right: 1px solid rgba(52,52,52,.1);
}
.b-cart__btn:after{
  height: 14px;
  width: 40px;
  content: '';
  background: url(/img/basket.svg) center / auto 100% no-repeat;
  position: absolute;
  top: 14px;
  left: 4px;
  -webkit-transition: .25s;
  -o-transition: .25s;
  transition: .25s;
}
.b-cart__btn-text{
  border: 1px solid #02cbfe;
  -webkit-transition: .25s;
  -o-transition: .25s;
  transition: .25s;
  -webkit-box-shadow: 0 0 7px rgba(2, 203, 254, .65);
  box-shadow: 0 0 7px rgba(2, 203, 254, .65);
  padding: 3px;
}
.b-cart__btn:focus{
  outline: none;
}
.b-cart__btn:disabled .b-cart__btn-text{
  border-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  cursor: default;
}
.b-cart__control{
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  background-color: #f4c603;
  border-radius: 100%;
  width: 30px;
  padding: 0;
  line-height: 28px;
  display: inline-block;
  text-align: center;
  -webkit-transition: .25s;
  -o-transition: .25s;
  transition: .25s;
  margin-top: -5px;
  vertical-align: top;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.b-cart__control:hover,
.b-cart__btn-text:hover{
  -webkit-box-shadow: none;
  box-shadow: none;

}
.b-cart__control:hover{
  background-color: #ffed8f;
}
.b-cart__btn:not(:disabled):hover{
  background-color: #ffed8f;
}
.b-cart__control:focus{
  outline: none;
}
.cart-opened .b-cart__dropdown{
  visibility: visible;
  opacity: 1;
  transition: opacity .25s, visibility .0s, box-shadow .25s;
}
.cart-opened{
  -webkit-transition: .25s;
  -o-transition: .25s;
  transition: .25s
}
.b-header__contactsbox {
  float: right;
  margin: 0px 0px 0 0;
  max-width: 222px;
  text-align: center;
  line-height: 1.25;
}
.b-header__contactsbox-inner{
  display: table-cell;
  vertical-align: middle;
  height: 79px;
  line-height: 1;
}
.b-logo {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.b-nav__list {
  margin: 0;
  padding: 0;
  list-style: none;
  float: left;
}
/*.b-nav__list:first-of-type{
  padding-right: 14px;
  border-right: 1px solid #cde3f6;
  margin-right: 15px;
}*/
.b-nav__item {
  float: left;
  margin-right: 20px;
  line-height: 1;
}
.b-nav__link:hover {
  border-color: #9ed6ff;
}
.b-nav__item_current .b-nav__link {
  border-color: #9ed6ff;
}
/*.b-nav__item:last-child{
  margin-right: 0;
}*/
.b-logo__link{
  line-height: 79px;
  overflow: hidden;
  display: block;
}
.b-logo__link img{
  margin-top: -4px;
}
.b-nav__link {
  line-height: 1.38;
  text-align: center;
  color: #343434;
  font-size: 13px;
  padding: 0px 0 0;
  height: 79px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  vertical-align: middle;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  padding-top: 6px;
  border-bottom: 6px solid transparent;
  -webkit-transition: border 0.3s;
  transition: border 0.3s;
}
.b-contactsbox__phone {
  color: #74a3c6;
  font-size: 13px;
  color: #015ba5;
  white-space: nowrap;
}
.b-contactsbox__email {
  margin-left: 20px;
  color: #74a3c6;
  font-size: 14px;
  font-weight: 300;
  white-space: nowrap;
  float: right;
}
.b-contactsbox__email i {
  margin-right: 4px;
  font-size: 10px;
  margin-top: 1px;
}
.b-stockbox {
  width: 100%;
}
.b-stockbox{
  position: relative;
  z-index: 999;
}
.b-stockbox a {
  display: block;
}
.b-stockbox img {
  width: 100%;
}
.b-genslider {
  position: relative;
}
.b-genslider__item {
  position: relative;
  height: 700px;
  background: #f2f1f1;
}
.b-genslider__item-link-full-page{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.b-genslider__info {
  margin: 151px 0 0;
  max-width: 500px;
}
.b-genslider__title {
  position: relative;
  left: -4px;
  margin: 0 0 23px;
  font-size: 50px;
  font-weight: 300;
  line-height: 1.2;
  letter-spacing: -2px;
}
.b-genslider__button {
  background-color: rgba(246, 229, 2, 0.6);
}
.b-genslider .slick-arrow {
  position: absolute;
  left: 50%;
  bottom: 53px;
  top: auto;
  margin-left: -585px;
  width: 56px;
  height: 56px;
  background-color: #fff;
  border: solid 1px #cde3f6;
  z-index: 1;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.b-genslider .slick-arrow:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -26px 0 0 -10px;
}
.b-genslider .slick-next {
  margin-left: -517px;
}
.b-genslider .slick-dots {
  position: absolute;
  bottom: 60px;
  left: 0;
  right: 0;
  opacity: 0.6;
}
.b-scrollto {
  width: 84px;
  height: 84px;
  background: #fff url(../img/angle-bottom.png) 10px center no-repeat;
  cursor: pointer;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -webkit-box-shadow: 0 5px 12px 0 #d6edfe;
  box-shadow: 0 5px 12px 0 #d6edfe;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.b-scrollto:hover {
  -webkit-box-shadow: 0 7px 18px 0 #d6edfe;
  box-shadow: 0 7px 18px 0 #d6edfe;
}
.b-experts {
  position: relative;
  padding: 79px 0 61px;
  z-index: 2;
}
.b-experts__scrollto {
  position: absolute;
  left: 50%;
  top: -42px;
  margin-left: -42px;
}
.b-experts__title {
  margin: 0 0 30px;
  font-size: 32px;
  font-weight: 300;
  text-align: center;
  letter-spacing: 0.4px;
}
.b-experts__grid {
  margin: 0 -20px;
}
.b-experts__column {
  float: left;
  padding: 0 20px;
  width: 50%;
}
.b-expert {
  background-color: #ffffff;
  border: solid 1px #cde3f6;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.b-expert__author {
  padding: 39px 50px 32px 39px;
  border-bottom: solid 1px #cde3f6;
}
.b-expert__docs {
  padding: 17px 90px 21px;
}
.b-author {
  position: relative;
  overflow: hidden;
}
.b-author__photo {
  float: left;
  width: 144px;
  height: 144px;
  overflow: hidden;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.b-author__photo img {
  width: 100%;
  -webkit-border-radius: inherit;
  border-radius: inherit;
}
.b-author__info {
  margin-left: 144px;
  padding: 9px 0 0 21px;
  color: #262626;
  letter-spacing: -0.2px;
  opacity: 0.8;
}
.b-author__name {
  margin: 0 0 10px;
  display: block;
  font-size: 16px;
  font-weight: 400;
  text-transform: uppercase;
}
.b-author__caption {
  margin: 10px 0 0;
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: -0.2px;
}
.b-author__post {
  margin: 0;
  display: block;
  font-size: 13px;
  opacity: 0.5;
}
.b-docs__item {
  margin-right: 23px;
}
.b-docs .slick-prev {
  left: 40px;
}
.b-docs .slick-next {
  right: 40px;
}
.b-breadcrumbs {
  padding: 18px 0;
  font-size: 14px;
}
.b-breadcrumbs__list {
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
}
.b-breadcrumbs__item {
  display: inline;
  color: #c9dee9;
}
.b-breadcrumbs__item .icon-home {
  top: -2px;
  line-height: 1;
}
.b-breadcrumbs__item .icon-arrow-right {
  margin: 0 30px;
  font-size: 10px;
}
.b-breadcrumbs__link {
  color: #c9dee9;
  font-weight: 300;
}
.b-breadcrumbs__link:hover {
  color: #4279a4;
  text-decoration: underline;
}
.b-breadcrumbs__current {
  color: #7ea9bf;
}
.b-use {
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
}
.b-use__item {
  float: left;
  padding-right: 15px;
  padding-left: 44px;
  width: 50%;
  font-size: 13px;
  line-height: 1.54;
}
.b-use__item:only-child{
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-right: 0;
  min-height: 35px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
}
.b-use__item_no {
  background: url(../img/no.png) left 2px no-repeat;
}
.b-use__item_yes {
  background: url(../img/yes.png) left 2px no-repeat;
}
.b-product {
  padding: 75px 0 85px;
  color: #262626;
  background: url(../img/bg-product.jpg) center top no-repeat;
  background-size: cover;
}
.b-product__info {
  position: relative;
  float: left;
  width: 50%;
}
.b-product__info__img {
  display: none;
}
.b-product__info__slider .owl-dots{
  margin: 15px 0;
  text-align: center;
}
.b-product__info__slider .owl-dots div{
  margin: 0 5px;
  display: inline-block;
  width: 12px;
  height: 12px;
  background: #fff;
  border: 1px solid #139ffa;
  vertical-align: middle;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}
.b-product__info__slider .owl-dots div.active{
  background: #139ffa;
}
.b-product__title {
  margin: 0 0 22px;
  font-size: 40px;
  font-weight: 300;
  line-height: 1.2;
  letter-spacing: -0.2px;
}
.b-product__use {
  margin-bottom: 13px;
}
.b-product__prices {
  margin: 13px 0 24px;
  background-color: rgba(100, 100, 100, 0.1);
  border-radius: 5px;
  padding: 20px 15px 30px;
}
.b-product__priceold {
  margin-right: 20px;
  color: #139ffa;
  font-size: 28px;
  letter-spacing: -0.3px;
  text-decoration: line-through;
  opacity: 0.5;
  vertical-align: middle;
}
.b-cheaper__priceold{
  font-size: 20px;
  color: #139ffa;
  opacity: .5;
}
.b-cart__item-title a{
  color: #1c92f2;
}
.b-cart__item-title a:hover {
    color: #1c92f2;
    text-decoration: underline;
}
.b-product__priceold .icon-rub {
  top: -2px;
  font-size: 20px;
}
.b-product__pricenew {
  margin-right: 20px;
  font-size: 28px;
  font-weight: 700;
  letter-spacing: -0.3px;
  vertical-align: middle;
}
.b-product__pricenew .icon-rub {
  top: -2px;
  font-size: 20px;
  font-weight: 700;
}
.b-product__aviable{
  position: relative;
  top: 1px;
  margin-left: 20px;
  display: inline-block;
  color: #43c480;
  font-size: 12px;
  vertical-align: middle;
}
.b-product__buy {
  position: relative;
  top: -5px;
  max-width: 261px;
  width: 100%;
  -webkit-box-shadow: 0 2px 4px 0 #a78e13;
  box-shadow: 0 2px 4px 0 #a78e13;
}
.b-product__i {
  padding-left: 15px;
  padding-right: 15px;
  width: 60px;
  -webkit-box-shadow: 0 2px 4px 0 #a78e13;
  box-shadow: 0 2px 4px 0 #a78e13;
}
.b-product__wmsg {
  margin: 24px 0 0;
  color: #333;
  font-size: 13px;
  letter-spacing: -0.2px;
}
.b-product__photos {
  position: relative;
  float: right;
	padding-top: 67px;
	height: 450px;
	position: relative;
}
.b-product__img {
  position: relative;
  float: left;
  max-width: 300px;
}
.b-product__img__item{
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: -1;
  visibility: hidden;
}
.b-product__img__item.current{
  position: relative;
  opacity: 1;
  z-index: 1;
  visibility: visible;
}
.b-product__thumb {
  margin: 0;
  padding: 0;
  list-style: none;
  float: right;
  margin-left: 80px;
}
.b-product__thumb__item {
  margin-bottom: 16px;
  padding: 2px;
  width: 64px;
  height: 64px;
  line-height: 60px;
  text-align: center;
  background: #fff;
}
.b-product__thumb__item img {
  max-height: 100%;
}
.b-product__zoom{
    position: absolute;
    top: 0;
    right: 400px;
    display: none;
    width: 600px;
    height: 500px;
}
.b-product__img > div{
  z-index: 99 !important;
}
.b-product__garantiya {
	text-align: center;
	position: absolute;
	bottom: -100px;
	right: 50px;
  z-index: 1;
}
.b-product__videos {
  margin: 0;
  padding: 0;
  list-style: none;
  margin: 30px 0;
  overflow: hidden;
}
.b-product__videos li {
  float: left;
  margin-right: 15px;
  width: 100px;
  height: 62px;
}
.b-product__videos li a {
  position: relative;
  display: block;
  height: 100%;
  overflow: hidden;
}
.b-product__videos li a:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/video-player.png) center / cover no-repeat;
}
.b-product__videos li a img {
  max-height: none;
  height: 100%;
}
.b-product__cheaper {
  float: left;
  width: 55%;
}
.b-product__infoblock {
  float: left;
  padding-left: 20px;
  width: 45%;
}
/* start b-cheaper */
.b-cheaper {
  position: relative;
  margin-bottom: 30px;
  padding: 20px 15px 75px;
  font-size: 13px;
  background-color: rgba(100, 100, 100, 0.1);
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.b-cheaper__title {
  margin-bottom: 15px;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}
.b-cheaper__slider.slider.ui-widget.ui-widget-content {
  height: 4px;
  background: #fff;
}
.b-cheaper__slider.slider.ui-slider-horizontal .ui-slider-range {
  height: 6px;
}
.b-cheaper__slider.slider.ui-slider-horizontal .ui-slider-handle {
  top: -6px;
  margin-left: -8px;
  border: 0;
  width: 17px;
  height: 17px;
  background: #fff;
  border: 3px solid #f6c202;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.b-cheaper__slider-wrap {
  margin-bottom: 15px;
}
.b-cheaper__value {
  display: none;
}
.b-cheaper__economy {
  position: relative;
  margin: 10px 0;
  overflow: hidden;
}
.b-cheaper__economy-item {
  float: left;
  margin-bottom: 10px;
  width: 50%;
}
.b-cheaper__economy-item:last-child {
  margin-bottom: 0;
  width: 100%;
}
.b-cheaper__economy-content {
  font-size: 16px;
  font-weight: bold;
}
.b-cheaper__economy-val {
  font-size: 20px;
}
.b-cheaper__priceold + .b-cheaper__economy-val{
  margin-left: 20px;
}
.b-cheaper__comment {
  display: none;
}
.b-cheaper__comment-default {
  display: block;
}
.b-cheaper__btn {
  position: absolute;
  bottom: -60px;
  left: 0;
  padding: 21px 15px;
  display: block;
  width: 100%;
  font-size: 16px;
}
.b-cheaper__btn-tooltip-wrap {
  position: relative;
}
.b-cheaper .icon-rub {
  font-size: 14px;
}
/* end b-cheaper */
/* start b-distr */
.b-distr {
  font-size: 13px;
}
.b-distr p{
  margin-bottom: 0;
}
/* end b-distr */
/* start b-infoblock */
.b-infoblock {
  padding: 23px 15px;
  min-height: 300px;
  font-size: 13px;
  background-color: rgba(100, 100, 100, 0.1);
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.b-infoblock p {
  margin: 0 0 15px;
}
/* end b-infoblock */

.b-filtermethod {
  position: relative;
  padding: 107px 0 0;
}
.b-filtermethod__scrollto {
  position: absolute;
  left: 50%;
  top: -42px;
  margin-left: -42px;
}
.b-filtermethod__title {
  margin: 0 0 45px;
  color: #262626;
  font-size: 32px;
  font-weight: 300;
  line-height: 1.25;
  letter-spacing: -0.3px;
  text-align: center;
}
.b-filtermethod__inside {
  position: relative;
}
.b-filtermethod__filterinfo {
  text-align: left;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.b-filtermethod .b-filtermethod__infographic {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0 auto;
  -webkit-transform: scale(0.75);
  -ms-transform: scale(0.75);
  transform: scale(0.75);
}
.b-filterinfo {
  text-align: center;
  position: relative;
  left: -150px;
}
.b-filterinfo__inside {
  position: relative;
  padding: 130px 0 0;
  display: inline-block;
}
.b-filterinfo__list {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: left;
}

.b-filterinfo__item {
  position: absolute;
  width: 390px;
  color: #7d7f83;
  font-size: 14px;
  letter-spacing: -0.3px;
}
.b-filterinfo__item img {
  position: relative;
  max-width: 56px;
  display: inline-block;
  background: #fff;
  vertical-align: middle;
  z-index: 1;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.b-filterinfo__item span {
  max-width: 310px;
  display: inline-block;
  vertical-align: middle;
}
.b-filterinfo__item i {
  position: absolute;
  top: 50%;
  height: 2px;
  background: #4dc1dd;
}
.b-filterinfo__item i:before {
  content: '';
  position: absolute;
  top: -3px;
  display: block;
  width: 9px;
  height: 9px;
  background-color: #268db7;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.b-filterinfo__item i:after {
  content: '';
  position: absolute;
  top: -2px;
  display: block;
  width: 5px;
  height: 5px;
  background-color: #69bfee;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.b-filterinfo__item_right {

  margin-left: 4px;
}
.b-filterinfo__item_right img {
  margin-right: 14px;
}
.b-filterinfo__item_right i {

  background-image: -webkit-gradient(linear, right top, left top, from(#00c7e9), to(#0095ce));
  background-image: -webkit-linear-gradient(right, #00c7e9, #0095ce);
  background-image: linear-gradient(to left, #00c7e9, #0095ce);
}
.b-filterinfo__item_right i:before {
  left: 0;
}
.b-filterinfo__item_right i:after {
  right: 0;
}
.b-filterinfo__item_left {

  margin-right: 4px;
  text-align: right;
}
.b-filterinfo__item_left img {
  margin-left: 14px;
}
.b-filterinfo__item_left i {
  left: 100%;
  margin-left: 5px;
  background-image: -webkit-gradient(linear, left top, right top, from(#00c7e9), to(#0095ce));
  background-image: -webkit-linear-gradient(left, #00c7e9, #0095ce);
  background-image: linear-gradient(to right, #00c7e9, #0095ce);
}
.b-filterinfo__item_left i:before {
  right: 0;
}
.b-filterinfo__item_left i:after {
  left: 0;
}
.b-filterinfo__item_1 {
  top: -26px;
  left: -110px;
  right: 0;
  width: auto;
  text-align: center;
}
.b-filterinfo__item_1 img {
  margin-right: 14px;
}
.b-filterinfo__item_1 span {
  max-width: none;
}
.b-filterinfo__item_1 i {
  top: 100%;
  left: 50%;
  margin-left: -90px;
  margin-top: 12px;
  width: 179px;
  height: 99px;
  background: url(../img/arrows.png) no-repeat;
}
.b-filterinfo__item_1 i:before,
.b-filterinfo__item_1 i:after {
  display: none;
}
.b-filterinfo__item_2 {
     top: 294px;
   width: 270px;
    left: -280px;
}
.b-filterinfo__item_2 i {
      width: 120px;
}
.b-filterinfo__item_3 {
  top: 281px;
    left: 320px;
}
.b-filterinfo__item_3 i {
      width: 151px;
    left: -158px;
}
.b-filterinfo__item_4 {
     top: 405px;
   width: 220px;
    left: 321px;
}
.b-filterinfo__item_5 {
  top: 224px;
  left: -400px;
}
.b-filterinfo__item_5 i {

  width: 206px;
}
.b-filterinfo__item_6 {
        top: 420px;
    left: -238px;
    width: 227px;
}
.b-filterinfo__item_6 i {
   width: 97px;
}
.b-knwow {
  position: relative;
  margin-top: -79px;
  padding: 85px 0 122px;
  border-top: solid 1px #cde3f6;
  z-index: 1;
  position: relative;
}
.b-knwow__header {
  margin-bottom: 36px;
}
.b-knwow__title {
  margin: 0;
  color: #262626;
  font-size: 32px;
  font-weight: 300;
  line-height: 1.25;
  letter-spacing: -0.3px;
  text-align: center;
}
.b-knwow__caption {
  margin: 10px 0;
  font-size: 14px;
  opacity: 0.7;
  text-align: center;
}
.b-chars {
  padding: 106px 0 147px;
  background: #f9fafc;
  position: relative;
}
.b-chars__title {
  margin: 0 0 55px;
  color: #262626;
  font-size: 32px;
  font-weight: 300;
  line-height: 1.25;
  letter-spacing: -0.3px;
  text-align: center;
}
.b-chars__tablechar {
  float: left;
  padding-right: 15px;
  width: 70%;
}
.b-chars__logos {
  float: left;
  padding-left: 15px;
  width: 30%;
  text-align: center;
}
.b-chars__logos h4 {
  margin: 0 0 25px;
  font-weight: 400;
  text-align: left;
}
.b-chars__logos__item {
  margin-bottom: 51px;
}
.b-chars__logos__item:last-child{
  margin-top: 25px;
}
.b-chars__pdfdownload {
  margin-bottom: 20px;
}
.b-chars .icon-help {
  top: -2px;
  margin-left: 5px;
  font-size: 22px;
  opacity: 0.3;
  cursor: pointer;
}
.b-pdfdownload {
  position: relative;
  text-align: left;
  overflow: hidden;
}
.b-pdfdownload__img {
  float: right;
  max-width: 35%;
}
.b-pdfdownload__text {
  margin-right: 50%;
  font-size: 16px;
  font-weight: 300;
}
.b-pdfdownload__text p {
  margin: 0 0 5px;
}
.b-pdfdownload__text a {
  font-size: 14px;
}
.b-pdfdownload__text a:hover {
  text-decoration: underline;
}
.b-tablechar {
  color: #262626;
  font-size: 14px;
  letter-spacing: -0.2px;
}
.b-tablechar__first {
  width: 45%;
}
.b-tablechar__last {
  width: 55%;
}
.b-tablechar__inside {
  background-color: #fff;
  border: solid 1px #cde3f6;
  overflow: hidden;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0 2px 16px 0 rgba(205, 227, 246, 0.2);
  box-shadow: 0 2px 16px 0 rgba(205, 227, 246, 0.2);
}
.b-tablechar table {
  width: 100%;
}
.b-tablechar tr {
  border-bottom: 1px solid #cde3f6;
}
.b-tablechar tr:first-child,
.b-tablechar tr:last-child {
  border-bottom: 0;
}
.b-tablechar tr:nth-child(odd) {
  background-color: #f4f8ff;
}
.b-tablechar tr td {
  padding: 28px 44px;
}
.b-download {
  display: inline-block;
  text-align: center;
}
.b-download__link {
  padding: 110px 15px 15px;
  display: block;
  width: 156px;
  height: 186px;
  color: #4479a2;
  font-size: 13px;
  line-height: normal;
  background: url(../img/download.png) no-repeat;
  overflow: hidden;
}
.b-download__title {
  color: #74a3c6;
  font-size: 14px;
  letter-spacing: -0.2px;
  text-transform: uppercase;
}
.b-reviews {
  padding: 85px 0 75px;
  border-bottom: solid 1px #cde3f6;
}
.b-reviews__title {
  margin: 0 0 19px;
  color: #262626;
  font-size: 32px;
  font-weight: 300;
  line-height: 1.25;
  letter-spacing: -0.3px;
  text-align: center;
}
.b-reviews__reviewbox {
  margin-bottom: 49px;
}
.b-reviews__questform {
  margin: 64px 0 40px;
  max-width: 606px;
}
.b-pagetitle {
  padding: 203px 0 243px;
  color: #fff;
  text-align: center;
}
.b-pagetitle__heading {
  margin: 0 auto;
  max-width: 650px;
  font-size: 50px;
  line-height: 1.2;
  text-shadow: 0 2px 16px #132344;
}
.b-sorting {
  padding: 17px 32px;
  font-size: 13px;
  border: solid 1px #cde3f6;
  overflow: hidden;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.b-sorting_without-border {
  padding: 20px 0;
  border: 0;
  border-bottom: 1px solid rgba(205, 227, 246, 0.5);
  -webkit-border-radius: 0;
  border-radius: 0;
}
.b-sorting__select {
  float: left;
  margin-right: 20px;
}
.b-sorting__selected {
  margin-left: 20px;
  display: none;
  font-weight: 700;
}
.b-sorting__list {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-bottom: -5px;
  overflow: hidden;
}
.b-sorting__item {
  margin: 0 16px 5px 0;
  display: inline-block;
  color: #64b5f6;
  letter-spacing: -0.1px;
  vertical-align: middle;
}
.b-sorting__item:last-child {
  margin-right: 0;
}
.b-sorting__item_current {
  color: #343434;
}
.b-sorting__item_current .b-sorting__link {
  cursor: default;
}
.b-sorting__item_current .b-sorting__link:hover {
  color: #343434;
  text-decoration: none;
}
.b-sorting__item_checkbox {
  margin-right: 0;
  color: #343434;
  font-size: 12px;
  letter-spacing: -0.2px;
}
.b-sorting__item_checkbox .jq-checkbox {
  top: 0;
}
.b-sorting__item_checkbox label {
  position: relative;
  top: 1px;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
}
.b-sorting__link {
  color: inherit;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.b-sorting__link:hover {
  color: #1c92f2;
  text-decoration: underline;
}
.b-categories {
  margin: 0;
  padding: 0;
  list-style: none;
  padding: 26px 15px 24px;
  font-size: 13px;
  text-align: center;
  border: solid 1px #cde3f6;
  white-space: nowrap;
  overflow: hidden;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.b-categories__item {
  margin: 0 16px;
  display: inline-block;
  color: #262626;
  font-size: 14px;
  letter-spacing: -0.2px;
  cursor: pointer;
  vertical-align: middle;
}
.b-categories__item:hover .b-categories__title {
  border-bottom: 1px solid #0095ce;
}
.b-categories__item_active .b-categories__title {
  color: #0095ce;
  border-bottom: 1px solid #0095ce;
}
.b-categories__icon {
  margin-right: 9px;
}
.b-categories__title {
  display: inline-block;
  border-bottom: 1px dashed #0095ce;
  vertical-align: middle;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.b-categories input {
  display: none;
}
.b-main {
  padding: 30px 0 59px;
  border-top: solid 1px #dbebf9;
  border-bottom: solid 1px #dbebf9;
}
.b-main_contacts {
  background: url(../img/bg-contacts.png) center no-repeat;
}
.b-main_catalog {
  padding: 16px 0 0;
}
.b-main_catalog_top {
  padding-top: 30px;
}
.b-main_catalog_bottom {
  padding-bottom: 30px;
}
.b-main_catalog_bottom .b-aside {
  border: 0;
  min-height: 1px;
}
.b-main__title {
  margin: 0 0 40px;
  color: #262626;
  font-size: 32px;
  font-weight: 300;
  line-height: 1.25;
  letter-spacing: -0.3px;
}
.b-main__title_center {
  text-align: center;
}
.b-main__title_mb10 {
  margin-bottom: 10px;
}
.b-main__sorting {
  margin-bottom: 16px;
}
.b-main__categories {
  margin-bottom: 16px;
}
.b-main__reviewbox {
  margin: 27px 0 44px;
}
.b-main__questform {
  margin: 64px 0 40px;
  max-width: 606px;
}
.b-content {
  position: relative;
  padding: 0 257px 0 244px;
  letter-spacing: -0.4px;
}
.b-content h2 {
  margin: 40px 0 21px;
  font-size: 48px;
  line-height: 1.25;
  letter-spacing: normal;
}
.b-content h2:first-child {
  margin-top: 30px;
}
.b-content h3 {
  margin: 43px 0 20px;
  font-size: 25px;
  line-height: 1.25;
  letter-spacing: normal;
}
.b-content p {
  margin: 0 0 25px;
  line-height: 1.48;
  letter-spacing: -0.35px;
}
.b-content ol {
  margin: 44px 0 30px;
  padding: 0 0 0 5px;
}
.b-content ol li {
  margin-bottom: 21px;
  letter-spacing: -0.9px;
}
.b-content ul {
  margin: 40px 0 30px;
  padding: 0;
}
.b-content ul li {
  margin-bottom: 22px;
  letter-spacing: -0.4px;
}
.b-content blockquote {
  margin: 40px -40px 25px;
  padding: 20px 40px;
  background-color: #f9f6e3;
}

.b-content blockquote.vivod {
  border: solid #b5ab6a 5px;
}

.b-content blockquote p:last-child {
  margin-bottom: 0;
}
.b-content figure {
  margin: 44px 0 37px;
  padding: 0;
}
.b-content figure figcaption {
  margin-top: 17px;
  color: rgba(52, 52, 52, 0.5);
  letter-spacing: -0.3px;
  line-height: 1.35;
}
.b-content__strong {
  position: relative;
  background-color: #fcfda1;
}
.b-content__strong:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #fcfda1;
}
.b-content__headings {
  position: absolute;
  left: 0;
  top: 1px;
}
.b-content__headings ol,
.b-content__headings ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.b-content__headings__inner {
  top: 89px;
  left: auto;
  width: 160px;
}
.b-content__headings__inner_sticky {
  position: fixed;
}
.b-content__headings__inner_sticky_stop {
  position: absolute;
}
.b-content__headings__top {
  margin-bottom: 19px;
  display: block;
  color: rgba(63, 72, 87, 0.5);
  font-size: 20px;
  text-transform: uppercase;
}
.b-content__sticky-link{
  color: #64b5f6;
}
.b-content__sticky-link:hover {
    color: #1c92f2;
    text-decoration: underline;
}
.b-content__sticky-links .b-content__headings__inner{
  margin-left: -41px;
  width: 240px;
  padding: 34px 41px;
  border: solid 1px #cde3f6;
  border-radius: 3px;
}
.b-content__headings__list {
  margin: 0;
  padding: 0;
  list-style: none;
  counter-reset: conclusion;
}
.b-content__headings__item {
  margin-bottom: 32px;
  color: #cccccc;
  font: 14px/1.16 'BLOKK';
}
.b-content__headings__item:before {
  content: counter(conclusion) ". ";
  counter-increment: conclusion;
  position: relative;
  top: 3px;
  float: left;
  margin-right: 10px;
  color: #030303;
  font: 400 13px/1.2 'SFUIText', sans-serif;
}
.b-content__headings__item_active {
  color: #030303;
  font: 400 13px/1.5 'SFUIText', sans-serif;
}
.b-content__headings__item_active .b-content__headings__link {
  opacity: 1;
}
.b-content__headings__link {
  color: #74a3c6;
  font: 400 13px/1.31 'SFUIText', sans-serif;
  opacity: 0.6;
}
.b-content__headings__link:hover {
  text-decoration: underline;
}
.b-content .b-content__heading_large {
  margin: 0 0 18px;
  font-size: 50px;
  line-height: 1.32;
}
.b-content__text__row {
  margin: 0 -20px;
}
.b-content__text__column {
  float: left;
  padding: 0 20px;
  width: 50%;
}
.b-content__with-aside {
  position: relative;
}
.b-content__aside {
  position: absolute;
  top: 0;
  width: 100%;
  max-width: 200px;
  font-size: 16px;
  letter-spacing: -0.3px;
}
.b-content__aside_left {
  right: 100%;
  margin-right: 90px;
}
.b-content__aside_right {
  left: 100%;
  margin-left: 97px;
}
.b-content__aside p {
  margin-bottom: 10px;
}
.b-content__aside__link a {
  text-decoration: underline;
}
.b-content__aside__link a:hover {
  text-decoration: none;
}
.b-content__aside__text {
  font-size: 13px;
  line-height: 1.54;
}
.b-content__aside__logo {
  margin-bottom: 16px;
  width: 132px;
  height: 132px;
  font-size: 0;
  text-align: center;
  background-color: #fdfeff;
  border: solid 1px #cde3f6;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.b-content__aside__logo:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.b-content__infographic {
  margin: 60px 0 30px;
}
.b-infograpic {
  position: relative;
  overflow: hidden;
}
.b-infograpic_mechanic {
  width: 531px;
}
.b-infograpic_mechanic .b-infograpic__tooltip:nth-child(1) {
  top: 6px;
  left: 233px;
  width: 46px;
  height: 51px;
}
.b-infograpic_mechanic .b-infograpic__tooltip:nth-child(2) {
  top: 59px;
  left: 233px;
  width: 46px;
  height: 51px;
}
.b-infograpic_mechanic .b-infograpic__tooltip:nth-child(3) {
  top: 112px;
  left: 226px;
  width: 61px;
  height: 61px;
}
.b-infograpic_mechanic .b-infograpic__tooltip:nth-child(4) {
  top: 176px;
  left: 226px;
  width: 61px;
  height: 61px;
}
.b-infograpic_mechanic .b-infograpic__tooltip:nth-child(5) {
  top: 99px;
  left: -1px;
}
.b-infograpic_mechanic .b-infograpic__tooltip:nth-child(6) {
  top: 42px;
  left: 83px;
}
.b-infograpic_mechanic .b-infograpic__tooltip:nth-child(7) {
  top: 146px;
  left: 85px;
}
.b-infograpic_mechanic .b-infograpic__tooltip:nth-child(8) {
  top: 10px;
  right: 73px;
}
.b-infograpic_mechanic .b-infograpic__tooltip:nth-child(9) {
  top: 55px;
  right: 0;
}
.b-infograpic_mechanic .b-infograpic__tooltip:nth-child(10) {
  top: 141px;
  right: 0;
}
.b-infograpic_mechanic .b-infograpic__tooltip:nth-child(11) {
  top: 183px;
  right: 73px;
}
.b-infograpic_mechanic .b-infograpic__tooltip:nth-child(12) {
  top: 142px;
  right: 148px;
}
.b-infograpic_mechanic .b-infograpic__tooltip:nth-child(13) {
  top: 51px;
  right: 149px;
}
.b-infograpic_mechanic .b-infograpic__tooltip:nth-child(14) {
  top: 96px;
  right: 73px;
}
.b-infograpic_electro {
  width: 669px;
}
.b-infograpic_electro .b-infograpic__tooltip:nth-child(1) {
  top: 0px;
  left: 244px;
  width: 36px;
  height: 36px;
}
.b-infograpic_electro .b-infograpic__tooltip:nth-child(2) {
  top: 0px;
  left: 385px;
  width: 36px;
  height: 36px;
}
.b-infograpic_electro .b-infograpic__tooltip:nth-child(3) {
  top: 73px;
  left: 33px;
}
.b-infograpic_electro .b-infograpic__tooltip:nth-child(4) {
  top: 74px;
  left: 133px;
}
.b-infograpic_electro .b-infograpic__tooltip:nth-child(5) {
  top: 171px;
  left: 151px;
}
.b-infograpic_electro .b-infograpic__tooltip:nth-child(6) {
  top: 213px;
  left: 83px;
}
.b-infograpic_electro .b-infograpic__tooltip:nth-child(7) {
  top: 171px;
  left: 15px;
}
.b-infograpic_electro .b-infograpic__tooltip:nth-child(8) {
  top: 129px;
  left: 83px;
}
.b-infograpic_electro .b-infograpic__tooltip:nth-child(9) {
  top: 102px;
  left: 242px;
}
.b-infograpic_electro .b-infograpic__tooltip:nth-child(10) {
  top: 154px;
  left: 241px;
}
.b-infograpic_electro .b-infograpic__tooltip:nth-child(11) {
  top: 102px;
  right: 245px;
}
.b-infograpic_electro .b-infograpic__tooltip:nth-child(12) {
  top: 154px;
  right: 246px;
}
.b-infograpic_electro .b-infograpic__tooltip:nth-child(13) {
  top: 42px;
  right: 72px;
}
.b-infograpic_electro .b-infograpic__tooltip:nth-child(14) {
  top: 87px;
  right: 0;
}
.b-infograpic_electro .b-infograpic__tooltip:nth-child(15) {
  top: 172px;
  right: 0;
}
.b-infograpic_electro .b-infograpic__tooltip:nth-child(16) {
  top: 213px;
  right: 72px;
}
.b-infograpic_electro .b-infograpic__tooltip:nth-child(17) {
  top: 173px;
  right: 146px;
}
.b-infograpic_electro .b-infograpic__tooltip:nth-child(18) {
  top: 83px;
  right: 146px;
}
.b-infograpic_electro .b-infograpic__tooltip:nth-child(19) {
  top: 128px;
  right: 72px;
}
.b-infograpic_photocatalytic {
  width: 581px;
}
.b-infograpic_photocatalytic .b-infograpic__tooltip:nth-child(1) {
  top: 7px;
  left: 200px;
  width: 191px;
  height: 26px;
  -webkit-border-radius: 0;
  border-radius: 0;
}
.b-infograpic_photocatalytic .b-infograpic__tooltip:nth-child(2) {
  top: 70px;
  left: 266px;
  width: 61px;
  height: 62px;
}
.b-infograpic_photocatalytic .b-infograpic__tooltip:nth-child(3) {
  top: 136px;
  left: 265px;
  width: 61px;
  height: 62px;
}
.b-infograpic_photocatalytic .b-infograpic__tooltip:nth-child(4) {
  top: 83px;
  left: 15px;
}
.b-infograpic_photocatalytic .b-infograpic__tooltip:nth-child(5) {
  top: 83px;
  left: 120px;
}
.b-infograpic_photocatalytic .b-infograpic__tooltip:nth-child(6) {
  top: 195px;
  left: 69px;
}
.b-infograpic_photocatalytic .b-infograpic__tooltip:nth-child(7) {
  top: 128px;
  left: 69px;
}
.b-infograpic_photocatalytic .b-infograpic__tooltip:nth-child(8) {
  top: 27px;
  right: 72px;
}
.b-infograpic_photocatalytic .b-infograpic__tooltip:nth-child(9) {
  top: 72px;
  right: 0;
}
.b-infograpic_photocatalytic .b-infograpic__tooltip:nth-child(10) {
  top: 157px;
  right: 0;
}
.b-infograpic_photocatalytic .b-infograpic__tooltip:nth-child(11) {
  top: 199px;
  right: 72px;
}
.b-infograpic_photocatalytic .b-infograpic__tooltip:nth-child(12) {
  top: 158px;
  right: 147px;
}
.b-infograpic_photocatalytic .b-infograpic__tooltip:nth-child(13) {
  top: 68px;
  right: 147px;
}
.b-infograpic_photocatalytic .b-infograpic__tooltip:nth-child(14) {
  top: 113px;
  right: 72px;
}
.b-infograpic_photocatalytic .b-infograpic__tooltip:nth-child(15) {
  top: 230px;
  right: 235px;
  -webkit-border-radius: 0;
  border-radius: 0;
  width: 31px;
  height: 21px;
}
.b-infograpic_thermodynamic {
  width: 532px;
}
.b-infograpic_thermodynamic .b-infograpic__tooltip:nth-child(1) {
  top: 107px;
  left: 234px;
  width: 36px;
  height: 20px;
  -webkit-border-radius: 0;
  border-radius: 0;
}
.b-infograpic_thermodynamic .b-infograpic__tooltip:nth-child(2) {
  top: 205px;
  left: 214px;
  width: 81px;
  height: 81px;
}
.b-infograpic_thermodynamic .b-infograpic__tooltip:nth-child(3) {
  top: 63px;
  right: 61px;
  width: 81px;
  height: 81px;
}
.b-infograpic_thermodynamic .b-infograpic__tooltip:nth-child(4) {
  top: 39px;
  left: 75px;
}
.b-infograpic_thermodynamic .b-infograpic__tooltip:nth-child(5) {
  top: 130px;
  left: 76px;
}
.b-infograpic_thermodynamic .b-infograpic__tooltip:nth-child(6) {
  top: 255px;
  right: 77px;
}
.b-infograpic_thermodynamic .b-infograpic__tooltip:nth-child(7) {
  top: 302px;
  right: 1px;
}
.b-infograpic_thermodynamic .b-infograpic__tooltip:nth-child(8) {
  top: 392px;
  right: 1px;
}
.b-infograpic_thermodynamic .b-infograpic__tooltip:nth-child(9) {
  top: 436px;
  right: 77px;
}
.b-infograpic_thermodynamic .b-infograpic__tooltip:nth-child(10) {
  top: 393px;
  right: 156px;
}
.b-infograpic_thermodynamic .b-infograpic__tooltip:nth-child(11) {
  top: 299px;
  right: 156px;
}
.b-infograpic_thermodynamic .b-infograpic__tooltip:nth-child(12) {
  top: 346px;
  right: 77px;
}
.b-infograpic_water {
  width: 638px;
}
.b-infograpic_water .b-infograpic__tooltip:nth-child(1) {
  top: 40px;
  left: 258px;
  width: 128px;
  height: 138px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.b-infograpic_water .b-infograpic__tooltip:nth-child(2) {
  top: 190px;
  left: 299px;
  width: 46px;
  height: 46px;
}
.b-infograpic_water .b-infograpic__tooltip:nth-child(3) {
  top: 29px;
  left: 31px;
}
.b-infograpic_water .b-infograpic__tooltip:nth-child(4) {
  top: 29px;
  left: 135px;
}
.b-infograpic_water .b-infograpic__tooltip:nth-child(5) {
  top: 128px;
  left: 155px;
}
.b-infograpic_water .b-infograpic__tooltip:nth-child(6) {
  top: 181px;
  left: 83px;
}
.b-infograpic_water .b-infograpic__tooltip:nth-child(7) {
  top: 125px;
  left: 3px;
}
.b-infograpic_water .b-infograpic__tooltip:nth-child(8) {
  top: 92px;
  left: 83px;
}
.b-infograpic_water .b-infograpic__tooltip:nth-child(9) {
  top: 0;
  right: 81px;
}
.b-infograpic_water .b-infograpic__tooltip:nth-child(10) {
  top: 47px;
  right: 5px;
}
.b-infograpic_water .b-infograpic__tooltip:nth-child(11) {
  top: 137px;
  right: 5px;
}
.b-infograpic_water .b-infograpic__tooltip:nth-child(12) {
  top: 181px;
  right: 81px;
}
.b-infograpic_water .b-infograpic__tooltip:nth-child(13) {
  top: 138px;
  right: 160px;
}
.b-infograpic_water .b-infograpic__tooltip:nth-child(14) {
  top: 44px;
  right: 160px;
}
.b-infograpic_water .b-infograpic__tooltip:nth-child(15) {
  top: 91px;
  right: 81px;
}
.b-infograpic__tooltips {
  margin: 0;
  padding: 0;
  list-style: none;
}
.b-infograpic__tooltip {
  position: absolute;
  width: 40px;
  height: 40px;
  cursor: pointer;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.b-contacts {
  color: #262626;
}
.b-contacts__desc {
  float: left;
  width: 57%;
}
.b-contacts__text {
  color: #3f4857;
  font-size: 13px;
  line-height: 1.54;
  letter-spacing: -0.1px;
  opacity: 0.8;
}
.b-contacts__text p {
  margin: 0 0 25px;
}
.b-contacts__call {
  margin-bottom: 20px;
}
.b-contacts__phone {
  display: block;
  font-size: 20px;
}
.b-contacts__phone .icon-phone {
  margin-right: 12px;
  color: #74a3c6;
  font-size: 16px;
  white-space: nowrap;
  overflow: hidden;
}
.b-contacts__graphic {
  margin-left: 28px;
  display: block;
  font-size: 12px;
  opacity: 0.5;
}
.b-contacts__email {
  margin-bottom: 38px;
  font-size: 14px;
}
.b-contacts__email .icon-envelope {
  margin-right: 12px;
  color: #74a3c6;
  font-size: 12px;
  white-space: nowrap;
  overflow: hidden;
}
.b-contacts__info h2 {
  margin: 0 0 15px;
  font-size: 24px;
  font-weight: 400;
}
.b-contacts__info p {
  margin: 0;
  font-size: 13px;
  line-height: 1.62;
  letter-spacing: -0.2px;
  opacity: 0.8;
}
.b-contacts__info__text {
  float: left;
  padding-right: 20px;
  width: 55%;
}
.b-contacts__map {
  float: left;
  width: 43%;
  text-align: right;
}
.b-map {
  display: inline-block;
  width: 401px;
  height: 401px;
  overflow: hidden;
}
.b-wiget {
  padding: 32px;
  border-bottom: solid 1px #d2e5f7;
}
.b-wiget:last-child {
  border-bottom: 0;
}
.b-wiget__title {
  margin: 0 0 25px;
  display: block;
  color: #343434;
  font-size: 16px;
  line-height: 1;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}
.b-wiget__title .icon-help {
  top: -2px;
  margin-left: 5px;
  font-size: 22px;
  opacity: 0.3;
  cursor: pointer;
}
.b-wiget__content__group {
  margin-bottom: 12px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.b-wiget__content__group:last-child {
  margin-bottom: 0;
}
.b-wiget__content__group label {
  display: inline-block;
  font-size: 13px;
  letter-spacing: -0.2px;
  opacity: 0.7;
  cursor: pointer;
  vertical-align: middle;
}
.b-wiget__slider {
  margin-bottom: 28px;
}
.b-wiget__grid {
  margin: 0 -4px;
}
.b-wiget__column {
  float: left;
  padding: 0 4px;
  width: 50%;
}
.b-wiget__field {
  position: relative;
}
.b-wiget__field__label {
  position: absolute;
  top: 50%;
  margin-top: -5px;
  font-size: 12px;
  line-height: 1;
  letter-spacing: -0.3px;
  cursor: text;
}
.b-wiget__field__label_left {
  left: 12px;
}
.b-wiget__field__label_right {
  right: 12px;
}
.b-wiget__field__label .icon-rub {
  font-size: 10px;
  font-weight: 700;
}
.b-wiget__input {
  padding: 1px 25px 0 33px;
  height: 36px;
  color: #343434;
  font-size: 12px;
}
.b-wiget__colors {
  margin: 0 -10px -20px;
}
.b-wiget__color {
  float: left;
  margin-bottom: 20px;
  padding: 0 10px;
  width: 25%;
  text-align: center;
}
.b-wiget__color_black .jq-checkbox {
  background: #000;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#3e3e3e), to(#000));
  background-image: -webkit-linear-gradient(top, #3e3e3e, #000);
  background-image: linear-gradient(to bottom, #3e3e3e, #000);
}
.b-wiget__color_black .jq-checkbox.disabled {
  background: #000;
}
.b-wiget__color_white .jq-checkbox {
  background: #fff;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fefefe), to(#f2f2f2));
  background-image: -webkit-linear-gradient(top, #fefefe, #f2f2f2);
  background-image: linear-gradient(to bottom, #fefefe, #f2f2f2);
}
.b-wiget__color_white .jq-checkbox.disabled {
  background: #fff;
}
.b-wiget__color_blue .jq-checkbox {
  background: #4d82ff;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#85b8ff), to(#4d82ff));
  background-image: -webkit-linear-gradient(top, #85b8ff, #4d82ff);
  background-image: linear-gradient(to bottom, #85b8ff, #4d82ff);
}
.b-wiget__color_blue .jq-checkbox.disabled {
  background: #4d82ff;
}
.b-wiget__color_light-blue .jq-checkbox {
  background: #5ed6d8;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#97edee), to(#5ed6d8));
  background-image: -webkit-linear-gradient(top, #97edee, #5ed6d8);
  background-image: linear-gradient(to bottom, #97edee, #5ed6d8);
}
.b-wiget__color_light-blue .jq-checkbox.disabled {
  background: #5ed6d8;
}
.b-wiget__color_yellow .jq-checkbox {
  background: #f4cd02;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fbe904), to(#f4cd02));
  background-image: -webkit-linear-gradient(top, #fbe904, #f4cd02);
  background-image: linear-gradient(to bottom, #fbe904, #f4cd02);
}
.b-wiget__color_yellow .jq-checkbox.disabled {
  background: #f4cd02;
}
.b-wiget__color_orange .jq-checkbox {
  background: #f97b35;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fdb265), to(#f97b35));
  background-image: -webkit-linear-gradient(top, #fdb265, #f97b35);
  background-image: linear-gradient(to bottom, #fdb265, #f97b35);
}
.b-wiget__color_orange .jq-checkbox.disabled {
  background: #f97b35;
}
.b-wiget__color_purple .jq-checkbox {
  background: #af68ee;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#d8a1f8), to(#af68ee));
  background-image: -webkit-linear-gradient(top, #d8a1f8, #af68ee);
  background-image: linear-gradient(to bottom, #d8a1f8, #af68ee);
}
.b-wiget__color_purple .jq-checkbox.disabled {
  background: #af68ee;
}
.b-wiget__color_green .jq-checkbox {
  background: #7ed321;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#b5ec45), to(#7ed321));
  background-image: -webkit-linear-gradient(top, #b5ec45, #7ed321);
  background-image: linear-gradient(to bottom, #b5ec45, #7ed321);
}
.b-wiget__color_green .jq-checkbox.disabled {
  background: #7ed321;
}
.b-wiget__color_red .jq-checkbox {
  background: #ec4444;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f77a7a), to(#ec4444));
  background-image: -webkit-linear-gradient(top, #f77a7a, #ec4444);
  background-image: linear-gradient(to bottom, #f77a7a, #ec4444);
}
.b-wiget__color_red .jq-checkbox.disabled {
  background: #ec4444;
}
.b-wiget__color .jq-checkbox {
  margin: 0;
  width: 40px;
  height: 40px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -webkit-box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.05);
}
.b-wiget__color .jq-checkbox:hover .jq-checkbox__div {
  display: block;
  background: url(../img/check-white.png) center no-repeat;
}
.b-wiget__color .jq-checkbox.checked {
  border: solid 1px #b7cad9;
}
.b-wiget__color .jq-checkbox.checked .jq-checkbox__div {
  background: #eef2f7 url(../img/check-blue.png) center no-repeat;
}
.b-wiget__color .jq-checkbox.disabled {
  cursor: default;
}
.b-wiget__color .jq-checkbox.disabled .jq-checkbox__div {
  display: none;
}
.b-aside {
  float: left;
  margin-bottom: 16px;
  width: 24%;
  border: solid 1px #cde3f6;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.b-aside__openfilter {
  display: none;
}
.b-secondary-aside {
  float: left;
  margin-bottom: 16px;
  width: 24%;
}
.b-secondary-aside .b-widget {
    border: 0;
}
.b-primary {
  float: left;
  padding-left: 16px;
  width: 76%;
}
.b-catalog__grid {
  margin: 0 -8px;
}
.b-catalog__column {
  float: left;
  margin-bottom: 16px;
  padding: 0 8px;
  width: 33.33334%;
}
.b-catalog_full .b-catalog__column {
    width: 25%;
}
.b-catalog__column_large {
  display: block;
  width: 66.66667%;
}
.b-goodsbox {
  position: relative;
  padding: 17px 26px 0;
  height: 403px;
  text-align: center;
  border: solid 1px #cde3f6;
  overflow: hidden;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.b-goodsbox__label {
  position: absolute;
  top: 24px;
  left: -1px;
  padding: 6px 17px 5px;
  color: #fff;
  font-size: 13px;
  letter-spacing: -0.1px;
  background: #44b72e;
}
.b-goodsbox__img {
  display: block;
  font-size: 0;
  height: 200px;
}
.b-goodsbox__img:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.b-goodsbox__img img {
  max-width: none;
  max-height: 200px;
}
.b-goodsbox__title {
  margin: 0 0 3px;
  color: #4788b9;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.25;
  letter-spacing: -0.2px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
@media(max-width: 450px){
  .b-catalog_spacer .b-goodsbox_title_long .b-goodsbox__title{
    font-size: 18px;
  }
}
@media(min-width: 769px) {
  .b-catalog_spacer .b-goodsbox_title_long .b-goodsbox__title{
    font-size: 18px;
    white-space: normal;
    margin-bottom: 23px;
    height: 66px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    justify-content: center;
  }
  .b-catalog_air .b-goodsbox__title{
    white-space: normal;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    justify-content: center;
  }
  .b-catalog_spacer .b-goodsbox_title_long .b-goodsbox__title,
  .b-catalog_air .b-goodsbox_title_long .b-goodsbox__title{
    font-size: 18px;
  }
  .b-catalog_spacer .b-goodsbox_title_long .b-goodsbox__caption{
    margin-bottom: -8px !important;
  }
  .b-catalog_air .b-goodsbox__title{
    height: 38px;
    margin-bottom: 6px;
    margin-top: -2px;
  }
  .b-catalog_air .b-goodsbox__price{
    margin-top: -8px;
    padding: 11px 0;
  }
}
.b-goodsbox__title a {
  color: inherit;
}
.b-goodsbox__caption {
  margin: 0 0 15px;
  height: 40px;
  color: #262626;
  font-size: 13px;
  line-height: 1.54;
  letter-spacing: -0.1px;
  opacity: 0.8;
  overflow: hidden;
}
.b-goodsbox__price {
  margin-top: 15px;
  padding: 12px 0;
  font-size: 16px;
  letter-spacing: -0.1px;
  text-transform: uppercase;
  border-top: solid 1px #cde3f6;
  border-bottom: solid 1px #cde3f6;
}
.b-goodsbox__price__old {
  margin-right: 16px;
  text-decoration: line-through;
  opacity: 0.4;
}
.b-goodsbox__price__new {
  color: #333333;
}
.b-goodsbox__advant {
  margin: 0 -20px;
  padding: 11px 0 12px;
}
.b-goodsbox__advant img {
  margin: 0 12px;
}
.b-goodsbox__info-hidden {
  display: none;
}
.b-sale {
  padding: 50px 0;
  width: 100%;
  color: #fff;
  text-align: center;
  background: #7fbefa;
  background-image: -webkit-gradient(linear, right top, left top, from(#7fbefa), to(#138be0));
  background-image: -webkit-linear-gradient(right, #7fbefa, #138be0);
  background-image: linear-gradient(to left, #7fbefa, #138be0);
}
.b-sale__title {
  margin: 0 0 15px;
  font-size: 32px;
  font-weight: 300;
  line-height: 1.25;
  letter-spacing: -1px;
}
.b-sale__more {
  color: inherit;
  font-size: 16px;
  font-weight: 300;
  letter-spacing: -0.5px;
}
.b-sale__more .icon-arrow-right {
  top: -2px;
  margin-right: 8px;
  padding-left: 1px;
  width: 24px;
  height: 24px;
  font-size: 12px;
  line-height: 22px;
  text-align: center;
  border: 1px solid #fff;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.b-action {
  padding: 115px 40px 25px 83px;
  height: 403px;
  color: #fdfeff;
  overflow: hidden;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.b-action_blue {
  background: url(../img/bg-action-blue.png) center top no-repeat;
  background-size: cover;
}
.b-action_pink {
  background: url(../img/bg-action-pink.png) center top no-repeat;
  background-size: cover;
}
.b-action__title {
  margin: 0 0 42px;
  font-size: 50px;
  font-weight: 300;
  line-height: 1.25;
  letter-spacing: -1.2px;
}
.b-blog__grid {
  margin: 0 -8px;
}
.b-blog__column {
  float: left;
  margin-bottom: 16px;
  padding: 0 8px;
  width: 33.33334%;
}

.blog-four-items .b-blog__column{
	width: 50%;
}
.b-blogbox {
  padding: 35px 15px 35px 24px;
  height: 196px;
  font-size: 13px;
  line-height: 1.54;
  background: #fff;
  border: solid 1px #cde3f6;
  overflow: hidden;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.b-blogbox_know .b-blogbox__info {
  padding-top: 0;
}
.b-blogbox_know .b-blogbox__title {
  margin-bottom: 6px;
  line-height: 1.44;
}
.b-blogbox_know .b-blogbox__caption {
  max-height: none;
  letter-spacing: -0.2px;
  opacity: 0.8;
}
.b-blogbox__img {
  float: left;
  width: 100px;
  height: 100px;
  overflow: hidden;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -webkit-box-shadow: 0 4px 6px 0 #72d4ff;
  box-shadow: 0 4px 6px 0 #72d4ff;
}
.b-blogbox__img img {
  width: 100px;
  height: 100px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.b-blogbox__info {
  margin-left: 100px;
  padding: 5px 0 0 18px;
  overflow: hidden;
}
.b-blogbox__title {
  margin: 0 0 12px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
  letter-spacing: -0.3px;
  text-transform: uppercase;
}
.b-blogbox__caption {
  margin: 0 0 12px;
  max-height: 62px;
  overflow: hidden;
}
.b-blogbox__more {
  color: #009dff;
  font-weight: 300;
  letter-spacing: -0.1px;
}
.b-blogbox__more:hover {
  color: #006eb3;
  text-decoration: underline;
}
.b-video__grid {
  margin: 0 -8px;
  font-size: 0;
  text-align: center;
}
.b-video__column {
  margin-bottom: 16px;
  padding: 0 8px;
  display: inline-block;
  width: 33.33334%;
  font-size: 14px;
  text-align: left;
}
.b-videobox__title {
  margin: 12px 0 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
  letter-spacing: -0.3px;
  text-transform: uppercase;
}
.b-reviewbox__review-author {
  float: left;
  padding-right: 20px;
  width: 50%;
}
.b-reviewbox__review-expert {
  float: left;
  padding: 11px 0 0 20px;
  width: 50%;
}
.b-review-author__img {
  float: left;
  width: 72px;
  height: 72px;
  text-align: center;
  background-color: #f4f8ff;
  border: solid 1px #cde3f6;
}
.b-review-author__link {
  padding: 0 15px;
  display: block;
  height: 100%;
  font-size: 0;
}
.b-review-author__link:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.b-review-author__desc {
  margin-left: 72px;
  padding: 7px 0 0 16px;
}
.b-review-author__desc:first-child {
  margin-left: 0;
  padding-left: 0;
}
.b-review-author__name {
  margin: 0 0 16px;
  font-size: 24px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: -0.3px;
}
.b-review-author__name:first-letter {
  color: #ec440e;
}
.b-review-author__label {
  margin: 0;
  font-size: 13px;
  letter-spacing: -0.2px;
  opacity: 0.5;
}
.b-review-author__caption {
  padding: 12px 0 15px;
  color: #262626;
  font-size: 13px;
  line-height: 1.38;
  letter-spacing: normal;
}
.b-review-author__caption p {
  margin: 0;
}
.b-review-author__info {
  color: #262626;
  font-size: 13px;
  letter-spacing: -0.2px;
  opacity: 0.5;
}
.b-review-expert {
  position: relative;
  padding: 32px 32px 38px;
  background-color: #f4f9ff;
  border: solid 1px #cde3f6;
}
.b-review-expert:before {
  content: '';
  position: absolute;
  left: -14px;
  top: 35px;
  width: 25px;
  height: 25px;
  background-color: #f4f9ff;
  border-left: solid 1px #cde3f6;
  border-top: solid 1px #cde3f6;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.b-review-expert__img {
  float: left;
  width: 31px;
  height: 31px;
  overflow: hidden;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.b-review-expert__img img {
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.b-review-expert__info {
  position: relative;
  margin-left: 31px;
  padding: 4px 0 0 27px;
}
.b-review-expert__name {
  margin: 0;
  padding-right: 230px;
  font-size: 24px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: -0.3px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.b-review-expert__name span {
  color: #ec440e;
}
.b-review-expert__label {
  position: absolute;
  top: -5px;
  right: 0;
  width: 212px;
  height: 40px;
  color: #fff;
  font-size: 13px;
  line-height: 40px;
  text-align: center;
  background: #49abfa;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.b-review-expert__label:before {
  content: '';
  position: absolute;
  top: 6px;
  left: -14px;
  width: 28px;
  height: 28px;
  background: #49abfa;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.b-review-expert__caption {
  margin: 18px 0 0;
  color: #262626;
  font-size: 13px;
  letter-spacing: -0.2px;
}
.b-questform__title {
  padding: 27px 38px;
  color: #fff;
  font-size: 28px;
  font-weight: 300;
  line-height: 1;
  background: #00c7e9;
  background-image: -webkit-gradient(linear, right top, left top, from(#00c7e9), to(#0095ce));
  background-image: -webkit-linear-gradient(right, #00c7e9, #0095ce);
  background-image: linear-gradient(to left, #00c7e9, #0095ce);
}
.b-questform__content {
  padding: 30px 32px 40px;
  border: solid 1px #cde3f6;
}
.b-questform__row {
  margin: 0 -6px;
}
.b-questform__column {
  float: left;
  padding: 0 6px;
  width: 50%;
}
.b-questform__group {
  margin-bottom: 24px;
}
.b-questform__label {
  margin-bottom: 11px;
  display: block;
  color: #262626;
  font-size: 14px;
  letter-spacing: 0px;
  text-transform: uppercase;
}
.b-questform__input {
  height: 40px;
}
.b-questform__button {
  width: 98%;
  height: 54px;
}
.b-questform__info {
  margin: 7px 0;
  font-size: 13px;
  line-height: 1.54;
}
.b-questform__info a {
  color: inherit;
  border-bottom: 2px solid #07bffe;
  white-space: nowrap;
}
.b-questform__info a:hover {
  border-bottom-color: transparent;
}
.b-questform__time {
  margin: 24px 0 0;
  color: rgba(0, 0, 0, 0.3);
  font-size: 14px;
  text-align: center;
}
.b-subscribe {
  margin: -1px 0;
  padding: 21px 0 23px;
  border-top: solid 1px #cde3f6;
  border-bottom: solid 1px #cde3f6;
}
.b-subscribe__label {
  margin-right: 16px;
  display: inline-block;
  vertical-align: middle;
}
.b-subscribe__input {
  display: inline-block;
  max-width: 360px;
  height: 56px;
  background-color: #cde3f6;
  border: 1px solid #cde3f6;
  vertical-align: middle;
}
.b-subscribe__button {
  margin-left: 10px;
  max-width: 200px;
  width: 100%;
  height: 56px;
}
.b-subscribe__span {
  padding-left: 28px;
  display: inline-block;
  max-width: 300px;
  line-height: 1.47;
  letter-spacing: -0.4px;
  vertical-align: middle;
}
.b-recommends__item {
  float: left;
  width: 25%;
}
.b-recommend {
  height: 400px;
  text-align: center;
}
.b-recommend__link {
  padding: 25px 60px;
  display: block;
  height: 100%;
  color: #fff;
  font-size: 0;
  letter-spacing: 0;
  background: rgba(0, 0, 0, 0.56);
  opacity: 0;
}
.b-recommend__link:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.b-recommend__link:hover {
  opacity: 1;
}
.b-recommend__align {
  display: inline-block;
  font-size: 20px;
  vertical-align: middle;
}
.b-recommend__title {
  margin: 0 0 8px;
  font-weight: 400;
  line-height: 1.5;
  text-transform: uppercase;
}
.b-recommend__more {
  display: inline-block;
  border-bottom: 1px solid #fff;
}
.b-phone-lg {
  color: #74a3c6;
  font-size: 30px;
  font-weight: 300;
  letter-spacing: 0.6px;
}
.b-socials {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 0;
}
.b-socials__item {
  margin-right: 38px;
  display: inline-block;
  vertical-align: middle;
}
.b-socials__link {
  display: block;
  width: 46px;
  height: 47px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.b-socials__link_mail {
  background: url(../img/mail.png) no-repeat;
}
.b-socials__link_instagram {
  background: url(../img/instagram.png) no-repeat;
}
.b-socials__link_vkontakte {
  background: url(../img/vkontakte.png) no-repeat;
}
.b-socials__link_facebook {
  background: url(../img/facebook.png) no-repeat;
}
.b-menu__title {
  margin: 0 0 16px;
  display: block;
  color: #757d8b;
  font-size: 13px;
  line-height: 1.54;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}
.b-menu__list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.b-menu__item {
  margin-bottom: 9px;
  line-height: 1.15;
}
.b-menu__link {
  color: #4388bc;
  font-size: 13px;
}
.b-menu__link:hover {
  color: #2f5f84;
  text-decoration: underline;
}
.b-inform {
  padding: 66px 0 28px;
}
.b-inform__top {
  margin-bottom: 32px;
}
.b-inform__phone-lg {
  float: left;
  margin: 3px 0 0;
}
.b-inform__button {
  float: left;
  margin-right: 71px;
}
.b-inform__socials {
  float: right;
  margin-top: 1px;
}
.b-inform__socials .b-socials__item {
  margin: 0 0 0 38px;
}
.b-inform__menu {
  float: left;
  padding-right: 70px;
  width: 25%;
}
.b-footer {
  padding: 34px 0 40px;
  color: #6795b9;
  font-size: 13px;
  letter-spacing: -0.2px;
  border-top: solid 1px #cde3f6;
}
.b-footer p {
  margin: 0;
}
.b-footer a {
  color: #6795b9;
}
.b-footer__copyright {
  float: left;
}
.b-footer__links {
  float: right;
}
.b-footer__links a:hover {
  color: #2f5f84;
  text-decoration: underline;
}
.b-modal {
  position: relative;
  background-color: #f8fafc;
  /*overflow: hidden;*/
  -webkit-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: 0 2px 57px 0 #bcbcbc;
  box-shadow: 0 2px 57px 0 #bcbcbc;
}

.b-modal_large {
  width: 1080px;
}
.b-modal_small {
  width: 503px;
}
.b-modal_small .b-modal__content {
  padding-top: 35px;
  padding-bottom: 35px;
}
.b-modal_order{
  background: #535454;
}
.b-modal_center {
  text-align: center;
}
.b-modal__name-product {
  margin: 0 0 25px;
  font-size: 17px;
  color: #4c4c4c;
  margin: 0 76px;
  border: dashed 1px #e1e1e1;
  margin-bottom: 19px;
}
.b-modal__mobile .b-modal__name-product {
  margin: 0 0 1em;
}
.b-modal__goods-row{
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}
.b-modal__goods-row>div{
  flex-shrink: 0;
  border: dashed 1px #e1e1e1;
  padding: 3px 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  letter-spacing: -0.2px;
  font-size: 13px;
      opacity: 1;
      color: rgba(52, 52, 52, .7);
}
.b-modal__goods-row_total{
  font-weight: 700;
}
.b-modal__goods-row_total>div:nth-child(1){
  text-transform: uppercase;
}
.b-modal__goods-row>:nth-child(1){
  width: calc(100% - 210px);
}
.b-modal__goods-row>:nth-child(2){
  width: 80px;
  text-align: center;
}
.b-modal__goods-row>:nth-child(3){
  width: 130px;
  text-align: right;
}
.b-modal__goods-row_total>:nth-child(2){
  width: 210px;
  text-align: right;
  padding-right: 39px;
}
.b-modal__name-product span {
  margin-left: 15px;
}
.b-modal__name-product .b-product__priceold {
  margin-right: 0;
}
.b-modal__tab {
  margin: 0;
  padding: 0;
  padding: 20px 20px 0;
  list-style: none;
  font-size: 22px;
  font-weight: 300;
  line-height: 1.1;
  text-align: center;
}
.b-modal__tab:after {
  content: '';
  display: table;
  clear: both;
}
.b-modal__tab__item {
  float: left;
  padding: 35px 15px;
  width: 50%;
  color: #fff;
  background: rgba(184, 189, 190, 1);
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-border-radius: 10px 10px 0 0;
  -moz-border-radius: 10px 10px 0 0;
  -ms-border-radius: 10px 10px 0 0;
  -o-border-radius: 10px 10px 0 0;
  border-radius: 10px 10px 0 0;
  -webkit-box-shadow: inset 0 0 5px 1px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 0 5px 1px rgba(0, 0, 0, 0.1);
}
// .b-modal__tab__item:hover {
//   color: #fff;
//   background: #00d4f8;
// }
.b-modal__tab__item.current {
  color: #222;
  background-color: #f8fafc;
  cursor: default;
  -webkit-box-shadow: 0 -1px 2px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0 -1px 2px 0px rgba(0, 0, 0, 0.1);
}
.b-modal__tabs {
  position: relative;
  margin: 0 20px 20px;
  padding-top: 25px;
  background-color: #f8fafc;
  border: 1px solid #f0f2f4;
  border-top: 0;
  -webkit-border-radius: 0 0 10px 10px;
  -moz-border-radius: 0 0 10px 10px;
  -ms-border-radius: 0 0 10px 10px;
  -o-border-radius: 0 0 10px 10px;
  border-radius: 0 0 10px 10px;
}
.b-modal__tabs__item {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: -1;
  opacity: 0;
}
.b-modal__tabs__item.current {
  position: relative;
  z-index: 1;
  opacity: 1;
}
.b-modal__header {
  padding: 35px 15px;
  color: #fff;
  font-size: 40px;
  font-weight: 300;
  line-height: 1.1;
  text-align: center;
  background: #00c7e9;
  background-image: -webkit-gradient(linear, right top, left top, from(#00c7e9), to(#0095ce));
  background-image: -webkit-linear-gradient(right, #00c7e9, #0095ce);
  background-image: linear-gradient(to left, #00c7e9, #0095ce);
}
.b-modal__steps {
  margin: 0;
  padding: 0;
  list-style: none;
  margin: 20px 0 40px;
  text-align: center;
}
.b-modal__steps li {
  position: relative;
  margin: 0 65px;
  display: inline-block;
  width: 30px;
  height: 30px;
  color: #fff;
  font-size: 12px;
  font-weight: 300;
  line-height: 30px;
  text-align: center;
  text-transform: uppercase;
  background: #e1e1e1;
  cursor: default;
  vertical-align: top;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: 0.4s 0.8s;
  transition: 0.4s 0.8s;
}
.b-modal__steps li:before {
  content: '';
  position: absolute;
  top: 13px;
  left: 50%;
  width: 0;
  border-bottom: 2px solid #0095ce;
  z-index: -1;
  -webkit-transition: 0.8s;
  transition: 0.8s;
}
.b-modal__steps li:after {
  content: '';
  position: absolute;
  top: 13px;
  left: 50%;
  width: 175px;
  border-bottom: 2px solid #e1e1e1;
  z-index: -2;
}
.b-modal__steps li:last-child:before {
  display: none;
}
.b-modal__steps li:last-child:after {
  display: none;
}
.b-modal__steps li.current {
  color: #fff;
  background: #0095ce;
  cursor: pointer;
}
.b-modal__steps li.current.animate:before {
  width: 175px;
}
.b-modal__steps__label {
  position: absolute;
  left: -45px;
  right: -45px;
  top: 100%;
  margin-top: 10px;
  color: #222;
  font-size: 13px;
  line-height: 1.2;
  text-transform: none;
}
.b-modal__content {
  padding: 65px 50px 90px;
  font-size: 16px;
  line-height: 1.38;
  letter-spacing: -0.2px;
}
.b-modal__content p {
  margin: 0 0 20px;
}
.b-modal__content p:last-child {
  margin-bottom: 0;
}
.b-modal__content__left {
  float: left;
  margin: -55px -1px -55px 0;
  padding: 35px 60px 35px 26px;
  width: 50%;
  border-right: dashed 1px #cde3f6;
}
.b-modal__content__right {
  float: left;
  margin: -55px 0;
  padding: 35px 55px 35px 80px;
  width: 50%;
  border-left: dashed 1px #cde3f6;
}
.b-modal__video {
  height: 450px;
}
.b-modal__group {
  margin-bottom: 30px;
}
.b-modal__group:last-child {
  margin-bottom: 0;
}
.b-modal__group label {
  margin-bottom: 10px;
  display: block;
}
.b-modal__group input,
.b-modal__group textarea {
  background: #fff;
}
.b-modal__group input:focus,
.b-modal__group textarea:focus {
  border: solid 1px #f6e502;
}
.b-modal__group_right {
  margin-top: 30px;
  text-align: right;
}
.b-modal__group .b-wiget__content__group label {
  margin-bottom: 0;
  display: inline-block;
}
.b-modal__group .b-wiget__content__group input {
  width: 70%;
}
.b-modal__group .b-wiget__content__group p {
  margin: 0 0 5px;
  font-size: 13px;
  letter-spacing: -0.2px;
  opacity: 0.7;
  vertical-align: middle;
}
.b-modal__group .b-wiget__content__group p span:first-child {
  display: inline-block;
  width: 130px;
}
.b-modal .b-wiget__content__group {
  white-space: normal;
}
.b-modal .b-wiget__content__group label {
  display: inline;
}
.b-modal__footer {
  padding: 30px 15px;
  text-align: center;
  border-top: solid 1px #cde3f6;
}
.b-modal__button {
  width: 100%;
  max-width: 360px;
  height: 61px;
}
.b-modal__info {
  margin: 18px 0 0;
  font-size: 14px;
  opacity: 0.5;
}
.b-modal__close {
  color: #343434;
}
.b-modal__close:hover {
  color: #74a3c6;
}
.b-modal__close .icon-cancel {
  top: -2px;
  margin-right: 15px;
  font-size: 14px;
  opacity: 0.7;
}
.b-modal__mobile {
  display: none;
}
.b-modal__desktop {
  display: block;
}
.b-modal__desktop .b-modal__close{
  position: absolute;
  z-index: 9999;
  top: 0px;
  right: -48px;
  color: #fff;
  border: 1px solid #fff;
  width: 28px;
  text-align: center;
  line-height: 28px;
  border-radius: 50%;
}
.b-modal__desktop .b-modal__close .icon-cancel{
  margin-right: 0;
  font-size: 12px;
}
.information-for-buyers{
  height: 79px;
  display: inline-flex;
  -ms-align-items: center;
  align-items: center;
}
.b-modal_thank .b-modal__name-product {
  margin: 0 0 1.5em;
}


.information-for-buyers .icon-help{
  width: 22px;
  color: #015ba5;
  display: inline-block;
  text-align: center;
  height: 22px;
  border-radius: 50%;
  font-weight: 700;
  margin-left: 3px;
  background: url(../img/information-icon.svg) center / 100% no-repeat;
}
.information-for-buyers a:hover{
  opacity: .6;
}
.information-for-buyers .icon-help:before{
  content: normal;
}
.b-modal__desktop .b-modal__close:hover{
  opacity: .6;
}
.product-table{
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}
.product-table>div{
  width: 25%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-left: 1px #7ea9bf solid;
}
.product-table>div>*{
  padding: 25px;
}
.product-table :first-child {
  border-left: none;
}

.b-catalog-links{
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-around;
  padding: 8px 16px;
  font-size: 13px;
  border: solid 1px #cde3f6;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  margin-bottom: 16px;
}

.b-catalog-links__item {
  display: block;
}
.b-catalog-links__item a{
  display: block;
  padding: 16px;
}
.b-catalog-links__item a:hover{
  color: #1c92f2;
  text-decoration: underline;
}
.b-product-desc{
  position: relative;
  font-size: 12px;
  padding: 90px 0;
}
.b-product-desc :first-child{
  margin-top: 0;
}
.b-product-desc h2{
  font-weight: 500;
  font-size: 34px;
}
.two-columns__column{
width: 50%;
margin: 0 23px;
}
.two-columns{
  margin: 25px -23px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}
.two-columns__column h3{
  padding: 15px 0 15px 74px;
  background: url(../img/filtering/sneg.png) 0 center no-repeat;
  margin-bottom: 10px;
  font-size: 20px;
}
.b-contactsbox__schedule{
  opacity: 0.5;
  margin-top: 3px;
  font-size: 10px;
  color: #343434;
      white-space: nowrap;
      display: block;
}
.b-product-desc h3{
  font-weight: 500;
}
.b-product-compare {
    margin-top: 106px;
    padding: 106px 0 147px;
    background: #fdfeff;
    position: relative;
    font-size: 12px;
}
.b-product-compare__title{
  margin: 0 0 55px;
  color: #262626;
  font-size: 32px;
  font-weight: 300;
  line-height: 1.25;
  letter-spacing: -0.3px;
  text-align: center;
}
.b-product-compare__parameters:before,
.b-product-compare__top-row{
  content: '';
  display: block;
  height: 195px;
  width: 100%;
  background-color: #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 28px 17px;
  color: #64b5f6;
}

.b-product-compare__parameters{
  text-transform: uppercase;
}
.b-product-compare__parameters>:nth-child(even){
  background-color: #fff;
}
.b-product-compare__column>:nth-child(odd):not(.b-product-compare__top-row){
  background-color: #fff;
}
.b-product-compare__mobile-container{
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}
.b-product-compare__parameters>div,
.b-product-compare__mobile-container>div>div{
  height: 80px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  border-top: 1px solid #cde3f6;
  background-color: #f4f8ff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 26px 24px;
}
.b-product-compare__top-row img{
  margin-bottom: 7px;
}
.b-product-compare__table{
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  border: solid 1px #cde3f6;
  -webkit-box-shadow: 0 2px 16px 0 rgba(205, 227, 246, 0.2);
  box-shadow: 0 2px 16px 0 rgba(205, 227, 246, 0.2);
}
.b-product-compare__table_new{
  width: 100%;
  border: solid 1px #cde3f6;
  -webkit-box-shadow: 0 2px 16px 0 rgba(205, 227, 246, 0.2);
  box-shadow: 0 2px 16px 0 rgba(205, 227, 246, 0.2);
}
.b-product-compare__table_new tr{
  border-top: 1px solid #cde3f6;
}
.b-product-compare__table_new tr:nth-child(even){
  background: #f4f8ff;
}
.b-product-compare__table_new td{
  padding: 20px;
  vertical-align: middle;
  text-align: center;
}
.b-product-compare__attr-cell {
  text-transform: uppercase;
}
.b-product-compare__attr-cell {
  text-align: center;
}
.b-product-compare__product-cell img {
  max-width: 75px;
  margin-bottom: 7px;
}
.b-cart__buy,
.js-open-modal.button_cart{
  width: 133px;
  padding: 12px 4px;
  font-size: 13px;
  letter-spacing: 0;
  z-index: 11;
  color: #343434;
}
.b-logo__link{
  margin-left: 1px;
}
.b-logo__link img{
  max-width: 400px;
}
::-webkit-inner-spin-button {
    -webkit-appearance: none;
}
::-webkit-outer-spin-button {
    -webkit-appearance: none;
}
@media only screen and (max-width: 1200px) {
  .b-product-compare__parameters{
    width: 123px;
    border-right: 1px solid #cde3f6;
  }
  .b-product-compare__mobile-container{
    width: calc(100% - 123px);
    overflow: auto;
  }
  .b-product-compare__parameters>div, .b-product-compare__mobile-container>div>div{
    padding: 10px 16px;
  }
  .b-nav__list:first-child{
    margin-right: 0;
    border: none;
    padding-right: 0;
  }
  .b-nav__list:nth-child(2){
    display: none;
  }
}
@media only screen and (max-width: 992px) {
  .b-header__contactsbox-inner{
    height: 65px;
  }
  .b-logo__link{
    line-height: 65px;
  }
  .b-contactsbox__email{
    display: none;
  }
  .b-nav__list:last-of-type{
    display: none;
  }
  .b-product-compare .g-container{
    padding: 0;
  }
  .b-nav__list:first-of-type{
    border-right: none;
    padding-right: 0;
    margin-right: 0;
  }
  .b-header__left-col{
    max-width: 790px;
  }
  .b-logo__link img{
    max-width: 200px;
  }
  .b-logo__link{
    margin-left: 1px;
  }
}
@media only screen and (max-width: 1600px) {
  .b-recommends {
    height: 800px;
    overflow: hidden;
  }
  .b-recommends__item {
    width: 33.33334%;
  }
  .b-recommend__link {
    padding: 25px 35px;
  }
}
@media only screen and (max-width: 1330px) {
  .g-container_fuild {
    padding: 0 15px;
  }
  .b-contactsbox__email {

  }
  .b-header__logo{
    margin-right: 7px;
  }
  .b-nav__item {
    margin-right: 25px;
  }
  .b-content__sticky-links .b-content__headings__inner{
    margin-left: 0;
    width: 160px;
    padding: 0;
    border: none;
    border-radius: 3px;
  }
}
@media only screen and (max-width: 1200px) {
  .g-container {
    padding: 0 25px;
    width: auto;
  }
  .g-container_fuild {
    padding: 0 25px;
  }
  .b-genslider .slick-arrow {
    left: 25px;
    margin-left: 0;
  }
  .b-genslider .slick-next {
    left: 93px;
    margin-left: 0;
  }
  .b-product__info {
    width: 60%;
  }
  .b-product__photos {
    width: 35%;
  }
  .b-product__img {
    max-width: 240px;
  }
  .b-product__thumb {
    margin-left: 0;
  }
  .b-product__garantiya {
    bottom: -20px;
  }
  .b-distr {
    margin-top: 50px;
  }
  .b-product__prices .b-distr{
    margin-top: 0;
  }
  .b-knwow .b-blog__column {
    float: none;
    width: auto;
  }
  .b-knwow .b-blogbox_know {
    padding: 25px;
    height: auto;
  }
  .b-expert__author {
    padding: 20px 25px 25px 15px;
  }
  .b-expert__docs {
    padding: 17px 77px 21px;
  }
  .b-pagetitle {
    padding: 160px 0 200px;
  }
  .b-categories {
    display: none;
  }
  .b-aside {
    width: 30%;
  }
  .b-primary {
    width: 70%;
  }
  .b-catalog__column {
    width: 50%;
  }
  .b-catalog__column_large {
    width: 100%;
  }
  .b-map {
    width: 300px;
    height: 300px;
  }
  .b-content {
    padding: 0 200px 0 220px;
  }
  .b-content blockquote {
    margin: 40px -40px 25px;
    padding: 20px;
  }
  .b-content .b-content__heading_large {
    font-size: 40px;
  }
  .b-content__aside {
    margin-left: 60px;
    max-width: 150px;
  }
  .b-goodsbox__advant img {
    margin: 0 6px;
  }
  .b-reviewbox__review-author {
    width: 40%;
  }
  .b-reviewbox__review-expert {
    width: 60%;
  }
  .b-subscribe {
    text-align: center;
  }
  .b-subscribe__span {
    margin-top: 15px;
    padding: 0;
    display: block;
    max-width: none;
    font-size: 15px;
    opacity: 0.6;
  }
  .b-recommends {
    height: 800px;
    overflow: hidden;
  }
  .b-recommends__item {
    width: 50%;
  }
  .b-inform__button {
    margin-right: 25px;
  }
  .b-inform__socials .b-socials__item {
    margin-left: 25px;
  }
  .b-inform__socials .b-socials__item:first-child {
    margin-left: 0;
  }
  .b-inform__menu {
    padding-right: 40px;
  }
  .b-filtermethod {
    padding-bottom: 50px;
  }
  .b-filtermethod__filterinfo {
    margin-bottom: -50px;
    float: none;
    margin: 0;
    text-align: center;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  .b-filtermethod .b-filtermethod__infographic {
    position: static;
    margin-top: -80px;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  .b-knwow {
    margin-top: 0;
  }
  .b-modal_large {
    width: 950px;
  }
  .b-product-desc{
    padding: 75px 10px 75px;
  }
  .b-product-compare{
    padding: 75px 0;
  }
}
@media only screen and (max-width: 992px){
  .b-header__toggle {
    float: left;
    margin: 15px 20px 0 0;
    display: block;
  }
  .b-header__nav {
    display: none;
  }
  .b-swipenav {
    display: block;
  }
  .b-slidenav {
    top: 62px;
  }
  .b-header .g-container {
    position: relative;
  }
  .b-header__logo {
    margin: 0;
  }
}
@media only screen and (max-width: 992px) {
  .b-catalog-links{
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .g-container {
    padding: 0 15px;
  }
  .b-cart{
    line-height: 60px;
    margin-top: 1px;
  }
  .g-container_fuild {
    padding: 0 15px;
  }
  .b-slidenav {
    top: 65px;
  }
  .b-header {
    position: fixed;
    height: 65px;
  }
  .b-stockbox {
    display: none;
  }
  .b-genslider__item {
    height: 500px;
  }
  .b-genslider__info {
    margin-top: 80px;
  }
  .b-genslider__title {
    font-size: 46px;
  }
  .b-experts__grid {
    margin: 0 -10px;
  }
  .b-experts__column {
    padding: 0 10px;
  }
  .b-author {
    padding: 20px;
  }
  .b-author__photo {
    float: none;
    margin: 0 auto 20px;
  }
  .b-author__info {
    margin: 0;
    padding: 0;
    text-align: center;
  }
  .b-docs {
    padding: 17px 50px;
  }
  .b-docs .slick-prev {
    left: 10px;
  }
  .b-docs .slick-next {
    right: 10px;
  }
  .b-breadcrumbs {
    padding: 17px 0;
  }
  .b-breadcrumbs__item .icon-arrow-right {
    margin: 0 15px;
  }
  .b-product__info {
    float: none;
    width: auto;
  }
  .b-product__info__img {
    float: left;
    margin-right: 40px;
    display: block;
    width: 23%;
    text-align: center;
  }
  .b-product__photos {
    display: none;
  }
  .b-filtermethod {
    display: none;
  }
  .b-knwow {
    margin: 0;
    padding: 40px 0;
  }
  .b-chars {
    padding: 40px 0;
  }
  .b-chars__tablechar {
    float: none;
    margin-bottom: 30px;
    padding: 0;
    width: auto;
  }
  .b-chars__logos {
    float: none;
    padding: 0;
    width: auto;
  }
  .b-chars__logos__item {
    margin: 0 25px;
    display: inline-block;
    vertical-align: middle;
  }
  .b-reviews {
    padding: 40px 0;
  }
  .b-pagetitle {
    padding: 150px 0;
  }
  .b-pagetitle__heading {
    padding: 0 50px;
    max-width: none;
  }
  .b-contacts__desc {
    float: none;
    margin-bottom: 35px;
    width: auto;
  }
  .b-contacts__map {
    float: none;
    width: auto;
    text-align: left;
  }
  .b-map {
    display: block;
    width: auto;
    height: 250px;
  }
  .b-main__questform {
    margin-bottom: 0;
  }
  .b-content {
    padding-left: 0;
  }
  .b-content__headings {
    display: none;
  }
  .b-content__aside_left {
    position: static;
    margin: 15px;
    width: auto;
    max-width: none;
  }
  .b-aside {
    float: none;
    margin-bottom: 15px;
    padding: 5px;
    width: auto;
  }
  .b-aside__openfilter {
    display: block;
    width: 100%;
  }
  .b-aside__filter {
    display: none;
  }
  .b-aside__wiget_square {
    float: left;
    width: 50%;
  }
  .b-aside__wiget_price {
    float: left;
    width: 50%;
  }
  .b-wiget__title .tooltip {
    display: none;
  }
  .b-wiget__colors {
    margin-bottom: 0;
  }
  .b-wiget__color {
    margin-bottom: 0;
    width: 12.5%;
  }
  .b-primary {
    float: none;
    padding: 0;
    width: auto;
  }
  .b-blog__column {
    width: 50%;
  }
  .b-reviewbox__review-author {
    float: none;
    margin-bottom: 25px;
    padding: 0;
    width: auto;
  }
  .b-reviewbox__review-expert {
    float: none;
    padding: 0;
    width: auto;
  }
  .b-review-expert:before {
    left: 35px;
    top: -14px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .b-subscribe__label {
    margin: 0 0 15px;
    display: block;
    max-width: none;
    font-size: 15px;
    opacity: 0.6;
  }
  .b-recommends {
    display: none;
  }
  .b-inform {
    padding: 30px 0;
  }
  .b-inform__top {
    margin-bottom: 0;
  }
  .b-inform__button {
    display: none;
  }
  .b-inform__bottom {
    padding-top: 15px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .b-inform__menu{
    width: 50%;
    margin-bottom: 15px;
  }
  .b-modal_large {
    width: 720px;
  }
  .b-modal__header {
    padding: 20px;
    font-size: 32px;
  }
  .b-modal__content {
    padding: 30px;
    font-size: 15px;
  }
  .b-modal__content__left {
    margin: -30px -1px -30px;
    padding: 30px;
  }
  .b-modal__content__right {
    margin: -30px 0;
    padding: 30px;
  }
  .b-modal__name-product {
    font-size: 18px;
  }
  .b-modal__name-product span {
    margin-left: 10px;
    font-size: 24px;
  }
  .product-table{
    display: block;
  }
  .product-table>div{
    width: auto;
  }
  .b-product-desc{
    padding: 75px 15px;
  }
}
@media only screen and (max-width: 768px) {
  .b-cart__dropdown{
    left: -98px;
  }
  .b-cart__arrow{
    top: 35px;
  }
  .b-cart__arrow:before{
    top: 13px;
    transform: skew(0, 53deg) translateZ(0) rotate(109deg);
  }
  .b-cart__dropdown{
    top: 50px;
  }
  .b-logo__link{
    line-height: 55px;
  }
  .b-cart{
    padding-right: 0;
  }
  .b-header__contactsbox{
    display: none;
  }
  .b-contactsbox__schedule{
    display: none;
  }
  .b-header__contactsbox{
    margin-left: 17px;
  }
  .two-columns{
    display: block;
    margin: 0;
  }
  .two-columns__column{
    margin: 0;
    width: auto;
  }
  body {
    padding-top: 55px;
    font-size: 16px;
  }
  .b-cart{
    line-height: 52px;
  }
  .b-scrollto {
    display: none;
  }
  .b-slidenav {
    top: 55px;
  }
  .b-header {
    height: 55px;
  }
  .b-header_fixed .b-header__contactsbox {
    margin-top: 16px;
  }
  .b-header__toggle {
    margin-top: 12px;
  }
  .b-header__contactsbox {
    margin-top: 16px;
  }
  .b-genslider__item {
    height: 460px;
    text-align: center;
  }
  .b-genslider__info {
    margin: 80px auto 0;
    max-width: 380px;
  }
  .b-genslider__title {
    margin-bottom: 30px;
    font-size: 36px;
    line-height: 1.4;
  }
  .b-genslider .slick-arrow {
    display: none !important;
  }
  .b-product {
    padding: 45px 0;
    text-align: center;
  }
  .b-product__buy {
    margin: 20px auto;
    display: block;
    width: 100%;
  }
  .b-product__pricenew {
    margin-right: 0;
  }
  .b-product__info__img {
    float: none;
    margin-bottom: 20px;
    margin-right: 0;
    width: auto;
    text-align: center;
  }
  .b-product__info__img img {
    width: 120px;
  }
  .b-product__title {
    font-size: 32px;
  }
  .b-product__use {
    text-align: left;
  }
  .b-product__buy .g-button__icon {
    display: none;
  }
  .b-product__cheaper {
    float: none;
    margin-bottom: 60px;
    width: auto;
  }
  .b-product__infoblock {
    float: none;
    padding: 0;
    width: auto;
  }
  .b-infoblock {
    min-height: auto;
  }
  .b-knwow__title {
    font-size: 28px;
  }
  .b-chars__title {
    font-size: 28px;
  }
  .b-video__column {
    margin: 0 auto 30px;
    display: block;
    width: 300px;
  }
  .b-video__column:last-child{
    margin-bottom: 0;
  }
  .b-reviews__title {
    font-size: 28px;
  }
  .b-tablechar tr td {
    padding: 25px;
  }
  .b-chars__logos__item {
    display: none;
  }
  .b-chars__logos__download {
    margin: 0;
    display: inline-block;
  }
  .b-experts {
    padding: 30px 0;
  }
  .b-experts__title {
    margin-bottom: 20px;
    font-size: 28px;
  }
  .b-experts__grid {
    margin: 0;
  }
  .b-experts__column {
    float: none;
    margin-bottom: 25px;
    padding: 0;
    width: auto;
  }
  .b-experts__column:last-child {
    margin-bottom: 0;
  }
  .b-breadcrumbs__item {
    font-size: 14px;
  }
  .b-pagetitle {
    padding: 100px 0;
  }
  .b-pagetitle__heading {
    padding: 0;
    font-size: 36px;
  }
  .b-contacts__info__text {
    float: none;
    margin-bottom: 0;
    padding: 0;
    width: auto;
  }
  .b-contacts__info__download {
    display: none;
    text-align: center;
  }
  .b-main {
    padding: 30px 0 10px;
  }
  .b-main__title {
    margin-bottom: 25px;
    font-size: 26px;
  }
  .b-main__questform {
    margin-bottom: 25px;
    max-width: none;
  }
  .b-infograpic {
    width: auto;
  }
  .b-infograpic__tooltips {
    display: none;
  }
  .b-aside__wiget_price {
    float: none;
    width: auto;
  }
  .b-aside__wiget_square {
    float: none;
    width: auto;
  }
  .b-wiget__colors {
    margin-bottom: -15px;
  }
  .b-wiget__color {
    margin-bottom: 15px;
    width: 25%;
  }
  .b-sorting_marks .b-sorting__item {
    margin-bottom: 10px;
  }
  .b-sorting_without-border .b-sorting__select {
    float: left;
    margin: 0 20px 0 0;
  }
  .b-sorting__select {
    float: none;
    margin: 0 0 5px;
  }
  .b-catalog__column {
    float: none;
    width: 100%;
  }
  .b-content {
    padding: 0;
  }
  .b-content h2 {
    margin-bottom: 20px;
    font-size: 24px;
  }
  .b-content h3 {
    margin: 20px 0;
  }
  .b-content ul,
  .b-content ol {
    margin: 20px 0;
    list-style-position: inside;
  }
  .b-content p {
    margin-bottom: 20px;
    text-align: justify;
  }
  .b-content blockquote {
    margin: 20px 0;
  }
  .b-content figure {
    margin: 20px 0;
  }
  .b-content__aside {
    position: static;
    margin: 15px;
    width: auto;
    max-width: none;
  }
  .b-content .b-content__heading_large {
    font-size: 26px;
  }
  .b-content__text__row {
    margin: 0;
  }
  .b-content__text__column {
    float: none;
    padding: 0;
    width: auto;
  }
  .b-sale {
    padding: 30px;
  }
  .b-sale__title {
    font-size: 26px;
  }
  .b-blog__grid {
    margin: 0;
  }
  .b-blog__column {
    float: none;
    padding: 0;
    width: 100%;
  }
  .b-blogbox {
    padding: 25px 20px;
    height: auto;
    text-align: center;
  }
  .b-blogbox__img {
    float: none;
    margin-bottom: 20px;
    display: inline-block;
  }
  .b-blogbox__info {
    margin: 0;
    padding: 0;
  }
  .b-blogbox__caption {
    margin: 0;
    max-height: auto;
  }
  .b-goodsbox {
    padding: 15px;
    height: auto;
  }
  .b-goodsbox__label {
    display: none;
  }
  .b-goodsbox__img {
    float: left;
    width: 100px;
    height: auto;
  }
  .b-goodsbox__img:before {
    display: none;
  }
  .b-goodsbox__img img {
    max-width: 100%;
  }
  .b-goodsbox__info {
    margin-left: 100px;
    padding-left: 15px;
    text-align: left;
  }
  .b-goodsbox__title {
    font-size: 20px;
  }
  .b-goodsbox__caption {
    margin-bottom: 0;
  }
  .b-goodsbox__price {
    margin-top: 10px;
    padding: 7px 0;
  }
  .b-goodsbox__advant {
    padding-bottom: 0;
  }
  .b-chars__title {
    margin-bottom: 30px;
  }
  .b-tablechar tr td {
    padding: 15px;
    font-size: 12px;
  }
  .b-tablechar tr td .icon-help {
    // display: none;
  }
  .b-chars__logos {
    display: none;
  }
  .b-review-author__caption p {
    text-align: justify;
  }
  .b-review-expert {
    padding: 20px;
  }
  .b-review-expert__info {
    padding-left: 15px;
  }
  .b-review-expert__label {
    width: 190px;
  }
  .b-review-expert__name {
    padding-right: 200px;
    font-size: 20px;
  }
  .b-questform__title {
    padding: 20px;
    font-size: 20px;
  }
  .b-questform__content {
    padding: 20px;
  }
  .b-subscribe__input {
    max-width: 260px;
  }
  .b-subscribe__button {
    padding: 0 15px;
    max-width: 150px;
  }
  .b-socials__link {
    width: 32px;
    height: 32px;
    background-size: 32px;
  }
  .b-inform {
    padding: 15px 0;
  }
  .b-inform__phone-lg {
    margin-top: 4px;
  }
  .b-inform__button {
    margin-right: 0;
  }
  .b-inform__socials {
    margin-top: 0;
  }
  .b-inform .b-socials__item {
    margin-left: 15px;
  }
  .b-phone-lg {
    font-size: 20px;
  }
  .b-footer {
    padding: 20px 0;
  }
  .b-modal {
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-border-radius: 0;
    border-radius: 0;
  }
  .b-modal_order {
    background: #fff;
  }
  .b-modal_large {
    width: auto;
  }
  .b-modal_small {
    width: auto;
  }
  .b-modal__header {
    padding: 20px;
    font-size: 24px;
  }
  .b-modal__content {
    padding: 30px;
    font-size: 15px;
  }
  .b-modal__content__left {
    display: none;
  }
  .b-modal__content__right {
    float: none;
    margin: 0;
    padding: 0;
    width: auto;
    border: 0;
  }
  .b-modal__group {
    display: none;
  }
  .b-modal__group_phone {
    display: block;
  }
  .b-modal__group_comment {
    display: block;
  }
  .b-modal__video {
    height: 250px;
  }
  .b-modal__footer {
    padding: 15px;
  }
  .b-modal__mobile {
    display: block;
  }
  .b-modal__desktop {
    display: none;
  }
  .arcticmodal-container_i {
    width: 100% !important;
  }
  .arcticmodal-container_i2 {
    padding: 0 !important;
    vertical-align: top !important;
  }
  .arcticmodal-overlay {
    background: #fff !important;
    opacity: 1 !important;
  }
  .b-header__contactsbox {
    margin-top: 12px;
  }
  .b-contactsbox__phone {
    display: inline-block;
    width: 32px;
    height: 32px;
    font-size: 19px;
    line-height: 32px;
    text-align: center;
    overflow: hidden;
    float: right;
  }
  .b-contactsbox__phone span {
    display: none;
  }
}
@media(max-width: 580px){
  .b-logo__link{
    width: 61px;
  }
}
@media(max-width: 580px){
  .b-inform__menu{
    width: 100%;
    padding-right: 0;
  }
}
@media only screen and (max-width: 480px) {
  .b-catalog-links__item{
    width: 100%;
  }
  .g-container {
    padding: 0 10px;
  }
  .g-button:not(.b-cart__buy) {
    padding: 18px 10px;
    width: 100%;
  }
  .b-header_fixed .b-header__contactsbox {
    margin-top: 12px;
  }
  .b-header__toggle {
    margin: 12px 21px 0 0;
  }
  .b-logo__link{
    width: 59px;
  }
  .b-genslider__title {
    font-size: 32px;
  }
  .b-product__title {
    font-size: 24px;
  }
  .b-product__use {
    margin-bottom: 20px;
  }
  .b-product__i {
    display: none;
  }
  .b-use__item {
    float: none;
    margin-bottom: 15px;
    width: auto;
  }
  .b-use__item:last-child {
    margin-bottom: 0;
  }
  .b-knwow__title {
    font-size: 22px;
  }
  .b-chars__title {
    font-size: 22px;
  }
  .b-reviews__title {
    font-size: 22px;
  }
  .b-pagetitle {
    padding: 80px 0;
  }
  .b-pagetitle__heading {
    font-size: 26px;
  }
  .b-main__title {
    font-size: 22px;
  }
  .b-action {
    padding: 40px;
    height: auto;
    text-align: center;
  }
  .b-action__title {
    margin-bottom: 25px;
    font-size: 36px;
  }
  .b-sorting_without-border .b-sorting__select {
    float: none;
    margin: 0 0 5px;
  }
  .b-sorting__item {
    margin: 0 0 5px;
    display: block;
  }
  .b-content {
    padding: 0;
  }
  .b-content h2 {
    margin-bottom: 20px;
    font-size: 22px;
  }
  .b-content h3 {
    margin: 20px 0;
    font-size: 20px;
  }
  .b-content .b-content__heading_large {
    font-size: 24px;
  }
  .b-goodsbox__img {
    width: 80px;
  }
  .b-goodsbox__info {
    margin-left: 80px;
  }
  .b-review-author__name {
    margin-bottom: 5px;
  }
  .b-review-expert {
    padding: 20px;
  }
  .b-review-expert__label {
    position: static;
    padding: 10px;
    display: inline-block;
    width: auto;
    height: auto;
    line-height: 1;
  }
  .b-review-expert__label:before {
    display: none;
  }
  .b-review-expert__name {
    margin-bottom: 10px;
    padding-right: 0;
    font-size: 20px;
  }
  .b-review-expert__caption {
    margin-top: 10px;
  }
  .b-questform__row {
    margin: 0;
  }
  .b-questform__column {
    float: none;
    padding: 0;
    width: auto;
  }
  .b-questform__group {
    margin-bottom: 20px;
  }
  .b-questform__info {
    margin-top: 10px;
    text-align: center;
  }
  .b-subscribe__input {
    margin-bottom: 15px;
    max-width: none;
  }
  .b-subscribe__button {
    margin: 0;
    max-width: none;
  }
  .b-socials {
    text-align: center;
  }
  .b-socials__item {
    float: none;
    margin: 0 10px;
    display: inline-block;
  }
  .b-inform {
    padding: 10px 0;
  }
  .b-inform__phone-lg {
    float: none;
    margin-bottom: 10px;
    display: block;
    /*text-align: center;*/
  }
  .b-inform__socials {
    float: none;
  }
  .b-inform__socials .b-socials__item {
    margin: 0 10px;
  }
  .b-inform__socials .b-socials__item:first-child {
    margin-left: 10px;
  }
  .b-footer {
    padding: 20px 0;
    text-align: center;
  }
  .b-footer__copyright {
    float: none;
    width: auto;
  }
  .b-footer__links {
    float: none;
    width: auto;
  }
  .b-product-desc{
    padding: 40px 10px;
  }
  .b-product-compare{
    padding: 40px 0;
  }
  .b-header__contactsbox{
    display: none;
  }
  .b-cart__buy{
    width: 121px;
  }
  .b-cart__dropdown{
    left: -109px;
  }
  .b-product-compare__title{
    margin-bottom: 30px;
  }
}
.slider.ui-slider-horizontal {
  height: 2px;
  cursor: pointer;
}
.slider.ui-slider-horizontal .ui-slider-handle {
  top: -8px;
  margin: 0 0 0 -5px;
  width: 0;
  bottom: 0;
  outline: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 9px solid #f6c202;
  cursor: pointer;
}
.slider.ui-slider-horizontal .ui-slider-handle.ui-state-hover .ui-slider-tooltip,
.slider.ui-slider-horizontal .ui-slider-handle.ui-state-active .ui-slider-tooltip {
  opacity: 1;
  visibility: visible;
}
.slider.ui-slider-horizontal .ui-slider-handle-min .ui-slider-tooltip {
  left: -20px;
}
.slider.ui-slider-horizontal .ui-slider-handle-min .ui-slider-tooltip:before {
  left: 15px;
}
.slider.ui-slider-horizontal .ui-slider-handle-max .ui-slider-tooltip {
  right: -20px;
}
.slider.ui-slider-horizontal .ui-slider-handle-max .ui-slider-tooltip:before {
  right: 15px;
}
.slider.ui-slider-horizontal .ui-slider-handle .ui-slider-tooltip {
  position: absolute;
  top: -45px;
  width: 84px;
  height: 35px;
  color: #343434;
  font-size: 13px;
  line-height: 35px;
  text-align: center;
  letter-spacing: 0.5px;
  background-color: #f6e502;
  opacity: 0;
  visibility: hidden;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.slider.ui-slider-horizontal .ui-slider-handle .ui-slider-tooltip:before {
  content: '';
  position: absolute;
  bottom: -6px;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 6px solid #f6e502;
}
.slider.ui-slider-horizontal .ui-slider-handle .ui-slider-tooltip .icon-rub {
  font-size: 10px;
  font-weight: 700;
}
.slider.ui-slider-horizontal .ui-slider-range {
  top: -1px;
  height: 4px;
  background-color: #f6e502;
}
.slider.ui-widget.ui-widget-content {
  background-color: #cde3f6;
  border: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}
/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  -webkit-animation-duration: 600ms;
  animation-duration: 600ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}
.owl-carousel .fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  -webkit-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}

/*
 *  Core Owl Carousel CSS File
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel .owl-refresh .owl-item {
  display: none;
}
.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-text-select-on .owl-item {
  -webkit-user-select: auto;
  -moz-user-select: auto;
  -ms-user-select: auto;
  user-select: auto;
}
.owl-carousel .owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}

/* No Js */
.no-js .owl-carousel {
  display: block;
}

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-item img {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: scale 100ms ease;
  transition: scale 100ms ease;
}
.owl-carousel .owl-video-play-icon:hover {
  -webkit-transition: scale(1.3, 1.3);
  transition: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
}

/* Tipso Bubble Styles */
.tipso_bubble, .tipso_bubble > .tipso_arrow{
	-webkit-box-sizing: border-box;
	box-sizing:         border-box;
}
.tipso_bubble {
   position: absolute;
   padding: 5px 15px;
   max-width: 360px;
   font-size: 13px;
   line-height: 1.54;
	text-align: left;
	letter-spacing: 0.5px;
	z-index: 9999;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
.b-header_fixed~#tooltip_header{
  position: fixed !important;
  top: 65px !important;
}
.b-header .tipso_bubble a{
  display: block;
}
.tipso_style{

}
.tipso_title {
	-webkit-border-radius: 6px 6px 0 0;
	border-radius: 6px 6px 0 0;
}
.tipso_content {
  	word-wrap: break-word;
	padding: 0.5em;
}

/* Tipso Bubble size classes - Similar to Foundation's syntax*/
.tipso_bubble.tiny {
	font-size: 0.6rem;
}
.tipso_bubble.small {
	font-size: 0.8rem;
}
.tipso_bubble.default {
	font-size: 1rem;
}
.tipso_bubble.large {
	font-size: 1.2rem;
	width: 100%;
}

/* Tipso Bubble Div */
.tipso_bubble > .tipso_arrow{
	position: absolute;
	width: 0; height: 0;
	border: 8px solid;
	pointer-events: none;
}
.tipso_bubble.top > .tipso_arrow {
	border-top-color: #000;
	border-right-color: transparent;
	border-left-color: transparent;
	border-bottom-color: transparent;
	top: 100%;
	left: 50%;
	margin-left: -8px;
}
.tipso_bubble.bottom > .tipso_arrow {
	border-bottom-color: #000;
	border-right-color: transparent;
	border-left-color: transparent;
	border-top-color: transparent;
	bottom: 100%;
	left: 50%;
	margin-left: -8px;
}
.tipso_bubble.left > .tipso_arrow {
	border-left-color: #000;
	border-top-color: transparent;
	border-bottom-color: transparent;
	border-right-color: transparent;
	top: 50%;
	left: 100%;
	margin-top: -8px;
}
.tipso_bubble.right > .tipso_arrow {
	border-right-color: #000;
	border-top-color: transparent;
	border-bottom-color: transparent;
	border-left-color: transparent;
	top: 50%;
	right: 100%;
	margin-top: -8px;
}

.tipso_bubble .top_right_corner,
.tipso_bubble.top_right_corner {
	-webkit-border-bottom-left-radius: 0;
	border-bottom-left-radius: 0;
}

.tipso_bubble .bottom_right_corner,
.tipso_bubble.bottom_right_corner  {
	-webkit-border-top-left-radius: 0;
	border-top-left-radius: 0;
}

.tipso_bubble .top_left_corner,
.tipso_bubble.top_left_corner {
	-webkit-border-bottom-right-radius: 0;
	border-bottom-right-radius: 0;
}

.tipso_bubble .bottom_left_corner,
.tipso_bubble.bottom_left_corner  {
	-webkit-border-top-right-radius: 0;
	border-top-right-radius: 0;
}

/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;
    min-height: 1px;
}
.slick-slide:focus
{
    outline: 0;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow{
    position: absolute;
    top: 50%;
    margin-top: -30px;
    background: none;
    border: 0;
    outline: 0;
}
.slick-arrow:before{
    content: '';
    display: block;
    width: 20px;
    height: 40px;
    background: url(../img/angle-right.png) no-repeat;
}
.slick-prev{
    left: 0;
}
.slick-prev:before{
    -webkit-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    transform: scale(-1, 1);
}
.slick-next{
    right: 0;
}
.slick-arrow, .slick-arrow:focus{
    outline: 0;
}
.slick-arrow.slick-hidden {
    display: none;
}
.slick-disabled{
    cursor: default;
}
.slick-disabled:before{
    opacity: 0.4;
}
.slick-dots{
    margin: 0;
    padding: 0;
    display: none !important;
    list-style: none;
    text-align: center;
}
.slick-dots li{
    margin: 0 5px;
    display: inline-block;
    vertical-align: middle;
}

.slick-dots li button{
    position: relative;
    padding: 0;
    width: 14px;
    height: 14px;
    text-indent: -9999px;
    background: none;
    border: 1px solid #f6e502;
    outline: 0;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

.slick-dots li button:before{
    content: '';
    position: absolute;
    left: 2px;
    top: 2px;
    right: 2px;
    bottom: 2px;
    display: none;
    background: #f6e502;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

.slick-dots li.slick-active button:before{
    display: block;
}

@media only screen and (max-width : 768px){
    .slick-dots{
        display: block !important;
    }
}
/*!
 * jQuery UI CSS Framework 1.12.1
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/category/theming/
 */
/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
	display: none;
}
.ui-helper-hidden-accessible {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}
.ui-helper-reset {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	line-height: 1.3;
	text-decoration: none;
	font-size: 100%;
	list-style: none;
}
.ui-helper-clearfix:before,
.ui-helper-clearfix:after,
.b-modal:after {
	content: "";
	display: table;
	border-collapse: collapse;
}
.ui-helper-clearfix:after {
	clear: both;
}
.ui-helper-zfix {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	opacity: 0;
	filter:Alpha(Opacity=0); /* support: IE8 */
}

.ui-front {
	z-index: 100;
}


/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
	cursor: default !important;
	pointer-events: none;
}


/* Icons
----------------------------------*/
.ui-icon {
	display: inline-block;
	vertical-align: middle;
	margin-top: -.25em;
	position: relative;
	text-indent: -99999px;
	overflow: hidden;
	background-repeat: no-repeat;
}

.ui-widget-icon-block {
	left: 50%;
	margin-left: -8px;
	display: block;
}

/* Misc visuals
----------------------------------*/

/* Overlays */
.ui-widget-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.ui-slider {
	position: relative;
	text-align: left;
}
.ui-slider .ui-slider-handle {
	position: absolute;
	z-index: 2;
	width: 1.2em;
	height: 1.2em;
	cursor: default;
	-ms-touch-action: none;
	touch-action: none;
}
.ui-slider .ui-slider-range {
	position: absolute;
	z-index: 1;
	font-size: .7em;
	display: block;
	border: 0;
	background-position: 0 0;
}

/* support: IE8 - See #6727 */
.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
	-webkit-filter: inherit;
	filter: inherit;
}

.ui-slider-horizontal {
	height: .8em;
}
.ui-slider-horizontal .ui-slider-handle {
	top: -.3em;
	margin-left: -.6em;
}
.ui-slider-horizontal .ui-slider-range {
	top: 0;
	height: 100%;
}
.ui-slider-horizontal .ui-slider-range-min {
	left: 0;
}
.ui-slider-horizontal .ui-slider-range-max {
	right: 0;
}

.ui-slider-vertical {
	width: .8em;
	height: 100px;
}
.ui-slider-vertical .ui-slider-handle {
	left: -.3em;
	margin-left: 0;
	margin-bottom: -.6em;
}
.ui-slider-vertical .ui-slider-range {
	left: 0;
	width: 100%;
}
.ui-slider-vertical .ui-slider-range-min {
	bottom: 0;
}
.ui-slider-vertical .ui-slider-range-max {
	top: 0;
}

/*! Swipebox v1.3.0 | Constantin Saguin csag.co | MIT License | github.com/brutaldesign/swipebox */
html.swipebox-html.swipebox-touch {
  overflow: hidden !important;
}

#swipebox-overlay img {
  border: none !important;
}

#swipebox-overlay {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999 !important;
  overflow: hidden;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

#swipebox-container {
  position: relative;
  width: 100%;
  height: 100%;
}

#swipebox-slider {
  -webkit-transition: -webkit-transform 0.4s ease;
          transition: -webkit-transform 0.4s ease;
          transition: transform 0.4s ease;
          transition: transform 0.4s ease, -webkit-transform 0.4s ease;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
  white-space: nowrap;
  position: absolute;
  display: none;
  cursor: pointer;
}
#swipebox-slider .slide {
  height: 100%;
  width: 100%;
  line-height: 1px;
  text-align: center;
  display: inline-block;
}
#swipebox-slider .slide:before {
  content: "";
  display: inline-block;
  height: 50%;
  width: 1px;
  margin-right: -1px;
}
#swipebox-slider .slide img,
#swipebox-slider .slide .swipebox-video-container,
#swipebox-slider .slide .swipebox-inline-container {
  display: inline-block;
  max-height: 100%;
  max-width: 100%;
  margin: 0;
  padding: 0;
  width: auto;
  height: auto;
  vertical-align: middle;
}
#swipebox-slider .slide .swipebox-video-container {
  background: none;
  max-width: 1140px;
  max-height: 100%;
  width: 100%;
  padding: 5%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#swipebox-slider .slide .swipebox-video-container .swipebox-video {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
  position: relative;
}
#swipebox-slider .slide .swipebox-video-container .swipebox-video iframe {
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 0;
  left: 0;
}
#swipebox-slider .slide-loading {
  background: url(../libs/swipebox/src/img/loader.gif) no-repeat center center;
}

#swipebox-bottom-bar,
#swipebox-top-bar {
  -webkit-transition: 0.5s;
          transition: 0.5s;
  position: absolute;
  left: 0;
  z-index: 999;
  height: 50px;
  width: 100%;
}

#swipebox-bottom-bar {
  bottom: -50px;
}
#swipebox-bottom-bar.visible-bars {
  -webkit-transform: translate3d(0, -50px, 0);
          transform: translate3d(0, -50px, 0);
}

#swipebox-top-bar {
  top: -50px;
}
#swipebox-top-bar.visible-bars {
  -webkit-transform: translate3d(0, 50px, 0);
          transform: translate3d(0, 50px, 0);
}

#swipebox-title {
  display: block;
  width: 100%;
  text-align: center;
}

#swipebox-prev,
#swipebox-next,
#swipebox-close {
  background-image: url(../libs/swipebox/src/img/icons.png);
  background-repeat: no-repeat;
  border: none !important;
  text-decoration: none !important;
  cursor: pointer;
  width: 50px;
  height: 50px;
  top: 0;
}

#swipebox-arrows {
  display: block;
  margin: 0 auto;
  width: 100%;
  height: 50px;
}

#swipebox-prev {
  background-position: -32px 13px;
  float: left;
}

#swipebox-next {
  background-position: -78px 13px;
  float: right;
}

#swipebox-close {
  top: 0;
  right: 0;
  position: absolute;
  z-index: 9999;
  background-position: 15px 12px;
}

.swipebox-no-close-button #swipebox-close {
  display: none;
}

#swipebox-prev.disabled,
#swipebox-next.disabled {
  opacity: 0.3;
}

.swipebox-no-touch #swipebox-overlay.rightSpring #swipebox-slider {
  -webkit-animation: rightSpring 0.3s;
          animation: rightSpring 0.3s;
}
.swipebox-no-touch #swipebox-overlay.leftSpring #swipebox-slider {
  -webkit-animation: leftSpring 0.3s;
          animation: leftSpring 0.3s;
}

.swipebox-touch #swipebox-container:before, .swipebox-touch #swipebox-container:after {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transition: all .3s ease;
          transition: all .3s ease;
  content: ' ';
  position: absolute;
  z-index: 999;
  top: 0;
  height: 100%;
  width: 20px;
  opacity: 0;
}
.swipebox-touch #swipebox-container:before {
  left: 0;
  -webkit-box-shadow: inset 10px 0px 10px -8px #656565;
          box-shadow: inset 10px 0px 10px -8px #656565;
}
.swipebox-touch #swipebox-container:after {
  right: 0;
  -webkit-box-shadow: inset -10px 0px 10px -8px #656565;
          box-shadow: inset -10px 0px 10px -8px #656565;
}
.swipebox-touch #swipebox-overlay.leftSpringTouch #swipebox-container:before {
  opacity: 1;
}
.swipebox-touch #swipebox-overlay.rightSpringTouch #swipebox-container:after {
  opacity: 1;
}

@-webkit-keyframes rightSpring {
  0% {
    left: 0;
  }

  50% {
    left: -30px;
  }

  100% {
    left: 0;
  }
}

@keyframes rightSpring {
  0% {
    left: 0;
  }

  50% {
    left: -30px;
  }

  100% {
    left: 0;
  }
}
@-webkit-keyframes leftSpring {
  0% {
    left: 0;
  }

  50% {
    left: 30px;
  }

  100% {
    left: 0;
  }
}
@keyframes leftSpring {
  0% {
    left: 0;
  }

  50% {
    left: 30px;
  }

  100% {
    left: 0;
  }
}
@media screen and (min-width: 800px) {
  #swipebox-close {
    right: 10px;
  }

  #swipebox-arrows {
    width: 92%;
    max-width: 800px;
  }
}
/* Skin
--------------------------*/
#swipebox-overlay {
  background: #0d0d0d;
}

#swipebox-bottom-bar,
#swipebox-top-bar {
  text-shadow: 1px 1px 1px black;
  background: #000;
  opacity: 0.95;
}

#swipebox-top-bar {
  color: white !important;
  font-size: 15px;
  line-height: 43px;
  font-family: Helvetica, Arial, sans-serif;
}

.arcticmodal-overlay,
.arcticmodal-container { position: fixed; left: 0; top: 0; right: 0; bottom: 0; z-index: 1000; }
.arcticmodal-container { overflow: auto; margin: 0; padding: 0; border: 0; border-collapse: collapse; }
*:first-child+html .arcticmodal-container { height: 100% }
.arcticmodal-container_i { height: 100%; margin: 0 auto; }
.arcticmodal-container_i2 { padding: 24px; margin: 0; border: 0; vertical-align: middle; }
.arcticmodal-error { padding: 20px; -webkit-border-radius: 10px; border-radius: 10px; background: #000; color: #fff; }
.arcticmodal-loading { width: 80px; height: 80px; -webkit-border-radius: 10px; border-radius: 10px; background: #000 url(loading.gif) no-repeat 50% 50%; }
@charset "UTF-8";





/* This is the moving lens square underneath the mouse pointer. */
.cloud-zoom-lens {
  background-color:#fff;
  cursor:move;
}

/* This is for the title text. */
.cloud-zoom-title {
  font-family:Arial, Helvetica, sans-serif;
  position:absolute !important;
  background-color:#000;
  color:#fff;
  padding:3px;
  width:100%;
  text-align:center;
  font-weight:bold;
  font-size:10px;
  top:0px;
}

/* This is the zoom window. */
.cloud-zoom-big {
  width: 500px;
  height: 500px;
  border:4px solid #ccc;
  overflow:hidden;
}

/* This is the loading message. */
.cloud-zoom-loading {
  color:white;
  background:#222;
  padding:3px;
  border:1px solid #000;
}







/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.5.1
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2016 Daniel Eden
 */

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

.animated.flipOutX,
.animated.flipOutY,
.animated.bounceIn,
.animated.bounceOut {
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
}

@-webkit-keyframes bounce {
  from, 20%, 53%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
  }

  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }

  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }

  90% {
    -webkit-transform: translate3d(0,-4px,0);
    transform: translate3d(0,-4px,0);
  }
}

@keyframes bounce {
  from, 20%, 53%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
  }

  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }

  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }

  90% {
    -webkit-transform: translate3d(0,-4px,0);
    transform: translate3d(0,-4px,0);
  }
}

.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  -ms-transform-origin: center bottom;
  transform-origin: center bottom;
}

@-webkit-keyframes flash {
  from, 50%, to {
    opacity: 1;
  }

  25%, 75% {
    opacity: 0;
  }
}

@keyframes flash {
  from, 50%, to {
    opacity: 1;
  }

  25%, 75% {
    opacity: 0;
  }
}

.flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}

@-webkit-keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }

  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }

  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }

  65% {
    -webkit-transform: scale3d(.95, 1.05, 1);
    transform: scale3d(.95, 1.05, 1);
  }

  75% {
    -webkit-transform: scale3d(1.05, .95, 1);
    transform: scale3d(1.05, .95, 1);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }

  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }

  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }

  65% {
    -webkit-transform: scale3d(.95, 1.05, 1);
    transform: scale3d(.95, 1.05, 1);
  }

  75% {
    -webkit-transform: scale3d(1.05, .95, 1);
    transform: scale3d(1.05, .95, 1);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand;
}

@-webkit-keyframes shake {
  from, to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}

@keyframes shake {
  from, to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}

.shake {
  -webkit-animation-name: shake;
  animation-name: shake;
}

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

  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }

  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }

  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }

  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }

  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

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

  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }

  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }

  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }

  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }

  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

.headShake {
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-name: headShake;
  animation-name: headShake;
}

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }

  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }

  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }

  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }

  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}

@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }

  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }

  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }

  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }

  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}

.swing {
  -webkit-transform-origin: top center;
  -ms-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}

@-webkit-keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  10%, 20% {
    -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
  }

  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }

  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  10%, 20% {
    -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
  }

  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }

  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes wobble {
  from {
    -webkit-transform: none;
    transform: none;
  }

  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }

  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }

  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }

  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }

  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }

  to {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes wobble {
  from {
    -webkit-transform: none;
    transform: none;
  }

  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }

  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }

  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }

  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }

  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }

  to {
    -webkit-transform: none;
    transform: none;
  }
}

.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}

@-webkit-keyframes jello {
  from, 11.1%, to {
    -webkit-transform: none;
    transform: none;
  }

  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }

  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }

  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }

  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }

  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }

  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }

  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}

@keyframes jello {
  from, 11.1%, to {
    -webkit-transform: none;
    transform: none;
  }

  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }

  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }

  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }

  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }

  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }

  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }

  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}

.jello {
  -webkit-animation-name: jello;
  animation-name: jello;
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
}

@-webkit-keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
    -webkit-transform: scale3d(.9, .9, .9);
    transform: scale3d(.9, .9, .9);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }

  80% {
    -webkit-transform: scale3d(.97, .97, .97);
    transform: scale3d(.97, .97, .97);
  }

  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
    -webkit-transform: scale3d(.9, .9, .9);
    transform: scale3d(.9, .9, .9);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }

  80% {
    -webkit-transform: scale3d(.97, .97, .97);
    transform: scale3d(.97, .97, .97);
  }

  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.bounceIn {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}

@-webkit-keyframes bounceInDown {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }

  to {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes bounceInDown {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }

  to {
    -webkit-transform: none;
    transform: none;
  }
}

.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}

@-webkit-keyframes bounceInLeft {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }

  to {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes bounceInLeft {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }

  to {
    -webkit-transform: none;
    transform: none;
  }
}

.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}

@-webkit-keyframes bounceInRight {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }

  to {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes bounceInRight {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }

  to {
    -webkit-transform: none;
    transform: none;
  }
}

.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}

@-webkit-keyframes bounceInUp {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes bounceInUp {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}

@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(.9, .9, .9);
    transform: scale3d(.9, .9, .9);
  }

  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }
}

@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(.9, .9, .9);
    transform: scale3d(.9, .9, .9);
  }

  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }
}

.bounceOut {
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
}

@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}

@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}

@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}

@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}

@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}

@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}

@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

@keyframes fadeOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOutDown {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

@keyframes fadeOutDown {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}

@-webkit-keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

@keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}

@-webkit-keyframes fadeOutLeft {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

@keyframes fadeOutLeft {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}

@-webkit-keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

@keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}

@-webkit-keyframes fadeOutRight {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

@keyframes fadeOutRight {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}

@-webkit-keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

@keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}

@-webkit-keyframes fadeOutUp {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

@keyframes fadeOutUp {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}

@-webkit-keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

@keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}

@-webkit-keyframes flip {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  80% {
    -webkit-transform: perspective(400px) scale3d(.95, .95, .95);
    transform: perspective(400px) scale3d(.95, .95, .95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}

@keyframes flip {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  80% {
    -webkit-transform: perspective(400px) scale3d(.95, .95, .95);
    transform: perspective(400px) scale3d(.95, .95, .95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}

.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip;
}

@-webkit-keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

@keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}

@-webkit-keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

@keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}

@-webkit-keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }

  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}

@keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }

  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}

.flipOutX {
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@-webkit-keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }

  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}

@keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }

  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}

.flipOutY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
}

@-webkit-keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }

  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }

  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }

  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }

  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}

@-webkit-keyframes lightSpeedOut {
  from {
    opacity: 1;
  }

  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}

@keyframes lightSpeedOut {
  from {
    opacity: 1;
  }

  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}

.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}

@-webkit-keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
}

@-webkit-keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
}

@-webkit-keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
}

@-webkit-keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
}

@-webkit-keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
}

@-webkit-keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}

@keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}

.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
}

@-webkit-keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}

.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
}

@-webkit-keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
}

@-webkit-keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
}

@-webkit-keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}

.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
}

@-webkit-keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  20%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }

  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}

@keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  20%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }

  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}

.hinge {
  -webkit-animation-name: hinge;
  animation-name: hinge;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes rollOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}

@keyframes rollOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}

.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}

@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  50% {
    opacity: 1;
  }
}

@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  50% {
    opacity: 1;
  }
}

.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}

@-webkit-keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown;
}

@-webkit-keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
    transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
    transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft;
}

@-webkit-keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
    transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
    transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight;
}

@-webkit-keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp;
}

@-webkit-keyframes zoomOut {
  from {
    opacity: 1;
  }

  50% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  to {
    opacity: 0;
  }
}

@keyframes zoomOut {
  from {
    opacity: 1;
  }

  50% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  to {
    opacity: 0;
  }
}

.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut;
}

@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown;
}

@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
    transform: scale(.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}

@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
    transform: scale(.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}

.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft;
}

@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: scale(.1) translate3d(2000px, 0, 0);
    transform: scale(.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}

@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: scale(.1) translate3d(2000px, 0, 0);
    transform: scale(.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}

.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight;
}

@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp;
}

@-webkit-keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}

@-webkit-keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}

@-webkit-keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}

@-webkit-keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

@keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

.slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown;
}

@-webkit-keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

@keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}

@-webkit-keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

@keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
}

@-webkit-keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

@keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}


.text-table td,
.text-table th{
	padding: 25px;
	vertical-align: middle;
	text-align: center;
	width: 25%;
	border-bottom: 1px #7ea9bf solid;
}



.airfree-text-table td,
.airfree-text-table th{
	padding: 10px;
	vertical-align: top;
	text-align: left;
	border-bottom: 1px #7ea9bf solid;
}

.airfree-text-table td:nth-child(2) {
	width: 200px;
}

em {
	background: #f9f6e3;
}
