@import url(http://fonts.googleapis.com/css?family=Roboto:400,100,100italic,300,300italic,400italic,500,500italic,700,700italic,900,900italic&subset=latin,cyrillic-ext);
@font-face {
  font-family: 'FontAwesome';
  src: url('../fonts/fontawesome-webfont.eot?v=4.3.0');
  src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.3.0') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff2?v=4.3.0') format('woff2'), url('../fonts/fontawesome-webfont.woff?v=4.3.0') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=4.3.0') format('truetype'), url('../fonts/fontawesome-webfont.svg?v=4.3.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
  padding: 0;
}
* {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  line-height: 100%;
  font-weight: 400;
  color: #ffffff;
}
h1 {
  font-size: 64px;
  margin-bottom: 25px;
}
h2 {
  font-size: 24px;
  margin-bottom: 10px;
}
h3 {
  font-size: 16px;
}
img {
  max-width: 100%;
  max-height: 100%;
  border: none;
  outline: none;
  font-size: 0;
}
img:active,
img:focus {
  border: none;
  outline: none;
}
p {
  padding: 0;
  margin: 0 0 15px 0;
}
p img {
  margin: 5px 10px;
  float: left;
}
a {
  font-size: inherit;
  color: inherit;
  line-height: 100%;
}
a:hover {
  color: #1257ab;
  text-decoration: none;
}
a:active,
a:focus {
  outline: none;
}
ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
input,
select {
  font-size: inherit;
}
input[type="text"],
input[type="email"],
input[type="password"],
input[type="search"],
textarea {
  width: 380px;
  height: 40px;
  padding: 5px 10px;
  margin: 0;
  border: 1px solid #d6d6d6;
  font-size: 14px;
  font-family: "Roboto", sans-serif;
  vertical-align: middle;
}
input[type="text"]:active,
input[type="email"]:active,
input[type="password"]:active,
input[type="search"]:active,
textarea:active,
input[type="text"]:focus,
input[type="email"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
  outline: none;
}
.clear-fix:after,
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
fieldset {
  border: none;
  margin: 0;
  padding: 0;
}
form {
  padding: 0;
  margin: 0;
  display: inline;
}
.main-button {
  min-width: 110px;
  min-height: 40px;
  line-height: 40px;
  background-color: #912e3d;
  font-size: 14px;
  font-weight: 300;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-transition: 0.3s ease-out all;
  -o-transition: 0.3s ease-out all;
  transition: 0.3s ease-out all;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  outline: none;
  cursor: pointer;
  padding: 0 13px;
  border: 1px solid #fff;
  position: relative;
}
.main-button:hover {
  background: #fff;
  color: #912e3d;
  text-decoration: none;
}
.main-button:active {
  background: #6e2130;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
  background: #6a222d;
  -webkit-box-shadow: inset 0 0 5px #44151c;
  -moz-box-shadow: inset 0 0 5px #44151c;
  box-shadow: inset 0 0 5px #44151c;
  color: #e6e6e6;
  border: 1px solid transparent;
}
.main-button span,
.main-button i {
  display: inline-block;
  vertical-align: middle;
}
.button-holder {
  background: #902e3d;
  padding: 10px;
  display: inline-block;
  vertical-align: middle;
}
.blog-button {
  min-width: 140px;
  min-height: 40px;
  line-height: 40px;
  background-color: transparent;
  font-size: 14px;
  font-weight: 300;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-transition: 0.3s ease-out all;
  -o-transition: 0.3s ease-out all;
  transition: 0.3s ease-out all;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  outline: none;
  cursor: pointer;
  padding: 0 13px;
  border: 1px solid #fff;
  position: relative;
  color: #912e3d;
  border-color: #912e3d;
}
.blog-button:hover {
  background: #fff;
  color: transparent;
  text-decoration: none;
}
.blog-button:active {
  background: #6e2130;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
  background: rgba(0, 0, 0, 0);
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0);
  -moz-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0);
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0);
  color: #e6e6e6;
  border: 1px solid transparent;
}
.blog-button span,
.blog-button i {
  display: inline-block;
  vertical-align: middle;
}
.blog-button:hover {
  background: #fff;
  color: #912e3d;
  text-decoration: none;
}
.blog-button:before {
  content: '';
  background-image: url("../image/img/button-arrow-right.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 13px;
  height: 12px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 12px;
}
.blog-button.inverse {
  color: #fff;
  border-color: #fff;
}
.blog-button.inverse:before {
  display: none;
}
.blog-button.inverse:after {
  content: '';
  background-image: url("../image/img/button-arrow-right.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 13px;
  height: 12px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 12px;
  -moz-transform: rotate(180deg);
  /* Для Firefox */
  -ms-transform: rotate(180deg);
  /* Для IE */
  -webkit-transform: rotate(180deg);
  /* Для Safari, Chrome, iOS */
  -o-transform: rotate(180deg);
  /* Для Opera */
  transform: rotate(180deg);
  -webkit-filter: brightness(1000%);
  filter: brightness(1000%);
}
.blog-button.inverse:hover {
  background: #fff;
  color: #912e3d !important;
  text-decoration: none;
}
.blog-button.inverse:hover:after {
  -webkit-filter: brightness(100%);
  filter: brightness(100%);
}
.logo-holder {
  display: inline-block;
  vertical-align: middle;
  width: 290px;
  position: relative;
}
.logo-holder .logo {
  box-sizing: padding-box;
  background-color: #902e3d;
  padding: 30px 20px 20px 20px;
  width: 100%;
}
.logo-holder .logo-description {
  background-color: #6e2130;
  text-align: center;
  padding: 15px 5px;
  color: #ffffff;
  font-size: 16px;
  font-weight: 400;
  text-transform: uppercase;
  width: 100%;
  line-height: 100%;
}
.field-group {
  display: block;
  width: 100%;
  margin-bottom: 20px;
  position: relative;
}
.field-group.error input,
.field-group.error textarea {
  border-color: #912e3d;
}
.field-group.required {
  font-weight: 400;
}
.field-group.required label {
  position: relative;
}
.field-group.required label:after {
  content: '*';
  color: #912e3d;
  font-size: 14px;
  margin-left: 3px;
}
.field-group.required div.error-message {
  color: #912E3D;
  position: absolute;
  right: 0px;
  top: 0%;
  line-height: 100%;
  background: #ffffff none repeat scroll 0% 0%;
}
.field-group label {
  display: block;
  width: 100%;
  font-size: 12px;
  color: #999999;
  margin-bottom: 8px;
  line-height: 100%;
}
.field-group input,
.field-group textarea {
  width: 100%;
}
.field-group textarea {
  height: 200px;
}
.udacha {
  color: #333;
  font-size: 18px;
  margin: 0 50px 45px;
}
html {
  width: auto;
  height: 100%;
}
body {
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  color: #ffffff;
  min-width: 1200px;
}
.container {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
  position: relative;
  display: block;
  padding: 0 20px;
}
.container:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.container .container {
  width: auto;
  padding: 0;
}
#column-left {
  float: left;
  width: 250px;
  margin-right: 20px;
}
#column-right {
  float: right;
  width: 250px;
  margin-left: 20px;
}
#column-left + #content {
  width: 900px;
  float: right;
}
#column-right + #content {
  width: 900px;
  float: left;
}
.custom-checkbox input[type='checkbox'] {
  position: absolute;
  left: -999999px;
}
.custom-checkbox label {
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  cursor: pointer;
  position: relative;
  padding-left: 20px;
  font-weight: 400;
}
.custom-checkbox label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -6px;
  width: 11px;
  height: 11px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  border: 1px solid #dfdfdf;
}
.custom-checkbox label.selected:before {
  background: #feb701;
  border: 1px solid #feb701;
}
.custom-checkbox input[type='checkbox']:checked + label:before {
  background: #feb701;
  border: 1px solid #feb701;
}
.custom-radiobox input[type='radio'] {
  position: absolute;
  left: -999999px;
}
.custom-radiobox label {
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  cursor: pointer;
  position: relative;
  padding-left: 20px;
  font-weight: 400;
}
.custom-radiobox label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -6px;
  width: 11px;
  height: 11px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  border: 1px solid #dfdfdf;
}
.custom-radiobox label.selected:before {
  background: #feb701;
  border: 1px solid #feb701;
}
.custom-radiobox input[type='radio']:checked + label:before {
  background: #feb701;
  border: 1px solid #feb701;
}
.select-select {
  display: none;
  /* For when we are on a small touch device and want to use native controls */
  -webkit-pointer-events: none;
  -moz-pointer-events: none;
  pointer-events: none;
  position: absolute;
  opacity: 0;
}
.select-element,
.select-element:after,
.select-element:before,
.select-element *,
.select-element *:after,
.select-element *:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.select-element {
  position: absolute;
  display: none;
}
.select-element.select-open {
  display: block;
  z-index: 25;
}
.select-theme-default,
.select-theme-default *,
.select-theme-default *:after,
.select-theme-default *:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.select.select-theme-default {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}
.select.select-theme-default .select-content {
  -webkit-border-radius: 0.25em;
  -moz-border-radius: 0.25em;
  -ms-border-radius: 0.25em;
  -o-border-radius: 0.25em;
  border-radius: 0.25em;
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
  background: white;
  font-family: inherit;
  color: inherit;
  overflow: auto;
  max-width: 18rem;
  max-height: 18rem;
  -webkit-overflow-scrolling: touch;
}
@media (max-width: 27rem), (max-height: 27rem) {
  .select.select-theme-default .select-content {
    max-width: 11.25rem;
    max-height: 11.25rem;
  }
}
.select.select-theme-default .select-options {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-touch-callout: none;
  margin: 0;
  padding: 0;
}
.select.select-theme-default .select-options .select-option {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-touch-callout: none;
  position: relative;
  list-style: none;
  margin: 0;
  line-height: 1.25rem;
  padding: 0.5rem 2.5em 0.5rem 2.5em;
  display: block;
  cursor: pointer;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.select.select-theme-default .select-options .select-option.select-option-selected:before {
  content: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100%' height='100%' viewBox='-0.5 0 20 15'><rect fill='#444444' stroke='none' transform='rotate(45 4.0033 8.87436)' height='5' width='6.32304' y='6.37436' x='0.84178'></rect><rect fill='#444444' stroke='none' transform='rotate(45 11.1776 7.7066)' width='5' height='16.79756' y='-0.69218' x='8.67764'></rect></svg>");
  position: absolute;
  left: 1em;
  top: 0;
  bottom: 0.2em;
  height: 1em;
  width: 1em;
  margin: auto;
}
.select.select-theme-default .select-options .select-option:hover,
.select.select-theme-default .select-options .select-option.select-option-highlight {
  background: #63a2f1;
  color: white;
}
.select.select-theme-default .select-options .select-option:hover.select-option-selected:before,
.select.select-theme-default .select-options .select-option.select-option-highlight.select-option-selected:before {
  content: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100%' height='100%' viewBox='-0.5 0 20 15'><rect fill='white' stroke='none' transform='rotate(45 4.0033 8.87436)' height='5' width='6.32304' y='6.37436' x='0.84178'></rect><rect fill='white' stroke='none' transform='rotate(45 11.1776 7.7066)' width='5' height='16.79756' y='-0.69218' x='8.67764'></rect></svg>");
}
.select.select-theme-default .select-options .select-option:first-child {
  -webkit-border-radius: 0.25em 0.25em 0 0;
  -moz-border-radius: 0.25em 0.25em 0 0;
  -ms-border-radius: 0.25em 0.25em 0 0;
  -o-border-radius: 0.25em 0.25em 0 0;
  border-radius: 0.25em 0.25em 0 0;
}
.select.select-theme-default .select-options .select-option:last-child {
  -webkit-border-radius: 0 0 0.25em 0.25em;
  -moz-border-radius: 0 0 0.25em 0.25em;
  -ms-border-radius: 0 0 0.25em 0.25em;
  -o-border-radius: 0 0 0.25em 0.25em;
  border-radius: 0 0 0.25em 0.25em;
}
.select-target.select-theme-default {
  width: 192px;
  height: 34px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  background-color: #FFF;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-touch-callout: none;
  position: relative;
  padding: 0px 10px;
  line-height: 32px;
  border: 1px solid #dfdfdf;
  cursor: pointer;
  text-decoration: none;
  white-space: nowrap;
  max-width: 100%;
  font-size: 13px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.select-target.select-theme-default:hover {
  color: inherit;
}
.select-target.select-theme-default.select-target-focused {
  outline: none;
}
.select-target.select-theme-default.select-target-focused:focus {
  outline: none;
}
.select-target.select-theme-default b {
  position: absolute;
  right: 1em;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 22px;
  width: 2em;
  color: #dfdfdf;
}
.select-target.select-theme-default b:before,
.select-target.select-theme-default b:after {
  content: "";
  display: block;
  position: absolute;
  margin: auto;
  right: 0;
  height: 0;
  width: 0;
  border: 5px solid transparent;
}
.select-target.select-theme-default b:before {
  top: 0;
  border-bottom-color: inherit;
}
.select-target.select-theme-default b:after {
  bottom: 0;
  border-top-color: inherit;
}
.success,
.warning,
.attention,
.information {
  padding: 10px 10px 10px 33px;
  margin-bottom: 15px;
  color: #555555;
  -webkit-border-radius: 5px 5px 5px 5px;
  -moz-border-radius: 5px 5px 5px 5px;
  -khtml-border-radius: 5px 5px 5px 5px;
  border-radius: 5px 5px 5px 5px;
}
.success {
  background: #eaf7d9 url('../image/success.png') 10px center no-repeat;
  border: 1px solid #BBDF8D;
  -webkit-border-radius: 5px 5px 5px 5px;
  -moz-border-radius: 5px 5px 5px 5px;
  -khtml-border-radius: 5px 5px 5px 5px;
  border-radius: 5px 5px 5px 5px;
}
.warning {
  background: #ffd1d1 url('../image/warning.png') 10px center no-repeat;
  border: 1px solid #F8ACAC;
  -webkit-border-radius: 5px 5px 5px 5px;
  -moz-border-radius: 5px 5px 5px 5px;
  -khtml-border-radius: 5px 5px 5px 5px;
  border-radius: 5px 5px 5px 5px;
}
.attention {
  background: #fff5cc url('../image/attention.png') 10px center no-repeat;
  border: 1px solid #F2DD8C;
  -webkit-border-radius: 5px 5px 5px 5px;
  -moz-border-radius: 5px 5px 5px 5px;
  -khtml-border-radius: 5px 5px 5px 5px;
  border-radius: 5px 5px 5px 5px;
}
.success .close,
.warning .close,
.attention .close,
.information .close {
  float: right;
  padding-top: 4px;
  padding-right: 4px;
  cursor: pointer;
}
.required {
  color: #FF0000;
  font-weight: bold;
}
.error {
  display: block;
  color: #FF0000;
}
.help {
  color: #999;
  font-size: 10px;
  font-weight: normal;
  font-family: Verdana, Geneva, sans-serif;
  display: block;
}
html.fp-enabled,
.fp-enabled body {
  margin: 0;
  padding: 0;
  overflow: hidden;
  /*Avoid flicker on slides transitions for mobile phones #336 */
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
#superContainer {
  height: 100%;
  position: relative;
  /* Touch detection for Windows 8 */
  -ms-touch-action: none;
  /* IE 11 on Windows Phone 8.1*/
  touch-action: none;
}
.fp-section {
  position: relative;
  -webkit-box-sizing: border-box;
  /* Safari<=5 Android<=3 */
  -moz-box-sizing: border-box;
  /* <=28 */
  box-sizing: border-box;
}
.fp-slide {
  float: left;
}
.fp-slide,
.fp-slidesContainer {
  height: 100%;
  display: block;
}
.fp-slides {
  z-index: 1;
  height: 100%;
  overflow: hidden;
  position: relative;
  -webkit-transition: all 0.3s ease-out;
  /* Safari<=6 Android<=4.3 */
  transition: all 0.3s ease-out;
}
.fp-section.fp-table,
.fp-slide.fp-table {
  display: table;
  table-layout: fixed;
  width: 100%;
}
.fp-tableCell {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  height: 100%;
}
.fp-slidesContainer {
  float: left;
  position: relative;
}
.fp-controlArrow {
  position: absolute;
  z-index: 4;
  top: 50%;
  cursor: pointer;
  width: 58px;
  height: 58px;
  -webkit-transition: 0.3s ease-out all;
  -o-transition: 0.3s ease-out all;
  transition: 0.3s ease-out all;
  background: #902e3d;
  border: 1px solid #902e3d;
}
.fp-controlArrow:hover {
  background: #ffffff;
}
.fp-controlArrow.fp-prev {
  left: 12.55%;
  margin-left: -30px;
}
.fp-controlArrow.fp-prev:before {
  content: '';
  position: absolute;
  background-image: url("../image/img/prev-icon.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 10px;
  height: 23px;
  display: inline-block;
  vertical-align: middle;
  left: 50%;
  top: 50%;
  margin-left: -5px;
  margin-top: -12px;
}
.fp-controlArrow.fp-prev:hover:before {
  background-image: url("../image/img/prev-hover-icon.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 10px;
  height: 23px;
  display: inline-block;
  vertical-align: middle;
}
.fp-controlArrow.fp-next {
  right: 12.55%;
  margin-right: -30px;
}
.fp-controlArrow.fp-next:before {
  content: '';
  position: absolute;
  background-image: url("../image/img/next-icon.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 10px;
  height: 23px;
  display: inline-block;
  vertical-align: middle;
  left: 50%;
  top: 50%;
  margin-left: -5px;
  margin-top: -12px;
}
.fp-controlArrow.fp-next:hover:before {
  background-image: url("../image/img/next-hover-icon.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 10px;
  height: 23px;
  display: inline-block;
  vertical-align: middle;
}
.fp-scrollable {
  overflow: scroll;
}
.fp-notransition {
  -webkit-transition: none !important;
  transition: none !important;
}
#fp-nav {
  position: fixed;
  z-index: 2;
  margin-top: -32px;
  top: 50%;
  opacity: 1;
}
#fp-nav.right {
  right: 17px;
}
#fp-nav.left {
  left: 17px;
}
#fp-nav.red ul li a span {
  border-color: #902e3d;
}
#fp-nav.red ul li a.active span {
  background: #902e3d;
}
.fp-slidesNav {
  position: absolute;
  z-index: 4;
  left: 50%;
  opacity: 1;
}
.fp-slidesNav.bottom {
  bottom: 17px;
}
.fp-slidesNav.top {
  top: 17px;
}
#fp-nav ul,
.fp-slidesNav ul {
  margin: 0;
  padding: 0;
}
#fp-nav ul li,
.fp-slidesNav ul li {
  display: block;
  width: 14px;
  height: 13px;
  margin: 7px 0;
  position: relative;
}
.fp-slidesNav ul li {
  display: inline-block;
}
#fp-nav ul li a,
.fp-slidesNav ul li a {
  display: block;
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
}
#fp-nav ul li a.active span,
.fp-slidesNav ul li a.active span {
  background: #fff;
}
#fp-nav ul li a span,
.fp-slidesNav ul li a span {
  top: 2px;
  left: 2px;
  width: 8px;
  height: 8px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  background: rgba(0, 0, 0, 0);
  /*     border-radius: 50%; */
  position: absolute;
  z-index: 1;
}
#fp-nav ul li .fp-tooltip {
  position: absolute;
  top: -2px;
  color: #fff;
  font-size: 14px;
  font-family: arial, helvetica, sans-serif;
  white-space: nowrap;
  max-width: 220px;
  overflow: hidden;
  display: block;
  opacity: 0;
  width: 0;
}
#fp-nav ul li:hover .fp-tooltip {
  -webkit-transition: opacity 0.2s ease-in;
  transition: opacity 0.2s ease-in;
  width: auto;
  opacity: 1;
}
#fp-nav ul li .fp-tooltip.right {
  right: 20px;
}
#fp-nav ul li .fp-tooltip.left {
  left: 20px;
}
.main-menu-content {
  position: fixed;
  display: none;
  z-index: 5;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #6e2130;
  text-align: center;
}
.main-menu-content .close {
  background-image: url("../image/img/close.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 30px;
  height: 30px;
  display: inline-block;
  vertical-align: middle;
}
.main-menu-content .close:hover {
  background-image: url("../image/img/close-icon.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 30px;
  height: 30px;
  display: inline-block;
  vertical-align: middle;
}
.main-menu-content .close:active {
  background-image: url("../image/img/close-icon-active.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 30px;
  height: 30px;
  display: inline-block;
  vertical-align: middle;
}
.main-menu-content .close:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.main-menu-content .popup-menu-holder {
  text-align: center;
}
.main-menu-content .popup-menu-holder .popup-menu {
  display: inline-block;
}
.main-menu-content .popup-menu-holder .popup-menu .menu-link {
  padding: 20px 25px;
  display: block;
  line-height: 100%;
  font-size: 24px;
  font-weight: 300;
  text-decoration: none;
  color: #fff;
}
.main-menu-content .popup-menu-holder .popup-menu .menu-link:hover {
  background: #902e3d;
  text-decoration: none;
}
.main-menu-content .popup-menu-holder .popup-menu .additional-links {
  display: inline-block;
  margin: 0;
  padding: 0;
  text-align: justify;
}
.main-menu-content .popup-menu-holder .popup-menu .additional-links li {
  position: relative;
  display: inline;
  margin-right: 10px;
}
.main-menu-content .popup-menu-holder .popup-menu .additional-links li:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 5px;
  height: 5px;
  background: #fff;
  border-radius: 50%;
  margin-left: 10px;
}
.main-menu-content .popup-menu-holder .popup-menu .additional-links li:last-child {
  margin-right: 0;
}
.main-menu-content .popup-menu-holder .popup-menu .additional-links li:last-child:after {
  display: none;
}
.main-menu-content .popup-menu-holder .popup-menu .additional-links li a {
  color: #fff;
  display: inline-block;
  font-size: 14px;
  padding: 5px;
  text-decoration: none;
}
.main-menu-content .popup-menu-holder .popup-menu .additional-links li a:hover {
  background: #902e3d;
  text-decoration: none;
}
.main-menu-content .logo-holder {
  width: 140px;
  max-height: 100%;
  margin: 0px 0px 0px -70px;
  position: absolute;
  bottom: 0px;
}
.main-menu-content .logo-holder .logo {
  padding: 16px 10px 10px 10px;
}
.main-menu-content .logo-holder .logo-description {
  padding: 7px 5px;
  font-size: 8px;
}
header {
  background: rgba(0, 0, 0, 0.12);
  min-height: 70px;
  vertical-align: middle;
  font-size: 0;
  position: fixed;
  top: 0;
  width: 100%;
  min-width: inherit;
  z-index: 2;
  -webkit-transition: 0.3s ease-out all;
  -o-transition: 0.3s ease-out all;
  transition: 0.3s ease-out all;
}
header .logo-holder {
  width: 140px;
  max-height: 100%;
  margin-left: -20px;
  margin-right: 20px;
}
header .logo-holder .logo {
  padding: 16px 10px 10px 10px;
}
header .logo-holder .logo-description {
  padding: 7px 5px;
  font-size: 8px;
}
header .phones-holder {
  display: inline-block;
  vertical-align: middle;
  margin: 21px 10px 21px 0;
}
header .phones-holder .phone {
  color: #ffffff;
  font-size: 28px;
  font-weight: 500;
  padding-left: 35px;
  line-height: 100%;
  position: relative;
}
header .phones-holder .phone:before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -14px;
  background-image: url("../image/img/phone-icon.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 28px;
  height: 28px;
  display: inline-block;
  vertical-align: middle;
}
header .address-holder {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
header .address-holder .address {
  color: #ffffff;
  font-size: 12px;
  font-weight: 400;
}
header .right-holder {
  float: right;
  text-align: left;
}
header .right-holder .language-holder {
  vertical-align: middle;
  position: relative;
  display: inline-table;
  border: 1px solid #902e3d;
  height: 38px;
  margin-right: 15px;
  text-transform: uppercase;
}
header .right-holder .language-holder .language {
  display: table-cell;
  color: #902e3d;
  text-decoration: none;
  font-size: 14px;
  font-weight: 300;
  padding: 0 10px;
  vertical-align: middle;
  line-height: 100%;
}
header .right-holder .language-holder .language.active {
  background: #902e3d;
  color: #fff;
}
header .right-holder .language-holder.white {
  border: 1px solid #fff;
}
header .right-holder .language-holder.white .language {
  color: #fff;
}
header .right-holder .language-holder.white .language.active {
  background: #fff;
  color: #902e3d;
}
header .right-holder .write-message-holder {
  display: inline-block;
  vertical-align: middle;
  font-size: 0;
}
header .right-holder .write-message-holder .button-holder {
  padding: 14px;
}
header .right-holder .write-message-holder .button-holder .main-button {
  padding-left: 44px;
}
header .right-holder .write-message-holder .button-holder .main-button:before {
  content: '';
  position: absolute;
  left: 14px;
  top: 50%;
  margin-top: -7px;
  background-image: url("../image/img/message-icon.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 16px;
  height: 13px;
  display: inline-block;
  vertical-align: middle;
}
header .right-holder .write-message-holder .button-holder .main-button:hover:before {
  background-image: url("../image/img/message-icon-hover.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 16px;
  height: 13px;
  display: inline-block;
  vertical-align: middle;
}
header .right-holder .main-menu {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  width: 90px;
  height: 70px;
  margin-right: -20px;
}
header .right-holder .main-menu:hover {
  cursor: pointer;
  background: #902e3d;
}
header .right-holder .main-menu:active {
  background: #6e2130;
}
header .right-holder .main-menu:active:before {
  background-image: url("../image/img/main-menu-icon-hover.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 50px;
  height: 34px;
  display: inline-block;
  vertical-align: middle;
}
header .right-holder .main-menu:before {
  content: '';
  position: absolute;
  left: 20px;
  top: 50%;
  margin-top: -17px;
  background-image: url("../image/img/main-menu-icon.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 50px;
  height: 34px;
  display: inline-block;
  vertical-align: middle;
}
header.dark .phones-holder .phone,
header.dark .address-holder .address {
  color: #333333;
}
header.dark .right-holder .main-menu:hover {
  background: #fff;
}
header.dark .right-holder .main-menu:before {
  background-image: url("../image/img/main-menu-icon-hover.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 50px;
  height: 34px;
  display: inline-block;
  vertical-align: middle;
}
section .container {
  text-align: center;
}
section h1 {
  margin-bottom: 35px;
}
section h3 {
  font-size: 22px;
}
section .caption-text {
  font-size: 16px;
  margin-bottom: 30px;
}
section .scroll-down {
  background-image: url("../image/img/scroll-down-icon.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 19px;
  height: 47px;
  display: inline-block;
  vertical-align: middle;
}
section.home-page {
  background-image: url("../image/img/home-page-bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
section.home-page .logo-holder {
  margin-bottom: 60px;
}
section.applying-page {
  background-image: url("../image/img/slide2-bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
section.applying-page h3 {
  font-size: 18px;
  font-weight: 400;
  color: #333333;
  margin-bottom: 40px;
  text-transform: uppercase;
}
section.applying-page .applying-holder .slide-content {
  position: relative;
  background: #fff;
  width: 76.38%;
  font-size: 0;
  text-align: left;
  display: inline-block;
  -webkit-box-shadow: 0px 44px 87px -27px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 44px 87px -27px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 44px 87px -27px rgba(0, 0, 0, 0.75);
}
section.applying-page .applying-holder .slide-content:before {
  content: '';
  background-image: url("../image/img/triangle-icon.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 21px;
  height: 20px;
  display: inline-block;
  vertical-align: middle;
  position: absolute;
  left: 50%;
  top: -20px;
  margin-left: -11px;
}
section.applying-page .applying-holder .slide-content .image-holder {
  display: inline-block;
  vertical-align: top;
  width: 40%;
  position: relative;
  text-align: left;
}
section.applying-page .applying-holder .slide-content .image-holder .count-block {
  position: absolute;
  display: table;
  z-index: 1;
  border: 8px solid #ffffff;
  width: 50%;
  height: 50%;
  top: 25%;
  left: 25%;
}
section.applying-page .applying-holder .slide-content .image-holder .count-block .count {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  font-size: 80px;
  -webkit-transition: 0.3s ease-out all;
  -o-transition: 0.3s ease-out all;
  transition: 0.3s ease-out all;
}
section.applying-page .applying-holder .slide-content .image-holder img {
  width: 100%;
}
section.applying-page .applying-holder .slide-content .text-holder {
  display: inline-block;
  vertical-align: top;
  text-align: left;
  width: 60%;
  padding: 40px;
  color: #333333;
  font-size: 18px;
  font-weight: 300;
}
section.applying-page .applying-holder .slide-content .text-holder .button-holder {
  background: none;
  padding: 0;
  width: 100%;
  margin-bottom: 30px;
}
section.applying-page .applying-holder .slide-content .text-holder .button-holder .main-button {
  border: 1px solid #902e3d;
}
section.applying-page .applying-holder .slide-content .text-holder h2 {
  font-size: 48px;
  font-weight: 300;
  margin-bottom: 25px;
  color: inherit;
}
section.applying-page .applying-holder .slide-content .text-holder p {
  margin-bottom: 30px;
}
section.wholesale-buyers-page {
  background-image: url("../image/img/slide3-bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
section.wholesale-buyers-page h3 {
  font-size: 18px;
  font-weight: 400;
  color: #ffffff;
  margin-bottom: 0px;
  text-transform: uppercase;
}
section.wholesale-buyers-page .table {
  width: 80.14%;
  display: inline-table;
}
section.wholesale-buyers-page .table .td {
  width: 50%;
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  padding: 2% 5%;
}
section.wholesale-buyers-page .table .td .image-holder {
  display: inline-block;
  width: 100%;
  margin-bottom: 25px;
}
section.wholesale-buyers-page .table .td h4 {
  font-size: 24px;
  font-weight: 500;
  color: #fff;
  margin-bottom: 25px;
  text-transform: uppercase;
}
section.products-page {
  background-image: url("../image/img/slide2-bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
section.products-page h3 {
  font-size: 18px;
  font-weight: 400;
  color: #333333;
  margin-bottom: 40px;
  text-transform: uppercase;
}
section.products-page .products-container {
  display: inline-block;
  width: 83.33%;
  max-height: 51.11%;
  overflow: hidden;
}
section.products-page .collection-holder {
  display: block;
  float: left;
  width: 33.33%;
  position: relative;
  font-size: 0;
}
section.products-page .collection-holder .collection-name {
  position: absolute;
  top: 8.7%;
  left: 10%;
  min-width: 215px;
  padding: 15px 20px;
  display: inline-block;
  text-align: left;
}
section.products-page .collection-holder .collection-name .text {
  line-height: 100%;
  margin-bottom: 5px;
  font-weight: 300;
  font-size: 14px;
}
section.products-page .collection-holder .collection-name .name {
  font-size: 30px;
  line-height: 100%;
  font-weight: 300;
  text-transform: uppercase;
}
section.products-page .collection-holder .collection-name.cat1 {
  background: #8a61c4;
}
section.products-page .collection-holder .collection-name.cat2 {
  background: #5e9bc4;
}
section.products-page .collection-holder .collection-name.cat3 {
  background: #ca9967;
}
section.products-page .collection-holder .collection-description {
  display: none;
  background: rgba(110, 33, 48, 0.8);
  position: absolute;
  text-align: left;
  left: 0;
  bottom: 0;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: 0.3s ease-out all;
  -o-transition: 0.3s ease-out all;
  transition: 0.3s ease-out all;
}
section.products-page .collection-holder .collection-description .description {
  position: absolute;
  top: 8.7%;
  left: 10%;
  right: 10%;
  bottom: 8.7%;
  width: 80%;
}
section.products-page .collection-holder .collection-description .description .collection-name {
  background: none;
  position: static;
}
section.products-page .collection-holder .collection-description .description p {
  padding: 0 20px;
  font-weight: 300;
  font-size: 14px;
}
section.products-page .collection-holder .collection-description .description .button-holder {
  width: 100%;
  background: none;
  padding: 0 20px;
  position: absolute;
  bottom: 15px;
}
section.products-page .collection-holder .collection-description .description .button-holder .main-button {
  position: relative;
  background: none;
  border-color: #ffffff;
  color: #ffffff;
  padding-right: 35px;
}
section.products-page .collection-holder .collection-description .description .button-holder .main-button:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -6px;
  background-image: url("../image/img/link-arrow-right.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 13px;
  height: 12px;
  display: inline-block;
  vertical-align: middle;
}
section.products-page .collection-holder .collection-description .description .button-holder .main-button:hover {
  background: #ffffff;
  color: #902e3d;
}
section.products-page .collection-holder .collection-description .description .button-holder .main-button:hover:after {
  background-image: url("../image/img/link-arrow-right-hover.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 13px;
  height: 12px;
  display: inline-block;
  vertical-align: middle;
}
section.products-page .collection-holder:hover .collection-description {
  display: block;
}
section.products-page .collection-holder:hover > .collection-name {
  display: none;
}
section.products-page .collection-tabs {
  display: inline-block;
  overflow: visible!important;
  width: 83.33%;
  max-height: 51.11%;
}
section.products-page .collection-tabs .tabs-holder .tabs-pane {
  font-size: 0;
}
section.products-page .collection-tabs .tabs-holder .tabs-pane .tab {
  min-width: 215px;
  padding: 15px 20px;
  display: inline-block;
  vertical-align: bottom;
  text-align: left;
  text-decoration: none;
}
section.products-page .collection-tabs .tabs-holder .tabs-pane .tab:hover,
section.products-page .collection-tabs .tabs-holder .tabs-pane .tab.active {
  text-decoration: none;
  color: inherit;
  background: #902e3d !important;
}
section.products-page .collection-tabs .tabs-holder .tabs-pane .tab .text {
  line-height: 100%;
  margin-bottom: 5px;
  font-weight: 300;
  font-size: 14px;
  display: block;
}
section.products-page .collection-tabs .tabs-holder .tabs-pane .tab .name {
  display: block;
  font-size: 30px;
  line-height: 100%;
  font-weight: 300;
  text-transform: uppercase;
}
section.products-page .collection-tabs .tabs-holder .tabs-pane .tab.cat1 {
  background: #8a61c4;
}
section.products-page .collection-tabs .tabs-holder .tabs-pane .tab.cat2 {
  background: #5e9bc4;
}
section.products-page .collection-tabs .tabs-holder .tabs-pane .tab.cat3 {
  background: #ca9967;
}
section.products-page .collection-tabs .tabs-holder .tab-content {
  display: none;
  position: relative;
}
section.products-page .collection-tabs .tabs-holder .tab-content.active {
  display: block;
}
section.products-page .collection-tabs .tabs-holder .tab-content .fp-controlArrow {
  font-size: 0;
  margin-top: -29px;
}
section.products-page .collection-tabs .tabs-holder .tab-content .fp-controlArrow.fp-prev {
  left: 0;
}
section.products-page .collection-tabs .tabs-holder .tab-content .fp-controlArrow.fp-next {
  right: 0;
}
section.products-page .collection-tabs .tabs-holder .tab-content .holder {
  display: inline-block;
  width: 100%;
}
section.products-page .collection-tabs .tabs-holder .tab-content .images-container {
  font-size: 0;
  display: block;
  float: left;
  text-align: center;
}
section.products-page .collection-tabs .tabs-holder .tab-content .images-container .image-holder {
  display: inline-block;
  vertical-align: top;
  position: relative;
  width: 16.66%;
  background: #902e3d;
}
section.products-page .collection-tabs .tabs-holder .tab-content .images-container .image-holder .corner_0 {
  position: absolute;
  z-index: 1;
  right: 5px;
  top: 5px;
}
section.products-page .collection-tabs .tabs-holder .tab-content .images-container .image-holder:hover img {
  opacity: 0.2;
}
section.products-page .collection-tabs .tabs-holder .tab-content .images-container .image-holder img {
  width: 100%;
  height: 100%;
}
section.advantage-page {
  background-image: url("../image/img/advantage-bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
section.advantage-page h3 {
  font-size: 18px;
  font-weight: 400;
  color: #ffffff;
  margin-bottom: 0px;
  text-transform: uppercase;
}
section.advantage-page .table {
  width: 80.14%;
  display: inline-table;
}
section.advantage-page .table .td {
  width: 50%;
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  padding: 2% 5%;
}
section.advantage-page .table .td .image-holder {
  display: inline-block;
  width: 100%;
  margin-bottom: 25px;
}
section.advantage-page .table .td h4 {
  font-size: 24px;
  font-weight: 500;
  color: #fff;
  margin-bottom: 25px;
  text-transform: uppercase;
}
section.about-us-page {
  background-image: url("../image/img/about-us-bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
section.about-us-page h3 {
  font-size: 18px;
  font-weight: 400;
  color: #ffffff;
  margin-bottom: 0px;
  text-transform: uppercase;
}
section.about-us-page .table {
  width: 80.14%;
  display: inline-table;
}
section.about-us-page .table .td {
  width: 50%;
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  padding: 2% 5%;
}
section.about-us-page .table .td .image-holder {
  display: inline-block;
  width: 100%;
  margin-bottom: 25px;
}
section.about-us-page .table .td h4 {
  font-size: 24px;
  font-weight: 500;
  color: #fff;
  margin-bottom: 25px;
  text-transform: uppercase;
}
section.regions-page {
  background-color: #6e2130;
  background-image: url("../image/img/region-bg.png");
  background-repeat: no-repeat;
  background-position: center center;
}
section.regions-page h3 {
  font-size: 18px;
  font-weight: 400;
  color: #ffffff;
  margin-bottom: 60px;
  text-transform: uppercase;
}
section.regions-page .table {
  width: 55.56%;
  height: 48.89%;
  display: inline-table;
}
section.regions-page .table .tr {
  display: table-row;
}
section.regions-page .table .td {
  width: 100%;
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  padding: 2% 5%;
  border: 10px solid #fff;
}
section.regions-page .table .td .count {
  font-size: 200px;
  line-height: 150px;
  font-weight: 300;
  margin-bottom: 30px;
}
section.regions-page .table .td .cities {
  font-size: 52px;
  font-weight: 400;
  line-height: 100%;
}
section.write-letter-page {
  background-image: url("../image/img/write-letter-bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
section.write-letter-page h3 {
  font-size: 18px;
  font-weight: 400;
  color: #ffffff;
  margin-bottom: 60px;
  text-transform: uppercase;
}
section.write-letter-page .table {
  width: 69.44%;
  display: inline-table;
}
section.write-letter-page .table .tr {
  display: table-row;
}
section.write-letter-page .table .td {
  width: 100%;
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}
section.write-letter-page h4 {
  font-size: 88px;
  line-height: 100%;
  font-weight: 400;
  color: #fff;
  margin-bottom: 50px;
}
section.write-letter-page p {
  font-size: 12px;
  margin-bottom: 15px;
  opacity: 0.6;
}
section.write-letter-page p.custom {
  font-size: 14px;
  color: #fff;
  line-height: 20px;
  margin-bottom: 50px;
  opacity: 1;
}
section.write-letter-page p.copy {
  opacity: 1;
}
section.write-letter-page .write-message-holder {
  display: inline-block;
  vertical-align: middle;
  font-size: 0;
  margin-bottom: 85px;
}
section.write-letter-page .write-message-holder .button-holder {
  padding: 14px;
  background: #fff;
  width: auto;
  -webkit-box-shadow: 0px 22px 30px 0px rgba(50, 50, 50, 0.32);
  -moz-box-shadow: 0px 22px 30px 0px rgba(50, 50, 50, 0.32);
  box-shadow: 0px 22px 30px 0px rgba(50, 50, 50, 0.32);
}
section.write-letter-page .write-message-holder .button-holder .main-button {
  padding-left: 44px;
  background: #fff;
  border: 1px solid #902e3d;
  color: #902e3d;
  font-weight: 400;
}
section.write-letter-page .write-message-holder .button-holder .main-button:before {
  content: '';
  position: absolute;
  left: 14px;
  top: 50%;
  margin-top: -7px;
  background-image: url("../image/img/message-icon-hover.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 16px;
  height: 13px;
  display: inline-block;
  vertical-align: middle;
}
section.write-letter-page .write-message-holder .button-holder .main-button:hover {
  color: #fff;
  background: #902e3d;
}
section.write-letter-page .write-message-holder .button-holder .main-button:hover:before {
  background-image: url("../image/img/message-icon.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 16px;
  height: 13px;
  display: inline-block;
  vertical-align: middle;
}
section .popup-container {
  background: rgba(46, 4, 15, 0.92);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 11;
  display: none;
}
section .popup-container .popup-holder {
  display: table;
  width: 100%;
  height: 100%;
}
section .popup-container .popup-holder .popup-block {
  display: table-cell;
  vertical-align: middle;
  table-layout: fixed;
}
section .popup-container .popup-holder .popup-block .product-block {
  display: inline-block;
  width: 69.44%;
  min-width: 1055px;
  position: relative;
}
section .popup-container .popup-holder .popup-block .product-block .loader {
  display: none;
}
section .popup-container .popup-holder .popup-block .product-block.load .loader {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 99999999;
  background: rgba(255, 255, 255, 0) url("/catalog/view/theme/antimarker/image/loader.png") no-repeat center center;
}
section .popup-container .popup-holder .popup-block .product-block .carousel-item {
  float: left;
}
section .popup-container .popup-holder .popup-block .product-block .close-button {
  position: absolute;
  top: 30px;
  right: 30px;
  width: 30px;
  height: 30px;
  cursor: pointer;
  z-index: 5;
}
section .popup-container .popup-holder .popup-block .product-block .close-button:before {
  content: '';
  left: 0;
  top: 0;
  position: absolute;
  background-image: url("../image/img/close-icon.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 30px;
  height: 30px;
  display: inline-block;
  vertical-align: middle;
}
section .popup-container .popup-holder .popup-block .product-block .close-button:hover:before {
  background-image: url("../image/img/close-icon-hover.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 30px;
  height: 30px;
  display: inline-block;
  vertical-align: middle;
}
section .popup-container .popup-holder .popup-block .product-block .close-button:hover:before {
  background-image: url("../image/img/close-icon-active.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 30px;
  height: 30px;
  display: inline-block;
  vertical-align: middle;
}
section .popup-container .popup-holder .popup-block .product-block .product {
  background: #ffffff;
  font-size: 0;
  margin-bottom: 2px;
  position: relative;
  display: table;
  width: 100%;
}
section .popup-container .popup-holder .popup-block .product-block .product .collection-name {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  min-width: 215px;
  padding: 15px 20px;
  display: inline-block;
  text-align: left;
}
section .popup-container .popup-holder .popup-block .product-block .product .collection-name .text {
  line-height: 100%;
  margin-bottom: 5px;
  font-weight: 300;
  font-size: 14px;
}
section .popup-container .popup-holder .popup-block .product-block .product .collection-name .name {
  font-size: 30px;
  line-height: 100%;
  font-weight: 300;
  text-transform: uppercase;
}
section .popup-container .popup-holder .popup-block .product-block .product .collection-name.cat1,
section .popup-container .popup-holder .popup-block .product-block .product .collection-name.FAMILY {
  background: #8a61c4;
}
section .popup-container .popup-holder .popup-block .product-block .product .collection-name.cat2,
section .popup-container .popup-holder .popup-block .product-block .product .collection-name.FREESTYLE {
  background: #5e9bc4;
}
section .popup-container .popup-holder .popup-block .product-block .product .collection-name.cat3,
section .popup-container .popup-holder .popup-block .product-block .product .collection-name.KIDS {
  background: #ca9967;
}
section .popup-container .popup-holder .popup-block .product-block .product .left,
section .popup-container .popup-holder .popup-block .product-block .product .right {
  display: table-cell;
  vertical-align: top;
  width: 50%;
  height: inherit;
  text-align: left;
  font-size: 0;
  color: #333333;
}
section .popup-container .popup-holder .popup-block .product-block .product .right {
  padding: 50px 45px 45px 45px;
}
section .popup-container .popup-holder .popup-block .product-block .product .image {
  font-size: 0;
  position: relative;
  width: 100%;
  height: 100%;
}
section .popup-container .popup-holder .popup-block .product-block .product .image .sticker {
  position: absolute;
  right: 15px;
  top: 15px;
  z-index: 1;
}
section .popup-container .popup-holder .popup-block .product-block .product .image a {
  font-size: 0;
  display: block;
  width: 100%;
  height: 100%;
}
section .popup-container .popup-holder .popup-block .product-block .product .image a img {
  width: 100%;
  max-height: inherit;
}
section .popup-container .popup-holder .popup-block .product-block .product .model,
section .popup-container .popup-holder .popup-block .product-block .product .stock {
  font-size: 20px;
  line-height: 100%;
  display: inline-block;
  vertical-align: bottom;
  margin-right: 10px;
  margin-bottom: 10px;
}
section .popup-container .popup-holder .popup-block .product-block .product .model span,
section .popup-container .popup-holder .popup-block .product-block .product .stock span {
  line-height: 100%;
  font-size: 14px;
}
section .popup-container .popup-holder .popup-block .product-block .product .stock {
  margin-bottom: 15px;
}
section .popup-container .popup-holder .popup-block .product-block .product .cart-holder {
  margin-bottom: 5px;
}
section .popup-container .popup-holder .popup-block .product-block .product .cart-holder .product-property {
  display: inline-block;
  vertical-align: middle;
  font-size: 0;
}
section .popup-container .popup-holder .popup-block .product-block .product .cart-holder .product-property * {
  font-size: 0;
}
section .popup-container .popup-holder .popup-block .product-block .product .cart-holder .product-property .property {
  display: inline-block;
  vertical-align: middle;
  margin-right: 15px;
}
section .popup-container .popup-holder .popup-block .product-block .product .cart-holder .cart {
  margin-left: 12px;
  display: inline-block;
  vertical-align: middle;
}
section .popup-container .popup-holder .popup-block .product-block .product .cart-holder .cart .button {
  min-width: 110px;
  min-height: 40px;
  line-height: 40px;
  background-color: #912e3d;
  font-size: 14px;
  font-weight: 300;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-transition: 0.3s ease-out all;
  -o-transition: 0.3s ease-out all;
  transition: 0.3s ease-out all;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  outline: none;
  cursor: pointer;
  padding: 0 13px;
  border: 1px solid #fff;
  position: relative;
  line-height: 46px;
  font-size: 24px;
  border: 1px solid #902e3d;
}
section .popup-container .popup-holder .popup-block .product-block .product .cart-holder .cart .button:hover {
  background: #fff;
  color: #912e3d;
  text-decoration: none;
}
section .popup-container .popup-holder .popup-block .product-block .product .cart-holder .cart .button:active {
  background: #6e2130;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
  background: #6a222d;
  -webkit-box-shadow: inset 0 0 5px #44151c;
  -moz-box-shadow: inset 0 0 5px #44151c;
  box-shadow: inset 0 0 5px #44151c;
  color: #e6e6e6;
  border: 1px solid transparent;
}
section .popup-container .popup-holder .popup-block .product-block .product .cart-holder .cart .button span,
section .popup-container .popup-holder .popup-block .product-block .product .cart-holder .cart .button i {
  display: inline-block;
  vertical-align: middle;
}
section .popup-container .popup-holder .popup-block .product-block .product .image-additional {
  display: inline-block;
  width: 100%;
  height: 0;
  margin-top: 15px;
}
section .popup-container .popup-holder .popup-block .product-block .product .image-additional a {
  display: block;
  font-size: 0;
  max-height: 100%;
  max-width: 100%;
  width: 100%;
  height: 100%;
}
section .popup-container .popup-holder .popup-block .product-block .product .image-additional a img {
  display: block;
  /*height: 100%;*/
}
section .popup-container .popup-holder .popup-block .fp-controlArrow {
  font-size: 0;
  margin-top: -29px;
}
section .popup-container .popup-holder .popup-block .fp-controlArrow.fp-prev {
  left: 0;
}
section .popup-container .popup-holder .popup-block .fp-controlArrow.fp-next {
  right: 0;
}
#colorbox {
  box-sizing: content-box;
  color: #999999;
  -webkit-box-shadow: 0 20px 50px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 20px 50px rgba(0, 0, 0, 0.5);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.5);
}
#colorbox * {
  box-sizing: content-box;
}
#colorbox #cboxClose {
  background-image: url("../image/img/close-icon.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 30px;
  height: 30px;
  display: inline-block;
  vertical-align: middle;
  top: 30px;
  right: 30px;
  bottom: auto;
}
#colorbox .box {
  box-sizing: border-box;
}
#colorbox .box * {
  box-sizing: border-box;
}
#colorbox .box.quick-order {
  width: 700px;
}
#colorbox .box.quick-order .left {
  width: 63%;
}
#colorbox .box.quick-order .right {
  width: 37%;
}
#colorbox .box.quick-order .text-required {
  margin-bottom: 15px;
}
#colorbox .box.quick-order .product-name {
  padding: 0 50px;
  font-size: 20px;
  margin-bottom: 10px;
  text-align: right;
  color: #912e3d;
}
#colorbox .box.quick-order .product-price {
  padding: 0 50px;
  font-size: 24px;
  margin-bottom: 10px;
  text-align: right;
  color: #912e3d;
}
#colorbox .box.quick-order .product-price span {
  font-size: 20px;
  color: #333333;
}
#colorbox .box.quick-order .popup-content {
  font-size: 18px;
  margin: 0px 50px 45px;
  color: #333;
}
#colorbox .box.quick-order .popup-footer {
  text-align: right;
}
#colorbox .box.quick-order .popup-footer .main-button {
  position: static;
  margin-top: 0;
}
#colorbox .box.quick-order .popup-footer .quick-order-popup_close {
  color: #912e3d;
  font-size: 14px;
  margin-right: 25px;
}
#colorbox .box .box-heading {
  color: #333333;
  font-size: 30px;
  font-weight: 400;
  margin-bottom: 30px;
  padding: 40px 50px 0 50px;
}
#colorbox .box .box-content {
  font-size: 0;
}
#colorbox .text-required {
  font-size: 14px;
  margin: 0 50px 45px 50px;
  color: #333333;
}
#colorbox .text-required span {
  color: #333333;
}
#colorbox .left,
#colorbox .right {
  display: inline-block;
  width: 50%;
  vertical-align: top;
  font-size: 14px;
  margin-bottom: 40px;
}
#colorbox .left {
  padding-left: 50px;
  padding-right: 10px;
}
#colorbox .right {
  padding-right: 50px;
  padding-left: 10px;
}
#colorbox .right .image-holder {
  margin-top: 20px;
}
#colorbox .popup-footer {
  font-size: 14px;
  background: #efefef;
  padding: 30px 50px 45px 50px;
  position: relative;
}
#colorbox .captcha {
  display: inline-block;
  position: relative;
}
#colorbox .captcha .error-message {
  bottom: -10px;
  top: auto;
  left: 0;
}
#colorbox .captcha .field-group {
  width: 150px;
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  margin-right: 20px;
  position: static;
}
#colorbox .captcha .wsf_captcha_image_div {
  display: inline-block;
  vertical-align: middle;
  margin-right: 15px;
}
#colorbox .captcha .reload_captcha {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  cursor: pointer;
}
#colorbox .main-button {
  position: absolute;
  right: 50px;
  top: 50%;
  margin-top: -29px;
}
footer {
  position: fixed;
  z-index: 2;
  bottom: 0;
  left: auto;
  right: auto;
  font-size: 0;
  width: 100%;
  min-width: inherit;
  text-align: center;
}
footer .container {
  width: auto;
  display: inline-block;
  background: #912e3d;
  padding: 4px 14px;
}
footer .container .text {
  font-size: 14px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 15px;
}
footer .container .button-holder {
  padding-right: 0;
}
.blog-page {
  padding-top: 110px;
  color: #333333;
  background: #efefef url("../image/blog-bg.png") repeat-x center top;
}
.blog-page a:hover {
  color: #912e3d;
  text-decoration: none;
}
.blog-page .pav-header {
  padding: 40px 0;
}
.blog-page .pav-header h1 {
  color: inherit;
  font-size: 18px;
  font-weight: 300;
  text-transform: uppercase;
  line-height: 100%;
  margin: 0;
  padding: 0;
  text-align: center;
}
.blog-page .content .container {
  width: 1200px;
  padding: 0 15px;
}
.blog-page .selectors {
  margin-bottom: 35px;
  font-size: 0;
}
.blog-page .selectors ul {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: justify;
  display: block;
  float: left;
}
.blog-page .selectors ul li {
  display: inline;
  margin: 0;
  padding: 0;
}
.blog-page .selectors ul li span {
  color: #333333;
  font-size: 12px;
  padding: 5px 15px;
  display: inline-block;
}
.blog-page .selectors ul li a {
  display: inline-block;
  padding: 5px 15px;
  text-decoration: none;
  color: #912e3d;
  font-size: 12px;
  border-right: 1px solid #912e3d;
}
.blog-page .selectors ul li a:hover {
  color: #fff;
  background: #912e3d;
}
.blog-page .selectors ul li.active a {
  color: #fff;
  background: #912e3d;
}
.blog-page .selectors ul li:last-child a {
  border-right: none;
}
.blog-page .selectors ul.right {
  float: right;
}
.blog-page .tags {
  margin-bottom: 35px;
}
.blog-page .tags .container {
  padding: 35px 0;
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
}
.blog-page .tags #blogtags ul {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: justify;
}
.blog-page .tags #blogtags ul li {
  display: inline;
  margin: 0;
  padding: 0;
}
.blog-page .tags #blogtags ul li a {
  display: inline-block;
  padding: 0 7px;
  text-decoration: none;
  color: #999999;
  font-size: 14px;
}
.blog-page .tags #blogtags ul li a:hover {
  text-decoration: underline;
  color: #902e3d;
}
.blog-page .tags #blogtags ul li.active a {
  text-decoration: underline;
  color: #902e3d;
}
.blog-page .tags .box {
  display: inline-block;
}
.blog-page .pav-blogs .blog-item {
  display: inline-block;
  width: 397px;
  vertical-align: top;
  padding: 40px;
}
.blog-page .pav-blogs .blog-item .created {
  font-size: 11px;
  margin-bottom: 20px;
  color: #333333;
}
.blog-page .pav-blogs .blog-item .image {
  display: block;
  width: 100%;
  float: left;
  margin-bottom: 15px;
}
.blog-page .pav-blogs .blog-item .blog-title {
  display: block;
  width: 100%;
  text-align: left;
  float: left;
  margin-bottom: 15px;
  font-size: 22px;
  color: #902e3d;
}
.blog-page .pav-blogs .blog-item .blog-title a {
  color: inherit;
  font-size: inherit;
  text-decoration: none;
  line-height: normal;
}
.blog-page .pav-blogs .blog-item .description {
  font-size: 14px;
  line-height: normal;
  color: #333333;
  margin-bottom: 15px;
}
.blog-page .pav-blogs .blog-item .more-link {
  text-align: right;
}
.blog-page .pagination {
  font-size: 0;
  color: #333333;
  width: 100%;
  text-align: center;
}
.blog-page .pagination .results {
  font-size: 14px;
}
.blog-page .pagination .links {
  display: inline-block;
  font-size: 0;
  padding: 20px 0;
}
.blog-page .pagination .links span {
  font-size: 14px;
}
.blog-page .pagination .links a,
.blog-page .pagination .links b {
  display: inline-block;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  color: #912e3d;
  text-decoration: none;
  margin: 0 19px;
  font-size: 14px;
}
.blog-page .pagination .links a:hover,
.blog-page .pagination .links b:hover {
  color: #fff;
  background: #912e3d;
}
.blog-page .pagination .links a.prev,
.blog-page .pagination .links b.prev,
.blog-page .pagination .links a.next,
.blog-page .pagination .links b.next,
.blog-page .pagination .links a.first,
.blog-page .pagination .links b.first,
.blog-page .pagination .links a.last,
.blog-page .pagination .links b.last {
  position: relative;
}
.blog-page .pagination .links b {
  color: #fff;
  background: #912e3d;
}
.blog-page .blog-footer {
  padding: 55px 0;
}
.blog-page .blog-footer .container {
  text-align: center;
}
.blog-page .blog-footer .copy {
  display: inline;
}
.blog-page .created {
  font-size: 11px;
  color: #333;
  margin-bottom: 20px;
  display: block;
  width: 100%;
}
.blog-page .news-title {
  font-size: 48px;
  color: #333;
  line-height: normal;
  margin-bottom: 50px;
}
.blog-page .description {
  font-size: 22px;
  color: #333;
  line-height: normal;
  margin-bottom: 60px;
}
.blog-page .image {
  margin-bottom: 50px;
  text-align: center;
}
.blog-page .custom-width {
  width: 810px;
  margin-left: auto;
  margin-right: auto;
}
.blog-page .smaller {
  font-size: 18px;
  line-height: normal;
}
.blog-page .caption-text {
  display: block;
  padding-top: 30px;
  border-top: 2px solid #912e3d;
  font-size: 18px;
  color: #912e3d;
  line-height: 28px;
  margin-bottom: 70px;
  text-transform: uppercase;
}
.blog-page .blog-bottom {
  padding-top: 45px;
  border-top: 1px solid #fff;
}
.blog-page .blog-bottom h4 {
  text-align: center;
  font-size: 18px;
  text-transform: uppercase;
  color: #333333;
  margin-bottom: 20px;
}
.blog-page .blog-button {
  margin-bottom: 70px;
}
.news-block {
  display: table;
  width: 69.44%;
  margin-top: 55px;
  margin-left: auto;
  margin-right: auto;
  border: 1px solid #fff;
}
.news-block li {
  display: table-cell;
  width: 25%;
  padding: 30px;
  text-align: left;
  vertical-align: middle;
}
.news-block li:last-child {
  text-align: right;
}
.news-block li a {
  font-size: 12px;
  text-decoration: none;
}
.news-block li a:hover {
  color: inherit;
  text-decoration: underline;
}
/* krumax edit */
.blog-page .social-likes {
  text-align: center;
  margin-bottom: 50px;
  width: 100%;
}
/* krumax edit END */
.blog-page .tags .box {
  display: inline-block;
  max-width: 96%;
}
.blog-page .tag-title {
  float: left;
}
.blog-page .pav-blogs .blog-item {
  display: inline-block;
  /*width: 397px;*/
  width: 32.5%;
  vertical-align: top;
  padding: 40px;
}
@media only screen and (max-height: 767px) {
  .main-menu-content .popup-menu-holder .popup-menu .menu-link {
    padding: 10px 25px;
  }
  section h1 {
    margin-bottom: 25px;
    font-size: 36px;
  }
  section h3 {
    font-size: 16px;
    margin-bottom: 15px;
  }
  section .caption-text {
    font-size: 12px;
    margin-bottom: 15px;
  }
  section .popup-container .popup-holder .popup-block .product-block {
    min-width: 980px;
  }
  section .popup-container .popup-holder .popup-block .product-block .product .left {
    width: 40%;
  }
  section .popup-container .popup-holder .popup-block .product-block .product .right {
    width: 60%;
  }
  section.applying-page .applying-holder .slide-content .text-holder {
    padding: 25px;
  }
  section.regions-page .table .td .count {
    font-size: 140px;
    margin-bottom: 10px;
  }
  section.regions-page .table .td .cities {
    font-size: 30px;
  }
  section.write-letter-page h3 {
    margin-bottom: 35px;
  }
  section.write-letter-page h4 {
    font-size: 40px;
    margin-bottom: 15px;
  }
  section.write-letter-page p.custom {
    margin-bottom: 20px;
  }
  section.write-letter-page .write-message-holder {
    margin-bottom: 20px;
  }
  section.products-page .collection-tabs {
    width: 60%;
  }
  section.about-us-page h3,
  section.advantage-page h3,
  section.wholesale-buyers-page h3 {
    font-size: 18px;
    font-weight: 400;
    color: #ffffff;
    margin-bottom: 0px;
    text-transform: uppercase;
  }
  section.about-us-page .table .td,
  section.advantage-page .table .td,
  section.wholesale-buyers-page .table .td {
    font-size: 12px;
    padding: 0 5%;
  }
  section.about-us-page .table .td .image-holder,
  section.advantage-page .table .td .image-holder,
  section.wholesale-buyers-page .table .td .image-holder {
    display: inline-block;
    width: 100%;
    margin-bottom: 10px;
    font-weight: 400;
  }
  section.about-us-page .table .td h4,
  section.advantage-page .table .td h4,
  section.wholesale-buyers-page .table .td h4 {
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    margin-bottom: 10px;
    text-transform: uppercase;
  }
}
