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

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

@-webkit-keyframes tdFadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
    -webkit-animation-timing-function: cubic-bezier(0, 0.59, 0.375, 1);
            animation-timing-function: cubic-bezier(0, 0.59, 0.375, 1); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0); } }

@keyframes tdFadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
    -webkit-animation-timing-function: cubic-bezier(0, 0.59, 0.375, 1);
            animation-timing-function: cubic-bezier(0, 0.59, 0.375, 1); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0); } }

@-webkit-keyframes tdFadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-10px);
            transform: translateX(-10px);
    -webkit-animation-timing-function: cubic-bezier(0, 0.59, 0.375, 1);
            animation-timing-function: cubic-bezier(0, 0.59, 0.375, 1); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0); } }

@keyframes tdFadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-10px);
            transform: translateX(-10px);
    -webkit-animation-timing-function: cubic-bezier(0, 0.59, 0.375, 1);
            animation-timing-function: cubic-bezier(0, 0.59, 0.375, 1); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0); } }

@-webkit-keyframes tdFadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
    -webkit-animation-timing-function: cubic-bezier(0, 0.59, 0.375, 1);
            animation-timing-function: cubic-bezier(0, 0.59, 0.375, 1); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0); } }

@keyframes tdFadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
    -webkit-animation-timing-function: cubic-bezier(0, 0.59, 0.375, 1);
            animation-timing-function: cubic-bezier(0, 0.59, 0.375, 1); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0); } }

@-webkit-keyframes tdFadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(10px);
            transform: translateX(10px);
    -webkit-animation-timing-function: cubic-bezier(0, 0.59, 0.375, 1);
            animation-timing-function: cubic-bezier(0, 0.59, 0.375, 1); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0); } }

@keyframes tdFadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(10px);
            transform: translateX(10px);
    -webkit-animation-timing-function: cubic-bezier(0, 0.59, 0.375, 1);
            animation-timing-function: cubic-bezier(0, 0.59, 0.375, 1); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0); } }

@-webkit-keyframes tdExpandIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.85);
            transform: scale(0.85);
    -webkit-animation-timing-function: cubic-bezier(0, 0.59, 0.375, 1);
            animation-timing-function: cubic-bezier(0, 0.59, 0.375, 1); }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1); } }

@keyframes tdExpandIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.85);
            transform: scale(0.85);
    -webkit-animation-timing-function: cubic-bezier(0, 0.59, 0.375, 1);
            animation-timing-function: cubic-bezier(0, 0.59, 0.375, 1); }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1); } }

@-webkit-keyframes tdExpandInBounce {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.85);
            transform: scale(0.85);
    -webkit-animation-timing-function: cubic-bezier(0, 0.59, 0.375, 1);
            animation-timing-function: cubic-bezier(0, 0.59, 0.375, 1); }
  70% {
    -webkit-transform: scale(1.03);
            transform: scale(1.03);
    -webkit-animation-timing-function: ease;
            animation-timing-function: ease; }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-animation-timing-function: ease;
            animation-timing-function: ease; } }

@keyframes tdExpandInBounce {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.85);
            transform: scale(0.85);
    -webkit-animation-timing-function: cubic-bezier(0, 0.59, 0.375, 1);
            animation-timing-function: cubic-bezier(0, 0.59, 0.375, 1); }
  70% {
    -webkit-transform: scale(1.03);
            transform: scale(1.03);
    -webkit-animation-timing-function: ease;
            animation-timing-function: ease; }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-animation-timing-function: ease;
            animation-timing-function: ease; } }

@-webkit-keyframes tdShrinkIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
    -webkit-animation-timing-function: cubic-bezier(0, 0.59, 0.375, 1);
            animation-timing-function: cubic-bezier(0, 0.59, 0.375, 1); }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1); } }

@keyframes tdShrinkIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
    -webkit-animation-timing-function: cubic-bezier(0, 0.59, 0.375, 1);
            animation-timing-function: cubic-bezier(0, 0.59, 0.375, 1); }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1); } }

@-webkit-keyframes tdShrinkInBounce {
  0% {
    opacity: 0;
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
    -webkit-animation-timing-function: cubic-bezier(0, 0.59, 0.375, 1);
            animation-timing-function: cubic-bezier(0, 0.59, 0.375, 1); }
  70% {
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
    -webkit-animation-timing-function: ease;
            animation-timing-function: ease; }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1); } }

@keyframes tdShrinkInBounce {
  0% {
    opacity: 0;
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
    -webkit-animation-timing-function: cubic-bezier(0, 0.59, 0.375, 1);
            animation-timing-function: cubic-bezier(0, 0.59, 0.375, 1); }
  70% {
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
    -webkit-animation-timing-function: ease;
            animation-timing-function: ease; }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1); } }

@-webkit-keyframes tdStampIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(1.3);
            transform: scale(1.3);
    -webkit-animation-timing-function: cubic-bezier(0.59, 0, 1, 0.375);
            animation-timing-function: cubic-bezier(0.59, 0, 1, 0.375); }
  50% {
    opacity: 1; }
  70% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1); }
  90% {
    opacity: 1;
    -webkit-transform: scale(1.03);
            transform: scale(1.03); }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1); } }

@keyframes tdStampIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(1.3);
            transform: scale(1.3);
    -webkit-animation-timing-function: cubic-bezier(0.59, 0, 1, 0.375);
            animation-timing-function: cubic-bezier(0.59, 0, 1, 0.375); }
  50% {
    opacity: 1; }
  70% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1); }
  90% {
    opacity: 1;
    -webkit-transform: scale(1.03);
            transform: scale(1.03); }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1); } }

@-webkit-keyframes tdStampInSwing {
  0% {
    opacity: 0;
    -webkit-transform: scale(1.3) rotate(-10deg);
            transform: scale(1.3) rotate(-10deg);
    -webkit-animation-timing-function: cubic-bezier(0.59, 0, 1, 0.375);
            animation-timing-function: cubic-bezier(0.59, 0, 1, 0.375); }
  50% {
    opacity: 1; }
  70% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1); }
  90% {
    opacity: 1;
    -webkit-transform: scale(1.03);
            transform: scale(1.03); }
  100% {
    opacity: 1;
    -webkit-transform: scale(1) rotate(0);
            transform: scale(1) rotate(0); } }

@keyframes tdStampInSwing {
  0% {
    opacity: 0;
    -webkit-transform: scale(1.3) rotate(-10deg);
            transform: scale(1.3) rotate(-10deg);
    -webkit-animation-timing-function: cubic-bezier(0.59, 0, 1, 0.375);
            animation-timing-function: cubic-bezier(0.59, 0, 1, 0.375); }
  50% {
    opacity: 1; }
  70% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1); }
  90% {
    opacity: 1;
    -webkit-transform: scale(1.03);
            transform: scale(1.03); }
  100% {
    opacity: 1;
    -webkit-transform: scale(1) rotate(0);
            transform: scale(1) rotate(0); } }

@-webkit-keyframes tdSwingIn {
  0% {
    opacity: 0;
    -webkit-transform: rotate(-10deg) scale(0.85);
            transform: rotate(-10deg) scale(0.85);
    -webkit-animation-timing-function: cubic-bezier(0, 0.59, 0.375, 1);
            animation-timing-function: cubic-bezier(0, 0.59, 0.375, 1); }
  70% {
    opacity: 1;
    -webkit-transform: rotate(1deg);
            transform: rotate(1deg);
    -webkit-animation-timing-function: ease;
            animation-timing-function: ease; }
  100% {
    opacity: 1;
    -webkit-transform: rotate(0deg) scale(1);
            transform: rotate(0deg) scale(1);
    -webkit-animation-timing-function: ease;
            animation-timing-function: ease; } }

@keyframes tdSwingIn {
  0% {
    opacity: 0;
    -webkit-transform: rotate(-10deg) scale(0.85);
            transform: rotate(-10deg) scale(0.85);
    -webkit-animation-timing-function: cubic-bezier(0, 0.59, 0.375, 1);
            animation-timing-function: cubic-bezier(0, 0.59, 0.375, 1); }
  70% {
    opacity: 1;
    -webkit-transform: rotate(1deg);
            transform: rotate(1deg);
    -webkit-animation-timing-function: ease;
            animation-timing-function: ease; }
  100% {
    opacity: 1;
    -webkit-transform: rotate(0deg) scale(1);
            transform: rotate(0deg) scale(1);
    -webkit-animation-timing-function: ease;
            animation-timing-function: ease; } }

@-webkit-keyframes tdHingeFlipIn {
  0% {
    opacity: 0;
    -webkit-transform: perspective(600px) rotateX(0deg);
            transform: perspective(600px) rotateX(0deg);
    -webkit-transform-origin: center top;
            transform-origin: center top;
    -webkit-animation-timing-function: cubic-bezier(0, 0.59, 0.375, 1);
            animation-timing-function: cubic-bezier(0, 0.59, 0.375, 1); }
  50% {
    -webkit-transform: perspective(600px) rotateX(-10deg);
            transform: perspective(600px) rotateX(-10deg);
    -webkit-transform-origin: center top;
            transform-origin: center top;
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in; }
  100% {
    opacity: 1;
    -webkit-transform: perspective(600px) rotateX(0deg);
            transform: perspective(600px) rotateX(0deg);
    -webkit-transform-origin: center top;
            transform-origin: center top;
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out; } }

@keyframes tdHingeFlipIn {
  0% {
    opacity: 0;
    -webkit-transform: perspective(600px) rotateX(0deg);
            transform: perspective(600px) rotateX(0deg);
    -webkit-transform-origin: center top;
            transform-origin: center top;
    -webkit-animation-timing-function: cubic-bezier(0, 0.59, 0.375, 1);
            animation-timing-function: cubic-bezier(0, 0.59, 0.375, 1); }
  50% {
    -webkit-transform: perspective(600px) rotateX(-10deg);
            transform: perspective(600px) rotateX(-10deg);
    -webkit-transform-origin: center top;
            transform-origin: center top;
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in; }
  100% {
    opacity: 1;
    -webkit-transform: perspective(600px) rotateX(0deg);
            transform: perspective(600px) rotateX(0deg);
    -webkit-transform-origin: center top;
            transform-origin: center top;
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out; } }

@-webkit-keyframes tdDropInLeft {
  0% {
    opacity: 0; }
  1% {
    opacity: 1;
    -webkit-transform: rotate(2deg) translateY(-15px);
            transform: rotate(2deg) translateY(-15px);
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in; }
  50% {
    opacity: 1;
    -webkit-transform: rotate(0) translateY(0);
            transform: rotate(0) translateY(0);
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out; }
  75% {
    -webkit-transform: rotate(-0.5deg) translateY(0);
            transform: rotate(-0.5deg) translateY(0);
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    -webkit-animation-timing-function: cubic-bezier(0.59, 0, 1, 0.375);
            animation-timing-function: cubic-bezier(0.59, 0, 1, 0.375); }
  100% {
    opacity: 1;
    -webkit-transform: rotate(0) translateY(0);
            transform: rotate(0) translateY(0);
    -webkit-transform-origin: center bottom;
            transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0, 0.59, 0.375, 1);
            animation-timing-function: cubic-bezier(0, 0.59, 0.375, 1); } }

@keyframes tdDropInLeft {
  0% {
    opacity: 0; }
  1% {
    opacity: 1;
    -webkit-transform: rotate(2deg) translateY(-15px);
            transform: rotate(2deg) translateY(-15px);
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in; }
  50% {
    opacity: 1;
    -webkit-transform: rotate(0) translateY(0);
            transform: rotate(0) translateY(0);
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out; }
  75% {
    -webkit-transform: rotate(-0.5deg) translateY(0);
            transform: rotate(-0.5deg) translateY(0);
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    -webkit-animation-timing-function: cubic-bezier(0.59, 0, 1, 0.375);
            animation-timing-function: cubic-bezier(0.59, 0, 1, 0.375); }
  100% {
    opacity: 1;
    -webkit-transform: rotate(0) translateY(0);
            transform: rotate(0) translateY(0);
    -webkit-transform-origin: center bottom;
            transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0, 0.59, 0.375, 1);
            animation-timing-function: cubic-bezier(0, 0.59, 0.375, 1); } }

@-webkit-keyframes tdDropInRight {
  0% {
    opacity: 0; }
  1% {
    opacity: 1;
    -webkit-transform: rotate(-2deg) translateY(-15px);
            transform: rotate(-2deg) translateY(-15px);
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in; }
  50% {
    opacity: 1;
    -webkit-transform: rotate(0) translateY(0);
            transform: rotate(0) translateY(0);
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out; }
  75% {
    -webkit-transform: rotate(0.5deg) translateY(0);
            transform: rotate(0.5deg) translateY(0);
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    -webkit-animation-timing-function: cubic-bezier(0.59, 0, 1, 0.375);
            animation-timing-function: cubic-bezier(0.59, 0, 1, 0.375); }
  100% {
    opacity: 1;
    -webkit-transform: rotate(0) translateY(0);
            transform: rotate(0) translateY(0);
    -webkit-transform-origin: center bottom;
            transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0, 0.59, 0.375, 1);
            animation-timing-function: cubic-bezier(0, 0.59, 0.375, 1); } }

@keyframes tdDropInRight {
  0% {
    opacity: 0; }
  1% {
    opacity: 1;
    -webkit-transform: rotate(-2deg) translateY(-15px);
            transform: rotate(-2deg) translateY(-15px);
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in; }
  50% {
    opacity: 1;
    -webkit-transform: rotate(0) translateY(0);
            transform: rotate(0) translateY(0);
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out; }
  75% {
    -webkit-transform: rotate(0.5deg) translateY(0);
            transform: rotate(0.5deg) translateY(0);
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    -webkit-animation-timing-function: cubic-bezier(0.59, 0, 1, 0.375);
            animation-timing-function: cubic-bezier(0.59, 0, 1, 0.375); }
  100% {
    opacity: 1;
    -webkit-transform: rotate(0) translateY(0);
            transform: rotate(0) translateY(0);
    -webkit-transform-origin: center bottom;
            transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0, 0.59, 0.375, 1);
            animation-timing-function: cubic-bezier(0, 0.59, 0.375, 1); } }

@-webkit-keyframes tdPlopIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.9, 0.9);
            transform: scale(0.9, 0.9); }
  10% {
    opacity: 1;
    -webkit-transform: scale(0.7, 1.3);
            transform: scale(0.7, 1.3); }
  70% {
    -webkit-transform: scale(1.1, 0.95);
            transform: scale(1.1, 0.95); }
  90% {
    -webkit-transform: scale(0.97, 1.05);
            transform: scale(0.97, 1.05); }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1); } }

@keyframes tdPlopIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.9, 0.9);
            transform: scale(0.9, 0.9); }
  10% {
    opacity: 1;
    -webkit-transform: scale(0.7, 1.3);
            transform: scale(0.7, 1.3); }
  70% {
    -webkit-transform: scale(1.1, 0.95);
            transform: scale(1.1, 0.95); }
  90% {
    -webkit-transform: scale(0.97, 1.05);
            transform: scale(0.97, 1.05); }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1); } }

@-webkit-keyframes tdPlopInDown {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.9, 0.8);
            transform: scale(0.9, 0.8);
    -webkit-transform-origin: center top;
            transform-origin: center top; }
  10% {
    opacity: 1;
    -webkit-transform: scale(0.8, 1.3);
            transform: scale(0.8, 1.3);
    -webkit-transform-origin: center top;
            transform-origin: center top; }
  70% {
    -webkit-transform: scale(1, 0.95);
            transform: scale(1, 0.95);
    -webkit-transform-origin: center top;
            transform-origin: center top; }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-transform-origin: center top;
            transform-origin: center top; } }

@keyframes tdPlopInDown {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.9, 0.8);
            transform: scale(0.9, 0.8);
    -webkit-transform-origin: center top;
            transform-origin: center top; }
  10% {
    opacity: 1;
    -webkit-transform: scale(0.8, 1.3);
            transform: scale(0.8, 1.3);
    -webkit-transform-origin: center top;
            transform-origin: center top; }
  70% {
    -webkit-transform: scale(1, 0.95);
            transform: scale(1, 0.95);
    -webkit-transform-origin: center top;
            transform-origin: center top; }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-transform-origin: center top;
            transform-origin: center top; } }

@-webkit-keyframes tdPlopInUp {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.9, 0.8);
            transform: scale(0.9, 0.8);
    -webkit-transform-origin: center bottom;
            transform-origin: center bottom; }
  10% {
    opacity: 1;
    -webkit-transform: scale(0.8, 1.3);
            transform: scale(0.8, 1.3);
    -webkit-transform-origin: center bottom;
            transform-origin: center bottom; }
  70% {
    -webkit-transform: scale(1, 0.95);
            transform: scale(1, 0.95);
    -webkit-transform-origin: center bottom;
            transform-origin: center bottom; }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-transform-origin: center bottom;
            transform-origin: center bottom; } }

@keyframes tdPlopInUp {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.9, 0.8);
            transform: scale(0.9, 0.8);
    -webkit-transform-origin: center bottom;
            transform-origin: center bottom; }
  10% {
    opacity: 1;
    -webkit-transform: scale(0.8, 1.3);
            transform: scale(0.8, 1.3);
    -webkit-transform-origin: center bottom;
            transform-origin: center bottom; }
  70% {
    -webkit-transform: scale(1, 0.95);
            transform: scale(1, 0.95);
    -webkit-transform-origin: center bottom;
            transform-origin: center bottom; }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-transform-origin: center bottom;
            transform-origin: center bottom; } }

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

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

@-webkit-keyframes tdFadeOutUp {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    -webkit-animation-timing-function: cubic-bezier(0, 0.59, 0.375, 1);
            animation-timing-function: cubic-bezier(0, 0.59, 0.375, 1); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px); } }

@keyframes tdFadeOutUp {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    -webkit-animation-timing-function: cubic-bezier(0, 0.59, 0.375, 1);
            animation-timing-function: cubic-bezier(0, 0.59, 0.375, 1); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px); } }

@-webkit-keyframes tdFadeOutRight {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
    -webkit-animation-timing-function: cubic-bezier(0, 0.59, 0.375, 1);
            animation-timing-function: cubic-bezier(0, 0.59, 0.375, 1); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(10px);
            transform: translateX(10px); } }

@keyframes tdFadeOutRight {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
    -webkit-animation-timing-function: cubic-bezier(0, 0.59, 0.375, 1);
            animation-timing-function: cubic-bezier(0, 0.59, 0.375, 1); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(10px);
            transform: translateX(10px); } }

@-webkit-keyframes tdFadeOutDown {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    -webkit-animation-timing-function: cubic-bezier(0, 0.59, 0.375, 1);
            animation-timing-function: cubic-bezier(0, 0.59, 0.375, 1); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(10px);
            transform: translateY(10px); } }

@keyframes tdFadeOutDown {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    -webkit-animation-timing-function: cubic-bezier(0, 0.59, 0.375, 1);
            animation-timing-function: cubic-bezier(0, 0.59, 0.375, 1); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(10px);
            transform: translateY(10px); } }

@-webkit-keyframes tdFadeOutLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
    -webkit-animation-timing-function: cubic-bezier(0, 0.59, 0.375, 1);
            animation-timing-function: cubic-bezier(0, 0.59, 0.375, 1); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-10px);
            transform: translateX(-10px); } }

@keyframes tdFadeOutLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
    -webkit-animation-timing-function: cubic-bezier(0, 0.59, 0.375, 1);
            animation-timing-function: cubic-bezier(0, 0.59, 0.375, 1); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-10px);
            transform: translateX(-10px); } }

@-webkit-keyframes tdExpandOut {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-animation-timing-function: cubic-bezier(0, 0.59, 0.375, 1);
            animation-timing-function: cubic-bezier(0, 0.59, 0.375, 1); }
  100% {
    opacity: 0;
    -webkit-transform: scale(1.2);
            transform: scale(1.2); } }

@keyframes tdExpandOut {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-animation-timing-function: cubic-bezier(0, 0.59, 0.375, 1);
            animation-timing-function: cubic-bezier(0, 0.59, 0.375, 1); }
  100% {
    opacity: 0;
    -webkit-transform: scale(1.2);
            transform: scale(1.2); } }

@-webkit-keyframes tdExpandOutBounce {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-animation-timing-function: cubic-bezier(0, 0.59, 0.375, 1);
            animation-timing-function: cubic-bezier(0, 0.59, 0.375, 1); }
  30% {
    opacity: 1;
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
    -webkit-animation-timing-function: ease;
            animation-timing-function: ease; }
  100% {
    opacity: 0;
    -webkit-transform: scale(1.2);
            transform: scale(1.2); } }

@keyframes tdExpandOutBounce {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-animation-timing-function: cubic-bezier(0, 0.59, 0.375, 1);
            animation-timing-function: cubic-bezier(0, 0.59, 0.375, 1); }
  30% {
    opacity: 1;
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
    -webkit-animation-timing-function: ease;
            animation-timing-function: ease; }
  100% {
    opacity: 0;
    -webkit-transform: scale(1.2);
            transform: scale(1.2); } }

@-webkit-keyframes tdShrinkOut {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-animation-timing-function: cubic-bezier(0, 0.59, 0.375, 1);
            animation-timing-function: cubic-bezier(0, 0.59, 0.375, 1); }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.85);
            transform: scale(0.85);
    -webkit-animation-timing-function: ease;
            animation-timing-function: ease; } }

@keyframes tdShrinkOut {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-animation-timing-function: cubic-bezier(0, 0.59, 0.375, 1);
            animation-timing-function: cubic-bezier(0, 0.59, 0.375, 1); }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.85);
            transform: scale(0.85);
    -webkit-animation-timing-function: ease;
            animation-timing-function: ease; } }

@-webkit-keyframes tdShrinkOutBounce {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-animation-timing-function: cubic-bezier(0, 0.59, 0.375, 1);
            animation-timing-function: cubic-bezier(0, 0.59, 0.375, 1); }
  30% {
    opacity: 1;
    -webkit-transform: scale(1.03);
            transform: scale(1.03);
    -webkit-animation-timing-function: ease;
            animation-timing-function: ease; }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.85);
            transform: scale(0.85);
    -webkit-animation-timing-function: ease;
            animation-timing-function: ease; } }

@keyframes tdShrinkOutBounce {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-animation-timing-function: cubic-bezier(0, 0.59, 0.375, 1);
            animation-timing-function: cubic-bezier(0, 0.59, 0.375, 1); }
  30% {
    opacity: 1;
    -webkit-transform: scale(1.03);
            transform: scale(1.03);
    -webkit-animation-timing-function: ease;
            animation-timing-function: ease; }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.85);
            transform: scale(0.85);
    -webkit-animation-timing-function: ease;
            animation-timing-function: ease; } }

@-webkit-keyframes tdSwingOut {
  0% {
    opacity: 1;
    -webkit-transform: rotate(0deg) scale(1);
            transform: rotate(0deg) scale(1);
    -webkit-animation-timing-function: cubic-bezier(0, 0.59, 0.375, 1);
            animation-timing-function: cubic-bezier(0, 0.59, 0.375, 1); }
  30% {
    opacity: 1;
    -webkit-transform: rotate(-1deg);
            transform: rotate(-1deg);
    -webkit-animation-timing-function: ease;
            animation-timing-function: ease; }
  100% {
    opacity: 0;
    -webkit-transform: rotate(10deg) scale(0.85);
            transform: rotate(10deg) scale(0.85);
    -webkit-animation-timing-function: ease;
            animation-timing-function: ease; } }

@keyframes tdSwingOut {
  0% {
    opacity: 1;
    -webkit-transform: rotate(0deg) scale(1);
            transform: rotate(0deg) scale(1);
    -webkit-animation-timing-function: cubic-bezier(0, 0.59, 0.375, 1);
            animation-timing-function: cubic-bezier(0, 0.59, 0.375, 1); }
  30% {
    opacity: 1;
    -webkit-transform: rotate(-1deg);
            transform: rotate(-1deg);
    -webkit-animation-timing-function: ease;
            animation-timing-function: ease; }
  100% {
    opacity: 0;
    -webkit-transform: rotate(10deg) scale(0.85);
            transform: rotate(10deg) scale(0.85);
    -webkit-animation-timing-function: ease;
            animation-timing-function: ease; } }

@-webkit-keyframes tdHingeFlipOut {
  0% {
    opacity: 1;
    -webkit-transform: perspective(600px) rotateX(0deg);
            transform: perspective(600px) rotateX(0deg);
    -webkit-transform-origin: center top;
            transform-origin: center top;
    -webkit-animation-timing-function: cubic-bezier(0, 0.59, 0.375, 1);
            animation-timing-function: cubic-bezier(0, 0.59, 0.375, 1); }
  50% {
    -webkit-transform: perspective(600px) rotateX(-10deg);
            transform: perspective(600px) rotateX(-10deg);
    -webkit-transform-origin: center top;
            transform-origin: center top;
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in; }
  100% {
    opacity: 0;
    -webkit-transform: perspective(600px) rotateX(0deg);
            transform: perspective(600px) rotateX(0deg);
    -webkit-transform-origin: center top;
            transform-origin: center top;
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out; } }

@keyframes tdHingeFlipOut {
  0% {
    opacity: 1;
    -webkit-transform: perspective(600px) rotateX(0deg);
            transform: perspective(600px) rotateX(0deg);
    -webkit-transform-origin: center top;
            transform-origin: center top;
    -webkit-animation-timing-function: cubic-bezier(0, 0.59, 0.375, 1);
            animation-timing-function: cubic-bezier(0, 0.59, 0.375, 1); }
  50% {
    -webkit-transform: perspective(600px) rotateX(-10deg);
            transform: perspective(600px) rotateX(-10deg);
    -webkit-transform-origin: center top;
            transform-origin: center top;
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in; }
  100% {
    opacity: 0;
    -webkit-transform: perspective(600px) rotateX(0deg);
            transform: perspective(600px) rotateX(0deg);
    -webkit-transform-origin: center top;
            transform-origin: center top;
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out; } }

@-webkit-keyframes dubleArrowFadeTop {
  0% {
    opacity: 0;
    top: 100%; }
  10% {
    opacity: 0; }
  50% {
    opacity: 1;
    top: 60%; }
  90% {
    opacity: 0; }
  100% {
    opacity: 0;
    top: 0; } }

@keyframes dubleArrowFadeTop {
  0% {
    opacity: 0;
    top: 100%; }
  10% {
    opacity: 0; }
  50% {
    opacity: 1;
    top: 60%; }
  90% {
    opacity: 0; }
  100% {
    opacity: 0;
    top: 0; } }

@font-face {
  font-family: "GothamPro";
  src: url("../fonts/GothamPro/GothamPro-Thin.woff2") format("woff2"), url("../fonts/GothamPro/GothamPro-Thin.woff") format("woff");
  font-weight: 100;
  font-style: normal; }

@font-face {
  font-family: "GothamPro";
  src: url("../fonts/GothamPro/GothamPro-ThinItalic.woff2") format("woff2"), url("../fonts/GothamPro/GothamPro-ThinItalic.woff") format("woff");
  font-weight: 100;
  font-style: italic; }

@font-face {
  font-family: "GothamPro";
  src: url("../fonts/GothamPro/GothamPro-ExtraLight.woff2") format("woff2"), url("../fonts/GothamPro/GothamPro-ExtraLight.woff") format("woff");
  font-weight: 200;
  font-style: normal; }

@font-face {
  font-family: "GothamPro";
  src: url("../fonts/GothamPro/GothamPro-ExtraLightItalic.woff2") format("woff2"), url("../fonts/GothamPro/GothamPro-ExtraLightItalic.woff") format("woff");
  font-weight: 200;
  font-style: italic; }

@font-face {
  font-family: "GothamPro";
  src: url("../fonts/GothamPro/GothamPro-Light.woff2") format("woff2"), url("../fonts/GothamPro/GothamPro-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal; }

@font-face {
  font-family: "GothamPro";
  src: url("../fonts/GothamPro/GothamPro-LightItalic.woff2") format("woff2"), url("../fonts/GothamPro/GothamPro-LightItalic.woff") format("woff");
  font-weight: 300;
  font-style: italic; }

@font-face {
  font-family: "GothamPro";
  src: url("../fonts/GothamPro/GothamPro-Regular.woff2") format("woff2"), url("../fonts/GothamPro/GothamPro-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal; }

@font-face {
  font-family: "GothamPro";
  src: url("../fonts/GothamPro/GothamPro-RegularItalic.woff2") format("woff2"), url("../fonts/GothamPro/GothamPro-RegularItalic.woff") format("woff");
  font-weight: 400;
  font-style: italic; }

@font-face {
  font-family: "GothamPro";
  src: url("../fonts/GothamPro/GothamPro-Medium.woff2") format("woff2"), url("../fonts/GothamPro/GothamPro-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal; }

@font-face {
  font-family: "GothamPro";
  src: url("../fonts/GothamPro/GothamPro-MediumItalic.woff2") format("woff2"), url("../fonts/GothamPro/GothamPro-MediumItalic.woff") format("woff");
  font-weight: 500;
  font-style: italic; }

@font-face {
  font-family: "GothamPro";
  src: url("../fonts/GothamPro/GothamPro-SemiBold.woff2") format("woff2"), url("../fonts/GothamPro/GothamPro-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal; }

@font-face {
  font-family: "GothamPro";
  src: url("../fonts/GothamPro/GothamPro-SemiBoldItalic.woff2") format("woff2"), url("../fonts/GothamPro/GothamPro-SemiBoldItalic.woff") format("woff");
  font-weight: 600;
  font-style: italic; }

@font-face {
  font-family: "GothamPro";
  src: url("../fonts/GothamPro/GothamPro-Bold.woff2") format("woff2"), url("../fonts/GothamPro/GothamPro-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal; }

@font-face {
  font-family: "GothamPro";
  src: url("../fonts/GothamPro/GothamPro-BoldItalic.woff2") format("woff2"), url("../fonts/GothamPro/GothamPro-BoldItalic.woff") format("woff");
  font-weight: 700;
  font-style: italic; }

@font-face {
  font-family: "GothamPro";
  src: url("../fonts/GothamPro/GothamPro-ExtraBold.woff2") format("woff2"), url("../fonts/GothamPro/GothamPro-ExtraBold.woff") format("woff");
  font-weight: 800;
  font-style: normal; }

@font-face {
  font-family: "GothamPro";
  src: url("../fonts/GothamPro/GothamPro-ExtraBoldItalic.woff2") format("woff2"), url("../fonts/GothamPro/GothamPro-ExtraBoldItalic.woff") format("woff");
  font-weight: 800;
  font-style: italic; }

@font-face {
  font-family: "GothamPro";
  src: url("../fonts/GothamPro/GothamPro-Black.woff2") format("woff2"), url("../fonts/GothamPro/GothamPro-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal; }

@font-face {
  font-family: "GothamPro";
  src: url("../fonts/GothamPro/GothamPro-BlackItalic.woff2") format("woff2"), url("../fonts/GothamPro/GothamPro-BlackItalic.woff") format("woff");
  font-weight: 900;
  font-style: italic; }

@font-face {
  font-family: "GothamPro";
  src: url("../fonts/GothamPro/GothamPro-Thin.woff2") format("woff2"), url("../fonts/GothamPro/GothamPro-Thin.woff") format("woff");
  font-weight: 100;
  font-style: normal; }

@font-face {
  font-family: "GothamPro";
  src: url("../fonts/GothamPro/GothamPro-ThinItalic.woff2") format("woff2"), url("../fonts/GothamPro/GothamPro-ThinItalic.woff") format("woff");
  font-weight: 100;
  font-style: italic; }

@font-face {
  font-family: "GothamPro";
  src: url("../fonts/GothamPro/GothamPro-ExtraLight.woff2") format("woff2"), url("../fonts/GothamPro/GothamPro-ExtraLight.woff") format("woff");
  font-weight: 200;
  font-style: normal; }

@font-face {
  font-family: "GothamPro";
  src: url("../fonts/GothamPro/GothamPro-ExtraLightItalic.woff2") format("woff2"), url("../fonts/GothamPro/GothamPro-ExtraLightItalic.woff") format("woff");
  font-weight: 200;
  font-style: italic; }

@font-face {
  font-family: "GothamPro";
  src: url("../fonts/GothamPro/GothamPro-Light.woff2") format("woff2"), url("../fonts/GothamPro/GothamPro-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal; }

@font-face {
  font-family: "GothamPro";
  src: url("../fonts/GothamPro/GothamPro-LightItalic.woff2") format("woff2"), url("../fonts/GothamPro/GothamPro-LightItalic.woff") format("woff");
  font-weight: 300;
  font-style: italic; }

@font-face {
  font-family: "GothamPro";
  src: url("../fonts/GothamPro/GothamPro-Regular.woff2") format("woff2"), url("../fonts/GothamPro/GothamPro-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal; }

@font-face {
  font-family: "GothamPro";
  src: url("../fonts/GothamPro/GothamPro-RegularItalic.woff2") format("woff2"), url("../fonts/GothamPro/GothamPro-RegularItalic.woff") format("woff");
  font-weight: 400;
  font-style: italic; }

@font-face {
  font-family: "GothamPro";
  src: url("../fonts/GothamPro/GothamPro-Medium.woff2") format("woff2"), url("../fonts/GothamPro/GothamPro-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal; }

@font-face {
  font-family: "GothamPro";
  src: url("../fonts/GothamPro/GothamPro-MediumItalic.woff2") format("woff2"), url("../fonts/GothamPro/GothamPro-MediumItalic.woff") format("woff");
  font-weight: 500;
  font-style: italic; }

@font-face {
  font-family: "GothamPro";
  src: url("../fonts/GothamPro/GothamPro-SemiBold.woff2") format("woff2"), url("../fonts/GothamPro/GothamPro-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal; }

@font-face {
  font-family: "GothamPro";
  src: url("../fonts/GothamPro/GothamPro-SemiBoldItalic.woff2") format("woff2"), url("../fonts/GothamPro/GothamPro-SemiBoldItalic.woff") format("woff");
  font-weight: 600;
  font-style: italic; }

@font-face {
  font-family: "GothamPro";
  src: url("../fonts/GothamPro/GothamPro-Bold.woff2") format("woff2"), url("../fonts/GothamPro/GothamPro-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal; }

@font-face {
  font-family: "GothamPro";
  src: url("../fonts/GothamPro/GothamPro-BoldItalic.woff2") format("woff2"), url("../fonts/GothamPro/GothamPro-BoldItalic.woff") format("woff");
  font-weight: 700;
  font-style: italic; }

@font-face {
  font-family: "GothamPro";
  src: url("../fonts/GothamPro/GothamPro-ExtraBold.woff2") format("woff2"), url("../fonts/GothamPro/GothamPro-ExtraBold.woff") format("woff");
  font-weight: 800;
  font-style: normal; }

@font-face {
  font-family: "GothamPro";
  src: url("../fonts/GothamPro/GothamPro-ExtraBoldItalic.woff2") format("woff2"), url("../fonts/GothamPro/GothamPro-ExtraBoldItalic.woff") format("woff");
  font-weight: 800;
  font-style: italic; }

@font-face {
  font-family: "GothamPro";
  src: url("../fonts/GothamPro/GothamPro-Black.woff2") format("woff2"), url("../fonts/GothamPro/GothamPro-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal; }

@font-face {
  font-family: "GothamPro";
  src: url("../fonts/GothamPro/GothamPro-BlackItalic.woff2") format("woff2"), url("../fonts/GothamPro/GothamPro-BlackItalic.woff") format("woff");
  font-weight: 900;
  font-style: italic; }

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  margin: 0;
  padding: 0; }

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

button,
input,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  color: inherit;
  padding: 0; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote::before, blockquote::after,
q::before,
q::after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

body {
  display: flex;
  flex-direction: column;
  font-family: "GothamPro", Tahoma, Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #000;
  min-height: 100vh; }

main {
  flex-grow: 1;
  overflow: hidden; }
  @media (-ms-high-contrast: active), (-ms-high-contrast: none) {
    main {
      min-height: 100vh; } }

select,
input,
textarea {
  width: 100%; }

textarea {
  resize: vertical; }

.button {
  border: none;
  padding: 24px 18px;
  background-color: #ce1e39;
  color: white;
  text-decoration: none;
  font-size: 16px;
  text-transform: lowercase;
  cursor: pointer;
  transition: background-color .2s linear; }
  .button:hover {
    background-color: #810a1c; }
  .button--line { text-shadow: 1px 1px 2px black, 0 0 1em black;
    background-color: transparent;
    padding: 6px 0;
    border-bottom: 2px dotted white;
    transition: border .2s linear, color .2s linear; }
    .button--line:hover {
      border-bottom: 2px dotted #ce1e39;
      background-color: transparent;
      color: #ce1e39; }
  @media (max-width: 768px) {
    .button {
      font-size: 14px;
      padding: 14px 8px; }
      .button--line {
        padding: 4px 0; } }

img {
  max-width: 100%; }

a {
  color: inherit; }
  a:hover {
    text-decoration: none; }

::-webkit-input-placeholder {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  color: #ccc; }

::-moz-placeholder {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  color: #ccc; }

:-moz-placeholder {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  color: #ccc; }

:-ms-input-placeholder {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  color: #ccc; }

* {
  -webkit-text-size-adjust: none;
  box-sizing: border-box; }

* :focus,
button :focus,
input :focus,
select :focus,
textarea :focus {
  outline: none; }

.bold {
  font-weight: 700; }

.hide,
.hidden,
.none {
  display: none !important; }

.wrapper {
  width: 100%;
  max-width: 1620px;
  padding: 80px 20px;
  margin: 0 auto; }
  @media screen and (max-width: 1366px) {
    .wrapper {
      padding-top: 60px;
      padding-bottom: 60px; } }
  @media screen and (max-width: 1190px) {
    .wrapper {
      padding-top: 40px;
      padding-bottom: 40px; } }
  @media screen and (max-width: 768px) {
    .wrapper {
      padding-top: 20px;
      padding-bottom: 20px; } }
  @media screen and (max-width: 480px) {
    .wrapper {
      padding-right: 14px;
      padding-left: 14px; } }

.slider-dots {
  display: flex;
  justify-content: center;
  font-size: 0; }
  .slider-dots li {
    display: flex;
    align-items: center;
    margin: 0 8px; }
    .slider-dots li.slick-active button {
      background-color: #fff;
      cursor: default; }
  .slider-dots button {
    font-size: 0;
    background-color: #ce1e39;
    width: 24px;
    height: 6px;
    transition: background-color .2s linear, width .2s linear, height .2s linear; }
  @media screen and (max-width: 768px) {
    .slider-dots button {
      width: 14px;
      height: 14px; } }

.arrows-container, .slider-block_arrows-container {
  position: absolute;
  bottom: 94px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 150px;
  height: 50px; }

.slider-arrow {
  width: 34px;
  height: 18px;
  background-color: transparent;
  border: none;
  cursor: pointer;
  background-size: cover;
  transition: -webkit-transform .2s linear;
  transition: transform .2s linear;
  transition: transform .2s linear, -webkit-transform .2s linear; }
  .slider-arrow:hover {
    -webkit-transform: scale(1.1);
            transform: scale(1.1); }
  .slider-arrow--prev {
    left: 0;
    background-image: url("../images/icons/arrow-left.png"); }
  .slider-arrow--next {
    right: 0;
    background-image: url("../images/icons/arrow-right.png"); }

.scrollUp {
  position: fixed;
  bottom: 26px;
  right: 28px;
  width: 40px;
  height: 40px; }
  .scrollUp__arrow {
    position: absolute;
    top: 58%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 50px;
    height: 30px; }
  .scrollUp:hover .scrollUp__arrow--first {
    -webkit-animation: duble-arrow 2s linear infinite;
            animation: duble-arrow 2s linear infinite; }
  .scrollUp:hover .scrollUp__arrow--last {
    -webkit-animation: duble-arrow 2s linear infinite -1s;
            animation: duble-arrow 2s linear infinite -1s; }

.overlay {
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.6);
  width: 100vw;
  height: 100vh; }

@media (max-width: 1366px) {
  .arrows-container, .slider-block_arrows-container {
    height: 50px;
    width: 100px;
    bottom: 50px; }
    .arrows-container_mouse, .slider-block_arrows-container_mouse {
      height: 30px; }
  .slider-arrow {
    width: 26px;
    height: 14px; } }

@media (max-width: 768px) {
  .arrows-container, .slider-block_arrows-container {
    bottom: 10px; }
    .arrows-container_mouse, .slider-block_arrows-container_mouse {
      display: none; } }

.header {
  position: absolute;
  z-index: 1;
  top: 80px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  color: white; }
  .header--fixed {
    position: fixed;
    background-color: rgba(51, 51, 51, 0.9);
    top: 0 !important;
    left: 0;
    -webkit-transform: translateX(0);
            transform: translateX(0);
    z-index: 4; }
    .header--fixed .header__container {
      padding: 10px 20px; }
    .header--fixed .header__logo {
      max-width: 100px; }
  .header__container {
    max-width: 1230px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center; }
  .header__navigation {
    max-width: 440px;
    width: 100%;
    margin: 0 10px; }
  .header__navigation-contacts {
    display: none; }
  .header__list {
	  font-weight: 500;
    text-shadow: 1px 1px 2px black, 0 0 1em black;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 18px; }
  .header__item > a {
    text-decoration: none;
    transition: color .2s linear; }
    .header__item > a:hover {
      color: #ce1e39; }
  .header__contacts {
    display: flex;
    min-width: -webkit-fit-content;
    min-width: -moz-fit-content;
    min-width: fit-content; }
  .header__phone-box {
    position: relative;
    padding-right: 20px;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    font-size: 14px;
    text-transform: lowercase;
    color: #fff; text-shadow: 1px 1px 2px black, 0 0 1em black; }
    .header__phone-box::before {
      content: '';
      position: absolute;
      top: 50%;
      right: 0;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%);
      width: 1px;
      height: 50px;
      background-color: white; }
  .header__phone-icon {
    display: none; }
  .header__phone { text-shadow: 1px 1px 2px black, 0 0 1em black;
    font-size: 22px;
    color: white;
    font-weight: bold;
    text-decoration: none;
    transition: color .2s linear; }
    .header__phone:hover {
      color: #ce1e39; }
  .header__addres {
    padding-left: 20px;
    font-size: 18px;
    text-shadow: 1px 1px 2px black, 0 0 1em black;
	}
  @media (max-width: 1366px) {
    .header {
      top: 20px; } }
  @media (max-width: 1200px) {
    .header__logo {
      width: 136px; }
    .header__navigation {
      width: 400px; }
    .header__list {
      font-size: 16px; }
    .header__contacts {
      flex-direction: column-reverse; }
    .header__phone-box {
      padding: 4px 0 0; }
      .header__phone-box::before {
        top: 0;
        height: 1px;
        width: 100%; }
    .header__phone {
      font-size: 18px; }
    .header__addres {
      padding: 0 0 4px;
      font-size: 14px; } }
  @media (max-width: 768px) {
	  
	  .header__addres {
      padding: 0 0 4px;
      font-size: 14px; text-shadow: 1px 1px 2px white, 0 0 1em #f9f9f9;}
	  
    .header {
      position: fixed;
      top: 0;
      left: 0;
      -webkit-transform: translateX(0);
              transform: translateX(0);
      z-index: 10;
      background-color: #333; }
      .header__container {
        position: relative;
        height: 60px; }
      .header__navigation {
        position: fixed;
        top: 0;
        left: 0;
        width: 260px;
        max-width: none;
        padding: 50px 30px 150px;
        margin: 0;
        height: 100vh;
        z-index: 100;
        -webkit-transform: translateX(-110%);
                transform: translateX(-110%);
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        background-color: white;
        color: #4d4d4d;
        transition: -webkit-transform .2s linear;
        transition: transform .2s linear;
        transition: transform .2s linear, -webkit-transform .2s linear; }
        .header__navigation--active {
          -webkit-transform: translateX(0);
                  transform: translateX(0); }
      .header__logo {
        position: absolute;
        top: 0;
        left: 50%;
        -webkit-transform: translateX(-50%);
                transform: translateX(-50%);
        padding: 6px; }
      .header__phone-icon {
        display: block;
        width: 36px;
        height: 36px;
        background-image: url("../images/icons/phone.png");
        background-size: cover;
        background-repeat: no-repeat; }
      .header__contacts {
        display: none; }
      .header__navigation-contacts {
        display: flex;
        flex-direction: column-reverse;
        align-items: flex-start; }
      .header__phone-box {
        margin-top: 20px; }
      .header__phone {
        color: #4d4d4d; text-shadow: 1px 1px 2px white, 0 0 1em white;
        margin-bottom: 4px; }
      .header__list {text-shadow: 1px 1px 2px white, 0 0 1em #fff;
        flex-direction: column;
        align-items: flex-start;
        row-gap: 16px;
        font-size: 18px; }
      .header__burger {
        position: relative;
        height: 20px;
        display: flex;
        align-items: center;
        cursor: pointer; }
        .header__burger span {
          display: block;
          width: 30px;
          height: 2px;
          background-color: #fff;
          transition: opacity .2s linear; }
        .header__burger::before {
          content: '';
          position: absolute;
          top: 0;
          left: 0;
          display: block;
          width: 30px;
          height: 2px;
          background-color: #fff;
          transition: -webkit-transform .2s linear;
          transition: transform .2s linear;
          transition: transform .2s linear, -webkit-transform .2s linear; }
        .header__burger::after {
          content: '';
          position: absolute;
          bottom: 0;
          left: 0;
          display: block;
          width: 30px;
          height: 2px;
          background-color: #fff;
          transition: -webkit-transform .2s linear;
          transition: transform .2s linear;
          transition: transform .2s linear, -webkit-transform .2s linear; }
        .header__burger--active span {
          opacity: 0; }
        .header__burger--active::before {
          top: 50%;
          -webkit-transform: translateY(-50%);
                  transform: translateY(-50%);
          -webkit-transform: rotate(45deg);
                  transform: rotate(45deg); }
        .header__burger--active::after {
          top: 50%;
          -webkit-transform: translateY(-50%);
                  transform: translateY(-50%);
          -webkit-transform: rotate(-45deg);
                  transform: rotate(-45deg); } }

.checkbox {
  position: relative;
  display: block; }
  .checkbox input {
    position: absolute;
    opacity: 0;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    pointer-events: none; }
    .checkbox input:checked + .checkbox__box::before {
      visibility: visible; }
  .checkbox__box {
    position: relative;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 3px;
    vertical-align: middle;
    width: 16px;
    height: 16px;
    margin-right: 6px;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none; }
    .checkbox__box::before {
      content: '';
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      border-radius: 2px;
      background-color: #ddd;
      width: 10px;
      height: 10px;
      visibility: hidden; }

.popup {
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) scale(0);
          transform: translate(-50%, -50%) scale(0);
  display: flex;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.6);
  width: 87vw;
  max-width: 500px;
  min-width: 260px;
  max-height: 90%;
  visibility: hidden;
  box-sizing: border-box;
  z-index: 11;
  transition: visibility 0.2s linear, -webkit-transform 0.2s linear;
  transition: visibility 0.2s linear, transform 0.2s linear;
  transition: visibility 0.2s linear, transform 0.2s linear, -webkit-transform 0.2s linear; }
  .popup[data-popup-window='consent'] {
    max-width: 600px;
    padding: 20px 0; }
    .popup[data-popup-window='consent'] .popup__wrapper {
      padding: 0 14px; }
    .popup[data-popup-window='consent'] p {
      margin-bottom: 14px; }
  .popup[data-popup-window='interactive'] {
    height: 80vh;
    max-width: none;
    max-height: none; }
  .popup--show {
    visibility: visible;
    -webkit-transform: translate(-50%, -50%) scale(1);
            transform: translate(-50%, -50%) scale(1); }
  .popup__close {
    position: absolute;
    top: 0;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    border: none;
    border-radius: 50%;
    background-color: transparent;
    width: 30px;
    height: 30px;
    cursor: pointer; }
    .popup__close svg {
      fill: red;
      width: 14px;
      height: 14px;
      transition: -webkit-transform .2s linear;
      transition: transform .2s linear;
      transition: transform .2s linear, -webkit-transform .2s linear; }
  .popup__wrapper {
    width: 100%;
    max-height: 100%;
    padding: 20px;
    overflow-y: auto; }
  .popup__button {
    font-size: 20px;
    padding: 6px 20px 6px; }
  .popup__title {
    font-size: 24px;
    text-align: center;
    margin-bottom: 20px; }
    .popup__title:last-child {
      margin-bottom: 0; }
  .popup__item {
    width: 100%; }
    .popup__item:not(:last-child) {
      margin-bottom: 12px; }
    .popup__item--small {
      font-size: 13px; }
    .popup__item .checkbox__box::before {
      background-color: seagreen; }
    .popup__item--border {
      border: 1px solid grey;
      padding: 4px;
      border-radius: 5px; }
      .popup__item--border > input {
        border: none; }
  .popup__attention {
    color: #ff0000; }
  @media screen and (max-width: 480px) {
    .popup__title {
      font-size: 20px; } }

.target-animation {
  position: relative;
  opacity: 0; }
  .target-animation--found {
    -webkit-animation-duration: .3s;
            animation-duration: .3s;
    -webkit-animation-fill-mode: both;
            animation-fill-mode: both; }
    .target-animation--found.class {
      -webkit-animation-name: tdStampInSwing;
              animation-name: tdStampInSwing; }

.body-fixed {
  overflow: hidden; }

.container {
  width: 100%;
  margin: 0 auto;
  padding: 20px; }
  @media (max-width: 500px) {
    .container {
      padding: 20px 10px; } }

.grey {
  color: #444c57; }

.substrate {
  display: none; }
  .substrate--active {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 10; }

.welcome {
  background-size: cover;
  background-repeat: no-repeat;
  color: white;
  font-size: 0; }
  .welcome__slider > .slick-dots {
    position: absolute;
    bottom: 10%;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    display: flex;
    justify-content: space-between; }
    .welcome__slider > .slick-dots > li.slick-active > button {
      border: 2px solid #ce1e39; }
    .welcome__slider > .slick-dots > li > button {
      position: relative;
      width: 26px;
      height: 26px;
      font-size: 0;
      border: 2px solid transparent;
      border-radius: 50%;
      background-color: transparent;
      cursor: pointer; }
      .welcome__slider > .slick-dots > li > button::before {
        content: '';
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
        height: 12px;
        width: 12px;
        background-color: white;
        border-radius: 50%; }
  .welcome__slide {
    height: 100vh;
    position: relative;
    overflow: hidden; }
    .welcome__slide > img {
      max-width: none;
      position: absolute;
      top: 50%;
      left: 50%;
      min-width: 100%;
      min-height: 100%;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%); }
  .welcome__container {
    position: absolute;
    top: 60%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 100%; }
  .welcome__heading {
    font-size: 44px;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 70px; text-shadow: 1px 1px 2px black, 0 0 1em black; }
  .welcome__text {
    font-size: 26px;
    text-align: center;
    margin-bottom: 74px; text-shadow: 1px 1px 2px black, 0 0 1em black; }
  .welcome__buttons {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px; }
  @media (max-width: 768px) {
    .welcome__heading {
      font-size: 30px;
      margin-bottom: 40px; }
    .welcome__text {
      font-size: 18px;
      margin-bottom: 44px; }
    .welcome__slide {
      height: 500px; }
      .welcome__slide > img {
        min-height: auto;
        height: 100%; } }
  @media (max-width: 500px) {
    .welcome__slide {
      height: 80vh; }
    .welcome__heading {
      font-size: 24px; }
    .welcome__text {
      font-size: 16px; }
    .welcome__buttons {
      flex-direction: column;
      gap: 20px; } }
  @media (max-width: 360px) {
    .welcome__heading {
      font-size: 20px; }
    .welcome__text {
      font-size: 14px; } }

.advantage__container {
  max-width: 1280px; }

.advantage__content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 50px 0; }

.advantage__item {
  width: 250px;
  display: flex;
  align-items: center;
  gap: 30px;
  font-size: 16px; }

.advantage__img {
  height: 68px; }
  .advantage__img > img {
    height: 100%; }

@media (max-width: 1080px) {
  .advantage__item {
    gap: 20px; }
  .advantage__img {
    height: 48px; } }

@media (max-width: 860px) {
  .advantage__content {
    flex-wrap: wrap;
    gap: 30px 20px; }
  .advantage__item {
    width: 150px;
    flex-direction: column;
    font-size: 14px; } }

@media (max-width: 360px) {
  .advantage__content {
    justify-content: center; } }

.showcase {
  background-color: #efefef; }
  .showcase__container {
    max-width: 1520px;
    padding: 86px 20px 110px; }
  .showcase__tabs-control {
    display: flex;
    justify-content: center;
    gap: 30px;
    padding-bottom: 10px;
    overflow-x: auto;
    scrollbar-color: #de223e white;
    scrollbar-width: thin; }
    .showcase__tabs-control::-webkit-scrollbar {
      height: 6px;
      border-radius: 50px;
      background-color: white; }
    .showcase__tabs-control::-webkit-scrollbar-thumb {
      border-radius: 50px;
      background-color: #de223e; }
  .showcase__tabs-list {
    position: relative; }
  .showcase__tabs-content {
    width: 100%;
    max-width: 1480px;
    position: absolute;
    left: 0;
    opacity: 0;
    transition: opacity .2s linear;
    z-index: -1; }
    .showcase__tabs-content--active {
      position: static;
      opacity: 1;
      z-index: 1; }
  .showcase__tabs-button {
    padding-bottom: 12px;
    font-size: 22px;
    color: #4d4d4d;
    white-space: nowrap;
    border: none;
    border-bottom: 3px dotted transparent;
    cursor: pointer;
    transition: color .2s linear; }
    .showcase__tabs-button:hover {
      color: #313131; }
    .showcase__tabs-button--active {
      border-bottom: 3px dotted #4d4d4d;
      cursor: default; }
      .showcase__tabs-button--active:hover {
        color: #4d4d4d; }
  .showcase__slider {
    position: relative;
    margin-top: 50px;
    padding: 0 80px; }
  .showcase__slider .slick-slide {
    margin: 0 10px; }
  .showcase__slide-content {
    width: 100%;
    max-width: 310px;
    height: 460px;
    padding: 50px 20px 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: white; }
  .showcase__text {
    font-size: 20px;
    color: #333;
    text-align: center; }
    .showcase__text > span {
      display: block;
      margin-top: 16px;
      font-size: 16px;
      color: #666; }
  .showcase__arrow {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 50px;
    height: 50px;
    cursor: pointer;
    background-color: transparent;
    background-image: url("../images/icons/arrow.png");
    background-size: cover;
    background-repeat: no-repeat;
    border: none; }
    .showcase__arrow--prev {
      -webkit-transform: translateY(-50%) rotate(180deg);
              transform: translateY(-50%) rotate(180deg);
      left: 0; }
    .showcase__arrow--next {
      right: 0; }
  .showcase__img {
    max-width: 190px;
    margin-bottom: 40px; }
  @media (max-width: 768px) {
    .showcase__tabs-button {
      font-size: 18px; }
    .showcase__slide-content {
      max-width: 280px;
      height: 360px; }
    .showcase__slider {
      padding: 0; }
    .showcase__slider > .slick-dots {
      position: absolute;
      bottom: -14%;
      left: 50%;
      -webkit-transform: translateX(-50%);
              transform: translateX(-50%);
      max-width: 100%;
      display: flex;
      justify-content: space-between;
      overflow-x: auto;
      padding-bottom: 10px;
      scrollbar-color: #de223e white;
      scrollbar-width: thin; }
      .showcase__slider > .slick-dots::-webkit-scrollbar {
        height: 6px;
        border-radius: 50px;
        background-color: white; }
      .showcase__slider > .slick-dots::-webkit-scrollbar-thumb {
        border-radius: 50px;
        background-color: #de223e; }
      .showcase__slider > .slick-dots > li.slick-active > button {
        border: 2px solid #ce1e39; }
      .showcase__slider > .slick-dots > li > button {
        position: relative;
        width: 26px;
        height: 26px;
        font-size: 0;
        border: 2px solid transparent;
        border-radius: 50%;
        background-color: transparent;
        cursor: pointer; }
        .showcase__slider > .slick-dots > li > button::before {
          content: '';
          position: absolute;
          top: 50%;
          left: 50%;
          -webkit-transform: translate(-50%, -50%);
                  transform: translate(-50%, -50%);
          height: 12px;
          width: 12px;
          background-color: white;
          border-radius: 50%; }
    .showcase__img {
      max-width: 120px; }
    .showcase__text {
      font-size: 16px; }
      .showcase__text > span {
        font-size: 14px; } }
  @media (max-width: 560px) {
    .showcase__slide-content {
      max-width: none; }
    .showcase__img {
      max-width: 150px; } }
  @media (max-width: 460px) {
    .showcase__tabs-control {
      justify-content: flex-start; } }

.colors {
  position: relative;
  color: white;
  font-size: 0; }
  .colors__heading {
    position: absolute;
    width: 100%;
    padding: 0 20px;
    top: 16%;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    z-index: 1;
    font-size: 40px;
    text-align: center; }
  .colors__dots {
    position: absolute;
    top: 36%;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    display: flex;
    justify-content: space-between;
    -webkit-column-gap: 30px;
       -moz-column-gap: 30px;
            column-gap: 30px;
    z-index: 1; }
    .colors__dots > li.slick-active > .colors__dot {
      -webkit-transform: scale(1.2);
              transform: scale(1.2); }
      .colors__dots > li.slick-active > .colors__dot > .colors__dot-text {
        opacity: 1; }
  .colors__dot {
    height: 60px;
    width: 60px;
    display: flex;
    flex-direction: column;
    align-items: center;
    cursor: pointer;
    transition: -webkit-transform .2s linear;
    transition: transform .2s linear;
    transition: transform .2s linear, -webkit-transform .2s linear; }
    .colors__dot:hover {
      -webkit-transform: scale(1.2);
              transform: scale(1.2); }
    .colors__dot-text {
      width: 120px;
      margin-top: 10px;
      text-align: center;
      font-size: 14px;
      opacity: 0;
      transition: opacity .2s linear; }
    .colors__dot.active {
      -webkit-transform: scale(1.2);
              transform: scale(1.2); }
      .colors__dot.active > .colors__dot-text {
        opacity: 1; }
  .colors__slide {
    height: 100vh;
    position: relative;
    overflow: hidden; }
    .colors__slide > img {
      max-width: none;
      position: absolute;
      top: 50%;
      left: 50%;
      min-width: 100%;
      min-height: 100%;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%); }
  .colors__text {
    position: absolute;
    width: 100%;
    padding: 0 20px;
    top: 26%;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    font-size: 24px;
    text-align: center; }
  @media (max-width: 768px) {
    .colors__heading {
      top: 10%;
      font-size: 32px;
      padding: 0 10px; }
    .colors__text {
      top: 18%;
      padding: 0 10px;
      font-size: 20px; }
    .colors__slide {
      height: 500px; }
      .colors__slide > img {
        min-height: auto;
        height: 100%; }
    .colors__dot {
      width: 40px;
      height: 40px; }
      .colors__dot-text {
        font-size: 10px; } }
  @media (max-width: 400px) {
    .colors__heading {
      font-size: 28px; }
    .colors__text {
      font-size: 16px; } }

.consultation {
  background-color: #efefef; }
  .consultation__container {
    max-width: 1240px;
    padding: 80px 20px 100px; }
  .consultation__heading {
    text-align: center;
    font-size: 28px;
    color: #333;
    font-weight: 500; }
  .consultation__form {
    margin: 60px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px; }
    .consultation__form > input {
      width: 100%;
      padding: 24px;
      background-color: #e6e6e6;
      border: none;
      border-radius: 5px;
      font-size: 24px;
      color: #333; }
      .consultation__form > input::-webkit-input-placeholder {
        color: #333; }
      .consultation__form > input::-moz-placeholder {
        color: #333; }
      .consultation__form > input::-ms-input-placeholder {
        color: #333; }
      .consultation__form > input::placeholder {
        color: #333; }
  .consultation__name {
    max-width: 320px; }
  .consultation__phone {
    max-width: 440px; }
  .consultation__button {
    width: 100%;
    max-width: 370px;
    padding: 24px 60px;
    border-radius: 2px;
    font-size: 24px;
    font-weight: 500;
    background-color: #da203d; }
  .consultation__postscript {
    text-align: center;
    font-size: 16px;
    color: #999;
    font-weight: 300; }
    .consultation__postscript > a {
      text-decoration: none;
      transition: color .2s linear; }
      .consultation__postscript > a:hover {
        color: #ce1e39; }
  @media (max-width: 1366px) {
    .consultation__form > input {
      padding: 16px;
      font-size: 16px; }
    .consultation__button {
      max-width: 240px;
      font-size: 16px;
      padding: 16px 30px; } }
  @media (max-width: 768px) {
    .consultation__container {
      padding: 40px 20px; }
    .consultation__heading {
      font-size: 24px; }
    .consultation__form {
      margin: 40px 0; }
      .consultation__form > input {
        font-size: 14px; }
    .consultation__button {
      font-size: 14px; }
    .consultation__postscript {
      font-size: 14px; } }
  @media (max-width: 630px) {
    .consultation__heading {
      font-size: 20px; }
    .consultation__form {
      flex-direction: column; }
      .consultation__form > input {
        max-width: 320px; } }

.video {
  width: 100%;
  height: 100%; }
  .video__button {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 200px;
    height: 140px;
    background-color: transparent;
    background-image: url("../images/icons/play.png");
    background-position-y: bottom;
    background-repeat: no-repeat;
    background-size: contain;
    border: none;
    cursor: pointer; }
  @media (max-width: 1220px) {
    .video__button {
      width: 100px;
      height: 70px; } }

.history {
  background-color: #da203d; }
  .history__container {
    max-width: 1240px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 80px 20px;
    overflow: hidden;
    -webkit-column-gap: 50px;
       -moz-column-gap: 50px;
            column-gap: 50px; }
  .history__video {
    position: relative;
    width: 100%;
    max-width: 480px;
    height: 370px;
    background-image: url("../images/video_img.jpg");
    background-size: cover;
    background-repeat: no-repeat; }
    .history__video--run {
      background-image: none;
      background-color: black; }
  .history__box {
    width: 100%;
    color: white; }
  .history__heading {
    font-size: 32px;
    margin-bottom: 50px;
    line-height: 1.5; }
  .history__text {
    margin-bottom: 22px;
    font-size: 18px;
    font-weight: 300; }
    .history__text:last-child {
      margin-bottom: 0; }
  @media (max-width: 1220px) {
    .history__container {
      -webkit-column-gap: 30px;
         -moz-column-gap: 30px;
              column-gap: 30px; }
    .history__heading {
      font-size: 26px;
      margin-bottom: 30px; }
    .history__text {
      font-size: 16px;
      margin-bottom: 12px; } }
  @media (max-width: 768px) {
    .history__container {
      padding: 40px 20px;
      flex-direction: column-reverse;
      row-gap: 30px; }
    .history__heading {
      font-size: 24px; } }
  @media (max-width: 630px) {
    .history__heading {
      font-size: 20px; }
    .history__video {
      height: 290px; } }

.request {
  position: relative;
  background-image: url("../images/form-bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position-x: right; }
  .request__container {
    padding: 220px 20px;
    max-width: 1500px; }
  .request__content {
    position: relative;
    z-index: 1;
    width: 100%;
    max-width: 780px;
    color: white; }
  .request__img {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 0;
    height: 100%;
    width: 57%; }
  .request__heading {
    font-size: 28px; }
  .request__form {
    margin: 50px 0; }
    .request__form-row {
      display: flex;
      align-items: center;
      justify-content: space-between;
      -webkit-column-gap: 30px;
         -moz-column-gap: 30px;
              column-gap: 30px;
      margin-bottom: 40px; }
      .request__form-row:last-child {
        margin-bottom: 0; }
      .request__form-row > input {
        width: 100%;
        padding: 30px 24px;
        border: none;
        border-radius: 5px;
        font-size: 24px;
        color: #333; }
        .request__form-row > input::-webkit-input-placeholder {
          color: #333; }
        .request__form-row > input::-moz-placeholder {
          color: #333; }
        .request__form-row > input::-ms-input-placeholder {
          color: #333; }
        .request__form-row > input::placeholder {
          color: #333; }
  .request__name {
    max-width: 314px; }
  .request__phone {
    max-width: 436px; }
  .request__email {
    max-width: 384px; }
  .request__button {
    width: 100%;
    max-width: 370px;
    padding: 30px;
    font-size: 24px;
    border-radius: 2px; }
  .request__postscript {
    font-size: 16px;
    font-weight: 300; }
    .request__postscript > a {
      text-decoration: none;
      transition: color .2s linear; }
      .request__postscript > a:hover {
        color: #ce1e39; }
  @media (max-width: 1500px) {
    .request {
      background-position-x: 50%; } }
  @media (max-width: 1366px) {
    .request__form-row > input {
      padding: 16px;
      font-size: 16px; }
    .request__button {
      max-width: 360px;
      font-size: 16px;
      padding: 16px 30px; } }
  @media (max-width: 768px) {
    .request {
      background-image: url("../images/form-mobil-bg.jpg");
      background-position-x: left; }
      .request__container {
        padding: 40px 20px; }
      .request__heading {
        font-size: 24px; }
      .request__form-row > input {
        font-size: 14px; }
      .request__name, .request__email, .request__phone {
        max-width: 340px; }
      .request__button {
        max-width: 340px;
        padding: 16px 20px; } }
  @media (max-width: 630px) {
    .request__heading {
      font-size: 20px; }
    .request__form-row {
      flex-direction: column;
      row-gap: 20px;
      margin-bottom: 20px; } }

.examples {
  position: relative;
  height: 100vh; }
  .examples__container {
    position: absolute;
    padding: 90px 20px 20px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    z-index: 1;
    text-align: center;
    color: white; }
  .examples__heading {
    font-size: 34px;
    margin-bottom: 30px; }
  .examples__text {
    font-size: 18px; }
  .examples__slider {
    font-size: 0; }
  .examples__slider > .slick-dots {
    position: absolute;
    bottom: 10%;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    display: flex;
    justify-content: space-between; }
    .examples__slider > .slick-dots > li.slick-active > button {
      border: 2px solid #ce1e39; }
    .examples__slider > .slick-dots > li > button {
      position: relative;
      width: 26px;
      height: 26px;
      font-size: 0;
      border: 2px solid transparent;
      border-radius: 50%;
      background-color: transparent;
      cursor: pointer; }
      .examples__slider > .slick-dots > li > button::before {
        content: '';
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
        height: 12px;
        width: 12px;
        background-color: white;
        border-radius: 50%; }
  .examples__slide {
    height: 100vh;
    position: relative;
    overflow: hidden; }
    .examples__slide > img {
      max-width: none;
      position: absolute;
      top: 50%;
      left: 50%;
      min-width: 100%;
      min-height: 100%;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%); }
  .examples__arrow {
    position: absolute;
    z-index: 1;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 50px;
    height: 50px;
    cursor: pointer;
    background-color: transparent;
    background-image: url("../images/icons/arrow.png");
    background-size: cover;
    background-repeat: no-repeat;
    border: none; }
    .examples__arrow--prev {
      -webkit-transform: translateY(-50%) rotate(180deg);
              transform: translateY(-50%) rotate(180deg);
      left: 8%; }
    .examples__arrow--next {
      right: 8%; }
  @media (max-width: 768px) {
    .examples {
      height: auto; }
      .examples__container {
        padding: 40px 20px 20px; }
      .examples__heading {
        font-size: 24px; }
      .examples__slide {
        height: 500px; }
        .examples__slide > img {
          min-height: auto;
          height: 100%; } }

.footer {
  position: relative;
  background-color: #232323; }
  .footer__container {
    max-width: 1500px;
    padding: 130px 20px 80px;
    display: flex;
    justify-content: space-between;
    color: white; }
  .footer__block {
    display: flex;
    flex-direction: column; }
  .footer__logo {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); }
  .footer__text {
    max-width: 420px;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.3; }
  .footer__socials {
    display: flex;
    -webkit-column-gap: 14px;
       -moz-column-gap: 14px;
            column-gap: 14px;
    margin-top: 30px; }
  .footer__link {
    text-decoration: none;
    transition: color .2s linear; }
    .footer__link--red:hover {
      color: #ce1e39; }
  .footer__phone-box {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    margin-bottom: 24px; }
    .footer__phone-box span {
      display: block;
      color: #ce1e39;
      margin-top: 10px; }
  .footer__phone {
    text-decoration: none;
    font-size: 22px;
    font-weight: 700;
    transition: color .2s linear; }
    .footer__phone:hover {
      color: #ce1e39; }
  @media (max-width: 1366px) {
    .footer__logo {
      max-width: 140px;
      top: 20%; }
    .footer__text {
      max-width: 350px;
      font-size: 14px; } }
  @media (max-width: 640px) {
    .footer__container {
      flex-direction: column; }
    .footer__phone-box {
      align-items: flex-start;
      margin-top: 30px; } }

.questions__container {
  max-width: 1380px;
  padding: 100px 20px 60px; }

.questions__heading {
  font-size: 34px;
  color: #232323;
  font-weight: 500;
  text-align: center;
  margin-bottom: 70px; }
  .questions__heading > span {
    color: #da203d; }

.questions__content {
  position: relative;
  padding: 40px 0;
  display: flex;
  justify-content: space-between;
  -webkit-column-gap: 120px;
     -moz-column-gap: 120px;
          column-gap: 120px; }
  .questions__content::before {
    content: '';
    position: absolute;
    left: 50%;
    top: 0;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 1px;
    height: 100%;
    background-color: #e9e9e9; }

.questions__column {
  width: 100%; }

.questions__header {
  padding: 10px;
  display: flex;
  align-items: center;
  font-size: 18px;
  color: #808080;
  transition: background-color .2s linear;
  cursor: pointer; }
  .questions__header:hover {
    background-color: #e6e6e6; }
  .questions__header--active {
    background-color: #e6e6e6 !important; }
    .questions__header--active > .questions__button {
      -webkit-transform: rotate(90deg);
              transform: rotate(90deg); }

.questions__button {
  width: 100%;
  max-width: 22px;
  height: 22px;
  margin-right: 10px;
  background-color: transparent !important;
  background-image: url("../images/icons/arrow.png");
  background-repeat: no-repeat;
  background-size: cover;
  pointer-events: none; }

.questions__accordion {
  margin-bottom: 20px; }
  .questions__accordion:last-child {
    margin-bottom: 0; }
  .questions__accordion-content {
    padding: 10px;
    background-color: #f9f9f9;
    display: none; }
    .questions__accordion-content--active {
      display: block; }

@media (max-width: 1366px) {
  .questions__content {
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px; } }

@media (max-width: 1000px) {
  .questions__content {
    flex-direction: column; }
    .questions__content::before {
      display: none; } }

@media (max-width: 768px) {
  .questions__container {
    padding: 40px 10px; }
  .questions__column {
    margin-bottom: 20px; }
    .questions__column:last-child {
      margin-bottom: 0; }
  .questions__heading {
    margin-bottom: 20px;
    font-size: 24px; }
  .questions__header {
    font-size: 16px; }
    .questions__header:hover {
      background-color: transparent; }
  .questions__button {
    max-width: 14px;
    height: 14px; } }

.contacts {
  background-color: #f4f4f4;
  position: relative; }
  .contacts__container {
    max-width: 1500px;
    padding: 100px 20px 180px;
    display: flex; }
  .contacts__content {
    width: 50%;
    padding-right: 20px; }
  .contacts__map {
    position: absolute;
    top: 0;
    left: 50%;
    height: 100%;
    width: 50%; }
  .contacts__head {
    display: flex;
    align-items: center;
    margin-bottom: 60px; }
  .contacts__logo {
    width: 229px;
    margin-right: 34px; }
  .contacts__heading {
    font-size: 34px;
    color: #232323;
    font-weight: 500; }
    .contacts__heading > span {
      color: #da203d; }
  .contacts__text {
    font-size: 24px;
    color: #333; }
  .contacts__link {
    text-decoration: none;
    transition: color .2s linear; }
    .contacts__link:hover {
      color: #da203d; }
  .contacts__adress {
    font-size: 16px;
    margin: 20px 0; }
  @media (max-width: 1180px) {
    .contacts__heading {
      font-size: 28px; } }
  @media (max-width: 1300px) {
    .contacts__content {
      padding-right: 10px; }
    .contacts__head {
      flex-direction: column;
      align-items: flex-start; } }
  @media (max-width: 768px) {
    .contacts__content {
      padding-right: 0;
      width: 100%; }
    .contacts__heading {
      font-size: 24px; }
    .contacts__logo {
      width: 229px;
      margin-right: 14px; }
    .contacts__container {
      flex-direction: column;
      padding: 40px 20px 20px; }
    .contacts__head {
      flex-direction: row;
      align-items: center;
      margin-bottom: 40px; }
    .contacts__text {
      font-size: 18px; }
    .contacts__adress {
      margin: 10px 0; }
    .contacts__map {
      position: static;
      width: 100%;
      height: 400px;
      margin-top: 20px; } }

.catalog {
  position: relative;
  background-color: #efefef; }
  .catalog__container {
    max-width: 1240px;
    padding: 100px 20px 140px; }
  .catalog__heading {
    font-size: 34px;
    color: #333;
    text-align: center;
    margin-bottom: 28px; }
  .catalog__subheading {
    font-size: 14px;
    color: #333;
    text-align: center; }
  .catalog__block {
    max-width: 440px;
    width: 100%;
    margin-right: 20px;
    height: 650px;
    display: flex;
    flex-direction: column;
    justify-content: center; }
  .catalog__text {
    line-height: 1.3; }
  .catalog__tabs {
    display: flex;
    flex-direction: column-reverse; }
    .catalog__tabs-control {
      width: 100%;
      margin: 0 auto;
      display: flex;
      justify-content: center;
      gap: 30px;
      overflow-x: auto;
      padding-bottom: 10px;
      scrollbar-color: #de223e white;
      scrollbar-width: thin; }
      .catalog__tabs-control::-webkit-scrollbar {
        height: 6px;
        border-radius: 50px;
        background-color: white; }
      .catalog__tabs-control::-webkit-scrollbar-thumb {
        border-radius: 50px;
        background-color: #de223e; }
    .catalog__tabs-button {
      padding-bottom: 12px;
      font-size: 22px;
      color: #4d4d4d;
      white-space: nowrap;
      border: none;
      border-bottom: 3px dotted transparent;
      cursor: pointer;
      background-color: transparent;
      transition: color .2s linear; }
      .catalog__tabs-button:hover {
        color: #363535; }
      .catalog__tabs-button--active {
        color: #de223e;
        border-bottom: 3px dotted #de223e;
        cursor: default; }
        .catalog__tabs-button--active:hover {
          color: #de223e; }
    .catalog__tabs-content {
      width: 100%;
      position: absolute;
      top: 0;
      left: 0;
      margin: 80px 0 120px;
      display: flex;
      opacity: 0;
      transition: opacity .2s linear;
      z-index: -1; }
      .catalog__tabs-content--active {
        position: static;
        opacity: 1;
        z-index: 1; }
  .catalog__box {
    width: 100%;
    height: 100%; }
  .catalog__colors {
    margin-top: 50px;
    font-size: 14px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 60px;
    text-align: center; }
  .catalog__item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between; }
  .catalog__img {
    margin-bottom: 30px;
    width: 80px; }
  .catalog__slider {
    font-size: 0;
    width: 54%;
    position: absolute;
    right: 0; }
  .catalog__arrow {
    position: absolute;
    z-index: 1;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 50px;
    height: 50px;
    cursor: pointer;
    background-color: transparent;
    background-image: url("../images/icons/arrow.png");
    background-size: cover;
    background-repeat: no-repeat;
    border: none; }
    .catalog__arrow--next {
      right: 14%; }
    .catalog__arrow--prev {
      left: 14%;
      -webkit-transform: translateY(-50%) rotate(180deg);
              transform: translateY(-50%) rotate(180deg); }
    .catalog__arrow.slick-disabled {
      opacity: 0;
      pointer-events: none; }
  .catalog__slider .slick-slide {
    margin: 0 6px; }
  .catalog__slide {
    height: 650px;
    position: relative;
    overflow: hidden; }
    .catalog__slide > img {
      max-width: none;
      position: absolute;
      top: 50%;
      left: 50%;
      min-width: 100%;
      min-height: 100%;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%); }
  @media (max-width: 1366px) {
    .catalog__block {
      max-width: 330px; }
    .catalog__colors {
      gap: 30px; }
    .catalog__img {
      width: 60px; }
    .catalog__slider {
      width: 64%; }
    .catalog__slide {
      height: 500px; }
    .catalog__block {
      height: 500px; } }
  @media (max-width: 1080px) {
    .catalog__slider {
      width: 50%; } }
  @media (max-width: 880px) {
    .catalog__tabs-control {
      justify-content: flex-start; } }
  @media (max-width: 768px) {
    .catalog__container {
      padding: 40px 20px; }
    .catalog__heading {
      font-size: 24px; }
    .catalog__tabs {
      position: relative; }
    .catalog__tabs-content {
      flex-direction: column;
      margin: 40px 0 80px; }
    .catalog__slider {
      position: relative;
      width: 100%; }
    .catalog__block {
      height: auto;
      max-width: none;
      margin: 30px auto; }
    .catalog__slider > .slick-dots {
      position: absolute;
      bottom: -10%;
      left: 50%;
      -webkit-transform: translateX(-50%);
              transform: translateX(-50%);
      display: flex;
      justify-content: space-between; }
      .catalog__slider > .slick-dots > li.slick-active > button {
        border: 2px solid #ce1e39; }
      .catalog__slider > .slick-dots > li > button {
        position: relative;
        width: 26px;
        height: 26px;
        font-size: 0;
        border: 2px solid transparent;
        border-radius: 50%;
        background-color: transparent;
        cursor: pointer; }
        .catalog__slider > .slick-dots > li > button::before {
          content: '';
          position: absolute;
          top: 50%;
          left: 50%;
          -webkit-transform: translate(-50%, -50%);
                  transform: translate(-50%, -50%);
          height: 12px;
          width: 12px;
          background-color: white;
          border-radius: 50%; } }
