@-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: "AZGaramondC";
  src: url("../fonts/AZGaramondC/AZGaramondC-Thin.woff2") format("woff2"), url("../fonts/AZGaramondC/AZGaramondC-Thin.woff") format("woff");
  font-weight: 100;
  font-style: normal; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@font-face {
  font-family: "AZGaramondC";
  src: url("../fonts/AZGaramondC/AZGaramondC-BlackItalic.woff2") format("woff2"), url("../fonts/AZGaramondC/AZGaramondC-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: "AZGaramondC", 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: 10px 30px 20px;
  border-radius: 50px;
  background-color: #96e7e0;
  color: #363838;
  font-size: 28px;
  text-transform: lowercase;
  cursor: pointer;
  transition: background-color .2s linear, color .2s linear; }
  .button:hover {
    background-color: #6dc7bf;
    color: white; }

@media (max-width: 1028px) {
  .button {
    font-size: 22px;
    padding: 10px 20px; } }

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: #ff0000;
    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; } }

.site-bar {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 101;
  width: 364px;
  height: 100vh;
  padding: 92px 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 28px;
  color: #7b7a79;
  background-color: #fdfaf1; }
  .site-bar::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -2;
    width: 100%;
    height: 100%;
    box-shadow: 10px 0 50px 0px rgba(0, 0, 0, 0.4); }
  .site-bar::after {
    content: '';
    position: absolute;
    z-index: 1;
    top: 0;
    right: -6px;
    width: 14px;
    height: 100%;
    background-image: url("../images/long_border_menu.png");
    background-repeat: repeat-y;
    background-size: cover; }

.logo {
  width: 200px;
  height: 160px; }

.navigation {
  margin: 100px 0 69px; }
  .navigation_list {
    list-style-type: circle;
    padding: 0 22px; }
  .navigation__link {
    text-decoration: none; }
  .navigation_item {
    margin-bottom: 22px;
    cursor: pointer;
    transition: color .2s linear; }
    .navigation_item:hover {
      color: #3a3a39; }
  .navigation_item:last-child {
    margin-bottom: 0; }

.contacts {
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 4px;
  font-size: 20px;
  margin-top: 40px; }
  .contacts span {
    margin-bottom: 4px;
    text-transform: lowercase; }
  .contacts_link {
    font-size: 28px;
    text-decoration: none;
    transition: color .2 linear; }
    .contacts_link:hover {
      color: #3a3a39; }

@media (max-height: 950px) {
  .site-bar {
    padding: 20px; }
    .site-bar__button {
      padding: 10px 30px;
      font-size: 22px; }
  .logo {
    width: 100px;
    height: 80px; }
  .contacts__link {
    font-size: 22px; }
  .navigation {
    margin: 40px 0;
    font-size: 20px;
    overflow-y: auto;
    scrollbar-color: #787787 white;
    scrollbar-width: thin; }
    .navigation::-webkit-scrollbar {
      width: 6px;
      border-radius: 50px;
      background-color: white; }
    .navigation::-webkit-scrollbar-thumb {
      border-radius: 50px;
      background-color: #787787; }
    .navigation_list {
      margin: 1px 0; }
    .navigation_item {
      margin-bottom: 12px; } }

@media (max-width: 1028px) {
  .site-bar {
    width: 280px;
    font-size: 20px;
    left: -320px;
    padding: 20px;
    transition: left .2s linear; }
    .site-bar::before {
      box-shadow: 10px 0 20px 0px rgba(0, 0, 0, 0.4); }
    .site-bar--active {
      left: 0; }
  .logo {
    width: 100px;
    height: 80px; }
  .navigation {
    margin: 40px 0 40px; }
    .navigation_item {
      margin-bottom: 10px; }
  .contacts {
    row-gap: 10px; }
    .contacts_link {
      font-size: 22px; } }

@media (max-width: 360px) {
  .site-bar {
    width: 260px; } }

.header {
  display: none; }

@media (max-width: 1028px) {
  .header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 100;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 20px;
    background-color: #fdfaf1; }
    .header_phone {
      width: 30px;
      height: 30px;
      padding: 0;
      border-radius: 0;
      background-color: transparent;
      background-image: url("../images/icons/phone.png");
      background-size: cover;
      border: none;
      cursor: pointer; }
    .header .logo {
      display: block;
      position: absolute;
      left: 50%;
      top: 50%;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      width: 50px;
      height: 40px; }
    .header_burger {
      position: relative;
      height: 20px;
      display: flex;
      align-items: center;
      cursor: pointer; }
      .header_burger span {
        display: block;
        width: 30px;
        height: 2px;
        background-color: #5b5b5b;
        transition: opacity .2s linear; }
      .header_burger::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        display: block;
        width: 30px;
        height: 2px;
        background-color: #5b5b5b;
        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: #5b5b5b;
        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: 80vw;
  max-width: 360px;
  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__close {
      right: 0;
      -webkit-transform: translate(50%, -50%);
              transform: translate(50%, -50%); }
    .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; }

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

.content {
  width: 100%;
  padding-left: 364px; }

.heading {
  font-weight: 700;
  color: #000;
  font-size: 60px;
  text-transform: uppercase; }
  .heading--gold {
    color: #d9c28c; }

@media (max-width: 1600px) {
  .heading {
    font-size: 46px; } }

@media (max-width: 1028px) {
  .content {
    padding: 0;
    margin-top: 50px; }
    .content--passively {
      pointer-events: none;
      -webkit-filter: brightness(0.5);
              filter: brightness(0.5); } }

@media (max-width: 768px) {
  .heading {
    font-size: 36px; } }

@media (max-width: 500px) {
  .heading {
    font-size: 26px; } }

.welcome {
  position: relative;
  font-size: 0; }
  .welcome_heading {
    position: absolute;
    bottom: 210px;
    margin-left: 200px;
    font-size: 100px;
    color: white;
    text-shadow: #000 1px 0 10px; }
  .welcome_slide {
    height: 100vh;
    position: relative;
    overflow: hidden; }
    .welcome_slide:hover > img {
      -webkit-transform: translate(-50%, -50%) scale(1.1);
              transform: translate(-50%, -50%) scale(1.1); }
    .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%);
      transition: -webkit-transform .4s linear;
      transition: transform .4s linear;
      transition: transform .4s linear, -webkit-transform .4s linear; }
  .welcome_button {
    position: absolute;
    bottom: 90px;
    right: 84px;
    width: 104px;
    height: 78px;
    background-color: transparent;
    background-image: url("../images/icons/360.png");
    background-size: cover;
    border: none;
    cursor: pointer;
    transition: -webkit-transform .2s linear;
    transition: transform .2s linear;
    transition: transform .2s linear, -webkit-transform .2s linear; }
    .welcome_button:hover {
      -webkit-transform: scale(1.1);
              transform: scale(1.1); }

@media (max-width: 1600px) {
  .welcome_heading {
    font-size: 70px; } }

@media (max-width: 1366px) {
  .welcome_heading {
    bottom: 150px;
    margin-left: 100px;
    font-size: 50px; }
  .welcome_button {
    bottom: 50px;
    right: 30px;
    width: 52px;
    height: 38px; } }

@media (max-width: 1028px) {
  .welcome_slide {
    height: calc(100vh - 64px); } }

@media (max-width: 768px) {
	
	.welcome_slide > img {
	  max-width: 100%;}
	
  .welcome_heading {
    bottom: 120px;
    margin-left: 40px;
    font-size: 48px; }
  .welcome_button {
    bottom: 20px; }
  .welcome_slide {
    height: 30vh; } }

@media (max-width: 500px) {
  .welcome_heading {
    font-size: 26px; } }

.complex {
  min-height: 800px;
  height: 100vh;
  display: flex;
  align-items: center;
  background-image: url("../images/img_2.jpg");
  background-repeat: no-repeat;
  background-size: cover; }
  .complex_content {
    max-width: 802px;
    padding-left: 112px; }
  .complex_description {
    max-width: 628px;
    font-family: "GothamPro";
    font-size: 20px;
    color: white;
    margin: 74px 0; }
  .complex_layout {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px; }
  .complex_item {
    font-size: 20px;
    color: white;
    text-transform: uppercase;
    margin-bottom: 10px; }
    .complex_item span {
      font-size: 36px;
      font-weight: 700; }
  .complex_sub-caption {
    margin-top: 70px;
    text-transform: uppercase;
    font-size: 46px;
    color: white; }

@media (max-width: 1366px) {
  .complex_content {
    padding: 20px 20px 20px 60px; }
  .complex_sub-caption {
    font-size: 36px; } }

@media (max-width: 768px) {
  .complex {
    height: auto;
    min-height: auto; }
    .complex_content {
      max-width: 600px;
      padding: 80px 20px; }
    .complex_description {
      max-width: inherit;
      margin: 40px 0; }
    .complex_item {
      font-size: 16px; }
      .complex_item span {
        font-size: 26px; }
    .complex_sub-caption {
      font-size: 26px; } }

@media (max-width: 500px) {
  .complex_content {
    padding: 80px 10px; }
  .complex_item {
    font-size: 14px; }
    .complex_item span {
      font-size: 22px; }
  .complex_sub-caption {
    font-size: 24px; } }

.advantage {
  min-height: 100vh;
  background-image: url("../images/img_2.jpg");
  background-repeat: no-repeat;
  background-size: cover; }
  .advantage_content {
    width: 100%;
    max-width: 1216px;
    padding: 20px 20px 20px 112px;
    box-sizing: content-box; }
  .advantage_list {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 52px; }
  .advantage_item {
    position: relative;
    display: flex;
    flex: 1 1 340px;
    align-items: flex-end;
    padding-bottom: 19.8%;
    max-width: 396px;
    overflow: hidden; }
    .advantage_item::before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      background-image: linear-gradient(to top, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 70%);
      width: 100%;
      height: 100%;
      z-index: 1; }
  .advantage_image {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    min-width: 100%;
    min-height: 100%; }
  .advantage_caption {
    position: absolute;
    bottom: 26px;
    left: 22px;
    right: 22px;
    font-size: 28px;
    font-weight: 700;
    color: #fff;
    z-index: 2; }
  @media screen and (max-width: 1366px) {
    .advantage_content {
      width: 100%;
      max-width: 1216px;
      padding: 40px;
      box-sizing: border-box; }
    .advantage_item {
      flex-basis: 220px;
      padding-bottom: 30%; }
      .advantage_item::before {
        background-color: rgba(0, 0, 0, 0.4); } }
  @media screen and (max-width: 768px) {
    .advantage_content {
      box-sizing: border-box; }
    .advantage_list {
      flex-direction: column; }
    .advantage_item {
      flex-shrink: 1;
      flex-grow: 1;
      flex-basis: auto;
      max-width: 100%;
      padding-bottom: 50%; } }

.slider-block {
  position: relative;
  font-size: 0; }
  .slider-block_heading {
    position: absolute;
    bottom: 370px;
    margin-left: 400px;
    font-size: 74px;
    color: white;
    text-shadow: #000 1px 0 10px; }
  .slider-block_slide {
    height: 100vh;
    position: relative;
    overflow: hidden; }
    .slider-block_slide:hover > img {
      -webkit-transform: translate(-50%, -50%) scale(1.1);
              transform: translate(-50%, -50%) scale(1.1); }
    .slider-block_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%);
      transition: -webkit-transform .4s linear;
      transition: transform .4s linear;
      transition: transform .4s linear, -webkit-transform .4s linear; }

@media (max-width: 1660px) {
  .slider-block_heading {
    margin-left: 200px;
    font-size: 60px; } }

@media (max-width: 1366px) {
  .slider-block_heading {
    margin-left: 100px;
    font-size: 50px; } }

@media (max-width: 1028px) {
  .slider-block_slide {
    height: calc(100vh - 64px); } }

@media (max-width: 768px) {
  .slider-block_heading {
    bottom: 140px;
    margin-left: 40px;
    font-size: 38px; }
  .slider-block_slide {
    height: 50vh; } }

.documentation {
  background-color: #96e7e0;
  min-height: 100vh; }
  .documentation_content {
    padding: 98px 20px 20px 160px; }
  .documentation_layout {
    max-width: 1030px;
    margin-top: 100px;
    display: flex;
    justify-content: space-between;
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
    color: black; }
  .documentation_column {
    width: 100%;
    max-width: 430px; }
  .documentation__img {
    width: 100%;
    max-width: 72px; }
  .documentation_text-box {
    position: relative;
    max-width: 316px;
    display: flex;
    justify-content: space-between;
    font-family: "GothamPro"; }
    .documentation_text-box::before {
      content: '';
      position: absolute;
      bottom: 2px;
      left: 0;
      height: 1px;
      width: 100%;
      z-index: 0;
      border-bottom: 2px dotted black; }
  .documentation_text {
    z-index: 1;
    background-color: #96e7e0; }
    .documentation_text:first-child {
      padding-right: 2px; }
  .documentation_item {
    display: flex;
    justify-content: space-between;
    -webkit-column-gap: 10px;
       -moz-column-gap: 10px;
            column-gap: 10px;
    margin-bottom: 50px; }
    .documentation_item:last-child {
      margin-bottom: 0; }
    .documentation_item-box {
      width: 100%; }
    .documentation_item-heading {
      margin-bottom: 30px;
      font-size: 30px; }

@media (max-width: 1366px) {
  .documentation_content {
    padding: 98px 20px 90px 60px; }
  .documentation_column {
    max-width: 400px; }
  .documentation__img {
    width: 44px; }
  .documentation_item {
    margin-bottom: 30px; }
    .documentation_item-heading {
      font-size: 26px;
      margin-bottom: 10px; } }

@media (max-width: 768px) {
  .documentation {
    height: auto;
    min-height: auto; }
    .documentation_content {
      padding: 80px 20px; }
    .documentation_layout {
      margin-top: 40px;
      flex-direction: column; } }

@media (max-width: 500px) {
  .documentation_item {
    margin-bottom: 20px; }
    .documentation_item-heading {
      font-size: 22px;
      margin-bottom: 10px; } }

.tabs__button {
  position: relative;
  padding-bottom: 10px;
  border: none;
  border-bottom: 2px dotted transparent;
  background-color: transparent;
  font-size: 24px;
  white-space: nowrap;
  cursor: pointer; }
  .tabs__button--active {
    cursor: default;
    border-bottom: 2px dotted #5b5b5b; }
  .tabs__button::before {
    content: '-';
    position: absolute;
    left: -18px; }

.tabs__control {
  display: flex;
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
  font-size: 33.8px;
  padding-bottom: 10px;
  margin: 36px 0 30px;
  overflow-x: auto;
  scrollbar-color: #787787 white;
  scrollbar-width: thin; }
  .tabs__control::-webkit-scrollbar {
    height: 6px;
    border-radius: 50px;
    background-color: white; }
  .tabs__control::-webkit-scrollbar-thumb {
    border-radius: 50px;
    background-color: #787787; }

.tabs__list {
  position: relative; }

.tabs__content {
  max-width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: opacity .2s linear;
  z-index: -1; }
  .tabs__content--active {
    position: relative;
    opacity: 1;
    z-index: 1; }

.map {
  height: 100vh; }
  .map__marker {
    position: relative;
    top: -60px;
    left: 26px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    background-color: #fff;
    width: 140px;
    height: 140px; }
  .map__logo {
    width: 77px;
    height: 60px;
    background-image: url("../images/logo.png");
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat; }

@media (max-width: 768px) {
  .map {
    height: 80vh; } }

.video {
  position: relative; }
  .video__file {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  .video__content {
    height: 100vh;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    background-image: url("../images/img_2.jpg");
    background-repeat: no-repeat;
    background-size: cover; }
    .video__content--run {
      background-image: none;
      background-color: #000; }
      .video__content--run .video__heading,
      .video__content--run .video__button {
        display: none; }
  .video__heading {
    color: white; }
  .video__button {
    height: 190px;
    width: 190px;
    margin-bottom: 26px;
    background-color: transparent;
    background-image: url("../images/icons/play.png");
    background-repeat: no-repeat;
    background-size: cover;
    border: none;
    cursor: pointer; }

@media (max-width: 1600px) {
  .video__button {
    height: 130px;
    width: 130px; } }

@media (max-width: 1366px) {
  .video__button {
    height: 100px;
    width: 100px; } }

@media (max-width: 768px) {
  .video__button {
    height: 80px;
    width: 80px; } }

@media (max-width: 500px) {
  .video__button {
    height: 60px;
    width: 60px; } }

.rooms {
  background-color: #96e7e0;
  min-height: 100vh;
  padding: 94px 180px 76px;
  box-sizing: border-box; }
  .rooms__title {
    margin-bottom: 32px; }
  .rooms__slider {
    margin: 0 -20px; }
    .rooms__slider .slick-slide {
      margin: 0 20px; }
    .rooms__slider .slick-dots {
      position: absolute;
      bottom: -50px;
      left: 50%;
      -webkit-transform: translateX(-50%);
              transform: translateX(-50%);
      display: flex;
      justify-content: space-between; }
      .rooms__slider .slick-dots > li.slick-active > button {
        border: 2px solid #787787; }
      .rooms__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; }
        .rooms__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%; }
  .rooms__arrow {
    position: absolute;
    top: 50%;
    border: none;
    background-color: transparent;
    background-size: cover;
    width: 34px;
    height: 18px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    transition: opacity .2s linear;
    cursor: pointer; }
    .rooms__arrow--prev {
      left: -38px;
      background-image: url("../images/icons/arrow-left.png"); }
    .rooms__arrow--next {
      right: -38px;
      background-image: url("../images/icons/arrow-right.png"); }
    .rooms__arrow.slick-disabled {
      opacity: 0;
      pointer-events: none; }
  .rooms__item {
    display: flex;
    flex-direction: column; }
  .rooms__image {
    position: relative;
    width: 100%;
    padding-bottom: 100%;
    overflow: hidden; }
    .rooms__image:hover .rooms__picture {
      -webkit-transform: translate(-50%, -50%) scale(1.1);
              transform: translate(-50%, -50%) scale(1.1); }
  .rooms__picture {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    min-width: 100%;
    min-height: 100%;
    transition: -webkit-transform .4s linear;
    transition: transform .4s linear;
    transition: transform .4s linear, -webkit-transform .4s linear; }
  .rooms__caption {
    font-size: 30px;
    font-weight: 700;
    text-transform: uppercase;
    color: #5b5b5b;
    margin: 30px 0; }
  .rooms__description {
    color: #5b5b5b; }
  .rooms__row {
    position: relative;
    width: 100%;
    display: flex;
    justify-content: space-between; }
    .rooms__row::before {
      content: '';
      position: absolute;
      bottom: 2px;
      left: 0;
      height: 1px;
      width: 100%;
      z-index: 0;
      border-bottom: 2px dotted #5b5b5b; }
  .rooms__text {
    z-index: 1;
    background-color: #96e7e0;
    font-family: "GothamPro";
    font-size: 20px; }
    .rooms__text:first-child {
      padding-right: 2px; }
  .rooms__gallery {
    display: flex;
    -webkit-column-gap: 10px;
       -moz-column-gap: 10px;
            column-gap: 10px;
    row-gap: 20px;
    margin-top: 30px; }
  .rooms__plans {
    flex-grow: 1;
    flex-shrink: 1;
    width: 240px;
    height: 60px; }
  .rooms__plan {
    position: relative;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border: 2px solid #fff;
    border-radius: 30px;
    font-size: 27px;
    text-decoration: none;
    text-transform: lowercase;
    color: #fff;
    background-color: #787787;
    width: 100%;
    height: 100%;
    padding: 0 20px;
    box-sizing: border-box; }
    .rooms__plan::before {
      content: '';
      position: absolute;
      top: 2px;
      left: 0;
      border-radius: 30px;
      border-bottom: 1px solid #787787;
      height: 100%;
      z-index: -1; }
  .rooms__photos {
    flex-grow: 1;
    flex-shrink: 1;
    width: 120px;
    height: 60px; }
  .rooms__photo {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 30px;
    font-size: 27px;
    text-transform: lowercase;
    text-decoration: none;
    color: #787787;
    background-color: #fff;
    width: 100%;
    height: 100%;
    padding: 0 20px;
    box-sizing: border-box; }
  .rooms__hidden {
    display: none; }

@media (max-width: 1366px) {
  .rooms {
    padding: 70px 80px; }
    .rooms__caption {
      font-size: 22px; }
    .rooms__text {
      font-size: 16px; }
    .rooms__photos, .rooms__plans {
      height: 50px; }
    .rooms__photo, .rooms__plan {
      font-size: 24px; } }

@media (max-width: 1080px) {
  .rooms {
    padding: 70px 60px; } }

@media (max-width: 768px) {
  .rooms {
    padding: 70px 20px; } }
