

/* Start:/css/animate.css?159734179766465*/
@charset "UTF-8";

.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;
 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;
}

@-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;
 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;
}

@-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;
 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;
}

@-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;
}

@-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;
}

/* End */


/* Start:/css/bootstrap.min.css?1597341924120911*/
html{font-family:sans-serif;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background-color:transparent}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:700}dfn{font-style:italic}h1{margin:.67em 0;font-size:2em}mark{color:#000;background:#ff0}small{font-size:80%}sub,sup{position:relative;font-size:75%;line-height:0;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{height:0;-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}button,input,optgroup,select,textarea{margin:0;font:inherit;color:inherit}button{overflow:visible}button,select{text-transform:none}button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{padding:0;border:0}input{line-height:normal}input[type=checkbox],input[type=radio]{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;padding:0}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{height:auto}input[type=search]{-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box;-webkit-appearance:textfield}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}fieldset{padding:.35em .625em .75em;margin:0 2px;border:1px solid silver}legend{padding:0;border:0}textarea{overflow:auto}optgroup{font-weight:700}table{border-spacing:0;border-collapse:collapse}td,th{padding:0}/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */@media print{*,:after,:before{color:#000!important;text-shadow:none!important;background:0 0!important;-webkit-box-shadow:none!important;box-shadow:none!important}a,a:visited{text-decoration:underline}a[href]:after{content:" (" attr(href) ")"}abbr[title]:after{content:" (" attr(title) ")"}a[href^="javascript:"]:after,a[href^="#"]:after{content:""}blockquote,pre{border:1px solid #999;page-break-inside:avoid}thead{display:table-header-group}img,tr{page-break-inside:avoid}img{max-width:100%!important}h2,h3,p{orphans:3;widows:3}h2,h3{page-break-after:avoid}.navbar{display:none}.btn>.caret,.dropup>.btn>.caret{border-top-color:#000!important}.label{border:1px solid #000}.table{border-collapse:collapse!important}.table td,.table th{background-color:#fff!important}.table-bordered td,.table-bordered th{border:1px solid #ddd!important}}@font-face{font-family:'Glyphicons Halflings';src:url(/css/../fonts/glyphicons-halflings-regular.eot);src:url(/css/../fonts/glyphicons-halflings-regular.eot?#iefix) format('embedded-opentype'),url(/css/../fonts/glyphicons-halflings-regular.woff2) format('woff2'),url(/css/../fonts/glyphicons-halflings-regular.woff) format('woff'),url(/css/../fonts/glyphicons-halflings-regular.ttf) format('truetype'),url(/css/../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular) format('svg')}.glyphicon{position:relative;top:1px;display:inline-block;font-family:'Glyphicons Halflings';font-style:normal;font-weight:400;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.glyphicon-asterisk:before{content:"\002a"}.glyphicon-plus:before{content:"\002b"}.glyphicon-eur:before,.glyphicon-euro:before{content:"\20ac"}.glyphicon-minus:before{content:"\2212"}.glyphicon-cloud:before{content:"\2601"}.glyphicon-envelope:before{content:"\2709"}.glyphicon-pencil:before{content:"\270f"}.glyphicon-glass:before{content:"\e001"}.glyphicon-music:before{content:"\e002"}.glyphicon-search:before{content:"\e003"}.glyphicon-heart:before{content:"\e005"}.glyphicon-star:before{content:"\e006"}.glyphicon-star-empty:before{content:"\e007"}.glyphicon-user:before{content:"\e008"}.glyphicon-film:before{content:"\e009"}.glyphicon-th-large:before{content:"\e010"}.glyphicon-th:before{content:"\e011"}.glyphicon-th-list:before{content:"\e012"}.glyphicon-ok:before{content:"\e013"}.glyphicon-remove:before{content:"\e014"}.glyphicon-zoom-in:before{content:"\e015"}.glyphicon-zoom-out:before{content:"\e016"}.glyphicon-off:before{content:"\e017"}.glyphicon-signal:before{content:"\e018"}.glyphicon-cog:before{content:"\e019"}.glyphicon-trash:before{content:"\e020"}.glyphicon-home:before{content:"\e021"}.glyphicon-file:before{content:"\e022"}.glyphicon-time:before{content:"\e023"}.glyphicon-road:before{content:"\e024"}.glyphicon-download-alt:before{content:"\e025"}.glyphicon-download:before{content:"\e026"}.glyphicon-upload:before{content:"\e027"}.glyphicon-inbox:before{content:"\e028"}.glyphicon-play-circle:before{content:"\e029"}.glyphicon-repeat:before{content:"\e030"}.glyphicon-refresh:before{content:"\e031"}.glyphicon-list-alt:before{content:"\e032"}.glyphicon-lock:before{content:"\e033"}.glyphicon-flag:before{content:"\e034"}.glyphicon-headphones:before{content:"\e035"}.glyphicon-volume-off:before{content:"\e036"}.glyphicon-volume-down:before{content:"\e037"}.glyphicon-volume-up:before{content:"\e038"}.glyphicon-qrcode:before{content:"\e039"}.glyphicon-barcode:before{content:"\e040"}.glyphicon-tag:before{content:"\e041"}.glyphicon-tags:before{content:"\e042"}.glyphicon-book:before{content:"\e043"}.glyphicon-bookmark:before{content:"\e044"}.glyphicon-print:before{content:"\e045"}.glyphicon-camera:before{content:"\e046"}.glyphicon-font:before{content:"\e047"}.glyphicon-bold:before{content:"\e048"}.glyphicon-italic:before{content:"\e049"}.glyphicon-text-height:before{content:"\e050"}.glyphicon-text-width:before{content:"\e051"}.glyphicon-align-left:before{content:"\e052"}.glyphicon-align-center:before{content:"\e053"}.glyphicon-align-right:before{content:"\e054"}.glyphicon-align-justify:before{content:"\e055"}.glyphicon-list:before{content:"\e056"}.glyphicon-indent-left:before{content:"\e057"}.glyphicon-indent-right:before{content:"\e058"}.glyphicon-facetime-video:before{content:"\e059"}.glyphicon-picture:before{content:"\e060"}.glyphicon-map-marker:before{content:"\e062"}.glyphicon-adjust:before{content:"\e063"}.glyphicon-tint:before{content:"\e064"}.glyphicon-edit:before{content:"\e065"}.glyphicon-share:before{content:"\e066"}.glyphicon-check:before{content:"\e067"}.glyphicon-move:before{content:"\e068"}.glyphicon-step-backward:before{content:"\e069"}.glyphicon-fast-backward:before{content:"\e070"}.glyphicon-backward:before{content:"\e071"}.glyphicon-play:before{content:"\e072"}.glyphicon-pause:before{content:"\e073"}.glyphicon-stop:before{content:"\e074"}.glyphicon-forward:before{content:"\e075"}.glyphicon-fast-forward:before{content:"\e076"}.glyphicon-step-forward:before{content:"\e077"}.glyphicon-eject:before{content:"\e078"}.glyphicon-chevron-left:before{content:"\e079"}.glyphicon-chevron-right:before{content:"\e080"}.glyphicon-plus-sign:before{content:"\e081"}.glyphicon-minus-sign:before{content:"\e082"}.glyphicon-remove-sign:before{content:"\e083"}.glyphicon-ok-sign:before{content:"\e084"}.glyphicon-question-sign:before{content:"\e085"}.glyphicon-info-sign:before{content:"\e086"}.glyphicon-screenshot:before{content:"\e087"}.glyphicon-remove-circle:before{content:"\e088"}.glyphicon-ok-circle:before{content:"\e089"}.glyphicon-ban-circle:before{content:"\e090"}.glyphicon-arrow-left:before{content:"\e091"}.glyphicon-arrow-right:before{content:"\e092"}.glyphicon-arrow-up:before{content:"\e093"}.glyphicon-arrow-down:before{content:"\e094"}.glyphicon-share-alt:before{content:"\e095"}.glyphicon-resize-full:before{content:"\e096"}.glyphicon-resize-small:before{content:"\e097"}.glyphicon-exclamation-sign:before{content:"\e101"}.glyphicon-gift:before{content:"\e102"}.glyphicon-leaf:before{content:"\e103"}.glyphicon-fire:before{content:"\e104"}.glyphicon-eye-open:before{content:"\e105"}.glyphicon-eye-close:before{content:"\e106"}.glyphicon-warning-sign:before{content:"\e107"}.glyphicon-plane:before{content:"\e108"}.glyphicon-calendar:before{content:"\e109"}.glyphicon-random:before{content:"\e110"}.glyphicon-comment:before{content:"\e111"}.glyphicon-magnet:before{content:"\e112"}.glyphicon-chevron-up:before{content:"\e113"}.glyphicon-chevron-down:before{content:"\e114"}.glyphicon-retweet:before{content:"\e115"}.glyphicon-shopping-cart:before{content:"\e116"}.glyphicon-folder-close:before{content:"\e117"}.glyphicon-folder-open:before{content:"\e118"}.glyphicon-resize-vertical:before{content:"\e119"}.glyphicon-resize-horizontal:before{content:"\e120"}.glyphicon-hdd:before{content:"\e121"}.glyphicon-bullhorn:before{content:"\e122"}.glyphicon-bell:before{content:"\e123"}.glyphicon-certificate:before{content:"\e124"}.glyphicon-thumbs-up:before{content:"\e125"}.glyphicon-thumbs-down:before{content:"\e126"}.glyphicon-hand-right:before{content:"\e127"}.glyphicon-hand-left:before{content:"\e128"}.glyphicon-hand-up:before{content:"\e129"}.glyphicon-hand-down:before{content:"\e130"}.glyphicon-circle-arrow-right:before{content:"\e131"}.glyphicon-circle-arrow-left:before{content:"\e132"}.glyphicon-circle-arrow-up:before{content:"\e133"}.glyphicon-circle-arrow-down:before{content:"\e134"}.glyphicon-globe:before{content:"\e135"}.glyphicon-wrench:before{content:"\e136"}.glyphicon-tasks:before{content:"\e137"}.glyphicon-filter:before{content:"\e138"}.glyphicon-briefcase:before{content:"\e139"}.glyphicon-fullscreen:before{content:"\e140"}.glyphicon-dashboard:before{content:"\e141"}.glyphicon-paperclip:before{content:"\e142"}.glyphicon-heart-empty:before{content:"\e143"}.glyphicon-link:before{content:"\e144"}.glyphicon-phone:before{content:"\e145"}.glyphicon-pushpin:before{content:"\e146"}.glyphicon-usd:before{content:"\e148"}.glyphicon-gbp:before{content:"\e149"}.glyphicon-sort:before{content:"\e150"}.glyphicon-sort-by-alphabet:before{content:"\e151"}.glyphicon-sort-by-alphabet-alt:before{content:"\e152"}.glyphicon-sort-by-order:before{content:"\e153"}.glyphicon-sort-by-order-alt:before{content:"\e154"}.glyphicon-sort-by-attributes:before{content:"\e155"}.glyphicon-sort-by-attributes-alt:before{content:"\e156"}.glyphicon-unchecked:before{content:"\e157"}.glyphicon-expand:before{content:"\e158"}.glyphicon-collapse-down:before{content:"\e159"}.glyphicon-collapse-up:before{content:"\e160"}.glyphicon-log-in:before{content:"\e161"}.glyphicon-flash:before{content:"\e162"}.glyphicon-log-out:before{content:"\e163"}.glyphicon-new-window:before{content:"\e164"}.glyphicon-record:before{content:"\e165"}.glyphicon-save:before{content:"\e166"}.glyphicon-open:before{content:"\e167"}.glyphicon-saved:before{content:"\e168"}.glyphicon-import:before{content:"\e169"}.glyphicon-export:before{content:"\e170"}.glyphicon-send:before{content:"\e171"}.glyphicon-floppy-disk:before{content:"\e172"}.glyphicon-floppy-saved:before{content:"\e173"}.glyphicon-floppy-remove:before{content:"\e174"}.glyphicon-floppy-save:before{content:"\e175"}.glyphicon-floppy-open:before{content:"\e176"}.glyphicon-credit-card:before{content:"\e177"}.glyphicon-transfer:before{content:"\e178"}.glyphicon-cutlery:before{content:"\e179"}.glyphicon-header:before{content:"\e180"}.glyphicon-compressed:before{content:"\e181"}.glyphicon-earphone:before{content:"\e182"}.glyphicon-phone-alt:before{content:"\e183"}.glyphicon-tower:before{content:"\e184"}.glyphicon-stats:before{content:"\e185"}.glyphicon-sd-video:before{content:"\e186"}.glyphicon-hd-video:before{content:"\e187"}.glyphicon-subtitles:before{content:"\e188"}.glyphicon-sound-stereo:before{content:"\e189"}.glyphicon-sound-dolby:before{content:"\e190"}.glyphicon-sound-5-1:before{content:"\e191"}.glyphicon-sound-6-1:before{content:"\e192"}.glyphicon-sound-7-1:before{content:"\e193"}.glyphicon-copyright-mark:before{content:"\e194"}.glyphicon-registration-mark:before{content:"\e195"}.glyphicon-cloud-download:before{content:"\e197"}.glyphicon-cloud-upload:before{content:"\e198"}.glyphicon-tree-conifer:before{content:"\e199"}.glyphicon-tree-deciduous:before{content:"\e200"}.glyphicon-cd:before{content:"\e201"}.glyphicon-save-file:before{content:"\e202"}.glyphicon-open-file:before{content:"\e203"}.glyphicon-level-up:before{content:"\e204"}.glyphicon-copy:before{content:"\e205"}.glyphicon-paste:before{content:"\e206"}.glyphicon-alert:before{content:"\e209"}.glyphicon-equalizer:before{content:"\e210"}.glyphicon-king:before{content:"\e211"}.glyphicon-queen:before{content:"\e212"}.glyphicon-pawn:before{content:"\e213"}.glyphicon-bishop:before{content:"\e214"}.glyphicon-knight:before{content:"\e215"}.glyphicon-baby-formula:before{content:"\e216"}.glyphicon-tent:before{content:"\26fa"}.glyphicon-blackboard:before{content:"\e218"}.glyphicon-bed:before{content:"\e219"}.glyphicon-apple:before{content:"\f8ff"}.glyphicon-erase:before{content:"\e221"}.glyphicon-hourglass:before{content:"\231b"}.glyphicon-lamp:before{content:"\e223"}.glyphicon-duplicate:before{content:"\e224"}.glyphicon-piggy-bank:before{content:"\e225"}.glyphicon-scissors:before{content:"\e226"}.glyphicon-bitcoin:before{content:"\e227"}.glyphicon-btc:before{content:"\e227"}.glyphicon-xbt:before{content:"\e227"}.glyphicon-yen:before{content:"\00a5"}.glyphicon-jpy:before{content:"\00a5"}.glyphicon-ruble:before{content:"\20bd"}.glyphicon-rub:before{content:"\20bd"}.glyphicon-scale:before{content:"\e230"}.glyphicon-ice-lolly:before{content:"\e231"}.glyphicon-ice-lolly-tasted:before{content:"\e232"}.glyphicon-education:before{content:"\e233"}.glyphicon-option-horizontal:before{content:"\e234"}.glyphicon-option-vertical:before{content:"\e235"}.glyphicon-menu-hamburger:before{content:"\e236"}.glyphicon-modal-window:before{content:"\e237"}.glyphicon-oil:before{content:"\e238"}.glyphicon-grain:before{content:"\e239"}.glyphicon-sunglasses:before{content:"\e240"}.glyphicon-text-size:before{content:"\e241"}.glyphicon-text-color:before{content:"\e242"}.glyphicon-text-background:before{content:"\e243"}.glyphicon-object-align-top:before{content:"\e244"}.glyphicon-object-align-bottom:before{content:"\e245"}.glyphicon-object-align-horizontal:before{content:"\e246"}.glyphicon-object-align-left:before{content:"\e247"}.glyphicon-object-align-vertical:before{content:"\e248"}.glyphicon-object-align-right:before{content:"\e249"}.glyphicon-triangle-right:before{content:"\e250"}.glyphicon-triangle-left:before{content:"\e251"}.glyphicon-triangle-bottom:before{content:"\e252"}.glyphicon-triangle-top:before{content:"\e253"}.glyphicon-console:before{content:"\e254"}.glyphicon-superscript:before{content:"\e255"}.glyphicon-subscript:before{content:"\e256"}.glyphicon-menu-left:before{content:"\e257"}.glyphicon-menu-right:before{content:"\e258"}.glyphicon-menu-down:before{content:"\e259"}.glyphicon-menu-up:before{content:"\e260"}*{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}:after,:before{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}html{font-size:10px;-webkit-tap-highlight-color:rgba(0,0,0,0)}body{font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-size:14px;line-height:1.42857143;color:#333;background-color:#fff}button,input,select,textarea{font-family:inherit;font-size:inherit;line-height:inherit}a{color:#337ab7;text-decoration:none}a:focus,a:hover{color:#23527c;text-decoration:underline}a:focus{outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}figure{margin:0}img{vertical-align:middle}.carousel-inner>.item>a>img,.carousel-inner>.item>img,.img-responsive,.thumbnail a>img,.thumbnail>img{display:block;max-width:100%;height:auto}.img-rounded{border-radius:6px}.img-thumbnail{display:inline-block;max-width:100%;height:auto;padding:4px;line-height:1.42857143;background-color:#fff;border:1px solid #ddd;border-radius:4px;-webkit-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;transition:all .2s ease-in-out}.img-circle{border-radius:50%}hr{margin-top:20px;margin-bottom:20px;border:0;border-top:1px solid #eee}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}[role=button]{cursor:pointer}.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6{font-family:inherit;font-weight:500;line-height:1.1;color:inherit}.h1 .small,.h1 small,.h2 .small,.h2 small,.h3 .small,.h3 small,.h4 .small,.h4 small,.h5 .small,.h5 small,.h6 .small,.h6 small,h1 .small,h1 small,h2 .small,h2 small,h3 .small,h3 small,h4 .small,h4 small,h5 .small,h5 small,h6 .small,h6 small{font-weight:400;line-height:1;color:#777}.h1,.h2,.h3,h1,h2,h3{margin-top:20px;margin-bottom:10px}.h1 .small,.h1 small,.h2 .small,.h2 small,.h3 .small,.h3 small,h1 .small,h1 small,h2 .small,h2 small,h3 .small,h3 small{font-size:65%}.h4,.h5,.h6,h4,h5,h6{margin-top:10px;margin-bottom:10px}.h4 .small,.h4 small,.h5 .small,.h5 small,.h6 .small,.h6 small,h4 .small,h4 small,h5 .small,h5 small,h6 .small,h6 small{font-size:75%}.h1,h1{font-size:36px}.h2,h2{font-size:30px}.h3,h3{font-size:24px}.h4,h4{font-size:18px}.h5,h5{font-size:14px}.h6,h6{font-size:12px}p{margin:0 0 10px}.lead{margin-bottom:20px;font-size:16px;font-weight:300;line-height:1.4}@media (min-width:768px){.lead{font-size:21px}}.small,small{font-size:85%}.mark,mark{padding:.2em;background-color:#fcf8e3}.text-left{text-align:left}.text-right{text-align:right}.text-center{text-align:center}.text-justify{text-align:justify}.text-nowrap{white-space:nowrap}.text-lowercase{text-transform:lowercase}.text-uppercase{text-transform:uppercase}.text-capitalize{text-transform:capitalize}.text-muted{color:#777}.text-primary{color:#337ab7}a.text-primary:focus,a.text-primary:hover{color:#286090}.text-success{color:#3c763d}a.text-success:focus,a.text-success:hover{color:#2b542c}.text-info{color:#31708f}a.text-info:focus,a.text-info:hover{color:#245269}.text-warning{color:#8a6d3b}a.text-warning:focus,a.text-warning:hover{color:#66512c}.text-danger{color:#a94442}a.text-danger:focus,a.text-danger:hover{color:#843534}.bg-primary{color:#fff;background-color:#337ab7}a.bg-primary:focus,a.bg-primary:hover{background-color:#286090}.bg-success{background-color:#dff0d8}a.bg-success:focus,a.bg-success:hover{background-color:#c1e2b3}.bg-info{background-color:#d9edf7}a.bg-info:focus,a.bg-info:hover{background-color:#afd9ee}.bg-warning{background-color:#fcf8e3}a.bg-warning:focus,a.bg-warning:hover{background-color:#f7ecb5}.bg-danger{background-color:#f2dede}a.bg-danger:focus,a.bg-danger:hover{background-color:#e4b9b9}.page-header{padding-bottom:9px;margin:40px 0 20px;border-bottom:1px solid #eee}ol,ul{margin-top:0;margin-bottom:10px}ol ol,ol ul,ul ol,ul ul{margin-bottom:0}.list-unstyled{padding-left:0;list-style:none}.list-inline{padding-left:0;margin-left:-5px;list-style:none}.list-inline>li{display:inline-block;padding-right:5px;padding-left:5px}dl{margin-top:0;margin-bottom:20px}dd,dt{line-height:1.42857143}dt{font-weight:700}dd{margin-left:0}@media (min-width:768px){.dl-horizontal dt{float:left;width:160px;overflow:hidden;clear:left;text-align:right;text-overflow:ellipsis;white-space:nowrap}.dl-horizontal dd{margin-left:180px}}abbr[data-original-title],abbr[title]{cursor:help;border-bottom:1px dotted #777}.initialism{font-size:90%;text-transform:uppercase}blockquote{padding:10px 20px;margin:0 0 20px;font-size:17.5px;border-left:5px solid #eee}blockquote ol:last-child,blockquote p:last-child,blockquote ul:last-child{margin-bottom:0}blockquote .small,blockquote footer,blockquote small{display:block;font-size:80%;line-height:1.42857143;color:#777}blockquote .small:before,blockquote footer:before,blockquote small:before{content:'\2014 \00A0'}.blockquote-reverse,blockquote.pull-right{padding-right:15px;padding-left:0;text-align:right;border-right:5px solid #eee;border-left:0}.blockquote-reverse .small:before,.blockquote-reverse footer:before,.blockquote-reverse small:before,blockquote.pull-right .small:before,blockquote.pull-right footer:before,blockquote.pull-right small:before{content:''}.blockquote-reverse .small:after,.blockquote-reverse footer:after,.blockquote-reverse small:after,blockquote.pull-right .small:after,blockquote.pull-right footer:after,blockquote.pull-right small:after{content:'\00A0 \2014'}address{margin-bottom:20px;font-style:normal;line-height:1.42857143}code,kbd,pre,samp{font-family:Menlo,Monaco,Consolas,"Courier New",monospace}code{padding:2px 4px;font-size:90%;color:#c7254e;background-color:#f9f2f4;border-radius:4px}kbd{padding:2px 4px;font-size:90%;color:#fff;background-color:#333;border-radius:3px;-webkit-box-shadow:inset 0 -1px 0 rgba(0,0,0,.25);box-shadow:inset 0 -1px 0 rgba(0,0,0,.25)}kbd kbd{padding:0;font-size:100%;font-weight:700;-webkit-box-shadow:none;box-shadow:none}pre{display:block;padding:9.5px;margin:0 0 10px;font-size:13px;line-height:1.42857143;color:#333;word-break:break-all;word-wrap:break-word;background-color:#f5f5f5;border:1px solid #ccc;border-radius:4px}pre code{padding:0;font-size:inherit;color:inherit;white-space:pre-wrap;background-color:transparent;border-radius:0}.pre-scrollable{max-height:340px;overflow-y:scroll}.container{padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}@media (min-width:768px){.container{width:750px}}@media (min-width:992px){.container{width:970px}}@media (min-width:1200px){.container{width:1170px}}.container-fluid{padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}.row{margin-right:-15px;margin-left:-15px}.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-md-1,.col-md-10,.col-md-11,.col-md-12,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-xs-1,.col-xs-10,.col-xs-11,.col-xs-12,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9{position:relative;min-height:1px;padding-right:15px;padding-left:15px}.col-xs-1,.col-xs-10,.col-xs-11,.col-xs-12,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9{float:left}.col-xs-12{width:100%}.col-xs-11{width:91.66666667%}.col-xs-10{width:83.33333333%}.col-xs-9{width:75%}.col-xs-8{width:66.66666667%}.col-xs-7{width:58.33333333%}.col-xs-6{width:50%}.col-xs-5{width:41.66666667%}.col-xs-4{width:33.33333333%}.col-xs-3{width:25%}.col-xs-2{width:16.66666667%}.col-xs-1{width:8.33333333%}.col-xs-pull-12{right:100%}.col-xs-pull-11{right:91.66666667%}.col-xs-pull-10{right:83.33333333%}.col-xs-pull-9{right:75%}.col-xs-pull-8{right:66.66666667%}.col-xs-pull-7{right:58.33333333%}.col-xs-pull-6{right:50%}.col-xs-pull-5{right:41.66666667%}.col-xs-pull-4{right:33.33333333%}.col-xs-pull-3{right:25%}.col-xs-pull-2{right:16.66666667%}.col-xs-pull-1{right:8.33333333%}.col-xs-pull-0{right:auto}.col-xs-push-12{left:100%}.col-xs-push-11{left:91.66666667%}.col-xs-push-10{left:83.33333333%}.col-xs-push-9{left:75%}.col-xs-push-8{left:66.66666667%}.col-xs-push-7{left:58.33333333%}.col-xs-push-6{left:50%}.col-xs-push-5{left:41.66666667%}.col-xs-push-4{left:33.33333333%}.col-xs-push-3{left:25%}.col-xs-push-2{left:16.66666667%}.col-xs-push-1{left:8.33333333%}.col-xs-push-0{left:auto}.col-xs-offset-12{margin-left:100%}.col-xs-offset-11{margin-left:91.66666667%}.col-xs-offset-10{margin-left:83.33333333%}.col-xs-offset-9{margin-left:75%}.col-xs-offset-8{margin-left:66.66666667%}.col-xs-offset-7{margin-left:58.33333333%}.col-xs-offset-6{margin-left:50%}.col-xs-offset-5{margin-left:41.66666667%}.col-xs-offset-4{margin-left:33.33333333%}.col-xs-offset-3{margin-left:25%}.col-xs-offset-2{margin-left:16.66666667%}.col-xs-offset-1{margin-left:8.33333333%}.col-xs-offset-0{margin-left:0}@media (min-width:768px){.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9{float:left}.col-sm-12{width:100%}.col-sm-11{width:91.66666667%}.col-sm-10{width:83.33333333%}.col-sm-9{width:75%}.col-sm-8{width:66.66666667%}.col-sm-7{width:58.33333333%}.col-sm-6{width:50%}.col-sm-5{width:41.66666667%}.col-sm-4{width:33.33333333%}.col-sm-3{width:25%}.col-sm-2{width:16.66666667%}.col-sm-1{width:8.33333333%}.col-sm-pull-12{right:100%}.col-sm-pull-11{right:91.66666667%}.col-sm-pull-10{right:83.33333333%}.col-sm-pull-9{right:75%}.col-sm-pull-8{right:66.66666667%}.col-sm-pull-7{right:58.33333333%}.col-sm-pull-6{right:50%}.col-sm-pull-5{right:41.66666667%}.col-sm-pull-4{right:33.33333333%}.col-sm-pull-3{right:25%}.col-sm-pull-2{right:16.66666667%}.col-sm-pull-1{right:8.33333333%}.col-sm-pull-0{right:auto}.col-sm-push-12{left:100%}.col-sm-push-11{left:91.66666667%}.col-sm-push-10{left:83.33333333%}.col-sm-push-9{left:75%}.col-sm-push-8{left:66.66666667%}.col-sm-push-7{left:58.33333333%}.col-sm-push-6{left:50%}.col-sm-push-5{left:41.66666667%}.col-sm-push-4{left:33.33333333%}.col-sm-push-3{left:25%}.col-sm-push-2{left:16.66666667%}.col-sm-push-1{left:8.33333333%}.col-sm-push-0{left:auto}.col-sm-offset-12{margin-left:100%}.col-sm-offset-11{margin-left:91.66666667%}.col-sm-offset-10{margin-left:83.33333333%}.col-sm-offset-9{margin-left:75%}.col-sm-offset-8{margin-left:66.66666667%}.col-sm-offset-7{margin-left:58.33333333%}.col-sm-offset-6{margin-left:50%}.col-sm-offset-5{margin-left:41.66666667%}.col-sm-offset-4{margin-left:33.33333333%}.col-sm-offset-3{margin-left:25%}.col-sm-offset-2{margin-left:16.66666667%}.col-sm-offset-1{margin-left:8.33333333%}.col-sm-offset-0{margin-left:0}}@media (min-width:992px){.col-md-1,.col-md-10,.col-md-11,.col-md-12,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9{float:left}.col-md-12{width:100%}.col-md-11{width:91.66666667%}.col-md-10{width:83.33333333%}.col-md-9{width:75%}.col-md-8{width:66.66666667%}.col-md-7{width:58.33333333%}.col-md-6{width:50%}.col-md-5{width:41.66666667%}.col-md-4{width:33.33333333%}.col-md-3{width:25%}.col-md-2{width:16.66666667%}.col-md-1{width:8.33333333%}.col-md-pull-12{right:100%}.col-md-pull-11{right:91.66666667%}.col-md-pull-10{right:83.33333333%}.col-md-pull-9{right:75%}.col-md-pull-8{right:66.66666667%}.col-md-pull-7{right:58.33333333%}.col-md-pull-6{right:50%}.col-md-pull-5{right:41.66666667%}.col-md-pull-4{right:33.33333333%}.col-md-pull-3{right:25%}.col-md-pull-2{right:16.66666667%}.col-md-pull-1{right:8.33333333%}.col-md-pull-0{right:auto}.col-md-push-12{left:100%}.col-md-push-11{left:91.66666667%}.col-md-push-10{left:83.33333333%}.col-md-push-9{left:75%}.col-md-push-8{left:66.66666667%}.col-md-push-7{left:58.33333333%}.col-md-push-6{left:50%}.col-md-push-5{left:41.66666667%}.col-md-push-4{left:33.33333333%}.col-md-push-3{left:25%}.col-md-push-2{left:16.66666667%}.col-md-push-1{left:8.33333333%}.col-md-push-0{left:auto}.col-md-offset-12{margin-left:100%}.col-md-offset-11{margin-left:91.66666667%}.col-md-offset-10{margin-left:83.33333333%}.col-md-offset-9{margin-left:75%}.col-md-offset-8{margin-left:66.66666667%}.col-md-offset-7{margin-left:58.33333333%}.col-md-offset-6{margin-left:50%}.col-md-offset-5{margin-left:41.66666667%}.col-md-offset-4{margin-left:33.33333333%}.col-md-offset-3{margin-left:25%}.col-md-offset-2{margin-left:16.66666667%}.col-md-offset-1{margin-left:8.33333333%}.col-md-offset-0{margin-left:0}}@media (min-width:1200px){.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9{float:left}.col-lg-12{width:100%}.col-lg-11{width:91.66666667%}.col-lg-10{width:83.33333333%}.col-lg-9{width:75%}.col-lg-8{width:66.66666667%}.col-lg-7{width:58.33333333%}.col-lg-6{width:50%}.col-lg-5{width:41.66666667%}.col-lg-4{width:33.33333333%}.col-lg-3{width:25%}.col-lg-2{width:16.66666667%}.col-lg-1{width:8.33333333%}.col-lg-pull-12{right:100%}.col-lg-pull-11{right:91.66666667%}.col-lg-pull-10{right:83.33333333%}.col-lg-pull-9{right:75%}.col-lg-pull-8{right:66.66666667%}.col-lg-pull-7{right:58.33333333%}.col-lg-pull-6{right:50%}.col-lg-pull-5{right:41.66666667%}.col-lg-pull-4{right:33.33333333%}.col-lg-pull-3{right:25%}.col-lg-pull-2{right:16.66666667%}.col-lg-pull-1{right:8.33333333%}.col-lg-pull-0{right:auto}.col-lg-push-12{left:100%}.col-lg-push-11{left:91.66666667%}.col-lg-push-10{left:83.33333333%}.col-lg-push-9{left:75%}.col-lg-push-8{left:66.66666667%}.col-lg-push-7{left:58.33333333%}.col-lg-push-6{left:50%}.col-lg-push-5{left:41.66666667%}.col-lg-push-4{left:33.33333333%}.col-lg-push-3{left:25%}.col-lg-push-2{left:16.66666667%}.col-lg-push-1{left:8.33333333%}.col-lg-push-0{left:auto}.col-lg-offset-12{margin-left:100%}.col-lg-offset-11{margin-left:91.66666667%}.col-lg-offset-10{margin-left:83.33333333%}.col-lg-offset-9{margin-left:75%}.col-lg-offset-8{margin-left:66.66666667%}.col-lg-offset-7{margin-left:58.33333333%}.col-lg-offset-6{margin-left:50%}.col-lg-offset-5{margin-left:41.66666667%}.col-lg-offset-4{margin-left:33.33333333%}.col-lg-offset-3{margin-left:25%}.col-lg-offset-2{margin-left:16.66666667%}.col-lg-offset-1{margin-left:8.33333333%}.col-lg-offset-0{margin-left:0}}table{background-color:transparent}caption{padding-top:8px;padding-bottom:8px;color:#777;text-align:left}th{text-align:left}.table{width:100%;max-width:100%;margin-bottom:20px}.table>tbody>tr>td,.table>tbody>tr>th,.table>tfoot>tr>td,.table>tfoot>tr>th,.table>thead>tr>td,.table>thead>tr>th{padding:8px;line-height:1.42857143;vertical-align:top;border-top:1px solid #ddd}.table>thead>tr>th{vertical-align:bottom;border-bottom:2px solid #ddd}.table>caption+thead>tr:first-child>td,.table>caption+thead>tr:first-child>th,.table>colgroup+thead>tr:first-child>td,.table>colgroup+thead>tr:first-child>th,.table>thead:first-child>tr:first-child>td,.table>thead:first-child>tr:first-child>th{border-top:0}.table>tbody+tbody{border-top:2px solid #ddd}.table .table{background-color:#fff}.table-condensed>tbody>tr>td,.table-condensed>tbody>tr>th,.table-condensed>tfoot>tr>td,.table-condensed>tfoot>tr>th,.table-condensed>thead>tr>td,.table-condensed>thead>tr>th{padding:5px}.table-bordered{border:1px solid #ddd}.table-bordered>tbody>tr>td,.table-bordered>tbody>tr>th,.table-bordered>tfoot>tr>td,.table-bordered>tfoot>tr>th,.table-bordered>thead>tr>td,.table-bordered>thead>tr>th{border:1px solid #ddd}.table-bordered>thead>tr>td,.table-bordered>thead>tr>th{border-bottom-width:2px}.table-striped>tbody>tr:nth-of-type(odd){background-color:#f9f9f9}.table-hover>tbody>tr:hover{background-color:#f5f5f5}table col[class*=col-]{position:static;display:table-column;float:none}table td[class*=col-],table th[class*=col-]{position:static;display:table-cell;float:none}.table>tbody>tr.active>td,.table>tbody>tr.active>th,.table>tbody>tr>td.active,.table>tbody>tr>th.active,.table>tfoot>tr.active>td,.table>tfoot>tr.active>th,.table>tfoot>tr>td.active,.table>tfoot>tr>th.active,.table>thead>tr.active>td,.table>thead>tr.active>th,.table>thead>tr>td.active,.table>thead>tr>th.active{background-color:#f5f5f5}.table-hover>tbody>tr.active:hover>td,.table-hover>tbody>tr.active:hover>th,.table-hover>tbody>tr:hover>.active,.table-hover>tbody>tr>td.active:hover,.table-hover>tbody>tr>th.active:hover{background-color:#e8e8e8}.table>tbody>tr.success>td,.table>tbody>tr.success>th,.table>tbody>tr>td.success,.table>tbody>tr>th.success,.table>tfoot>tr.success>td,.table>tfoot>tr.success>th,.table>tfoot>tr>td.success,.table>tfoot>tr>th.success,.table>thead>tr.success>td,.table>thead>tr.success>th,.table>thead>tr>td.success,.table>thead>tr>th.success{background-color:#dff0d8}.table-hover>tbody>tr.success:hover>td,.table-hover>tbody>tr.success:hover>th,.table-hover>tbody>tr:hover>.success,.table-hover>tbody>tr>td.success:hover,.table-hover>tbody>tr>th.success:hover{background-color:#d0e9c6}.table>tbody>tr.info>td,.table>tbody>tr.info>th,.table>tbody>tr>td.info,.table>tbody>tr>th.info,.table>tfoot>tr.info>td,.table>tfoot>tr.info>th,.table>tfoot>tr>td.info,.table>tfoot>tr>th.info,.table>thead>tr.info>td,.table>thead>tr.info>th,.table>thead>tr>td.info,.table>thead>tr>th.info{background-color:#d9edf7}.table-hover>tbody>tr.info:hover>td,.table-hover>tbody>tr.info:hover>th,.table-hover>tbody>tr:hover>.info,.table-hover>tbody>tr>td.info:hover,.table-hover>tbody>tr>th.info:hover{background-color:#c4e3f3}.table>tbody>tr.warning>td,.table>tbody>tr.warning>th,.table>tbody>tr>td.warning,.table>tbody>tr>th.warning,.table>tfoot>tr.warning>td,.table>tfoot>tr.warning>th,.table>tfoot>tr>td.warning,.table>tfoot>tr>th.warning,.table>thead>tr.warning>td,.table>thead>tr.warning>th,.table>thead>tr>td.warning,.table>thead>tr>th.warning{background-color:#fcf8e3}.table-hover>tbody>tr.warning:hover>td,.table-hover>tbody>tr.warning:hover>th,.table-hover>tbody>tr:hover>.warning,.table-hover>tbody>tr>td.warning:hover,.table-hover>tbody>tr>th.warning:hover{background-color:#faf2cc}.table>tbody>tr.danger>td,.table>tbody>tr.danger>th,.table>tbody>tr>td.danger,.table>tbody>tr>th.danger,.table>tfoot>tr.danger>td,.table>tfoot>tr.danger>th,.table>tfoot>tr>td.danger,.table>tfoot>tr>th.danger,.table>thead>tr.danger>td,.table>thead>tr.danger>th,.table>thead>tr>td.danger,.table>thead>tr>th.danger{background-color:#f2dede}.table-hover>tbody>tr.danger:hover>td,.table-hover>tbody>tr.danger:hover>th,.table-hover>tbody>tr:hover>.danger,.table-hover>tbody>tr>td.danger:hover,.table-hover>tbody>tr>th.danger:hover{background-color:#ebcccc}.table-responsive{min-height:.01%;overflow-x:auto}@media screen and (max-width:767px){.table-responsive{width:100%;margin-bottom:15px;overflow-y:hidden;-ms-overflow-style:-ms-autohiding-scrollbar;border:1px solid #ddd}.table-responsive>.table{margin-bottom:0}.table-responsive>.table>tbody>tr>td,.table-responsive>.table>tbody>tr>th,.table-responsive>.table>tfoot>tr>td,.table-responsive>.table>tfoot>tr>th,.table-responsive>.table>thead>tr>td,.table-responsive>.table>thead>tr>th{white-space:nowrap}.table-responsive>.table-bordered{border:0}.table-responsive>.table-bordered>tbody>tr>td:first-child,.table-responsive>.table-bordered>tbody>tr>th:first-child,.table-responsive>.table-bordered>tfoot>tr>td:first-child,.table-responsive>.table-bordered>tfoot>tr>th:first-child,.table-responsive>.table-bordered>thead>tr>td:first-child,.table-responsive>.table-bordered>thead>tr>th:first-child{border-left:0}.table-responsive>.table-bordered>tbody>tr>td:last-child,.table-responsive>.table-bordered>tbody>tr>th:last-child,.table-responsive>.table-bordered>tfoot>tr>td:last-child,.table-responsive>.table-bordered>tfoot>tr>th:last-child,.table-responsive>.table-bordered>thead>tr>td:last-child,.table-responsive>.table-bordered>thead>tr>th:last-child{border-right:0}.table-responsive>.table-bordered>tbody>tr:last-child>td,.table-responsive>.table-bordered>tbody>tr:last-child>th,.table-responsive>.table-bordered>tfoot>tr:last-child>td,.table-responsive>.table-bordered>tfoot>tr:last-child>th{border-bottom:0}}fieldset{min-width:0;padding:0;margin:0;border:0}legend{display:block;width:100%;padding:0;margin-bottom:20px;font-size:21px;line-height:inherit;color:#333;border:0;border-bottom:1px solid #e5e5e5}label{display:inline-block;max-width:100%;margin-bottom:5px;font-weight:700}input[type=search]{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}input[type=checkbox],input[type=radio]{margin:4px 0 0;margin-top:1px\9;line-height:normal}input[type=file]{display:block}input[type=range]{display:block;width:100%}select[multiple],select[size]{height:auto}input[type=file]:focus,input[type=checkbox]:focus,input[type=radio]:focus{outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}output{display:block;padding-top:7px;font-size:14px;line-height:1.42857143;color:#555}.form-control{display:block;width:100%;height:34px;padding:6px 12px;font-size:14px;line-height:1.42857143;color:#555;background-color:#fff;background-image:none;border:1px solid #ccc;border-radius:4px;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);box-shadow:inset 0 1px 1px rgba(0,0,0,.075);-webkit-transition:border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;-o-transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s;transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s}.form-control:focus{border-color:#66afe9;outline:0;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6)}.form-control::-moz-placeholder{color:#999;opacity:1}.form-control:-ms-input-placeholder{color:#999}.form-control::-webkit-input-placeholder{color:#999}.form-control::-ms-expand{background-color:transparent;border:0}.form-control[disabled],.form-control[readonly],fieldset[disabled] .form-control{background-color:#eee;opacity:1}.form-control[disabled],fieldset[disabled] .form-control{cursor:not-allowed}textarea.form-control{height:auto}input[type=search]{-webkit-appearance:none}@media screen and (-webkit-min-device-pixel-ratio:0){input[type=date].form-control,input[type=time].form-control,input[type=datetime-local].form-control,input[type=month].form-control{line-height:34px}.input-group-sm input[type=date],.input-group-sm input[type=time],.input-group-sm input[type=datetime-local],.input-group-sm input[type=month],input[type=date].input-sm,input[type=time].input-sm,input[type=datetime-local].input-sm,input[type=month].input-sm{line-height:30px}.input-group-lg input[type=date],.input-group-lg input[type=time],.input-group-lg input[type=datetime-local],.input-group-lg input[type=month],input[type=date].input-lg,input[type=time].input-lg,input[type=datetime-local].input-lg,input[type=month].input-lg{line-height:46px}}.form-group{margin-bottom:15px}.checkbox,.radio{position:relative;display:block;margin-top:10px;margin-bottom:10px}.checkbox label,.radio label{min-height:20px;padding-left:20px;margin-bottom:0;font-weight:400;cursor:pointer}.checkbox input[type=checkbox],.checkbox-inline input[type=checkbox],.radio input[type=radio],.radio-inline input[type=radio]{position:absolute;margin-top:4px\9;margin-left:-20px}.checkbox+.checkbox,.radio+.radio{margin-top:-5px}.checkbox-inline,.radio-inline{position:relative;display:inline-block;padding-left:20px;margin-bottom:0;font-weight:400;vertical-align:middle;cursor:pointer}.checkbox-inline+.checkbox-inline,.radio-inline+.radio-inline{margin-top:0;margin-left:10px}fieldset[disabled] input[type=checkbox],fieldset[disabled] input[type=radio],input[type=checkbox].disabled,input[type=checkbox][disabled],input[type=radio].disabled,input[type=radio][disabled]{cursor:not-allowed}.checkbox-inline.disabled,.radio-inline.disabled,fieldset[disabled] .checkbox-inline,fieldset[disabled] .radio-inline{cursor:not-allowed}.checkbox.disabled label,.radio.disabled label,fieldset[disabled] .checkbox label,fieldset[disabled] .radio label{cursor:not-allowed}.form-control-static{min-height:34px;padding-top:7px;padding-bottom:7px;margin-bottom:0}.form-control-static.input-lg,.form-control-static.input-sm{padding-right:0;padding-left:0}.input-sm{height:30px;padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}select.input-sm{height:30px;line-height:30px}select[multiple].input-sm,textarea.input-sm{height:auto}.form-group-sm .form-control{height:30px;padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}.form-group-sm select.form-control{height:30px;line-height:30px}.form-group-sm select[multiple].form-control,.form-group-sm textarea.form-control{height:auto}.form-group-sm .form-control-static{height:30px;min-height:32px;padding:6px 10px;font-size:12px;line-height:1.5}.input-lg{height:46px;padding:10px 16px;font-size:18px;line-height:1.3333333;border-radius:6px}select.input-lg{height:46px;line-height:46px}select[multiple].input-lg,textarea.input-lg{height:auto}.form-group-lg .form-control{height:46px;padding:10px 16px;font-size:18px;line-height:1.3333333;border-radius:6px}.form-group-lg select.form-control{height:46px;line-height:46px}.form-group-lg select[multiple].form-control,.form-group-lg textarea.form-control{height:auto}.form-group-lg .form-control-static{height:46px;min-height:38px;padding:11px 16px;font-size:18px;line-height:1.3333333}.has-feedback{position:relative}.has-feedback .form-control{padding-right:42.5px}.form-control-feedback{position:absolute;top:0;right:0;z-index:2;display:block;width:34px;height:34px;line-height:34px;text-align:center;pointer-events:none}.form-group-lg .form-control+.form-control-feedback,.input-group-lg+.form-control-feedback,.input-lg+.form-control-feedback{width:46px;height:46px;line-height:46px}.form-group-sm .form-control+.form-control-feedback,.input-group-sm+.form-control-feedback,.input-sm+.form-control-feedback{width:30px;height:30px;line-height:30px}.has-success .checkbox,.has-success .checkbox-inline,.has-success .control-label,.has-success .help-block,.has-success .radio,.has-success .radio-inline,.has-success.checkbox label,.has-success.checkbox-inline label,.has-success.radio label,.has-success.radio-inline label{color:#3c763d}.has-success .form-control{border-color:#3c763d;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);box-shadow:inset 0 1px 1px rgba(0,0,0,.075)}.has-success .form-control:focus{border-color:#2b542c;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #67b168;box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #67b168}.has-success .input-group-addon{color:#3c763d;background-color:#dff0d8;border-color:#3c763d}.has-success .form-control-feedback{color:#3c763d}.has-warning .checkbox,.has-warning .checkbox-inline,.has-warning .control-label,.has-warning .help-block,.has-warning .radio,.has-warning .radio-inline,.has-warning.checkbox label,.has-warning.checkbox-inline label,.has-warning.radio label,.has-warning.radio-inline label{color:#8a6d3b}.has-warning .form-control{border-color:#8a6d3b;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);box-shadow:inset 0 1px 1px rgba(0,0,0,.075)}.has-warning .form-control:focus{border-color:#66512c;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #c0a16b;box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #c0a16b}.has-warning .input-group-addon{color:#8a6d3b;background-color:#fcf8e3;border-color:#8a6d3b}.has-warning .form-control-feedback{color:#8a6d3b}.has-error .checkbox,.has-error .checkbox-inline,.has-error .control-label,.has-error .help-block,.has-error .radio,.has-error .radio-inline,.has-error.checkbox label,.has-error.checkbox-inline label,.has-error.radio label,.has-error.radio-inline label{color:#a94442}.has-error .form-control{border-color:#a94442;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);box-shadow:inset 0 1px 1px rgba(0,0,0,.075)}.has-error .form-control:focus{border-color:#843534;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #ce8483;box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #ce8483}.has-error .input-group-addon{color:#a94442;background-color:#f2dede;border-color:#a94442}.has-error .form-control-feedback{color:#a94442}.has-feedback label~.form-control-feedback{top:25px}.has-feedback label.sr-only~.form-control-feedback{top:0}.help-block{display:block;margin-top:5px;margin-bottom:10px;color:#737373}@media (min-width:768px){.form-inline .form-group{display:inline-block;margin-bottom:0;vertical-align:middle}.form-inline .form-control{display:inline-block;width:auto;vertical-align:middle}.form-inline .form-control-static{display:inline-block}.form-inline .input-group{display:inline-table;vertical-align:middle}.form-inline .input-group .form-control,.form-inline .input-group .input-group-addon,.form-inline .input-group .input-group-btn{width:auto}.form-inline .input-group>.form-control{width:100%}.form-inline .control-label{margin-bottom:0;vertical-align:middle}.form-inline .checkbox,.form-inline .radio{display:inline-block;margin-top:0;margin-bottom:0;vertical-align:middle}.form-inline .checkbox label,.form-inline .radio label{padding-left:0}.form-inline .checkbox input[type=checkbox],.form-inline .radio input[type=radio]{position:relative;margin-left:0}.form-inline .has-feedback .form-control-feedback{top:0}}.form-horizontal .checkbox,.form-horizontal .checkbox-inline,.form-horizontal .radio,.form-horizontal .radio-inline{padding-top:7px;margin-top:0;margin-bottom:0}.form-horizontal .checkbox,.form-horizontal .radio{min-height:27px}.form-horizontal .form-group{margin-right:-15px;margin-left:-15px}@media (min-width:768px){.form-horizontal .control-label{padding-top:7px;margin-bottom:0;text-align:right}}.form-horizontal .has-feedback .form-control-feedback{right:15px}@media (min-width:768px){.form-horizontal .form-group-lg .control-label{padding-top:11px;font-size:18px}}@media (min-width:768px){.form-horizontal .form-group-sm .control-label{padding-top:6px;font-size:12px}}.btn{display:inline-block;padding:6px 12px;margin-bottom:0;font-size:14px;font-weight:400;line-height:1.42857143;text-align:center;white-space:nowrap;vertical-align:middle;-ms-touch-action:manipulation;touch-action:manipulation;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;background-image:none;border:1px solid transparent;border-radius:4px}.btn.active.focus,.btn.active:focus,.btn.focus,.btn:active.focus,.btn:active:focus,.btn:focus{outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}.btn.focus,.btn:focus,.btn:hover{color:#333;text-decoration:none}.btn.active,.btn:active{background-image:none;outline:0;-webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,.125);box-shadow:inset 0 3px 5px rgba(0,0,0,.125)}.btn.disabled,.btn[disabled],fieldset[disabled] .btn{cursor:not-allowed;filter:alpha(opacity=65);-webkit-box-shadow:none;box-shadow:none;opacity:.65}a.btn.disabled,fieldset[disabled] a.btn{pointer-events:none}.btn-default{color:#333;background-color:#fff;border-color:#ccc}.btn-default.focus,.btn-default:focus{color:#333;background-color:#e6e6e6;border-color:#8c8c8c}.btn-default:hover{color:#333;background-color:#e6e6e6;border-color:#adadad}.btn-default.active,.btn-default:active,.open>.dropdown-toggle.btn-default{color:#333;background-color:#e6e6e6;border-color:#adadad}.btn-default.active.focus,.btn-default.active:focus,.btn-default.active:hover,.btn-default:active.focus,.btn-default:active:focus,.btn-default:active:hover,.open>.dropdown-toggle.btn-default.focus,.open>.dropdown-toggle.btn-default:focus,.open>.dropdown-toggle.btn-default:hover{color:#333;background-color:#d4d4d4;border-color:#8c8c8c}.btn-default.active,.btn-default:active,.open>.dropdown-toggle.btn-default{background-image:none}.btn-default.disabled.focus,.btn-default.disabled:focus,.btn-default.disabled:hover,.btn-default[disabled].focus,.btn-default[disabled]:focus,.btn-default[disabled]:hover,fieldset[disabled] .btn-default.focus,fieldset[disabled] .btn-default:focus,fieldset[disabled] .btn-default:hover{background-color:#fff;border-color:#ccc}.btn-default .badge{color:#fff;background-color:#333}.btn-primary{color:#fff;background-color:#337ab7;border-color:#2e6da4}.btn-primary.focus,.btn-primary:focus{color:#fff;background-color:#286090;border-color:#122b40}.btn-primary:hover{color:#fff;background-color:#286090;border-color:#204d74}.btn-primary.active,.btn-primary:active,.open>.dropdown-toggle.btn-primary{color:#fff;background-color:#286090;border-color:#204d74}.btn-primary.active.focus,.btn-primary.active:focus,.btn-primary.active:hover,.btn-primary:active.focus,.btn-primary:active:focus,.btn-primary:active:hover,.open>.dropdown-toggle.btn-primary.focus,.open>.dropdown-toggle.btn-primary:focus,.open>.dropdown-toggle.btn-primary:hover{color:#fff;background-color:#204d74;border-color:#122b40}.btn-primary.active,.btn-primary:active,.open>.dropdown-toggle.btn-primary{background-image:none}.btn-primary.disabled.focus,.btn-primary.disabled:focus,.btn-primary.disabled:hover,.btn-primary[disabled].focus,.btn-primary[disabled]:focus,.btn-primary[disabled]:hover,fieldset[disabled] .btn-primary.focus,fieldset[disabled] .btn-primary:focus,fieldset[disabled] .btn-primary:hover{background-color:#337ab7;border-color:#2e6da4}.btn-primary .badge{color:#337ab7;background-color:#fff}.btn-success{color:#fff;background-color:#5cb85c;border-color:#4cae4c}.btn-success.focus,.btn-success:focus{color:#fff;background-color:#449d44;border-color:#255625}.btn-success:hover{color:#fff;background-color:#449d44;border-color:#398439}.btn-success.active,.btn-success:active,.open>.dropdown-toggle.btn-success{color:#fff;background-color:#449d44;border-color:#398439}.btn-success.active.focus,.btn-success.active:focus,.btn-success.active:hover,.btn-success:active.focus,.btn-success:active:focus,.btn-success:active:hover,.open>.dropdown-toggle.btn-success.focus,.open>.dropdown-toggle.btn-success:focus,.open>.dropdown-toggle.btn-success:hover{color:#fff;background-color:#398439;border-color:#255625}.btn-success.active,.btn-success:active,.open>.dropdown-toggle.btn-success{background-image:none}.btn-success.disabled.focus,.btn-success.disabled:focus,.btn-success.disabled:hover,.btn-success[disabled].focus,.btn-success[disabled]:focus,.btn-success[disabled]:hover,fieldset[disabled] .btn-success.focus,fieldset[disabled] .btn-success:focus,fieldset[disabled] .btn-success:hover{background-color:#5cb85c;border-color:#4cae4c}.btn-success .badge{color:#5cb85c;background-color:#fff}.btn-info{color:#fff;background-color:#5bc0de;border-color:#46b8da}.btn-info.focus,.btn-info:focus{color:#fff;background-color:#31b0d5;border-color:#1b6d85}.btn-info:hover{color:#fff;background-color:#31b0d5;border-color:#269abc}.btn-info.active,.btn-info:active,.open>.dropdown-toggle.btn-info{color:#fff;background-color:#31b0d5;border-color:#269abc}.btn-info.active.focus,.btn-info.active:focus,.btn-info.active:hover,.btn-info:active.focus,.btn-info:active:focus,.btn-info:active:hover,.open>.dropdown-toggle.btn-info.focus,.open>.dropdown-toggle.btn-info:focus,.open>.dropdown-toggle.btn-info:hover{color:#fff;background-color:#269abc;border-color:#1b6d85}.btn-info.active,.btn-info:active,.open>.dropdown-toggle.btn-info{background-image:none}.btn-info.disabled.focus,.btn-info.disabled:focus,.btn-info.disabled:hover,.btn-info[disabled].focus,.btn-info[disabled]:focus,.btn-info[disabled]:hover,fieldset[disabled] .btn-info.focus,fieldset[disabled] .btn-info:focus,fieldset[disabled] .btn-info:hover{background-color:#5bc0de;border-color:#46b8da}.btn-info .badge{color:#5bc0de;background-color:#fff}.btn-warning{color:#fff;background-color:#f0ad4e;border-color:#eea236}.btn-warning.focus,.btn-warning:focus{color:#fff;background-color:#ec971f;border-color:#985f0d}.btn-warning:hover{color:#fff;background-color:#ec971f;border-color:#d58512}.btn-warning.active,.btn-warning:active,.open>.dropdown-toggle.btn-warning{color:#fff;background-color:#ec971f;border-color:#d58512}.btn-warning.active.focus,.btn-warning.active:focus,.btn-warning.active:hover,.btn-warning:active.focus,.btn-warning:active:focus,.btn-warning:active:hover,.open>.dropdown-toggle.btn-warning.focus,.open>.dropdown-toggle.btn-warning:focus,.open>.dropdown-toggle.btn-warning:hover{color:#fff;background-color:#d58512;border-color:#985f0d}.btn-warning.active,.btn-warning:active,.open>.dropdown-toggle.btn-warning{background-image:none}.btn-warning.disabled.focus,.btn-warning.disabled:focus,.btn-warning.disabled:hover,.btn-warning[disabled].focus,.btn-warning[disabled]:focus,.btn-warning[disabled]:hover,fieldset[disabled] .btn-warning.focus,fieldset[disabled] .btn-warning:focus,fieldset[disabled] .btn-warning:hover{background-color:#f0ad4e;border-color:#eea236}.btn-warning .badge{color:#f0ad4e;background-color:#fff}.btn-danger{color:#fff;background-color:#d9534f;border-color:#d43f3a}.btn-danger.focus,.btn-danger:focus{color:#fff;background-color:#c9302c;border-color:#761c19}.btn-danger:hover{color:#fff;background-color:#c9302c;border-color:#ac2925}.btn-danger.active,.btn-danger:active,.open>.dropdown-toggle.btn-danger{color:#fff;background-color:#c9302c;border-color:#ac2925}.btn-danger.active.focus,.btn-danger.active:focus,.btn-danger.active:hover,.btn-danger:active.focus,.btn-danger:active:focus,.btn-danger:active:hover,.open>.dropdown-toggle.btn-danger.focus,.open>.dropdown-toggle.btn-danger:focus,.open>.dropdown-toggle.btn-danger:hover{color:#fff;background-color:#ac2925;border-color:#761c19}.btn-danger.active,.btn-danger:active,.open>.dropdown-toggle.btn-danger{background-image:none}.btn-danger.disabled.focus,.btn-danger.disabled:focus,.btn-danger.disabled:hover,.btn-danger[disabled].focus,.btn-danger[disabled]:focus,.btn-danger[disabled]:hover,fieldset[disabled] .btn-danger.focus,fieldset[disabled] .btn-danger:focus,fieldset[disabled] .btn-danger:hover{background-color:#d9534f;border-color:#d43f3a}.btn-danger .badge{color:#d9534f;background-color:#fff}.btn-link{font-weight:400;color:#337ab7;border-radius:0}.btn-link,.btn-link.active,.btn-link:active,.btn-link[disabled],fieldset[disabled] .btn-link{background-color:transparent;-webkit-box-shadow:none;box-shadow:none}.btn-link,.btn-link:active,.btn-link:focus,.btn-link:hover{border-color:transparent}.btn-link:focus,.btn-link:hover{color:#23527c;text-decoration:underline;background-color:transparent}.btn-link[disabled]:focus,.btn-link[disabled]:hover,fieldset[disabled] .btn-link:focus,fieldset[disabled] .btn-link:hover{color:#777;text-decoration:none}.btn-group-lg>.btn,.btn-lg{padding:10px 16px;font-size:18px;line-height:1.3333333;border-radius:6px}.btn-group-sm>.btn,.btn-sm{padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}.btn-group-xs>.btn,.btn-xs{padding:1px 5px;font-size:12px;line-height:1.5;border-radius:3px}.btn-block{display:block;width:100%}.btn-block+.btn-block{margin-top:5px}input[type=button].btn-block,input[type=reset].btn-block,input[type=submit].btn-block{width:100%}.fade{opacity:0;-webkit-transition:opacity .15s linear;-o-transition:opacity .15s linear;transition:opacity .15s linear}.fade.in{opacity:1}.collapse{display:none}.collapse.in{display:block}tr.collapse.in{display:table-row}tbody.collapse.in{display:table-row-group}.collapsing{position:relative;height:0;overflow:hidden;-webkit-transition-timing-function:ease;-o-transition-timing-function:ease;transition-timing-function:ease;-webkit-transition-duration:.35s;-o-transition-duration:.35s;transition-duration:.35s;-webkit-transition-property:height,visibility;-o-transition-property:height,visibility;transition-property:height,visibility}.caret{display:inline-block;width:0;height:0;margin-left:2px;vertical-align:middle;border-top:4px dashed;border-top:4px solid\9;border-right:4px solid transparent;border-left:4px solid transparent}.dropdown,.dropup{position:relative}.dropdown-toggle:focus{outline:0}.dropdown-menu{position:absolute;top:100%;left:0;z-index:1000;display:none;float:left;min-width:160px;padding:5px 0;margin:2px 0 0;font-size:14px;text-align:left;list-style:none;background-color:#fff;-webkit-background-clip:padding-box;background-clip:padding-box;border:1px solid #ccc;border:1px solid rgba(0,0,0,.15);border-radius:4px;-webkit-box-shadow:0 6px 12px rgba(0,0,0,.175);box-shadow:0 6px 12px rgba(0,0,0,.175)}.dropdown-menu.pull-right{right:0;left:auto}.dropdown-menu .divider{height:1px;margin:9px 0;overflow:hidden;background-color:#e5e5e5}.dropdown-menu>li>a{display:block;padding:3px 20px;clear:both;font-weight:400;line-height:1.42857143;color:#333;white-space:nowrap}.dropdown-menu>li>a:focus,.dropdown-menu>li>a:hover{color:#262626;text-decoration:none;background-color:#f5f5f5}.dropdown-menu>.active>a,.dropdown-menu>.active>a:focus,.dropdown-menu>.active>a:hover{color:#fff;text-decoration:none;background-color:#337ab7;outline:0}.dropdown-menu>.disabled>a,.dropdown-menu>.disabled>a:focus,.dropdown-menu>.disabled>a:hover{color:#777}.dropdown-menu>.disabled>a:focus,.dropdown-menu>.disabled>a:hover{text-decoration:none;cursor:not-allowed;background-color:transparent;background-image:none;filter:progid:DXImageTransform.Microsoft.gradient(enabled=false)}.open>.dropdown-menu{display:block}.open>a{outline:0}.dropdown-menu-right{right:0;left:auto}.dropdown-menu-left{right:auto;left:0}.dropdown-header{display:block;padding:3px 20px;font-size:12px;line-height:1.42857143;color:#777;white-space:nowrap}.dropdown-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:990}.pull-right>.dropdown-menu{right:0;left:auto}.dropup .caret,.navbar-fixed-bottom .dropdown .caret{content:"";border-top:0;border-bottom:4px dashed;border-bottom:4px solid\9}.dropup .dropdown-menu,.navbar-fixed-bottom .dropdown .dropdown-menu{top:auto;bottom:100%;margin-bottom:2px}@media (min-width:768px){.navbar-right .dropdown-menu{right:0;left:auto}.navbar-right .dropdown-menu-left{right:auto;left:0}}.btn-group,.btn-group-vertical{position:relative;display:inline-block;vertical-align:middle}.btn-group-vertical>.btn,.btn-group>.btn{position:relative;float:left}.btn-group-vertical>.btn.active,.btn-group-vertical>.btn:active,.btn-group-vertical>.btn:focus,.btn-group-vertical>.btn:hover,.btn-group>.btn.active,.btn-group>.btn:active,.btn-group>.btn:focus,.btn-group>.btn:hover{z-index:2}.btn-group .btn+.btn,.btn-group .btn+.btn-group,.btn-group .btn-group+.btn,.btn-group .btn-group+.btn-group{margin-left:-1px}.btn-toolbar{margin-left:-5px}.btn-toolbar .btn,.btn-toolbar .btn-group,.btn-toolbar .input-group{float:left}.btn-toolbar>.btn,.btn-toolbar>.btn-group,.btn-toolbar>.input-group{margin-left:5px}.btn-group>.btn:not(:first-child):not(:last-child):not(.dropdown-toggle){border-radius:0}.btn-group>.btn:first-child{margin-left:0}.btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle){border-top-right-radius:0;border-bottom-right-radius:0}.btn-group>.btn:last-child:not(:first-child),.btn-group>.dropdown-toggle:not(:first-child){border-top-left-radius:0;border-bottom-left-radius:0}.btn-group>.btn-group{float:left}.btn-group>.btn-group:not(:first-child):not(:last-child)>.btn{border-radius:0}.btn-group>.btn-group:first-child:not(:last-child)>.btn:last-child,.btn-group>.btn-group:first-child:not(:last-child)>.dropdown-toggle{border-top-right-radius:0;border-bottom-right-radius:0}.btn-group>.btn-group:last-child:not(:first-child)>.btn:first-child{border-top-left-radius:0;border-bottom-left-radius:0}.btn-group .dropdown-toggle:active,.btn-group.open .dropdown-toggle{outline:0}.btn-group>.btn+.dropdown-toggle{padding-right:8px;padding-left:8px}.btn-group>.btn-lg+.dropdown-toggle{padding-right:12px;padding-left:12px}.btn-group.open .dropdown-toggle{-webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,.125);box-shadow:inset 0 3px 5px rgba(0,0,0,.125)}.btn-group.open .dropdown-toggle.btn-link{-webkit-box-shadow:none;box-shadow:none}.btn .caret{margin-left:0}.btn-lg .caret{border-width:5px 5px 0;border-bottom-width:0}.dropup .btn-lg .caret{border-width:0 5px 5px}.btn-group-vertical>.btn,.btn-group-vertical>.btn-group,.btn-group-vertical>.btn-group>.btn{display:block;float:none;width:100%;max-width:100%}.btn-group-vertical>.btn-group>.btn{float:none}.btn-group-vertical>.btn+.btn,.btn-group-vertical>.btn+.btn-group,.btn-group-vertical>.btn-group+.btn,.btn-group-vertical>.btn-group+.btn-group{margin-top:-1px;margin-left:0}.btn-group-vertical>.btn:not(:first-child):not(:last-child){border-radius:0}.btn-group-vertical>.btn:first-child:not(:last-child){border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-right-radius:0;border-bottom-left-radius:0}.btn-group-vertical>.btn:last-child:not(:first-child){border-top-left-radius:0;border-top-right-radius:0;border-bottom-right-radius:4px;border-bottom-left-radius:4px}.btn-group-vertical>.btn-group:not(:first-child):not(:last-child)>.btn{border-radius:0}.btn-group-vertical>.btn-group:first-child:not(:last-child)>.btn:last-child,.btn-group-vertical>.btn-group:first-child:not(:last-child)>.dropdown-toggle{border-bottom-right-radius:0;border-bottom-left-radius:0}.btn-group-vertical>.btn-group:last-child:not(:first-child)>.btn:first-child{border-top-left-radius:0;border-top-right-radius:0}.btn-group-justified{display:table;width:100%;table-layout:fixed;border-collapse:separate}.btn-group-justified>.btn,.btn-group-justified>.btn-group{display:table-cell;float:none;width:1%}.btn-group-justified>.btn-group .btn{width:100%}.btn-group-justified>.btn-group .dropdown-menu{left:auto}[data-toggle=buttons]>.btn input[type=checkbox],[data-toggle=buttons]>.btn input[type=radio],[data-toggle=buttons]>.btn-group>.btn input[type=checkbox],[data-toggle=buttons]>.btn-group>.btn input[type=radio]{position:absolute;clip:rect(0,0,0,0);pointer-events:none}.input-group{position:relative;display:table;border-collapse:separate}.input-group[class*=col-]{float:none;padding-right:0;padding-left:0}.input-group .form-control{position:relative;z-index:2;float:left;width:100%;margin-bottom:0}.input-group .form-control:focus{z-index:3}.input-group-lg>.form-control,.input-group-lg>.input-group-addon,.input-group-lg>.input-group-btn>.btn{height:46px;padding:10px 16px;font-size:18px;line-height:1.3333333;border-radius:6px}select.input-group-lg>.form-control,select.input-group-lg>.input-group-addon,select.input-group-lg>.input-group-btn>.btn{height:46px;line-height:46px}select[multiple].input-group-lg>.form-control,select[multiple].input-group-lg>.input-group-addon,select[multiple].input-group-lg>.input-group-btn>.btn,textarea.input-group-lg>.form-control,textarea.input-group-lg>.input-group-addon,textarea.input-group-lg>.input-group-btn>.btn{height:auto}.input-group-sm>.form-control,.input-group-sm>.input-group-addon,.input-group-sm>.input-group-btn>.btn{height:30px;padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}select.input-group-sm>.form-control,select.input-group-sm>.input-group-addon,select.input-group-sm>.input-group-btn>.btn{height:30px;line-height:30px}select[multiple].input-group-sm>.form-control,select[multiple].input-group-sm>.input-group-addon,select[multiple].input-group-sm>.input-group-btn>.btn,textarea.input-group-sm>.form-control,textarea.input-group-sm>.input-group-addon,textarea.input-group-sm>.input-group-btn>.btn{height:auto}.input-group .form-control,.input-group-addon,.input-group-btn{display:table-cell}.input-group .form-control:not(:first-child):not(:last-child),.input-group-addon:not(:first-child):not(:last-child),.input-group-btn:not(:first-child):not(:last-child){border-radius:0}.input-group-addon,.input-group-btn{width:1%;white-space:nowrap;vertical-align:middle}.input-group-addon{padding:6px 12px;font-size:14px;font-weight:400;line-height:1;color:#555;text-align:center;background-color:#eee;border:1px solid #ccc;border-radius:4px}.input-group-addon.input-sm{padding:5px 10px;font-size:12px;border-radius:3px}.input-group-addon.input-lg{padding:10px 16px;font-size:18px;border-radius:6px}.input-group-addon input[type=checkbox],.input-group-addon input[type=radio]{margin-top:0}.input-group .form-control:first-child,.input-group-addon:first-child,.input-group-btn:first-child>.btn,.input-group-btn:first-child>.btn-group>.btn,.input-group-btn:first-child>.dropdown-toggle,.input-group-btn:last-child>.btn-group:not(:last-child)>.btn,.input-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle){border-top-right-radius:0;border-bottom-right-radius:0}.input-group-addon:first-child{border-right:0}.input-group .form-control:last-child,.input-group-addon:last-child,.input-group-btn:first-child>.btn-group:not(:first-child)>.btn,.input-group-btn:first-child>.btn:not(:first-child),.input-group-btn:last-child>.btn,.input-group-btn:last-child>.btn-group>.btn,.input-group-btn:last-child>.dropdown-toggle{border-top-left-radius:0;border-bottom-left-radius:0}.input-group-addon:last-child{border-left:0}.input-group-btn{position:relative;font-size:0;white-space:nowrap}.input-group-btn>.btn{position:relative}.input-group-btn>.btn+.btn{margin-left:-1px}.input-group-btn>.btn:active,.input-group-btn>.btn:focus,.input-group-btn>.btn:hover{z-index:2}.input-group-btn:first-child>.btn,.input-group-btn:first-child>.btn-group{margin-right:-1px}.input-group-btn:last-child>.btn,.input-group-btn:last-child>.btn-group{z-index:2;margin-left:-1px}.nav{padding-left:0;margin-bottom:0;list-style:none}.nav>li{position:relative;display:block}.nav>li>a{position:relative;display:block;padding:10px 15px}.nav>li>a:focus,.nav>li>a:hover{text-decoration:none;background-color:#eee}.nav>li.disabled>a{color:#777}.nav>li.disabled>a:focus,.nav>li.disabled>a:hover{color:#777;text-decoration:none;cursor:not-allowed;background-color:transparent}.nav .open>a,.nav .open>a:focus,.nav .open>a:hover{background-color:#eee;border-color:#337ab7}.nav .nav-divider{height:1px;margin:9px 0;overflow:hidden;background-color:#e5e5e5}.nav>li>a>img{max-width:none}.nav-tabs{border-bottom:1px solid #ddd}.nav-tabs>li{float:left;margin-bottom:-1px}.nav-tabs>li>a{margin-right:2px;line-height:1.42857143;border:1px solid transparent;border-radius:4px 4px 0 0}.nav-tabs>li>a:hover{border-color:#eee #eee #ddd}.nav-tabs>li.active>a,.nav-tabs>li.active>a:focus,.nav-tabs>li.active>a:hover{color:#555;cursor:default;background-color:#fff;border:1px solid #ddd;border-bottom-color:transparent}.nav-tabs.nav-justified{width:100%;border-bottom:0}.nav-tabs.nav-justified>li{float:none}.nav-tabs.nav-justified>li>a{margin-bottom:5px;text-align:center}.nav-tabs.nav-justified>.dropdown .dropdown-menu{top:auto;left:auto}@media (min-width:768px){.nav-tabs.nav-justified>li{display:table-cell;width:1%}.nav-tabs.nav-justified>li>a{margin-bottom:0}}.nav-tabs.nav-justified>li>a{margin-right:0;border-radius:4px}.nav-tabs.nav-justified>.active>a,.nav-tabs.nav-justified>.active>a:focus,.nav-tabs.nav-justified>.active>a:hover{border:1px solid #ddd}@media (min-width:768px){.nav-tabs.nav-justified>li>a{border-bottom:1px solid #ddd;border-radius:4px 4px 0 0}.nav-tabs.nav-justified>.active>a,.nav-tabs.nav-justified>.active>a:focus,.nav-tabs.nav-justified>.active>a:hover{border-bottom-color:#fff}}.nav-pills>li{float:left}.nav-pills>li>a{border-radius:4px}.nav-pills>li+li{margin-left:2px}.nav-pills>li.active>a,.nav-pills>li.active>a:focus,.nav-pills>li.active>a:hover{color:#fff;background-color:#337ab7}.nav-stacked>li{float:none}.nav-stacked>li+li{margin-top:2px;margin-left:0}.nav-justified{width:100%}.nav-justified>li{float:none}.nav-justified>li>a{margin-bottom:5px;text-align:center}.nav-justified>.dropdown .dropdown-menu{top:auto;left:auto}@media (min-width:768px){.nav-justified>li{display:table-cell;width:1%}.nav-justified>li>a{margin-bottom:0}}.nav-tabs-justified{border-bottom:0}.nav-tabs-justified>li>a{margin-right:0;border-radius:4px}.nav-tabs-justified>.active>a,.nav-tabs-justified>.active>a:focus,.nav-tabs-justified>.active>a:hover{border:1px solid #ddd}@media (min-width:768px){.nav-tabs-justified>li>a{border-bottom:1px solid #ddd;border-radius:4px 4px 0 0}.nav-tabs-justified>.active>a,.nav-tabs-justified>.active>a:focus,.nav-tabs-justified>.active>a:hover{border-bottom-color:#fff}}.tab-content>.tab-pane{display:none}.tab-content>.active{display:block}.nav-tabs .dropdown-menu{margin-top:-1px;border-top-left-radius:0;border-top-right-radius:0}.navbar{position:relative;min-height:50px;margin-bottom:20px;border:1px solid transparent}@media (min-width:768px){.navbar{border-radius:4px}}@media (min-width:768px){.navbar-header{float:left}}.navbar-collapse{padding-right:15px;padding-left:15px;overflow-x:visible;-webkit-overflow-scrolling:touch;border-top:1px solid transparent;-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,.1);box-shadow:inset 0 1px 0 rgba(255,255,255,.1)}.navbar-collapse.in{overflow-y:auto}@media (min-width:768px){.navbar-collapse{width:auto;border-top:0;-webkit-box-shadow:none;box-shadow:none}.navbar-collapse.collapse{display:block!important;height:auto!important;padding-bottom:0;overflow:visible!important}.navbar-collapse.in{overflow-y:visible}.navbar-fixed-bottom .navbar-collapse,.navbar-fixed-top .navbar-collapse,.navbar-static-top .navbar-collapse{padding-right:0;padding-left:0}}.navbar-fixed-bottom .navbar-collapse,.navbar-fixed-top .navbar-collapse{max-height:340px}@media (max-device-width:480px) and (orientation:landscape){.navbar-fixed-bottom .navbar-collapse,.navbar-fixed-top .navbar-collapse{max-height:200px}}.container-fluid>.navbar-collapse,.container-fluid>.navbar-header,.container>.navbar-collapse,.container>.navbar-header{margin-right:-15px;margin-left:-15px}@media (min-width:768px){.container-fluid>.navbar-collapse,.container-fluid>.navbar-header,.container>.navbar-collapse,.container>.navbar-header{margin-right:0;margin-left:0}}.navbar-static-top{z-index:1000;border-width:0 0 1px}@media (min-width:768px){.navbar-static-top{border-radius:0}}.navbar-fixed-bottom,.navbar-fixed-top{position:fixed;right:0;left:0;z-index:1030}@media (min-width:768px){.navbar-fixed-bottom,.navbar-fixed-top{border-radius:0}}.navbar-fixed-top{top:0;border-width:0 0 1px}.navbar-fixed-bottom{bottom:0;margin-bottom:0;border-width:1px 0 0}.navbar-brand{float:left;height:50px;padding:15px 15px;font-size:18px;line-height:20px}.navbar-brand:focus,.navbar-brand:hover{text-decoration:none}.navbar-brand>img{display:block}@media (min-width:768px){.navbar>.container .navbar-brand,.navbar>.container-fluid .navbar-brand{margin-left:-15px}}.navbar-toggle{position:relative;float:right;padding:9px 10px;margin-top:8px;margin-right:15px;margin-bottom:8px;background-color:transparent;background-image:none;border:1px solid transparent;border-radius:4px}.navbar-toggle:focus{outline:0}.navbar-toggle .icon-bar{display:block;width:22px;height:2px;border-radius:1px}.navbar-toggle .icon-bar+.icon-bar{margin-top:4px}@media (min-width:768px){.navbar-toggle{display:none}}.navbar-nav{margin:7.5px -15px}.navbar-nav>li>a{padding-top:10px;padding-bottom:10px;line-height:20px}@media (max-width:767px){.navbar-nav .open .dropdown-menu{position:static;float:none;width:auto;margin-top:0;background-color:transparent;border:0;-webkit-box-shadow:none;box-shadow:none}.navbar-nav .open .dropdown-menu .dropdown-header,.navbar-nav .open .dropdown-menu>li>a{padding:5px 15px 5px 25px}.navbar-nav .open .dropdown-menu>li>a{line-height:20px}.navbar-nav .open .dropdown-menu>li>a:focus,.navbar-nav .open .dropdown-menu>li>a:hover{background-image:none}}@media (min-width:768px){.navbar-nav{float:left;margin:0}.navbar-nav>li{float:left}.navbar-nav>li>a{padding-top:15px;padding-bottom:15px}}.navbar-form{padding:10px 15px;margin-top:8px;margin-right:-15px;margin-bottom:8px;margin-left:-15px;border-top:1px solid transparent;border-bottom:1px solid transparent;-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,.1),0 1px 0 rgba(255,255,255,.1);box-shadow:inset 0 1px 0 rgba(255,255,255,.1),0 1px 0 rgba(255,255,255,.1)}@media (min-width:768px){.navbar-form .form-group{display:inline-block;margin-bottom:0;vertical-align:middle}.navbar-form .form-control{display:inline-block;width:auto;vertical-align:middle}.navbar-form .form-control-static{display:inline-block}.navbar-form .input-group{display:inline-table;vertical-align:middle}.navbar-form .input-group .form-control,.navbar-form .input-group .input-group-addon,.navbar-form .input-group .input-group-btn{width:auto}.navbar-form .input-group>.form-control{width:100%}.navbar-form .control-label{margin-bottom:0;vertical-align:middle}.navbar-form .checkbox,.navbar-form .radio{display:inline-block;margin-top:0;margin-bottom:0;vertical-align:middle}.navbar-form .checkbox label,.navbar-form .radio label{padding-left:0}.navbar-form .checkbox input[type=checkbox],.navbar-form .radio input[type=radio]{position:relative;margin-left:0}.navbar-form .has-feedback .form-control-feedback{top:0}}@media (max-width:767px){.navbar-form .form-group{margin-bottom:5px}.navbar-form .form-group:last-child{margin-bottom:0}}@media (min-width:768px){.navbar-form{width:auto;padding-top:0;padding-bottom:0;margin-right:0;margin-left:0;border:0;-webkit-box-shadow:none;box-shadow:none}}.navbar-nav>li>.dropdown-menu{margin-top:0;border-top-left-radius:0;border-top-right-radius:0}.navbar-fixed-bottom .navbar-nav>li>.dropdown-menu{margin-bottom:0;border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-right-radius:0;border-bottom-left-radius:0}.navbar-btn{margin-top:8px;margin-bottom:8px}.navbar-btn.btn-sm{margin-top:10px;margin-bottom:10px}.navbar-btn.btn-xs{margin-top:14px;margin-bottom:14px}.navbar-text{margin-top:15px;margin-bottom:15px}@media (min-width:768px){.navbar-text{float:left;margin-right:15px;margin-left:15px}}@media (min-width:768px){.navbar-left{float:left!important}.navbar-right{float:right!important;margin-right:-15px}.navbar-right~.navbar-right{margin-right:0}}.navbar-default{background-color:#f8f8f8;border-color:#e7e7e7}.navbar-default .navbar-brand{color:#777}.navbar-default .navbar-brand:focus,.navbar-default .navbar-brand:hover{color:#5e5e5e;background-color:transparent}.navbar-default .navbar-text{color:#777}.navbar-default .navbar-nav>li>a{color:#777}.navbar-default .navbar-nav>li>a:focus,.navbar-default .navbar-nav>li>a:hover{color:#333;background-color:transparent}.navbar-default .navbar-nav>.active>a,.navbar-default .navbar-nav>.active>a:focus,.navbar-default .navbar-nav>.active>a:hover{color:#555;background-color:#e7e7e7}.navbar-default .navbar-nav>.disabled>a,.navbar-default .navbar-nav>.disabled>a:focus,.navbar-default .navbar-nav>.disabled>a:hover{color:#ccc;background-color:transparent}.navbar-default .navbar-toggle{border-color:#ddd}.navbar-default .navbar-toggle:focus,.navbar-default .navbar-toggle:hover{background-color:#ddd}.navbar-default .navbar-toggle .icon-bar{background-color:#888}.navbar-default .navbar-collapse,.navbar-default .navbar-form{border-color:#e7e7e7}.navbar-default .navbar-nav>.open>a,.navbar-default .navbar-nav>.open>a:focus,.navbar-default .navbar-nav>.open>a:hover{color:#555;background-color:#e7e7e7}@media (max-width:767px){.navbar-default .navbar-nav .open .dropdown-menu>li>a{color:#777}.navbar-default .navbar-nav .open .dropdown-menu>li>a:focus,.navbar-default .navbar-nav .open .dropdown-menu>li>a:hover{color:#333;background-color:transparent}.navbar-default .navbar-nav .open .dropdown-menu>.active>a,.navbar-default .navbar-nav .open .dropdown-menu>.active>a:focus,.navbar-default .navbar-nav .open .dropdown-menu>.active>a:hover{color:#555;background-color:#e7e7e7}.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a,.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:focus,.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:hover{color:#ccc;background-color:transparent}}.navbar-default .navbar-link{color:#777}.navbar-default .navbar-link:hover{color:#333}.navbar-default .btn-link{color:#777}.navbar-default .btn-link:focus,.navbar-default .btn-link:hover{color:#333}.navbar-default .btn-link[disabled]:focus,.navbar-default .btn-link[disabled]:hover,fieldset[disabled] .navbar-default .btn-link:focus,fieldset[disabled] .navbar-default .btn-link:hover{color:#ccc}.navbar-inverse{background-color:#222;border-color:#080808}.navbar-inverse .navbar-brand{color:#9d9d9d}.navbar-inverse .navbar-brand:focus,.navbar-inverse .navbar-brand:hover{color:#fff;background-color:transparent}.navbar-inverse .navbar-text{color:#9d9d9d}.navbar-inverse .navbar-nav>li>a{color:#9d9d9d}.navbar-inverse .navbar-nav>li>a:focus,.navbar-inverse .navbar-nav>li>a:hover{color:#fff;background-color:transparent}.navbar-inverse .navbar-nav>.active>a,.navbar-inverse .navbar-nav>.active>a:focus,.navbar-inverse .navbar-nav>.active>a:hover{color:#fff;background-color:#080808}.navbar-inverse .navbar-nav>.disabled>a,.navbar-inverse .navbar-nav>.disabled>a:focus,.navbar-inverse .navbar-nav>.disabled>a:hover{color:#444;background-color:transparent}.navbar-inverse .navbar-toggle{border-color:#333}.navbar-inverse .navbar-toggle:focus,.navbar-inverse .navbar-toggle:hover{background-color:#333}.navbar-inverse .navbar-toggle .icon-bar{background-color:#fff}.navbar-inverse .navbar-collapse,.navbar-inverse .navbar-form{border-color:#101010}.navbar-inverse .navbar-nav>.open>a,.navbar-inverse .navbar-nav>.open>a:focus,.navbar-inverse .navbar-nav>.open>a:hover{color:#fff;background-color:#080808}@media (max-width:767px){.navbar-inverse .navbar-nav .open .dropdown-menu>.dropdown-header{border-color:#080808}.navbar-inverse .navbar-nav .open .dropdown-menu .divider{background-color:#080808}.navbar-inverse .navbar-nav .open .dropdown-menu>li>a{color:#9d9d9d}.navbar-inverse .navbar-nav .open .dropdown-menu>li>a:focus,.navbar-inverse .navbar-nav .open .dropdown-menu>li>a:hover{color:#fff;background-color:transparent}.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a,.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:focus,.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:hover{color:#fff;background-color:#080808}.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a,.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:focus,.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:hover{color:#444;background-color:transparent}}.navbar-inverse .navbar-link{color:#9d9d9d}.navbar-inverse .navbar-link:hover{color:#fff}.navbar-inverse .btn-link{color:#9d9d9d}.navbar-inverse .btn-link:focus,.navbar-inverse .btn-link:hover{color:#fff}.navbar-inverse .btn-link[disabled]:focus,.navbar-inverse .btn-link[disabled]:hover,fieldset[disabled] .navbar-inverse .btn-link:focus,fieldset[disabled] .navbar-inverse .btn-link:hover{color:#444}.breadcrumb{padding:8px 15px;margin-bottom:20px;list-style:none;background-color:#f5f5f5;border-radius:4px}.breadcrumb>li{display:inline-block}.breadcrumb>li+li:before{padding:0 5px;color:#ccc;content:"/\00a0"}.breadcrumb>.active{color:#777}.pagination{display:inline-block;padding-left:0;margin:20px 0;border-radius:4px}.pagination>li{display:inline}.pagination>li>a,.pagination>li>span{position:relative;float:left;padding:6px 12px;margin-left:-1px;line-height:1.42857143;color:#337ab7;text-decoration:none;background-color:#fff;border:1px solid #ddd}.pagination>li:first-child>a,.pagination>li:first-child>span{margin-left:0;border-top-left-radius:4px;border-bottom-left-radius:4px}.pagination>li:last-child>a,.pagination>li:last-child>span{border-top-right-radius:4px;border-bottom-right-radius:4px}.pagination>li>a:focus,.pagination>li>a:hover,.pagination>li>span:focus,.pagination>li>span:hover{z-index:2;color:#23527c;background-color:#eee;border-color:#ddd}.pagination>.active>a,.pagination>.active>a:focus,.pagination>.active>a:hover,.pagination>.active>span,.pagination>.active>span:focus,.pagination>.active>span:hover{z-index:3;color:#fff;cursor:default;background-color:#337ab7;border-color:#337ab7}.pagination>.disabled>a,.pagination>.disabled>a:focus,.pagination>.disabled>a:hover,.pagination>.disabled>span,.pagination>.disabled>span:focus,.pagination>.disabled>span:hover{color:#777;cursor:not-allowed;background-color:#fff;border-color:#ddd}.pagination-lg>li>a,.pagination-lg>li>span{padding:10px 16px;font-size:18px;line-height:1.3333333}.pagination-lg>li:first-child>a,.pagination-lg>li:first-child>span{border-top-left-radius:6px;border-bottom-left-radius:6px}.pagination-lg>li:last-child>a,.pagination-lg>li:last-child>span{border-top-right-radius:6px;border-bottom-right-radius:6px}.pagination-sm>li>a,.pagination-sm>li>span{padding:5px 10px;font-size:12px;line-height:1.5}.pagination-sm>li:first-child>a,.pagination-sm>li:first-child>span{border-top-left-radius:3px;border-bottom-left-radius:3px}.pagination-sm>li:last-child>a,.pagination-sm>li:last-child>span{border-top-right-radius:3px;border-bottom-right-radius:3px}.pager{padding-left:0;margin:20px 0;text-align:center;list-style:none}.pager li{display:inline}.pager li>a,.pager li>span{display:inline-block;padding:5px 14px;background-color:#fff;border:1px solid #ddd;border-radius:15px}.pager li>a:focus,.pager li>a:hover{text-decoration:none;background-color:#eee}.pager .next>a,.pager .next>span{float:right}.pager .previous>a,.pager .previous>span{float:left}.pager .disabled>a,.pager .disabled>a:focus,.pager .disabled>a:hover,.pager .disabled>span{color:#777;cursor:not-allowed;background-color:#fff}.label{display:inline;padding:.2em .6em .3em;font-size:75%;font-weight:700;line-height:1;color:#fff;text-align:center;white-space:nowrap;vertical-align:baseline;border-radius:.25em}a.label:focus,a.label:hover{color:#fff;text-decoration:none;cursor:pointer}.label:empty{display:none}.btn .label{position:relative;top:-1px}.label-default{background-color:#777}.label-default[href]:focus,.label-default[href]:hover{background-color:#5e5e5e}.label-primary{background-color:#337ab7}.label-primary[href]:focus,.label-primary[href]:hover{background-color:#286090}.label-success{background-color:#5cb85c}.label-success[href]:focus,.label-success[href]:hover{background-color:#449d44}.label-info{background-color:#5bc0de}.label-info[href]:focus,.label-info[href]:hover{background-color:#31b0d5}.label-warning{background-color:#f0ad4e}.label-warning[href]:focus,.label-warning[href]:hover{background-color:#ec971f}.label-danger{background-color:#d9534f}.label-danger[href]:focus,.label-danger[href]:hover{background-color:#c9302c}.badge{display:inline-block;min-width:10px;padding:3px 7px;font-size:12px;font-weight:700;line-height:1;color:#fff;text-align:center;white-space:nowrap;vertical-align:middle;background-color:#777;border-radius:10px}.badge:empty{display:none}.btn .badge{position:relative;top:-1px}.btn-group-xs>.btn .badge,.btn-xs .badge{top:0;padding:1px 5px}a.badge:focus,a.badge:hover{color:#fff;text-decoration:none;cursor:pointer}.list-group-item.active>.badge,.nav-pills>.active>a>.badge{color:#337ab7;background-color:#fff}.list-group-item>.badge{float:right}.list-group-item>.badge+.badge{margin-right:5px}.nav-pills>li>a>.badge{margin-left:3px}.jumbotron{padding-top:30px;padding-bottom:30px;margin-bottom:30px;color:inherit;background-color:#eee}.jumbotron .h1,.jumbotron h1{color:inherit}.jumbotron p{margin-bottom:15px;font-size:21px;font-weight:200}.jumbotron>hr{border-top-color:#d5d5d5}.container .jumbotron,.container-fluid .jumbotron{padding-right:15px;padding-left:15px;border-radius:6px}.jumbotron .container{max-width:100%}@media screen and (min-width:768px){.jumbotron{padding-top:48px;padding-bottom:48px}.container .jumbotron,.container-fluid .jumbotron{padding-right:60px;padding-left:60px}.jumbotron .h1,.jumbotron h1{font-size:63px}}.thumbnail{display:block;padding:4px;margin-bottom:20px;line-height:1.42857143;background-color:#fff;border:1px solid #ddd;border-radius:4px;-webkit-transition:border .2s ease-in-out;-o-transition:border .2s ease-in-out;transition:border .2s ease-in-out}.thumbnail a>img,.thumbnail>img{margin-right:auto;margin-left:auto}a.thumbnail.active,a.thumbnail:focus,a.thumbnail:hover{border-color:#337ab7}.thumbnail .caption{padding:9px;color:#333}.alert{padding:15px;margin-bottom:20px;border:1px solid transparent;border-radius:4px}.alert h4{margin-top:0;color:inherit}.alert .alert-link{font-weight:700}.alert>p,.alert>ul{margin-bottom:0}.alert>p+p{margin-top:5px}.alert-dismissable,.alert-dismissible{padding-right:35px}.alert-dismissable .close,.alert-dismissible .close{position:relative;top:-2px;right:-21px;color:inherit}.alert-success{color:#3c763d;background-color:#dff0d8;border-color:#d6e9c6}.alert-success hr{border-top-color:#c9e2b3}.alert-success .alert-link{color:#2b542c}.alert-info{color:#31708f;background-color:#d9edf7;border-color:#bce8f1}.alert-info hr{border-top-color:#a6e1ec}.alert-info .alert-link{color:#245269}.alert-warning{color:#8a6d3b;background-color:#fcf8e3;border-color:#faebcc}.alert-warning hr{border-top-color:#f7e1b5}.alert-warning .alert-link{color:#66512c}.alert-danger{color:#a94442;background-color:#f2dede;border-color:#ebccd1}.alert-danger hr{border-top-color:#e4b9c0}.alert-danger .alert-link{color:#843534}@-webkit-keyframes progress-bar-stripes{from{background-position:40px 0}to{background-position:0 0}}@-o-keyframes progress-bar-stripes{from{background-position:40px 0}to{background-position:0 0}}@keyframes progress-bar-stripes{from{background-position:40px 0}to{background-position:0 0}}.progress{height:20px;margin-bottom:20px;overflow:hidden;background-color:#f5f5f5;border-radius:4px;-webkit-box-shadow:inset 0 1px 2px rgba(0,0,0,.1);box-shadow:inset 0 1px 2px rgba(0,0,0,.1)}.progress-bar{float:left;width:0;height:100%;font-size:12px;line-height:20px;color:#fff;text-align:center;background-color:#337ab7;-webkit-box-shadow:inset 0 -1px 0 rgba(0,0,0,.15);box-shadow:inset 0 -1px 0 rgba(0,0,0,.15);-webkit-transition:width .6s ease;-o-transition:width .6s ease;transition:width .6s ease}.progress-bar-striped,.progress-striped .progress-bar{background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:-o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);-webkit-background-size:40px 40px;background-size:40px 40px}.progress-bar.active,.progress.active .progress-bar{-webkit-animation:progress-bar-stripes 2s linear infinite;-o-animation:progress-bar-stripes 2s linear infinite;animation:progress-bar-stripes 2s linear infinite}.progress-bar-success{background-color:#5cb85c}.progress-striped .progress-bar-success{background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:-o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)}.progress-bar-info{background-color:#5bc0de}.progress-striped .progress-bar-info{background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:-o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)}.progress-bar-warning{background-color:#f0ad4e}.progress-striped .progress-bar-warning{background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:-o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)}.progress-bar-danger{background-color:#d9534f}.progress-striped .progress-bar-danger{background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:-o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)}.media{margin-top:15px}.media:first-child{margin-top:0}.media,.media-body{overflow:hidden;zoom:1}.media-body{width:10000px}.media-object{display:block}.media-object.img-thumbnail{max-width:none}.media-right,.media>.pull-right{padding-left:10px}.media-left,.media>.pull-left{padding-right:10px}.media-body,.media-left,.media-right{display:table-cell;vertical-align:top}.media-middle{vertical-align:middle}.media-bottom{vertical-align:bottom}.media-heading{margin-top:0;margin-bottom:5px}.media-list{padding-left:0;list-style:none}.list-group{padding-left:0;margin-bottom:20px}.list-group-item{position:relative;display:block;padding:10px 15px;margin-bottom:-1px;background-color:#fff;border:1px solid #ddd}.list-group-item:first-child{border-top-left-radius:4px;border-top-right-radius:4px}.list-group-item:last-child{margin-bottom:0;border-bottom-right-radius:4px;border-bottom-left-radius:4px}a.list-group-item,button.list-group-item{color:#555}a.list-group-item .list-group-item-heading,button.list-group-item .list-group-item-heading{color:#333}a.list-group-item:focus,a.list-group-item:hover,button.list-group-item:focus,button.list-group-item:hover{color:#555;text-decoration:none;background-color:#f5f5f5}button.list-group-item{width:100%;text-align:left}.list-group-item.disabled,.list-group-item.disabled:focus,.list-group-item.disabled:hover{color:#777;cursor:not-allowed;background-color:#eee}.list-group-item.disabled .list-group-item-heading,.list-group-item.disabled:focus .list-group-item-heading,.list-group-item.disabled:hover .list-group-item-heading{color:inherit}.list-group-item.disabled .list-group-item-text,.list-group-item.disabled:focus .list-group-item-text,.list-group-item.disabled:hover .list-group-item-text{color:#777}.list-group-item.active,.list-group-item.active:focus,.list-group-item.active:hover{z-index:2;color:#fff;background-color:#337ab7;border-color:#337ab7}.list-group-item.active .list-group-item-heading,.list-group-item.active .list-group-item-heading>.small,.list-group-item.active .list-group-item-heading>small,.list-group-item.active:focus .list-group-item-heading,.list-group-item.active:focus .list-group-item-heading>.small,.list-group-item.active:focus .list-group-item-heading>small,.list-group-item.active:hover .list-group-item-heading,.list-group-item.active:hover .list-group-item-heading>.small,.list-group-item.active:hover .list-group-item-heading>small{color:inherit}.list-group-item.active .list-group-item-text,.list-group-item.active:focus .list-group-item-text,.list-group-item.active:hover .list-group-item-text{color:#c7ddef}.list-group-item-success{color:#3c763d;background-color:#dff0d8}a.list-group-item-success,button.list-group-item-success{color:#3c763d}a.list-group-item-success .list-group-item-heading,button.list-group-item-success .list-group-item-heading{color:inherit}a.list-group-item-success:focus,a.list-group-item-success:hover,button.list-group-item-success:focus,button.list-group-item-success:hover{color:#3c763d;background-color:#d0e9c6}a.list-group-item-success.active,a.list-group-item-success.active:focus,a.list-group-item-success.active:hover,button.list-group-item-success.active,button.list-group-item-success.active:focus,button.list-group-item-success.active:hover{color:#fff;background-color:#3c763d;border-color:#3c763d}.list-group-item-info{color:#31708f;background-color:#d9edf7}a.list-group-item-info,button.list-group-item-info{color:#31708f}a.list-group-item-info .list-group-item-heading,button.list-group-item-info .list-group-item-heading{color:inherit}a.list-group-item-info:focus,a.list-group-item-info:hover,button.list-group-item-info:focus,button.list-group-item-info:hover{color:#31708f;background-color:#c4e3f3}a.list-group-item-info.active,a.list-group-item-info.active:focus,a.list-group-item-info.active:hover,button.list-group-item-info.active,button.list-group-item-info.active:focus,button.list-group-item-info.active:hover{color:#fff;background-color:#31708f;border-color:#31708f}.list-group-item-warning{color:#8a6d3b;background-color:#fcf8e3}a.list-group-item-warning,button.list-group-item-warning{color:#8a6d3b}a.list-group-item-warning .list-group-item-heading,button.list-group-item-warning .list-group-item-heading{color:inherit}a.list-group-item-warning:focus,a.list-group-item-warning:hover,button.list-group-item-warning:focus,button.list-group-item-warning:hover{color:#8a6d3b;background-color:#faf2cc}a.list-group-item-warning.active,a.list-group-item-warning.active:focus,a.list-group-item-warning.active:hover,button.list-group-item-warning.active,button.list-group-item-warning.active:focus,button.list-group-item-warning.active:hover{color:#fff;background-color:#8a6d3b;border-color:#8a6d3b}.list-group-item-danger{color:#a94442;background-color:#f2dede}a.list-group-item-danger,button.list-group-item-danger{color:#a94442}a.list-group-item-danger .list-group-item-heading,button.list-group-item-danger .list-group-item-heading{color:inherit}a.list-group-item-danger:focus,a.list-group-item-danger:hover,button.list-group-item-danger:focus,button.list-group-item-danger:hover{color:#a94442;background-color:#ebcccc}a.list-group-item-danger.active,a.list-group-item-danger.active:focus,a.list-group-item-danger.active:hover,button.list-group-item-danger.active,button.list-group-item-danger.active:focus,button.list-group-item-danger.active:hover{color:#fff;background-color:#a94442;border-color:#a94442}.list-group-item-heading{margin-top:0;margin-bottom:5px}.list-group-item-text{margin-bottom:0;line-height:1.3}.panel{margin-bottom:20px;background-color:#fff;border:1px solid transparent;border-radius:4px;-webkit-box-shadow:0 1px 1px rgba(0,0,0,.05);box-shadow:0 1px 1px rgba(0,0,0,.05)}.panel-body{padding:15px}.panel-heading{padding:10px 15px;border-bottom:1px solid transparent;border-top-left-radius:3px;border-top-right-radius:3px}.panel-heading>.dropdown .dropdown-toggle{color:inherit}.panel-title{margin-top:0;margin-bottom:0;font-size:16px;color:inherit}.panel-title>.small,.panel-title>.small>a,.panel-title>a,.panel-title>small,.panel-title>small>a{color:inherit}.panel-footer{padding:10px 15px;background-color:#f5f5f5;border-top:1px solid #ddd;border-bottom-right-radius:3px;border-bottom-left-radius:3px}.panel>.list-group,.panel>.panel-collapse>.list-group{margin-bottom:0}.panel>.list-group .list-group-item,.panel>.panel-collapse>.list-group .list-group-item{border-width:1px 0;border-radius:0}.panel>.list-group:first-child .list-group-item:first-child,.panel>.panel-collapse>.list-group:first-child .list-group-item:first-child{border-top:0;border-top-left-radius:3px;border-top-right-radius:3px}.panel>.list-group:last-child .list-group-item:last-child,.panel>.panel-collapse>.list-group:last-child .list-group-item:last-child{border-bottom:0;border-bottom-right-radius:3px;border-bottom-left-radius:3px}.panel>.panel-heading+.panel-collapse>.list-group .list-group-item:first-child{border-top-left-radius:0;border-top-right-radius:0}.panel-heading+.list-group .list-group-item:first-child{border-top-width:0}.list-group+.panel-footer{border-top-width:0}.panel>.panel-collapse>.table,.panel>.table,.panel>.table-responsive>.table{margin-bottom:0}.panel>.panel-collapse>.table caption,.panel>.table caption,.panel>.table-responsive>.table caption{padding-right:15px;padding-left:15px}.panel>.table-responsive:first-child>.table:first-child,.panel>.table:first-child{border-top-left-radius:3px;border-top-right-radius:3px}.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child,.panel>.table:first-child>tbody:first-child>tr:first-child,.panel>.table:first-child>thead:first-child>tr:first-child{border-top-left-radius:3px;border-top-right-radius:3px}.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:first-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:first-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:first-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:first-child,.panel>.table:first-child>tbody:first-child>tr:first-child td:first-child,.panel>.table:first-child>tbody:first-child>tr:first-child th:first-child,.panel>.table:first-child>thead:first-child>tr:first-child td:first-child,.panel>.table:first-child>thead:first-child>tr:first-child th:first-child{border-top-left-radius:3px}.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:last-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:last-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:last-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:last-child,.panel>.table:first-child>tbody:first-child>tr:first-child td:last-child,.panel>.table:first-child>tbody:first-child>tr:first-child th:last-child,.panel>.table:first-child>thead:first-child>tr:first-child td:last-child,.panel>.table:first-child>thead:first-child>tr:first-child th:last-child{border-top-right-radius:3px}.panel>.table-responsive:last-child>.table:last-child,.panel>.table:last-child{border-bottom-right-radius:3px;border-bottom-left-radius:3px}.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child,.panel>.table:last-child>tbody:last-child>tr:last-child,.panel>.table:last-child>tfoot:last-child>tr:last-child{border-bottom-right-radius:3px;border-bottom-left-radius:3px}.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:first-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:first-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:first-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:first-child,.panel>.table:last-child>tbody:last-child>tr:last-child td:first-child,.panel>.table:last-child>tbody:last-child>tr:last-child th:first-child,.panel>.table:last-child>tfoot:last-child>tr:last-child td:first-child,.panel>.table:last-child>tfoot:last-child>tr:last-child th:first-child{border-bottom-left-radius:3px}.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:last-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:last-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:last-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:last-child,.panel>.table:last-child>tbody:last-child>tr:last-child td:last-child,.panel>.table:last-child>tbody:last-child>tr:last-child th:last-child,.panel>.table:last-child>tfoot:last-child>tr:last-child td:last-child,.panel>.table:last-child>tfoot:last-child>tr:last-child th:last-child{border-bottom-right-radius:3px}.panel>.panel-body+.table,.panel>.panel-body+.table-responsive,.panel>.table+.panel-body,.panel>.table-responsive+.panel-body{border-top:1px solid #ddd}.panel>.table>tbody:first-child>tr:first-child td,.panel>.table>tbody:first-child>tr:first-child th{border-top:0}.panel>.table-bordered,.panel>.table-responsive>.table-bordered{border:0}.panel>.table-bordered>tbody>tr>td:first-child,.panel>.table-bordered>tbody>tr>th:first-child,.panel>.table-bordered>tfoot>tr>td:first-child,.panel>.table-bordered>tfoot>tr>th:first-child,.panel>.table-bordered>thead>tr>td:first-child,.panel>.table-bordered>thead>tr>th:first-child,.panel>.table-responsive>.table-bordered>tbody>tr>td:first-child,.panel>.table-responsive>.table-bordered>tbody>tr>th:first-child,.panel>.table-responsive>.table-bordered>tfoot>tr>td:first-child,.panel>.table-responsive>.table-bordered>tfoot>tr>th:first-child,.panel>.table-responsive>.table-bordered>thead>tr>td:first-child,.panel>.table-responsive>.table-bordered>thead>tr>th:first-child{border-left:0}.panel>.table-bordered>tbody>tr>td:last-child,.panel>.table-bordered>tbody>tr>th:last-child,.panel>.table-bordered>tfoot>tr>td:last-child,.panel>.table-bordered>tfoot>tr>th:last-child,.panel>.table-bordered>thead>tr>td:last-child,.panel>.table-bordered>thead>tr>th:last-child,.panel>.table-responsive>.table-bordered>tbody>tr>td:last-child,.panel>.table-responsive>.table-bordered>tbody>tr>th:last-child,.panel>.table-responsive>.table-bordered>tfoot>tr>td:last-child,.panel>.table-responsive>.table-bordered>tfoot>tr>th:last-child,.panel>.table-responsive>.table-bordered>thead>tr>td:last-child,.panel>.table-responsive>.table-bordered>thead>tr>th:last-child{border-right:0}.panel>.table-bordered>tbody>tr:first-child>td,.panel>.table-bordered>tbody>tr:first-child>th,.panel>.table-bordered>thead>tr:first-child>td,.panel>.table-bordered>thead>tr:first-child>th,.panel>.table-responsive>.table-bordered>tbody>tr:first-child>td,.panel>.table-responsive>.table-bordered>tbody>tr:first-child>th,.panel>.table-responsive>.table-bordered>thead>tr:first-child>td,.panel>.table-responsive>.table-bordered>thead>tr:first-child>th{border-bottom:0}.panel>.table-bordered>tbody>tr:last-child>td,.panel>.table-bordered>tbody>tr:last-child>th,.panel>.table-bordered>tfoot>tr:last-child>td,.panel>.table-bordered>tfoot>tr:last-child>th,.panel>.table-responsive>.table-bordered>tbody>tr:last-child>td,.panel>.table-responsive>.table-bordered>tbody>tr:last-child>th,.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>td,.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>th{border-bottom:0}.panel>.table-responsive{margin-bottom:0;border:0}.panel-group{margin-bottom:20px}.panel-group .panel{margin-bottom:0;border-radius:4px}.panel-group .panel+.panel{margin-top:5px}.panel-group .panel-heading{border-bottom:0}.panel-group .panel-heading+.panel-collapse>.list-group,.panel-group .panel-heading+.panel-collapse>.panel-body{border-top:1px solid #ddd}.panel-group .panel-footer{border-top:0}.panel-group .panel-footer+.panel-collapse .panel-body{border-bottom:1px solid #ddd}.panel-default{border-color:#ddd}.panel-default>.panel-heading{color:#333;background-color:#f5f5f5;border-color:#ddd}.panel-default>.panel-heading+.panel-collapse>.panel-body{border-top-color:#ddd}.panel-default>.panel-heading .badge{color:#f5f5f5;background-color:#333}.panel-default>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#ddd}.panel-primary{border-color:#337ab7}.panel-primary>.panel-heading{color:#fff;background-color:#337ab7;border-color:#337ab7}.panel-primary>.panel-heading+.panel-collapse>.panel-body{border-top-color:#337ab7}.panel-primary>.panel-heading .badge{color:#337ab7;background-color:#fff}.panel-primary>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#337ab7}.panel-success{border-color:#d6e9c6}.panel-success>.panel-heading{color:#3c763d;background-color:#dff0d8;border-color:#d6e9c6}.panel-success>.panel-heading+.panel-collapse>.panel-body{border-top-color:#d6e9c6}.panel-success>.panel-heading .badge{color:#dff0d8;background-color:#3c763d}.panel-success>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#d6e9c6}.panel-info{border-color:#bce8f1}.panel-info>.panel-heading{color:#31708f;background-color:#d9edf7;border-color:#bce8f1}.panel-info>.panel-heading+.panel-collapse>.panel-body{border-top-color:#bce8f1}.panel-info>.panel-heading .badge{color:#d9edf7;background-color:#31708f}.panel-info>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#bce8f1}.panel-warning{border-color:#faebcc}.panel-warning>.panel-heading{color:#8a6d3b;background-color:#fcf8e3;border-color:#faebcc}.panel-warning>.panel-heading+.panel-collapse>.panel-body{border-top-color:#faebcc}.panel-warning>.panel-heading .badge{color:#fcf8e3;background-color:#8a6d3b}.panel-warning>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#faebcc}.panel-danger{border-color:#ebccd1}.panel-danger>.panel-heading{color:#a94442;background-color:#f2dede;border-color:#ebccd1}.panel-danger>.panel-heading+.panel-collapse>.panel-body{border-top-color:#ebccd1}.panel-danger>.panel-heading .badge{color:#f2dede;background-color:#a94442}.panel-danger>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#ebccd1}.embed-responsive{position:relative;display:block;height:0;padding:0;overflow:hidden}.embed-responsive .embed-responsive-item,.embed-responsive embed,.embed-responsive iframe,.embed-responsive object,.embed-responsive video{position:absolute;top:0;bottom:0;left:0;width:100%;height:100%;border:0}.embed-responsive-16by9{padding-bottom:56.25%}.embed-responsive-4by3{padding-bottom:75%}.well{min-height:20px;padding:19px;margin-bottom:20px;background-color:#f5f5f5;border:1px solid #e3e3e3;border-radius:4px;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.05);box-shadow:inset 0 1px 1px rgba(0,0,0,.05)}.well blockquote{border-color:#ddd;border-color:rgba(0,0,0,.15)}.well-lg{padding:24px;border-radius:6px}.well-sm{padding:9px;border-radius:3px}.close{float:right;font-size:21px;font-weight:700;line-height:1;color:#000;text-shadow:0 1px 0 #fff;filter:alpha(opacity=20);opacity:.2}.close:focus,.close:hover{color:#000;text-decoration:none;cursor:pointer;filter:alpha(opacity=50);opacity:.5}button.close{-webkit-appearance:none;padding:0;cursor:pointer;background:0 0;border:0}.modal-open{overflow:hidden}.modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1050;display:none;overflow:hidden;-webkit-overflow-scrolling:touch;outline:0}.modal.fade .modal-dialog{-webkit-transition:-webkit-transform .3s ease-out;-o-transition:-o-transform .3s ease-out;transition:transform .3s ease-out;-webkit-transform:translate(0,-25%);-ms-transform:translate(0,-25%);-o-transform:translate(0,-25%);transform:translate(0,-25%)}.modal.in .modal-dialog{-webkit-transform:translate(0,0);-ms-transform:translate(0,0);-o-transform:translate(0,0);transform:translate(0,0)}.modal-open .modal{overflow-x:hidden;overflow-y:auto}.modal-dialog{position:relative;width:auto;margin:10px}.modal-content{position:relative;background-color:#fff;-webkit-background-clip:padding-box;background-clip:padding-box;border:1px solid #999;border:1px solid rgba(0,0,0,.2);border-radius:6px;outline:0;-webkit-box-shadow:0 3px 9px rgba(0,0,0,.5);box-shadow:0 3px 9px rgba(0,0,0,.5)}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1040;background-color:#000}.modal-backdrop.fade{filter:alpha(opacity=0);opacity:0}.modal-backdrop.in{filter:alpha(opacity=50);opacity:.5}.modal-header{padding:15px;border-bottom:1px solid #e5e5e5}.modal-header .close{margin-top:-2px}.modal-title{margin:0;line-height:1.42857143}.modal-body{position:relative;padding:15px}.modal-footer{padding:15px;text-align:right;border-top:1px solid #e5e5e5}.modal-footer .btn+.btn{margin-bottom:0;margin-left:5px}.modal-footer .btn-group .btn+.btn{margin-left:-1px}.modal-footer .btn-block+.btn-block{margin-left:0}.modal-scrollbar-measure{position:absolute;top:-9999px;width:50px;height:50px;overflow:scroll}@media (min-width:768px){.modal-dialog{width:600px;margin:30px auto}.modal-content{-webkit-box-shadow:0 5px 15px rgba(0,0,0,.5);box-shadow:0 5px 15px rgba(0,0,0,.5)}.modal-sm{width:300px}}@media (min-width:992px){.modal-lg{width:900px}}.tooltip{position:absolute;z-index:1070;display:block;font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-size:12px;font-style:normal;font-weight:400;line-height:1.42857143;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;letter-spacing:normal;word-break:normal;word-spacing:normal;word-wrap:normal;white-space:normal;filter:alpha(opacity=0);opacity:0;line-break:auto}.tooltip.in{filter:alpha(opacity=90);opacity:.9}.tooltip.top{padding:5px 0;margin-top:-3px}.tooltip.right{padding:0 5px;margin-left:3px}.tooltip.bottom{padding:5px 0;margin-top:3px}.tooltip.left{padding:0 5px;margin-left:-3px}.tooltip-inner{max-width:200px;padding:3px 8px;color:#fff;text-align:center;background-color:#000;border-radius:4px}.tooltip-arrow{position:absolute;width:0;height:0;border-color:transparent;border-style:solid}.tooltip.top .tooltip-arrow{bottom:0;left:50%;margin-left:-5px;border-width:5px 5px 0;border-top-color:#000}.tooltip.top-left .tooltip-arrow{right:5px;bottom:0;margin-bottom:-5px;border-width:5px 5px 0;border-top-color:#000}.tooltip.top-right .tooltip-arrow{bottom:0;left:5px;margin-bottom:-5px;border-width:5px 5px 0;border-top-color:#000}.tooltip.right .tooltip-arrow{top:50%;left:0;margin-top:-5px;border-width:5px 5px 5px 0;border-right-color:#000}.tooltip.left .tooltip-arrow{top:50%;right:0;margin-top:-5px;border-width:5px 0 5px 5px;border-left-color:#000}.tooltip.bottom .tooltip-arrow{top:0;left:50%;margin-left:-5px;border-width:0 5px 5px;border-bottom-color:#000}.tooltip.bottom-left .tooltip-arrow{top:0;right:5px;margin-top:-5px;border-width:0 5px 5px;border-bottom-color:#000}.tooltip.bottom-right .tooltip-arrow{top:0;left:5px;margin-top:-5px;border-width:0 5px 5px;border-bottom-color:#000}.popover{position:absolute;top:0;left:0;z-index:1060;display:none;max-width:276px;padding:1px;font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-size:14px;font-style:normal;font-weight:400;line-height:1.42857143;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;letter-spacing:normal;word-break:normal;word-spacing:normal;word-wrap:normal;white-space:normal;background-color:#fff;-webkit-background-clip:padding-box;background-clip:padding-box;border:1px solid #ccc;border:1px solid rgba(0,0,0,.2);border-radius:6px;-webkit-box-shadow:0 5px 10px rgba(0,0,0,.2);box-shadow:0 5px 10px rgba(0,0,0,.2);line-break:auto}.popover.top{margin-top:-10px}.popover.right{margin-left:10px}.popover.bottom{margin-top:10px}.popover.left{margin-left:-10px}.popover-title{padding:8px 14px;margin:0;font-size:14px;background-color:#f7f7f7;border-bottom:1px solid #ebebeb;border-radius:5px 5px 0 0}.popover-content{padding:9px 14px}.popover>.arrow,.popover>.arrow:after{position:absolute;display:block;width:0;height:0;border-color:transparent;border-style:solid}.popover>.arrow{border-width:11px}.popover>.arrow:after{content:"";border-width:10px}.popover.top>.arrow{bottom:-11px;left:50%;margin-left:-11px;border-top-color:#999;border-top-color:rgba(0,0,0,.25);border-bottom-width:0}.popover.top>.arrow:after{bottom:1px;margin-left:-10px;content:" ";border-top-color:#fff;border-bottom-width:0}.popover.right>.arrow{top:50%;left:-11px;margin-top:-11px;border-right-color:#999;border-right-color:rgba(0,0,0,.25);border-left-width:0}.popover.right>.arrow:after{bottom:-10px;left:1px;content:" ";border-right-color:#fff;border-left-width:0}.popover.bottom>.arrow{top:-11px;left:50%;margin-left:-11px;border-top-width:0;border-bottom-color:#999;border-bottom-color:rgba(0,0,0,.25)}.popover.bottom>.arrow:after{top:1px;margin-left:-10px;content:" ";border-top-width:0;border-bottom-color:#fff}.popover.left>.arrow{top:50%;right:-11px;margin-top:-11px;border-right-width:0;border-left-color:#999;border-left-color:rgba(0,0,0,.25)}.popover.left>.arrow:after{right:1px;bottom:-10px;content:" ";border-right-width:0;border-left-color:#fff}.carousel{position:relative}.carousel-inner{position:relative;width:100%;overflow:hidden}.carousel-inner>.item{position:relative;display:none;-webkit-transition:.6s ease-in-out left;-o-transition:.6s ease-in-out left;transition:.6s ease-in-out left}.carousel-inner>.item>a>img,.carousel-inner>.item>img{line-height:1}@media all and (transform-3d),(-webkit-transform-3d){.carousel-inner>.item{-webkit-transition:-webkit-transform .6s ease-in-out;-o-transition:-o-transform .6s ease-in-out;transition:transform .6s ease-in-out;-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-perspective:1000px;perspective:1000px}.carousel-inner>.item.active.right,.carousel-inner>.item.next{left:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}.carousel-inner>.item.active.left,.carousel-inner>.item.prev{left:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}.carousel-inner>.item.active,.carousel-inner>.item.next.left,.carousel-inner>.item.prev.right{left:0;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}.carousel-inner>.active,.carousel-inner>.next,.carousel-inner>.prev{display:block}.carousel-inner>.active{left:0}.carousel-inner>.next,.carousel-inner>.prev{position:absolute;top:0;width:100%}.carousel-inner>.next{left:100%}.carousel-inner>.prev{left:-100%}.carousel-inner>.next.left,.carousel-inner>.prev.right{left:0}.carousel-inner>.active.left{left:-100%}.carousel-inner>.active.right{left:100%}.carousel-control{position:absolute;top:0;bottom:0;left:0;width:15%;font-size:20px;color:#fff;text-align:center;text-shadow:0 1px 2px rgba(0,0,0,.6);background-color:rgba(0,0,0,0);filter:alpha(opacity=50);opacity:.5}.carousel-control.left{background-image:-webkit-linear-gradient(left,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);background-image:-o-linear-gradient(left,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);background-image:-webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,.0001)));background-image:linear-gradient(to right,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);background-repeat:repeat-x}.carousel-control.right{right:0;left:auto;background-image:-webkit-linear-gradient(left,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);background-image:-o-linear-gradient(left,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);background-image:-webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.0001)),to(rgba(0,0,0,.5)));background-image:linear-gradient(to right,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);background-repeat:repeat-x}.carousel-control:focus,.carousel-control:hover{color:#fff;text-decoration:none;filter:alpha(opacity=90);outline:0;opacity:.9}.carousel-control .glyphicon-chevron-left,.carousel-control .glyphicon-chevron-right,.carousel-control .icon-next,.carousel-control .icon-prev{position:absolute;top:50%;z-index:5;display:inline-block;margin-top:-10px}.carousel-control .glyphicon-chevron-left,.carousel-control .icon-prev{left:50%;margin-left:-10px}.carousel-control .glyphicon-chevron-right,.carousel-control .icon-next{right:50%;margin-right:-10px}.carousel-control .icon-next,.carousel-control .icon-prev{width:20px;height:20px;font-family:serif;line-height:1}.carousel-control .icon-prev:before{content:'\2039'}.carousel-control .icon-next:before{content:'\203a'}.carousel-indicators{position:absolute;bottom:10px;left:50%;z-index:15;width:60%;padding-left:0;margin-left:-30%;text-align:center;list-style:none}.carousel-indicators li{display:inline-block;width:10px;height:10px;margin:1px;text-indent:-999px;cursor:pointer;background-color:#000\9;background-color:rgba(0,0,0,0);border:1px solid #fff;border-radius:10px}.carousel-indicators .active{width:12px;height:12px;margin:0;background-color:#fff}.carousel-caption{position:absolute;right:15%;bottom:20px;left:15%;z-index:10;padding-top:20px;padding-bottom:20px;color:#fff;text-align:center;text-shadow:0 1px 2px rgba(0,0,0,.6)}.carousel-caption .btn{text-shadow:none}@media screen and (min-width:768px){.carousel-control .glyphicon-chevron-left,.carousel-control .glyphicon-chevron-right,.carousel-control .icon-next,.carousel-control .icon-prev{width:30px;height:30px;margin-top:-10px;font-size:30px}.carousel-control .glyphicon-chevron-left,.carousel-control .icon-prev{margin-left:-10px}.carousel-control .glyphicon-chevron-right,.carousel-control .icon-next{margin-right:-10px}.carousel-caption{right:20%;left:20%;padding-bottom:30px}.carousel-indicators{bottom:20px}}.btn-group-vertical>.btn-group:after,.btn-group-vertical>.btn-group:before,.btn-toolbar:after,.btn-toolbar:before,.clearfix:after,.clearfix:before,.container-fluid:after,.container-fluid:before,.container:after,.container:before,.dl-horizontal dd:after,.dl-horizontal dd:before,.form-horizontal .form-group:after,.form-horizontal .form-group:before,.modal-footer:after,.modal-footer:before,.modal-header:after,.modal-header:before,.nav:after,.nav:before,.navbar-collapse:after,.navbar-collapse:before,.navbar-header:after,.navbar-header:before,.navbar:after,.navbar:before,.pager:after,.pager:before,.panel-body:after,.panel-body:before,.row:after,.row:before{display:table;content:" "}.btn-group-vertical>.btn-group:after,.btn-toolbar:after,.clearfix:after,.container-fluid:after,.container:after,.dl-horizontal dd:after,.form-horizontal .form-group:after,.modal-footer:after,.modal-header:after,.nav:after,.navbar-collapse:after,.navbar-header:after,.navbar:after,.pager:after,.panel-body:after,.row:after{clear:both}.center-block{display:block;margin-right:auto;margin-left:auto}.pull-right{float:right!important}.pull-left{float:left!important}.hide{display:none!important}.show{display:block!important}.invisible{visibility:hidden}.text-hide{font:0/0 a;color:transparent;text-shadow:none;background-color:transparent;border:0}.hidden{display:none!important}.affix{position:fixed}@-ms-viewport{width:device-width}.visible-lg,.visible-md,.visible-sm,.visible-xs{display:none!important}.visible-lg-block,.visible-lg-inline,.visible-lg-inline-block,.visible-md-block,.visible-md-inline,.visible-md-inline-block,.visible-sm-block,.visible-sm-inline,.visible-sm-inline-block,.visible-xs-block,.visible-xs-inline,.visible-xs-inline-block{display:none!important}@media (max-width:767px){.visible-xs{display:block!important}table.visible-xs{display:table!important}tr.visible-xs{display:table-row!important}td.visible-xs,th.visible-xs{display:table-cell!important}}@media (max-width:767px){.visible-xs-block{display:block!important}}@media (max-width:767px){.visible-xs-inline{display:inline!important}}@media (max-width:767px){.visible-xs-inline-block{display:inline-block!important}}@media (min-width:768px) and (max-width:991px){.visible-sm{display:block!important}table.visible-sm{display:table!important}tr.visible-sm{display:table-row!important}td.visible-sm,th.visible-sm{display:table-cell!important}}@media (min-width:768px) and (max-width:991px){.visible-sm-block{display:block!important}}@media (min-width:768px) and (max-width:991px){.visible-sm-inline{display:inline!important}}@media (min-width:768px) and (max-width:991px){.visible-sm-inline-block{display:inline-block!important}}@media (min-width:992px) and (max-width:1199px){.visible-md{display:block!important}table.visible-md{display:table!important}tr.visible-md{display:table-row!important}td.visible-md,th.visible-md{display:table-cell!important}}@media (min-width:992px) and (max-width:1199px){.visible-md-block{display:block!important}}@media (min-width:992px) and (max-width:1199px){.visible-md-inline{display:inline!important}}@media (min-width:992px) and (max-width:1199px){.visible-md-inline-block{display:inline-block!important}}@media (min-width:1200px){.visible-lg{display:block!important}table.visible-lg{display:table!important}tr.visible-lg{display:table-row!important}td.visible-lg,th.visible-lg{display:table-cell!important}}@media (min-width:1200px){.visible-lg-block{display:block!important}}@media (min-width:1200px){.visible-lg-inline{display:inline!important}}@media (min-width:1200px){.visible-lg-inline-block{display:inline-block!important}}@media (max-width:767px){.hidden-xs{display:none!important}}@media (min-width:768px) and (max-width:991px){.hidden-sm{display:none!important}}@media (min-width:992px) and (max-width:1199px){.hidden-md{display:none!important}}@media (min-width:1200px){.hidden-lg{display:none!important}}.visible-print{display:none!important}@media print{.visible-print{display:block!important}table.visible-print{display:table!important}tr.visible-print{display:table-row!important}td.visible-print,th.visible-print{display:table-cell!important}}.visible-print-block{display:none!important}@media print{.visible-print-block{display:block!important}}.visible-print-inline{display:none!important}@media print{.visible-print-inline{display:inline!important}}.visible-print-inline-block{display:none!important}@media print{.visible-print-inline-block{display:inline-block!important}}@media print{.hidden-print{display:none!important}}

/* End */


/* Start:/css/wSelect.css?15973424514927*/
.wSelect-el {
 width: 0px;
 height: 0px;
 padding: 0px;
 margin: 0px;
 border: none;
 overflow: hidden;
}
.wSelect {
 position: relative;
 display: inline-block;
 *display: inline;
 zoom: 1;
 vertical-align: middle;
 cursor: pointer;
 -webkit-touch-callout: none;
 -webkit-user-select: none;
 -khtml-user-select: none;
 -moz-user-select: none;
 -ms-user-select: none;
 user-select: none;
}
.wSelect-arrow {
 position: absolute;
 width: 20px;
 right: 0px;
 top: 0px;
 height: 100%;
 background-repeat: no-repeat;
 background-position: 0px center;
}
.wSelect-hover .wSelect-arrow,
.wSelect-active .wSelect-arrow {
}
.wSelect.wSelect-multiple {
 overflow: hidden;
}
.wSelect-selected {
 margin: 0px 35px 0px 5px;
 padding: 5px 0px 5px 6px;
 overflow: hidden;
 white-space: nowrap;
 background-repeat: no-repeat;
 background-position: 0 center;
}
.wSelect-options-holder {
 position: absolute;
 display: none;
 left: 0px;
 z-index: 200;
 overflow: hidden;
}
.wSelect-multiple .wSelect-options-holder {
 position: relative !important;
 display: block !important;
 top: auto !important;
 z-index: auto !important;
 border: none !important;
}
.wSelect-options {
 overflow-y: scroll;
 overflow-x: hidden;
}
.wSelect-option {
 background-repeat: no-repeat;
 background-position: 5px center;
 margin-bottom: 1px;
 cursor: pointer;
}
.wSelect-option-last {
 margin-bottom: 0px;
}
.wSelect-option-value {
 margin: 0 5px;
 padding: 5px 0;
 background-repeat: no-repeat;
 background-position: 0 center;
 white-space: nowrap;
 overflow: hidden;
}
.wSelect-option-disabled .wSelect-option-value {
 filter: alpha(opacity=20);
 opacity: 0.2;
}
.wSelect-option-icon {
 padding-left: 20px;
}

.wSelect-theme-classic.wSelect {
 border: solid #CCC 1px;
 color: #555;
 background-color: #FAFAFA; 
 font-size: 12px;
 font-family: verdana;
 line-height: 20px;
 min-width: 100px;
 max-width: 300px;
 margin-bottom: 7px;
 box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
 -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
 -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
 border-radius: 5px;
 -webkit-border-radius: 5px;
 -moz-border-radius: 5px;
}
.wSelect-arrow {
 background-image: url('/css/./img/arrow-down.png');
}
.wSelect-theme-classic.wSelect-hover,
.wSelect-theme-classic.wSelect-active {
 border-color: rgb(82, 168, 236);
 border-color: rgba(82, 168, 236, 0.8);
 -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
 -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
 box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
}
.wSelect-theme-classic .wSelect-options-holder {
 background-color: #FAFAFA;
 border: solid #CACACA 1px;
 border-radius: 5px;
 -webkit-border-radius: 5px;
 -moz-border-radius: 5px;
 min-width: 100px;
 max-width: 300px;
}
.wSelect-theme-classic .wSelect-options {
 border: solid #FAFAFA 1px;
 border-radius: 4px;
 -webkit-border-radius: 4px;
 -moz-border-radius: 4px;
}
.wSelect-theme-classic .wSelect-option {
 background-color: #FFF;
 color: #333;
}
.wSelect-theme-classic .wSelect-option-disabled {
 background-color: #FFF !important;
 color: #333 !important; 
}
.wSelect-theme-classic .wSelect-option-selected,
.wSelect-theme-classic .wSelect-option:hover {
 background-color: #99AAFF;
 color: #FAFAFA;
}

.wSelect-theme-servicesSelect.wSelect {
 border: solid #CCC 1px;
 color: #555;
 background-color: #FAFAFA; 
 font-size: 12px;
 font-family: verdana;
 line-height: 20px;
 max-width: 100%;
 margin-bottom: 7px;
 height: 33px;
 background-color: white;
 border: 1px solid #c5c5c5;
 border-radius: 5px;
}
.wSelect-arrow {
 background-image: url('/css/../images/selectarrow.png');
}
.wSelect-theme-servicesSelect.wSelect-hover,
.wSelect-theme-servicesSelect.wSelect-active {
 
}
.wSelect-theme-servicesSelect .wSelect-options-holder {
 background-color: #FAFAFA;
 border: solid #CACACA 1px;
 border-radius: 5px;
 -webkit-border-radius: 5px;
 -moz-border-radius: 5px;
 max-width: 100%;
}
.wSelect-theme-servicesSelect .wSelect-options {
 border: solid #FAFAFA 1px;
 border-radius: 4px;
 -webkit-border-radius: 4px;
 -moz-border-radius: 4px;

}
.wSelect-theme-servicesSelect .wSelect-option {
 background-color: #FFF;
 color: #333;
}
.wSelect-theme-servicesSelect .wSelect-option-disabled {
 background-color: #FFF !important;
 color: #333 !important; 
}
.wSelect-theme-servicesSelect .wSelect-option-selected,
.wSelect-theme-servicesSelect .wSelect-option:hover {
 background-color: #F58220;
 color: #FAFAFA;
}

.wLabel-top,
.wLabel-left,
.wLabel-left-top {
 vertical-align: middle;
 font-size: 10px;
 line-height: 16px;
 color: #999;
 display: block;
 margin: 5px 0 3px 3px;
}
.wLabel-left-top {
 vertical-align: top;
}
@media screen and (min-width: 600px) {
 .wLabel-left,
 .wLabel-left-top {
 display: inline-block;
 *display: inline;
 zoom: 1;
 width: 70px;
 text-align: right;
 margin: 0 0 7px 0;
 }
}
/* End */


/* Start:/css/slick-theme.css?15973423242805*/
@charset 'UTF-8';
.slick-loading .slick-list
{
 background: #fff url('/css/./ajax-loader.gif') center center no-repeat;
}

@font-face
{
 font-family: 'slick';
 font-weight: normal;
 font-style: normal;
 src: url('/css/./fonts/slick.eot');
 src: url('/css/./fonts/slick.eot?#iefix') format('embedded-opentype'), url('/css/./fonts/slick.woff') format('woff'), url('/css/./fonts/slick.ttf') format('truetype'), url('/css/./fonts/slick.svg#slick') format('svg');
}
.slick-prev,
.slick-next{
 font-size: 0;
 line-height: 0;
 position: absolute;
 top: 50%;
 display: block;
 width: 20px;
 height: 20px;
 padding: 0;
 -webkit-transform: translate(0, -50%);
 -ms-transform: translate(0, -50%);
 transform: translate(0, -50%);
 cursor: pointer;
 color: transparent;
 border: none;
 outline: none;
 background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
 color: transparent;
 outline: none;
 background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
 opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
 opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
 font-family: 'slick';
 font-size: 20px;
 line-height: 1;

 opacity: .75;
 color: white;

 -webkit-font-smoothing: antialiased;
 -moz-osx-font-smoothing: grayscale;
}

.slick-prev
{
 left: -25px;
}
[dir='rtl'] .slick-prev
{
 right: -25px;
 left: auto;
}
.slick-prev:before
{
 content: '←';
}
[dir='rtl'] .slick-prev:before
{
 content: '→';
}

.slick-next
{
 right: -25px;
}
[dir='rtl'] .slick-next
{
 right: auto;
 left: -25px;
}
.slick-next:before
{
 content: '→';
}
[dir='rtl'] .slick-next:before
{
 content: '←';
}
.slick-dotted.slick-slider{margin-bottom: 30px;}
.slick-dots{
 position: absolute;
 bottom: -25px;
 display: block;
 width: 100%;
 padding: 0;
 margin: 0;
 list-style: none;
 text-align: center;
}
.slick-dots li{
 position: relative;
 display: inline-block;
 width: 20px;
 height: 20px;
 margin: 0 5px;
 padding: 0;
 cursor: pointer;
}
.slick-dots li button{
 font-size: 0;
 line-height: 0;
 display: block;

 width: 20px;
 height: 20px;
 padding: 5px;

 cursor: pointer;

 color: transparent;
 border: 0;
 outline: none;
 background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
 outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
 opacity: 1;
}
.slick-dots li button:before
{
 font-family: 'slick';
 font-size: 6px;
 line-height: 20px;

 position: absolute;
 top: 0;
 left: 0;

 width: 20px;
 height: 20px;

 content: '•';
 text-align: center;

 opacity: .25;
 color: black;

 -webkit-font-smoothing: antialiased;
 -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
 opacity: .75;
 color: black;
}

/* End */


/* Start:/css/slick.css?15973422451464*/
.slick-slider
{
 position: relative;
 display: block;
 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);
 -moz-transform: translate3d(0, 0, 0);
 -ms-transform: translate3d(0, 0, 0);
 -o-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;
 height: 100%;
 min-height: 1px;
}
[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.slick-hidden {display: none;}

/* End */


/* Start:/css/jquery.fancybox.min.css?157963168110252*/
.fancybox-enabled{overflow:hidden}.fancybox-enabled body{overflow:visible;-ms-touch-action:none;touch-action:none}.fancybox-container{position:fixed;top:0;left:0;width:100%;height:100%;z-index:99993;-webkit-backface-visibility:hidden;backface-visibility:hidden}.fancybox-container~.fancybox-container{z-index:99992}.fancybox-bg{position:absolute;top:0;right:0;bottom:0;left:0;background:#0f0f11;opacity:0;transition-timing-function:cubic-bezier(.55,.06,.68,.19);-webkit-backface-visibility:hidden;backface-visibility:hidden}.fancybox-container--ready .fancybox-bg{opacity:.87;transition-timing-function:cubic-bezier(.22,.61,.36,1)}.fancybox-controls{position:absolute;top:0;left:0;right:0;text-align:center;opacity:0;z-index:99994;transition:opacity .2s;pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;direction:ltr}.fancybox-show-controls .fancybox-controls{opacity:1}.fancybox-infobar{display:none}.fancybox-show-infobar .fancybox-infobar{display:inline-block;pointer-events:all}.fancybox-infobar__body{display:inline-block;width:70px;line-height:44px;font-size:13px;font-family:Helvetica Neue,Helvetica,Arial,sans-serif;text-align:center;color:#ddd;background-color:rgba(30,30,30,.7);pointer-events:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-touch-callout:none;-webkit-tap-highlight-color:transparent;-webkit-font-smoothing:subpixel-antialiased}.fancybox-buttons{position:absolute;top:0;right:0;display:none;pointer-events:all}.fancybox-show-buttons .fancybox-buttons{display:block}.fancybox-slider-wrap{overflow:hidden;direction:ltr}.fancybox-slider,.fancybox-slider-wrap{position:absolute;top:0;left:0;bottom:0;right:0;padding:0;margin:0;z-index:99993;-webkit-backface-visibility:hidden;backface-visibility:hidden}.fancybox-slide{position:absolute;top:0;left:0;width:100%;height:100%;margin:0;padding:0;overflow:auto;outline:none;white-space:normal;box-sizing:border-box;text-align:center;z-index:99994;-webkit-overflow-scrolling:touch;-webkit-tap-highlight-color:transparent}.fancybox-slide:before{content:"";height:100%;width:0}.fancybox-slide:before,.fancybox-slide>*{display:inline-block;vertical-align:middle}.fancybox-slide>*{position:relative;padding:24px;margin:44px 0;border-width:0;text-align:left;background-color:#fff;overflow:auto;box-sizing:border-box}.fancybox-slide--image{overflow:hidden}.fancybox-slide--image:before{display:none}.fancybox-content{display:inline-block;position:relative;margin:44px auto;padding:0;border:0;width:80%;height:calc(100% - 88px);vertical-align:middle;line-height:normal;text-align:left;white-space:normal;outline:none;font-size:16px;font-family:Arial,sans-serif;box-sizing:border-box;-webkit-tap-highlight-color:transparent;-webkit-overflow-scrolling:touch}.fancybox-iframe{display:block;margin:0;padding:0;border:0;width:100%;height:100%;background:#fff}.fancybox-slide--video .fancybox-content,.fancybox-slide--video .fancybox-iframe{background:transparent}.fancybox-placeholder{z-index:99995;background:transparent;cursor:default;overflow:visible;-webkit-transform-origin:top left;transform-origin:top left;background-size:100% 100%;background-repeat:no-repeat;-webkit-backface-visibility:hidden;backface-visibility:hidden}.fancybox-image,.fancybox-placeholder,.fancybox-spaceball{position:absolute;top:0;left:0;margin:0;padding:0;border:0}.fancybox-image,.fancybox-spaceball{width:100%;height:100%;max-width:none;max-height:none;background:transparent;background-size:100% 100%}.fancybox-controls--canzoomOut .fancybox-placeholder{cursor:zoom-out}.fancybox-controls--canzoomIn .fancybox-placeholder{cursor:zoom-in}.fancybox-controls--canGrab .fancybox-placeholder{cursor:-webkit-grab;cursor:grab}.fancybox-controls--isGrabbing .fancybox-placeholder{cursor:-webkit-grabbing;cursor:grabbing}.fancybox-spaceball{z-index:1}.fancybox-tmp{position:absolute;top:-9999px;left:-9999px;visibility:hidden}.fancybox-error{position:absolute;margin:0;padding:40px;top:50%;left:50%;width:380px;max-width:100%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);background:#fff;cursor:default}.fancybox-error p{margin:0;padding:0;color:#444;font:16px/20px Helvetica Neue,Helvetica,Arial,sans-serif}.fancybox-close-small{position:absolute;top:4px;right:4px;padding:0;margin:0;width:30px;height:30px;font:21px/1 Arial,Helvetica Neue,Helvetica,sans-serif;color:#888;font-weight:300;text-align:center;border-radius:50%;border-width:0;cursor:pointer;background:#fff;transition:background .2s;box-sizing:border-box;z-index:2}.fancybox-close-small:focus{outline:1px dotted #888}.fancybox-slide--video .fancybox-close-small{top:-36px;right:-36px;background:transparent}.fancybox-close-small:hover{color:#555;background:#eee}.fancybox-caption-wrap{position:absolute;bottom:0;left:0;right:0;padding:60px 30px 0;z-index:99998;-webkit-backface-visibility:hidden;backface-visibility:hidden;box-sizing:border-box;background:linear-gradient(180deg,transparent 0,rgba(0,0,0,.1) 20%,rgba(0,0,0,.2) 40%,rgba(0,0,0,.6) 80%,rgba(0,0,0,.8));opacity:0;transition:opacity .2s;pointer-events:none}.fancybox-show-caption .fancybox-caption-wrap{opacity:1}.fancybox-caption{padding:30px 0;border-top:1px solid hsla(0,0%,100%,.4);font-size:14px;font-family:Helvetica Neue,Helvetica,Arial,sans-serif;color:#fff;line-height:20px;-webkit-text-size-adjust:none}.fancybox-caption a,.fancybox-caption button{pointer-events:all}.fancybox-caption a{color:#fff;text-decoration:underline}.fancybox-button{display:inline-block;position:relative;width:44px;height:44px;line-height:44px;margin:0;padding:0;border:0;border-radius:0;cursor:pointer;background:transparent;color:#fff;box-sizing:border-box;vertical-align:top;outline:none}.fancybox-button--disabled{cursor:default;pointer-events:none}.fancybox-button,.fancybox-infobar__body{background:rgba(30,30,30,.6)}.fancybox-button:hover{background:rgba(0,0,0,.8)}.fancybox-button:after,.fancybox-button:before{content:"";pointer-events:none;position:absolute;border-color:#fff;background-color:currentColor;color:currentColor;opacity:.9;box-sizing:border-box;display:inline-block}.fancybox-button--disabled:after,.fancybox-button--disabled:before{opacity:.5}.fancybox-button--left:after{left:20px;-webkit-transform:rotate(-135deg);transform:rotate(-135deg)}.fancybox-button--left:after,.fancybox-button--right:after{top:18px;width:6px;height:6px;background:transparent;border-top:2px solid currentColor;border-right:2px solid currentColor}.fancybox-button--right:after{right:20px;-webkit-transform:rotate(45deg);transform:rotate(45deg)}.fancybox-button--left{border-bottom-left-radius:5px}.fancybox-button--right{border-bottom-right-radius:5px}.fancybox-button--close{float:right}.fancybox-button--close:after,.fancybox-button--close:before{content:"";display:inline-block;position:absolute;height:2px;width:16px;top:calc(50% - 1px);left:calc(50% - 8px)}.fancybox-button--close:before{-webkit-transform:rotate(45deg);transform:rotate(45deg)}.fancybox-button--close:after{-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}.fancybox-loading{border:6px solid hsla(0,0%,39%,.4);border-top:6px solid hsla(0,0%,100%,.6);border-radius:100%;height:50px;width:50px;-webkit-animation:a .8s infinite linear;animation:a .8s infinite linear;background:transparent;position:absolute;top:50%;left:50%;margin-top:-25px;margin-left:-25px;z-index:99999}@-webkit-keyframes a{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes a{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@media (max-width:800px){.fancybox-controls{text-align:left}.fancybox-button--left,.fancybox-button--right,.fancybox-buttons button:not(.fancybox-button--close){display:none!important}.fancybox-caption{padding:20px 0;margin:0}}.fancybox-button--fullscreen:before{width:15px;height:11px;left:15px;top:16px;border:2px solid;background:none}.fancybox-button--play:before{top:16px;left:18px;width:0;height:0;border-top:6px inset transparent;border-bottom:6px inset transparent;border-left:10px solid;border-radius:1px;background:transparent}.fancybox-button--pause:before{top:16px;left:18px;width:7px;height:11px;border-style:solid;border-width:0 2px;background:transparent}.fancybox-button--thumbs span{font-size:23px}.fancybox-button--thumbs:before{top:20px;left:21px;width:3px;height:3px;box-shadow:0 -4px 0,-4px -4px 0,4px -4px 0,inset 0 0 0 32px,-4px 0 0,4px 0 0,0 4px 0,-4px 4px 0,4px 4px 0}.fancybox-container--thumbs .fancybox-caption-wrap,.fancybox-container--thumbs .fancybox-controls,.fancybox-container--thumbs .fancybox-slider-wrap{right:220px}.fancybox-thumbs{position:absolute;top:0;right:0;bottom:0;left:auto;width:220px;margin:0;padding:5px 5px 0 0;background:#fff;z-index:99993;word-break:normal;-webkit-overflow-scrolling:touch;-webkit-tap-highlight-color:transparent;box-sizing:border-box}.fancybox-thumbs>ul{list-style:none;position:absolute;position:relative;width:100%;height:100%;margin:0;padding:0;overflow-x:hidden;overflow-y:auto;font-size:0}.fancybox-thumbs>ul>li{float:left;overflow:hidden;max-width:50%;padding:0;margin:0;width:105px;height:75px;position:relative;cursor:pointer;outline:none;border:5px solid #fff;border-top-width:0;border-right-width:0;-webkit-tap-highlight-color:transparent;-webkit-backface-visibility:hidden;backface-visibility:hidden;box-sizing:border-box}li.fancybox-thumbs-loading{background:rgba(0,0,0,.1)}.fancybox-thumbs>ul>li>img{position:absolute;top:0;left:0;min-width:100%;min-height:100%;max-width:none;max-height:none;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.fancybox-thumbs>ul>li:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border-radius:2px;border:4px solid #4ea7f9;z-index:99991;opacity:0;transition:all .2s cubic-bezier(.25,.46,.45,.94)}.fancybox-thumbs>ul>li.fancybox-thumbs-active:before{opacity:1}@media (max-width:800px){.fancybox-thumbs{display:none!important}.fancybox-container--thumbs .fancybox-caption-wrap,.fancybox-container--thumbs .fancybox-controls,.fancybox-container--thumbs .fancybox-slider-wrap{right:0}}
/* End */


/* Start:/css/magnific-popup.css?15973420826260*/
.mfp-bg {
 top: 0;
 left: 0;
 width: 100%;
 height: 100%;
 z-index: 1042;
 overflow: hidden;
 position: fixed;
 background: #0b0b0b;
 opacity: 0.8;}

.mfp-wrap {
 top: 0;
 left: 0;
 width: 100%;
 height: 100%;
 z-index: 1043;
 position: fixed;
 outline: none !important;
 -webkit-backface-visibility: hidden;}

.mfp-container {
 text-align: center;
 position: absolute;
 width: 100%;
 height: 100%;
 left: 0;
 top: 0;
 padding: 0 8px;
 box-sizing: border-box;}

.mfp-container:before {
 content: '';
 display: inline-block;
 height: 100%;
 vertical-align: middle;}

.mfp-align-top .mfp-container:before {
 display: none;}

.mfp-content {
 position: relative;
 display: inline-block;
 vertical-align: middle;
 margin: 0 auto;
 text-align: left;
 z-index: 1045;}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
 width: 100%;
 cursor: auto;}

.mfp-ajax-cur {
 cursor: progress;}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
 cursor: -moz-zoom-out;
 cursor: -webkit-zoom-out;
 cursor: zoom-out;}

.mfp-zoom {
 cursor: pointer;
 cursor: -webkit-zoom-in;
 cursor: -moz-zoom-in;
 cursor: zoom-in;}

.mfp-auto-cursor .mfp-content {
 cursor: auto;}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
 -webkit-user-select: none;
 -moz-user-select: none;
 user-select: none;}

.mfp-loading.mfp-figure {
 display: none;}

.mfp-hide {
 display: none !important;}

.mfp-preloader {
 color: #CCC;
 position: absolute;
 top: 50%;
 width: auto;
 text-align: center;
 margin-top: -0.8em;
 left: 8px;
 right: 8px;
 z-index: 1044;}
 .mfp-preloader a {
 color: #CCC;}
 .mfp-preloader a:hover {
 color: #FFF;}

.mfp-s-ready .mfp-preloader {
 display: none;}

.mfp-s-error .mfp-content {
 display: none;}

button.mfp-close,
button.mfp-arrow {
 overflow: visible;
 cursor: pointer;
 background: transparent;
 border: 0;
 -webkit-appearance: none;
 display: block;
 outline: none;
 padding: 0;
 z-index: 1046;
 box-shadow: none;
 touch-action: manipulation;}

button::-moz-focus-inner {
 padding: 0;
 border: 0;}

.mfp-close {
 width: 44px;
 height: 44px;
 line-height: 44px;
 position: absolute;
 right: 0;
 top: 0;
 text-decoration: none;
 text-align: center;
 opacity: 0.65;
 padding: 0 0 18px 10px;
 color: #FFF;
 font-style: normal;
 font-size: 28px;
 font-family: Arial, Baskerville, monospace;}
 .mfp-close:hover,
 .mfp-close:focus {
 opacity: 1;}
 .mfp-close:active {
 top: 1px;}

.mfp-close-btn-in .mfp-close {
 color: #333;}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
 color: #FFF;
 right: -6px;
 text-align: right;
 padding-right: 6px;
 width: 100%;}

.mfp-counter {
 position: absolute;
 top: 0;
 right: 0;
 color: #CCC;
 font-size: 12px;
 line-height: 18px;
 white-space: nowrap;}

.mfp-arrow {
 position: absolute;
 opacity: 0.65;
 margin: 0;
 top: 50%;
 margin-top: -55px;
 padding: 0;
 width: 90px;
 height: 110px;
 -webkit-tap-highlight-color: transparent;}
 .mfp-arrow:active {
 margin-top: -54px;}
 .mfp-arrow:hover,
 .mfp-arrow:focus {
 opacity: 1;}
 .mfp-arrow:before,
 .mfp-arrow:after {
 content: '';
 display: block;
 width: 0;
 height: 0;
 position: absolute;
 left: 0;
 top: 0;
 margin-top: 35px;
 margin-left: 35px;
 border: medium inset transparent;}
 .mfp-arrow:after {
 border-top-width: 13px;
 border-bottom-width: 13px;
 top: 8px;}
 .mfp-arrow:before {
 border-top-width: 21px;
 border-bottom-width: 21px;
 opacity: 0.7;}

.mfp-arrow-left {
 left: 0;}
 .mfp-arrow-left:after {
 border-right: 17px solid #FFF;
 margin-left: 31px;}
 .mfp-arrow-left:before {
 margin-left: 25px;
 border-right: 27px solid #3F3F3F;}

.mfp-arrow-right {
 right: 0;}
 .mfp-arrow-right:after {
 border-left: 17px solid #FFF;
 margin-left: 39px;}
 .mfp-arrow-right:before {
 border-left: 27px solid #3F3F3F;}

.mfp-iframe-holder {
 padding-top: 40px;
 padding-bottom: 40px;}
 .mfp-iframe-holder .mfp-content {
 line-height: 0;
 width: 100%;
 max-width: 900px;}
 .mfp-iframe-holder .mfp-close {
 top: -40px;}

.mfp-iframe-scaler {
 width: 100%;
 height: 0;
 overflow: hidden;
 padding-top: 56.25%;}
 .mfp-iframe-scaler iframe {
 position: absolute;
 display: block;
 top: 0;
 left: 0;
 width: 100%;
 height: 100%;
 box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
 background: #000;}

img.mfp-img {
 width: auto;
 max-width: 100%;
 height: auto;
 display: block;
 line-height: 0;
 box-sizing: border-box;
 padding: 40px 0 40px;
 margin: 0 auto;}

.mfp-figure {
 line-height: 0;}
 .mfp-figure:after {
 content: '';
 position: absolute;
 left: 0;
 top: 40px;
 bottom: 40px;
 display: block;
 right: 0;
 width: auto;
 height: auto;
 z-index: -1;
 box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
 background: #444;}
 .mfp-figure small {
 color: #BDBDBD;
 display: block;
 font-size: 12px;
 line-height: 14px;}
 .mfp-figure figure {
 margin: 0;}

.mfp-bottom-bar {
 margin-top: -36px;
 position: absolute;
 top: 100%;
 left: 0;
 width: 100%;
 cursor: auto;}

.mfp-title {
 text-align: left;
 line-height: 18px;
 color: #F3F3F3;
 word-wrap: break-word;
 padding-right: 36px;}

.mfp-image-holder .mfp-content {
 max-width: 100%;}

.mfp-gallery .mfp-image-holder .mfp-figure {
 cursor: pointer;}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
.mfp-img-mobile .mfp-image-holder {
 padding-left: 0;
 padding-right: 0;}
 .mfp-img-mobile img.mfp-img {
 padding: 0;}
 .mfp-img-mobile .mfp-figure:after {
 top: 0;
 bottom: 0;}
 .mfp-img-mobile .mfp-figure small {
 display: inline;
 margin-left: 5px;}
 .mfp-img-mobile .mfp-bottom-bar {
 background: rgba(0, 0, 0, 0.6);
 bottom: 0;
 margin: 0;
 top: auto;
 padding: 3px 5px;
 position: fixed;
 box-sizing: border-box;}
 .mfp-img-mobile .mfp-bottom-bar:empty {
 padding: 0;}
 .mfp-img-mobile .mfp-counter {
 right: 5px;
 top: 3px;}
 .mfp-img-mobile .mfp-close {
 top: 0;
 right: 0;
 width: 35px;
 height: 35px;
 line-height: 35px;
 background: rgba(0, 0, 0, 0.6);
 position: fixed;
 text-align: center;
 padding: 0;}}

@media all and (max-width: 900px) {
 .mfp-arrow {
 -webkit-transform: scale(0.75);
 transform: scale(0.75);}
 .mfp-arrow-left {
 -webkit-transform-origin: 0;
 transform-origin: 0;}
 .mfp-arrow-right {
 -webkit-transform-origin: 100%;
 transform-origin: 100%;}
 .mfp-container {
 padding-left: 6px;
 padding-right: 6px;}}

/* End */


/* Start:/css/selectric.css?15973421303950*/
.selectric-wrapper {
 position: relative;
 cursor: pointer;
}

.selectric-responsive {
 width: 100%;
}

.selectric {
 border: 1px solid #FFFFFF;
 background: #FFFFFF;
 position: relative;
 border-radius: 0px;
}

.selectric .label {
 display: block;
 white-space: nowrap;
 overflow: hidden;
 text-overflow: ellipsis;
 margin: 0 34px 0 7px;
 font-size: 12px;
 line-height: 34px;
 color: #000000;
 height: 34px;
}

.selectric .button {
 background: #87081F;
 border-radius: 0px;
 display: block;
 position: absolute;
 right: 0;
 top: 0;
 bottom: 0;
 margin: auto;
 width: 36px;
 height: 36px;
 color: #FFFFFF;
 text-align: center;
 font: 0/0 a;
 *font: 36px/36px Lucida Sans Unicode, Arial Unicode MS, Arial;
}

.selectric .button:after {
 content: " ";
 position: absolute;
 top: 0;
 right: 0;
 bottom: 0;
 left: 0;
 margin: auto;
 width: 0;
 height: 0;
 border: 4px solid transparent;
 border-top-color: #FFFFFF;
 border-bottom: none;
}
.selectric-focus .selectric {border-color: #AAA;}
.selectric-hover .selectric {border-color: #e6e6e6;}
.selectric-hover .selectric .button {color: #e6e6e6;}
.selectric-hover .selectric .button:after {border-top-color: #e6e6e6;}
.selectric-open {z-index: 9999;}
.selectric-open .selectric {
 border-color: #e6e6e6;
 background: #e6e6e6;
}

.selectric-open .selectric-items {
 display: block;
}

.selectric-disabled {
 filter: alpha(opacity=50);
 opacity: 0.5;
 cursor: default;
 -webkit-user-select: none;
 -moz-user-select: none;
 -ms-user-select: none;
 user-select: none;
}

.selectric-hide-select {
 position: relative;
 overflow: hidden;
 width: 0;
 height: 0;
}

.selectric-hide-select select {
 position: absolute;
 left: -100%;
}

.selectric-hide-select.selectric-is-native {
 position: absolute;
 width: 100%;
 height: 100%;
 z-index: 10;
}

.selectric-hide-select.selectric-is-native select {
 position: absolute;
 top: 0;
 left: 0;
 right: 0;
 height: 100%;
 width: 100%;
 border: none;
 z-index: 1;
 box-sizing: border-box;
 opacity: 0;
}

.selectric-input {
 position: absolute !important;
 top: 0 !important;
 left: 0 !important;
 overflow: hidden !important;
 clip: rect(0, 0, 0, 0) !important;
 margin: 0 !important;
 padding: 0 !important;
 width: 1px !important;
 height: 1px !important;
 outline: none !important;
 border: none !important;
 *font: 0/0 a !important;
 background: none !important;
}

.selectric-temp-show {
 position: absolute !important;
 visibility: hidden !important;
 display: block !important;
}
.selectric-items {
 display: none;
 position: absolute;
 top: 100%;
 left: 0;
 background: #F8F8F8;
 border: 1px solid #C4C4C4;
 z-index: -1;
 box-shadow: 0 0 10px -6px;
}

.selectric-items .selectric-scroll {
 height: 100%;
 overflow: auto;
}

.selectric-above .selectric-items {
 top: auto;
 bottom: 100%;
}

.selectric-items ul, .selectric-items li {
 list-style: none;
 padding: 0;
 margin: 0;
 font-size: 12px;
 line-height: 20px;
 min-height: 20px;
}

.selectric-items li {
 display: block;
 padding: 8px;
 border-top: 1px solid #FFF;
 border-bottom: 1px solid #EEE;
 color: #666;
 cursor: pointer;
}

.selectric-items li.selected {
 background: #EFEFEF;
 color: #444;
}

.selectric-items li.highlighted {
 background: #D0D0D0;
 color: #444;
}

.selectric-items li:hover {
 background: #F0F0F0;
 color: #444;
}

.selectric-items .disabled {
 filter: alpha(opacity=50);
 opacity: 0.5;
 cursor: default !important;
 background: none !important;
 color: #666 !important;
 -webkit-user-select: none;
 -moz-user-select: none;
 -ms-user-select: none;
 user-select: none;
}

.selectric-items .selectric-group .selectric-group-label {
 font-weight: bold;
 padding-left: 10px;
 cursor: default;
 -webkit-user-select: none;
 -moz-user-select: none;
 -ms-user-select: none;
 user-select: none;
 background: none;
 color: #444;
}

.selectric-items .selectric-group.disabled li {
 filter: alpha(opacity=100);
 opacity: 1;
}

.selectric-items .selectric-group li {
 padding-left: 25px;
}

/* End */


/* Start:/css/aos.css?157963168125983*/
[data-aos][data-aos][data-aos-duration='50'],body[data-aos-duration='50'] [data-aos]{transition-duration:50ms}[data-aos][data-aos][data-aos-delay='50'],body[data-aos-delay='50'] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay='50'].aos-animate,body[data-aos-delay='50'] [data-aos].aos-animate{transition-delay:50ms}[data-aos][data-aos][data-aos-duration='100'],body[data-aos-duration='100'] [data-aos]{transition-duration:.1s}[data-aos][data-aos][data-aos-delay='100'],body[data-aos-delay='100'] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay='100'].aos-animate,body[data-aos-delay='100'] [data-aos].aos-animate{transition-delay:.1s}[data-aos][data-aos][data-aos-duration='150'],body[data-aos-duration='150'] [data-aos]{transition-duration:.15s}[data-aos][data-aos][data-aos-delay='150'],body[data-aos-delay='150'] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay='150'].aos-animate,body[data-aos-delay='150'] [data-aos].aos-animate{transition-delay:.15s}[data-aos][data-aos][data-aos-duration='200'],body[data-aos-duration='200'] [data-aos]{transition-duration:.2s}[data-aos][data-aos][data-aos-delay='200'],body[data-aos-delay='200'] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay='200'].aos-animate,body[data-aos-delay='200'] [data-aos].aos-animate{transition-delay:.2s}[data-aos][data-aos][data-aos-duration='250'],body[data-aos-duration='250'] [data-aos]{transition-duration:.25s}[data-aos][data-aos][data-aos-delay='250'],body[data-aos-delay='250'] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay='250'].aos-animate,body[data-aos-delay='250'] [data-aos].aos-animate{transition-delay:.25s}[data-aos][data-aos][data-aos-duration='300'],body[data-aos-duration='300'] [data-aos]{transition-duration:.3s}[data-aos][data-aos][data-aos-delay='300'],body[data-aos-delay='300'] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay='300'].aos-animate,body[data-aos-delay='300'] [data-aos].aos-animate{transition-delay:.3s}[data-aos][data-aos][data-aos-duration='350'],body[data-aos-duration='350'] [data-aos]{transition-duration:.35s}[data-aos][data-aos][data-aos-delay='350'],body[data-aos-delay='350'] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay='350'].aos-animate,body[data-aos-delay='350'] [data-aos].aos-animate{transition-delay:.35s}[data-aos][data-aos][data-aos-duration='400'],body[data-aos-duration='400'] [data-aos]{transition-duration:.4s}[data-aos][data-aos][data-aos-delay='400'],body[data-aos-delay='400'] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay='400'].aos-animate,body[data-aos-delay='400'] [data-aos].aos-animate{transition-delay:.4s}[data-aos][data-aos][data-aos-duration='450'],body[data-aos-duration='450'] [data-aos]{transition-duration:.45s}[data-aos][data-aos][data-aos-delay='450'],body[data-aos-delay='450'] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay='450'].aos-animate,body[data-aos-delay='450'] [data-aos].aos-animate{transition-delay:.45s}[data-aos][data-aos][data-aos-duration='500'],body[data-aos-duration='500'] [data-aos]{transition-duration:.5s}[data-aos][data-aos][data-aos-delay='500'],body[data-aos-delay='500'] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay='500'].aos-animate,body[data-aos-delay='500'] [data-aos].aos-animate{transition-delay:.5s}[data-aos][data-aos][data-aos-duration='550'],body[data-aos-duration='550'] [data-aos]{transition-duration:.55s}[data-aos][data-aos][data-aos-delay='550'],body[data-aos-delay='550'] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay='550'].aos-animate,body[data-aos-delay='550'] [data-aos].aos-animate{transition-delay:.55s}[data-aos][data-aos][data-aos-duration='600'],body[data-aos-duration='600'] [data-aos]{transition-duration:.6s}[data-aos][data-aos][data-aos-delay='600'],body[data-aos-delay='600'] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay='600'].aos-animate,body[data-aos-delay='600'] [data-aos].aos-animate{transition-delay:.6s}[data-aos][data-aos][data-aos-duration='650'],body[data-aos-duration='650'] [data-aos]{transition-duration:.65s}[data-aos][data-aos][data-aos-delay='650'],body[data-aos-delay='650'] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay='650'].aos-animate,body[data-aos-delay='650'] [data-aos].aos-animate{transition-delay:.65s}[data-aos][data-aos][data-aos-duration='700'],body[data-aos-duration='700'] [data-aos]{transition-duration:.7s}[data-aos][data-aos][data-aos-delay='700'],body[data-aos-delay='700'] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay='700'].aos-animate,body[data-aos-delay='700'] [data-aos].aos-animate{transition-delay:.7s}[data-aos][data-aos][data-aos-duration='750'],body[data-aos-duration='750'] [data-aos]{transition-duration:.75s}[data-aos][data-aos][data-aos-delay='750'],body[data-aos-delay='750'] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay='750'].aos-animate,body[data-aos-delay='750'] [data-aos].aos-animate{transition-delay:.75s}[data-aos][data-aos][data-aos-duration='800'],body[data-aos-duration='800'] [data-aos]{transition-duration:.8s}[data-aos][data-aos][data-aos-delay='800'],body[data-aos-delay='800'] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay='800'].aos-animate,body[data-aos-delay='800'] [data-aos].aos-animate{transition-delay:.8s}[data-aos][data-aos][data-aos-duration='850'],body[data-aos-duration='850'] [data-aos]{transition-duration:.85s}[data-aos][data-aos][data-aos-delay='850'],body[data-aos-delay='850'] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay='850'].aos-animate,body[data-aos-delay='850'] [data-aos].aos-animate{transition-delay:.85s}[data-aos][data-aos][data-aos-duration='900'],body[data-aos-duration='900'] [data-aos]{transition-duration:.9s}[data-aos][data-aos][data-aos-delay='900'],body[data-aos-delay='900'] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay='900'].aos-animate,body[data-aos-delay='900'] [data-aos].aos-animate{transition-delay:.9s}[data-aos][data-aos][data-aos-duration='950'],body[data-aos-duration='950'] [data-aos]{transition-duration:.95s}[data-aos][data-aos][data-aos-delay='950'],body[data-aos-delay='950'] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay='950'].aos-animate,body[data-aos-delay='950'] [data-aos].aos-animate{transition-delay:.95s}[data-aos][data-aos][data-aos-duration='1000'],body[data-aos-duration='1000'] [data-aos]{transition-duration:1s}[data-aos][data-aos][data-aos-delay='1000'],body[data-aos-delay='1000'] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay='1000'].aos-animate,body[data-aos-delay='1000'] [data-aos].aos-animate{transition-delay:1s}[data-aos][data-aos][data-aos-duration='1050'],body[data-aos-duration='1050'] [data-aos]{transition-duration:1.05s}[data-aos][data-aos][data-aos-delay='1050'],body[data-aos-delay='1050'] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay='1050'].aos-animate,body[data-aos-delay='1050'] [data-aos].aos-animate{transition-delay:1.05s}[data-aos][data-aos][data-aos-duration='1100'],body[data-aos-duration='1100'] [data-aos]{transition-duration:1.1s}[data-aos][data-aos][data-aos-delay='1100'],body[data-aos-delay='1100'] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay='1100'].aos-animate,body[data-aos-delay='1100'] [data-aos].aos-animate{transition-delay:1.1s}[data-aos][data-aos][data-aos-duration='1150'],body[data-aos-duration='1150'] [data-aos]{transition-duration:1.15s}[data-aos][data-aos][data-aos-delay='1150'],body[data-aos-delay='1150'] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay='1150'].aos-animate,body[data-aos-delay='1150'] [data-aos].aos-animate{transition-delay:1.15s}[data-aos][data-aos][data-aos-duration='1200'],body[data-aos-duration='1200'] [data-aos]{transition-duration:1.2s}[data-aos][data-aos][data-aos-delay='1200'],body[data-aos-delay='1200'] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay='1200'].aos-animate,body[data-aos-delay='1200'] [data-aos].aos-animate{transition-delay:1.2s}[data-aos][data-aos][data-aos-duration='1250'],body[data-aos-duration='1250'] [data-aos]{transition-duration:1.25s}[data-aos][data-aos][data-aos-delay='1250'],body[data-aos-delay='1250'] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay='1250'].aos-animate,body[data-aos-delay='1250'] [data-aos].aos-animate{transition-delay:1.25s}[data-aos][data-aos][data-aos-duration='1300'],body[data-aos-duration='1300'] [data-aos]{transition-duration:1.3s}[data-aos][data-aos][data-aos-delay='1300'],body[data-aos-delay='1300'] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay='1300'].aos-animate,body[data-aos-delay='1300'] [data-aos].aos-animate{transition-delay:1.3s}[data-aos][data-aos][data-aos-duration='1350'],body[data-aos-duration='1350'] [data-aos]{transition-duration:1.35s}[data-aos][data-aos][data-aos-delay='1350'],body[data-aos-delay='1350'] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay='1350'].aos-animate,body[data-aos-delay='1350'] [data-aos].aos-animate{transition-delay:1.35s}[data-aos][data-aos][data-aos-duration='1400'],body[data-aos-duration='1400'] [data-aos]{transition-duration:1.4s}[data-aos][data-aos][data-aos-delay='1400'],body[data-aos-delay='1400'] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay='1400'].aos-animate,body[data-aos-delay='1400'] [data-aos].aos-animate{transition-delay:1.4s}[data-aos][data-aos][data-aos-duration='1450'],body[data-aos-duration='1450'] [data-aos]{transition-duration:1.45s}[data-aos][data-aos][data-aos-delay='1450'],body[data-aos-delay='1450'] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay='1450'].aos-animate,body[data-aos-delay='1450'] [data-aos].aos-animate{transition-delay:1.45s}[data-aos][data-aos][data-aos-duration='1500'],body[data-aos-duration='1500'] [data-aos]{transition-duration:1.5s}[data-aos][data-aos][data-aos-delay='1500'],body[data-aos-delay='1500'] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay='1500'].aos-animate,body[data-aos-delay='1500'] [data-aos].aos-animate{transition-delay:1.5s}[data-aos][data-aos][data-aos-duration='1550'],body[data-aos-duration='1550'] [data-aos]{transition-duration:1.55s}[data-aos][data-aos][data-aos-delay='1550'],body[data-aos-delay='1550'] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay='1550'].aos-animate,body[data-aos-delay='1550'] [data-aos].aos-animate{transition-delay:1.55s}[data-aos][data-aos][data-aos-duration='1600'],body[data-aos-duration='1600'] [data-aos]{transition-duration:1.6s}[data-aos][data-aos][data-aos-delay='1600'],body[data-aos-delay='1600'] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay='1600'].aos-animate,body[data-aos-delay='1600'] [data-aos].aos-animate{transition-delay:1.6s}[data-aos][data-aos][data-aos-duration='1650'],body[data-aos-duration='1650'] [data-aos]{transition-duration:1.65s}[data-aos][data-aos][data-aos-delay='1650'],body[data-aos-delay='1650'] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay='1650'].aos-animate,body[data-aos-delay='1650'] [data-aos].aos-animate{transition-delay:1.65s}[data-aos][data-aos][data-aos-duration='1700'],body[data-aos-duration='1700'] [data-aos]{transition-duration:1.7s}[data-aos][data-aos][data-aos-delay='1700'],body[data-aos-delay='1700'] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay='1700'].aos-animate,body[data-aos-delay='1700'] [data-aos].aos-animate{transition-delay:1.7s}[data-aos][data-aos][data-aos-duration='1750'],body[data-aos-duration='1750'] [data-aos]{transition-duration:1.75s}[data-aos][data-aos][data-aos-delay='1750'],body[data-aos-delay='1750'] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay='1750'].aos-animate,body[data-aos-delay='1750'] [data-aos].aos-animate{transition-delay:1.75s}[data-aos][data-aos][data-aos-duration='1800'],body[data-aos-duration='1800'] [data-aos]{transition-duration:1.8s}[data-aos][data-aos][data-aos-delay='1800'],body[data-aos-delay='1800'] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay='1800'].aos-animate,body[data-aos-delay='1800'] [data-aos].aos-animate{transition-delay:1.8s}[data-aos][data-aos][data-aos-duration='1850'],body[data-aos-duration='1850'] [data-aos]{transition-duration:1.85s}[data-aos][data-aos][data-aos-delay='1850'],body[data-aos-delay='1850'] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay='1850'].aos-animate,body[data-aos-delay='1850'] [data-aos].aos-animate{transition-delay:1.85s}[data-aos][data-aos][data-aos-duration='1900'],body[data-aos-duration='1900'] [data-aos]{transition-duration:1.9s}[data-aos][data-aos][data-aos-delay='1900'],body[data-aos-delay='1900'] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay='1900'].aos-animate,body[data-aos-delay='1900'] [data-aos].aos-animate{transition-delay:1.9s}[data-aos][data-aos][data-aos-duration='1950'],body[data-aos-duration='1950'] [data-aos]{transition-duration:1.95s}[data-aos][data-aos][data-aos-delay='1950'],body[data-aos-delay='1950'] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay='1950'].aos-animate,body[data-aos-delay='1950'] [data-aos].aos-animate{transition-delay:1.95s}[data-aos][data-aos][data-aos-duration='2000'],body[data-aos-duration='2000'] [data-aos]{transition-duration:2s}[data-aos][data-aos][data-aos-delay='2000'],body[data-aos-delay='2000'] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay='2000'].aos-animate,body[data-aos-delay='2000'] [data-aos].aos-animate{transition-delay:2s}[data-aos][data-aos][data-aos-duration='2050'],body[data-aos-duration='2050'] [data-aos]{transition-duration:2.05s}[data-aos][data-aos][data-aos-delay='2050'],body[data-aos-delay='2050'] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay='2050'].aos-animate,body[data-aos-delay='2050'] [data-aos].aos-animate{transition-delay:2.05s}[data-aos][data-aos][data-aos-duration='2100'],body[data-aos-duration='2100'] [data-aos]{transition-duration:2.1s}[data-aos][data-aos][data-aos-delay='2100'],body[data-aos-delay='2100'] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay='2100'].aos-animate,body[data-aos-delay='2100'] [data-aos].aos-animate{transition-delay:2.1s}[data-aos][data-aos][data-aos-duration='2150'],body[data-aos-duration='2150'] [data-aos]{transition-duration:2.15s}[data-aos][data-aos][data-aos-delay='2150'],body[data-aos-delay='2150'] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay='2150'].aos-animate,body[data-aos-delay='2150'] [data-aos].aos-animate{transition-delay:2.15s}[data-aos][data-aos][data-aos-duration='2200'],body[data-aos-duration='2200'] [data-aos]{transition-duration:2.2s}[data-aos][data-aos][data-aos-delay='2200'],body[data-aos-delay='2200'] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay='2200'].aos-animate,body[data-aos-delay='2200'] [data-aos].aos-animate{transition-delay:2.2s}[data-aos][data-aos][data-aos-duration='2250'],body[data-aos-duration='2250'] [data-aos]{transition-duration:2.25s}[data-aos][data-aos][data-aos-delay='2250'],body[data-aos-delay='2250'] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay='2250'].aos-animate,body[data-aos-delay='2250'] [data-aos].aos-animate{transition-delay:2.25s}[data-aos][data-aos][data-aos-duration='2300'],body[data-aos-duration='2300'] [data-aos]{transition-duration:2.3s}[data-aos][data-aos][data-aos-delay='2300'],body[data-aos-delay='2300'] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay='2300'].aos-animate,body[data-aos-delay='2300'] [data-aos].aos-animate{transition-delay:2.3s}[data-aos][data-aos][data-aos-duration='2350'],body[data-aos-duration='2350'] [data-aos]{transition-duration:2.35s}[data-aos][data-aos][data-aos-delay='2350'],body[data-aos-delay='2350'] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay='2350'].aos-animate,body[data-aos-delay='2350'] [data-aos].aos-animate{transition-delay:2.35s}[data-aos][data-aos][data-aos-duration='2400'],body[data-aos-duration='2400'] [data-aos]{transition-duration:2.4s}[data-aos][data-aos][data-aos-delay='2400'],body[data-aos-delay='2400'] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay='2400'].aos-animate,body[data-aos-delay='2400'] [data-aos].aos-animate{transition-delay:2.4s}[data-aos][data-aos][data-aos-duration='2450'],body[data-aos-duration='2450'] [data-aos]{transition-duration:2.45s}[data-aos][data-aos][data-aos-delay='2450'],body[data-aos-delay='2450'] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay='2450'].aos-animate,body[data-aos-delay='2450'] [data-aos].aos-animate{transition-delay:2.45s}[data-aos][data-aos][data-aos-duration='2500'],body[data-aos-duration='2500'] [data-aos]{transition-duration:2.5s}[data-aos][data-aos][data-aos-delay='2500'],body[data-aos-delay='2500'] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay='2500'].aos-animate,body[data-aos-delay='2500'] [data-aos].aos-animate{transition-delay:2.5s}[data-aos][data-aos][data-aos-duration='2550'],body[data-aos-duration='2550'] [data-aos]{transition-duration:2.55s}[data-aos][data-aos][data-aos-delay='2550'],body[data-aos-delay='2550'] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay='2550'].aos-animate,body[data-aos-delay='2550'] [data-aos].aos-animate{transition-delay:2.55s}[data-aos][data-aos][data-aos-duration='2600'],body[data-aos-duration='2600'] [data-aos]{transition-duration:2.6s}[data-aos][data-aos][data-aos-delay='2600'],body[data-aos-delay='2600'] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay='2600'].aos-animate,body[data-aos-delay='2600'] [data-aos].aos-animate{transition-delay:2.6s}[data-aos][data-aos][data-aos-duration='2650'],body[data-aos-duration='2650'] [data-aos]{transition-duration:2.65s}[data-aos][data-aos][data-aos-delay='2650'],body[data-aos-delay='2650'] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay='2650'].aos-animate,body[data-aos-delay='2650'] [data-aos].aos-animate{transition-delay:2.65s}[data-aos][data-aos][data-aos-duration='2700'],body[data-aos-duration='2700'] [data-aos]{transition-duration:2.7s}[data-aos][data-aos][data-aos-delay='2700'],body[data-aos-delay='2700'] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay='2700'].aos-animate,body[data-aos-delay='2700'] [data-aos].aos-animate{transition-delay:2.7s}[data-aos][data-aos][data-aos-duration='2750'],body[data-aos-duration='2750'] [data-aos]{transition-duration:2.75s}[data-aos][data-aos][data-aos-delay='2750'],body[data-aos-delay='2750'] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay='2750'].aos-animate,body[data-aos-delay='2750'] [data-aos].aos-animate{transition-delay:2.75s}[data-aos][data-aos][data-aos-duration='2800'],body[data-aos-duration='2800'] [data-aos]{transition-duration:2.8s}[data-aos][data-aos][data-aos-delay='2800'],body[data-aos-delay='2800'] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay='2800'].aos-animate,body[data-aos-delay='2800'] [data-aos].aos-animate{transition-delay:2.8s}[data-aos][data-aos][data-aos-duration='2850'],body[data-aos-duration='2850'] [data-aos]{transition-duration:2.85s}[data-aos][data-aos][data-aos-delay='2850'],body[data-aos-delay='2850'] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay='2850'].aos-animate,body[data-aos-delay='2850'] [data-aos].aos-animate{transition-delay:2.85s}[data-aos][data-aos][data-aos-duration='2900'],body[data-aos-duration='2900'] [data-aos]{transition-duration:2.9s}[data-aos][data-aos][data-aos-delay='2900'],body[data-aos-delay='2900'] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay='2900'].aos-animate,body[data-aos-delay='2900'] [data-aos].aos-animate{transition-delay:2.9s}[data-aos][data-aos][data-aos-duration='2950'],body[data-aos-duration='2950'] [data-aos]{transition-duration:2.95s}[data-aos][data-aos][data-aos-delay='2950'],body[data-aos-delay='2950'] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay='2950'].aos-animate,body[data-aos-delay='2950'] [data-aos].aos-animate{transition-delay:2.95s}[data-aos][data-aos][data-aos-duration='3000'],body[data-aos-duration='3000'] [data-aos]{transition-duration:3s}[data-aos][data-aos][data-aos-delay='3000'],body[data-aos-delay='3000'] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay='3000'].aos-animate,body[data-aos-delay='3000'] [data-aos].aos-animate{transition-delay:3s}[data-aos][data-aos][data-aos-easing=linear],body[data-aos-easing=linear] [data-aos]{transition-timing-function:cubic-bezier(.25,.25,.75,.75)}[data-aos][data-aos][data-aos-easing=ease],body[data-aos-easing=ease] [data-aos]{transition-timing-function:ease}[data-aos][data-aos][data-aos-easing=ease-in],body[data-aos-easing=ease-in] [data-aos]{transition-timing-function:ease-in}[data-aos][data-aos][data-aos-easing=ease-out],body[data-aos-easing=ease-out] [data-aos]{transition-timing-function:ease-out}[data-aos][data-aos][data-aos-easing=ease-in-out],body[data-aos-easing=ease-in-out] [data-aos]{transition-timing-function:ease-in-out}[data-aos][data-aos][data-aos-easing=ease-in-back],body[data-aos-easing=ease-in-back] [data-aos]{transition-timing-function:cubic-bezier(.6,-.28,.735,.045)}[data-aos][data-aos][data-aos-easing=ease-out-back],body[data-aos-easing=ease-out-back] [data-aos]{transition-timing-function:cubic-bezier(.175,.885,.32,1.275)}[data-aos][data-aos][data-aos-easing=ease-in-out-back],body[data-aos-easing=ease-in-out-back] [data-aos]{transition-timing-function:cubic-bezier(.68,-.55,.265,1.55)}[data-aos][data-aos][data-aos-easing=ease-in-sine],body[data-aos-easing=ease-in-sine] [data-aos]{transition-timing-function:cubic-bezier(.47,0,.745,.715)}[data-aos][data-aos][data-aos-easing=ease-out-sine],body[data-aos-easing=ease-out-sine] [data-aos]{transition-timing-function:cubic-bezier(.39,.575,.565,1)}[data-aos][data-aos][data-aos-easing=ease-in-out-sine],body[data-aos-easing=ease-in-out-sine] [data-aos]{transition-timing-function:cubic-bezier(.445,.05,.55,.95)}[data-aos][data-aos][data-aos-easing=ease-in-quad],body[data-aos-easing=ease-in-quad] [data-aos]{transition-timing-function:cubic-bezier(.55,.085,.68,.53)}[data-aos][data-aos][data-aos-easing=ease-out-quad],body[data-aos-easing=ease-out-quad] [data-aos]{transition-timing-function:cubic-bezier(.25,.46,.45,.94)}[data-aos][data-aos][data-aos-easing=ease-in-out-quad],body[data-aos-easing=ease-in-out-quad] [data-aos]{transition-timing-function:cubic-bezier(.455,.03,.515,.955)}[data-aos][data-aos][data-aos-easing=ease-in-cubic],body[data-aos-easing=ease-in-cubic] [data-aos]{transition-timing-function:cubic-bezier(.55,.085,.68,.53)}[data-aos][data-aos][data-aos-easing=ease-out-cubic],body[data-aos-easing=ease-out-cubic] [data-aos]{transition-timing-function:cubic-bezier(.25,.46,.45,.94)}[data-aos][data-aos][data-aos-easing=ease-in-out-cubic],body[data-aos-easing=ease-in-out-cubic] [data-aos]{transition-timing-function:cubic-bezier(.455,.03,.515,.955)}[data-aos][data-aos][data-aos-easing=ease-in-quart],body[data-aos-easing=ease-in-quart] [data-aos]{transition-timing-function:cubic-bezier(.55,.085,.68,.53)}[data-aos][data-aos][data-aos-easing=ease-out-quart],body[data-aos-easing=ease-out-quart] [data-aos]{transition-timing-function:cubic-bezier(.25,.46,.45,.94)}[data-aos][data-aos][data-aos-easing=ease-in-out-quart],body[data-aos-easing=ease-in-out-quart] [data-aos]{transition-timing-function:cubic-bezier(.455,.03,.515,.955)}[data-aos^=fade][data-aos^=fade]{opacity:0;transition-property:opacity,transform}[data-aos^=fade][data-aos^=fade].aos-animate{opacity:1;transform:translate(0)}[data-aos=fade-up]{transform:translateY(100px)}[data-aos=fade-down]{transform:translateY(-100px)}[data-aos=fade-right]{transform:translate(-100px)}[data-aos=fade-left]{transform:translate(100px)}[data-aos=fade-up-right]{transform:translate(-100px,100px)}[data-aos=fade-up-left]{transform:translate(100px,100px)}[data-aos=fade-down-right]{transform:translate(-100px,-100px)}[data-aos=fade-down-left]{transform:translate(100px,-100px)}[data-aos^=zoom][data-aos^=zoom]{opacity:0;transition-property:opacity,transform}[data-aos^=zoom][data-aos^=zoom].aos-animate{opacity:1;transform:translate(0) scale(1)}[data-aos=zoom-in]{transform:scale(.6)}[data-aos=zoom-in-up]{transform:translateY(100px) scale(.6)}[data-aos=zoom-in-down]{transform:translateY(-100px) scale(.6)}[data-aos=zoom-in-right]{transform:translate(-100px) scale(.6)}[data-aos=zoom-in-left]{transform:translate(100px) scale(.6)}[data-aos=zoom-out]{transform:scale(1.2)}[data-aos=zoom-out-up]{transform:translateY(100px) scale(1.2)}[data-aos=zoom-out-down]{transform:translateY(-100px) scale(1.2)}[data-aos=zoom-out-right]{transform:translate(-100px) scale(1.2)}[data-aos=zoom-out-left]{transform:translate(100px) scale(1.2)}[data-aos^=slide][data-aos^=slide]{transition-property:transform}[data-aos^=slide][data-aos^=slide].aos-animate{transform:translate(0)}[data-aos=slide-up]{transform:translateY(100%)}[data-aos=slide-down]{transform:translateY(-100%)}[data-aos=slide-right]{transform:translateX(-100%)}[data-aos=slide-left]{transform:translateX(100%)}[data-aos^=flip][data-aos^=flip]{backface-visibility:hidden;transition-property:transform}[data-aos=flip-left]{transform:perspective(2500px) rotateY(-100deg)}[data-aos=flip-left].aos-animate{transform:perspective(2500px) rotateY(0)}[data-aos=flip-right]{transform:perspective(2500px) rotateY(100deg)}[data-aos=flip-right].aos-animate{transform:perspective(2500px) rotateY(0)}[data-aos=flip-up]{transform:perspective(2500px) rotateX(-100deg)}[data-aos=flip-up].aos-animate{transform:perspective(2500px) rotateX(0)}[data-aos=flip-down]{transform:perspective(2500px) rotateX(100deg)}[data-aos=flip-down].aos-animate{transform:perspective(2500px) rotateX(0)}
/*# sourceMappingURL=aos.css.map*/
/* End */


/* Start:/css/lightslider.min.css?15973420265403*/
.lSSlideWrapper,.lSSlideWrapper .lSFade{position:relative}.lSSlideWrapper .lSSlide,.lSSlideWrapper.usingCss .lSFade>*{-webkit-transition-timing-function:inherit!important;transition-timing-function:inherit!important;-webkit-transition-duration:inherit!important;transition-duration:inherit!important}.lSSlideOuter,.lSSlideOuter .lSPager.lSGallery{-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;-webkit-touch-callout:none;-webkit-user-select:none}.lSSlideOuter .lSPager.lSGallery:after,.lSSlideWrapper>.lightSlider:after{clear:both}.lSSlideOuter{overflow:hidden;user-select:none}.lightSlider:after,.lightSlider:before{content:" ";display:table}.lightSlider{overflow:hidden;margin:0}.lSSlideWrapper{max-width:100%;overflow:hidden}.lSSlideWrapper .lSSlide{-webkit-transform:translate(0,0);-ms-transform:translate(0,0);transform:translate(0,0);-webkit-transition:all 1s;-webkit-transition-property:-webkit-transform,height;-moz-transition-property:-moz-transform,height;transition-property:transform,height}.lSSlideWrapper .lSFade>*{position:absolute!important;top:0;left:0;z-index:9;margin-right:0;width:100%}.lSSlideWrapper.usingCss .lSFade>*{opacity:0;-webkit-transition-delay:0s;transition-delay:0s;-webkit-transition-property:opacity;transition-property:opacity}.lSSlideWrapper .lSFade>.active{z-index:10}.lSSlideWrapper.usingCss .lSFade>.active{opacity:1}.lSSlideOuter .lSPager.lSpg{margin:10px 0 0;padding:0;text-align:center}.lSSlideOuter .lSPager.lSpg>li{cursor:pointer;display:inline-block;padding:0 5px}.lSSlideOuter .lSPager.lSpg>li a{background-color:#222;border-radius:30px;display:inline-block;height:8px;overflow:hidden;text-indent:-999em;width:8px;position:relative;z-index:99;-webkit-transition:all .5s linear 0s;transition:all .5s linear 0s}.lSSlideOuter .lSPager.lSpg>li.active a,.lSSlideOuter .lSPager.lSpg>li:hover a{background-color:#428bca}.lSSlideOuter .media{opacity:.8}.lSSlideOuter .media.active{opacity:1}.lSSlideOuter .lSPager.lSGallery{list-style:none;padding-left:0;margin:0;overflow:hidden;transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);-webkit-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);-webkit-transition-property:-webkit-transform;-moz-transition-property:-moz-transform;user-select:none}.lSSlideOuter .lSPager.lSGallery li{overflow:hidden;-webkit-transition:border-radius .12s linear 0s .35s linear 0s;transition:border-radius .12s linear 0s .35s linear 0s}.lSSlideOuter .lSPager.lSGallery li.active,.lSSlideOuter .lSPager.lSGallery li:hover{border-radius:5px}.lSSlideOuter .lSPager.lSGallery img{display:block;height:auto;max-width:100%}.lSSlideOuter .lSPager.lSGallery:after,.lSSlideOuter .lSPager.lSGallery:before{content:" ";display:table}.lSAction>a{width:32px;display:block;top:50%;height:32px;background-image:url(/css/../img/controls.png);cursor:pointer;position:absolute;z-index:99;margin-top:-16px;opacity:.5;-webkit-transition:opacity .35s linear 0s;transition:opacity .35s linear 0s}.lSAction>a:hover{opacity:1}.lSAction>.lSPrev{background-position:0 0;left:10px}.lSAction>.lSNext{background-position:-32px 0;right:10px}.lSAction>a.disabled{pointer-events:none}.cS-hidden{height:1px;opacity:0;filter:alpha(opacity=0);overflow:hidden}.lSSlideOuter.vertical{position:relative}.lSSlideOuter.vertical.noPager{padding-right:0!important}.lSSlideOuter.vertical .lSGallery{position:absolute!important;right:0;top:0}.lSSlideOuter.vertical .lightSlider>*{width:100%!important;max-width:none!important}.lSSlideOuter.vertical .lSAction>a{left:50%;margin-left:-14px;margin-top:0}.lSSlideOuter.vertical .lSAction>.lSNext{background-position:31px -31px;bottom:10px;top:auto}.lSSlideOuter.vertical .lSAction>.lSPrev{background-position:0 -31px;bottom:auto;top:10px}.lSSlideOuter.lSrtl{direction:rtl}.lSSlideOuter .lSPager,.lSSlideOuter .lightSlider{padding-left:0;list-style:none}.lSSlideOuter.lSrtl .lSPager,.lSSlideOuter.lSrtl .lightSlider{padding-right:0}.lSSlideOuter .lSGallery li,.lSSlideOuter .lightSlider>*{float:left}.lSSlideOuter.lSrtl .lSGallery li,.lSSlideOuter.lSrtl .lightSlider>*{float:right!important}@-webkit-keyframes rightEnd{0%,100%{left:0}50%{left:-15px}}@keyframes rightEnd{0%,100%{left:0}50%{left:-15px}}@-webkit-keyframes topEnd{0%,100%{top:0}50%{top:-15px}}@keyframes topEnd{0%,100%{top:0}50%{top:-15px}}@-webkit-keyframes leftEnd{0%,100%{left:0}50%{left:15px}}@keyframes leftEnd{0%,100%{left:0}50%{left:15px}}@-webkit-keyframes bottomEnd{0%,100%{bottom:0}50%{bottom:-15px}}@keyframes bottomEnd{0%,100%{bottom:0}50%{bottom:-15px}}.lSSlideOuter .rightEnd{-webkit-animation:rightEnd .3s;animation:rightEnd .3s;position:relative}.lSSlideOuter .leftEnd{-webkit-animation:leftEnd .3s;animation:leftEnd .3s;position:relative}.lSSlideOuter.vertical .rightEnd{-webkit-animation:topEnd .3s;animation:topEnd .3s;position:relative}.lSSlideOuter.vertical .leftEnd{-webkit-animation:bottomEnd .3s;animation:bottomEnd .3s;position:relative}.lSSlideOuter.lSrtl .rightEnd{-webkit-animation:leftEnd .3s;animation:leftEnd .3s;position:relative}.lSSlideOuter.lSrtl .leftEnd{-webkit-animation:rightEnd .3s;animation:rightEnd .3s;position:relative}.lightSlider.lsGrab>*{cursor:-webkit-grab;cursor:-moz-grab;cursor:-o-grab;cursor:-ms-grab;cursor:grab}.lightSlider.lsGrabbing>*{cursor:move;cursor:-webkit-grabbing;cursor:-moz-grabbing;cursor:-o-grabbing;cursor:-ms-grabbing;cursor:grabbing}
/* End */


/* Start:/css/bootstrap-datepicker.min.css?159734193715456*/
.datepicker{padding:4px;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;direction:ltr}.datepicker-inline{width:220px}.datepicker.datepicker-rtl{direction:rtl}.datepicker.datepicker-rtl table tr td span{float:right}.datepicker-dropdown{top:0;left:0}.datepicker-dropdown:before{content:'';display:inline-block;border-left:7px solid transparent;border-right:7px solid transparent;border-bottom:7px solid #999;border-top:0;border-bottom-color:rgba(0,0,0,.2);position:absolute}.datepicker-dropdown:after{content:'';display:inline-block;border-left:6px solid transparent;border-right:6px solid transparent;border-bottom:6px solid #fff;border-top:0;position:absolute}.datepicker-dropdown.datepicker-orient-left:before{left:6px}.datepicker-dropdown.datepicker-orient-left:after{left:7px}.datepicker-dropdown.datepicker-orient-right:before{right:6px}.datepicker-dropdown.datepicker-orient-right:after{right:7px}.datepicker-dropdown.datepicker-orient-bottom:before{top:-7px}.datepicker-dropdown.datepicker-orient-bottom:after{top:-6px}.datepicker-dropdown.datepicker-orient-top:before{bottom:-7px;border-bottom:0;border-top:7px solid #999}.datepicker-dropdown.datepicker-orient-top:after{bottom:-6px;border-bottom:0;border-top:6px solid #fff}.datepicker table{margin:7px;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.datepicker td,.datepicker th{text-align:center;width:20px;height:20px;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;border:none}.table-striped .datepicker table tr td,.table-striped .datepicker table tr th{background-color:transparent}.datepicker table tr td.day.focused,.datepicker table tr td.day:hover{background:#eee;cursor:pointer}.datepicker table tr td.new,.datepicker table tr td.old{color:#999}.datepicker table tr td.disabled,.datepicker table tr td.disabled:hover{background:0 0;color:#999;cursor:default}.datepicker table tr td.highlighted{background:#d9edf7;border-radius:0}.datepicker table tr td.today,.datepicker table tr td.today.disabled,.datepicker table tr td.today.disabled:hover,.datepicker table tr td.today:hover{background-color:#fde19a;background-image:-moz-linear-gradient(to bottom,#fdd49a,#fdf59a);background-image:-ms-linear-gradient(to bottom,#fdd49a,#fdf59a);background-image:-webkit-gradient(linear,0 0,0 100%,from(#fdd49a),to(#fdf59a));background-image:-webkit-linear-gradient(to bottom,#fdd49a,#fdf59a);background-image:-o-linear-gradient(to bottom,#fdd49a,#fdf59a);background-image:linear-gradient(to bottom,#fdd49a,#fdf59a);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fdd49a', endColorstr='#fdf59a', GradientType=0);border-color:#fdf59a #fdf59a #fbed50;border-color:rgba(0,0,0,.1) rgba(0,0,0,.1) rgba(0,0,0,.25);filter:progid:DXImageTransform.Microsoft.gradient(enabled=false);color:#000}.datepicker table tr td.today.active,.datepicker table tr td.today.disabled,.datepicker table tr td.today.disabled.active,.datepicker table tr td.today.disabled.disabled,.datepicker table tr td.today.disabled:active,.datepicker table tr td.today.disabled:hover,.datepicker table tr td.today.disabled:hover.active,.datepicker table tr td.today.disabled:hover.disabled,.datepicker table tr td.today.disabled:hover:active,.datepicker table tr td.today.disabled:hover:hover,.datepicker table tr td.today.disabled:hover[disabled],.datepicker table tr td.today.disabled[disabled],.datepicker table tr td.today:active,.datepicker table tr td.today:hover,.datepicker table tr td.today:hover.active,.datepicker table tr td.today:hover.disabled,.datepicker table tr td.today:hover:active,.datepicker table tr td.today:hover:hover,.datepicker table tr td.today:hover[disabled],.datepicker table tr td.today[disabled]{background-color:#fdf59a}.datepicker table tr td.today.active,.datepicker table tr td.today.disabled.active,.datepicker table tr td.today.disabled:active,.datepicker table tr td.today.disabled:hover.active,.datepicker table tr td.today.disabled:hover:active,.datepicker table tr td.today:active,.datepicker table tr td.today:hover.active,.datepicker table tr td.today:hover:active{background-color:#fbf069\9}.datepicker table tr td.today:hover:hover{color:#000}.datepicker table tr td.today.active:hover{color:#fff}.datepicker table tr td.range,.datepicker table tr td.range.disabled,.datepicker table tr td.range.disabled:hover,.datepicker table tr td.range:hover{background:#eee;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0}.datepicker table tr td.range.today,.datepicker table tr td.range.today.disabled,.datepicker table tr td.range.today.disabled:hover,.datepicker table tr td.range.today:hover{background-color:#f3d17a;background-image:-moz-linear-gradient(to bottom,#f3c17a,#f3e97a);background-image:-ms-linear-gradient(to bottom,#f3c17a,#f3e97a);background-image:-webkit-gradient(linear,0 0,0 100%,from(#f3c17a),to(#f3e97a));background-image:-webkit-linear-gradient(to bottom,#f3c17a,#f3e97a);background-image:-o-linear-gradient(to bottom,#f3c17a,#f3e97a);background-image:linear-gradient(to bottom,#f3c17a,#f3e97a);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f3c17a', endColorstr='#f3e97a', GradientType=0);border-color:#f3e97a #f3e97a #edde34;border-color:rgba(0,0,0,.1) rgba(0,0,0,.1) rgba(0,0,0,.25);filter:progid:DXImageTransform.Microsoft.gradient(enabled=false);-webkit-border-radius:0;-moz-border-radius:0;border-radius:0}.datepicker table tr td.range.today.active,.datepicker table tr td.range.today.disabled,.datepicker table tr td.range.today.disabled.active,.datepicker table tr td.range.today.disabled.disabled,.datepicker table tr td.range.today.disabled:active,.datepicker table tr td.range.today.disabled:hover,.datepicker table tr td.range.today.disabled:hover.active,.datepicker table tr td.range.today.disabled:hover.disabled,.datepicker table tr td.range.today.disabled:hover:active,.datepicker table tr td.range.today.disabled:hover:hover,.datepicker table tr td.range.today.disabled:hover[disabled],.datepicker table tr td.range.today.disabled[disabled],.datepicker table tr td.range.today:active,.datepicker table tr td.range.today:hover,.datepicker table tr td.range.today:hover.active,.datepicker table tr td.range.today:hover.disabled,.datepicker table tr td.range.today:hover:active,.datepicker table tr td.range.today:hover:hover,.datepicker table tr td.range.today:hover[disabled],.datepicker table tr td.range.today[disabled]{background-color:#f3e97a}.datepicker table tr td.range.today.active,.datepicker table tr td.range.today.disabled.active,.datepicker table tr td.range.today.disabled:active,.datepicker table tr td.range.today.disabled:hover.active,.datepicker table tr td.range.today.disabled:hover:active,.datepicker table tr td.range.today:active,.datepicker table tr td.range.today:hover.active,.datepicker table tr td.range.today:hover:active{background-color:#efe24b\9}.datepicker table tr td.selected,.datepicker table tr td.selected.disabled,.datepicker table tr td.selected.disabled:hover,.datepicker table tr td.selected:hover{background-color:#9e9e9e;background-image:-moz-linear-gradient(to bottom,#b3b3b3,grey);background-image:-ms-linear-gradient(to bottom,#b3b3b3,grey);background-image:-webkit-gradient(linear,0 0,0 100%,from(#b3b3b3),to(grey));background-image:-webkit-linear-gradient(to bottom,#b3b3b3,grey);background-image:-o-linear-gradient(to bottom,#b3b3b3,grey);background-image:linear-gradient(to bottom,#b3b3b3,grey);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#b3b3b3', endColorstr='#808080', GradientType=0);border-color:grey grey #595959;border-color:rgba(0,0,0,.1) rgba(0,0,0,.1) rgba(0,0,0,.25);filter:progid:DXImageTransform.Microsoft.gradient(enabled=false);color:#fff;text-shadow:0 -1px 0 rgba(0,0,0,.25)}.datepicker table tr td.selected.active,.datepicker table tr td.selected.disabled,.datepicker table tr td.selected.disabled.active,.datepicker table tr td.selected.disabled.disabled,.datepicker table tr td.selected.disabled:active,.datepicker table tr td.selected.disabled:hover,.datepicker table tr td.selected.disabled:hover.active,.datepicker table tr td.selected.disabled:hover.disabled,.datepicker table tr td.selected.disabled:hover:active,.datepicker table tr td.selected.disabled:hover:hover,.datepicker table tr td.selected.disabled:hover[disabled],.datepicker table tr td.selected.disabled[disabled],.datepicker table tr td.selected:active,.datepicker table tr td.selected:hover,.datepicker table tr td.selected:hover.active,.datepicker table tr td.selected:hover.disabled,.datepicker table tr td.selected:hover:active,.datepicker table tr td.selected:hover:hover,.datepicker table tr td.selected:hover[disabled],.datepicker table tr td.selected[disabled]{background-color:grey}.datepicker table tr td.selected.active,.datepicker table tr td.selected.disabled.active,.datepicker table tr td.selected.disabled:active,.datepicker table tr td.selected.disabled:hover.active,.datepicker table tr td.selected.disabled:hover:active,.datepicker table tr td.selected:active,.datepicker table tr td.selected:hover.active,.datepicker table tr td.selected:hover:active{background-color:#666\9}.datepicker table tr td.active,.datepicker table tr td.active.disabled,.datepicker table tr td.active.disabled:hover,.datepicker table tr td.active:hover{background-color:#006dcc;background-image:-moz-linear-gradient(to bottom,#08c,#04c);background-image:-ms-linear-gradient(to bottom,#08c,#04c);background-image:-webkit-gradient(linear,0 0,0 100%,from(#08c),to(#04c));background-image:-webkit-linear-gradient(to bottom,#08c,#04c);background-image:-o-linear-gradient(to bottom,#08c,#04c);background-image:linear-gradient(to bottom,#08c,#04c);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#08c', endColorstr='#0044cc', GradientType=0);border-color:#04c #04c #002a80;border-color:rgba(0,0,0,.1) rgba(0,0,0,.1) rgba(0,0,0,.25);filter:progid:DXImageTransform.Microsoft.gradient(enabled=false);color:#fff;text-shadow:0 -1px 0 rgba(0,0,0,.25)}.datepicker table tr td.active.active,.datepicker table tr td.active.disabled,.datepicker table tr td.active.disabled.active,.datepicker table tr td.active.disabled.disabled,.datepicker table tr td.active.disabled:active,.datepicker table tr td.active.disabled:hover,.datepicker table tr td.active.disabled:hover.active,.datepicker table tr td.active.disabled:hover.disabled,.datepicker table tr td.active.disabled:hover:active,.datepicker table tr td.active.disabled:hover:hover,.datepicker table tr td.active.disabled:hover[disabled],.datepicker table tr td.active.disabled[disabled],.datepicker table tr td.active:active,.datepicker table tr td.active:hover,.datepicker table tr td.active:hover.active,.datepicker table tr td.active:hover.disabled,.datepicker table tr td.active:hover:active,.datepicker table tr td.active:hover:hover,.datepicker table tr td.active:hover[disabled],.datepicker table tr td.active[disabled]{background-color:#04c}.datepicker table tr td.active.active,.datepicker table tr td.active.disabled.active,.datepicker table tr td.active.disabled:active,.datepicker table tr td.active.disabled:hover.active,.datepicker table tr td.active.disabled:hover:active,.datepicker table tr td.active:active,.datepicker table tr td.active:hover.active,.datepicker table tr td.active:hover:active{background-color:#039\9}.datepicker table tr td span{display:block;width:23%;height:54px;line-height:54px;float:left;margin:1%;cursor:pointer;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px}.datepicker table tr td span.focused,.datepicker table tr td span:hover{background:#eee}.datepicker table tr td span.disabled,.datepicker table tr td span.disabled:hover{background:0 0;color:#999;cursor:default}.datepicker table tr td span.active,.datepicker table tr td span.active.disabled,.datepicker table tr td span.active.disabled:hover,.datepicker table tr td span.active:hover{background-color:#006dcc;background-image:-moz-linear-gradient(to bottom,#08c,#04c);background-image:-ms-linear-gradient(to bottom,#08c,#04c);background-image:-webkit-gradient(linear,0 0,0 100%,from(#08c),to(#04c));background-image:-webkit-linear-gradient(to bottom,#08c,#04c);background-image:-o-linear-gradient(to bottom,#08c,#04c);background-image:linear-gradient(to bottom,#08c,#04c);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#08c', endColorstr='#0044cc', GradientType=0);border-color:#04c #04c #002a80;border-color:rgba(0,0,0,.1) rgba(0,0,0,.1) rgba(0,0,0,.25);filter:progid:DXImageTransform.Microsoft.gradient(enabled=false);color:#fff;text-shadow:0 -1px 0 rgba(0,0,0,.25)}.datepicker table tr td span.active.active,.datepicker table tr td span.active.disabled,.datepicker table tr td span.active.disabled.active,.datepicker table tr td span.active.disabled.disabled,.datepicker table tr td span.active.disabled:active,.datepicker table tr td span.active.disabled:hover,.datepicker table tr td span.active.disabled:hover.active,.datepicker table tr td span.active.disabled:hover.disabled,.datepicker table tr td span.active.disabled:hover:active,.datepicker table tr td span.active.disabled:hover:hover,.datepicker table tr td span.active.disabled:hover[disabled],.datepicker table tr td span.active.disabled[disabled],.datepicker table tr td span.active:active,.datepicker table tr td span.active:hover,.datepicker table tr td span.active:hover.active,.datepicker table tr td span.active:hover.disabled,.datepicker table tr td span.active:hover:active,.datepicker table tr td span.active:hover:hover,.datepicker table tr td span.active:hover[disabled],.datepicker table tr td span.active[disabled]{background-color:#04c}.datepicker table tr td span.active.active,.datepicker table tr td span.active.disabled.active,.datepicker table tr td span.active.disabled:active,.datepicker table tr td span.active.disabled:hover.active,.datepicker table tr td span.active.disabled:hover:active,.datepicker table tr td span.active:active,.datepicker table tr td span.active:hover.active,.datepicker table tr td span.active:hover:active{background-color:#039\9}.datepicker table tr td span.new,.datepicker table tr td span.old{color:#999}.datepicker .datepicker-switch{width:145px}.datepicker .datepicker-switch,.datepicker .next,.datepicker .prev,.datepicker tfoot tr th{cursor:pointer}.datepicker .datepicker-switch:hover,.datepicker .next:hover,.datepicker .prev:hover,.datepicker tfoot tr th:hover{background:#eee}.datepicker .cw{font-size:10px;width:12px;padding:0 2px 0 5px;vertical-align:middle}.input-append.date .add-on,.input-prepend.date .add-on{cursor:pointer}.input-append.date .add-on i,.input-prepend.date .add-on i{margin-top:3px}.input-daterange input{text-align:center}.input-daterange input:first-child{-webkit-border-radius:3px 0 0 3px;-moz-border-radius:3px 0 0 3px;border-radius:3px 0 0 3px}.input-daterange input:last-child{-webkit-border-radius:0 3px 3px 0;-moz-border-radius:0 3px 3px 0;border-radius:0 3px 3px 0}.input-daterange .add-on{display:inline-block;width:auto;min-width:16px;height:18px;padding:4px 5px;font-weight:400;line-height:18px;text-align:center;text-shadow:0 1px 0 #fff;vertical-align:middle;background-color:#eee;border:1px solid #ccc;margin-left:-5px;margin-right:-5px}

/* End */


/* Start:/css/bootstrap-datepicker.standalone.min.css?159734194716177*/
.datepicker{padding:4px;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;direction:ltr}.datepicker-inline{width:220px}.datepicker.datepicker-rtl{direction:rtl}.datepicker.datepicker-rtl table tr td span{float:right}.datepicker-dropdown{top:0;left:0}.datepicker-dropdown:before{content:'';display:inline-block;border-left:7px solid transparent;border-right:7px solid transparent;border-bottom:7px solid #999;border-top:0;border-bottom-color:rgba(0,0,0,.2);position:absolute}.datepicker-dropdown:after{content:'';display:inline-block;border-left:6px solid transparent;border-right:6px solid transparent;border-bottom:6px solid #fff;border-top:0;position:absolute}.datepicker-dropdown.datepicker-orient-left:before{left:6px}.datepicker-dropdown.datepicker-orient-left:after{left:7px}.datepicker-dropdown.datepicker-orient-right:before{right:6px}.datepicker-dropdown.datepicker-orient-right:after{right:7px}.datepicker-dropdown.datepicker-orient-bottom:before{top:-7px}.datepicker-dropdown.datepicker-orient-bottom:after{top:-6px}.datepicker-dropdown.datepicker-orient-top:before{bottom:-7px;border-bottom:0;border-top:7px solid #999}.datepicker-dropdown.datepicker-orient-top:after{bottom:-6px;border-bottom:0;border-top:6px solid #fff}.datepicker table{margin:7px;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.datepicker td,.datepicker th{text-align:center;width:20px;height:20px;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;border:none}.table-striped .datepicker table tr td,.table-striped .datepicker table tr th{background-color:transparent}.datepicker table tr td.day.focused,.datepicker table tr td.day:hover{background:#eee;cursor:pointer}.datepicker table tr td.new,.datepicker table tr td.old{color:#999}.datepicker table tr td.disabled,.datepicker table tr td.disabled:hover{background:0 0;color:#999;cursor:default}.datepicker table tr td.highlighted{background:#d9edf7;border-radius:0}.datepicker table tr td.today,.datepicker table tr td.today.disabled,.datepicker table tr td.today.disabled:hover,.datepicker table tr td.today:hover{background-color:#fde19a;background-image:-moz-linear-gradient(to bottom,#fdd49a,#fdf59a);background-image:-ms-linear-gradient(to bottom,#fdd49a,#fdf59a);background-image:-webkit-gradient(linear,0 0,0 100%,from(#fdd49a),to(#fdf59a));background-image:-webkit-linear-gradient(to bottom,#fdd49a,#fdf59a);background-image:-o-linear-gradient(to bottom,#fdd49a,#fdf59a);background-image:linear-gradient(to bottom,#fdd49a,#fdf59a);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fdd49a', endColorstr='#fdf59a', GradientType=0);border-color:#fdf59a #fdf59a #fbed50;border-color:rgba(0,0,0,.1) rgba(0,0,0,.1) rgba(0,0,0,.25);filter:progid:DXImageTransform.Microsoft.gradient(enabled=false);color:#000}.datepicker table tr td.today.active,.datepicker table tr td.today.disabled,.datepicker table tr td.today.disabled.active,.datepicker table tr td.today.disabled.disabled,.datepicker table tr td.today.disabled:active,.datepicker table tr td.today.disabled:hover,.datepicker table tr td.today.disabled:hover.active,.datepicker table tr td.today.disabled:hover.disabled,.datepicker table tr td.today.disabled:hover:active,.datepicker table tr td.today.disabled:hover:hover,.datepicker table tr td.today.disabled:hover[disabled],.datepicker table tr td.today.disabled[disabled],.datepicker table tr td.today:active,.datepicker table tr td.today:hover,.datepicker table tr td.today:hover.active,.datepicker table tr td.today:hover.disabled,.datepicker table tr td.today:hover:active,.datepicker table tr td.today:hover:hover,.datepicker table tr td.today:hover[disabled],.datepicker table tr td.today[disabled]{background-color:#fdf59a}.datepicker table tr td.today.active,.datepicker table tr td.today.disabled.active,.datepicker table tr td.today.disabled:active,.datepicker table tr td.today.disabled:hover.active,.datepicker table tr td.today.disabled:hover:active,.datepicker table tr td.today:active,.datepicker table tr td.today:hover.active,.datepicker table tr td.today:hover:active{background-color:#fbf069\9}.datepicker table tr td.today:hover:hover{color:#000}.datepicker table tr td.today.active:hover{color:#fff}.datepicker table tr td.range,.datepicker table tr td.range.disabled,.datepicker table tr td.range.disabled:hover,.datepicker table tr td.range:hover{background:#eee;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0}.datepicker table tr td.range.today,.datepicker table tr td.range.today.disabled,.datepicker table tr td.range.today.disabled:hover,.datepicker table tr td.range.today:hover{background-color:#f3d17a;background-image:-moz-linear-gradient(to bottom,#f3c17a,#f3e97a);background-image:-ms-linear-gradient(to bottom,#f3c17a,#f3e97a);background-image:-webkit-gradient(linear,0 0,0 100%,from(#f3c17a),to(#f3e97a));background-image:-webkit-linear-gradient(to bottom,#f3c17a,#f3e97a);background-image:-o-linear-gradient(to bottom,#f3c17a,#f3e97a);background-image:linear-gradient(to bottom,#f3c17a,#f3e97a);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f3c17a', endColorstr='#f3e97a', GradientType=0);border-color:#f3e97a #f3e97a #edde34;border-color:rgba(0,0,0,.1) rgba(0,0,0,.1) rgba(0,0,0,.25);filter:progid:DXImageTransform.Microsoft.gradient(enabled=false);-webkit-border-radius:0;-moz-border-radius:0;border-radius:0}.datepicker table tr td.range.today.active,.datepicker table tr td.range.today.disabled,.datepicker table tr td.range.today.disabled.active,.datepicker table tr td.range.today.disabled.disabled,.datepicker table tr td.range.today.disabled:active,.datepicker table tr td.range.today.disabled:hover,.datepicker table tr td.range.today.disabled:hover.active,.datepicker table tr td.range.today.disabled:hover.disabled,.datepicker table tr td.range.today.disabled:hover:active,.datepicker table tr td.range.today.disabled:hover:hover,.datepicker table tr td.range.today.disabled:hover[disabled],.datepicker table tr td.range.today.disabled[disabled],.datepicker table tr td.range.today:active,.datepicker table tr td.range.today:hover,.datepicker table tr td.range.today:hover.active,.datepicker table tr td.range.today:hover.disabled,.datepicker table tr td.range.today:hover:active,.datepicker table tr td.range.today:hover:hover,.datepicker table tr td.range.today:hover[disabled],.datepicker table tr td.range.today[disabled]{background-color:#f3e97a}.datepicker table tr td.range.today.active,.datepicker table tr td.range.today.disabled.active,.datepicker table tr td.range.today.disabled:active,.datepicker table tr td.range.today.disabled:hover.active,.datepicker table tr td.range.today.disabled:hover:active,.datepicker table tr td.range.today:active,.datepicker table tr td.range.today:hover.active,.datepicker table tr td.range.today:hover:active{background-color:#efe24b\9}.datepicker table tr td.selected,.datepicker table tr td.selected.disabled,.datepicker table tr td.selected.disabled:hover,.datepicker table tr td.selected:hover{background-color:#9e9e9e;background-image:-moz-linear-gradient(to bottom,#b3b3b3,grey);background-image:-ms-linear-gradient(to bottom,#b3b3b3,grey);background-image:-webkit-gradient(linear,0 0,0 100%,from(#b3b3b3),to(grey));background-image:-webkit-linear-gradient(to bottom,#b3b3b3,grey);background-image:-o-linear-gradient(to bottom,#b3b3b3,grey);background-image:linear-gradient(to bottom,#b3b3b3,grey);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#b3b3b3', endColorstr='#808080', GradientType=0);border-color:grey grey #595959;border-color:rgba(0,0,0,.1) rgba(0,0,0,.1) rgba(0,0,0,.25);filter:progid:DXImageTransform.Microsoft.gradient(enabled=false);color:#fff;text-shadow:0 -1px 0 rgba(0,0,0,.25)}.datepicker table tr td.selected.active,.datepicker table tr td.selected.disabled,.datepicker table tr td.selected.disabled.active,.datepicker table tr td.selected.disabled.disabled,.datepicker table tr td.selected.disabled:active,.datepicker table tr td.selected.disabled:hover,.datepicker table tr td.selected.disabled:hover.active,.datepicker table tr td.selected.disabled:hover.disabled,.datepicker table tr td.selected.disabled:hover:active,.datepicker table tr td.selected.disabled:hover:hover,.datepicker table tr td.selected.disabled:hover[disabled],.datepicker table tr td.selected.disabled[disabled],.datepicker table tr td.selected:active,.datepicker table tr td.selected:hover,.datepicker table tr td.selected:hover.active,.datepicker table tr td.selected:hover.disabled,.datepicker table tr td.selected:hover:active,.datepicker table tr td.selected:hover:hover,.datepicker table tr td.selected:hover[disabled],.datepicker table tr td.selected[disabled]{background-color:grey}.datepicker table tr td.selected.active,.datepicker table tr td.selected.disabled.active,.datepicker table tr td.selected.disabled:active,.datepicker table tr td.selected.disabled:hover.active,.datepicker table tr td.selected.disabled:hover:active,.datepicker table tr td.selected:active,.datepicker table tr td.selected:hover.active,.datepicker table tr td.selected:hover:active{background-color:#666\9}.datepicker table tr td.active,.datepicker table tr td.active.disabled,.datepicker table tr td.active.disabled:hover,.datepicker table tr td.active:hover{background-color:#006dcc;background-image:-moz-linear-gradient(to bottom,#08c,#04c);background-image:-ms-linear-gradient(to bottom,#08c,#04c);background-image:-webkit-gradient(linear,0 0,0 100%,from(#08c),to(#04c));background-image:-webkit-linear-gradient(to bottom,#08c,#04c);background-image:-o-linear-gradient(to bottom,#08c,#04c);background-image:linear-gradient(to bottom,#08c,#04c);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#08c', endColorstr='#0044cc', GradientType=0);border-color:#04c #04c #002a80;border-color:rgba(0,0,0,.1) rgba(0,0,0,.1) rgba(0,0,0,.25);filter:progid:DXImageTransform.Microsoft.gradient(enabled=false);color:#fff;text-shadow:0 -1px 0 rgba(0,0,0,.25)}.datepicker table tr td.active.active,.datepicker table tr td.active.disabled,.datepicker table tr td.active.disabled.active,.datepicker table tr td.active.disabled.disabled,.datepicker table tr td.active.disabled:active,.datepicker table tr td.active.disabled:hover,.datepicker table tr td.active.disabled:hover.active,.datepicker table tr td.active.disabled:hover.disabled,.datepicker table tr td.active.disabled:hover:active,.datepicker table tr td.active.disabled:hover:hover,.datepicker table tr td.active.disabled:hover[disabled],.datepicker table tr td.active.disabled[disabled],.datepicker table tr td.active:active,.datepicker table tr td.active:hover,.datepicker table tr td.active:hover.active,.datepicker table tr td.active:hover.disabled,.datepicker table tr td.active:hover:active,.datepicker table tr td.active:hover:hover,.datepicker table tr td.active:hover[disabled],.datepicker table tr td.active[disabled]{background-color:#04c}.datepicker table tr td.active.active,.datepicker table tr td.active.disabled.active,.datepicker table tr td.active.disabled:active,.datepicker table tr td.active.disabled:hover.active,.datepicker table tr td.active.disabled:hover:active,.datepicker table tr td.active:active,.datepicker table tr td.active:hover.active,.datepicker table tr td.active:hover:active{background-color:#039\9}.datepicker table tr td span{display:block;width:23%;height:54px;line-height:54px;float:left;margin:1%;cursor:pointer;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px}.datepicker table tr td span.focused,.datepicker table tr td span:hover{background:#eee}.datepicker table tr td span.disabled,.datepicker table tr td span.disabled:hover{background:0 0;color:#999;cursor:default}.datepicker table tr td span.active,.datepicker table tr td span.active.disabled,.datepicker table tr td span.active.disabled:hover,.datepicker table tr td span.active:hover{background-color:#006dcc;background-image:-moz-linear-gradient(to bottom,#08c,#04c);background-image:-ms-linear-gradient(to bottom,#08c,#04c);background-image:-webkit-gradient(linear,0 0,0 100%,from(#08c),to(#04c));background-image:-webkit-linear-gradient(to bottom,#08c,#04c);background-image:-o-linear-gradient(to bottom,#08c,#04c);background-image:linear-gradient(to bottom,#08c,#04c);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#08c', endColorstr='#0044cc', GradientType=0);border-color:#04c #04c #002a80;border-color:rgba(0,0,0,.1) rgba(0,0,0,.1) rgba(0,0,0,.25);filter:progid:DXImageTransform.Microsoft.gradient(enabled=false);color:#fff;text-shadow:0 -1px 0 rgba(0,0,0,.25)}.datepicker table tr td span.active.active,.datepicker table tr td span.active.disabled,.datepicker table tr td span.active.disabled.active,.datepicker table tr td span.active.disabled.disabled,.datepicker table tr td span.active.disabled:active,.datepicker table tr td span.active.disabled:hover,.datepicker table tr td span.active.disabled:hover.active,.datepicker table tr td span.active.disabled:hover.disabled,.datepicker table tr td span.active.disabled:hover:active,.datepicker table tr td span.active.disabled:hover:hover,.datepicker table tr td span.active.disabled:hover[disabled],.datepicker table tr td span.active.disabled[disabled],.datepicker table tr td span.active:active,.datepicker table tr td span.active:hover,.datepicker table tr td span.active:hover.active,.datepicker table tr td span.active:hover.disabled,.datepicker table tr td span.active:hover:active,.datepicker table tr td span.active:hover:hover,.datepicker table tr td span.active:hover[disabled],.datepicker table tr td span.active[disabled]{background-color:#04c}.datepicker table tr td span.active.active,.datepicker table tr td span.active.disabled.active,.datepicker table tr td span.active.disabled:active,.datepicker table tr td span.active.disabled:hover.active,.datepicker table tr td span.active.disabled:hover:active,.datepicker table tr td span.active:active,.datepicker table tr td span.active:hover.active,.datepicker table tr td span.active:hover:active{background-color:#039\9}.datepicker table tr td span.new,.datepicker table tr td span.old{color:#999}.datepicker .datepicker-switch{width:145px}.datepicker .datepicker-switch,.datepicker .next,.datepicker .prev,.datepicker tfoot tr th{cursor:pointer}.datepicker .datepicker-switch:hover,.datepicker .next:hover,.datepicker .prev:hover,.datepicker tfoot tr th:hover{background:#eee}.datepicker .cw{font-size:10px;width:12px;padding:0 2px 0 5px;vertical-align:middle}.input-append.date .add-on,.input-prepend.date .add-on{cursor:pointer}.input-append.date .add-on i,.input-prepend.date .add-on i{margin-top:3px}.input-daterange input{text-align:center}.input-daterange input:first-child{-webkit-border-radius:3px 0 0 3px;-moz-border-radius:3px 0 0 3px;border-radius:3px 0 0 3px}.input-daterange input:last-child{-webkit-border-radius:0 3px 3px 0;-moz-border-radius:0 3px 3px 0;border-radius:0 3px 3px 0}.input-daterange .add-on{display:inline-block;width:auto;min-width:16px;height:20px;padding:4px 5px;font-weight:400;line-height:20px;text-align:center;text-shadow:0 1px 0 #fff;vertical-align:middle;background-color:#eee;border:1px solid #ccc;margin-left:-5px;margin-right:-5px}.datepicker.dropdown-menu{position:absolute;top:100%;left:0;z-index:1000;float:left;display:none;min-width:160px;list-style:none;background-color:#fff;border:1px solid #ccc;border:1px solid rgba(0,0,0,.2);-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;-webkit-box-shadow:0 5px 10px rgba(0,0,0,.2);-moz-box-shadow:0 5px 10px rgba(0,0,0,.2);box-shadow:0 5px 10px rgba(0,0,0,.2);-webkit-background-clip:padding-box;-moz-background-clip:padding;background-clip:padding-box;*border-right-width:2px;*border-bottom-width:2px;color:#333;font-size:13px;line-height:20px}.datepicker.datepicker-inline td,.datepicker.datepicker-inline th,.datepicker.dropdown-menu td,.datepicker.dropdown-menu th{padding:4px 5px}

/* End */


/* Start:/css/style.css?1777303546197187*/
.nopadding {
  padding: 0;
}
.slick-slider * {
  outline: none;
}
.container {
  max-width: 100%;
}
.mobileShow {
  display: block;
}
@media (min-width: 992px) {
  .mobileShow {
    display: none;
  }
}
@media (min-width: 768px) {
  .desktopShow {
    display: none;
  }
}
@media (min-width: 992px) {
  .desktopShow {
    display: block;
  }
}
html {
  height: 100%;
}
.holiday-rules {
  color: #930b21;
}
.holiday-rules--cart {
  max-width: 800px;
  margin: 20px auto 0;
}
.holiday-rules--catalog {
  text-align: center;
}
@media (min-width: 1200px) {
  .holiday-rules--catalog {
    font-size: 19px;
  }
}
#holidayRules .modal-dialog,
#simpleForm2 .modal-dialog,
#simpleForm .modal-dialog {
  margin-top: 10px;
}
@media (min-width: 992px) {
  #holidayRules .modal-dialog,
  #simpleForm2 .modal-dialog,
  #simpleForm .modal-dialog {
    margin-top: 50px;
  }
}
#holidayRules .modal-back-holder,
#simpleForm2 .modal-back-holder,
#simpleForm .modal-back-holder {
  padding: 18px;
  background: #fff;
}
#holidayRules .modal-content,
#simpleForm2 .modal-content,
#simpleForm .modal-content {
  border-radius: 0;
  position: relative;
  border: 0 solid;
  box-shadow: none;
}
#holidayRules .modal-body,
#simpleForm2 .modal-body,
#simpleForm .modal-body {
  background: #fdfaf3;
}
#holidayRules .closeButton,
#simpleForm2 .closeButton,
#simpleForm .closeButton {
  content: "";
  cursor: pointer;
  display: block;
  background: url(/images/close.svg);
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: contain;
  width: 17px;
  height: 17px;
  position: absolute;
  top: 19px;
  right: 19px;
  z-index: 10;
}
@media (max-width: 768px) {
  #holidayRules .modalElementAdd .name,
  #simpleForm2 .modalElementAdd .name,
  #simpleForm .modalElementAdd .name {
    font-size: 14px;
  }
  #holidayRules .modalElementAdd .name .weight,
  #simpleForm2 .modalElementAdd .name .weight,
  #simpleForm .modalElementAdd .name .weight {
    font-size: 12px;
  }
  #holidayRules .modalElementAdd .countPriceBlock,
  #simpleForm2 .modalElementAdd .countPriceBlock,
  #simpleForm .modalElementAdd .countPriceBlock {
    color: #930a22;
  }
  #holidayRules .modalElementAdd .countPriceBlock .countControll,
  #holidayRules .modalElementAdd .countPriceBlock .price,
  #simpleForm2 .modalElementAdd .countPriceBlock .countControll,
  #simpleForm2 .modalElementAdd .countPriceBlock .price,
  #simpleForm .modalElementAdd .countPriceBlock .countControll,
  #simpleForm .modalElementAdd .countPriceBlock .price {
    font-size: 16px;
  }
}
#holidayRules .modalElementAdd .pict,
#simpleForm2 .modalElementAdd .pict,
#simpleForm .modalElementAdd .pict {
  width: 100%;
}
@media (min-width: 992px) {
  #holidayRules .modalElementAdd .pict,
  #simpleForm2 .modalElementAdd .pict,
  #simpleForm .modalElementAdd .pict {
    float: left;
    width: 40%;
    margin-right: 10%;
  }
}
@media (min-width: 992px) {
  #holidayRules .modalElementAdd .rightText,
  #simpleForm2 .modalElementAdd .rightText,
  #simpleForm .modalElementAdd .rightText {
    text-align: center;
  }
}
#holidayRules .modalElementAdd .rightText .avans-description,
#simpleForm2 .modalElementAdd .rightText .avans-description,
#simpleForm .modalElementAdd .rightText .avans-description {
  margin-top: 30px;
}
#holidayRules .modalElementAdd .name,
#simpleForm2 .modalElementAdd .name,
#simpleForm .modalElementAdd .name {
  font-size: 18px;
  letter-spacing: 0.9px;
  text-align: center;
  text-transform: uppercase;
  padding-top: 32px;
}
#holidayRules .modalElementAdd .name .weight,
#simpleForm2 .modalElementAdd .name .weight,
#simpleForm .modalElementAdd .name .weight {
  font-size: 16px;
  font-style: italic;
  letter-spacing: 0.8px;
  text-align: center;
  text-transform: none;
}
#holidayRules .modalElementAdd .countPriceBlock,
#simpleForm2 .modalElementAdd .countPriceBlock,
#simpleForm .modalElementAdd .countPriceBlock {
  font-size: 23px;
  font-weight: 700;
  letter-spacing: 1.1px;
  border-top: 1px solid hsla(26, 52%, 72%, 0.2);
  border-bottom: 1px solid hsla(26, 52%, 72%, 0.2);
  line-height: 60px;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  margin-top: 50px;
  color: #930b21;
  width: 100%;
}
@media (min-width: 992px) {
  #holidayRules .modalElementAdd .countPriceBlock,
  #simpleForm2 .modalElementAdd .countPriceBlock,
  #simpleForm .modalElementAdd .countPriceBlock {
    width: 325px;
  }
}
#holidayRules .modalElementAdd .countPriceBlock .countControll,
#simpleForm2 .modalElementAdd .countPriceBlock .countControll,
#simpleForm .modalElementAdd .countPriceBlock .countControll {
  width: 50%;
  float: left;
  text-align: center;
  border-right: 1px solid hsla(26, 52%, 72%, 0.2);
}
#holidayRules .modalElementAdd .countPriceBlock .countControll input,
#simpleForm2 .modalElementAdd .countPriceBlock .countControll input,
#simpleForm .modalElementAdd .countPriceBlock .countControll input {
  text-align: center;
}
#holidayRules .modalElementAdd .countPriceBlock .price,
#simpleForm2 .modalElementAdd .countPriceBlock .price,
#simpleForm .modalElementAdd .countPriceBlock .price {
  width: 50%;
  float: left;
  text-align: center;
}
#holidayRules .modalElementAdd .countPriceBlock.avans-cake,
#simpleForm2 .modalElementAdd .countPriceBlock.avans-cake,
#simpleForm .modalElementAdd .countPriceBlock.avans-cake {
  margin-top: 15px;
}
#holidayRules .modalElementAdd .countPriceBlock.avans-cake .price,
#simpleForm2 .modalElementAdd .countPriceBlock.avans-cake .price,
#simpleForm .modalElementAdd .countPriceBlock.avans-cake .price {
  width: 70%;
}
#holidayRules .modalElementAdd .simpleButtonHolder,
#simpleForm2 .modalElementAdd .simpleButtonHolder,
#simpleForm .modalElementAdd .simpleButtonHolder {
  width: 100%;
  margin: 40px auto;
  text-align: center;
}
@media (min-width: 992px) {
  #holidayRules .modalElementAdd .simpleButtonHolder,
  #simpleForm2 .modalElementAdd .simpleButtonHolder,
  #simpleForm .modalElementAdd .simpleButtonHolder {
    width: 300px;
  }
}
@media (max-width: 768px) {
  #holidayRules .modalElementAdd .simpleButtonHolder,
  #simpleForm2 .modalElementAdd .simpleButtonHolder,
  #simpleForm .modalElementAdd .simpleButtonHolder {
    text-align: left;
  }
  #holidayRules .modalElementAdd .simpleButtonHolder .simpleButton,
  #simpleForm2 .modalElementAdd .simpleButtonHolder .simpleButton,
  #simpleForm .modalElementAdd .simpleButtonHolder .simpleButton {
    margin: 0;
  }
}
@media (min-width: 992px) {
  #simpleForm .modal-dialog {
    width: 945px;
  }
}
#simpleForm .countPriceBlock {
  margin: 0 auto;
}
#simpleForm .modal-body {
  padding: 25px 40px 10px;
}
@media (min-width: 992px) {
  #simpleForm .modal-body {
    padding: 75px 67px 50px;
  }
}
@media (min-width: 992px) {
  #simpleForm .rightText {
    float: right;
    width: 42%;
    text-align: center;
  }
}
#simpleForm .rightText .avans-description {
  margin-top: 30px;
}
#simpleForm2 .modal-body {
  padding: 30px 45px;
}
@media (min-width: 992px) {
  #simpleForm2 .modal-body {
    padding: 30px 45px;
  }
}
#simpleForm2 .modalElementAdd .countPriceBlock.avans-cake {
  width: 100%;
}
#simpleForm2 .modalElementAdd .countPriceBlock.avans-cake .price {
  width: 80%;
  padding-left: 20px;
}
#simpleForm2 .modalElementAdd .rightText {
  width: 100%;
}
#simpleForm2 .modalElementAdd .rightText .name {
  text-align: left;
}
#simpleForm2 .modalElementAdd .rightText .avans-description {
  margin-top: 23px;
  text-align: left;
  font-style: italic;
}
.addPropertyLink {
  color: #db6622;
}
#mapModal .modal-back-holder {
  padding: 18px;
  background: #fff;
}
#mapModal .modal-content {
  border: 0 solid;
  box-shadow: none;
}
#mapModal .modal-body {
  background: #fff;
  padding-top: 50px;
}
@media (min-width: 992px) {
  #mapModal .modal-body {
    height: 500px;
  }
}
#mapModal .closeButton {
  content: "";
  cursor: pointer;
  display: block;
  background: url(/images/close.svg);
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: contain;
  width: 17px;
  height: 17px;
  position: absolute;
  top: 19px;
  right: 19px;
  z-index: 10;
}
#requestForm .modal-dialog {
  margin-top: 10px;
}
@media (min-width: 992px) {
  #requestForm .modal-dialog {
    margin-top: 50px;
    width: 945px;
  }
}
#requestForm .modal-content {
  border-radius: 0;
  position: relative;
  border: 0 solid;
  box-shadow: none;
}
@media (min-width: 768px) {
  #requestForm .modal-dialog {
    max-width: 817px !important;
    width: 100% !important;
  }
}
#requestForm .modal-back-holder {
  padding: 18px;
  background: #fff;
}
#requestForm .modal-body {
  background: #fdfaf3;
  padding: 25px 10px 10px;
}
@media (min-width: 992px) {
  #requestForm .modal-body {
    padding: 75px 67px 50px;
  }
}
#requestForm .closeButton {
  content: "";
  cursor: pointer;
  display: block;
  background: url(/images/close.svg);
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: contain;
  width: 17px;
  height: 17px;
  position: absolute;
  top: 19px;
  right: 19px;
  z-index: 10;
}
#requestForm .requestBlock .heading {
  font-size: 20px;
  margin-bottom: 10px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  color: #930b21;
}
@media (min-width: 768px) {
  #requestForm .requestBlock .heading {
    font-size: 26px;
    letter-spacing: 1.3px;
  }
}
#requestForm .requestBlock .description {
  font-size: 16px;
  font-style: italic;
  letter-spacing: 1px;
  text-align: center;
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  #requestForm .requestBlock .description {
    font-size: 20px;
  }
}
#requestForm .sendRequest {
  margin-top: 50px;
  margin-bottom: 20px;
}
#requestForm .sendRequest .simpleButton {
  max-width: 265px;
}
#captchaHolder2 > div,
#captchaHolderSotrud > div,
#captchaHolderVacancy > div {
  margin: 0 auto;
}
body {
  font-size: 15px;
  letter-spacing: 0.7px;
  color: #4d4f50;
  font-family: PT Serif;
  font-weight: 300;
  overflow-x: hidden;
  line-height: 1.4;
  word-wrap: break-word;
}
body.blure_all .centerContent,
body.blure_all .sideCart,
body.blure_all .sideMenu,
body.blure_all footer,
body.blure_all header {
  filter: blur(2px);
}
body.freeze {
  overflow: hidden;
}
@media (min-width: 768px) {
  body.freeze {
    overflow: auto;
  }
}
body.noscroll {
  overflow: hidden;
}
img {
  max-width: 100%;
}
section {
  position: relative;
}
.h1,
.h2,
.h3,
h1,
h2,
h3 {
  margin-top: 0;
  margin-bottom: 0.3em;
  word-break: normal;
}
.h1,
h1 {
  font-size: 19px;
  margin-bottom: 15px;
  text-align: center;
  letter-spacing: 1.3px;
  color: #930b21;
  text-transform: uppercase;
  font-weight: 700;
}
@media (min-width: 768px) {
  .h1,
  h1 {
    font-size: 34px;
    margin-bottom: 15px;
    letter-spacing: 1.7px;
  }
}
.h2,
h2 {
  font-size: 26px;
}
.h2,
.h3,
h2,
h3 {
  color: #4d4f50;
  font-weight: 400;
}
.h3,
h3 {
  font-size: 20px;
}
p {
  margin: 0 0 16px;
}
a {
  text-decoration: underline;
  border: 0 solid #000;
}
a,
a:active,
a:focus,
a:visited {
  color: #d9a484;
}
a:hover {
  color: #930b21;
  text-decoration: underline;
}
ol {
  padding-left: 1em;
}
.mainContent ul {
  list-style: none;
  padding: 0;
}
.mainContent ul li {
  margin-bottom: 8px;
}
.mainContent ul li:before {
  content: "";
  display: inline-block;
  width: 0.4em;
  height: 0.4em;
  margin-bottom: 2px;
  background: #4d4f50;
  border-radius: 50%;
  margin-right: 10px;
}
.mainContent ul li a {
  color: rgba(77, 79, 80, 0.6);
  font-size: 15px;
  letter-spacing: 0.7px;
  text-decoration: none;
}
.mainContent ul li a:hover,
.mainContent ul li a:visited {
  text-decoration: none;
  font-weight: 400;
  color: rgba(77, 79, 80, 0.6);
}
.bx_slide ul li:before {
  display: none;
}
ol {
  counter-reset: a;
}
ol li {
  display: block;
  position: relative;
}
ol li:before {
  position: absolute;
  left: -1em;
  content: counter(a) ". ";
  counter-increment: a;
  color: #930b21;
}
blockquote {
  font-style: italic;
  padding: 1em 3em;
  margin: 0;
  font-size: 1em;
  border-left: 0 solid #eee;
}
@font-face {
  font-family: rouble;
  src: url(/fonts/webfont-rouble/rouble-webfont.eot);
  src:
    url(/fonts/rouble-webfont.eot?#iefix) format("embedded-opentype"),
    url(/fonts/webfont-rouble/rouble-webfont.woff) format("woff"),
    url(/fonts/webfont-rouble/rouble-webfont.ttf) format("truetype");
  font-weight: 400;
  font-style: normal;
}
.paginationMain {
  list-style: none;
  font-size: 1em;
  padding: 0;
  text-align: center !important;
}
.paginationMain > a {
  text-decoration: none;
}
.paginationMain li {
  display: inline-block;
  font-size: 1em;
  height: 30px;
  line-height: 30px;
  vertical-align: middle;
  color: #000;
  margin: 0 4px;
  font-style: italic;
}
.paginationMain li a {
  color: rgba(77, 79, 80, 0.6);
  font-family: PTSerif;
  font-size: 15px;
  text-decoration: none;
}
.paginationMain li.active a,
.paginationMain li a {
  font-weight: 700;
  font-style: italic;
  text-align: center;
}
.paginationMain li.active a {
  color: hsla(23, 53%, 68%, 0.6);
  font-size: 26px;
  letter-spacing: 1.3px;
}
.paginationMain li:before {
  display: none !important;
}
.paginationMain .prev {
  display: none;
  width: 17px;
  height: 17px;
  display: inline-block;
  background-repeat: no-repeat;
  margin-right: 5px;
}
.paginationMain .prev:hover {
  text-decoration: none;
}
.paginationMain .next {
  display: none;
  width: 17px;
  height: 17px;
  display: inline-block;
  background-repeat: no-repeat;
  margin-left: 5px;
}
.paginationMain .next:hover {
  text-decoration: none;
}
.paginationMain .specialButton {
  display: none;
  width: 30px;
  height: 30px;
  display: inline-block;
}
.paginationMain .specialButton:hover {
  text-decoration: none;
}
.roubleIcon {
  font-style: normal;
  font-weight: 400;
  text-transform: none;
  font-family: rouble;
}
.mainBreadCrumbs {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  margin-left: 7px;
  margin-top: 10px;
  font-size: 11px;
  letter-spacing: 0.5px;
  color: #4d4f50;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .mainBreadCrumbs {
    padding-top: 0;
  }
}
.mainBreadCrumbs a {
  font-size: 11px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}
.mainBreadCrumbs a,
.mainBreadCrumbs a:hover,
.mainBreadCrumbs a:visited {
  color: #4d4f50;
  text-decoration: none;
}
.mainBreadCrumbs .iconFirst {
  background: url(/images/bcfirst.svg);
  background-repeat: no-repeat;
  background-position: 50%;
  width: 14px;
  height: 16.5px;
  margin: -7px 6px 0 0;
}
.mainBreadCrumbs .fa {
  background: url(/images/bcsimple.svg);
  background-repeat: no-repeat;
  background-position: 50%;
  width: 19px;
  height: 16.5px;
  margin: 0 6px;
}
.mainBreadCrumbs .fa:before {
  display: none;
}
.mainBreadCrumbs .breadCrumbItem,
.mainBreadCrumbs .bx-breadcrumb-item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
.simpleButtonHolder {
  text-align: center;
  margin: 50px 0;
  width: 100%;
  border-radius: 10px;
}
@media (min-width: 768px) {
  .simpleButtonHolder {
    margin: 25px 0;
  }
}
.simpleButtonHolder a {
  text-decoration: none;
}
.simpleButtonHolder a:hover {
  color: #930b21;
  text-decoration: none;
}
.simpleButtonHolder .simpleButton {
  font-size: 17px;
  letter-spacing: 0.8px;
  text-align: center;
  color: #930b21;
  text-transform: uppercase;
  padding: 15px 35px;
  background: url(/images/border_button_simple.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  display: block;
  border: 0;
  margin: 0 auto;
  width: 250px;
  max-width: 100%;
  border-radius: 10px;
}
@media (max-width: 768px) {
  .simpleButtonHolder .simpleButton {
    font-size: 13px;
    color: #9c1f34;
  }
}
@media (min-width: 768px) {
  .simpleButtonHolder .simpleButton {
    width: 370px;
  }
}
.simpleButtonHolder .simpleButton:hover {
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.15);
  font-weight: 400;
}
.simpleButtonHolder .simpleButton:active {
  font-weight: 400;
  box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.15);
}
.simpleButtonHolder.unactive .simpleButton {
  filter: grayscale(100%);
  color: #d9a484;
}
.landSection {
  position: relative;
  margin-bottom: 100px;
}
@media (min-width: 768px) {
  .landSection {
    margin-bottom: 100px;
  }
}
@media (min-width: 992px) {
  .landSection {
    margin-bottom: 100px;
  }
}
.landSection a.sectHeading {
  text-decoration: none;
  color: #930b21;
}
.landSection a.sectHeading:hover {
  text-decoration: underline;
}
.landSection .sectHeading {
  display: inline-block;
  margin-bottom: 15px;
  font-family: Intro;
  text-align: center;
  color: #930b21;
}
.landSection .sectHeading h1,
.landSection .sectHeading h2 {
  font-weight: 700;
  font-size: 30px;
  letter-spacing: 1.2px;
  color: #930b21;
  font-family: PT Serif;
  text-transform: uppercase;
  margin: 0;
  padding: 0;
}
@media (min-width: 768px) {
  .landSection .sectHeading h1,
  .landSection .sectHeading h2 {
    font-size: 38px;
    letter-spacing: 1.9px;
  }
}
@media (min-width: 992px) {
  .landSection .sectHeading h1,
  .landSection .sectHeading h2 {
    font-size: 30px;
    letter-spacing: 1.7px;
  }
}
.landSection .sectDecription {
  font-size: 16px;
  letter-spacing: 0.9px;
  padding-bottom: 10px;
  margin-bottom: 35px;
  text-align: center;
  font-style: italic;
}
@media (min-width: 768px) {
  .landSection .sectDecription {
    margin-bottom: 35px;
    font-size: 18px;
  }
}
@media (min-width: 992px) {
  .landSection .sectDecription {
    margin-bottom: 70px;
  }
}
.landSection .sectDecription.capsed {
  font-size: 25px;
  letter-spacing: 1.2px;
  text-transform: uppercase;
}
.landSection.catalogCakes {
  margin-bottom: 90px;
}
.landSection.catalogCakes .simpleButtonHolder {
  margin: 30px 0 25px;
}
.sideMenu {
  width: 100%;
  position: fixed;
  z-index: 1000;
  left: -100%;
  top: 0;
  height: 100%;
  background: #fff;
  transition: left 1s;
  transition-timing-function: cubic-bezier(0, 0, 0, 1);
  overflow: scroll;
  padding: 11px 0;
}
@media (min-width: 768px) {
  .sideMenu {
    width: 360px;
    padding: 70px 0 40px;
  }
}
.sideMenu .blockName {
  font-size: 20px;
  letter-spacing: 0.7px;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.sideMenu.show {
  left: 0;
}
.sideMenu .closeButton {
  cursor: pointer;
  text-align: center;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 15px;
  letter-spacing: 0.7px;
  width: 100%;
}
.sideMenu .closeButton:before {
  content: "";
  display: block;
  background: url(/images/close.svg);
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: contain;
  width: 17px;
  height: 17px;
  margin-right: 10px;
}
@media (min-width: 768px) {
  .sideMenu .closeButton:before {
    margin-right: 0;
  }
}
@media (min-width: 768px) {
  .sideMenu .closeButton {
    position: absolute;
    top: 9px;
    left: 9px;
    font-size: 0;
    text-indent: -9999px;
    width: auto;
  }
}
.sideMenu .closeButtonTop {
  cursor: pointer;
  text-align: center;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 15px;
  letter-spacing: 0.7px;
  width: 100%;
  position: absolute;
  top: 16px;
  right: 9px;
  font-size: 0;
  text-indent: -9999px;
  width: auto;
}
.sideMenu .closeButtonTop:before {
  content: "";
  display: block;
  background: url(/images/close.svg);
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: contain;
  width: 17px;
  height: 17px;
  margin-right: 10px;
}
@media (min-width: 768px) {
  .sideMenu .closeButtonTop:before {
    margin-right: 0;
  }
}
@media (min-width: 768px) {
  .sideMenu .closeButtonTop {
    display: none;
  }
}
.sideMenu .main_menu {
  text-align: center;
  color: #4d4f50;
}
.sideMenu .main_menu ul {
  padding: 0;
  list-style: none;
}
.sideMenu .main_menu ul li:before {
  display: none;
}
.sideMenu .main_menu .menuBlock {
  padding: 0 23px;
}
.sideMenu .main_menu .menuBlock .mainItem {
  border-top: 2px solid hsla(26, 52%, 72%, 0.2);
  padding: 25px 0;
}
.sideMenu .main_menu .menuBlock .mainItem:first-child {
  border-top: 0 solid hsla(26, 52%, 72%, 0.2);
}
.sideMenu .main_menu .menuBlock .mainItem .root-item,
.sideMenu .main_menu .menuBlock .mainItem .root-item-selected {
  width: 100%;
  display: block;
  font-size: 18px;
  letter-spacing: 0.9px;
  color: #4d4f50;
  text-decoration: none;
}
.sideMenu .main_menu .menuBlock .mainItem .root-item-selected:hover,
.sideMenu .main_menu .menuBlock .mainItem .root-item-selected:visited,
.sideMenu .main_menu .menuBlock .mainItem .root-item:hover,
.sideMenu .main_menu .menuBlock .mainItem .root-item:visited {
  color: #4d4f50;
  text-decoration: none;
  font-weight: 400;
}
.sideMenu .main_menu .menuBlock .mainItem .root-item-selected.item-level-1,
.sideMenu .main_menu .menuBlock .mainItem .root-item.item-level-1 {
  text-transform: uppercase;
  font-size: 18px;
}
.sideMenu .main_menu .menuBlock .mainItem .root-item-selected.item-level-2,
.sideMenu .main_menu .menuBlock .mainItem .root-item.item-level-2 {
  font-size: 18px;
}
.sideMenu .main_menu .menuBlock .mainItem .root-item-selected.item-level-3,
.sideMenu .main_menu .menuBlock .mainItem .root-item.item-level-3 {
  font-size: 16px;
}
.sideMenu .main_menu .menuBlock .mainItem .root-item-selected.item-level-4,
.sideMenu .main_menu .menuBlock .mainItem .root-item.item-level-4 {
  font-size: 14px;
}
.sideMenu .main_menu .menuBlock .mainItem .root-item-selected.item-level-5,
.sideMenu .main_menu .menuBlock .mainItem .root-item.item-level-5 {
  font-size: 12px;
}
.sideMenu .subMenu {
  display: none;
}
.sideMenu .subMenu.subMenu-level-1 {
  text-align: left;
  margin-top: 15px;
}
.sideMenu .subMenu.subMenu-level-1 > li {
  padding: 15px 0 15px 15px;
}
.sideMenu .subMenu.subMenu-level-2 {
  margin-top: 10px;
}
.sideMenu .subMenu.subMenu-level-2 > li {
  padding: 12px 0 12px 15px;
}
.sideMenu .subMenu.subMenu-level-3 {
  margin-top: 5px;
}
.sideMenu .subMenu.subMenu-level-3 > li {
  padding: 8px 0 8px 15px;
}
.sideMenu .subMenu.subMenu-level-4 {
  margin-top: 0;
}
.sideMenu .subMenu.subMenu-level-4 > li {
  padding: 5px 0 5px 10px;
}
.sideMenu .subMenu > li > a {
  font-size: 14px;
  letter-spacing: 0.7px;
  display: block;
  width: 100%;
  font-style: italic;
  text-decoration: none;
  color: #4d4f50;
}
@media (min-width: 768px) {
  .sideMenu .subMenu > li > a {
    font-size: 15px;
  }
}
.sideMenu .subMenu > li > a:hover,
.sideMenu .subMenu > li > a:visited {
  color: #4d4f50;
  text-decoration: none;
  font-weight: 400;
}
.sideCart {
  width: 100%;
  position: fixed;
  z-index: 1000;
  right: -100%;
  top: 0;
  height: 100%;
  background: #fff;
  overflow: scroll;
  transition: right 1s;
  transition-timing-function: cubic-bezier(0, 0, 0, 1);
  padding: 30px 0;
}
@media (min-width: 768px) {
  .sideCart {
    width: 360px;
    padding: 70px 0 40px;
  }
}
.sideCart .blockName {
  font-size: 20px;
  letter-spacing: 0.7px;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.sideCart.show {
  right: 0;
}
.sideCart .closeButton {
  cursor: pointer;
  text-align: center;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 100%;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 15px;
  letter-spacing: 0.7px;
}
.sideCart .closeButton:before {
  content: "";
  display: block;
  background: url(/images/close.svg);
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: contain;
  width: 17px;
  height: 17px;
  margin-right: 10px;
}
@media (min-width: 768px) {
  .sideCart .closeButton:before {
    margin-right: 0;
  }
}
@media (min-width: 768px) {
  .sideCart .closeButton {
    width: auto;
    position: absolute;
    top: 9px;
    right: 9px;
    font-size: 0;
    text-indent: -9999px;
  }
}
.sideCart .closeButtonTop {
  cursor: pointer;
  text-align: center;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 15px;
  letter-spacing: 0.7px;
  width: 100%;
  position: absolute;
  top: 16px;
  right: 9px;
  font-size: 0;
  text-indent: -9999px;
  width: auto;
}
.sideCart .closeButtonTop:before {
  content: "";
  display: block;
  background: url(/images/close.svg);
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: contain;
  width: 17px;
  height: 17px;
  margin-right: 10px;
}
@media (min-width: 768px) {
  .sideCart .closeButtonTop:before {
    margin-right: 0;
  }
}
@media (min-width: 768px) {
  .sideCart .closeButtonTop {
    display: none;
  }
}
.sideCart .cartBlockList {
  padding: 0 20px;
}
.sideCart .cartBlockList .baksetItemHolder {
  margin-bottom: 23px;
}
.sideCart .cartBlockList .baksetItemHolder .firstBlock {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
.sideCart .cartBlockList .baksetItemHolder .baksetItem .pict {
  -ms-flex: 1;
  flex: 1;
}
.sideCart .cartBlockList .baksetItemHolder .baksetItem .pict img {
  width: 100%;
}
.sideCart .cartBlockList .baksetItemHolder .baksetItem .name {
  padding-left: 24px;
  font-size: 14px;
  letter-spacing: 0.9px;
  text-align: center;
  -ms-flex: 1;
  flex: 1;
  margin-top: -25px;
}
.sideCart .cartBlockList .baksetItemHolder .baksetItem .name a {
  color: #4d4f50;
  text-decoration: none;
  text-transform: uppercase;
}
.sideCart .cartBlockList .baksetItemHolder .baksetItem .name a:visited {
  color: #4d4f50;
}
.sideCart .cartBlockList .baksetItemHolder .baksetItem .name a:hover {
  color: #4d4f50;
  font-weight: 400;
  text-decoration: none;
}
.sideCart .cartBlockList .baksetItemHolder .baksetItem .name .weight {
  font-size: 15px;
  font-style: italic;
  letter-spacing: 0.7px;
}
.sideCart .cartBlockList .baksetItemHolder .baksetItem .countPriceBlock {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 1.1px;
  border-top: 1px solid hsla(26, 52%, 72%, 0.2);
  border-bottom: 1px solid hsla(26, 52%, 72%, 0.2);
  line-height: 60px;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  margin-top: 10px;
  color: #930b21;
}
.sideCart .cartBlockList .baksetItemHolder .baksetItem .countPriceBlock .count {
  width: 50%;
  float: left;
  text-align: center;
  border-right: 1px solid hsla(26, 52%, 72%, 0.2);
}
.sideCart
  .cartBlockList
  .baksetItemHolder
  .baksetItem
  .countPriceBlock
  .count
  .countControll {
  position: relative;
}
.sideCart
  .cartBlockList
  .baksetItemHolder
  .baksetItem
  .countPriceBlock
  .count
  .countControll
  input[name="itemCount"] {
  text-align: center;
  background: transparent;
  border: 0 solid;
  -moz-appearance: textfield;
}
.sideCart
  .cartBlockList
  .baksetItemHolder
  .baksetItem
  .countPriceBlock
  .count
  .countControll
  input[name="itemCount"]::-webkit-inner-spin-button,
.sideCart
  .cartBlockList
  .baksetItemHolder
  .baksetItem
  .countPriceBlock
  .count
  .countControll
  input[name="itemCount"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.sideCart
  .cartBlockList
  .baksetItemHolder
  .baksetItem
  .countPriceBlock
  .count
  .countControll
  input[name="itemCount"]:focus {
  outline: none;
}
.sideCart
  .cartBlockList
  .baksetItemHolder
  .baksetItem
  .countPriceBlock
  .count
  .countControll
  .arrowBlock
  .more {
  background: url(/images/plus.svg);
  background-position: 50%;
  background-size: 100%;
  background-repeat: no-repeat;
  width: 18px;
  height: 18px;
  cursor: pointer;
  position: absolute;
  top: 23px;
  right: 20px;
}
.sideCart
  .cartBlockList
  .baksetItemHolder
  .baksetItem
  .countPriceBlock
  .count
  .countControll
  .arrowBlock
  .less {
  background: url(/images/minus.svg);
  background-position: 50%;
  background-size: 100%;
  background-repeat: no-repeat;
  width: 18px;
  height: 18px;
  cursor: pointer;
  position: absolute;
  top: 23px;
  left: 20px;
}
.sideCart .cartBlockList .baksetItemHolder .baksetItem .countPriceBlock .price {
  width: 50%;
  float: left;
  text-align: center;
}
.sideCart .cartBlockList .summ {
  margin-top: 55px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 1.4px;
  text-align: center;
  color: #930b21;
}
.sideCart .cartBlockList .simpleButtonHolder {
  margin: 20px auto;
}
.sideCart .cartBlockList .emptyCart {
  text-align: center;
  max-width: 700px;
  font-style: italic;
  letter-spacing: 1px;
  font-size: 20px;
}
.seporator {
  background: #930b21;
}
.seporator.vert {
  width: 2px;
  height: 18px;
}
.seporator.horiz {
  width: 100%;
  height: 2px;
}
.dotedSeporator {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  margin: 50px auto;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.dotedSeporator:after,
.dotedSeporator:before {
  content: "";
  display: block;
  width: 45%;
  height: 1px;
  background: #930b21;
}
.dotedSeporator .dot {
  width: 8px;
  height: 8px;
  background-color: #930b21;
  border-radius: 50%;
}
header {
  position: relative;
  font-size: 13px;
  letter-spacing: 0.6px;
  height: 47px;
  z-index: 200;
  width: 100%;
  position: fixed;
  top: 0;
  background: #fff;
}
@media (min-width: 992px) {
  header {
    font-size: 15px;
    letter-spacing: 0.7px;
  }
}
header .logoFly {
  width: 100%;
  top: 0;
  left: 0;
  position: absolute;
  z-index: 10;
  pointer-events: none;
  text-align: center;
  transform: translateY(-100%);
  transition: transform 0.3s;
  display: -ms-flexbox;
  display: flex;
  top: 12px;
}
@media (min-width: 992px) {
  header .logoFly {
    top: 0;
  }
}
header .logoFly a {
  margin: -14px auto 0;
  pointer-events: all;
  height: 105px;
  display: block;
}
header .logoFly a .mobLogo {
  display: block;
}
@media (min-width: 992px) {
  header .logoFly a .mobLogo {
    display: none;
  }
}
header .logoFly a .descLogo {
  display: none;
}
@media (min-width: 992px) {
  header .logoFly a .descLogo {
    display: block;
  }
}
@media (min-width: 768px) {
  header .logoFly a {
    height: 105px;
  }
}
@media (min-width: 992px) {
  header .logoFly a {
    height: 175px;
    margin: -10px auto 0;
  }
}
header .logoFly a img {
  height: 100%;
}
header .shadowHolder {
  display: none;
}
header .topLine {
  height: 20px;
  margin-top: 14px;
  position: relative;
  z-index: 2;
}
@media (min-width: 992px) {
  header .topLine {
    height: 20px;
  }
}
header .topLine .mainMenuButton {
  padding-left: 0 !important;
  float: left;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
  min-width: 23px;
  min-height: 23px;
  letter-spacing: 0.7px;
  text-transform: uppercase;
  cursor: pointer;
}
@media (min-width: 992px) {
  header .topLine .mainMenuButton {
    gap: 10px;
  }
}
header .topLine .mainMenuButton:before {
  content: "";
  display: block;
  width: 23px;
  height: 23px;
  background: url(/images/menuIcon.svg);
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 768px) {
  header .topLine .mainMenuButton .buttonText {
    display: none;
  }
}
header .topLine > .seporator {
  height: 100%;
  float: left;
  margin: 0 45px 0 42px;
  display: none;
}
@media (min-width: 992px) {
  header .topLine > .seporator {
    display: block;
  }
}
header .topLine .BlockRasp {
  margin-top: -5px !important;
}
header .topLine .phoneBlock {
  float: left;
  position: relative;
  letter-spacing: 0.7px;
  min-width: 18px;
  min-height: 18px;
  padding: 0;
  margin: 0 !important;
  margin-left: 20px !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
@media (min-width: 992px) {
  header .topLine .phoneBlock {
    padding-left: 24px;
    margin: 0 12px !important;
  }
}
@media (max-width: 992px) {
  header .topLine .phoneBlock * {
    display: none;
  }
}
header .topLine .phoneBlock a {
  text-decoration: none;
  color: #4d4f50;
}
header .topLine .phoneBlock .phone_link {
  display: block;
}
@media (min-width: 992px) {
  header .topLine .phoneBlock .phone_link {
    margin-top: -8px;
  }
}
header .topLine .phoneBlock .phone_link:before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 18px;
  height: 18px;
  background: url(/images/phone_icon.png);
  background-repeat: no-repeat;
  background-size: cover;
}
header .topLine .phoneBlock .phone_link span {
  display: none;
}
@media (min-width: 992px) {
  header .topLine .phoneBlock .phone_link span {
    display: inline;
  }
}
header .topLine .searchBlock {
  display: -ms-flexbox;
  display: flex;
  position: relative;
  height: 100%;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 10px;
  z-index: 4;
  float: right;
}
@media (min-width: 768px) {
  header .topLine .searchBlock {
    margin-right: 28px;
  }
}
header .topLine .searchBlock--mobile {
  float: left;
  margin-left: 20px;
}
@media (min-width: 992px) {
  header .topLine .searchBlock--mobile {
    display: none;
  }
}
header .topLine .searchBlock .mobileLink {
  display: block;
  outline: none;
  background: url(/images/lupe.svg);
  background-repeat: no-repeat;
  background-size: cover;
  width: 18px;
  height: 18px;
  border: 0 solid;
  position: relative;
  z-index: 2;
  margin: 0 8px 0 0;
  padding: 0;
}
header .topLine .searchBlock .formHolder {
  position: relative;
}
header .topLine .searchBlock .formHolder form {
  display: none;
}
@media (min-width: 992px) {
  header .topLine .searchBlock .formHolder form {
    display: block;
  }
}
header .topLine .searchBlock .formHolder input[type="text"] {
  height: 25px;
  border-radius: 5px;
  background-color: #fff;
  border: 1px solid #ad4554;
  position: absolute;
  right: 0;
  z-index: 1;
  width: 0;
  opacity: 0;
  padding-left: 10px;
  transition: 0.3s;
}
header .topLine .searchBlock .formHolder input[type="submit"] {
  outline: none;
  background: url(/images/lupe.svg);
  width: 18px;
  height: 18px;
  border: 0 solid;
  position: relative;
  z-index: 2;
  margin: 4px 8px 0 0;
  padding: 0;
}
header .topLine .loginBlock {
  float: right;
  width: 14px;
  height: 100%;
  margin-right: 19px;
  background: url(/images/registration.svg);
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: contain;
}
@media (min-width: 768px) {
  header .topLine .loginBlock {
    margin-right: 32px;
  }
}
header .topLine .cartBlock {
  float: right;
  height: 100%;
  cursor: pointer;
}
header .topLine .cartBlock .bx-basket {
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}
header .topLine .cartBlock .bx-basket > .seporator {
  margin: 0 15px;
  display: none;
}
@media (min-width: 768px) {
  header .topLine .cartBlock .bx-basket > .seporator {
    display: block;
  }
}
header .topLine .cartBlock .bx-basket .cartIcon {
  background: url(/images/shopping-cart.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 0;
  width: 24px;
  height: 20px;
  position: relative;
  z-index: 2;
  padding: 0;
}
header .topLine .cartBlock .bx-basket .ttlInCart {
  font-size: 13px;
  letter-spacing: 0.6px;
  margin-left: 10px;
  height: 100%;
  margin-right: 10px;
  text-align: center;
}
@media (min-width: 768px) {
  header .topLine .cartBlock .bx-basket .ttlInCart {
    display: block;
    margin-right: 0;
  }
}
@media (min-width: 992px) {
  header .topLine .cartBlock .bx-basket .ttlInCart {
    font-size: 15px;
    letter-spacing: 0.7px;
    margin-right: 0;
  }
}
header .topLine .cartBlock .bx-basket .ttlInPrice {
  font-size: 13px;
  letter-spacing: 0.6px;
  height: 100%;
  display: none;
}
@media (min-width: 768px) {
  header .topLine .cartBlock .bx-basket .ttlInPrice {
    display: block;
  }
}
@media (min-width: 992px) {
  header .topLine .cartBlock .bx-basket .ttlInPrice {
    font-size: 15px;
    letter-spacing: 0.7px;
  }
}
@media (min-width: 992px) {
  header.flyHeader {
    padding: 0 47px;
  }
}
header.flyHeader > .container {
  height: 100%;
  z-index: 9;
  position: relative;
}
header.flyHeader .shadowHolder {
  display: block;
  height: 1px;
  z-index: 1;
  position: relative;
  width: 100%;
  pointer-events: none;
  height: 20px;
  overflow: hidden;
}
header.flyHeader .shadowHolder .shadow {
  box-shadow: 0 0 15px 0 rgba(77, 79, 80, 0.5);
  background: transparent;
  height: 1px;
  z-index: 1;
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
}
header.flyLogo .logoFly {
  transform: translateY(0);
}
header.showSearch .formHolder input[type="text"] {
  width: 338.5px !important;
  opacity: 1 !important;
}
header.showSearch .logoFly {
  display: none !important;
}
.subHeaderText {
  font-size: 13px;
  margin: -5px auto 0;
  max-width: 500px;
  line-height: 1.3;
  font-style: italic;
  letter-spacing: 1px;
  text-align: center;
}
@media (min-width: 576px) {
  .subHeaderText {
    max-width: 600px;
  }
}
@media (min-width: 768px) {
  .subHeaderText {
    font-size: 20px;
    max-width: 700px;
    line-height: 1.4;
  }
}
footer .bestRegards {
  padding-top: 19px;
  margin-bottom: 80px;
}
@media (min-width: 768px) {
  footer .bestRegards {
    margin-bottom: 20px;
    padding-top: 25px;
  }
}
@media (min-width: 992px) {
  footer .bestRegards {
    padding-top: 75px;
  }
}
footer .bestRegards .text {
  font-size: 14px;
  font-style: italic;
  letter-spacing: 0.7px;
  text-align: center;
  margin-bottom: 34px;
}
@media (min-width: 768px) {
  footer .bestRegards .text {
    font-size: 20px;
    line-height: 2.3;
    letter-spacing: 1px;
    margin-bottom: 35px;
  }
}
@media (min-width: 992px) {
  footer .bestRegards .text {
    font-size: 26px;
    line-height: 1.77;
    letter-spacing: 1.3px;
  }
}
footer .bestRegards .signature {
  margin: 0 auto;
  width: 230px;
  text-align: center;
}
@media (min-width: 768px) {
  footer .bestRegards .signature {
    width: 370px;
  }
}
footer .bestRegards .signature img {
  width: 80%;
  opacity: 0.7;
}
footer .mainRow {
  margin-top: 20px;
}
footer .mainRow .footerHeading {
  font-size: 20px;
  letter-spacing: 0.7px;
  color: #4d4f50;
  font-family: PTSerif;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  footer .mainRow .footerHeading {
    color: rgba(77, 79, 80, 0.6);
    font-size: 26px;
    letter-spacing: 1.3px;
    margin-bottom: 20px;
  }
}
footer .mainRow .aboutCompany {
  text-align: left;
  display: none;
}
@media (min-width: 768px) {
  footer .mainRow .aboutCompany {
    display: block;
  }
}
footer .mainRow .aboutCompany .text {
  color: rgba(77, 79, 80, 0.6);
  font-size: 15px;
  line-height: 1.4;
  letter-spacing: 0.7px;
}
footer .mainRow .linkList {
  text-align: left;
  display: none;
}
@media (min-width: 768px) {
  footer .mainRow .linkList {
    display: block;
  }
}
footer .mainRow .linkList ul {
  list-style: none;
  padding: 0;
}
footer .mainRow .linkList ul li {
  margin-bottom: 8px;
}
footer .mainRow .linkList ul li:before {
  content: "";
  display: inline-block;
  width: 0.4em;
  height: 0.4em;
  margin-bottom: 2px;
  background: #4d4f50;
  border-radius: 50%;
  margin-right: 10px;
}
footer .mainRow .linkList ul li a {
  color: rgba(77, 79, 80, 0.6);
  font-size: 15px;
  letter-spacing: 0.7px;
  text-decoration: none;
}
footer .mainRow .linkList ul li a:hover,
footer .mainRow .linkList ul li a:visited {
  text-decoration: none;
  font-weight: 400;
  color: rgba(77, 79, 80, 0.6);
}
footer .mainRow .contacts {
  text-align: center;
}
@media (min-width: 768px) {
  footer .mainRow .contacts {
    margin-top: 40px;
  }
}
@media (min-width: 1200px) {
  footer .mainRow .contacts {
    text-align: right;
    margin-top: 0;
  }
}
footer .mainRow .contacts .contactsList {
  color: #4d4f50;
  font-size: 16px;
  letter-spacing: 0.7px;
  margin-bottom: 25px;
}
footer .mainRow .contacts .contactsList .phone-block a {
  text-decoration: none;
}
footer .mainRow .contacts .contactsList p {
  text-align: center;
  margin: 0 0 5px;
}
@media (min-width: 1200px) {
  footer .mainRow .contacts .contactsList p {
    text-align: right;
    margin: 0 0 16px;
  }
}
@media (min-width: 768px) {
  footer .mainRow .contacts .contactsList {
    color: rgba(77, 79, 80, 0.6);
    font-size: 17px;
    letter-spacing: 1px;
    line-height: 1.5;
    margin-bottom: 0;
  }
}
footer .mainRow .contacts .ourPlaceMap {
  color: rgba(77, 79, 80, 0.6);
  font-size: 20px;
  font-style: italic;
  letter-spacing: 1px;
  border-bottom: 1px dashed rgba(77, 79, 80, 0.6);
  margin-top: 10px;
  cursor: pointer;
}
footer .subRow {
  position: relative;
  margin-top: 35px;
}
@media (min-width: 768px) {
  footer .subRow {
    margin-top: 45px;
  }
}
@media (min-width: 992px) {
  footer .subRow {
    margin-top: 42px;
  }
}
footer .subRow__2gis-block {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
}
@media (min-width: 768px) {
  footer .subRow__2gis-block {
    position: absolute;
    bottom: 0;
    margin: 0;
  }
}
footer .subRow__2gis {
  display: block;
}
footer .subRow__2gis-image {
  width: 205px;
  height: 130px;
  margin-bottom: 30px;
}
footer .subRow .shareBlock {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 25px;
  padding: 0 15px;
}
@media (min-width: 992px) {
  footer .subRow .shareBlock {
    padding: 0 40px;
  }
}
footer .subRow .shareBlock .icon {
  height: 100%;
  margin: 0 5px;
}
footer .subRow .shareBlock .icon img {
  height: 100%;
}
footer .subRow .coopyRight {
  margin-top: 15px;
  margin-bottom: 30px;
  font-size: 13px;
  letter-spacing: 0.6px;
  text-align: center;
  color: rgba(0, 0, 0, 0.6);
}
@media (min-width: 768px) {
  footer .subRow .coopyRight {
    margin-top: 25px;
  }
}
footer .subRow .coopyRight .createdBy a {
  color: rgba(0, 0, 0, 0.6);
  text-decoration: none;
}
footer .subRow .coopyRight .createdBy a:hover,
footer .subRow .coopyRight .createdBy a:visited {
  text-decoration: none;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.6);
}
footer .subRow .coopyright {
  margin-top: 3px;
}
footer .subRow .urinfo {
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 400;
}
footer .subRow .createdBy {
  margin-top: 3px;
}
.sliderSection {
  padding-top: 10px;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .sliderSection {
    margin-bottom: 130px;
  }
}
.sliderSection .sliderBlock {
  position: relative;
}
.sliderSection .sliderBlock .controllBlock .arrow {
  width: 46px;
  height: 44px;
  cursor: pointer;
  position: absolute;
  top: 44%;
  z-index: 150;
  display: none !important;
}
@media (min-width: 768px) {
  .sliderSection .sliderBlock .controllBlock .arrow {
    display: block !important;
  }
}
.sliderSection .sliderBlock .controllBlock .arrow.toLeft {
  background: url(/images/arrows-toleft.svg);
  left: 15px;
}
@media (min-width: 1300px) {
  .sliderSection .sliderBlock .controllBlock .arrow.toLeft {
    left: -40px;
  }
}
@media (min-width: 1500px) {
  .sliderSection .sliderBlock .controllBlock .arrow.toLeft {
    left: -120px;
  }
}
.sliderSection .sliderBlock .controllBlock .arrow.toRight {
  background: url(/images/arrows-toright.svg);
  right: 15px;
}
@media (min-width: 1300px) {
  .sliderSection .sliderBlock .controllBlock .arrow.toRight {
    right: -40px;
  }
}
@media (min-width: 1500px) {
  .sliderSection .sliderBlock .controllBlock .arrow.toRight {
    right: -120px;
  }
}
.sliderSection .sliderBlock .sliderList .sliderItem {
  margin: 0 auto;
  min-height: 473px;
}
@media (min-width: 992px) {
  .sliderSection .sliderBlock .sliderList .sliderItem {
    min-height: none;
    height: 654px;
    padding: 0 65px;
  }
}
@media (min-width: 1200px) {
  .sliderSection .sliderBlock .sliderList .sliderItem {
    height: 527px;
  }
}
.sliderSection .sliderBlock .sliderList .sliderItem.simpleSlide {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-direction: column;
  flex-direction: column;
}
.sliderSection .sliderBlock .sliderList .sliderItem.simpleSlide .pict {
  width: 70%;
  margin: 0 auto 35px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media (min-width: 992px) {
  .sliderSection .sliderBlock .sliderList .sliderItem.simpleSlide .pict {
    width: 368px;
    height: 352px;
    margin: 0 auto 40px;
  }
}
.sliderSection .sliderBlock .sliderList .sliderItem.simpleSlide .pict img {
  width: 95%;
  margin: 0 auto;
}
@media (max-width: 992px) {
  .sliderSection .sliderBlock .sliderList .sliderItem.simpleSlide .pict img {
    width: 75%;
  }
}
@media (max-width: 992px) {
  .sliderSection .sliderBlock .sliderList .sliderItem.simpleSlide .pict {
    margin: 0 auto 15px;
  }
}
.sliderSection .sliderBlock .sliderList .sliderItem.simpleSlide .text {
  font-size: 14px;
  letter-spacing: 0.7px;
  text-align: center;
  width: 95%;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .sliderSection .sliderBlock .sliderList .sliderItem.simpleSlide .text {
    width: 75%;
    font-size: 20px;
    line-height: 1.35;
    letter-spacing: 1.3px;
  }
}
@media (max-width: 992px) {
  .sliderSection .sliderBlock .sliderList .sliderItem.simpleSlide .text span {
    font-size: 22px !important;
  }
}
.sliderSection .sliderBlock .sliderList .sliderItem.rowSlide {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-direction: column;
  flex-direction: column;
}
.sliderSection .sliderBlock .sliderList .sliderItem.rowSlide .pict {
  width: 100%;
  margin: 0 auto 55px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.sliderSection .sliderBlock .sliderList .sliderItem.rowSlide .pict img {
  width: 95%;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .sliderSection .sliderBlock .sliderList .sliderItem.rowSlide .pict {
    width: 70%;
    margin: 0 auto 35px;
  }
}
.sliderSection .sliderBlock .sliderList .sliderItem.rowSlide .text {
  font-size: 16px;
  line-height: 1.2;
  letter-spacing: 0.7px;
  text-align: center;
  width: 95%;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .sliderSection .sliderBlock .sliderList .sliderItem.rowSlide .text {
    width: 75%;
    letter-spacing: 1.3px;
  }
}
@media (min-width: 992px) {
  .sliderSection .sliderBlock .sliderList .sliderItem.rowSlide .text {
    font-size: 20px;
    line-height: 1.35;
  }
}
@media (min-width: 992px) {
  .sliderSection .sliderBlock .sliderList .sliderItem.rowSlide {
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .sliderSection .sliderBlock .sliderList .sliderItem.rowSlide .pict {
    width: 50%;
    margin: 0 auto 35px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .sliderSection .sliderBlock .sliderList .sliderItem.rowSlide .pict img {
    width: 95%;
    margin: 0 auto;
  }
  .sliderSection .sliderBlock .sliderList .sliderItem.rowSlide .text {
    width: 50%;
    font-size: 14px;
    letter-spacing: 0.7px;
  }
}
@media (min-width: 992px) and (min-width: 768px) {
  .sliderSection .sliderBlock .sliderList .sliderItem.rowSlide .text {
    font-size: 20px;
    line-height: 1.35;
    letter-spacing: 1.3px;
  }
}
.sliderSection .sliderBlock .sliderList .sliderItem.rowActionSlide {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-direction: column;
  flex-direction: column;
}
.sliderSection .sliderBlock .sliderList .sliderItem.rowActionSlide .pict {
  width: 100%;
  margin: 0 auto 55px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media (min-width: 768px) {
  .sliderSection .sliderBlock .sliderList .sliderItem.rowActionSlide .pict {
    width: 70%;
    margin: 0 auto 35px;
  }
}
.sliderSection .sliderBlock .sliderList .sliderItem.rowActionSlide .pict img {
  width: 95%;
  margin: 0 auto;
}
@media (max-width: 992px) {
  .sliderSection .sliderBlock .sliderList .sliderItem.rowActionSlide .pict img {
    width: 75%;
  }
}
.sliderSection .sliderBlock .sliderList .sliderItem.rowActionSlide .text {
  font-size: 14px;
  letter-spacing: 0.7px;
  text-align: center;
  width: 95%;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .sliderSection .sliderBlock .sliderList .sliderItem.rowActionSlide .text {
    width: 75%;
    line-height: 1.35;
    letter-spacing: 1.3px;
  }
}
@media (max-width: 992px) {
  .sliderSection .sliderBlock .sliderList .sliderItem.rowActionSlide .text {
    font-size: 16px;
    line-height: 1.2;
  }
}
.sliderSection .sliderBlock .sliderList .sliderItem.rowActionSlide .phoneBlock {
  padding-left: 24px;
  letter-spacing: 0.7px;
  background: url(/images/phone_icon.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 0;
  display: inline-block;
  margin-top: 20px;
}
.sliderSection
  .sliderBlock
  .sliderList
  .sliderItem.rowActionSlide
  .phoneBlock
  a {
  text-decoration: none;
  color: #930b21;
}
@media (min-width: 992px) {
  .sliderSection .sliderBlock .sliderList .sliderItem.rowActionSlide {
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .sliderSection .sliderBlock .sliderList .sliderItem.rowActionSlide .pict {
    width: 50%;
    margin: 0 auto 35px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .sliderSection .sliderBlock .sliderList .sliderItem.rowActionSlide .text {
    width: 50%;
    letter-spacing: 0.7px;
  }
}
@media (min-width: 992px) and (min-width: 768px) {
  .sliderSection .sliderBlock .sliderList .sliderItem.rowActionSlide .text {
    line-height: 1.35;
    letter-spacing: 1.3px;
  }
}
.sliderSection .sliderBlock .sliderList .sliderItem.onlyPict {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-direction: column;
  flex-direction: column;
}
.sliderSection .sliderBlock .sliderList .sliderItem.onlyPict a.pict-desktop {
  display: none;
}
@media (min-width: 992px) {
  .sliderSection .sliderBlock .sliderList .sliderItem.onlyPict a.pict-desktop {
    display: block;
  }
}
.sliderSection .sliderBlock .sliderList .sliderItem.onlyPict .pict-mobile {
  margin: 0 auto 55px;
}
@media (min-width: 768px) {
  .sliderSection .sliderBlock .sliderList .sliderItem.onlyPict .pict-mobile {
    margin: 0 auto 35px;
  }
}
@media (min-width: 992px) {
  .sliderSection .sliderBlock .sliderList .sliderItem.onlyPict .pict-mobile {
    display: none;
  }
}
.sliderSection .sliderBlock .sliderList .sliderItem.onlyPict .text-mobile {
  font-size: 14px;
  letter-spacing: 0.7px;
  text-align: center;
  width: 95%;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .sliderSection .sliderBlock .sliderList .sliderItem.onlyPict .text-mobile {
    width: 75%;
    line-height: 1.35;
    letter-spacing: 1.3px;
  }
}
@media (max-width: 992px) {
  .sliderSection .sliderBlock .sliderList .sliderItem.onlyPict .text-mobile {
    font-size: 16px;
    line-height: 1.2;
  }
}
@media (min-width: 992px) {
  .sliderSection .sliderBlock .sliderList .sliderItem.onlyPict .text-mobile {
    display: none;
  }
}
.sliderSection
  .sliderBlock
  .sliderList
  .sliderItem.onlyPict
  .text-mobile
  .phoneBlock {
  padding-left: 24px;
  letter-spacing: 0.7px;
  background: url(/images/phone_icon.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 0;
  display: inline-block;
  margin-top: 20px;
}
.sliderSection
  .sliderBlock
  .sliderList
  .sliderItem.onlyPict
  .text-mobile
  .phoneBlock
  a {
  text-decoration: none;
  color: #930b21;
}
.menuSection {
  margin-bottom: 52px;
}
.centerContent {
  background-color: #fdfaf3;
  padding-top: 47px;
  padding-bottom: 40px;
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .centerContent {
    margin: 0 47px 20px;
  }
}
.centerContent .simpleContent {
  position: relative;
  max-width: 547px;
  margin: 0 auto;
}
.breadcrumbs {
  margin-bottom: 30px;
}
.backLogo {
  display: block;
  width: 100%;
  top: -110px;
  position: absolute;
  opacity: 0.1;
  z-index: 1;
  pointer-events: none;
}
@media (min-width: 768px) {
  .backLogo {
    max-width: 444px;
    left: 52px;
  }
}
.backLogo img {
  width: 100%;
}
@media (max-width: 768px) {
  .backLogo img {
    width: 50%;
    display: block;
    margin: 0 auto;
  }
}
.otherContent {
  z-index: 10;
  position: relative;
}
.cakesListLanding .cakeElement {
  position: relative;
  margin: 55px auto;
  max-width: 100%;
  overflow: hidden;
}
@media (min-width: 576px) {
  .cakesListLanding .cakeElement {
    max-width: 600px;
  }
}
@media (min-width: 768px) {
  .cakesListLanding .cakeElement {
    max-width: none;
    height: 400px;
    margin: 0 auto;
  }
}
@media (min-width: 992px) {
  .cakesListLanding .cakeElement {
    height: 540px;
    margin: 55px auto;
    overflow: unset;
  }
}
.cakesListLanding .cakeElement .pict {
  width: 75%;
  position: absolute;
  top: 0;
  left: 12.5%;
}
.cakesListLanding .cakeElement .pict img {
  width: 100%;
}
@media (min-width: 768px) {
  .cakesListLanding .cakeElement .pict {
    width: 67%;
    left: 6%;
    margin: 55px auto 0;
  }
}
@media (min-width: 992px) {
  .cakesListLanding .cakeElement .pict {
    width: 75%;
    left: 12.5%;
  }
}
.cakesListLanding .cakeElement .addPict {
  width: 30%;
  left: -10px;
  position: absolute;
  top: 45px;
  z-index: 100;
  max-width: 300px;
}
@media (min-width: 576px) {
  .cakesListLanding .cakeElement .addPict {
    width: 40%;
    bottom: 20px;
    top: auto;
  }
}
@media (min-width: 768px) {
  .cakesListLanding .cakeElement .addPict {
    width: 36%;
    left: 0;
    top: 110px;
  }
}
@media (min-width: 992px) {
  .cakesListLanding .cakeElement .addPict {
    top: 100px;
    left: -10px;
  }
}

.cakesListLanding .cakeElement .textBlock{
    display: flex;
    flex-direction: column;
    float: right;
    background: #fff;
    margin-top: 130px;
    z-index: 50;
    position: relative;
    padding: 15px 20px 70px;
    height: 100%;
}

.cakesListLanding .cakeElement .textBlock>* {
    flex: 1;
}

@media (min-width: 576px) {
  .cakesListLanding .cakeElement .textBlock {
    width: 280px;
  }
}
@media (min-width: 768px) {
  .cakesListLanding .cakeElement .textBlock {
    padding: 15px 20px 70px;
    margin-top: 113px;
    width: 231px;
  }
}
@media (min-width: 992px) {
  .cakesListLanding .cakeElement .textBlock {
    margin-top: 150px;
    padding: 30px 28px 90px;
    width: 280px;
  }
}
.cakesListLanding .cakeElement .textBlock .name {
  margin-bottom: 15px;
  text-align: center;
  min-height: 84px;
}
.cakesListLanding .cakeElement .textBlock .name a {
  font-size: 13px;
  letter-spacing: 0.9px;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  color: #4d4f50;
}
.cakesListLanding .cakeElement .textBlock .name a:focus,
.cakesListLanding .cakeElement .textBlock .name a:hover,
.cakesListLanding .cakeElement .textBlock .name a:visited {
  color: #4d4f50;
  text-decoration: underline;
}
@media (min-width: 768px) {
  .cakesListLanding .cakeElement .textBlock .name a {
    font-size: 14px;
    letter-spacing: 0.7px;
  }
}
@media (min-width: 992px) {
  .cakesListLanding .cakeElement .textBlock .name a {
    font-size: 20px;
    letter-spacing: 1px;
    line-height: 1.4;
  }
}
.cakesListLanding .cakeElement .textBlock .previewText {
  font-size: 13px;
  letter-spacing: 0.6px;
  text-align: center;
  margin-bottom: 20px;
  min-height: 160px;
}
@media (min-width: 768px) {
  .cakesListLanding .cakeElement .textBlock .previewText {
    font-size: 12px;
    letter-spacing: 0.6px;
  }
}
@media (min-width: 992px) {
  .cakesListLanding .cakeElement .textBlock .previewText {
    font-size: 15px;
    letter-spacing: 0.7px;
  }
}
.cakesListLanding .cakeElement .catElemSep {
  width: 77px;
  height: 1px;
  margin: 15px auto;
  background: #930b21;
}
@media (min-width: 992px) {
  .cakesListLanding .cakeElement .catElemSep {
    margin: 35px auto;
  }
}
.cakesListLanding .cakeElement .price {
  color: #930b21;
  font-size: 23px;
  font-weight: 700;
  letter-spacing: 1.1px;
  text-align: center;
}
@media (min-width: 768px) {
  .cakesListLanding .cakeElement .price {
    font-size: 16px;
    letter-spacing: 0.8px;
  }
}
@media (min-width: 992px) {
  .cakesListLanding .cakeElement .price {
    letter-spacing: 1.1px;
    font-size: 23px;
  }
}
.cakesListLanding .cakeElement .weightPlace {
  font-size: 13px;
  font-style: italic;
  letter-spacing: 0.6px;
  text-align: center;
  margin: 3px 0;
}
@media (min-width: 768px) {
  .cakesListLanding .cakeElement .weightPlace {
    font-size: 12px;
    letter-spacing: 0.6px;
    margin: 0;
  }
}
@media (min-width: 992px) {
  .cakesListLanding .cakeElement .weightPlace {
    font-size: 16px;
    font-style: italic;
    letter-spacing: 0.8px;
    margin: 7px 0;
  }
}
.cakesListLanding .cakeElement .simpleButtonHolder {
  margin: 15px auto;
  position: absolute;
  left: 0;
  bottom: 0;
}
@media (min-width: 768px) {
  .cakesListLanding .cakeElement .simpleButtonHolder {
    margin: 20px auto;
  }
}
@media (min-width: 992px) {
  .cakesListLanding .cakeElement .simpleButtonHolder {
    margin: 35px auto;
  }
}
.cakesListLanding .cakeElement .simpleButtonHolder .simpleButton {
  padding: 8px 35px;
  width: 150px;
  margin: 0 auto;
}
.packsSliderLanding .controllBlock .arrow {
  width: 46px;
  height: 44px;
  cursor: pointer;
  position: absolute;
  top: 44%;
  z-index: 150;
  display: none !important;
}
@media (min-width: 768px) {
  .packsSliderLanding .controllBlock .arrow {
    display: block !important;
  }
}
.packsSliderLanding .controllBlock .arrow.toLeft {
  background: url(/images/arrows-toleft.svg);
  left: 15px;
}
@media (min-width: 1300px) {
  .packsSliderLanding .controllBlock .arrow.toLeft {
    left: -40px;
  }
}
@media (min-width: 1500px) {
  .packsSliderLanding .controllBlock .arrow.toLeft {
    left: -120px;
  }
}
.packsSliderLanding .controllBlock .arrow.toRight {
  background: url(/images/arrows-toright.svg);
  right: 15px;
}
@media (min-width: 1300px) {
  .packsSliderLanding .controllBlock .arrow.toRight {
    right: -40px;
  }
}
@media (min-width: 1500px) {
  .packsSliderLanding .controllBlock .arrow.toRight {
    right: -120px;
  }
}
.packsSliderLanding .sliderList .packElement {
  min-height: 540px;
}
@media (min-width: 992px) {
  .packsSliderLanding .sliderList .packElement {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
.packsSliderLanding .sliderList .packElement .pict {
  width: 100%;
  max-width: 560px;
  margin: 0 auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
@media (min-width: 992px) {
  .packsSliderLanding .sliderList .packElement .pict {
    width: 50%;
    max-width: none;
  }
}
.packsSliderLanding .sliderList .packElement .pict img {
  width: 100%;
}
.packsSliderLanding .sliderList .packElement .textBlock {
  padding: 21px 25px 120px;
  background-color: #fff;
  background-image: url(/images/infoBack.png);
  background-position: 50%;
  background-repeat: no-repeat;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  max-width: 560px;
  margin: 0 auto;
  position: relative;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.packsSliderLanding .sliderList .packElement .textBlock .name {
  text-align: center;
  text-transform: uppercase;
}
.packsSliderLanding .sliderList .packElement .textBlock .name a {
  font-size: 26px;
  letter-spacing: 1.3px;
  color: #4d4f50;
  text-decoration: none;
}
.packsSliderLanding .sliderList .packElement .textBlock .previewText {
  -ms-flex: 1;
  flex: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-direction: column;
  flex-direction: column;
  font-size: 15px;
  font-weight: 700;
  font-style: italic;
  letter-spacing: 0.7px;
  text-align: center;
}
@media (min-width: 992px) {
  .packsSliderLanding .sliderList .packElement .textBlock .previewText {
    width: 50%;
    max-width: none;
  }
}
.packsSliderLanding .sliderList .packElement .textBlock .simpleButtonHolder {
  margin: 35px 0;
  padding: 0 25px;
  position: absolute;
  left: 0;
  bottom: 0;
}
.packsSliderLanding .packsPagin {
  list-style: none;
  margin-top: 55px;
  padding: 0;
  text-align: center !important;
}
.packsSliderLanding .packsPagin li {
  display: inline-block;
  width: 27px;
  height: 30px;
  line-height: 30px;
  vertical-align: middle;
  color: #000;
  color: rgba(77, 79, 80, 0.6);
  font-family: PTSerif;
  font-size: 15px;
  font-weight: 700;
  font-style: italic;
  text-align: center;
  text-decoration: none;
}
.packsSliderLanding .packsPagin li.slick-active {
  font-size: 26px;
  font-weight: 700;
  font-style: italic;
  letter-spacing: 1.3px;
  text-align: center;
  color: hsla(23, 53%, 68%, 0.6);
}
@media (max-width: 576px) {
  .reasonsIconsListLanding .reasonsIconElementHolder {
    width: 100% !important;
  }
}
.reasonsIconsListLanding .reasonsIconElement {
  margin-bottom: 60px;
}
@media (min-width: 992px) {
  .reasonsIconsListLanding .reasonsIconElement {
    margin-bottom: 80px;
  }
}
.reasonsIconsListLanding .reasonsIconElement .pict {
  text-align: center;
  margin-bottom: 15px;
}
@media (min-width: 992px) {
  .reasonsIconsListLanding .reasonsIconElement .pict {
    margin-bottom: 25px;
  }
}
.reasonsIconsListLanding .reasonsIconElement .text {
  font-size: 16.5px;
  padding: 0;
  letter-spacing: 0.9px;
  text-align: center;
  color: #4d4f50;
}
@media (min-width: 992px) {
  .reasonsIconsListLanding .reasonsIconElement .text {
    padding: 0 20px;
  }
}
.reasonsIconsListLanding .spoilerHolder {
  overflow: hidden;
  transition: height 0.3s;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (min-width: 768px) {
  .reasonsIconsListLanding .showMore {
    margin-top: 50px;
  }
}
.newsRowLanding .newsElementHolderImage,
.newsRowLanding .newsElementHolderText {
  position: relative;
  margin-bottom: 70px;
}
@media (max-width: 576px) {
  .newsRowLanding .newsElementHolderImage,
  .newsRowLanding .newsElementHolderText {
    width: 100%;
    margin-bottom: 10px;
  }
}
@media (min-width: 576px) {
  .newsRowLanding .newsElementHolderImage,
  .newsRowLanding .newsElementHolderText {
    margin-bottom: 130px;
    height: 260px;
  }
}
@media (min-width: 992px) {
  .newsRowLanding .newsElementHolderImage,
  .newsRowLanding .newsElementHolderText {
    height: 177px;
    margin-bottom: 70px;
  }
}
@media (min-width: 1200px) {
  .newsRowLanding .newsElementHolderImage,
  .newsRowLanding .newsElementHolderText {
    height: 221px;
    margin-bottom: 70px;
  }
}
.newsRowLanding .newsElementHolderImage .pict,
.newsRowLanding .newsElementHolderText .pict {
  position: relative;
  width: 100%;
  height: 100%;
  margin: 0 auto 25px;
  cursor: pointer;
  z-index: 20;
  overflow: hidden;
}
@media (min-width: 576px) {
  .newsRowLanding .newsElementHolderImage .pict,
  .newsRowLanding .newsElementHolderText .pict {
    width: 100%;
  }
}
.newsRowLanding .newsElementHolderImage .pict img,
.newsRowLanding .newsElementHolderText .pict img {
  width: 100%;
  height: auto;
}
.newsRowLanding .newsElementHolderImage .text,
.newsRowLanding .newsElementHolderText .text {
  z-index: 10;
  transition: all 0.3s ease-in-out 0s;
  position: relative;
  text-align: left;
  padding: 0 0 20px;
}
.newsRowLanding .newsElementHolderImage .text .name,
.newsRowLanding .newsElementHolderText .text .name {
  margin-bottom: 15px;
}
.newsRowLanding .newsElementHolderImage .text .name a,
.newsRowLanding .newsElementHolderText .text .name a {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.8px;
  color: #4d4f50;
  text-decoration: none;
}
.newsRowLanding .newsElementHolderImage .text .prev_text,
.newsRowLanding .newsElementHolderText .text .prev_text {
  font-size: 13px;
  letter-spacing: 0.6px;
}
@media (min-width: 576px) {
  .newsRowLanding .newsElementHolderImage .text .prev_text,
  .newsRowLanding .newsElementHolderText .text .prev_text {
    font-size: 16px;
    letter-spacing: 0.8px;
  }
}
.newsRowLanding .newsElementHolderImage .text .date,
.newsRowLanding .newsElementHolderText .text .date {
  font-size: 14px;
  letter-spacing: 0.7px;
}
@media (max-width: 992px) {
  .newsRowLanding .newsElementHolderImage .text .date,
  .newsRowLanding .newsElementHolderText .text .date {
    margin-top: -19px;
  }
}
@media (min-width: 992px) {
  .newsRowLanding .newsElementHolderImage .text .date,
  .newsRowLanding .newsElementHolderText .text .date {
    position: absolute;
    bottom: 0;
    left: 0;
  }
}
.newsRowLanding .newsElementHolderImage .text .readmore,
.newsRowLanding .newsElementHolderText .text .readmore {
  font-size: 14px;
  letter-spacing: 0.7px;
  line-height: 24px;
  color: #930b21;
  text-decoration: underline;
}
@media (max-width: 992px) {
  .newsRowLanding .newsElementHolderImage .text .readmore,
  .newsRowLanding .newsElementHolderText .text .readmore {
    padding-top: 20px;
    display: block;
    text-align: right;
    padding-right: 25px;
  }
}
@media (min-width: 992px) {
  .newsRowLanding .newsElementHolderImage .text .readmore,
  .newsRowLanding .newsElementHolderText .text .readmore {
    position: absolute;
    bottom: 0;
    right: 10px;
  }
}
@media (min-width: 992px) {
  .newsRowLanding .newsElementHolderImage,
  .newsRowLanding .newsElementHolderText {
    float: left;
  }
}
.actionHolder {
  background: #fff;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  max-width: 500px;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .actionHolder {
    max-width: none;
    width: 100%;
    margin: 0 auto;
  }
}
@media (min-width: 992px) {
  .actionHolder {
    width: 83.33333333%;
  }
}
@media (min-width: 768px) {
  .actionHolder {
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
.actionHolder .pict {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
@media (min-width: 768px) {
  .actionHolder .pict {
    width: 50%;
  }
}
.actionHolder .pict img {
  width: 100%;
}
.actionHolder .description {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  text-align: center;
  padding: 20px 15px;
}
@media (min-width: 768px) {
  .actionHolder .description {
    width: 50%;
    padding: 0 20px;
  }
}
@media (min-width: 992px) {
  .actionHolder .description {
    padding: 0 60px;
  }
}
@media (min-width: 1200px) {
  .actionHolder .description {
    padding: 0 70px;
  }
}
.actionHolder .description .heading {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.9px;
  color: #930b21;
  text-transform: uppercase;
  margin-bottom: 5px;
}
@media (min-width: 768px) {
  .actionHolder .description .heading {
    font-size: 16px;
    letter-spacing: 1px;
  }
}
@media (min-width: 992px) {
  .actionHolder .description .heading {
    font-size: 22px;
  }
}
@media (min-width: 1200px) {
  .actionHolder .description .heading {
    font-size: 28px;
    letter-spacing: 1.7px;
  }
}
.actionHolder .description .text {
  font-size: 16px;
  font-style: italic;
  letter-spacing: 0.6px;
  color: #930b21;
  margin-bottom: 25px;
}
@media (min-width: 768px) {
  .actionHolder .description .text {
    font-size: 16px;
    letter-spacing: 0.8px;
    margin-bottom: 30px;
  }
}
@media (min-width: 1200px) {
  .actionHolder .description .text {
    margin-bottom: 55px;
    font-size: 20px;
    letter-spacing: 1px;
  }
}
.actionHolder .description .sendRequestModal {
  max-width: 80%;
  margin: 15px auto;
}
@media (min-width: 768px) {
  .actionHolder .description .sendRequestModal {
    max-width: 100%;
  }
}
.elementsListNewCatalog .row:first-child .elementHolder:nth-child(1) .element {
  margin-top: 0;
}
@media (min-width: 992px) {
  .elementsListNewCatalog
    .row:first-child
    .elementHolder:nth-child(1)
    .element {
    margin-top: 0;
  }
}
.elementsListNewCatalog .element {
  margin-top: 90px;
}
@media (min-width: 768px) {
  .elementsListNewCatalog .element {
    margin-top: 0;
    margin-bottom: 90px;
  }
}
@media (min-width: 992px) {
  .elementsListNewCatalog .element {
    margin-top: 130px;
  }
}
.elementsListNewCatalog .element .elementBanner {
  margin-bottom: 30px;
}
.elementsListNewCatalog .element .itemName {
  text-align: center;
  margin-bottom: 15px;
}
.elementsListNewCatalog .element .itemName a {
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 1.7px;
  text-align: center;
  color: #930b21;
  text-transform: uppercase;
  text-decoration: none;
}
.elementsListNewCatalog .element .itemName a:hover {
  text-decoration: underline;
}
@media (max-width: 576px) {
  .elementsListNewCatalog .element .itemName a {
    font-size: 20px;
  }
}
.elementsListNewCatalog .element .previewText {
  font-style: italic;
  letter-spacing: 1px;
  text-align: center;
  padding: 0;
  line-height: 1.2;
  font-size: 16px;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .elementsListNewCatalog .element .previewText {
    font-size: 20px;
    margin-bottom: 50px;
  }
}
@media (min-width: 992px) {
  .elementsListNewCatalog .element .previewText {
    padding: 0 70px;
    margin-bottom: 50px;
  }
}
.elementsListNewCatalog .element .sliderControll .arrow {
  width: 46px;
  height: 44px;
  cursor: pointer;
  position: absolute;
  top: 44%;
  z-index: 99;
}
@media (min-width: 768px) {
  .elementsListNewCatalog .element .sliderControll .arrow {
    display: block !important;
  }
}
.elementsListNewCatalog .element .sliderControll .arrow.toLeft {
  background: url(/images/arrows-toleft.svg);
  left: 15px;
  display: none !important;
}
@media (min-width: 992px) {
  .elementsListNewCatalog .element .sliderControll .arrow.toLeft {
    display: block !important;
  }
}
@media (min-width: 1300px) {
  .elementsListNewCatalog .element .sliderControll .arrow.toLeft {
    left: -40px;
  }
}
@media (min-width: 1500px) {
  .elementsListNewCatalog .element .sliderControll .arrow.toLeft {
    left: -120px;
  }
}
.elementsListNewCatalog .element .sliderControll .arrow.toRight {
  background: url(/images/arrows-toright.svg);
  right: 15px;
  display: none !important;
}
@media (min-width: 992px) {
  .elementsListNewCatalog .element .sliderControll .arrow.toRight {
    display: block !important;
  }
}
@media (min-width: 1300px) {
  .elementsListNewCatalog .element .sliderControll .arrow.toRight {
    right: -40px;
  }
}
@media (min-width: 1500px) {
  .elementsListNewCatalog .element .sliderControll .arrow.toRight {
    right: -120px;
  }
}
.elementsListNewCatalog .element .price {
  color: #930b21;
  font-size: 23px;
  font-weight: 700;
  letter-spacing: 1.1px;
  text-align: center;
  margin-bottom: 10px;
}
.elementsListNewCatalog .element .elementContentHolder {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media (min-width: 992px) {
  .elementsListNewCatalog .element .elementContentHolder {
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
.elementsListNewCatalog .element .detailImg {
  width: 100%;
  max-width: 560px;
  margin: 0 auto;
}
@media (min-width: 992px) {
  .elementsListNewCatalog .element .detailImg {
    width: 50%;
    max-width: none;
  }
}
.elementsListNewCatalog .element .detailImg img {
  max-width: 100%;
  width: 100%;
}
.elementsListNewCatalog .element .detailImg .sliderItem {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media (min-width: 992px) {
  .elementsListNewCatalog .element .detailImg .sliderItem {
    height: auto;
  }
}
.elementsListNewCatalog .element .detailImg .sliderItem img {
  max-width: 100%;
  width: 100%;
  margin: 0 auto;
}
@media (min-width: 992px) {
  .elementsListNewCatalog .element .detailImg .sliderItem img {
    max-height: none;
  }
}
.elementsListNewCatalog .element .info {
  padding: 15px 15px 40px;
  width: 100%;
  max-width: 560px;
  margin: 0 auto;
  background-color: #fff;
  background-image: url(/images/infoBack.png);
  background-position: 50%;
  background-repeat: no-repeat;
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media (min-width: 768px) {
  .elementsListNewCatalog .element .info {
    padding: 15px 30px 40px;
  }
}
@media (min-width: 992px) {
  .elementsListNewCatalog .element .info {
    width: 50%;
    max-width: none;
    padding: 15px 15px 40px;
  }
}
@media (min-width: 1200px) {
  .elementsListNewCatalog .element .info {
    padding: 15px 30px 40px;
  }
}
.elementsListNewCatalog .element .info .headingInfo {
  font-size: 26px;
  letter-spacing: 1.3px;
  text-align: center;
}
.elementsListNewCatalog .element .info .price {
  color: #930b21;
  font-size: 23px;
  font-weight: 700;
  letter-spacing: 1.1px;
  text-align: center;
  margin-bottom: 7px !important;
}
.elementsListNewCatalog .element .info .propsList {
  margin-top: 20px;
  -ms-flex: 1;
  flex: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-direction: column;
  flex-direction: column;
}
.elementsListNewCatalog .element .info .propsList__propsBlock {
  -ms-flex-positive: 0.2;
  flex-grow: 0.2;
}
@media (min-width: 992px) {
  .elementsListNewCatalog .element .info .propsList__propsBlock {
    -ms-flex-positive: unset;
    flex-grow: unset;
  }
}
.elementsListNewCatalog .element .info .propsList .propItem {
  margin-bottom: 10px;
}
.elementsListNewCatalog .element .info .propsList .propItem .propName {
  font-size: 15px;
  font-weight: 700;
  font-style: italic;
  letter-spacing: 0.7px;
  text-align: center;
}
.elementsListNewCatalog .element .info .propsList .propItem .val {
  padding-top: 7px;
  font-size: 15px;
  font-style: italic;
  letter-spacing: 0.7px;
  text-align: center;
}
.elementsListNewCatalog .element .info .propsList .priceBlock {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 3px;
  margin-bottom: 20px;
}
.elementsListNewCatalog
  .element
  .info
  .propsList
  .priceBlock--big-price
  .price {
  font-size: 18px;
  margin-bottom: 4px !important;
}
.elementsListNewCatalog .element .info .propsList .priceBlock--no-margin {
  margin-bottom: 4px;
}
.elementsListNewCatalog .element .info .propsList .previewText {
  -ms-flex-positive: 1;
  flex-grow: 1;
  margin-bottom: 20px;
}
.elementsListNewCatalog .element .absoluteSliderDots {
  display: none !important;
  margin-top: 15px;
}
@media (min-width: 768px) {
  .elementsListNewCatalog .element .absoluteSliderDots {
    display: -ms-flexbox !important;
    display: flex !important;
  }
}
@media (min-width: 992px) {
  .elementsListNewCatalog .element .absoluteSliderDots {
    margin-top: 35px;
  }
}
.elementsListNewCatalog .element .simpleButtonHolder {
  margin: 35px auto 0;
  width: 100%;
}
@media (max-width: 1200px) {
  .elementsListNewCatalog .element .simpleButtonHolder {
    margin: 30px auto 0;
  }
}
.elementsListNewCatalog .element .simpleButtonHolder .simpleButton {
  width: 300px;
  margin: 0 auto;
}
.detailElement {
  margin-bottom: 45px;
}
.detailElement .element {
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  .detailElement .element {
    margin-bottom: 130px;
  }
}
.detailElement .element .itemName {
  margin-bottom: 25px;
  font-size: 34px;
  font-weight: 700;
  letter-spacing: 1.7px;
  text-align: center;
  color: #930b21;
  text-transform: uppercase;
  text-decoration: none;
}
.detailElement .element .previewText {
  font-style: italic;
  letter-spacing: 1px;
  text-align: center;
  padding: 0;
  font-size: 16px;
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .detailElement .element .previewText {
    padding: 0 70px;
    margin-bottom: 70px;
  }
}
.detailElement .element .sliderControll .arrow {
  width: 46px;
  height: 44px;
  cursor: pointer;
  position: absolute;
  top: 44%;
  z-index: 99;
}
@media (min-width: 768px) {
  .detailElement .element .sliderControll .arrow {
    display: block !important;
  }
}
.detailElement .element .sliderControll .arrow.toLeft {
  background: url(/images/arrows-toleft.svg);
  left: 15px;
}
@media (min-width: 1300px) {
  .detailElement .element .sliderControll .arrow.toLeft {
    left: -40px;
  }
}
@media (min-width: 1500px) {
  .detailElement .element .sliderControll .arrow.toLeft {
    left: -120px;
  }
}
.detailElement .element .sliderControll .arrow.toRight {
  background: url(/images/arrows-toright.svg);
  right: 15px;
}
@media (min-width: 1300px) {
  .detailElement .element .sliderControll .arrow.toRight {
    right: -40px;
  }
}
@media (min-width: 1500px) {
  .detailElement .element .sliderControll .arrow.toRight {
    right: -120px;
  }
}
.detailElement .element .elementContentHolder {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media (min-width: 992px) {
  .detailElement .element .elementContentHolder {
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
.detailElement .element .detailImg {
  width: 100%;
  max-width: 560px;
  margin: 0 auto;
}
@media (min-width: 992px) {
  .detailElement .element .detailImg {
    width: 50%;
    max-width: none;
  }
}
.detailElement .element .detailImg img {
  opacity: 0;
  transition: opacity 0.3s;
}
.detailElement .element .detailImg .sliderItem img {
  margin: 0 auto;
}
.detailElement .element .info {
  padding: 40px 25px;
  width: 100%;
  max-width: 560px;
  margin: 0 auto;
  background-color: #fff;
  background-image: url(/images/infoBack.png);
  background-position: 50%;
  background-repeat: no-repeat;
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media (min-width: 992px) {
  .detailElement .element .info {
    width: 50%;
    max-width: none;
  }
}
@media (min-width: 1600px) {
  .detailElement .element .info {
    padding: 40px 30px;
  }
}
@media (max-width: 768px) {
  .detailElement .element .info {
    padding: 20px 25px;
  }
}
.detailElement .element .info .headingInfo {
  font-size: 26px;
  letter-spacing: 1.3px;
  text-align: center;
}
.detailElement .element .info .price {
  color: #930b21;
  font-size: 23px;
  font-weight: 700;
  letter-spacing: 1.1px;
  text-align: center;
  margin-bottom: 12px;
}
.detailElement .element .info .price--low-margin {
  margin-bottom: 7px;
}
.detailElement .element .info .propsList {
  -ms-flex: 1;
  flex: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 25px;
}
.detailElement .element .info .propsList .propItem {
  margin-bottom: 10px;
}
.detailElement .element .info .propsList .propItem .propName {
  font-size: 15px;
  font-weight: 700;
  font-style: italic;
  letter-spacing: 0.7px;
  text-align: center;
}
.detailElement .element .info .propsList .propItem .val {
  padding-top: 7px;
  font-size: 15px;
  font-style: italic;
  letter-spacing: 0.7px;
  text-align: center;
}
.detailElement .element .galleryItems {
  margin-top: 100px;
  background: url(/images/galleryBackBorder.png);
  background-size: 100% 100%;
  background-position: 50%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 30px 20px;
}
@media (min-width: 992px) {
  .detailElement .element .galleryItems {
    padding: 60px 45px;
  }
}
@media (max-width: 768px) {
  .detailElement .element .galleryItems {
    margin-top: 50px;
    background: none;
  }
}
.detailElement .element .galleryItems .galleryItem {
  cursor: pointer;
  width: 43%;
  margin-bottom: 20px;
  position: relative;
}
@media (min-width: 992px) {
  .detailElement .element .galleryItems .galleryItem {
    width: 21%;
  }
}
.detailElement .element .galleryItems .galleryItem:nth-child(1n):after {
  background-image: url(/images/slickDotsIconWhite1.svg);
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 25%;
}
.detailElement .element .galleryItems .galleryItem:nth-child(2n):after {
  background-image: url(/images/slickDotsIconWhite2.svg);
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 25%;
}
.detailElement .element .galleryItems .galleryItem:nth-child(3n):after {
  background-image: url(/images/slickDotsIconWhite3.svg);
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 25%;
}
.detailElement .element .galleryItems .galleryItem:nth-child(4n):after {
  background-image: url(/images/slickDotsIconWhite4.svg);
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 25%;
}
.detailElement .element .galleryItems .galleryItem:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  transition: opacity 0.3;
  pointer-events: none;
  position: absolute;
}
.detailElement .element .galleryItems .galleryItem.active:after,
.detailElement .element .galleryItems .galleryItem:hover:after {
  background-size: 40%;
}
.detailElement .element .simpleButtonHolder {
  position: relative;
  margin: 0 auto;
}
.detailElement .element .simpleButtonHolder--topMargin {
  margin-top: 32px;
}
@media (min-width: 1200px) {
  .detailElement .element .simpleButtonHolder--topMargin {
    margin-top: 56px;
  }
}
@media (min-width: 1600px) {
  .detailElement .element .simpleButtonHolder--topMargin {
    margin-top: 170px;
  }
}
.detailElement .element .simpleButtonHolder .simpleButton {
  width: 80%;
  max-width: 350px;
}
.modalElementAdd {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media (min-width: 992px) {
  .modalElementAdd {
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
.modalElementAdd .countPriceBlock .countControll {
  position: relative;
}
.modalElementAdd .countPriceBlock .countControll input[name="itemCount"] {
  background: transparent;
  border: 0 solid;
  -moz-appearance: textfield;
}
.modalElementAdd
  .countPriceBlock
  .countControll
  input[name="itemCount"]::-webkit-inner-spin-button,
.modalElementAdd
  .countPriceBlock
  .countControll
  input[name="itemCount"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.modalElementAdd .countPriceBlock .countControll input[name="itemCount"]:focus {
  outline: none;
}
.modalElementAdd .countPriceBlock .countControll .arrowBlock .more {
  background: url(/images/plus.svg);
  background-position: 50%;
  background-size: 100%;
  background-repeat: no-repeat;
  width: 18px;
  height: 18px;
  cursor: pointer;
  position: absolute;
  top: 23px;
  right: 20px;
}
.modalElementAdd .countPriceBlock .countControll .arrowBlock .less {
  background: url(/images/minus.svg);
  background-position: 50%;
  background-size: 100%;
  background-repeat: no-repeat;
  width: 18px;
  height: 18px;
  cursor: pointer;
  position: absolute;
  top: 23px;
  left: 20px;
}
.successAdd .heading {
  font-size: 18px;
  letter-spacing: 0.9px;
  text-align: center;
  text-transform: uppercase;
  color: #930b21;
  margin-bottom: 15px;
}
.successAdd .text {
  font-size: 16px;
  font-style: italic;
  letter-spacing: 0.8px;
  text-align: center;
  max-width: 600px;
  margin: 0 auto 20px;
}
@media (min-width: 992px) {
  .successAdd .text {
    margin: 0 auto 50px;
  }
}
.successAdd .buttonsHolder {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}
.successAdd .buttonsHolder .simpleButtonHolder {
  margin: 10px 0;
  width: 300px;
}
.blureBack {
  width: 100%;
  height: 100%;
  position: fixed;
  background: rgba(0, 0, 0, 0.1);
  filter: blur(2px);
}
.slick-dotted.slick-slider {
  margin-bottom: 0;
}
.absoluteSliderDots {
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  text-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0;
  height: 50px;
  width: 100%;
  z-index: 100;
}
.absoluteSliderDots li {
  cursor: pointer;
}
.absoluteSliderDots li:before {
  display: none !important;
}
.absoluteSliderDots li:nth-child(1n) .icon {
  background: url(/images/slickDotsIcon1.svg);
  background-size: 100% 100%;
}
.absoluteSliderDots li:nth-child(1n).slick-active .icon {
  background: url(/images/slickDotsIconColor1.svg);
  background-size: 100% 100%;
}
.absoluteSliderDots li:nth-child(2n) .icon {
  background: url(/images/slickDotsIcon2.svg);
  background-size: 100% 100%;
}
.absoluteSliderDots li:nth-child(2n).slick-active .icon {
  background: url(/images/slickDotsIconColor2.svg);
  background-size: 100% 100%;
}
.absoluteSliderDots li:nth-child(3n) .icon {
  background: url(/images/slickDotsIcon3.svg);
  background-size: 100% 100%;
}
.absoluteSliderDots li:nth-child(3n).slick-active .icon {
  background: url(/images/slickDotsIconColor3.svg);
  background-size: 100% 100%;
}
.absoluteSliderDots li:nth-child(4n) .icon {
  background: url(/images/slickDotsIcon4.svg);
  background-size: 100% 100%;
}
.absoluteSliderDots li:nth-child(4n).slick-active .icon {
  background: url(/images/slickDotsIconColor4.svg);
  background-size: 100% 100%;
}
.absoluteSliderDots .icon {
  width: 23px;
  height: 21px;
  background-size: 100%;
  margin: 0 10px;
  display: block;
  background-color: #0a0a08;
}
.absoluteSliderDots .slick-active .icon {
  transform: scale(1.6);
  background-color: #dcb191;
}
@media (min-width: 992px) {
  .absoluteSliderDots {
    position: absolute;
  }
}
#loader {
  position: fixed;
  z-index: 99999;
  width: 100%;
  height: 110%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #fdfaf3;
  top: 0;
  left: 0;
}
#loader img {
  margin-top: -100px;
}
#loader_inside {
  position: fixed;
  z-index: 99999;
  width: 100%;
  height: 110%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #fdfaf3;
  top: 0;
  left: 0;
}
#loader_inside img {
  opacity: 1;
  margin-top: -150px;
}
#basket_form_container {
  font-weight: 400 !important;
}
#basket_form_container .bx_sort_container {
  text-align: center;
  font-size: 20px;
  font-style: italic;
  letter-spacing: 1px;
}
#basket_form_container .bx_ordercart_order_table_container {
  border: 0 solid;
}
#basket_form_container .bx_ordercart_order_table_container table {
  margin: 0 auto;
}
#basket_form_container #basket_items {
  max-width: 800px;
  margin: 0 auto;
  min-width: auto;
  font-size: 15px;
  letter-spacing: 0.7px;
  text-align: center;
}
#basket_form_container #basket_items td {
  border-bottom: 1px solid #8b0b23;
  padding: 30px 4px;
  text-align: center;
  vertical-align: top;
}
@media (min-width: 768px) {
  #basket_form_container #basket_items td {
    width: 20%;
    padding: 30px 4px 50px;
  }
}
#basket_form_container #basket_items .item {
  text-align: center;
  vertical-align: top;
  padding-left: 25px;
}
#basket_form_container #basket_items .item .bx_ordercart_itemtitle {
  text-align: center;
}
#basket_form_container #basket_items .item .bx_ordercart_itemtitle a {
  font-weight: 400;
  font-size: 15px;
  letter-spacing: 0.7px;
  text-transform: uppercase;
}
#basket_form_container #basket_items thead {
  font-size: 15px;
  letter-spacing: 0.7px;
  text-align: center;
}
#basket_form_container #basket_items thead td {
  background: none;
  border-top: 1px solid #8b0b23;
  padding: 20px 0;
}
#basket_form_container #basket_items thead td:first-child {
  text-transform: uppercase;
  text-align: left;
  padding-left: 20px;
}
@media (max-width: 768px) {
  #basket_form_container #basket_items thead td {
    padding: 10px 0;
  }
}
#basket_form_container .bx_ordercart_photo {
  margin: 0 auto;
  border: 0 solid;
  width: 114px;
  height: 114px;
  position: relative;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-position: 50%;
  -webkit-background-size: 100% auto;
  background-repeat: no-repeat;
}
#basket_form_container .simpleButtonHolder {
  margin: 0 auto;
}
#basket_form_container .bx_ordercart_order_pay {
  margin-top: 45px;
}
#basket_form_container .bx_ordercart_order_pay .ttlWieght {
  font-size: 15px;
  font-style: italic;
  letter-spacing: 0.7px;
  text-align: center;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  #basket_form_container .bx_ordercart_order_pay .ttlWieght {
    margin-bottom: 35px;
  }
}
#basket_form_container .bx_ordercart_order_pay .ttlSumm {
  font-size: 20px;
  font-style: italic;
  letter-spacing: 1px;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  #basket_form_container .bx_ordercart_order_pay .ttlSumm {
    margin-bottom: 7px;
    margin-top: 70px;
  }
}
#basket_form_container tbody .custom,
#basket_form_container tbody .price {
  font-size: 15px;
  font-style: italic;
  letter-spacing: 0.7px;
  text-align: center;
}
#basket_form_container tbody .custom .current_price,
#basket_form_container tbody .price .current_price {
  font-weight: 400;
}
#basket_form_container .control a {
  color: #4d4f50;
  font-size: 12px;
  letter-spacing: 0.6px;
  text-decoration: none;
}
#basket_form_container .quantityToMobile .centered {
  position: relative;
}
#basket_form_container .quantityToMobile tr {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}
#basket_form_container .quantityToMobile input {
  text-align: right;
  background: transparent;
  border: 1px solid #f6ebe0;
  padding: 5px;
  -moz-appearance: textfield;
}
#basket_form_container .quantityToMobile input::-webkit-inner-spin-button,
#basket_form_container .quantityToMobile input::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
#basket_form_container .quantityToMobile input:focus {
  outline: none;
}
#basket_form_container .quantityToMobile .arrowBlock .more {
  border-radius: 4px;
  width: 17px;
  height: 17px;
  cursor: pointer;
  position: absolute;
  top: -7px;
  right: 20px;
  background: url(/images/toTopArrowWhite.svg) #961429;
  background-position: 50%;
  background-size: 68%;
  background-repeat: no-repeat;
}
#basket_form_container .quantityToMobile .arrowBlock .less {
  border-radius: 4px;
  background-color: #961429;
  width: 17px;
  height: 17px;
  cursor: pointer;
  position: absolute;
  top: 16px;
  right: 20px;
  background: url(/images/toBottomArrowWhite.svg) #961429;
  background-position: 50%;
  background-size: 68%;
  background-repeat: no-repeat;
}
@media (max-width: 576px) {
  #basket_form_container #basket_items .control {
    padding: 15px 0;
    max-width: 100%;
    text-align: left;
    border-bottom: 1px solid #930b21;
  }
  #basket_form_container #basket_items .control a {
    font-size: 14px;
    letter-spacing: 0.7px;
  }
  #basket_form_container #basket_items .price {
    padding: 15px 0 25px;
    font-size: 19px;
    line-height: 20px;
    letter-spacing: 0.9px;
  }
  #basket_form_container #basket_items .custom {
    padding: 0;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.7px;
  }
  #basket_form_container #basket_items .itemphoto {
    padding: 45px 5px;
  }
  #basket_form_container #basket_items .custom.quantityToMobile {
    padding: 0;
    width: 100%;
    height: 55px;
    font-size: 16px;
    color: #930a22;
    line-height: 55px;
    border-top: 1px solid #f7ece0;
    border-bottom: 1px solid #f7ece0;
  }
  #basket_form_container #basket_items .custom.quantityToMobile .centered {
    text-align: center !important;
  }
  #basket_form_container
    #basket_items
    .custom.quantityToMobile
    .quantityToMobile-input {
    border: none;
    text-align: center;
    padding: 0;
  }
  #basket_form_container #basket_items .custom.quantityToMobile .arrowBlock {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
  }
  #basket_form_container
    #basket_items
    .custom.quantityToMobile
    .arrowBlock
    .more {
    background: url(/images/plus.svg) 0 0 no-repeat;
    background-size: 100%;
    width: 18px;
    height: 18px;
    cursor: pointer;
    position: absolute;
    top: -7px;
    right: 30px;
  }
  #basket_form_container
    #basket_items
    .custom.quantityToMobile
    .arrowBlock
    .less {
    background: url(/images/minus.svg) 0 0 no-repeat;
    background-size: 100%;
    width: 18px;
    height: 18px;
    cursor: pointer;
    position: absolute;
    top: 0;
    left: 30px;
  }
  #basket_form_container #basket_items .item {
    padding: 17px 0 0;
  }
  #basket_form_container #basket_items .item a {
    font-size: 18px !important;
    line-height: 24px !important;
    letter-spacing: 0.9px !important;
  }
  #basket_form_container #basket_items tbody td {
    display: block;
    border: none;
    width: 100%;
    margin: 0 auto;
  }
  #basket_form_container #basket_items thead {
    display: none;
  }
}
.orderForm .messageBox,
.orderForm .messageBox__success {
  text-align: center;
  line-height: 1.4;
  margin: 10px 0;
  text-transform: uppercase;
}
.orderForm .groupItem {
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .orderForm .groupItem {
    margin-bottom: 20px;
  }
}
.orderForm .groupItem label {
  font-size: 16px;
  letter-spacing: 0.8px;
  text-align: left;
  width: 100%;
  font-weight: 400;
  display: none;
}
.orderForm .groupItem input,
.orderForm .groupItem textarea {
  width: 100%;
  border-radius: 4px;
  background-color: #fdfaf3;
  border: 1px solid #e2bdbe;
  font-size: 15px;
  line-height: 35px;
  font-style: italic;
  letter-spacing: 0.7px;
  padding-left: 17px;
}
.orderForm .groupItem textarea {
  text-align: left;
  padding-top: 10px;
  padding-bottom: 10px;
  resize: vertical;
}
.orderForm ::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.29);
}
.orderForm ::-moz-placeholder {
  color: rgba(0, 0, 0, 0.29);
}
.orderForm :-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.29);
}
.orderForm :-moz-placeholder {
  color: rgba(0, 0, 0, 0.29);
}
.reviewForm .messageBox {
  text-align: center;
  line-height: 1.4;
  margin: 10px 0;
  text-transform: uppercase;
}
.reviewForm .groupItem {
  margin-bottom: 15px;
}
.reviewForm .groupItem label {
  font-size: 16px;
  letter-spacing: 0.8px;
  text-align: left;
  width: 100%;
  font-weight: 400;
  display: none;
}
.reviewForm .groupItem input,
.reviewForm .groupItem textarea {
  width: 100%;
  border-radius: 4px;
  background-color: #fdfaf3;
  border: 1px solid #e2bdbe;
  font-size: 15px;
  line-height: 35px;
  font-style: italic;
  letter-spacing: 0.7px;
  padding-left: 17px;
}
.reviewForm .groupItem textarea {
  text-align: left;
  padding-top: 10px;
  padding-bottom: 10px;
  resize: vertical;
}
.reviewForm ::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.29);
}
.reviewForm ::-moz-placeholder {
  color: rgba(0, 0, 0, 0.29);
}
.reviewForm :-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.29);
}
.reviewForm :-moz-placeholder {
  color: rgba(0, 0, 0, 0.29);
}
@media (min-width: 768px) {
  .lowerForm .modal-dialog {
    width: 666px !important;
  }
}
.lowerForm .modal-body {
  padding: 25px 40px 30px !important;
}
@media (min-width: 992px) {
  .lowerForm .modal-body {
    padding: 45px 67px 50px !important;
  }
}
.lowerForm h2 {
  text-transform: uppercase;
  text-align: center;
  color: #930b21;
  margin-bottom: 25px;
}
.lowerForm .simpleButtonHolder {
  margin: 20px auto 0;
}
.lowerForm .total {
  font-size: 20px;
  font-style: italic;
  letter-spacing: 1px;
  text-align: center;
  text-transform: uppercase;
  margin-top: 38px;
  margin-bottom: 10px;
}
.menuSection .sub_center_menu .menuBlock {
  overflow: hidden;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  transition: height 0.3s;
}
.menuSection .sub_center_menu .menuBlock .mainItem {
  border-left: 2px solid rgba(147, 11, 33, 0.4);
  margin-bottom: 25px;
  width: 50%;
  float: left;
  text-align: center;
}
@media (max-width: 767px) {
  .menuSection .sub_center_menu .menuBlock .mainItem:nth-child(odd) {
    border-left: 0 solid rgba(147, 11, 33, 0.4);
  }
}
@media (min-width: 768px) {
  .menuSection .sub_center_menu .menuBlock .mainItem {
    width: 33%;
    float: left;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .menuSection .sub_center_menu .menuBlock .mainItem:nth-child(3n + 1) {
    border-left: 0 solid rgba(147, 11, 33, 0.4);
  }
}
@media (min-width: 992px) {
  .menuSection .sub_center_menu .menuBlock .mainItem {
    border-left: 2px solid rgba(147, 11, 33, 0.4);
    padding: 0 19px;
    width: auto;
  }
  .menuSection .sub_center_menu .menuBlock .mainItem:first-child {
    border-left: 0 solid #930b21;
    padding: 0 19px 0 0;
  }
  .menuSection .sub_center_menu .menuBlock .mainItem.lastMenu {
    padding: 0 0 0 19px;
  }
}
@media (min-width: 1200px) {
  .menuSection .sub_center_menu .menuBlock .mainItem {
    border-left: 2px solid rgba(147, 11, 33, 0.4);
    padding: 0 13px;
    width: auto;
  }
  .menuSection .sub_center_menu .menuBlock .mainItem:first-child {
    border-left: 0 solid #930b21;
    padding: 0 13px 0 0;
  }
  .menuSection .sub_center_menu .menuBlock .mainItem.lastMenu {
    padding: 0 0 0 13px;
  }
}
.menuSection .sub_center_menu .menuBlock .mainItem a {
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0.8px;
  text-align: center;
  color: #7b2648;
  text-transform: uppercase;
  text-decoration: none;
}
.menuSection .sub_center_menu .menuBlock .mainItem a:hover,
.menuSection .sub_center_menu .menuBlock .mainItem a:visited {
  text-decoration: underline;
}
.menuSection .sub_center_menu .menuBlock .mainItem a.root-item-selected {
  font-weight: 700;
}
.menuSection .menuToggler {
  font-size: 13px;
  font-style: italic;
  letter-spacing: 0.6px;
  color: #4d4f50;
  text-align: center;
  cursor: pointer;
  width: 200px;
  margin: 0 auto;
  display: none;
}
.searchPage .searchForm {
  margin-bottom: 30px;
}
.searchPage .searchForm .whereSelectHolder {
  max-width: 402px;
  margin: 0 auto 41px;
  border-radius: 8px;
}
.searchPage .searchForm .whereSelectHolder .selectric-wrapper {
  max-width: 402px;
  height: 58px;
}
.searchPage .searchForm .whereSelectHolder .selectric {
  border-radius: 8px;
  background-color: #fdfaf3;
  border: 1px solid #e2bdbe;
  position: relative;
}
.searchPage .searchForm .whereSelectHolder .selectric .label {
  font-size: 15px;
  font-style: italic;
  color: #4d4f50;
  letter-spacing: 0.7px;
  font-weight: 400;
  line-height: 56px;
  height: 56px;
  text-align: left;
  margin: 0;
  padding: 0 0 0 10px;
}
.searchPage .searchForm .whereSelectHolder .selectric-input {
  background: hsla(0, 0%, 100%, 0.27) !important;
}
.searchPage .searchForm .whereSelectHolder .selectric .button {
  width: 56px;
  height: 56px;
  border-radius: 4px;
  background-color: #961429;
  background: #961429;
}
.searchPage .searchForm .whereSelectHolder .selectric .button:after {
  border: 9px solid transparent;
  border-top-color: #fff;
  border-bottom: none;
}
.searchPage .searchForm .whereSelectHolder .selectric-items li {
  font-size: 15px;
  font-style: italic;
  color: #4d4f50;
  letter-spacing: 0.7px;
  font-weight: 400;
  line-height: 56px;
  height: 56px;
  text-align: left;
  margin: 0;
  padding: 0 0 0 10px;
  background: #fdfaf3;
  border-color: #930b21;
}
.searchPage .searchForm .whereSelectHolder .selectric-items li.highlighted,
.searchPage .searchForm .whereSelectHolder .selectric-items li.selected {
  font-weight: 700;
}
.searchPage .searchForm input[type="text"] {
  width: 100%;
  max-width: 402px;
  margin: 0 auto 28px;
  display: block;
  height: 56px;
  border-radius: 8px;
  background-color: #fdfaf3;
  border: 1px solid #e2bdbe;
  padding-left: 12px;
  color: #4d4f50;
  font-size: 15px;
  font-style: italic;
  letter-spacing: 0.7px;
}
@media (max-width: 768px) {
  .searchPage .searchForm input[type="text"] {
    margin: 0 auto 19px;
  }
}
@media (max-width: 576px) {
  .searchPage .searchForm input[type="text"] {
    margin: 0 auto 15px;
  }
}
.searchPage .searchForm .simpleButtonHolder {
  width: 223px;
  margin: 0 auto;
  height: 52px;
}
.searchPage .ttlFounded {
  font-size: 23px;
  font-weight: 700;
  letter-spacing: 1.1px;
  text-transform: uppercase;
  text-align: center;
  color: #930b21;
}
.searchPage .topPagin {
  margin-top: 60px;
}
.searchPage .topPagin .searchpaginBottom {
  display: none;
}
@media (max-width: 768px) {
  .searchPage .topPagin {
    margin-top: 30px;
  }
}
.searchPage .dropResults {
  text-align: center;
}
.searchPage .dropResults a {
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.7px;
  color: #4d4f50;
  text-decoration: none;
}
.searchPage .bottomPagin .ttlFounded {
  display: none;
}
.searchPage .searchElementsList {
  margin-top: 130px;
}
.searchPage .searchElementsList .searchElement {
  border-bottom: 2px solid #930b21;
  padding-bottom: 70px;
  margin-bottom: 90px;
}
.searchPage .searchElementsList .searchElement.nopict .name,
.searchPage .searchElementsList .searchElement.nopict .text {
  text-align: center;
}
.searchPage .searchElementsList .pict {
  width: 100%;
  margin-bottom: 20px;
  margin-right: 55px;
  float: left;
}
@media (min-width: 992px) {
  .searchPage .searchElementsList .pict {
    max-width: 50%;
  }
}
.searchPage .searchElementsList .pict img {
  width: 100%;
}
.searchPage .searchElementsList .name {
  text-align: left;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.9px;
}
.searchPage .searchElementsList .text {
  text-align: left;
  font-size: 15px;
  letter-spacing: 0.7px;
}
.searchPage .searchElementsList .text .readmore {
  font-size: 13px;
  color: #a73445;
  letter-spacing: 0.6px;
}
.searchPage .chainPath {
  float: left;
  width: 100%;
  text-align: center;
  margin-top: 40px;
}
.searchPage .chainPath a {
  font-size: 11px;
  letter-spacing: 0.5px;
  color: #4d4f50;
  text-decoration: none;
  text-transform: uppercase;
}
.searchPage .chainPath .fa {
  background: url(/images/bcsimple.svg);
  background-repeat: no-repeat;
  background-position: 50%;
  width: 22px;
  height: 7.5px;
  margin: 0 13px;
}
.inProgress {
  margin-top: 50px;
}
@media (min-width: 768px) {
  .inProgress {
    margin-top: 100px;
  }
}
.inProgress .logoPict {
  max-width: 80%;
  margin: 0 auto 40px;
}
.inProgress .logoPict img {
  width: 100%;
}
@media (min-width: 768px) {
  .inProgress .logoPict {
    max-width: 444px;
    margin: 0 auto 80px;
  }
  .inProgress .logoPict img {
    width: 100%;
  }
}
.inProgress .textBlock {
  border-top: 1px solid #930b21;
  padding-top: 44px;
}
.inProgress .textBlock .heading {
  font-size: 34px;
  font-weight: 700;
  letter-spacing: 1.7px;
  text-align: center;
  text-transform: uppercase;
}
.inProgress .textBlock .subText {
  font-style: italic;
}
.inProgress .text,
.inProgress .textBlock .subText {
  font-size: 20px;
  letter-spacing: 1px;
  text-align: center;
}
.inProgress .text {
  text-transform: uppercase;
}
@media (max-width: 768px) {
  .inProgress .textBlock .heading {
    font-size: 30px;
    letter-spacing: 1.5px;
  }
  .inProgress .textBlock .subText {
    font-size: 22px;
    letter-spacing: 0.8px;
  }
  .inProgress .text {
    font-size: 16px;
    letter-spacing: 0.8px;
  }
}
.mainContent {
  margin-bottom: 100px;
}
@media (min-width: 768px) {
  .mainContent {
    margin-bottom: 230px;
  }
}
.newsListInside .newsItem {
  background: #fff;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 60px;
}
@media (min-width: 768px) {
  .newsListInside .newsItem {
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
.newsListInside .newsItem .pict {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
@media (min-width: 768px) {
  .newsListInside .newsItem .pict {
    width: 50%;
  }
}
.newsListInside .newsItem .pict img {
  width: 100%;
}
.newsListInside .newsItem .description {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  text-align: center;
  padding: 20px 15px;
}
@media (min-width: 768px) {
  .newsListInside .newsItem .description {
    width: 50%;
    padding: 0 20px;
  }
}
@media (min-width: 992px) {
  .newsListInside .newsItem .description {
    padding: 0 60px;
  }
}
@media (min-width: 1200px) {
  .newsListInside .newsItem .description {
    padding: 0 70px;
  }
}
.newsListInside .newsItem .description .heading {
  margin-bottom: 15px;
}
.newsListInside .newsItem .description .heading a {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.9px;
  color: #930b21;
  text-transform: uppercase;
  text-decoration: none;
}
@media (min-width: 768px) {
  .newsListInside .newsItem .description .heading a {
    font-size: 20px;
    letter-spacing: 1px;
  }
}
@media (min-width: 992px) {
  .newsListInside .newsItem .description .heading a {
    font-size: 22px;
  }
}
@media (min-width: 1200px) {
  .newsListInside .newsItem .description .heading a {
    font-size: 34px;
    letter-spacing: 1.7px;
  }
}
.newsListInside .newsItem .description .text {
  font-size: 16px;
  font-style: italic;
  letter-spacing: 0.6px;
  color: #930b21;
}
@media (min-width: 768px) {
  .newsListInside .newsItem .description .text {
    font-size: 16px;
    letter-spacing: 0.8px;
    margin-bottom: 30px;
  }
}
@media (min-width: 1200px) {
  .newsListInside .newsItem .description .text {
    font-size: 20px;
    letter-spacing: 1px;
    margin-bottom: 55px;
  }
}
@media (max-width: 768px) {
  .newsDetailTitle h1 {
    text-align: left;
  }
}
@media (max-width: 768px) {
  .newsDetailContent .container {
    max-width: 90%;
  }
}
@media (max-width: 576px) {
  .newsDetailContent .container {
    max-width: 100%;
  }
}
.newsDetailInside .news {
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  .newsDetailInside .news {
    margin-bottom: 130px;
  }
}
.newsDetailInside .news .date {
  text-align: center;
  font-style: italic;
  color: #4d4f50;
  margin-bottom: 25px;
}
.newsDetailInside .news .itemName {
  margin-bottom: 25px;
  font-size: 34px;
  font-weight: 700;
  letter-spacing: 1.7px;
  text-align: center;
  color: #930b21;
  text-transform: uppercase;
  text-decoration: none;
}
.newsDetailInside .news .previewText {
  font-size: 20px;
  font-style: italic;
  letter-spacing: 1px;
  text-align: center;
  margin-bottom: 20px;
  padding: 0;
}
@media (min-width: 992px) {
  .newsDetailInside .news .previewText {
    padding: 0 70px;
    margin-bottom: 70px;
  }
}
.newsDetailInside .news .sliderControll .arrow {
  width: 46px;
  height: 44px;
  cursor: pointer;
  position: absolute;
  top: 44%;
  z-index: 99;
}
@media (min-width: 768px) {
  .newsDetailInside .news .sliderControll .arrow {
    display: block !important;
  }
}
.newsDetailInside .news .sliderControll .arrow.toLeft {
  background: url(/images/arrows-toleft.svg);
  left: 15px;
}
@media (min-width: 1300px) {
  .newsDetailInside .news .sliderControll .arrow.toLeft {
    left: -40px;
  }
}
@media (min-width: 1500px) {
  .newsDetailInside .news .sliderControll .arrow.toLeft {
    left: -120px;
  }
}
.newsDetailInside .news .sliderControll .arrow.toRight {
  background: url(/images/arrows-toright.svg);
  right: 15px;
}
@media (min-width: 1300px) {
  .newsDetailInside .news .sliderControll .arrow.toRight {
    right: -40px;
  }
}
@media (min-width: 1500px) {
  .newsDetailInside .news .sliderControll .arrow.toRight {
    right: -120px;
  }
}
.newsDetailInside .news .elementContentHolder {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media (min-width: 992px) {
  .newsDetailInside .news .elementContentHolder {
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
.newsDetailInside .news .detailImg {
  width: 100%;
  max-width: 560px;
  margin: 0 auto;
}
@media (min-width: 992px) {
  .newsDetailInside .news .detailImg {
    width: 50%;
    max-width: none;
  }
}
.newsDetailInside .news .detailImg img {
  opacity: 0;
  transition: opacity 0.3s;
}
.newsDetailInside .news .detailImg .sliderItem img {
  margin: 0 auto;
}
.newsDetailInside .news .info {
  padding: 45px 40px;
  width: 100%;
  max-width: 560px;
  margin: 0 auto;
  background-color: #fff;
  background-image: url(/images/infoBack.png);
  background-position: 50%;
  background-repeat: no-repeat;
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media (min-width: 992px) {
  .newsDetailInside .news .info {
    width: 50%;
    max-width: none;
  }
}
.newsDetailInside .news .info .headingInfo {
  font-size: 26px;
  letter-spacing: 1.3px;
  text-align: center;
}
.newsDetailInside .news .info .price {
  color: #930b21;
  font-size: 23px;
  font-weight: 700;
  letter-spacing: 1.1px;
  text-align: center;
  margin-bottom: 10px;
}
.newsDetailInside .news .info .propsList {
  margin-top: 20px;
  -ms-flex: 1;
  flex: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-bottom: 100px;
}
.newsDetailInside .news .info .propsList .propItem {
  margin-bottom: 10px;
}
.newsDetailInside .news .info .propsList .propItem .propName {
  font-size: 15px;
  font-weight: 700;
  font-style: italic;
  letter-spacing: 0.7px;
  text-align: center;
}
.newsDetailInside .news .info .propsList .propItem .val {
  padding-top: 7px;
  font-size: 15px;
  font-style: italic;
  letter-spacing: 0.7px;
  text-align: center;
}
.newsDetailInside .news .sliderBlock {
  position: relative;
}
.newsDetailInside .news .sliderBlock .controllBlock .arrow {
  width: 35px;
  height: 35px;
  cursor: pointer;
  position: absolute;
  top: 44%;
  z-index: 150;
  display: none !important;
}
@media (min-width: 768px) {
  .newsDetailInside .news .sliderBlock .controllBlock .arrow {
    display: block !important;
  }
}
.newsDetailInside .news .sliderBlock .controllBlock .arrow.toLeft {
  background: url(/images/arrows-toleft.svg);
  background-size: 100%;
  background-repeat: no-repeat;
  left: -50px;
}
@media (min-width: 1300px) {
  .newsDetailInside .news .sliderBlock .controllBlock .arrow.toLeft {
    left: -47px;
  }
}
@media (min-width: 1500px) {
  .newsDetailInside .news .sliderBlock .controllBlock .arrow.toLeft {
    left: -120px;
  }
}
.newsDetailInside .news .sliderBlock .controllBlock .arrow.toRight {
  background: url(/images/arrows-toright.svg);
  background-size: 100%;
  background-repeat: no-repeat;
  right: -50px;
}
@media (min-width: 1300px) {
  .newsDetailInside .news .sliderBlock .controllBlock .arrow.toRight {
    right: -47px;
  }
}
@media (min-width: 1500px) {
  .newsDetailInside .news .sliderBlock .controllBlock .arrow.toRight {
    right: -120px;
  }
}
.newsDetailInside .news .galleryItems {
  margin-top: 100px;
  background: url(/images/galleryBackBorder.png);
  background-size: 100% 100%;
  background-position: 50%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 30px 20px;
}
@media (min-width: 992px) {
  .newsDetailInside .news .galleryItems {
    padding: 60px 45px;
  }
}
.newsDetailInside .news .galleryItems .galleryItem {
  cursor: pointer;
  width: 43%;
  position: relative;
}
@media (min-width: 992px) {
  .newsDetailInside .news .galleryItems .galleryItem {
    width: 21%;
  }
}
.newsDetailInside .news .galleryItems .galleryItem:nth-child(1n):after {
  background-image: url(/images/slickDotsIconWhite1.svg);
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 25%;
}
.newsDetailInside .news .galleryItems .galleryItem:nth-child(2n):after {
  background-image: url(/images/slickDotsIconWhite2.svg);
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 25%;
}
.newsDetailInside .news .galleryItems .galleryItem:nth-child(3n):after {
  background-image: url(/images/slickDotsIconWhite3.svg);
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 25%;
}
.newsDetailInside .news .galleryItems .galleryItem:nth-child(4n):after {
  background-image: url(/images/slickDotsIconWhite4.svg);
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 25%;
}
.newsDetailInside .news .galleryItems .galleryItem:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  transition: opacity 0.3;
  pointer-events: none;
  position: absolute;
}
.newsDetailInside .news .galleryItems .galleryItem.active:after,
.newsDetailInside .news .galleryItems .galleryItem:hover:after {
  background-size: 40%;
}
.newsDetailInside .news .simpleButtonHolder {
  margin: 40px auto;
}
.newsDetailInside .news .simpleButtonHolder .simpleButton {
  width: 80%;
  max-width: 350px;
}
.newsDetailInside .news .detailText {
  text-align: left;
  padding: 0 0 20px;
}
@media (min-width: 992px) {
  .newsDetailInside .news .detailText {
    padding: 0 50px 25px;
  }
}
@media (min-width: 768px) {
  .newsDetailInside .news .detailText {
    text-align: center;
  }
}
.newsDetailInside .news .detailText img {
  height: auto;
}
.newsDetailInside .news .newsSlider .galleryItem {
  padding: 0 15px;
}
.partnerList {
  margin-top: 20px;
}
@media (min-width: 768px) {
  .partnerList {
    margin-top: 90px;
  }
}
.partnerList .partnerItem {
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  .partnerList .partnerItem {
    margin-bottom: 130px;
  }
}
.partnerList .partnerItem .itemName {
  margin-bottom: 15px;
  text-align: center;
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 1.7px;
  color: #4d4f50;
  text-transform: uppercase;
  text-decoration: none;
}
@media (min-width: 992px) {
  .partnerList .partnerItem .itemName {
    margin-top: 22px;
  }
}
@media (min-width: 1200px) {
  .partnerList .partnerItem .itemName {
    margin-top: 26px;
    margin-bottom: 30px;
  }
}
.partnerList .partnerItem .itemName a {
  text-align: center;
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 1.7px;
  color: #4d4f50;
  text-transform: uppercase;
  text-decoration: none;
}
@media (min-width: 992px) {
  .partnerList .partnerItem .itemName a {
    margin-top: 22px;
  }
}
@media (min-width: 1200px) {
  .partnerList .partnerItem .itemName a {
    margin-top: 26px;
    margin-bottom: 30px;
  }
}
.partnerList .partnerItem .previewText {
  font-style: italic;
  letter-spacing: 1px;
  text-align: center;
  padding: 0;
  font-size: 16px;
}
@media (min-width: 992px) {
  .partnerList .partnerItem .previewText {
    padding: 0 30px;
  }
}
@media (min-width: 1200px) {
  .partnerList .partnerItem .previewText {
    padding: 0 70px;
    font-size: 18px;
  }
}
.partnerList .partnerItem .elementContentHolder {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 40px 0;
  background: #fff;
}
@media (min-width: 576px) {
  .partnerList .partnerItem .elementContentHolder {
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
.partnerList .partnerItem .detailImg {
  width: 100%;
  max-width: 560px;
  text-align: center;
  background: #fff;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 auto 60px;
}
@media (min-width: 576px) {
  .partnerList .partnerItem .detailImg {
    margin: 0 auto;
  }
}
@media (min-width: 992px) {
  .partnerList .partnerItem .detailImg {
    width: 50%;
    max-width: none;
  }
}
.partnerList .partnerItem .detailImg img {
  opacity: 0;
  transition: opacity 0.3s;
}
.partnerList .partnerItem .detailImg .sliderItem img {
  margin: 0 auto;
}
.partnerList .partnerItem .info {
  padding: 20px 15px;
  width: 100%;
  max-width: 560px;
  margin: 0 auto;
  background-color: #fff;
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media (min-width: 992px) {
  .partnerList .partnerItem .info {
    width: 50%;
    max-width: none;
  }
}
.partnerList .partnerItem .info .headingInfo {
  font-size: 26px;
  letter-spacing: 1.3px;
  text-align: center;
}
.partnerList .partnerItem .info .price {
  color: #930b21;
  font-size: 23px;
  font-weight: 700;
  letter-spacing: 1.1px;
  text-align: center;
  margin-bottom: 10px;
}
.partnerList .partnerItem .info .propsList {
  margin-top: 20px;
  -ms-flex: 1;
  flex: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-bottom: 100px;
}
.partnerList .partnerItem .info .propsList .propItem {
  margin-bottom: 10px;
}
.partnerList .partnerItem .info .propsList .propItem .propName {
  font-size: 15px;
  font-weight: 700;
  font-style: italic;
  letter-spacing: 0.7px;
  text-align: center;
}
.partnerList .partnerItem .info .propsList .propItem .val {
  padding-top: 7px;
  font-size: 15px;
  font-style: italic;
  letter-spacing: 0.7px;
  text-align: center;
}
@media (max-width: 576px) {
  .partnerList .partnerItem .info .previewText {
    text-align: left;
  }
}
.notFoundPage {
  max-width: 750px;
  margin: 0 auto;
}
.notFoundPage .pict {
  text-align: center;
  margin-bottom: 40px;
}
.notFoundPage .heading {
  font-size: 26px;
  letter-spacing: 1.3px;
  text-align: center;
  color: #615f5f;
  text-transform: uppercase;
  margin-top: 80px;
}
.notFoundPage .searchBlock {
  margin: 40px auto;
  max-width: 380px;
}
.notFoundPage .searchBlock .backText {
  font-size: 20px;
  font-style: italic;
  line-height: 1.1;
  letter-spacing: 1px;
  text-align: center;
}
.notFoundPage .searchBlock .backText a {
  font-weight: 700;
  color: #7f0019;
  text-decoration: none;
  font-style: italic;
}
.notFoundPage .searchBlock .formHolder {
  margin-top: 20px;
  margin-bottom: 45px;
  position: relative;
}
.notFoundPage .searchBlock .formHolder input[type="text"] {
  height: 56px;
  border-radius: 5px;
  background-color: #fdfaf3;
  border: 1px solid #e2bdbe;
  right: 0;
  z-index: 1;
  padding-left: 10px;
  width: 100%;
  font-size: 15px;
  font-style: italic;
  letter-spacing: 0.7px;
}
.notFoundPage .searchBlock .formHolder input[type="submit"] {
  outline: none;
  background: url(/images/lupe.svg);
  background-size: contain;
  width: 20px;
  height: 20px;
  border: 0 solid;
  position: absolute;
  z-index: 2;
  right: 20px;
  top: 20px;
  padding: 0;
}
.notFoundPage .searchBlock .toMainText {
  font-size: 20px;
  font-style: italic;
  line-height: 1.1;
  letter-spacing: 1px;
  text-align: center;
}
.notFoundPage .searchBlock .toMainText a {
  font-weight: 700;
  color: #7f0019;
  text-decoration: none;
  font-style: italic;
}
.notFoundPage .gladText {
  font-size: 20px;
  letter-spacing: 1px;
  text-align: center;
  color: #615f5f;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  .notFoundPage .heading {
    font-size: 20px;
    letter-spacing: 1px;
  }
  .notFoundPage .searchBlock .backText,
  .notFoundPage .searchBlock .toMainText {
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0.8px;
  }
  .notFoundPage .searchBlock .toMainText a {
    color: #930b21;
  }
  .notFoundPage .gladText {
    font-size: 16px;
    letter-spacing: 0.8px;
  }
}
.mapBlock {
  width: 100%;
  height: 500px;
}
@media (min-width: 768px) {
  .mapBlock {
    height: 500px;
  }
}
@media (min-width: 992px) {
  .mapBlock {
    height: 500px;
  }
}
.contactsPage {
  background: #fff;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 45px;
}
@media (min-width: 992px) {
  .contactsPage {
    width: 100%;
    margin: 0 auto;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
.contactsPage .pict {
  width: 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
@media (min-width: 992px) {
  .contactsPage .pict {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}
.contactsPage .pict img {
  width: 100%;
}
.contactsPage .description {
  width: 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  padding: 35px 15px;
}
@media (min-width: 576px) {
  .contactsPage .description {
    padding: 35px 25px;
  }
}
@media (min-width: 768px) {
  .contactsPage .description {
    padding: 40px 30px;
  }
}
@media (min-width: 992px) {
  .contactsPage .description {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (min-width: 1200px) {
  .contactsPage .description {
    padding: 50px 45px;
  }
}
.contactsPage .description .phone-block a {
  text-decoration: none;
}
.contactsPage .description .heading {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.9px;
  color: #930b21;
  text-transform: uppercase;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .contactsPage .description .heading {
    font-size: 22px;
    letter-spacing: 1px;
  }
}
@media (min-width: 992px) {
  .contactsPage .description .heading {
    font-size: 28px;
    letter-spacing: 1.7px;
  }
}
.contactsPage .description .sendRequestModal {
  max-width: 80%;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .contactsPage .description .sendRequestModal {
    max-width: 100%;
  }
}
.contactsPage .description__title {
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 20px;
  font-size: 18px;
}
@media (min-width: 1200px) {
  .contactsPage .description__title {
    font-size: 20px;
  }
}
.contactsPage .description__text {
  font-size: 16px;
  margin-bottom: 35px;
}
@media (min-width: 1200px) {
  .contactsPage .description__text {
    font-size: 18px;
  }
}
.contactsPage .description__text--ask {
  font-style: italic;
}
.contactsPage .description .route {
  margin-bottom: 35px;
}
.contactsPage .description .route__title a {
  font-size: 16px;
  font-style: italic;
}
@media (min-width: 1200px) {
  .contactsPage .description .route__title a {
    font-size: 18px;
  }
}
.contactsPage .description .route__link {
  margin: 10px 0;
}
.contactsPage .description .route__link a {
  font-size: 16px;
  font-style: italic;
}
@media (min-width: 1200px) {
  .contactsPage .description .route__link a {
    font-size: 18px;
  }
}
.contactsPage .description .route__wrapper {
  margin-bottom: 35px;
}
.contactsPage .description__phone {
  margin-bottom: 10px;
}
.reviewsPersonsRow .flexed {
  display: block;
}
@media (min-width: 768px) {
  .reviewsPersonsRow .flexed {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.reviewsPersonsRow .reviewHolder:nth-child(odd) .flyText {
  left: 0;
  text-align: left;
}
.reviewsPersonsRow .reviewHolder:nth-child(2n) .flyText {
  right: 0;
  text-align: right;
}
@media (min-width: 768px) {
  .reviewsPersonsRow .reviewHolder {
    display: none;
  }
}
@media (min-width: 992px) {
  .reviewsPersonsRow .reviewHolder {
    display: block;
  }
}
.reviewsPersonsRow .reviewHolder:first-child,
.reviewsPersonsRow .reviewHolder:nth-child(2) {
  display: block !important;
}
.reviewsPersonsRow .review {
  position: relative;
  margin: 0 auto 60px;
  max-width: 400px;
}
@media (min-width: 768px) {
  .reviewsPersonsRow .review {
    max-width: none;
    margin: 0 auto 35px;
  }
}
.reviewsPersonsRow .review .pict,
.reviewsPersonsRow .review .pict img {
  width: 100%;
}
@media (max-width: 768px) {
  .reviewsPersonsRow .review .pict img {
    width: 77%;
  }
}
.reviewsPersonsRow .review .flyText {
  width: 40%;
  position: absolute;
  top: 20px;
  font-size: 15px;
  font-style: italic;
  letter-spacing: 0.7px;
  color: #4d4f50;
}
.reviewsPersonsRow .review .flyText .name {
  margin-top: 20px;
  font-style: normal;
}
@media (min-width: 768px) {
  .reviewsInside .fullElems .reviewHolder:nth-child(odd) .textBlock {
    -ms-flex-order: 2;
    order: 2;
  }
  .reviewsInside .fullElems .reviewHolder:nth-child(odd) .name {
    text-align: right;
  }
  .reviewsInside .fullElems .reviewHolder:nth-child(odd) .pict {
    -ms-flex-order: 1;
    order: 1;
  }
  .reviewsInside .fullElems .reviewHolder:nth-child(odd) .date {
    text-align: right;
  }
  .reviewsInside .fullElems .reviewHolder:nth-child(2n) .textBlock {
    -ms-flex-order: 1;
    order: 1;
  }
  .reviewsInside .fullElems .reviewHolder:nth-child(2n) .name {
    text-align: left;
  }
  .reviewsInside .fullElems .reviewHolder:nth-child(2n) .pict {
    -ms-flex-order: 2;
    order: 2;
  }
  .reviewsInside .fullElems .reviewHolder:nth-child(2n) .date {
    text-align: left;
  }
}
.reviewsInside .fullElems .textBlock {
  max-width: 500px;
}
@media (min-width: 768px) {
  .reviewsInside .fullElems .textBlock {
    max-width: none;
  }
}
.reviewsInside .cutedElems .textBlock {
  max-width: 500px;
}
@media (min-width: 992px) {
  .reviewsInside .cutedElems .textBlock {
    max-width: none;
  }
}
.reviewsInside .review {
  position: relative;
  margin-bottom: 75px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media (min-width: 768px) {
  .reviewsInside .review {
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
@media (min-width: 768px) {
  .reviewsInside .review .pict {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    -ms-flex-preferred-size: 40%;
    flex-basis: 40%;
  }
}
.reviewsInside .review .pict img {
  width: 100%;
}
.reviewsInside .review .textBlock {
  padding: 20px 60px;
  font-size: 15px;
  font-style: italic;
  letter-spacing: 0.7px;
  color: #4d4f50;
}
@media (min-width: 768px) {
  .reviewsInside .review .textBlock {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    -ms-flex-preferred-size: 60%;
    flex-basis: 60%;
  }
}
.reviewsInside .review .textBlock .name {
  margin-top: 20px;
  font-style: normal;
  text-align: right;
}
.reviewsInside .review .textBlock .date {
  text-align: right;
  margin-top: 5px;
  font-size: 15px;
}
.reviewsInside .middleHeading {
  margin: 70px 0 40px;
}
.reviewsInsideItem {
  margin-bottom: 50px;
}
@media (min-width: 768px) {
  .reviewsInsideItem {
    margin-bottom: 100px;
  }
}
@media (min-width: 768px) {
  .reviewsInsideItem .fullElems .reviewHolder:nth-child(odd) .textBlock {
    -ms-flex-order: 2;
    order: 2;
  }
  .reviewsInsideItem .fullElems .reviewHolder:nth-child(odd) .name {
    text-align: right;
  }
  .reviewsInsideItem .fullElems .reviewHolder:nth-child(odd) .pict {
    -ms-flex-order: 1;
    order: 1;
  }
  .reviewsInsideItem .fullElems .reviewHolder:nth-child(odd) .date {
    text-align: right;
  }
  .reviewsInsideItem .fullElems .reviewHolder:nth-child(2n) .textBlock {
    -ms-flex-order: 1;
    order: 1;
  }
  .reviewsInsideItem .fullElems .reviewHolder:nth-child(2n) .name {
    text-align: left;
  }
  .reviewsInsideItem .fullElems .reviewHolder:nth-child(2n) .pict {
    -ms-flex-order: 2;
    order: 2;
  }
  .reviewsInsideItem .fullElems .reviewHolder:nth-child(2n) .date {
    text-align: left;
  }
}
.reviewsInsideItem .fullElems .textBlock {
  max-width: 500px;
}
@media (min-width: 768px) {
  .reviewsInsideItem .fullElems .textBlock {
    max-width: none;
  }
}
.reviewsInsideItem .cutedElems {
  overflow: hidden;
  transition: height 0.3s;
}
.reviewsInsideItem .cutedElems .textBlock {
  max-width: 500px;
}
@media (min-width: 992px) {
  .reviewsInsideItem .cutedElems .textBlock {
    max-width: none;
  }
}
.reviewsInsideItem .review {
  position: relative;
  margin-bottom: 75px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media (min-width: 768px) {
  .reviewsInsideItem .review {
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
@media (min-width: 768px) {
  .reviewsInsideItem .review .pict {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    -ms-flex-preferred-size: 40%;
    flex-basis: 40%;
  }
}
.reviewsInsideItem .review .pict img {
  width: 100%;
}
.reviewsInsideItem .review .textBlock {
  padding: 20px 60px;
  font-size: 15px;
  font-style: italic;
  letter-spacing: 0.7px;
  color: #4d4f50;
}
@media (min-width: 768px) {
  .reviewsInsideItem .review .textBlock {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    -ms-flex-preferred-size: 60%;
    flex-basis: 60%;
  }
}
.reviewsInsideItem .review .textBlock .name {
  margin-top: 20px;
  font-style: normal;
  text-align: right;
}
.reviewsInsideItem .review .textBlock .date {
  text-align: right;
  margin-top: 5px;
  font-size: 13px;
}
.reviewsInsideItem .middleHeading {
  margin: 70px 0 40px;
}
@media (min-width: 768px) {
  .reviewsInsideItem .showMore {
    margin-top: 50px;
  }
}
.blogListInside {
  margin-top: 80px;
}
.blogListInside .blogItem {
  border-bottom: 2px solid #a73445;
  padding-bottom: 90px;
  margin-bottom: 55px;
}
.blogListInside .blogItem .heading {
  text-align: center;
}
.blogListInside .blogItem .heading a {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 1.1px;
  color: #961328;
  text-decoration: none;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .blogListInside .blogItem .heading a {
    font-size: 23px;
  }
}
.blogListInside .blogItem .source {
  font-size: 14px;
  letter-spacing: 0.7px;
  text-align: center;
  color: #4d4f50;
  margin-bottom: 40px;
}
.blogListInside .blogItem .flexHolder > .row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media (min-width: 768px) {
  .blogListInside .blogItem .flexHolder > .row {
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
.blogListInside .blogItem .pict {
  margin-bottom: 30px;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 768px) {
  .blogListInside .blogItem .pict {
    margin-bottom: 0;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    width: 50%;
  }
}
.blogListInside .blogItem .pict img {
  width: 100%;
}
.blogListInside .blogItem .description {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  max-width: 500px;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .blogListInside .blogItem .description {
    max-width: none;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    width: 50%;
  }
}
.blogListInside .blogItem .description.no_image {
  padding: 0 100px;
  text-align: center;
}
.blogListInside .blogItem .description.no_image .text {
  text-align: center;
}
.blogListInside .blogItem .text {
  font-size: 15px;
  letter-spacing: 0.7px;
  color: #4d4f50;
  margin-bottom: 12px;
  text-align: center;
}
@media (min-width: 768px) {
  .blogListInside .blogItem .text {
    text-align: left;
  }
}
.blogListInside .blogItem .readmore {
  font-size: 13px;
  letter-spacing: 0.6px;
  color: #a73445;
  margin-top: 12px;
  float: right;
}
.blogDetailInside .post {
  background: #fff;
  margin-bottom: 35px;
}
.blogDetailInside .post .detailImg {
  text-align: center;
}
.blogDetailInside .post .heading {
  font-size: 23px;
  font-weight: 700;
  letter-spacing: 1.1px;
  text-align: center;
  color: #961328;
  margin-top: 40px;
  padding: 0 29px;
  margin-bottom: 0;
}
.blogDetailInside .post .source {
  font-size: 14px;
  letter-spacing: 0.7px;
  text-align: center;
  color: #4d4f50;
  margin-bottom: 36px;
  padding: 0 29px;
}
.blogDetailInside .post .detailText {
  font-size: 14px;
  letter-spacing: 0.7px;
  text-align: center;
  color: #4d4f50;
  padding: 0 29px 50px;
}
.blogDetailInside .post .detailText li {
  margin-bottom: 0;
}
.blogDetailInside .post .date {
  font-size: 14px;
  letter-spacing: 0.7px;
  text-align: center;
  color: #961328;
  padding-bottom: 20px;
}
.receptyListInside {
  margin-top: 10px;
}
.receptyListInside .recepteElement {
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  .receptyListInside .recepteElement {
    margin-bottom: 100px;
  }
}
.receptyListInside .recepteElement .itemName {
  margin-bottom: 15px;
  text-align: center;
}
.receptyListInside .recepteElement .itemName a {
  text-align: left;
  font-size: 20px;
  line-height: 25px;
  font-weight: 700;
  letter-spacing: 1.7px;
  color: #4d4f50;
  text-transform: uppercase;
  text-decoration: none;
}
@media (min-width: 992px) {
  .receptyListInside .recepteElement .itemName a {
    font-size: 22px;
    margin-top: 22px;
  }
}
@media (min-width: 1200px) {
  .receptyListInside .recepteElement .itemName a {
    margin-top: 26px;
    margin-bottom: 30px;
  }
}
@media (max-width: 992px) {
  .receptyListInside .recepteElement .itemName {
    text-align: left;
  }
}
@media (max-width: 576px) {
  .receptyListInside .recepteElement .itemName {
    text-align: center;
  }
}
.receptyListInside .recepteElement .previewText {
  font-style: italic;
  letter-spacing: 1px;
  text-align: left;
  padding: 0;
  font-size: 14px;
}
@media (min-width: 992px) {
  .receptyListInside .recepteElement .previewText {
    text-align: center;
    padding: 0 30px;
    font-size: 16px;
  }
}
@media (min-width: 1200px) {
  .receptyListInside .recepteElement .previewText {
    padding: 0 70px;
    font-size: 18px;
  }
}
@media (max-width: 992px) {
  .receptyListInside .recepteElement .previewText {
    line-height: 19px;
  }
}
.receptyListInside .recepteElement .sliderControll .arrow {
  width: 46px;
  height: 44px;
  cursor: pointer;
  position: absolute;
  top: 44%;
  z-index: 99;
}
@media (min-width: 768px) {
  .receptyListInside .recepteElement .sliderControll .arrow {
    display: block !important;
  }
}
.receptyListInside .recepteElement .sliderControll .arrow.toLeft {
  background: url(/images/arrows-toleft.svg);
  left: 15px;
}
@media (min-width: 1300px) {
  .receptyListInside .recepteElement .sliderControll .arrow.toLeft {
    left: -40px;
  }
}
@media (min-width: 1500px) {
  .receptyListInside .recepteElement .sliderControll .arrow.toLeft {
    left: -120px;
  }
}
.receptyListInside .recepteElement .sliderControll .arrow.toRight {
  background: url(/images/arrows-toright.svg);
  right: 15px;
}
@media (min-width: 1300px) {
  .receptyListInside .recepteElement .sliderControll .arrow.toRight {
    right: -40px;
  }
}
@media (min-width: 1500px) {
  .receptyListInside .recepteElement .sliderControll .arrow.toRight {
    right: -120px;
  }
}
.receptyListInside .recepteElement .elementContentHolder {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media (min-width: 576px) {
  .receptyListInside .recepteElement .elementContentHolder {
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
.receptyListInside .recepteElement .detailImg {
  width: 100%;
  max-width: 560px;
  margin: 0 auto;
  text-align: center;
  background: #fff;
}
@media (min-width: 992px) {
  .receptyListInside .recepteElement .detailImg {
    width: 50%;
    max-width: none;
  }
}
.receptyListInside .recepteElement .detailImg img {
  opacity: 0;
  transition: opacity 0.3s;
}
.receptyListInside .recepteElement .detailImg .sliderItem img {
  margin: 0 auto;
}
.receptyListInside .recepteElement .info {
  padding: 25px 25px 0;
  width: 100%;
  max-width: 560px;
  margin: 0 auto;
  background-color: #fff;
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media (min-width: 992px) {
  .receptyListInside .recepteElement .info {
    padding: 20px 15px;
    width: 50%;
    max-width: none;
    background-image: url(/images/infoBack.png);
    background-position: 50%;
    background-repeat: no-repeat;
  }
}
.receptyListInside .recepteElement .info .headingInfo {
  font-size: 26px;
  letter-spacing: 1.3px;
  text-align: center;
}
.receptyListInside .recepteElement .info .price {
  color: #930b21;
  font-size: 23px;
  font-weight: 700;
  letter-spacing: 1.1px;
  text-align: center;
  margin-bottom: 10px;
}
.receptyListInside .recepteElement .info .propsList {
  margin-top: 20px;
  -ms-flex: 1;
  flex: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-bottom: 100px;
}
.receptyListInside .recepteElement .info .propsList .propItem {
  margin-bottom: 10px;
}
.receptyListInside .recepteElement .info .propsList .propItem .propName {
  font-size: 15px;
  font-weight: 700;
  font-style: italic;
  letter-spacing: 0.7px;
  text-align: center;
}
.receptyListInside .recepteElement .info .propsList .propItem .val {
  padding-top: 7px;
  font-size: 15px;
  font-style: italic;
  letter-spacing: 0.7px;
  text-align: center;
}
.receptyListInside .recepteElement .galleryItems {
  margin-top: 100px;
  background: url(/images/galleryBackBorder.png);
  background-size: 100% 100%;
  background-position: 50%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 30px 20px;
}
@media (min-width: 992px) {
  .receptyListInside .recepteElement .galleryItems {
    padding: 60px 45px;
  }
}
.receptyListInside .recepteElement .galleryItems .galleryItem {
  cursor: pointer;
  width: 43%;
  position: relative;
}
@media (min-width: 992px) {
  .receptyListInside .recepteElement .galleryItems .galleryItem {
    width: 21%;
  }
}
.receptyListInside
  .recepteElement
  .galleryItems
  .galleryItem:nth-child(1n):after {
  background-image: url(/images/slickDotsIconWhite1.svg);
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 25%;
}
.receptyListInside
  .recepteElement
  .galleryItems
  .galleryItem:nth-child(2n):after {
  background-image: url(/images/slickDotsIconWhite2.svg);
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 25%;
}
.receptyListInside
  .recepteElement
  .galleryItems
  .galleryItem:nth-child(3n):after {
  background-image: url(/images/slickDotsIconWhite3.svg);
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 25%;
}
.receptyListInside
  .recepteElement
  .galleryItems
  .galleryItem:nth-child(4n):after {
  background-image: url(/images/slickDotsIconWhite4.svg);
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 25%;
}
.receptyListInside .recepteElement .galleryItems .galleryItem:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  transition: opacity 0.3;
  pointer-events: none;
  position: absolute;
}
.receptyListInside .recepteElement .galleryItems .galleryItem.active:after,
.receptyListInside .recepteElement .galleryItems .galleryItem:hover:after {
  background-size: 40%;
}
.receptyListInside .recepteElement .simpleButtonHolder {
  margin: 20px auto 10px;
}
@media (min-width: 992px) {
  .receptyListInside .recepteElement .simpleButtonHolder {
    position: absolute;
    left: 0;
    bottom: 30px;
  }
}
@media (min-width: 1200px) {
  .receptyListInside .recepteElement .simpleButtonHolder {
    bottom: 40px;
  }
}
.receptyListInside .recepteElement .simpleButtonHolder .simpleButton {
  width: 80%;
  max-width: 350px;
}
@media (min-width: 576px) {
  .receptyDetailInside .receptHolder {
    margin-left: 25%;
    width: 50%;
  }
}
.receptyDetailInside .recept {
  background: #fff;
  margin-bottom: 35px;
}
.receptyDetailInside .recept .detailImg {
  text-align: center;
}
.receptyDetailInside .recept .heading {
  font-size: 23px;
  font-weight: 700;
  letter-spacing: 1.1px;
  text-align: center;
  color: #961328;
  margin-top: 40px;
  padding: 0 29px;
  margin-bottom: 0;
}
.receptyDetailInside .recept .source {
  font-size: 14px;
  letter-spacing: 0.7px;
  text-align: center;
  color: #4d4f50;
  margin-bottom: 36px;
  padding: 0 29px;
}
.receptyDetailInside .recept .detailText {
  font-size: 14px;
  letter-spacing: 0.7px;
  text-align: center;
  color: #4d4f50;
  padding: 0 29px 50px;
}
.receptyDetailInside .recept .detailText li {
  margin-bottom: 0;
}
.receptyDetailInside .recept .date {
  font-size: 14px;
  letter-spacing: 0.7px;
  text-align: center;
  color: #961328;
  padding-bottom: 20px;
}
.advancerList {
  margin-bottom: 30px;
}
.advancerList .advanceElement {
  margin: 0 auto 40px;
}
@media (min-width: 768px) {
  .advancerList .advanceElement {
    max-width: 500px;
  }
}
@media (min-width: 992px) {
  .advancerList .advanceElement {
    max-width: none;
  }
}
.advancerList .advanceElement > .row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.advancerList .advanceElement > .row .pict {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  width: 100%;
  position: relative;
  overflow: hidden;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media (min-width: 992px) {
  .advancerList .advanceElement > .row .pict {
    max-height: 190px;
  }
}
@media (min-width: 1200px) {
  .advancerList .advanceElement > .row .pict {
    max-height: 220px;
  }
}
@media (min-width: 768px) {
  .advancerList .advanceElement > .row .pict {
    width: 50%;
  }
}
@media (min-width: 576px) {
  .advancerList .advanceElement > .row .pict {
    width: 45%;
  }
}
.advancerList .advanceElement > .row .pict img {
  width: 100%;
}
.advancerList .advanceElement > .row .text {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  width: 50%;
}
@media (max-width: 768px) {
  .advancerList .advanceElement > .row .text {
    width: 100%;
    font-size: 16px;
    letter-spacing: 0.8px;
  }
}
@media (max-width: 575px) {
  .advancerList .advanceElement > .row {
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .advancerList .advanceElement > .row .text {
    padding-top: 15px;
    width: 100%;
  }
}
@media (min-width: 768px) {
  .teamElementList {
    margin-top: 70px;
  }
}
.teamElement .element {
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  .teamElement .element {
    margin-bottom: 100px;
  }
}
.teamElement .element .itemName {
  margin-bottom: 0;
  text-align: center;
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 1.7px;
  text-align: left;
  color: #4d4f50;
  text-transform: uppercase;
  text-decoration: none;
}
@media (min-width: 768px) {
  .teamElement .element .itemName {
    text-align: center;
  }
}
@media (min-width: 992px) {
  .teamElement .element .itemName {
    margin-top: 22px;
  }
}
@media (min-width: 1200px) {
  .teamElement .element .itemName {
    margin-top: 26px;
    margin-bottom: 30px;
  }
}
.teamElement .element .previewText {
  font-style: italic;
  letter-spacing: 1px;
  text-align: center;
  padding: 0;
  font-size: 16px;
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .teamElement .element .previewText {
    padding: 0 70px;
    margin-bottom: 70px;
  }
}
.teamElement .element .sliderControll .arrow {
  width: 46px;
  height: 44px;
  cursor: pointer;
  position: absolute;
  top: 44%;
  z-index: 99;
}
@media (min-width: 768px) {
  .teamElement .element .sliderControll .arrow {
    display: block !important;
  }
}
.teamElement .element .sliderControll .arrow.toLeft {
  background: url(/images/arrows-toleft.svg);
  left: 15px;
}
@media (min-width: 1300px) {
  .teamElement .element .sliderControll .arrow.toLeft {
    left: -40px;
  }
}
@media (min-width: 1500px) {
  .teamElement .element .sliderControll .arrow.toLeft {
    left: -120px;
  }
}
.teamElement .element .sliderControll .arrow.toRight {
  background: url(/images/arrows-toright.svg);
  right: 15px;
}
@media (min-width: 1300px) {
  .teamElement .element .sliderControll .arrow.toRight {
    right: -40px;
  }
}
@media (min-width: 1500px) {
  .teamElement .element .sliderControll .arrow.toRight {
    right: -120px;
  }
}
.teamElement .element .smallHolder {
  max-width: 400px;
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media (max-width: 576px) {
  .teamElement .element .smallHolder {
    margin: 0 auto;
  }
}
@media (min-width: 576px) {
  .teamElement .element .smallHolder {
    -ms-flex-direction: row;
    flex-direction: row;
    max-width: none;
  }
}
.teamElement .element .detailImg {
  width: 100%;
  max-width: 560px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}
@media (min-width: 992px) {
  .teamElement .element .detailImg {
    width: 50%;
    max-width: none;
  }
}
.teamElement .element .detailImg .crazyFoto {
  opacity: 0;
  margin-left: -100%;
}
.teamElement .element .detailImg .prevFoto {
  opacity: 1;
}
.teamElement .element .detailImg img {
  float: left;
  width: 100%;
}
.teamElement .element .detailImg:hover .crazyFoto {
  opacity: 1;
  margin-left: 0;
}
.teamElement .element .detailImg:hover .prevFoto {
  opacity: 0;
  margin-left: -100%;
}
.teamElement .element .info {
  padding: 20px 15px;
  width: 100%;
  max-width: 560px;
  margin: 0 auto;
  background-color: #fff;
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media (min-width: 992px) {
  .teamElement .element .info {
    width: 50%;
    max-width: none;
    background-image: url(/images/infoBack.png);
    background-position: 50%;
    background-repeat: no-repeat;
  }
}
@media (max-width: 768px) {
  .teamElement .element .info {
    -ms-flex-pack: center;
    justify-content: center;
    padding: 10px 25px;
  }
}
@media (max-width: 576px) {
  .teamElement .element .info {
    padding: 25px 20px;
  }
}
.teamElement .element .info .headingInfo {
  font-size: 26px;
  letter-spacing: 1.3px;
  text-align: center;
}
.teamElement .element .info .price {
  color: #930b21;
  font-size: 23px;
  font-weight: 700;
  letter-spacing: 1.1px;
  text-align: center;
  margin-bottom: 10px;
}
.teamElement .element .info .propsList {
  margin-top: 20px;
  -ms-flex: 1;
  flex: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-bottom: 100px;
}
.teamElement .element .info .propsList .propItem {
  margin-bottom: 10px;
}
.teamElement .element .info .propsList .propItem .propName {
  font-size: 15px;
  font-weight: 700;
  font-style: italic;
  letter-spacing: 0.7px;
  text-align: center;
}
.teamElement .element .info .propsList .propItem .val {
  padding-top: 7px;
  font-size: 15px;
  font-style: italic;
  letter-spacing: 0.7px;
  text-align: center;
}
.teamElement .element .galleryItems {
  margin-top: 100px;
  background: url(/images/galleryBackBorder.png);
  background-size: 100% 100%;
  background-position: 50%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  padding: 30px 20px;
}
@media (min-width: 992px) {
  .teamElement .element .galleryItems {
    padding: 60px 45px;
  }
}
.teamElement .element .galleryItems .galleryItem {
  cursor: pointer;
  width: 43%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
}
@media (min-width: 992px) {
  .teamElement .element .galleryItems .galleryItem {
    width: 21%;
  }
}
.teamElement .element .galleryItems .galleryItem:nth-child(1n):after {
  background-image: url(/images/slickDotsIconWhite1.svg);
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 25%;
}
.teamElement .element .galleryItems .galleryItem:nth-child(2n):after {
  background-image: url(/images/slickDotsIconWhite2.svg);
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 25%;
}
.teamElement .element .galleryItems .galleryItem:nth-child(3n):after {
  background-image: url(/images/slickDotsIconWhite3.svg);
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 25%;
}
.teamElement .element .galleryItems .galleryItem:nth-child(4n):after {
  background-image: url(/images/slickDotsIconWhite4.svg);
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 25%;
}
.teamElement .element .galleryItems .galleryItem:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  transition: opacity 0.3;
  pointer-events: none;
  position: absolute;
}
.teamElement .element .galleryItems .galleryItem.active:after,
.teamElement .element .galleryItems .galleryItem:hover:after {
  background-size: 40%;
}
.teamElement .element .simpleButtonHolder {
  margin: 40px auto;
  position: absolute;
  bottom: 0;
  left: 0;
}
.teamElement .element .simpleButtonHolder .simpleButton {
  width: 80%;
  max-width: 350px;
}
.teamElement .element .teamSlider .galleryItem {
  padding: 0 15px;
}
.teamElement .element .sliderBlock {
  position: relative;
}
.teamElement .element .sliderBlock .controllBlock .arrow {
  width: 35px;
  height: 35px;
  cursor: pointer;
  position: absolute;
  top: 44%;
  z-index: 150;
  display: none !important;
}
@media (min-width: 768px) {
  .teamElement .element .sliderBlock .controllBlock .arrow {
    display: block !important;
  }
}
.teamElement .element .sliderBlock .controllBlock .arrow.toLeft {
  background: url(/images/arrows-toleft.svg);
  background-size: 100%;
  background-repeat: no-repeat;
  left: -50px;
}
@media (min-width: 1300px) {
  .teamElement .element .sliderBlock .controllBlock .arrow.toLeft {
    left: -47px;
  }
}
@media (min-width: 1500px) {
  .teamElement .element .sliderBlock .controllBlock .arrow.toLeft {
    left: -120px;
  }
}
.teamElement .element .sliderBlock .controllBlock .arrow.toRight {
  background: url(/images/arrows-toright.svg);
  background-size: 100%;
  background-repeat: no-repeat;
  right: -50px;
}
@media (min-width: 1300px) {
  .teamElement .element .sliderBlock .controllBlock .arrow.toRight {
    right: -47px;
  }
}
@media (min-width: 1500px) {
  .teamElement .element .sliderBlock .controllBlock .arrow.toRight {
    right: -120px;
  }
}
.cooperateBlock .heading {
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  color: #930b21;
}
@media (min-width: 768px) {
  .cooperateBlock .heading {
    font-size: 26px;
    letter-spacing: 1.3px;
  }
}
.cooperateBlock .description {
  text-align: left;
  margin-bottom: 80px;
}
.cooperateBlock .messageBox {
  text-align: center;
  line-height: 1.4;
  margin: 10px 0;
  text-transform: uppercase;
}
.cooperateBlock .groupItem {
  margin-bottom: 20px;
}
.cooperateBlock .groupItem label {
  font-size: 16px;
  letter-spacing: 0.8px;
  text-align: left;
  width: 100%;
  font-weight: 400;
  display: none;
}
.cooperateBlock .groupItem input {
  height: 35px;
}
.cooperateBlock .groupItem input,
.cooperateBlock .groupItem textarea {
  width: 100%;
  border-radius: 4px;
  background-color: #fff;
  border: 1px solid #e2bdbe;
  font-size: 15px;
  line-height: 35px;
  font-style: italic;
  letter-spacing: 0.7px;
  padding-left: 17px;
}
.cooperateBlock .groupItem textarea {
  text-align: left;
  padding-top: 10px;
  padding-bottom: 10px;
  resize: vertical;
}
.cooperateBlock ::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.29);
}
.cooperateBlock ::-moz-placeholder {
  color: rgba(0, 0, 0, 0.29);
}
.cooperateBlock :-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.29);
}
.cooperateBlock :-moz-placeholder {
  color: rgba(0, 0, 0, 0.29);
}
.cooperateBlock .sendSotrud {
  margin-top: 55px;
  margin-bottom: 0;
}
.cooperateBlock .sendSotrud .simpleButton {
  max-width: 265px;
}
@media (max-width: 768px) {
  .topPageMargin.vacancyDetailTitle {
    margin-bottom: 15px;
  }
}
.vacancyBlock .heading {
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  color: #930b21;
}
@media (min-width: 768px) {
  .vacancyBlock .heading {
    font-size: 26px;
    letter-spacing: 1.3px;
  }
}
.vacancyBlock .description {
  font-size: 16px;
  font-style: italic;
  letter-spacing: 1px;
  text-align: center;
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .vacancyBlock .description {
    font-size: 20px;
  }
}
.vacancyBlock .importantDescription {
  padding: 5%;
  border-radius: 12px;
  border: 2px solid #930b21;
}
.vacancyBlock .importantDescription h2,
.vacancyBlock .importantDescription h3 {
  color: #930b21;
}
.vacancyBlock .messageBox {
  text-align: center;
  line-height: 1.4;
  margin: 10px 0;
  text-transform: uppercase;
}
.vacancyBlock .groupItem {
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .vacancyBlock .groupItem {
    margin-bottom: 20px;
  }
}
.vacancyBlock .groupItem label {
  font-size: 16px;
  letter-spacing: 0.8px;
  text-align: left;
  width: 100%;
  font-weight: 400;
  display: none;
}
.vacancyBlock .groupItem input {
  height: 35px;
}
.vacancyBlock .groupItem input,
.vacancyBlock .groupItem textarea {
  width: 100%;
  border-radius: 4px;
  background-color: #fff;
  border: 1px solid #e2bdbe;
  font-size: 15px;
  line-height: 35px;
  font-style: italic;
  letter-spacing: 0.7px;
  padding-left: 17px;
}
.vacancyBlock .groupItem textarea {
  text-align: left;
  padding-top: 10px;
  padding-bottom: 10px;
  resize: vertical;
}
@media (max-width: 576px) {
  .vacancyBlock .groupItem textarea {
    line-height: 22px;
  }
}
.vacancyBlock ::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.29);
}
.vacancyBlock ::-moz-placeholder {
  color: rgba(0, 0, 0, 0.29);
}
.vacancyBlock :-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.29);
}
.vacancyBlock :-moz-placeholder {
  color: rgba(0, 0, 0, 0.29);
}
.vacancyBlock .sendSotrud {
  margin-top: 55px;
  margin-bottom: 0;
}
.vacancyBlock .sendSotrud .simpleButton {
  max-width: 265px;
}
.uploadCustomize {
  position: relative;
  width: 100%;
  height: 40px;
  text-align: left;
}
@media (min-width: 768px) {
  .uploadCustomize {
    text-align: center;
  }
}
@media (min-width: 490px) {
  .uploadCustomize {
    height: 20px;
  }
}
.uploadCustomize span {
  display: inline-block;
  font-size: 16px;
  font-style: italic;
  letter-spacing: 1px;
  color: #4d4f50;
  border-bottom: 1px dashed #000;
}
.uploadCustomize .arrowToBot {
  display: inline-block;
  content: "";
  background: url(/images/toBottomArrow.svg);
  background-repeat: no-repeat;
  background-position: center 5px;
  width: 18px;
  height: 15px;
}
.uploadCustomize input {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}
.uploadCustomize:hover span {
  border-bottom: 0 dashed #000;
}
.uploadResult {
  margin-top: 10px;
  text-align: center;
}
.bx-touch .bx_ordercart .bx_ordercart_order_table_container table tbody tr {
  margin-bottom: 40px;
}
.personalBlock {
  text-align: center;
  padding: 20px 0;
}
.personalBlock a {
  display: block;
  text-decoration: none;
  font-size: 15px;
  color: #d8a386;
  margin-bottom: 5px;
}
.personalBlock .exit_link {
  color: #4d4f50;
  font-size: 18px;
  font-style: italic;
  text-decoration: none;
  line-height: 26px;
  margin-bottom: 60px;
}
.personalBlock .exit_link:before {
  content: "";
  display: inline-block;
  width: 26px;
  height: 26px;
  background-image: url(/images/icons/exit.png);
  background-repeat: no-repeat;
  vertical-align: middle;
  margin-right: 10px;
}
.personalBlock .simpleButtonHolder {
  margin: 25px 0 35px;
}
.userProfile {
  text-align: center;
}
.userProfile tr {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
}
.userProfile td {
  width: 100%;
  margin-bottom: 15px;
  display: block;
}
.userProfile input[type="password"],
.userProfile input[type="text"] {
  width: 100%;
  border-radius: 4px;
  background-color: #fdfaf3;
  border: 1px solid #e2bdbe;
  font-size: 15px;
  line-height: 35px;
  height: 35px;
  font-style: italic;
  letter-spacing: 0.7px;
  padding-left: 17px;
  text-align: center;
  background: #fff;
}
.bx-auth {
  text-align: center;
}
.bx-auth .bx-auth-link {
  text-decoration: none;
  display: block;
}
.bx-auth .bx-auth-table {
  width: 100%;
}
.bx-auth .bx-auth-table div.bx-auth-note {
  text-align: center;
}
.bx-auth .bx-auth-table tr {
  display: block;
  width: 100%;
}
.bx-auth .bx-auth-table td {
  display: block;
  width: 100%;
  margin-bottom: 15px;
}
.bx-auth .bx-auth-table td.bx-auth-label {
  text-align: center !important;
}
.bx-auth .bx-auth-table input[type="password"],
.bx-auth .bx-auth-table input[type="text"] {
  width: 100%;
  border-radius: 4px;
  background-color: #fdfaf3;
  border: 1px solid #e2bdbe;
  font-size: 15px;
  line-height: 35px;
  height: 35px;
  font-style: italic;
  letter-spacing: 0.7px;
  padding-left: 17px;
  background: #fff;
}
.bx-auth .bx-auth-table input[type="password"]::-webkit-input-placeholder,
.bx-auth .bx-auth-table input[type="text"]::-webkit-input-placeholder {
  color: #4d4f50;
  opacity: 0.5;
}
.bx-auth .bx-auth-table input[type="password"]::-moz-placeholder,
.bx-auth .bx-auth-table input[type="text"]::-moz-placeholder {
  color: #4d4f50;
  opacity: 0.5;
}
.bx-auth .bx-auth-table input[type="password"]:-ms-input-placeholder,
.bx-auth .bx-auth-table input[type="text"]:-ms-input-placeholder {
  color: #4d4f50;
  opacity: 0.5;
}
.bx-auth .bx-auth-table input[type="password"]:-moz-placeholder,
.bx-auth .bx-auth-table input[type="text"]:-moz-placeholder {
  color: #4d4f50;
  opacity: 0.5;
}
.bx-auth .bx-auth-table input[type="checkbox"] {
  margin-right: 5px;
}
.bx-auth .bx-auth-table .remember_check {
  text-align: left;
}
.bx-auth .bx-auth-table .remember_check label {
  color: #4d4f50;
  font-size: 15px;
  font-style: italic;
  font-weight: 300;
}
.bx-auth .bx-auth-table .authorize-submit-cell {
  text-align: center;
  margin: 25px 0;
  width: 100%;
  border-radius: 10px;
}
@media (max-width: 768px) {
  .bx-auth .bx-auth-table .authorize-submit-cell {
    margin: 15px 0;
  }
}
.bx-auth .bx-auth-table .authorize-submit-cell a {
  text-decoration: none;
}
.bx-auth .bx-auth-table .authorize-submit-cell a:hover {
  color: #930b21;
  text-decoration: none;
}
.bx-auth .bx-auth-table .authorize-submit-cell input {
  font-size: 17px;
  letter-spacing: 0.8px;
  text-align: center;
  color: #930b21;
  text-transform: uppercase;
  padding: 15px 35px;
  background: url(/images/border_button_simple.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  display: block;
  border: 0;
  margin: 0 auto;
  width: 370px;
  max-width: 100%;
  border-radius: 10px;
}
.bx-auth .bx-auth-table .authorize-submit-cell:hover input {
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.15);
  font-weight: 400;
}
.bx-auth .bx-auth-table .authorize-submit-cell:active input {
  font-weight: 400;
  box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.15);
}
.bx-auth .bx-auth-table .authorize-submit-cell.unactive input {
  filter: grayscale(100%);
  color: #d9a484;
}
.bx-auth .bx-registration-table {
  width: 100%;
}
.bx-auth .bx-registration-table div.bx-auth-note {
  text-align: center;
}
.bx-auth .bx-registration-table tr {
  display: block;
  width: 100%;
}
.bx-auth .bx-registration-table td {
  text-align: left !important;
  display: block;
  width: 100%;
  margin-bottom: 15px;
}
.bx-auth .bx-registration-table input[type="password"],
.bx-auth .bx-registration-table input[type="text"] {
  width: 100%;
  border-radius: 4px;
  background-color: #fdfaf3;
  border: 1px solid #e2bdbe;
  font-size: 15px;
  line-height: 35px;
  height: 35px;
  font-style: italic;
  letter-spacing: 0.7px;
  padding-left: 17px;
  text-align: left;
  background: #fff;
}
.bx-auth
  .bx-registration-table
  input[type="password"]::-webkit-input-placeholder,
.bx-auth .bx-registration-table input[type="text"]::-webkit-input-placeholder {
  color: #4d4f50;
  opacity: 0.5;
}
.bx-auth .bx-registration-table input[type="password"]::-moz-placeholder,
.bx-auth .bx-registration-table input[type="text"]::-moz-placeholder {
  color: #4d4f50;
  opacity: 0.5;
}
.bx-auth .bx-registration-table input[type="password"]:-ms-input-placeholder,
.bx-auth .bx-registration-table input[type="text"]:-ms-input-placeholder {
  color: #4d4f50;
  opacity: 0.5;
}
.bx-auth .bx-registration-table input[type="password"]:-moz-placeholder,
.bx-auth .bx-registration-table input[type="text"]:-moz-placeholder {
  color: #4d4f50;
  opacity: 0.5;
}
.bx-auth .bx-registration-table .bx-auth-input-dscr {
  opacity: 0.5;
  color: #4d4f50;
  font-size: 12px;
  font-style: italic;
}
.bx-auth .bx-registration-table .auth_req_fields {
  opacity: 0.5;
  color: #4d4f50;
  font-size: 15px;
  font-style: italic;
}
.bx-auth .bx-registration-table .auth_label {
  color: #4d4f50;
  font-size: 15px;
  font-style: italic;
}
.bx-auth .bx-registration-table .authorize-submit-cell {
  text-align: center;
  margin: 25px 0;
  width: 100%;
  border-radius: 10px;
}
.bx-auth .bx-registration-table .authorize-submit-cell a {
  text-decoration: none;
}
.bx-auth .bx-registration-table .authorize-submit-cell a:hover {
  color: #930b21;
  text-decoration: none;
}
.bx-auth .bx-registration-table .authorize-submit-cell input {
  font-size: 17px;
  letter-spacing: 0.8px;
  text-align: center;
  color: #930b21;
  text-transform: uppercase;
  padding: 15px 35px;
  background: url(/images/border_button_simple.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  display: block;
  border: 0;
  margin: 0 auto;
  width: 370px;
  max-width: 100%;
  border-radius: 10px;
}
.bx-auth .bx-registration-table .authorize-submit-cell:hover input {
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.15);
  font-weight: 400;
}
.bx-auth .bx-registration-table .authorize-submit-cell:active input {
  font-weight: 400;
  box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.15);
}
.bx-auth .bx-registration-table .authorize-submit-cell.unactive input {
  filter: grayscale(100%);
  color: #d9a484;
}
.bx-auth .bx-registration-table tfoot td:nth-child(2) {
  text-align: center;
  margin: 25px 0;
  width: 100%;
  border-radius: 10px;
}
.bx-auth .bx-registration-table tfoot td:nth-child(2) a {
  text-decoration: none;
}
.bx-auth .bx-registration-table tfoot td:nth-child(2) a:hover {
  color: #930b21;
  text-decoration: none;
}
.bx-auth .bx-registration-table tfoot td:nth-child(2) input {
  font-size: 17px;
  letter-spacing: 0.8px;
  text-align: center;
  color: #930b21;
  text-transform: uppercase;
  padding: 15px 35px;
  background: url(/images/border_button_simple.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  display: block;
  border: 0;
  margin: 0 auto;
  width: 370px;
  max-width: 100%;
  border-radius: 10px;
}
.bx-auth .bx-registration-table tfoot td:nth-child(2):hover input {
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.15);
  font-weight: 400;
}
.bx-auth .bx-registration-table tfoot td:nth-child(2):active input {
  font-weight: 400;
  box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.15);
}
.bx-auth .bx-registration-table tfoot td:nth-child(2).unactive input {
  filter: grayscale(100%);
  color: #d9a484;
}
.bx-auth form[name="bx_auth_services"] b,
.bx-auth form[name="bx_auth_services"] i {
  display: none;
}
.bx-auth div.bx-auth-service-form {
  background-color: transparent;
}
.bx-auth .bx-auth-note {
  text-align: center;
  color: #4d4f50;
  font-size: 18px;
  font-style: italic;
}
.bx-auth #bx_auth_href_Facebook:after {
  content: "";
  display: block;
  width: 35px;
  height: 35px;
  background-image: url(/images/icons/fb.png);
  background-repeat: no-repeat;
}
.bx-auth .bx-auth-services {
  text-align: center;
}
.bx-auth .bx-auth-services div {
  display: inline-block;
  float: none;
  width: 70px;
}
.bx-auth .bx-auth-services .bx-ss-selected {
  background-color: transparent;
  border: none;
}
.bx-auth .bx-auth-services a:hover {
  border-color: transparent;
}
.bx-forgotpass-table {
  width: 100%;
  text-align: center;
}
.bx-forgotpass-table thead {
  display: none;
}
.bx-forgotpass-table div.bx-auth-note {
  text-align: center;
}
.bx-forgotpass-table tr {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
}
.bx-forgotpass-table td {
  width: 100%;
  margin-bottom: 15px;
}
.bx-forgotpass-table td.bx-auth-label {
  text-align: center !important;
}
.bx-forgotpass-table input[type="password"],
.bx-forgotpass-table input[type="text"] {
  width: 100%;
  border-radius: 4px;
  background-color: #fdfaf3;
  border: 1px solid #e2bdbe;
  font-size: 15px;
  line-height: 35px;
  font-style: italic;
  letter-spacing: 0.7px;
  padding-left: 17px;
  text-align: center;
  background: #fff;
}
.bx-forgotpass-table tfoot td {
  text-align: center;
  margin: 25px 0;
  width: 100%;
  border-radius: 10px;
}
.bx-forgotpass-table tfoot td a {
  text-decoration: none;
}
.bx-forgotpass-table tfoot td a:hover {
  color: #930b21;
  text-decoration: none;
}
.bx-forgotpass-table tfoot td input {
  font-size: 17px;
  letter-spacing: 0.8px;
  text-align: center;
  color: #930b21;
  text-transform: uppercase;
  padding: 15px 35px;
  background: url(/images/border_button_simple.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  display: block;
  border: 0;
  margin: 0 auto;
  width: 370px;
  max-width: 100%;
  border-radius: 10px;
}
.bx-forgotpass-table tfoot td:hover input {
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.15);
  font-weight: 400;
}
.bx-forgotpass-table tfoot td:active input {
  font-weight: 400;
  box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.15);
}
.bx-forgotpass-table tfoot td.unactive input {
  filter: grayscale(100%);
  color: #d9a484;
}
.errorMessCart {
  text-align: center;
}
.errorMessCart font {
  color: #930b21 !important;
}
.searchError {
  text-align: center;
}
.searchError font {
  color: #930b21 !important;
}
.nothingToShow,
.search-language-guess {
  text-align: center;
}
.topPageMargin {
  margin-bottom: 35px;
}
@media (min-width: 768px) {
  .topPageMargin {
    margin-bottom: 60px;
  }
}
@media (max-width: 992px) {
  .topPageMargin h1 {
    font-size: 30px;
  }
  .topPageMargin .subHeaderText {
    font-size: 16px;
  }
}
.basketTitle .subHeaderText {
  font-size: 18px;
}
.searchTitle.topPageMargin h1 {
  margin-bottom: 10px;
}
.champ-list .champ-item {
  margin-bottom: 80px;
}
.champ-list .champ-item .detailImg {
  width: 100%;
  max-width: 560px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}
.champ-list .champ-item .detailImg .crazyFoto {
  opacity: 0;
  margin-left: -100%;
}
.champ-list .champ-item .detailImg .prevFoto {
  opacity: 1;
}
.champ-list .champ-item .detailImg img {
  float: left;
  width: 100%;
}
.champ-list .champ-item .detailImg:hover .crazyFoto {
  opacity: 1;
  margin-left: 0;
}
.champ-list .champ-item .detailImg:hover .prevFoto {
  opacity: 0;
  margin-left: -100%;
}
.champ-list .champ-item .name {
  margin-top: 20px;
  margin-bottom: 15px;
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 1.7px;
  text-align: center;
  color: #4d4f50;
  text-transform: uppercase;
  text-decoration: none;
}
@media (min-width: 992px) {
  .champ-list .champ-item .name {
    margin-top: 22px;
  }
}
@media (min-width: 1200px) {
  .champ-list .champ-item .name {
    margin-top: 26px;
    margin-bottom: 30px;
  }
}
.champ-list .champ-item .text {
  max-width: 547px;
  margin: 0 auto;
}
.champ-list .champ-item .gallerySmallItems {
  margin-top: 50px;
  background: url(/images/galleryBackBorder.png);
  background-size: 100% 101%;
  background-position: 50%;
  padding: 15px 10px;
}
.champ-list .champ-item .gallerySmallItems:after {
  display: block;
  content: "";
  clear: both;
}
.champ-list .champ-item .gallerySmallItems .smallGalleryItem {
  cursor: pointer;
  padding: 8px;
}
.champ-list .champ-item .galleryItems {
  margin-top: 100px;
  background: url(/images/galleryBackBorder.png);
  background-size: 100% 100%;
  background-position: 50%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  padding: 30px 20px;
}
@media (min-width: 992px) {
  .champ-list .champ-item .galleryItems {
    padding: 60px 45px;
  }
}
.champ-list .champ-item .galleryItems .galleryItem {
  cursor: pointer;
  width: 43%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
}
@media (min-width: 992px) {
  .champ-list .champ-item .galleryItems .galleryItem {
    width: 21%;
  }
}
.champ-list .champ-item .galleryItems .galleryItem:nth-child(1n):after {
  background-image: url(/images/slickDotsIconWhite1.svg);
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 25%;
}
.champ-list .champ-item .galleryItems .galleryItem:nth-child(2n):after {
  background-image: url(/images/slickDotsIconWhite2.svg);
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 25%;
}
.champ-list .champ-item .galleryItems .galleryItem:nth-child(3n):after {
  background-image: url(/images/slickDotsIconWhite3.svg);
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 25%;
}
.champ-list .champ-item .galleryItems .galleryItem:nth-child(4n):after {
  background-image: url(/images/slickDotsIconWhite4.svg);
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 25%;
}
.champ-list .champ-item .galleryItems .galleryItem:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  transition: opacity 0.3;
  pointer-events: none;
  position: absolute;
}
.champ-list .champ-item .galleryItems .galleryItem.active:after,
.champ-list .champ-item .galleryItems .galleryItem:hover:after {
  background-size: 40%;
}
.champ-list .champ-item .teamSlider .galleryItem {
  padding: 0 15px;
}
.champ-list .champ-item .sliderBlock {
  position: relative;
}
.champ-list .champ-item .sliderBlock .controllBlock .arrow {
  width: 35px;
  height: 35px;
  cursor: pointer;
  position: absolute;
  top: 44%;
  z-index: 150;
  display: none !important;
}
@media (min-width: 768px) {
  .champ-list .champ-item .sliderBlock .controllBlock .arrow {
    display: block !important;
  }
}
.champ-list .champ-item .sliderBlock .controllBlock .arrow.toLeft {
  background: url(/images/arrows-toleft.svg);
  background-size: 100%;
  background-repeat: no-repeat;
  left: -50px;
}
@media (min-width: 1300px) {
  .champ-list .champ-item .sliderBlock .controllBlock .arrow.toLeft {
    left: -47px;
  }
}
@media (min-width: 1500px) {
  .champ-list .champ-item .sliderBlock .controllBlock .arrow.toLeft {
    left: -120px;
  }
}
.champ-list .champ-item .sliderBlock .controllBlock .arrow.toRight {
  background: url(/images/arrows-toright.svg);
  background-size: 100%;
  background-repeat: no-repeat;
  right: -50px;
}
@media (min-width: 1300px) {
  .champ-list .champ-item .sliderBlock .controllBlock .arrow.toRight {
    right: -47px;
  }
}
@media (min-width: 1500px) {
  .champ-list .champ-item .sliderBlock .controllBlock .arrow.toRight {
    right: -120px;
  }
}
@media (max-width: 768px) {
  .kondDetailTitle {
    margin-bottom: 15px;
  }
}
.kond-list .slogan {
  width: 80%;
  margin: 0 auto;
  text-align: center;
  color: #4d4f50;
  font-style: italic;
  font-size: 18px;
}
@media (max-width: 768px) {
  .kond-list .slogan {
    width: 100%;
    font-size: 16px;
  }
}
.kond-list .kond-item {
  margin-bottom: 80px;
}
.kond-list .kond-item .detailImg {
  width: 100%;
  max-width: 560px;
  margin: 50px auto;
  position: relative;
  overflow: hidden;
}
.kond-list .kond-item .detailImg .prevFoto {
  opacity: 1;
}
.kond-list .kond-item .detailImg img {
  float: left;
  width: 100%;
}
.kond-list .kond-item .detailImg:hover .prevFoto {
  opacity: 0;
  margin-left: -100%;
}
@media (max-width: 768px) {
  .kond-list .kond-item .detailImg {
    margin: 40px auto;
  }
}
.kond-list .kond-item .text {
  max-width: 547px;
  margin: 0 auto;
}
.kond-list .kond-item .text .info {
  text-align: center;
  font-size: 17px;
  margin: 50px 0;
}
.kond-list .kond-item .text .info span {
  font-size: 20px;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  .kond-list .kond-item .text .info {
    font-size: 16px;
    text-align: left;
  }
  .kond-list .kond-item .text .info span {
    font-size: 16px;
  }
}
.kond-list .kond-item .galleryItemSmall {
  margin-top: 20px;
}
.kond-list .kond-item .galleryItems {
  margin-top: 100px;
  background: url(/images/galleryBackBorder.png);
  background-size: 100% 100%;
  background-position: 50%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  padding: 30px 20px;
}
@media (min-width: 992px) {
  .kond-list .kond-item .galleryItems {
    padding: 60px 45px;
  }
}
.kond-list .kond-item .galleryItems .galleryItem {
  cursor: pointer;
  width: 43%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  max-height: 156px;
  position: relative;
}
@media (min-width: 992px) {
  .kond-list .kond-item .galleryItems .galleryItem {
    width: 21%;
  }
}
.kond-list .kond-item .galleryItems .galleryItem:nth-child(1n):after {
  background-image: url(/images/slickDotsIconWhite1.svg);
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 25%;
}
.kond-list .kond-item .galleryItems .galleryItem:nth-child(2n):after {
  background-image: url(/images/slickDotsIconWhite2.svg);
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 25%;
}
.kond-list .kond-item .galleryItems .galleryItem:nth-child(3n):after {
  background-image: url(/images/slickDotsIconWhite3.svg);
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 25%;
}
.kond-list .kond-item .galleryItems .galleryItem:nth-child(4n):after {
  background-image: url(/images/slickDotsIconWhite4.svg);
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 25%;
}
.kond-list .kond-item .galleryItems .galleryItem:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  transition: opacity 0.3;
  pointer-events: none;
  position: absolute;
}
.kond-list .kond-item .galleryItems .galleryItem.active:after,
.kond-list .kond-item .galleryItems .galleryItem:hover:after {
  background-size: 40%;
}
.kond-list .kond-item .teamSlider .galleryItem {
  padding: 0 15px;
}
.kond-list .kond-item .sliderBlock {
  position: relative;
}
.kond-list .kond-item .sliderBlock .controllBlock .arrow {
  width: 35px;
  height: 35px;
  cursor: pointer;
  position: absolute;
  top: 44%;
  z-index: 150;
  display: none !important;
}
@media (min-width: 768px) {
  .kond-list .kond-item .sliderBlock .controllBlock .arrow {
    display: block !important;
  }
}
.kond-list .kond-item .sliderBlock .controllBlock .arrow.toLeft {
  background: url(/images/arrows-toleft.svg);
  background-size: 100%;
  background-repeat: no-repeat;
  left: -50px;
}
@media (min-width: 1300px) {
  .kond-list .kond-item .sliderBlock .controllBlock .arrow.toLeft {
    left: -47px;
  }
}
@media (min-width: 1500px) {
  .kond-list .kond-item .sliderBlock .controllBlock .arrow.toLeft {
    left: -120px;
  }
}
.kond-list .kond-item .sliderBlock .controllBlock .arrow.toRight {
  background: url(/images/arrows-toright.svg);
  background-size: 100%;
  background-repeat: no-repeat;
  right: -50px;
}
@media (min-width: 1300px) {
  .kond-list .kond-item .sliderBlock .controllBlock .arrow.toRight {
    right: -47px;
  }
}
@media (min-width: 1500px) {
  .kond-list .kond-item .sliderBlock .controllBlock .arrow.toRight {
    right: -120px;
  }
}
.sendReviewItemBlock {
  max-width: 650px;
  margin: 0 auto;
}
.sendReviewItemBlock .sectDecription {
  margin-bottom: 25px;
}
@media (min-width: 768px) {
  .sendReviewItemBlock .sectDecription {
    margin-bottom: 50px;
  }
}
.sendReviewItemBlock .sectDecription #captchaHolderReview {
  margin-bottom: 45px;
}
.sendReviewBlock {
  max-width: 650px;
  margin: 0 auto;
}
.sendReviewBlock .sectDecription {
  margin-bottom: 35px;
}
@media (min-width: 768px) {
  .sendReviewBlock .sectDecription {
    margin-bottom: 50px;
  }
}
.sendReviewBlock .sectDecription #captchaHolderReview {
  margin-bottom: 45px;
}
.gift-checkbox-block .gift-checkbox {
  vertical-align: top;
  width: 17px;
  height: 17px;
}
.gift-checkbox-block .gift-checkbox:not(checked) {
  position: absolute;
  opacity: 0;
}
.gift-checkbox-block .gift-checkbox:not(checked) + label {
  position: relative;
  padding-left: 20px;
  display: inline-block;
  color: #4d4f50;
  font-size: 16px;
  font-style: italic;
}
.gift-checkbox-block .gift-checkbox:not(checked) + label a {
  color: #4d4f50;
  font-size: 16px;
  font-style: italic;
  text-decoration: none;
  font-weight: 400;
}
.gift-checkbox-block .gift-checkbox:not(checked) + label a:hover {
  color: #4d4f50;
  font-size: 16px;
  font-style: italic;
  text-decoration: underline;
  font-weight: 400;
}
.gift-checkbox-block .gift-checkbox:not(checked) + label:before {
  content: "";
  position: absolute;
  top: 5px;
  left: 1px;
  width: 13px;
  height: 13px;
  cursor: pointer;
  background: url(/images/pol_empty.png);
}
.gift-checkbox-block .gift-checkbox:checked + label:before {
  cursor: pointer;
  background: url(/images/pol_checked.png);
}
.card-checkbox-block .card-checkbox,
.card-checkbox-block .decor-checkbox {
  vertical-align: top;
  width: 17px !important;
  height: 17px !important;
  position: absolute;
  opacity: 0;
}
.card-checkbox-block .card-checkbox:not(checked) + label,
.card-checkbox-block .decor-checkbox:not(checked) + label {
  position: relative;
  padding-left: 20px;
  display: inline-block;
  color: #4d4f50;
  font-size: 16px;
  font-style: italic;
}
.card-checkbox-block .card-checkbox:not(checked) + label a,
.card-checkbox-block .decor-checkbox:not(checked) + label a {
  color: #4d4f50;
  font-size: 16px;
  font-style: italic;
  text-decoration: none;
  font-weight: 400;
}
.card-checkbox-block .card-checkbox:not(checked) + label a:hover,
.card-checkbox-block .decor-checkbox:not(checked) + label a:hover {
  color: #4d4f50;
  font-size: 16px;
  font-style: italic;
  text-decoration: underline;
  font-weight: 400;
}
.card-checkbox-block .card-checkbox:not(checked) + label:before,
.card-checkbox-block .decor-checkbox:not(checked) + label:before {
  content: "";
  position: absolute;
  top: 5px;
  left: 1px;
  width: 13px;
  height: 13px;
  cursor: pointer;
  background: url(/images/pol_empty.png);
}
.card-checkbox-block .card-checkbox:checked + label:before,
.card-checkbox-block .decor-checkbox:checked + label:before {
  cursor: pointer;
  background: url(/images/pol_checked.png);
}
.cake-text-block,
.card-text-block {
  display: none;
}
.sectionDescr {
  margin-top: 130px;
  text-align: center;
}
#delivery_date {
  position: relative;
}
.lowerForm .modal-body {
  padding: 35px 10px 30px !important;
}
@media (min-width: 768px) {
  .lowerForm .modal-body {
    padding: 25px 40px 30px !important;
  }
}
@media (max-width: 768px) {
  .form-sm {
    display: none !important;
  }
}
@media (min-width: 769px) {
  .form-xs {
    display: none !important;
  }
}
.AuthUrl {
  text-align: center;
}
@media (max-width: 400px) {
  .bx-forgotpass-table tr {
    width: 280px;
    margin: 0 auto;
  }
}
.detailDelivery {
  padding: 0;
  text-align: center;
  margin-bottom: 50px;
}
@media (min-width: 768px) {
  .detailDelivery {
    height: 100%;
    padding: 0 15px 50px;
    margin-bottom: 0;
  }
}
@media (min-width: 992px) {
  .detailDelivery {
    padding: 0 20px 60px;
  }
}
@media (min-width: 1200px) {
  .detailDelivery {
    padding: 0 20px 100px;
  }
}
.detailDelivery .sectHeading h2 {
  line-height: 1.3;
}
@media (min-width: 768px) {
  .detailDelivery .sectHeading h2 {
    font-size: 30px;
  }
}
.detailDeliveryInfo {
  text-align: center;
  font-size: 15px;
  font-style: italic;
  margin-bottom: 15px;
}
@media (min-width: 992px) {
  .detailDeliveryInfo {
    font-size: 18px;
    margin-bottom: 20px;
  }
}
.detailDeliveryInfo--small {
  max-width: 340px;
  margin: 0 auto;
}
.detailDeliveryLogo {
  margin-bottom: 20px;
}
.detailDeliveryLogo img {
  display: inline-block;
  margin-right: 11px;
}
.detailDeliveryButton {
  margin: 0;
}
.detailDeliveryButton .simpleButton {
  width: 180px;
}
@media (min-width: 992px) {
  .detailDeliveryButton .simpleButton {
    width: 195px;
  }
}
.detailDeliveryFlexBlock {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
  margin-left: -15px;
  margin-right: -15px;
}
.detailDeliveryFlexCol {
  width: 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .detailDeliveryFlexCol {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (min-width: 768px) {
  .detailDeliveryFlexCol--full {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.detailDeliveryFlexCol .detailDelivery {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: center;
  justify-content: center;
}
.detailDeliveryFlexCol .detailDeliveryContent {
  width: 100%;
}
.detailDeliveryFlexCol .detailDeliveryButton {
  width: 100%;
  -ms-flex-item-align: end;
  align-self: flex-end;
}
.catalog-filter {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 30px;
}
.catalog-filter__item {
  margin: 0 7px 10px;
}
.catalog-filter__item a {
  display: inline-block;
  color: #bd6a75;
  text-decoration: none;
  margin: 0;
  background-color: transparent;
  border: 1px solid #bd6a75;
  padding: 2px 10px 4px;
  font-size: 16px;
  font-weight: 400;
  font-style: italic;
  border-radius: 13px;
}
.catalog-filter__item a:hover {
  color: #930b21;
  border-color: #930b21;
}
.catalog-filter__item a.active {
  color: #fcfaf3;
  border-color: #930b21;
  background-color: #930b21;
}
.catalog-filter__item a.down,
.catalog-filter__item a.up {
  position: relative;
  padding: 2px 27px 4px 10px;
}
.catalog-filter__item a.down:after,
.catalog-filter__item a.up:after {
  content: "";
  display: block;
  width: 12px;
  height: 16px;
  position: absolute;
  right: 10px;
  top: 5px;
  background-repeat: no-repeat;
  background-size: 12px;
  background-image: url(/images/button-arrow.svg);
}
.catalog-filter__item a.down.active,
.catalog-filter__item a.down:focus,
.catalog-filter__item a.up.active,
.catalog-filter__item a.up:focus {
  color: #fcfaf3;
  border-color: #930b21;
  background-color: #930b21;
}
.catalog-filter__item a.up:after {
  background-position: 0 0;
}
.catalog-filter__item a.up:hover:after {
  background-position: 0 20%;
}
.catalog-filter__item a.up.active:after,
.catalog-filter__item a.up:focus:after {
  background-position: 0 40%;
}
.catalog-filter__item a.down:after {
  background-position: 0 60%;
}
.catalog-filter__item a.down:hover:after {
  background-position: 0 80%;
}
.catalog-filter__item a.down.active:after,
.catalog-filter__item a.down:focus:after {
  background-position: 0 100%;
}
.propertyIcon {
  position: relative;
  left: 30px;
  text-align: left;
  z-index: 100;
  padding: 1px 5px;
  white-space: normal;
  width: calc(100% - 30px);
}
@media (min-width: 576px) {
  .propertyIcon {
    width: 100%;
    left: 0;
    padding: 0;
  }
}
@media (min-width: 1200px) {
  .propertyIcon {
    left: 30px;
    width: calc(100% - 30px);
    padding: 1px 5px;
    position: absolute;
    bottom: 20px;
    white-space: nowrap;
  }
}
.propertyIcon a {
  display: block;
  position: static;
  color: #4d4f50 !important;
  text-decoration: none;
  white-space: inherit;
  text-align: left;
}
@media (min-width: 1200px) {
  .propertyIcon a {
    font-size: 13px;
  }
}
.propertyIcon a:before {
  display: block;
  content: "";
  width: 25px;
  height: 25px;
  text-align: center;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: contain;
  position: absolute;
  left: -28px;
  top: 0;
}
@media (min-width: 576px) {
  .propertyIcon a:before {
    position: static;
    margin-bottom: 3px;
  }
}
@media (min-width: 1200px) {
  .propertyIcon a:before {
    position: absolute;
  }
}
.property_block {
  padding: 20px 0;
  text-align: left;
  color: #4d4f50;
  position: relative;
}
.property_block p {
  margin-bottom: 5px;
}
.property_block_wrapper {
  display: block;
  position: relative;
  white-space: normal;
}
@media (min-width: 1200px) {
  .property_block_wrapper {
    position: absolute;
    top: 20px;
    width: 100%;
    white-space: inherit;
  }
}
.map {
  position: relative;
}
.map,
.map__warning {
  width: 100%;
  height: 100%;
}
.map__warning {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 20px;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.4);
  position: absolute;
  z-index: 999;
  top: 0;
  left: 0;
}
@media (min-width: 768px) {
  .map__warning {
    display: none;
  }
}
#mapModal {
  display: block !important;
  height: 0;
  overflow: hidden;
}
#mapModal.in {
  height: auto;
}
.mapBlock_cont_through {
  height: auto;
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .mapBlock_cont_through {
    height: auto;
    margin-bottom: 50px;
  }
}
@media (min-width: 992px) {
  .mapBlock_cont_through {
    height: auto;
    margin-bottom: 60px;
  }
}
.through_map {
  height: 500px;
}
.dg-control-round {
  background: none !important;
  background-color: transparent !important;
  box-shadow: none !important;
  border: none !important;
}
.dg-zoom__in:after {
  display: none !important;
}
.dg-zoom__out {
  width: 30px !important;
  height: 30px !important;
}
.dg-zoom__out:after {
  display: none !important;
}
.dg-zoom__control {
  border-radius: 0 !important;
  width: 30px !important;
  height: 30px !important;
  font-size: 16px !important;
  font-weight: 400 !important;
  box-shadow: none !important;
}
.dg-attribution__links {
  padding: 3px 5px 0 0 !important;
}
.dg-attribution__link-item:before {
  display: none !important;
}
.contactsPage .phone-block {
  display: none;
}
@media (min-width: 768px) {
  .contactsPage .phone-block {
    display: block;
  }
}
.mobile-phone {
  display: block;
  font-size: 18px;
  text-align: center;
  color: #930b21;
  font-style: italic;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .mobile-phone {
    display: none;
  }
}
.mobile-phone a {
  color: inherit;
  text-decoration: none;
}
.mobile-phone a:active,
.mobile-phone a:focus,
.mobile-phone a:hover {
  text-decoration: underline;
}
.reviewContactsBtn {
  margin: 25px auto 0;
  max-width: 80%;
}
@media (min-width: 768px) {
  .reviewContactsBtn {
    max-width: 100%;
  }
}
.block-order {
  text-align: center;
  padding: 40px 20px;
  color: #930b21;
}
.reviewsLanding {
  padding-top: 15px;
}
.reviewsLandingPersons {
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .reviewsLandingPersons {
    margin-bottom: 60px;
  }
}
@media (min-width: 992px) {
  .reviewsLandingPersons {
    margin-bottom: 80px;
  }
}
@media (min-width: 1600px) {
  .reviewsLandingPersons {
    margin-bottom: 140px;
  }
}
.reviewsLandingPersons .sectHeading {
  margin-bottom: 16px;
}
.reviewsLandingPersons .sectDecription {
  margin-bottom: 30px;
}
@media (min-width: 1600px) {
  .reviewsLandingPersons .sectDecription {
    margin-bottom: 50px;
  }
}
.reviewsLandingPersons .readmore {
  display: inline-block;
  font-style: italic;
  font-size: 16px;
  line-height: 1.37;
  letter-spacing: 0.6px;
  color: #4d4f50;
  margin-bottom: 70px;
}
@media (min-width: 768px) {
  .reviewsLandingPersons .readmore {
    letter-spacing: 0.6px;
    margin-bottom: 100px;
  }
}
@media (min-width: 1600px) {
  .reviewsLandingPersons .readmore {
    margin-bottom: 120px;
  }
}
.reviewsLandingPersons .reviewForm .policy-checkbox:not(checked) + label {
  padding-left: 30px;
  font-size: 15px;
  line-height: 1.4;
  letter-spacing: 0.7px;
}
.reviewsLandingPersons .reviewForm .policy-checkbox:not(checked) + label a {
  font-size: inherit;
  line-height: 1.4;
  letter-spacing: 0.7px;
}
.reviewsLandingPersons
  .reviewForm
  .policy-checkbox:not(checked)
  + label
  a:active,
.reviewsLandingPersons
  .reviewForm
  .policy-checkbox:not(checked)
  + label
  a:focus,
.reviewsLandingPersons
  .reviewForm
  .policy-checkbox:not(checked)
  + label
  a:hover {
  font-size: inherit;
}
.reviewsLandingPersons
  .reviewForm
  .policy-checkbox:not(checked)
  + label:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  background-size: 20px;
  background-repeat: no-repeat;
  background-image: url(/images/CheckBox_Empty.svg);
}
.reviewsLandingPersons .reviewForm .policy-checkbox:checked + label:before {
  background-image: url(/images/CheckBox_Full.svg);
}
.reviewsLandingPersons .reviewForm .g-recaptcha {
  transform: scale(0.93);
  margin-left: -3%;
}
@media (min-width: 576px) {
  .reviewsLandingPersons .reviewForm .g-recaptcha {
    transform: none;
    margin-left: 0;
  }
}
.reviewsLandingPersons .reviewForm .simpleButtonHolder {
  margin: 25px 0 0;
}
@media (min-width: 576px) {
  .reviewsLandingPersons .sendReviewBlock {
    max-width: 420px;
  }
}
@media (min-width: 768px) {
  .reviewsLandingPersons .sendReviewBlock {
    max-width: 570px;
  }
}
@media (min-width: 992px) {
  .reviewsLandingPersons .sendReviewBlock {
    max-width: 474px;
  }
}
@media (min-width: 1600px) {
  .reviewsLandingPersons .sendReviewBlock {
    max-width: 618px;
  }
}
.reviewsElementWrapper {
  text-align: left;
  margin: 0 auto;
  padding: 0 15px;
}
@media (min-width: 576px) {
  .reviewsElementWrapper {
    max-width: 420px;
  }
}
@media (min-width: 768px) {
  .reviewsElementWrapper {
    max-width: 570px;
  }
}
@media (min-width: 992px) {
  .reviewsElementWrapper {
    max-width: 474px;
  }
}
@media (min-width: 1600px) {
  .reviewsElementWrapper {
    max-width: 618px;
  }
}
.reviewsElementWrapper .detailText {
  font-size: 16px;
  line-height: 1.37;
  letter-spacing: 0.6px;
  margin-bottom: 12px;
}
.reviewsElementWrapper .name {
  text-transform: uppercase;
  color: #930b21;
  margin-bottom: 3px;
}
.reviewsElementWrapper .date,
.reviewsElementWrapper .name {
  font-weight: 700;
  font-size: 16px;
  line-height: 1.37;
  letter-spacing: 0.6px;
}
.reviewsElementWrapper .date {
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .reviewsElementWrapper .date {
    margin-bottom: 32px;
  }
}
.dostsvka {
  text-align: center;
}
.landSection.main_text {
  display: none;
}
.ourWorksRow .sectDecription {
  margin-bottom: 0;
}
.ourWorksRow .sectDecription h2 {
  margin-bottom: 25px;
}
.ourWorksRow .sliderBlock {
  position: relative;
}
.ourWorksRow .sliderBlock .flexWrapper-img img {
  margin: 0 10px;
}
.ourWorksRow .sliderBlock .controllBlock .arrow {
  width: 36px;
  height: 34px;
  background-size: cover !important;
  cursor: pointer;
  position: absolute;
  top: 44%;
  z-index: 150;
  display: none !important;
}
.ourWorksRow .sliderBlock .controllBlock .arrow.toLeft {
  background: url(/images/arrows-toleft.svg);
  left: 15px;
}
.ourWorksRow .sliderBlock .controllBlock .arrow.toRight {
  background: url(/images/arrows-toright.svg);
  right: 15px;
}
@media (min-width: 821px) {
  .ourWorksRow .sliderBlock .controllBlock .arrow {
    display: block !important;
  }
}
@media (min-width: 1300px) {
  .ourWorksRow .sliderBlock .controllBlock .arrow.toLeft {
    left: -65px;
  }
}
@media (min-width: 1500px) {
  .ourWorksRow .sliderBlock .controllBlock .arrow.toLeft {
    left: -85px;
  }
}
@media (min-width: 1300px) {
  .ourWorksRow .sliderBlock .controllBlock .arrow.toRight {
    right: -65px;
  }
}
@media (min-width: 1500px) {
  .ourWorksRow .sliderBlock .controllBlock .arrow.toRight {
    right: -85px;
  }
}
#basket_form_container #basket_items .cartElement.addBoxElement,
#basket_form_container #basket_items .cartElement.cartElementAddBox {
  margin-bottom: 10px;
}
#basket_form_container #basket_items .cartElement.addBoxElement td {
  border-bottom: 1px solid transparent;
}
#basket_form_container #basket_items .cartElement.cartElementAddBox td {
  border-bottom: 1px solid transparent;
  padding: 40px 4px 20px;
}
#basket_form_container #basket_items .cartElement.addBoxElement td.itemphoto {
  position: relative;
}
#basket_form_container
  #basket_items
  .cartElement.addBoxElement
  td.itemphoto
  h2 {
  font-weight: 400;
  font-size: 15px;
  letter-spacing: 0.7px;
  text-transform: uppercase;
  text-align: left;
}
#basket_form_container
  #basket_items
  .cartElement.addBoxElement
  td.itemphoto
  h2
  a {
  font-weight: 400;
}
#basket_form_container #basket_items .testClass td {
  position: relative;
  padding: 0 4px 40px;
}
#basket_form_container #basket_items .cartElement.addBoxElement td {
  padding: 0 4px 20px;
  vertical-align: middle;
}
#basket_form_container #basket_items .cartElement.addBoxElement td.addBox {
  display: table-cell;
}
.testClass .propertyIcon {
  max-width: 114px;
}
@media (max-width: 576px) {
  .testClass .propertyIcon {
    max-width: unset;
  }
  #basket_form_container #basket_items .cartElementAddBox td.itemphoto {
    padding: 45px 5px 5px;
  }
  #basket_form_container #basket_items .cartElementAddBox td.item {
    padding: 17px 0 0;
  }
  #basket_form_container #basket_items .cartElementAddBox td.custom {
    padding: 0;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.7px;
  }
  #basket_form_container #basket_items .cartElementAddBox td.price {
    padding: 15px 0 25px;
    font-size: 19px;
    line-height: 20px;
    letter-spacing: 0.9px;
  }
  #basket_form_container
    #basket_items
    .cartElementAddBox
    td.custom.quantityToMobile {
    padding: 0;
    width: 100%;
    height: 55px;
    font-size: 16px;
    color: #930a22;
    line-height: 55px;
    border-top: 1px solid #f7ece0;
    border-bottom: 1px solid #f7ece0;
  }
  #basket_form_container #basket_items .cartElementAddBox td.control {
    padding: 15px 0;
    max-width: 100%;
    text-align: left;
  }
  #basket_form_container #basket_items .addBoxElement td.itemphoto {
    padding: 15px 4px 10px;
  }
  #basket_form_container #basket_items .addBoxElement td.itemphoto h2 {
    text-align: center !important;
  }
  #basket_form_container #basket_items .addBoxElement .addBox__btn {
    max-width: 200px;
    margin: 0 auto;
  }
  .testClass td {
    border-bottom: 1px solid #930b21 !important;
  }
  #basket_form_container #basket_items .cartElement.addBoxElement td.addBox {
    display: block;
  }
}
.landSection.ourWorksRow .container {
  width: 1575px;
}
@media (max-width: 1820px) {
  .ourWorksRow .sliderBlock .controllBlock .arrow.toLeft {
    left: -45px;
  }
  .ourWorksRow .sliderBlock .controllBlock .arrow.toRight {
    right: -45px;
  }
}
@media (max-width: 991px) {
  .landSection.ourWorksRow .container {
    width: 750px;
  }
}
.colorRed {
  color: #930b21 !important;
}

/* End */


/* Start:/local/templates/inside_page/css/style.css?1780295877146*/
.news-list details > *:not(summary) {
  display: none;
}

.news-list details[open] > *:not(summary) {
  display: block;
  padding: 1rem 1.25rem;
}
/* End */


/* Start:/css/custom.css?178032015913201*/
.modalElementAddBasket {
  margin-top: -55px;
}

#simpleForm .modalElementAddBasket .modalElementAdd .name {
  padding-top: 10px;
}
#simpleForm .modalElementAddBasket .modalElementAdd .pict {
  margin-right: 0;
  width: calc(50% - 10px);
  text-align: center;
}
.modalElementAddBasket .modalElementAdd {
  column-gap: 20px;
}
#simpleForm .modalElementAddBasket .rightText {
  width: calc(50% - 10px);
}
#simpleForm .successAdd.modalElementAddBasket>.text {
  margin: 15px auto 30px;
}
#simpleForm .modalElementAddBasket .modalElementAdd .countPriceBlock {
  margin-top: 40px;
}
.modalElementAddBasket .modalElementAdd .arrowBlock .disabled {
  opacity: 0.2;
  cursor: unset;
}
.groupItem {
  position: relative;
}
.groupItem .error,
.file-form .error {
  display: none;
  position: absolute;
  top: -19px;
  left: 0;
  color: #ff0000;
  font-size: 14px;
  font-style: italic;

}
.groupItem.error input {
  border-color: #ff0000;
}
.groupItem.error .error,
.file-form.error .error {
  display: block;
}
.orderForm .groupItem {
  margin-bottom: 20px !important;
}
.req-field {
  font-size: 16px;
  color: #4d4f50;
  font-style: italic;
  margin-bottom: 10px;
  text-align: left;
}
.orderForm input[type="text"],
.orderForm textarea,
.reviewForm input[type="text"],
.reviewForm textarea {
  outline-color: #e2bdbe;
  outline-width: 2px;
}
.orderForm .groupItem.error input[type="text"],
.orderForm .groupItem.error textarea,
.reviewForm .groupItem.error input[type="text"],
.reviewForm .groupItem.error textarea {
  outline-color: #ff0000;
}
.policy-checkbox-block .policy-checkbox + label[for="add_photo"] {
  color: #930b21;
}
.reviewForm .groupItem {
  margin-bottom: 20px !important;
}
.reviewForm .messageBox {
  margin-bottom: 20px;
}
.fileselectbutton {
  cursor: pointer;
  color: #930b21;
  font-size: 16px;
  font-style: italic;
  padding: 0 0 0 40px;
  background: url(/local/templates/inside_page/img/uploadfoto.png) no-repeat;
  background-size: contain;
  background-position: left center;
}
.file-form .upload_file {
  display: none;
}
.file-form {
  text-align: left;
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  column-gap: 20px;
  position: relative;
}
.clearfile {
  background: url(/images/close.svg);
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: contain;
  width: 12px;
  height: 12px;
  display: none;
  cursor: pointer;
}
.reviewsLandingPersons .reviewsElementWrapper,
.reviewsInsideItem .review {
  display: flex;
  column-gap: 20px;
  justify-content: center;
}
.reviewsLandingPersons .reviewsElementWrapper>img,
.reviewsInsideItem .review>img {
  height: 100px;
  border-radius: 5px;
}

.reviewsInside .fullElems .reviewHolder:nth-child(2n) .pict {
  order: 0;
}
@media screen and (max-width: 991px) {
  .modalElementAddBasket {
    margin-top: -10px;
  }
  #simpleForm .modalElementAddBasket .modalElementAdd .countPriceBlock {
    margin-top: 20px;
  }
  #simpleForm .modalElementAddBasket .rightText,
  #simpleForm .modalElementAddBasket .modalElementAdd .pict {
    width: 100%;
  }
}
@media screen and (max-width: 500px) {
  .modalElementAddBasket {
    margin: -10px -20px 0;
  }
  #simpleForm .modalElementAddBasket .modalElementAdd .name,
  .successAdd.modalElementAddBasket .heading {
    font-size: 16px;
  }
  #simpleForm .closeButton {
    top: 5px;
    right: 5px;
  }
}
@media screen and (min-width: 441px) {
  .reviewsInsideItem .review>img+.textBlock {
    padding-left: 0;
  }
}
@media screen and (max-width: 440px) {
  .reviewsLandingPersons .reviewsElementWrapper,
  .reviewsInsideItem .review {
    flex-direction: column;
    align-items: center;
  }
}

/*319927*/
.sideMenu .main_menu .mainItem li:not(.razdel) {
  padding: 0;
}
.sideMenu .main_menu .mainItem li:not(.razdel)>a {
  padding: 15px 0 15px 15px;
}
.sideMenu .main_menu .mainItem ul {
  padding-left: 15px;
}
.sideMenu .main_menu .mainItem li:not(.razdel) a:hover,
.sideMenu .main_menu .mainItem li:not(.razdel)>a.open {
  font-weight: 600 !important;
  padding-left: 18px;
  background-color: #CAA8B5;
}
.sideMenu .main_menu .menuBlock {
  padding: 0 12px;
}

.text-img {
  height: 300px;
  margin-bottom: 20px;
}
.text-img.float-left{
  float: left;
  margin-right: 20px;
}

.footer-quality {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
}
.footer-quality__item {
  display: block;
  padding: 0 8px;

}
.footer-quality__item img {
  height: 80px;
  width: auto;
}

footer .mainRow .contacts .contactsList {
  margin-bottom: 20px;
}
.footer-social {
  margin-bottom: 20px;
}
.footer-social a {
  display: inline-block;
  width: 44px;
  height: 23px;
  background-image: url('/images/VK-Icon.svg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

footer .mainRow .contacts .contactsList .phone-block {
  display: inline-block;
  margin-top: 10px;
}

@media (min-width: 768px) {
  .footer-quality {
    margin: 25px 0 30px;
  }
  .footer-quality__item {
    padding: 0 10px;
  }
  .footer-quality__item img {
    height: 115px;
  }
  footer .mainRow .contacts .contactsList {
    margin-bottom: 15px;
  }
  .footer-social {
    margin-bottom: 25px;
  }
}

/* SCROLL UP BTN */
.toTop {
  position: fixed;
  right: 40px;
  z-index: 999;

  display: flex;
  justify-content: center;
  align-items: center;

  width: 50px;
  height: 50px;

  font-size: 16px;
  color: #fff;

  background-color: #930b21;
  border: 1px solid #930b21;
  border-radius: 50%;

  cursor: pointer;
  transition: all .5s;
}
@media screen and (max-width: 768px) {
  .toTop {
    right: 20px;

    width: 65px;
    height: 65px;

    font-size: 32px;
  }
}

.toTop--visible {
  bottom: 60px;

  opacity: 1;
  pointer-events: all;
}
@media screen and (max-width: 768px) { .toTop--visible { bottom: 90px; } }

.toTop--hidden {
  bottom: 0;

  opacity: 0;
  pointer-events: none;
}
@media screen and (max-width: 768px) { .toTop--hidden { bottom: 20px; } }


.trusted-by__logos {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  margin-top: 20px;
  padding: 30px;
  background-color: #fff;
}
.trusted-by__logo {
  flex: 0 0 18%;
  border: 1px solid #00000021;
  display: flex;
  align-items: center;
  justify-content: center;
}


section.portfolio .portfolio__item {
  display: flex;
  justify-content: center;
  padding: 20px;
  cursor: pointer;
}
section.portfolio .portfolio__item img {
  max-height: 230px;
}
.portfolio_slider {
  position: relative;
}
.portfolio_slider .slick-track {
  display: flex;
  align-items: center;
}
.protfolio_slider__control .arrow{
  width: 46px;
  height: 44px;
  cursor: pointer;
  position: absolute;
  top: 50%;
  z-index: 150;
}
.protfolio_slider__control .arrow.toLeft {
  background: url(/images/arrows-toleft.svg);
  left: -80px;

}
.protfolio_slider__control .arrow.toRight {
  background: url(/images/arrows-toright.svg);
  right: -80px;
}

@media (max-width: 768px) {
  .protfolio_slider__control .arrow.toRight {
    right: 0;
    transform: translateX(50%);
  }
}

.blogRow__items {
  display: flex;
  height: 255px;
  flex-wrap: wrap;
}

@media (max-width: 768px) {
  .blogRow__items {
    flex-wrap: wrap;
    height: auto;
    gap: 16px;
  }

  .blogRow__item {
    flex: 1 1 100% !important;
    max-width: 100%;
    box-sizing: border-box;
  }

  .blogRow__item img,
  .blogRow__item * {
    max-width: 100%;
  }
}

.blogRow__item {
  flex: 0 0 25%;
  display: flex;
  gap: 20px;
  padding-right: 20px;
}
.blogRow__item__img {
  width: 100%;
}
.blogRow__item__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.blogRow__item__text {
  display: none;
  flex: 0 0 50%;
  text-align: left;
}
.blogRow__item.active {
  flex: 0 0 50%;
}
.blogRow__item.active .blogRow__item__img {
  flex: 0 0 48.2%;
}
.blogRow__item.active .blogRow__item__text {
  display: flex;
  flex-wrap: wrap;
}
.blogRow__item__title {
  margin-bottom: 15px;
}
.blogRow__item__title a {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: .8px;
  color: #4d4f50;
  text-decoration: none;
}
.blogRow__item__meta {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.flex-box{
  display:flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 1rem;
}

.flex-box > *{
  background-color: #fff;
  padding: 10px;
}

.flex-box > li::before {
  left: 1rem;
}

.flex-box > li > :first-child {
  margin-left: 20px;
}

.flex-box.rows4 > *{
  width: calc(25% - 20px);
}

@media (max-width: 768px) {
  .flex-box.rows4 > *{
    width: calc(50% - 20px);
  }
}

@media (max-width: 452px) {
  .flex-box.rows4 > *{
    width: 100%;
  }
}

.reviewsLanding {
  position: relative;
  margin-bottom: 30px;
}
.reviewsLanding .arrow{
  width: 46px;
  height: 44px;
  cursor: pointer;
  position: absolute;
  top: 35%;
  z-index: 150;
}
.reviewsLanding .arrow.toLeftRev {
  background: url(/images/arrows-toleft.svg);
  left: -80px;

}
.reviewsLanding .arrow.toRightRev {
  background: url(/images/arrows-toright.svg);
  right: -80px;
}

@media (max-width: 768px) {
  .reviewsLanding .arrow.toRightRev {
    right: 0;
    transform: translateX(50%);
  }
}

.reviewsElementWrapper .date {
  margin-bottom: 10px;
}

.bold {
  font-weight: bold;
}

.inactive {
  display: none;
}

#tab-nav {
  display: flex;
  margin-bottom: 100px;
  gap: 50px;
}
#tab-nav>* {
  height: 100px;
}

.middle {
  text-align: center;
  text-align: center;
  align-self: center;
  align-content: center;
  align-items: center;
  margin: auto;
}
 .mob-phone {
display: block;
  font-size: 13px;
  color: #930b21;
  font-style: italic;
  margin-bottom: 10px;
  padding-left: 39px;
  padding-top: 5px;
 }

@media all and (min-width:768px) {
  .mob-phone {
    display: none;
  }
}
@media all and (max-width:767px) {
  header.flyHeader > .container.c_b {
    height: 62px!important;
  }
  jdiv .__jivoMobileButton {
    bottom: 70px!important;
  }
   .toTop--visible {
    bottom: 160px;
  }
}

/* мобильное меню */
:root {
    --mobile-nav-height: 70px;
    --mobile-nav-bg: #ffffff;
    --mobile-nav-shadow: 0 -2px 10px rgba(0, 0, 0, 0.05);
    --mobile-nav-border: #f0f0f0;
    --mobile-nav-text: #888888;
    --mobile-nav-text-active: #000000;
    --mobile-nav-accent: #e74c3c;
}

.mobile-bottom-nav {
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: var(--mobile-nav-height);
    background: var(--mobile-nav-bg);
    border-top: 1px solid var(--mobile-nav-border);
    box-shadow: var(--mobile-nav-shadow);
    z-index: 998;
    padding-bottom: env(safe-area-inset-bottom);
    box-sizing: border-box;
}

.mobile-bottom-nav__list {
    display: flex;
    align-items: flex-start;
    justify-content: space-around;
    height: 100%;
    margin: 0;
    padding: 10px 0 5px;
    list-style: none;
}


.mobile-bottom-nav__item {
    flex: 1 1 0;
}

.mobile-bottom-nav__label {
  text-align: center;
  font-family: PT Serif;
  line-height: 1;
}

.mobile-bottom-nav__link {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
    text-decoration: none;
    color: var(--mobile-nav-text);
    transition: color 0.2s ease;
    position: relative;
    font-size: 11px;
    font-weight: 500;
    line-height: 1.2;
    gap: 4px;
}

.mobile-bottom-nav__icon {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 24px;
    position: relative;
}

.mobile-bottom-nav__icon svg {
    width: 24px;
    height: 24px;
}

.mobile-bottom-nav__link.active {
    color: #930b21;
}

/* .cart-counter {
    position: absolute;
    top: -6px;
    right: -10px;
    background: var(--mobile-nav-accent);
    color: #ffffff;
    border-radius: 50%;
    min-width: 18px;
    height: 18px;
    font-size: 10px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 4px;
    box-sizing: border-box;
    border: 2px solid #ffffff;
    line-height: 1;
} */

.mobile-bottom-nav__icon--cart .cartIcon {
  background: url(/images/shopping-cart.svg);
    background-position-x: 0%;
    background-position-y: 0%;
    background-repeat: repeat;
    background-size: auto;
  background-position-x: 0%;
  background-position-y: 0%;
  background-repeat: repeat;
  background-size: auto;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 0;
  width: 24px;
  height: 20px;
  position: relative;
  z-index: 2;
  padding: 0;
}

.mobile-bottom-nav__icon--cart .ttlInPrice,
.mobile-bottom-nav__icon--cart .seporator.vert {
  display: none!important;
}

.mobile-bottom-nav__icon--cart .ttlInCart {
  position: absolute;
  right: -8px;
  top: -7px;
}


@media (max-width: 767.98px) {
    .mobile-bottom-nav {
        display: block;
    }

    body {
        padding-bottom: calc(var(--mobile-nav-height) + env(safe-area-inset-bottom, 0px) + 10px);
    }

    /* .scroll-to-top,
    .whatsapp-button {
        bottom: calc(var(--mobile-nav-height) + env(safe-area-inset-bottom, 0px) + 15px) !important;
    } */
}

@media (min-width: 768px) {
    .mobile-bottom-nav {
        display: none !important;
    }
}

/* End */


/* Start:/local/templates/.default/components/bitrix/menu/top_main27.12/style.css?16498588118352*/
/* Left menu*/
.main_menu_h {
	display: flex;
	line-height: 40px;
	height: 40px;
	flex-wrap: nowrap;
	/*������� ������ */
	justify-content: space-between;
	/*��������� ���������� � ����� */
	align-items: center;
	/*����������� �������� �� ������ �� ������������ */
	text-align: left;
}

.main_menu_h ul {
	display: flex;
	list-style: none;
	margin: 0;
	padding: 0;
}

.main_menu_h ul li {
	margin: auto 6px;
	position: relative;
}
.main_menu_h ul li:first-child {
	margin-left: 0;
}

.main_menu_h ul a {
	text-decoration: none;
	font-weight: bold;
	color: #fff;
	font-size: 14px;
	position: relative;
}

body header .topLine .phoneBlock {
	float: right;
	display: flex;
	flex-direction: column;
	margin-right: 40px;
	margin-top: -9px;
	justify-content: flex-start;
	background-position: 0 3px;
}

body header .topLine .BlockRasp {
	display: flex;
	flex-direction: column;
	margin-top: -9px;
	color: #4d4f50;
	font-weight: 400;
}

body header .topLine .phoneBlock .obrzv a {
	color: #d9a484;
	text-decoration: underline;
}

body header .topLine .phoneBlock .obrzv {
	margin-top: -4px;
}

body header .topLine_h1 .intopLine {
	float: right;
	/*margin-right: 45px;*/
}

header .topLine_h {
	height: 20px;
}


body header {
	height: 87px;
}

body header.flyHeader {
	padding: 0;
}

header.flyHeader>.container.c_h {
	height: 40px;
	z-index: 11;
}

header.flyHeader>.container.c_b {
	height: 47px;
}

header .topLine_h {
	height: 40px;
	text-align: center;
	position: relative;
	z-index: 2;
}

body .centerContent {
	padding-top: 87px;
	margin-top: 40px;
}

body .container.c_h {
	background-color: #930b21;
	width: 100%;
}

body .container.c_b {
	background-color: #fff;
}

header .topLine_h1 {
	margin: 0 auto;
	max-width: 1170px;
}

.topLine_h1 ul.nav_h2 {
	margin-left: 10px;
}

.main_menu_h .subMenu {
	display: none;
	flex-direction: column;
	flex-wrap: wrap;
	align-content: center;
	align-items: center;
	position: absolute;
	background-color: #930b21;
	width: 180px;
	z-index: 2;
}
.main_menu_h .subMenu:hover {
	color: #f2f2f2;
}

.main_menu_h>nav>ul>li:hover>.subMenu {
	display: flex;
}

.main_menu_h ul.subMenu li {
	margin: 5px 12px;
    line-height: 30px;
}


@media(max-width: 991px) {
	.topLine_h1 ul.nav_h2 {
		margin-left: -100px;
	}
	header.flyHeader>.container.c_h {
		padding: 0
		height: 40px;
		z-index: 10;
	}
}

@media (max-width: 767px) {
	.main_menu_h ul li {
		margin: 20px 6px;
	}
	.main_menu_h ul li:first-child {
		margin: 20px 6px;
	}
}

header .mobileMenuButton {
	display:none;
    padding-left: 30px;
	height: 20px;
    line-height: 20px;
    float: left;
    background: url(/images/menuIcon.png);
    background-repeat: no-repeat;
    background-size: 23px;
    background-position: 0;
    letter-spacing: 0px;
    font-weight: 600;
    font-size: 13px;
    text-transform: uppercase;
    cursor: pointer;
	color: #fff;
}

@media(max-width: 767px) {
	.main_menu_h nav {
		display: none;
	}
	 .main_menu_h .fix_mob {
		display: none !important;
	 }
	 header.flyHeader>.container.c_h {
		 padding: 0;
	 }
	 
	header .mobileMenuButton {
		display: block;
	}
	 .main_menu_h ul {
		display: block;
	}
	.main_menu_h .subMenu {
		position: relative;
		background-color: #fff;
		width: 100%;
		z-index: 2;
	}
	.main_menu_h ul a {
		font-weight: normal;
	}
	
	
}

@media(max-width: 1198px) {
	body header .topLine .BlockRasp {
		display: none;
	}

	body header .topLine .phoneBlock {
		float: left;
		margin-left: 20px;
	}
}

@media(max-width: 990px) {
	body header .topLine .phoneBlock .obrzv {
		margin-left: 0px;
	}
}

@media(max-width: 991px) {
	body header .topLine .phoneBlock {
		display: none;
	}
}

@media(max-width: 420px) {
	.topLine_h1 .main_menu_h {
		/* display: none; */
	}
	header .topLine .oplata,
	header .topLine .searchBlock,
	header .topLine .loginBlock {
		margin-right: 10px !important;
	}
}

header .topLine .searchBlock .formHolder .mobileLink {
	margin-top: 0 !important;
}

.mobileMenu{display:none; width:100%;position:fixed;z-index:1000;left:-100%;top:0;height:100%;background:#fff;transition:left 1s;transition-timing-function:cubic-bezier(0,0,0,1);overflow:scroll;padding:11px 0;padding-top: 87px;}
@media (max-width:768px) {
.mobileMenu{width:100%;padding:100px 0 40px}
}
.mobileMenu .blockName{font-size:20px;letter-spacing:.7px;text-align:center;text-transform:uppercase;margin-bottom:20px}
.mobileMenu.show{left:0}
.mobileMenu .closeButton{cursor:pointer;text-align:center;display:inline-flex;align-items:center;justify-content:center;font-size:15px;letter-spacing:.7px;width:100%}
.mobileMenu .closeButton:before{content:"";display:block;background:url(/images/close.svg);background-repeat:no-repeat;background-position:0 0;background-size:contain;width:17px;height:17px;margin-right:10px}
@media (max-width:768px) {
.mobileMenu .closeButton:before{margin-right:0}
}
@media (max-width:768px) {
.mobileMenu .closeButton{position:absolute;top:9px;left:9px;font-size:0;text-indent:-9999px;width:auto}
}
.mobileMenu .closeButtonTop{cursor:pointer;text-align:center;display:inline-flex;align-items:center;justify-content:center;font-size:15px;letter-spacing:.7px;width:100%;position:absolute;top:85px;right:9px;font-size:0;text-indent:-9999px;width:auto}
.mobileMenu .closeButtonTop:before{content:"";display:block;background:url(/images/close.svg);background-repeat:no-repeat;background-position:0 0;background-size:contain;width:17px;height:17px;margin-right:10px}
@media (max-width:768px) {
.mobileMenu .closeButtonTop:before{margin-right:0}
}
@media (max-width:768px) {
.mobileMenu .closeButtonTop{display:none}
}
.mobileMenu .main_menu{text-align:center;color:#4d4f50}
.mobileMenu .main_menu ul{padding:0;list-style:none}
.mobileMenu .main_menu ul li:before{display:none}
.mobileMenu .main_menu .menuBlock{padding:0 23px}
.mobileMenu .main_menu .menuBlock .mainItem{border-top:2px solid hsla(26,52%,72%,.2);padding:25px 0}
.mobileMenu .main_menu .menuBlock .mainItem:first-child{border-top:0 solid hsla(26,52%,72%,.2)}
.mobileMenu .main_menu .menuBlock .mainItem .root-item,.mobileMenu .main_menu .menuBlock .mainItem .root-item-selected{width:100%;display:block;font-size:18px;letter-spacing:.9px;color:#4d4f50;text-decoration:none}
.mobileMenu .main_menu .menuBlock .mainItem .root-item-selected:hover,.mobileMenu .main_menu .menuBlock .mainItem .root-item-selected:visited,.mobileMenu .main_menu .menuBlock .mainItem .root-item:hover,.mobileMenu .main_menu .menuBlock .mainItem .root-item:visited{color:#4d4f50;text-decoration:none;font-weight:400}
.mobileMenu .main_menu .menuBlock .mainItem .root-item-selected.item-level-1,.mobileMenu .main_menu .menuBlock .mainItem .root-item.item-level-1{text-transform:uppercase;font-size:18px}
.mobileMenu .main_menu .menuBlock .mainItem .root-item-selected.item-level-2,.mobileMenu .main_menu .menuBlock .mainItem .root-item.item-level-2{font-size:18px}
.mobileMenu .main_menu .menuBlock .mainItem .root-item-selected.item-level-3,.mobileMenu .main_menu .menuBlock .mainItem .root-item.item-level-3{font-size:16px}
.mobileMenu .main_menu .menuBlock .mainItem .root-item-selected.item-level-4,.mobileMenu .main_menu .menuBlock .mainItem .root-item.item-level-4{font-size:14px}
.mobileMenu .main_menu .menuBlock .mainItem .root-item-selected.item-level-5,.mobileMenu .main_menu .menuBlock .mainItem .root-item.item-level-5{font-size:12px}
.mobileMenu .subMenu{display:none}
.mobileMenu .subMenu.subMenu-level-1{text-align:left;margin-top:15px}
.mobileMenu .subMenu.subMenu-level-1>li{padding:15px 0 15px 15px}
.mobileMenu .subMenu.subMenu-level-2{margin-top:10px}
.mobileMenu .subMenu.subMenu-level-2>li{padding:12px 0 12px 15px}
.mobileMenu .subMenu.subMenu-level-3{margin-top:5px}
.mobileMenu .subMenu.subMenu-level-3>li{padding:8px 0 8px 15px}
.mobileMenu .subMenu.subMenu-level-4{margin-top:0}
.mobileMenu .subMenu.subMenu-level-4>li{padding:5px 0 5px 10px}
.mobileMenu .subMenu>li>a{font-size:14px;letter-spacing:.7px;display:block;width:100%;font-style:italic;text-decoration:none;color:#4d4f50}
@media (max-width:768px) {
.mobileMenu .subMenu>li>a{font-size:15px}
}
.mobileMenu .subMenu>li>a:hover,.mobileMenu .subMenu>li>a:visited{color:#4d4f50;text-decoration:none;font-weight:400}

/* End */


/* Start:/local/templates/.default/components/bitrix/menu/top_menu_multilevel_custom/style.css?17049389386291*/
/**Top menu**/
#horizontal-multilevel-menu,#horizontal-multilevel-menu ul
{
	margin:0; padding:0;
	background:#BC262C url(/local/templates/.default/components/bitrix/menu/top_menu_multilevel_custom/images/header_menu_bg.gif) repeat-x;
	min-height:27px;
	width:100%;
	list-style:none;
	font-size:11px;
	float:left;
	/*font-size:90%*/
}

#horizontal-multilevel-menu
{

}

/*Links*/
#horizontal-multilevel-menu a
{
	display:block;
	padding:5px 10px;
	/*padding:0.3em 0.8em;*/
	text-decoration:none;
	text-align:center;
}

#horizontal-multilevel-menu li
{
	float:left;
}

/*Root items*/
#horizontal-multilevel-menu li a.root-item
{
	color:#fff;
	font-weight:bold;
	padding:7px 12px;
}

/*Root menu selected*/
#horizontal-multilevel-menu li a.root-item-selected
{
	background:#fc8d3d;
	color:#fff;
	font-weight:bold;
	padding:7px 12px;
}

/*Root items: hover*/
#horizontal-multilevel-menu li:hover a.root-item, #horizontal-multilevel-menu li.jshover a.root-item
{
	background:#e26336;
	color:#fff;
}

/*Item-parents*/
#horizontal-multilevel-menu a.parent
{
	background: url(/local/templates/.default/components/bitrix/menu/top_menu_multilevel_custom/images/arrow.gif) center right no-repeat;
}

/*Denied items*/
#horizontal-multilevel-menu a.denied
{
	background: url(/local/templates/.default/components/bitrix/menu/top_menu_multilevel_custom/images/lock.gif) center right no-repeat;
}

/*Child-items: hover*/
#horizontal-multilevel-menu li:hover, #horizontal-multilevel-menu li.jshover
{
	background:#D6D6D6;
	color:#fff;
}

/*Child-items selected*/
#horizontal-multilevel-menu li.item-selected
{
	background:#D6D6D6;
	color:#fff;
}

/*Sub-menu box*/
#horizontal-multilevel-menu li ul
{
	position:absolute;
	/*top:-999em;*/
	top:auto;
	display:none;
	z-index:500;

	height:auto;
	/*width:12em;*/
	width:135px;
	background:#F5F5F5;
	border:1px solid #C1C1C1;
}

/*Sub-menu item box*/
#horizontal-multilevel-menu li li
{
	width:100%;
	border-bottom:1px solid #DEDEDE;
}

/*Item link*/
#horizontal-multilevel-menu li ul a
{
	text-align:left;
}

/*Items text color & size */
#horizontal-multilevel-menu li a,
#horizontal-multilevel-menu li:hover li a,
#horizontal-multilevel-menu li.jshover li a,
#horizontal-multilevel-menu li:hover li:hover li a,
#horizontal-multilevel-menu li.jshover li.jshover li a,
#horizontal-multilevel-menu li:hover li:hover li:hover li a,
#horizontal-multilevel-menu li.jshover li.jshover li.jshover li a,
#horizontal-multilevel-menu li:hover li:hover li:hover li:hover li a,
#horizontal-multilevel-menu li.jshover li.jshover li.jshover li.jshover li a,
#horizontal-multilevel-menu li:hover li:hover li:hover li:hover li:hover li a,
#horizontal-multilevel-menu li.jshover li.jshover li.jshover li.jshover li.jshover li a
{
	color:#4F4F4F;
	font-weight:bold;
}

/*Items text color & size: hover*/
#horizontal-multilevel-menu li:hover li:hover a,
#horizontal-multilevel-menu li.jshover li.jshover a,
#horizontal-multilevel-menu li:hover li:hover li:hover a,
#horizontal-multilevel-menu li.jshover li.jshover li.jshover a,
#horizontal-multilevel-menu li:hover li:hover li:hover li:hover a,
#horizontal-multilevel-menu li.jshover li.jshover li.jshover li.jshover a
#horizontal-multilevel-menu li:hover li:hover li:hover li:hover li:hover a,
#horizontal-multilevel-menu li.jshover li.jshover li.jshover li.jshover li.jshover a
#horizontal-multilevel-menu li:hover li:hover li:hover li:hover li:hover li:hover a,
#horizontal-multilevel-menu li.jshover li.jshover li.jshover li.jshover li.jshover li.jshover a
{
	color:#4F4F4F;
}

#horizontal-multilevel-menu li ul ul
{
	margin:-27px 0 0 132px;
	/*margin:-1.93em 0 0 11.6em;*/
}

#horizontal-multilevel-menu li:hover ul ul,
#horizontal-multilevel-menu li.jshover ul ul,
#horizontal-multilevel-menu li:hover ul ul ul,
#horizontal-multilevel-menu li.jshover ul ul ul,
#horizontal-multilevel-menu li:hover ul ul ul ul,
#horizontal-multilevel-menu li.jshover ul ul ul ul,
#horizontal-multilevel-menu li:hover ul ul ul ul ul,
#horizontal-multilevel-menu li.jshover ul ul ul ul ul
{
	/*top:-999em;*/
	display:none;
}

#horizontal-multilevel-menu li:hover ul,
#horizontal-multilevel-menu li.jshover ul,
#horizontal-multilevel-menu li li:hover ul,
#horizontal-multilevel-menu li li.jshover ul,
#horizontal-multilevel-menu li li li:hover ul,
#horizontal-multilevel-menu li li li.jshover ul,
#horizontal-multilevel-menu li li li li:hover ul,
#horizontal-multilevel-menu li li li li.jshover ul,
#horizontal-multilevel-menu li li li li li:hover ul,
#horizontal-multilevel-menu li li li li li.jshover ul
{
	/*z-index:1000;
	top:auto;*/
	display:block;
}

div.menu-clear-left
{
	clear:left;
}
.subMenu.subMenu-level-2 a.IS_PARENT::after{
	content: "";
    border: solid #930b21;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 3px;
	margin-left:5px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}
.subMenu.subMenu-level-2 a.IS_PARENT.open{
	position:relative;
}
.subMenu a.IS_PARENT.open span{
	position:relative; //absolute;
	display:inline-block; 
	/*width:23px;
	height:23px;*/
	border: solid #930b21;
    border-width: 0 3px 3px 0;
    padding: 3px;
	margin-left:5px;
	transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}
.subMenu.subMenu-level-2 a.IS_PARENT.open::after{
	transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
	display:none;
}
.subMenu.subMenu-level-1 a.IS_PARENT::after{
	content: "";
    border: solid #930b21;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 3px;
	margin-left:5px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}
.subMenu.subMenu-level-1 a.IS_PARENT.open::after{
	transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
	display:none;
}
body .sideMenu .subMenu.subMenu-level-2 > li {
    padding: 9px 0 9px 15px;
}
body .sideMenu .subMenu.subMenu-level-3 > li {
    padding: 7px 0 7px 15px;
}
.subMenu.subMenu-level-2 .razdel{
	font-size:17px;
	margin-top:20px;
	font-style: italic;
}
@media(min-width: 940px){
	.main_menu ul li#dostav{
		display:none;
	}
}

/*320424*/
.main_menu .subMenu a.IS_PARENT::after {
	content: none !important;
}
.main_menu .subMenu a.IS_PARENT>span {
	background: url(/images/arrow_right_17.png) no-repeat;
	width: 17px;
	height: 17px;
	display: inline-block;
	margin-left: 6px !important;
	position: relative;
	top: 3px;
}
.main_menu .subMenu a.IS_PARENT.open span {
	border: 0 !important;
	transform: rotate(90deg) !important;
	-webkit-transform: rotate(90deg) !important;
}
/* End */


/* Start:/local/components/webindgr/sale.basket.basket.small.mail/templates/.default/style.min.css?1579631648245*/
table.sale_basket_small{width:245;border-collapse:collapse;font-size:12px;border:1px solid #adc3d5}table.sale_basket_small th{text-align:left;color:#25639a}table.sale_basket_small th,table.sale_basket_small td{padding:3px 5px;vertical-align:top}
/* End */


/* Start:/local/templates/.default/components/bitrix/sale.basket.basket.line/basketHeader/style.min.css?15796316493569*/
.bx-basket-block{font-size:12px;padding-bottom:5px;white-space:nowrap;position:relative;padding-left:20px}.bx-basket-block>.fa{color:#97a1ab;width:12px;position:absolute;left:0;top:3px}.bx-basket-block a{color:#039be5;border-bottom:1px dashed;margin-right:10px}.bx-basket-block a:hover{text-decoration:none;border-bottom-color:transparent}@media(min-width:768px){.bx-basket-fixed{width:200px;position:fixed;z-index:1100;background:#fff;padding-top:10px;border:1px solid #f0f0f0;box-shadow:0 7px 10px rgba(0,0,0,0.15);border-radius:1px;overflow:hidden}.bx-basket-fixed.top{top:10px}.bx-basket-fixed.right{right:10px}.bx-basket-fixed.bottom{bottom:10px}.bx-basket-fixed.left{left:10px}.bx-basket-fixed.bx-max-height{top:10px;bottom:10px}}@media(max-width:767px){.bx-basket-fixed{position:fixed;z-index:1100;background:#fff;padding-top:10px;border:1px solid #f0f0f0;box-shadow:0 7px 10px rgba(0,0,0,0.15);border-radius:1px;overflow:hidden;bottom:0;left:0;right:0}.bx-basket-item-list{display:none}}.bx-basket-fixed .bx-basket-block{margin-left:10px}.bx-basket-item-list{position:relative;padding-bottom:20px;border-top:1px solid #f7f7f7;overflow:hidden}.bx-opener .bx-basket-item-list{padding-bottom:75px}.bx-max-height .bx-basket-item-list{position:absolute;bottom:0;left:0;right:0}.bx-closed .bx-basket-item-list{height:20px;overflow:hidden}.bx-basket-item-list-action{cursor:pointer;background:#f7f7f7;position:absolute;bottom:0;right:0;left:0;z-index:120;height:20px;line-height:14px;vertical-align:middle;text-align:center;font-size:12px;color:#4f4f4f;padding:3px 0}.bx-basket-item-list-button-container{text-align:center;position:absolute;bottom:20px;border-top:1px solid #f7f7f7;padding:10px 0;background:#fff;left:0;right:0}.bx-basket-item-list-button-container a.btn{color:#ddd;text-decoration:none}.bx-basket-item-list-button-container a.btn:hover,.bx-basket-item-list-button-container a.btn:active{color:#fff}.bx-basket-item-list-container{overflow-y:auto;max-height:100%}.bx-basket-item-list-item{padding-top:15px;position:relative;padding-right:10px;padding-left:10px;margin-bottom:15px;border-bottom:1px solid #f7f7f7}.bx-basket-item-list-container .bx-basket-item-list-item:last-child{border-bottom:0;margin-bottom:0}.bx-basket-item-list-item-status{font-weight:bold;padding:3px;background:#ebebeb;margin:0 10px 20px;line-height:16px;font-size:13px;border-radius:3px;text-align:center;white-space:normal}.bx-basket-item-list-item-img{text-align:center;position:relative;padding-bottom:5px}.bx-basket-item-list-item-img img{max-width:90px;height:auto;border:1px solid #e6e6e6}.bx-basket-item-list-item-name{padding-bottom:5px}.bx-basket-item-list-item-name a{font-size:13px;color:#3f3f3f;text-decoration:none;white-space:normal;line-height:16px}.bx-basket-item-list-item-remove{position:absolute;right:10px;top:-7px;width:20px;height:20px;cursor:pointer;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAHCAMAAADzjKfhAAAAJFBMVEX///8yMjI6Ojpvb29wcHCEhISHh4eIiIiqqqqtra2wsLCxsbE3yvJ6AAAAAXRSTlMAQObYZgAAACxJREFUCNcFwYEBgCAMA7BYUMb2/78m9sXdJtfNMHkzcJ4DlS9FpXXKavT6ARdgANGqCJ38AAAAAElFTkSuQmCC) no-repeat center;opacity:.5}.bx-basket-item-list-item-remove:hover{opacity:.7}.bx-basket-item-list-item-price-block{padding-bottom:5px;font-size:12px}.bx-basket-item-list-item-price{display:inline-block;margin-right:5px}.bx-basket-item-list-item-price-old{display:inline-block;margin-right:5px;text-decoration:line-through;color:#b0b0b0}.bx_cart_login_top .bx-hdr-profile a{text-decoration:none}.bx_cart_login_top .bx-hdr-profile{line-height:1.44em}
/* End */


/* Start:/local/templates/.default/components/bitrix/search.suggest.input/.default/style.css?1579631649501*/
input.search-suggest {}
div.search-popup{border: 1px solid #333333;background: #FFFFFF;padding: 2px;margin: 0px;}
div.search-popup-row, div.search-popup-row-active{position: relative; padding: 2px 4px;margin: 0px;cursor: hand;cursor: pointer;}
div.search-popup-row{background:#FFFFFF;}
div.search-popup-row-active{background:#EEEEEE;}
div.search-popup-el-name, div.search-popup-el-cnt{position: relative; margin:0px;padding:0px;text-align:left;}
div.search-popup-el-cnt{text-align:right; float:right;}
/* End */


/* Start:/local/templates/.default/components/bitrix/breadcrumb/main_breadcrumbs/style.css?1640070223598*/
.bx-breadcrumb {
	margin: 10px 0;
}
.bx-breadcrumb i {
	color: #b5bdc2;
	line-height: 13px;
	font-size: 12px;
	vertical-align: middle;
	margin-right: 5px;
}
.bx-breadcrumb .bx-breadcrumb-item {
	float: left;
	margin-bottom: 10px;
	white-space: nowrap;
	line-height: 13px;
	vertical-align: middle;
	margin-right: 10px;
}
.bx-breadcrumb .bx-breadcrumb-item span {
	font-family: "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-size: 13px;
}
.bx-breadcrumb .bx-breadcrumb-item a {border-bottom: none;}
.bx-breadcrumb .bx-breadcrumb-item a:hover {}
.breadcrumbs{
	padding-top: 30px;
}
/* End */


/* Start:/local/templates/.default/components/webindgr/elements.list/cakesListSlider/style.css?16911730561436*/

.cakesListLanding .sliderBlock {
  position: relative;
}
.cakesListLanding .sliderBlock .controllBlock .arrow {
  width: 46px;
  height: 44px;
  cursor: pointer;
  position: absolute;
  top: 44%;
  z-index: 150;
  display: none !important;
}
.cakesListLanding .sliderBlock .controllBlock .arrow.toLeft {
  background: url(/images/arrows-toleft.svg);
  left: 15px;
}
.cakesListLanding .sliderBlock .controllBlock .arrow.toRight {
  background: url(/images/arrows-toright.svg);
  right: 15px;
}
.cakesListLanding .sliderBlock .controllBlock .arrow {
  display: block !important;
}
.cakesListLanding {
  max-width: calc(100% - 80px);
  margin: 0 auto;
}
.cakesListLanding .sliderBlock .controllBlock .arrow.toLeft {
  left: -40px;
}
.cakesListLanding .sliderBlock .controllBlock .arrow.toRight {
  right: -40px;
}

@media (min-width: 1500px) {
  .cakesListLanding .sliderBlock .controllBlock .arrow.toLeft {
    left: -120px;
  }
  .cakesListLanding .sliderBlock .controllBlock .arrow.toRight {
    right: -120px;
  }
}
@media (max-width: 768px) {
  .cakesListLanding .sliderBlock .controllBlock .arrow.toLeft {
    left: -30px;
  }
  .cakesListLanding .sliderBlock .controllBlock .arrow.toRight {
    right: -30px;
  }
  .cakesListLanding .sliderBlock .controllBlock .arrow {
    width: 30px;
    height: 30px;
    background-size: contain !important;
  }
  .cakesListLanding {
    max-width: calc(100% - 20px);
    margin: 0 auto;
  }
}
/* End */


/* Start:/local/templates/.default/components/bitrix/menu/top_menu_multilevel/style.css?16381811485844*/
/**Top menu**/
#horizontal-multilevel-menu,#horizontal-multilevel-menu ul
{
	margin:0; padding:0;
	background:#BC262C url(/local/templates/.default/components/bitrix/menu/top_menu_multilevel/images/header_menu_bg.gif) repeat-x;
	min-height:27px;
	width:100%;
	list-style:none;
	font-size:11px;
	float:left;
	/*font-size:90%*/
}

#horizontal-multilevel-menu
{

}

/*Links*/
#horizontal-multilevel-menu a
{
	display:block;
	padding:5px 10px;
	/*padding:0.3em 0.8em;*/
	text-decoration:none;
	text-align:center;
}

#horizontal-multilevel-menu li
{
	float:left;
}

/*Root items*/
#horizontal-multilevel-menu li a.root-item
{
	color:#fff;
	font-weight:bold;
	padding:7px 12px;
}

/*Root menu selected*/
#horizontal-multilevel-menu li a.root-item-selected
{
	background:#fc8d3d;
	color:#fff;
	font-weight:bold;
	padding:7px 12px;
}

/*Root items: hover*/
#horizontal-multilevel-menu li:hover a.root-item, #horizontal-multilevel-menu li.jshover a.root-item
{
	background:#e26336;
	color:#fff;
}

/*Item-parents*/
#horizontal-multilevel-menu a.parent
{
	background: url(/local/templates/.default/components/bitrix/menu/top_menu_multilevel/images/arrow.gif) center right no-repeat;
}

/*Denied items*/
#horizontal-multilevel-menu a.denied
{
	background: url(/local/templates/.default/components/bitrix/menu/top_menu_multilevel/images/lock.gif) center right no-repeat;
}

/*Child-items: hover*/
#horizontal-multilevel-menu li:hover, #horizontal-multilevel-menu li.jshover
{
	background:#D6D6D6;
	color:#fff;
}

/*Child-items selected*/
#horizontal-multilevel-menu li.item-selected
{
	background:#D6D6D6;
	color:#fff;
}

/*Sub-menu box*/
#horizontal-multilevel-menu li ul
{
	position:absolute;
	/*top:-999em;*/
	top:auto;
	display:none;
	z-index:500;

	height:auto;
	/*width:12em;*/
	width:135px;
	background:#F5F5F5;
	border:1px solid #C1C1C1;
}

/*Sub-menu item box*/
#horizontal-multilevel-menu li li
{
	width:100%;
	border-bottom:1px solid #DEDEDE;
}

/*Item link*/
#horizontal-multilevel-menu li ul a
{
	text-align:left;
}

/*Items text color & size */
#horizontal-multilevel-menu li a,
#horizontal-multilevel-menu li:hover li a,
#horizontal-multilevel-menu li.jshover li a,
#horizontal-multilevel-menu li:hover li:hover li a,
#horizontal-multilevel-menu li.jshover li.jshover li a,
#horizontal-multilevel-menu li:hover li:hover li:hover li a,
#horizontal-multilevel-menu li.jshover li.jshover li.jshover li a,
#horizontal-multilevel-menu li:hover li:hover li:hover li:hover li a,
#horizontal-multilevel-menu li.jshover li.jshover li.jshover li.jshover li a,
#horizontal-multilevel-menu li:hover li:hover li:hover li:hover li:hover li a,
#horizontal-multilevel-menu li.jshover li.jshover li.jshover li.jshover li.jshover li a
{
	color:#4F4F4F;
	font-weight:bold;
}

/*Items text color & size: hover*/
#horizontal-multilevel-menu li:hover li:hover a,
#horizontal-multilevel-menu li.jshover li.jshover a,
#horizontal-multilevel-menu li:hover li:hover li:hover a,
#horizontal-multilevel-menu li.jshover li.jshover li.jshover a,
#horizontal-multilevel-menu li:hover li:hover li:hover li:hover a,
#horizontal-multilevel-menu li.jshover li.jshover li.jshover li.jshover a
#horizontal-multilevel-menu li:hover li:hover li:hover li:hover li:hover a,
#horizontal-multilevel-menu li.jshover li.jshover li.jshover li.jshover li.jshover a
#horizontal-multilevel-menu li:hover li:hover li:hover li:hover li:hover li:hover a,
#horizontal-multilevel-menu li.jshover li.jshover li.jshover li.jshover li.jshover li.jshover a
{
	color:#4F4F4F;
}

#horizontal-multilevel-menu li ul ul
{
	margin:-27px 0 0 132px;
	/*margin:-1.93em 0 0 11.6em;*/
}

#horizontal-multilevel-menu li:hover ul ul,
#horizontal-multilevel-menu li.jshover ul ul,
#horizontal-multilevel-menu li:hover ul ul ul,
#horizontal-multilevel-menu li.jshover ul ul ul,
#horizontal-multilevel-menu li:hover ul ul ul ul,
#horizontal-multilevel-menu li.jshover ul ul ul ul,
#horizontal-multilevel-menu li:hover ul ul ul ul ul,
#horizontal-multilevel-menu li.jshover ul ul ul ul ul
{
	/*top:-999em;*/
	display:none;
}

#horizontal-multilevel-menu li:hover ul,
#horizontal-multilevel-menu li.jshover ul,
#horizontal-multilevel-menu li li:hover ul,
#horizontal-multilevel-menu li li.jshover ul,
#horizontal-multilevel-menu li li li:hover ul,
#horizontal-multilevel-menu li li li.jshover ul,
#horizontal-multilevel-menu li li li li:hover ul,
#horizontal-multilevel-menu li li li li.jshover ul,
#horizontal-multilevel-menu li li li li li:hover ul,
#horizontal-multilevel-menu li li li li li.jshover ul
{
	/*z-index:1000;
	top:auto;*/
	display:block;
}

div.menu-clear-left
{
	clear:left;
}
.subMenu.subMenu-level-2 a.IS_PARENT::after{
	content: "";
    border: solid #930b21;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 3px;
	margin-left:5px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}
.subMenu.subMenu-level-2 a.IS_PARENT.open{
	position:relative;
}
.subMenu a.IS_PARENT.open span{
	position:relative; //absolute;
	display:inline-block; 
	/*width:23px;
	height:23px;*/
	border: solid #930b21;
    border-width: 0 3px 3px 0;
    padding: 3px;
	margin-left:5px;
	transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}
.subMenu.subMenu-level-2 a.IS_PARENT.open::after{
	transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
	display:none;
}
.subMenu.subMenu-level-1 a.IS_PARENT::after{
	content: "";
    border: solid #930b21;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 3px;
	margin-left:5px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}
.subMenu.subMenu-level-1 a.IS_PARENT.open::after{
	transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
	display:none;
}
body .sideMenu .subMenu.subMenu-level-2 > li {
    padding: 9px 0 9px 15px;
}
body .sideMenu .subMenu.subMenu-level-3 > li {
    padding: 7px 0 7px 15px;
}
.subMenu.subMenu-level-2 .razdel{
	font-size:17px;
	margin-top:20px;
	font-style: italic;
}
@media(min-width: 940px){
	.main_menu ul li#dostav{
		display:none;
	}
}
/* End */


/* Start:/local/templates/.default/components/bitrix/menu/sub_menu_center/style.css?17229508731355*/
.centerContent .menuSection .sub_center_menu .menuBlock .mainItem a {
	font-size: 15px;
}
.menuSection__switch {
	display: none;
	border: 1px solid #930b21;
	border-radius: 7px;
	text-transform: uppercase;
	font-size: 12px;
	cursor: pointer;
	line-height: 26px;
	margin: 10px auto 0;
	width: 140px;
	text-align: center;
	color: #930b21;
}
.menuSection__switch::after {
	content: "";
	display: inline-block;
	transform: rotate(45deg);
	height: 8px;
	width: 8px;
	margin-left: 10px;
	border-bottom: 1px solid #930b21;
	border-right: 1px solid #930b21;
	background: none;
	position: relative;
	top: -3px;
}
.menuSection__switch:hover {
	color: #fff;
	background: #930b21;
}
.menuSection__switch:hover::after {
	border-bottom: 1px solid #fff;
	border-right: 1px solid #fff;
}
.menuSection .sub_center_menu .menuBlock {
	height: auto !important;
}
.menuSection .sub_center_menu:not(.close-switch) .menuSection__switch::after {
	transform: rotate(225deg);
	top: 2px;
}
.menuSection__switch::before {
	content: attr(data-open_text);
}
.menuSection .sub_center_menu:not(.close-switch) .menuSection__switch::before {
	content: attr(data-close_text);
}
.menuSection .sub_center_menu.close-switch .menuBlock:not(.clone_text_more) {
	max-height: 43px;
	overflow: hidden;
}
.menuSection .sub_center_menu .menuBlock:not(.clone_text_more) {
	transition: max-height 1s;
}
/* End */


/* Start:/local/templates/inside_page/template_styles.css?173320534720298*/
.groupItem input {height: 39px;}
.groupItem textarea {height: 100px;}
.countControll input {width: 52px; height: 60px;}
.newsRow {overflow: hidden}
.newsRowLanding .newsElementHolder.current .text, .newsRowLanding .newsElementHolder:hover .text {display: block !important;}
.propsList .propItem {max-width: 100%;}
.teamSlider .slick-slide img {width: 100%;}
.sideCart .cartBlockList .baksetItemHolder .baksetItem .countPriceBlock .count .countControll input[name=itemCount] {width: 50%; min-height: 50px;}
.elementHolder .element .previewText {font-size: 20px;}
@media (max-width: 992px) {
 .elementHolder .element .previewText {
 font-size: 18px;
}
}

@media (max-width: 768px) {
 .detailElement .elementHolder .element .previewText {
 font-size: 18px;
 margin-bottom: 35px;
 margin-top: -20px;
}

 .elementHolder .element .previewText p {
 margin-bottom: 0;
}
}

@media (max-width: 576px) {
 .elementHolder .element .previewText {
 font-size: 14px;
 margin-bottom: 25px;
}
}

header .topLine .cartBlock .bx-basket .cartIcon {
 width: 23px !important;
 height: 18px !important;
}

header .topLine .phoneBlock {
 background-size: 12px !important;
}

.landSection {
 text-align: center;
}
.policy-checkbox-block .policy-checkbox {
 vertical-align: top;
 width: 17px;
 height: 17px;
}

.policy-checkbox-block .policy-checkbox:not(checked) {
 position: absolute;
 opacity: 0;
}

.policy-checkbox-block .policy-checkbox:not(checked) + label {
 position: relative;
 padding-left: 20px;
 display: inline-block;
 color: #4d4f50;
 font-size: 16px;
 font-style: italic;
 font-weight: 400;
}

.policy-checkbox-block .policy-checkbox:not(checked) + label a {
 color: #4d4f50;
 font-size: 16px;
 font-style: italic;
 text-decoration: none;
 font-weight: 400;
}

.policy-checkbox-block .policy-checkbox:not(checked) + label a:hover {
 color: #4d4f50;
 font-size: 16px;
 font-style: italic;
 text-decoration: underline;
}

.policy-checkbox-block .policy-checkbox:not(checked) + label:before {
 content: '';
 position: absolute;
 top: 5px;
 left: 1px;
 width: 13px;
 height: 13px;
 cursor: pointer;
 background: url("/images/pol_empty.png");
}

.policy-checkbox-block .policy-checkbox:checked + label:before {
 cursor: pointer;
 background: url("/images/pol_checked.png");
}

.policy-warrning {
 position: fixed;
 bottom: 0;
 left: 50%;
 z-index: 999;
 background-color: rgba(255, 244, 218, .8);
 padding: 20px 50px 20px 20px;
 color: #737373;
 font-size: 12px;
 box-sizing: border-box;
 width: 400px;
}

@media (min-width: 768px) {
 .policy-warrning {
 margin-left: -40px;
}
}

@media (min-width: 992px) {
 .policy-warrning {
 margin-left: 70px;
}
}

@media (min-width: 1200px) {
 .policy-warrning {
 margin-left: 170px;
}
}

@media (max-width: 767px) {
 .policy-warrning {
 width: 100%;
 margin: 0;
 left: 0;
}
}

.policy-warrning .close-ico {
 position: absolute;
 width: 17px;
 height: 17px;
 background: url("/images/close-ico.png");
 cursor: pointer;
 top: 15px;
 right: 15px;
}

.policy-warrning .read-more {
 font-size: 10px;
 color: #737373;
 margin: 10px 0 0 25px;
 cursor: pointer;
 display: inline-block;
 position: relative;
 text-decoration: underline;
}

.policy-warrning .read-more:before {
 content: "";
 position: absolute;
 top: 3px;
 left: -25px;
 display: block;
 width: 17px;
 height: 9px;
 background: url("/images/read-more.png");
}

.policy-warrning .long-text {
 display: none;
}

.policy-warrning .long-text a {
 text-decoration: underline;
 color: #737373;
}

.policy-checkbox-error {
 color: red;
 font-size: 15px;
}

.policy {
 margin-top: 3px;
}

.policy_link {
 font-size: 13px;
 letter-spacing: 0.6px;
 text-align: center;
 color: rgba(0, 0, 0, 0.6) !important;
 text-decoration: none;
 text-transform: uppercase;
}

.policy_link:hover {
 text-decoration: underline;
 font-weight: 400;
 color: rgba(0, 0, 0, 0.6);
}

#captchaHolder1 div, #captchaHolder2 div, #captchaHolderSotrud div, #captchaHolderVacancy div {
 margin: 15px 0 -10px 0 !important;
}

.simpleButtonHolder .simpleButton {
 cursor: pointer;
}
.delivery {
 margin-top: 35px;
 margin-bottom: 30px;
 font-weight: normal;
}

.delivery_label {
 display: inline-block !important;
}

.delivery_label-var {
 width: auto !important;
 line-height: 35px;
 vertical-align: bottom;
}
.delivery_var {float: left;}
.delivery_var--left {
 width: 60%;
 /*padding-left: 15px;*/
 /*margin-right: -15px;*/
}

.delivery_var--right {
 width: 40%;
 text-align: right;
 padding-left: 0;
}

@media (max-width: 600px) {
 .delivery_var {
 float: none;
}

 .delivery_var--left {
 width: 100%;
 /*padding-left: 15px;*/
 /*margin-right: -15px;*/
}

 .delivery_var--right {
 width: 100%;
 text-align: left;
}
}

.delivery_input {
 margin-right: 5px !important;
 width: auto !important;
}

.delivery_text {
 font-size: 12.5px;
 font-style: italic;
 margin-bottom: 35px;
}

.delivery_text p {
 margin-bottom: 10px;
}

.delivery_time, .delivery_area, .delivery_express_area {
 margin-bottom: 25px;
 position: relative;
}
.delivery_time {
 margin-top: 25px;
}
.delivery_time select,
.delivery_area select,
.delivery_express_area select {
 width: 100%;
 outline: none;
 background-color: #fdfaf3;
 border: 1px solid #e2bdbe;
 height: 39px;
}

.delivery_adres {
 margin-bottom: 30px;
}

select.simpleInput {
 border-radius: 4px;
 background-color: transparent;
 font-style: italic;
 padding-left: 15px;
 padding-right: 41px;
 display: inline-block;
 position: relative;
 appearance: none;
 -moz-appearance: none;
 -webkit-appearance: none;
 color: #B3B1AC;
 font-weight: 300;
 outline: none;
 text-overflow: ellipsis;
}

select.simpleInput::-ms-expand {
 display: none;
}

.delivery_time:before, .delivery_area:before, .delivery_express_area:before {
 content: "";
 display: inline-block;
 position: absolute;
 background-color: #94172C;
 background-image: url(/images/arrow-down.png);
 background-repeat: no-repeat;
 background-size: 41%;
 background-position: 50%;
 right: 1px;
 top: 0;
 width: 41px;
 height: 39px;
 cursor: pointer;
 border-radius: 0 5px 5px 0;
}

@media (max-width: 430px) {
 .delivery_time:before {
 display: none;
}
}

.lowerForm .total {
 margin-top: 50px !important;
}

.mapBlock_cont .bx-yandex-map {
 width: 300px !important;
}

@media (min-width: 768px) {
 .mapBlock_cont .bx-yandex-map {
 width: 300px !important;
}
}

@media (min-width: 992px) {
 .mapBlock_cont .bx-yandex-map {
 width: 392px !important;
}
}

@media (min-width: 1200px) {
 .mapBlock_cont .bx-yandex-map {
 width: 460px !important;
}
}

@media (min-width: 1300px) {
 .mapBlock_cont .bx-yandex-map {
 width: 475px !important;
}
}

.modal-body .sale-order-list-button {
 display: block;
 padding: 0 17px;
 float: right;
 max-width: 115px;
 -webkit-border-radius: 2px;
 -moz-border-radius: 2px;
 border-radius: 2px;
 height: 38px;
 background: #B2253A;
 color: #fff !important;
 font: bold 13px/38px "Helvetica Neue", Helvetica, Arial, sans-serif;
 text-align: center;
 text-decoration: none;
}

.modal-body .sale-order-list-button:hover {
 color: #fff;
 background: #841e2d;
 text-decoration: none;
 -webkit-transition: background ease-out 0.5s;
 -moz-transition: background ease-out 0.5s;
 -o-transition: background ease-out 0.5s;
 transition: background ease-out 0.5s;
}

.modal-body .sale-order-list-button:focus {
 text-decoration: none;
}

.sale-order-list-inner-row .sale-paysystem-wrapper {
 margin: 0 0 0 0;
 border-color: #D9A484;
}

.sale-paysystem-button-container .sale-paysystem-button button {
 display: block;
 padding: 0 17px;
 -webkit-border-radius: 2px;
 -moz-border-radius: 2px;
 border-radius: 2px;
 height: 38px;
 background: #B2253A;
 color: #fff !important;
 font: bold 13px/38px "Helvetica Neue", Helvetica, Arial, sans-serif;
 text-align: center;
 text-decoration: none;
 border: none;
}

.sale-paysystem-button-container .sale-paysystem-button button:hover {
 color: #fff;
 background: #841e2d;
 text-decoration: none;
 -webkit-transition: background ease-out 0.5s;
 -moz-transition: background ease-out 0.5s;
 -o-transition: background ease-out 0.5s;
 transition: background ease-out 0.5s;
}

.sale-order-payment-change-pp .sale-order-payment-change-pp-company:hover .sale-order-payment-change-pp-company-graf-container {
 border-color: #D9A484;

}

.sale-paysystem-button-descrition {
 display: block;
 margin: 10px 0;
}

.sale-paysystem-button-descrition .logo-holder {
 margin: 5px 0;
}

.sale-paysystem-button-descrition .logo-holder img {
 width: 70px;
 margin: 0 5px;
}

#modal-payment-box .sale-paysystem-wrapper .sale-paysystem-button-container,
#modal-payment-box .sale-paysystem-description {
 font-size: 12px;
 text-transform: none;
 text-align: justify;
 margin: 5px 0;
}

#modal-payment-box .sale-paysystem-wrapper .sale-paysystem-button-container .logo-holder {
 margin: 5px 0;
 text-align: center;
}

#modal-payment-box .sale-paysystem-wrapper .sale-paysystem-button-container .logo-holder img {
 width: 70px;
 margin: 0 5px;
}

#modal-payment-box .sale-paysystem-button-container .sale-paysystem-button button {
 display: block;
 padding: 0 17px;
 -webkit-border-radius: 2px;
 -moz-border-radius: 2px;
 border-radius: 2px;
 height: 38px;
 background: #B2253A;
 color: #fff !important;
 font: bold 13px/38px "Helvetica Neue", Helvetica, Arial, sans-serif;
 text-align: center;
 text-decoration: none;
 border: none;
 margin: 0 auto;
}

#modal-payment-box .sale-paysystem-button-container .sale-paysystem-button button:hover {
 color: #fff;
 background: #841e2d;
 text-decoration: none;
 -webkit-transition: background ease-out 0.5s;
 -moz-transition: background ease-out 0.5s;
 -o-transition: background ease-out 0.5s;
 transition: background ease-out 0.5s;
}



.sale-order-list-inner-row .sberbank__wrapper {
 margin: 0 0 0 0;
 border: 1px solid #D9A484;
 padding: 15px;
}
.sberbank__wrapper .sberbank__payment-link-wrapper {
 display: block;
 text-align: center;
}
.sberbank__wrapper .sberbank__payment-link {
 display: inline-block;
 padding: 0 17px;
 -webkit-border-radius: 2px;
 -moz-border-radius: 2px;
 border-radius: 2px;
 height: 38px;
 background: #B2253A;
 color: #fff !important;
 font: bold 13px/38px "Helvetica Neue", Helvetica, Arial, sans-serif;
 text-align: center;
 text-decoration: none;
 border: none;
 margin-bottom: 10px;
}
.sberbank__wrapper .sberbank__payment-link:hover {
 color: #fff;
 background: #841e2d;
 text-decoration: none;
 -webkit-transition: background ease-out 0.5s;
 -moz-transition: background ease-out 0.5s;
 -o-transition: background ease-out 0.5s;
 transition: background ease-out 0.5s;
}
.sberbank__payment-description {
 display: block;
 margin: 10px 0;
}
.sberbank__payment-description .logo-holder {
 margin: 5px 0;
}
.sberbank__payment-description .logo-holder img {
 width: 70px;
 margin: 0 5px;
}
#modal-payment-box .sberbank__wrapper,
#modal-payment-box .sberbank__payment-description {
 font-size: 12px;
 text-transform: none;
 text-align: justify;
 margin: 10px 0 5px;
}
#modal-payment-box .sberbank__wrapper .logo-holder {
 margin: 5px 0;
 text-align: center;
}
#modal-payment-box .sberbank__wrapper .logo-holder img {
 width: 70px;
 margin: 0 5px;
}
#modal-payment-box .sberbank__wrapper .sberbank__payment-link-wrapper {
 text-align: center;
}
#modal-payment-box .sberbank__wrapper .sberbank__payment-link {
 display: inline-block;
 padding: 0 17px;
 -webkit-border-radius: 2px;
 -moz-border-radius: 2px;
 border-radius: 2px;
 height: 38px;
 background: #B2253A;
 color: #fff !important;
 font: bold 13px/38px "Helvetica Neue", Helvetica, Arial, sans-serif;
 text-align: center;
 text-decoration: none;
 border: none;
 margin: 0 auto 10px;
}
#modal-payment-box .sberbank__wrapper .sberbank__payment-link:hover {
 color: #fff;
 background: #841e2d;
 text-decoration: none;
 -webkit-transition: background ease-out 0.5s;
 -moz-transition: background ease-out 0.5s;
 -o-transition: background ease-out 0.5s;
 transition: background ease-out 0.5s;
}
.orderForm .payment-group-item {padding: 0 15px;}
.orderForm .payment-group-item:nth-child(ogg) {margin-right: 20px;}
.teamSlider .slick-slide img {width: 100%;}
.sideCart .cartBlockList .baksetItemHolder .baksetItem .countPriceBlock .count .countControll input[name=itemCount] {width: 50%; min-height: 50px;}
.addGiftCard {}
.addGiftCard .pict {width: 100%;}
.addGiftCard .rightText {text-align: center;}
.addGiftCard .name {
 font-size: 18px;
 letter-spacing: 0.9px;
 text-transform: uppercase;
 padding-bottom: 32px;
}

.addGiftCard .simpleButtonHolder {
 width: 100%;
 margin: 40px auto;
}

.addGiftCard .groupItem {
 margin-bottom: 20px;
}

.addGiftCard .groupItem label {
 font-size: 16px;
 letter-spacing: 0.8px;
 text-align: left;
 width: 100%;
 font-weight: 400;
 display: none;
}

.addGiftCard .groupItem input {
 width: 100%;
 border-radius: 4px;
 background-color: #fdfaf3;
 border: solid 1px #e2bdbe;
 font-size: 15px;
 line-height: 35px;
 font-style: italic;
 letter-spacing: 0.7px;
 padding-left: 17px;
}

.addGiftCard .groupItem textarea {
 width: 100%;
 border-radius: 4px;
 background-color: #fdfaf3;
 border: solid 1px #e2bdbe;
 font-size: 15px;
 line-height: 35px;
 font-style: italic;
 letter-spacing: 0.7px;
 text-align: left;
 padding-left: 17px;
 padding-top: 10px;
 padding-bottom: 10px;
 resize: vertical;
}

.addGiftCard .subtitle {
 font-style: italic;
 font-size: 18px;
 color: #999;
}

.addGiftCard .groupItem *::-webkit-input-placeholder {color: rgba(0, 0, 0, 0.29);}
.addGiftCard .groupItem *::-moz-placeholder {color: rgba(0, 0, 0, 0.29);}
.addGiftCard .groupItem *:-ms-input-placeholder {color: rgba(0, 0, 0, 0.29);}
.addGiftCard .groupItem *:-moz-placeholder {color: rgba(0, 0, 0, 0.29);}
.itemphoto {position: relative;}
.basketItemProperty td {
 text-align: left !important;
 padding: 0 0 20px !important;
}

.basketItemProperty td p {
 margin-bottom: 5px;
 color: #4d4f50;
}

.baksetItemProperty {
 text-align: center;
 padding: 5px 20px;
}

.baksetItemProperty p {
 font-size: 12px;
 margin-bottom: 5px;
 color: #4d4f50;
}

.updatePropertyCart:before {
 background-image: url(/images/edit-decor.svg);
}

.addPropertyCart:before {
 background-image: url(/images/add-decor.svg);
}

.addPropertyLink {
 text-decoration: none;
 font-style: italic;
 display: block;
 padding-top: 15px;

}

.old_price {
 color: #b8b8b8;
 text-decoration: line-through;
 font-size: 16px;
}

.order_property {
 font-size: 12px;
 color: #999;
 margin-bottom: 0;
}

.cartElement_prop .item {
 text-align: left !important;
 font-weight: 400;
 font-size: 15px;
 letter-spacing: .7px;
 text-transform: uppercase;
}

.prop_price {
 color: #4d4f50;
}

.addGiftCard .massage_box {
 margin-top: 10px !important;
 color: #999 !important;
}
.addCoupon {margin-left: 170px;}
@media (max-width: 768px) {
 .addCoupon {
 margin-left: 0px;
}
}

.addCoupon .groupItem {
 margin-bottom: 20px;
}

.addCoupon .groupItem input {
 width: 200px;
 border-radius: 4px;
 background-color: #fdfaf3;
 border: solid 1px #e2bdbe;
 font-size: 15px;
 line-height: 35px;
 font-style: italic;
 letter-spacing: 0.7px;
 padding-left: 17px;
 margin-top: 20px;
}

.addCoupon .groupItem *::-webkit-input-placeholder {color: rgba(0, 0, 0, 0.29);}
.addCoupon .groupItem *::-moz-placeholder {color: rgba(0, 0, 0, 0.29);}
.addCoupon .groupItem *:-ms-input-placeholder {color: rgba(0, 0, 0, 0.29);}
.addCoupon .groupItem *:-moz-placeholder {color: rgba(0, 0, 0, 0.29);}
.addCoupon #addCoupon {
 background-repeat: no-repeat;
 background-position: center;
 -webkit-background-size: contain;
 background-size: contain;
 background-image: url(/images/reload.png);
 width: 30px;
 height: 30px;
 padding: 10px;
 margin-left: 10px;
}

.delivery_date_block {
 width: 100%;
 display: block;
}

.delivery_time {
 width: 100%;
 display: block;
}

@media (min-width: 992px) {
 .addGiftCard .pict {
 float: left;
 width: 40%;
 margin-right: 10%;
}

 .addGiftCard .rightText {
 float: right;
 width: 42%;
 text-align: center;
}

 .addGiftCard .simpleButtonHolder {
 width: 300px;
}

 .delivery_date_block {
 display: inline-block;
 width: 49% !important;
 padding-right: 30px;
}

 .delivery_time {
 margin-top: 0;
 display: inline-block;
 width: 50% !important;
}

 .delivery_time select {

}
}

.addBox {
 margin-top: 20px;
 margin-bottom: 20px;
 display: flex;
 flex-wrap: wrap;
 align-items: center;
 justify-content: center;
}

.addBox p {
 width: 100%;
 text-align: center;
 margin: 0 0 5px;
}

.addBox__item {
 font-size: 16px;
}

.addBox__btn {
 margin-left: 20px;
}

.addBox__btn .simpleButton {
 padding: 10px 15px;
 width: auto;
 font-size: 14px;
}

@media (min-width: 530px) {
 .quantityToMobile-input {
 max-width: 26px;
}

 .quantityToMobile .centered {
 text-align: left !important;
}
}

@media (min-width: 768px) {
 .quantityToMobile-input {
 max-width: 50px;
}

 .quantityToMobile .centered {
 text-align: center !important;
}
}

.full_text {
 padding-top:30px;
text-align: justify; 
}
.full_text p, .full_text li {

 font-family: PT Serif;
 font-size: 16.5px;
 padding: 0;
 letter-spacing: .9px;
 color: #4d4f50;
}



.full_text h2{
 font-size: 30px;
 color: #930b21;
 font-family: PT Serif;
 text-transform: uppercase;
 text-align: center;
 font-weight: bold;
 
 
}
body header .topLine > .seporator {
    height: 100%;
    float: left;
    margin: 0 25px 0 22px;
}
@media(max-width: 1200px){
	body header .topLine > .seporator {
		height: 100%;
		float: left;
		margin: 0 8px 0 7px;
	}
	.topLine .BlockRasp{
		font-size:11px;
	}
}
@media(max-width: 990px){
	.obrzv{
		margin-left:20px;
	}
}
@media(max-width: 1100px){
	body .topLine .BlockRasp{
		display:none;
	}
}
@media(max-width: 486px){
	body .obrzv{
		display:none;
	}
}
.obrzv{
		display:block;
		font-size:13px;
}
.BlockRasp{
		font-size:13px;
}
.container.description{
	text-align:left;
}
.container.description h2{
	text-align:center;
}
.container.description h3{
	text-align:center;
}
header .topLine .oplata {
    float: right;
    width: 17px;
    height: 100%;
    margin-right: 21px;
	cursor:pointer;
	margin-top:-3px;
}
@media (max-width: 992px) {
    header .topLine .oplata {
        margin-top: -1px;
    }
}
header .topLine .searchBlock {
    margin-right: 12px;
}
body header .topLine .loginBlock {
    margin-right: 25px;
}
ul.nav_h2{
	margin-left:190px;
}
@media(max-width: 910px){
	body ul.nav_h2{
		margin-left:-100px;
	}
}
@media(max-width: 744px){
	body ul.nav_h2{
		margin-left:-300px;
	}
}
*[tooltip]:hover:after {
  content: attr(tooltip);
  position:absolute;
  border:1px solid #000;
  background-color: #fff;
  color: #000;
  padding: 4px;
  top:35px;
  font-family: Serif;
  font-size: 12px;
}


@media (max-width:767px){

 .sideMenu.show .mobileMenuButton {
  padding-left: 30px;
  float: left;
  background: url(/images/menuIcon.svg);
  background-position-x: 0%;
  background-position-y: 0%;
  background-repeat: repeat;
  background-size: auto;

  background-size: auto;
  background-repeat: no-repeat;
  background-size: 23px;
  background-position: 0;
  letter-spacing: .7px;
  text-transform: uppercase;
  cursor: pointer;
  margin: 0 auto;

 }

 .flyHeader .mobileMenuButton {

  display:none;
 }


}

@media (min-width:767px){
 .topLine_h.mmn {
  display: none;
 }
}

.berriesQuantity {
 position: relative;
 text-align: left;
}
.berriesQuantity input {
 width: 70px !important;
 text-align: right;
 background: transparent;
 border: solid 1px #f6ebe0;
 padding: 5px 5px;
 -moz-appearance: textfield;
}
.berriesQuantity input::-webkit-outer-spin-button, .berriesQuantity input::-webkit-inner-spin-button {
 /* display: none; <- Crashes Chrome on hover */
 -webkit-appearance: none;
 margin: 0;
 /* <-- Apparently some margin are still there even though it's hidden */
}
.berriesQuantity input:focus {
 outline: none;
}
.berriesQuantity .arrowBlock .more {
 border-radius: 4px;
 width: 17px;
 height: 17px;
 cursor: pointer;
 position: absolute;
 top: 0;
 left: 80px;
 background: url(/images/toTopArrowWhite.svg) #961429;
 background-position: center center;
 background-size: 68%;
 background-repeat: no-repeat;
}
.berriesQuantity .arrowBlock .less {
 border-radius: 4px;
 background-color: #961429;
 width: 17px;
 height: 17px;
 cursor: pointer;
 position: absolute;
 bottom: 0;
 left: 80px;
 background: url(/images/toBottomArrowWhite.svg) #961429;
 background-position: center center;
 background-size: 68%;
 background-repeat: no-repeat;
}
/* End */
/* /css/animate.css?159734179766465 */
/* /css/bootstrap.min.css?1597341924120911 */
/* /css/wSelect.css?15973424514927 */
/* /css/slick-theme.css?15973423242805 */
/* /css/slick.css?15973422451464 */
/* /css/jquery.fancybox.min.css?157963168110252 */
/* /css/magnific-popup.css?15973420826260 */
/* /css/selectric.css?15973421303950 */
/* /css/aos.css?157963168125983 */
/* /css/lightslider.min.css?15973420265403 */
/* /css/bootstrap-datepicker.min.css?159734193715456 */
/* /css/bootstrap-datepicker.standalone.min.css?159734194716177 */
/* /css/style.css?1777303546197187 */
/* /local/templates/inside_page/css/style.css?1780295877146 */
/* /css/custom.css?178032015913201 */
/* /local/templates/.default/components/bitrix/menu/top_main27.12/style.css?16498588118352 */
/* /local/templates/.default/components/bitrix/menu/top_menu_multilevel_custom/style.css?17049389386291 */
/* /local/components/webindgr/sale.basket.basket.small.mail/templates/.default/style.min.css?1579631648245 */
/* /local/templates/.default/components/bitrix/sale.basket.basket.line/basketHeader/style.min.css?15796316493569 */
/* /local/templates/.default/components/bitrix/search.suggest.input/.default/style.css?1579631649501 */
/* /local/templates/.default/components/bitrix/breadcrumb/main_breadcrumbs/style.css?1640070223598 */
/* /local/templates/.default/components/webindgr/elements.list/cakesListSlider/style.css?16911730561436 */
/* /local/templates/.default/components/bitrix/menu/top_menu_multilevel/style.css?16381811485844 */
/* /local/templates/.default/components/bitrix/menu/sub_menu_center/style.css?17229508731355 */
/* /local/templates/inside_page/template_styles.css?173320534720298 */
