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

@-webkit-keyframes swing {
  15% {
    -webkit-transform: translateX(9px);
            transform: translateX(9px); }
  30% {
    -webkit-transform: translateX(-9px);
            transform: translateX(-9px); }
  40% {
    -webkit-transform: translateX(6px);
            transform: translateX(6px); }
  50% {
    -webkit-transform: translateX(-6px);
            transform: translateX(-6px); }
  65% {
    -webkit-transform: translateX(3px);
            transform: translateX(3px); }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0); } }

@keyframes swing {
  15% {
    -webkit-transform: translateX(9px);
            transform: translateX(9px); }
  30% {
    -webkit-transform: translateX(-9px);
            transform: translateX(-9px); }
  40% {
    -webkit-transform: translateX(6px);
            transform: translateX(6px); }
  50% {
    -webkit-transform: translateX(-6px);
            transform: translateX(-6px); }
  65% {
    -webkit-transform: translateX(3px);
            transform: translateX(3px); }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0); } }

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

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

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

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

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

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: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  font-family: "Montserrat", Tahoma, Arial, sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: #000;
  min-height: 100vh; }

main {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          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;
  background-color: transparent;
  cursor: pointer; }

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

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

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

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

* {
  -webkit-text-size-adjust: none;
  -webkit-box-sizing: border-box;
          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: 1252px;
  padding: 80px 20px;
  margin: 0 auto; }
  .wrapper--wide {
    max-width: 1404px; }
  @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; } }

.button {
  position: relative;
  background-image: url("../images/button-pink.png");
  background-repeat: no-repeat;
  -webkit-background-size: contain;
          background-size: contain;
  color: #fff;
  width: 281px;
  height: 97px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }
  .button--callback {
    font-size: 15px;
    text-transform: lowercase;
    background-image: url("../images/button-red.png");
    width: 161px;
    height: 55px;
    padding: 0; }
  @media screen and (max-width: 1190px) {
    .button {
      font-size: 18px;
      width: 174px;
      height: 60px; }
      .button--callback {
        font-size: 11px;
        width: 116px;
        height: 40px; } }
  @media screen and (max-width: 768px) {
    .button {
      font-size: 16px;
      width: 154px;
      height: 54px; } }

.slider-dots {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 0; }
  .slider-dots li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            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: #054e85;
    width: 24px;
    height: 6px;
    -webkit-transition: background-color .2s linear,
 width .2s linear,
 height .2s linear;
    -o-transition: background-color .2s linear,
 width .2s linear,
 height .2s linear;
    transition: background-color .2s linear,
 width .2s linear,
 height .2s linear; }
  @media screen and (max-width: 768px) {
    .slider-dots button {
      width: 14px;
      height: 14px; } }

.slider-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1; }
  .slider-arrow--prev {
    left: 0; }
  .slider-arrow--next {
    right: 0; }

.scrollUp {
  position: fixed;
  bottom: 26px;
  right: 28px;
  width: 40px;
  height: 40px; }
  .scrollUp__arrow {
    position: absolute;
    top: 58%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 30px;
    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; }

.button:hover,
.advantages__button:hover,
.form__button:hover,
.contacts__button:hover {
  -webkit-animation: swing .6s ease;
          animation: swing .6s ease;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1; }

.footer {
  font-family: "Candara";
  font-size: 17.8px;
  font-weight: 400;
  color: #999999;
  background-color: #f5f5f5; }
  .footer__wrapper {
    padding-top: 60px;
    padding-bottom: 40px; }
  .footer__list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  .footer__item {
    max-width: 350px;
    margin: 0 10px; }
    .footer__item--developer {
      color: #000000; }
      .footer__item--developer a {
        text-decoration: none; }
        .footer__item--developer a:hover, .footer__item--developer a:focus {
          text-decoration: underline; }
    .footer__item:first-child {
      margin-left: 0; }
    .footer__item:last-child {
      margin-right: 0; }
  .footer__copyright {
    color: #000000;
    margin-bottom: 16px; }
  .footer__consent {
    text-align: left;
    line-height: 1;
    -webkit-transition: color .2s linear;
    -o-transition: color .2s linear;
    transition: color .2s linear; }
    .footer__consent:hover, .footer__consent:focus {
      color: #054e85; }
  @media screen and (max-width: 1190px) {
    .footer {
      font-size: 16px; } }
  @media screen and (max-width: 768px) {
    .footer__wrapper {
      padding-top: 20px;
      padding-bottom: 20px; }
    .footer__list {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column; }
    .footer__item {
      text-align: center;
      max-width: none;
      margin: 0 0 10px; }
      .footer__item:last-child {
        margin-bottom: 0; }
    .footer__copyright {
      margin-bottom: 10px; }
    .footer__consent {
      text-align: center; } }

.form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%; }
  @media screen and (max-width: 768px) {
    .form {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column; } }
  .form__item {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -webkit-flex-shrink: 1;
        -ms-flex-negative: 1;
            flex-shrink: 1;
    margin-right: 28px; }
    .form__item:last-child {
      margin-right: 0; }
    @media screen and (max-width: 768px) {
      .form__item {
        max-width: 460px;
        margin-right: 0;
        margin-bottom: 14px; } }
  .form__button {
    position: relative;
    font-size: 28px;
    width: 244px;
    height: 84px;
    z-index: 1; }
    .form__button::before {
      content: '';
      position: absolute;
      top: 0px;
      left: -6px;
      background-image: url("../images/button-pink-shadow.png");
      -webkit-background-size: cover;
              background-size: cover;
      width: 272px;
      height: 114px;
      z-index: -1; }
    @media screen and (max-width: 1190px) {
      .form__button {
        font-size: 20px;
        width: 174px;
        height: 60px; }
        .form__button::before {
          top: -2px;
          width: 202px;
          height: 84px; } }
    @media screen and (max-width: 768px) {
      .form__button {
        font-size: 16px;
        width: 154px;
        height: 54px; }
        .form__button::before {
          width: 182px;
          height: 77px; } }

input[type=text] {
  border: none;
  -webkit-border-radius: 20px;
          border-radius: 20px;
  font-size: 25px;
  color: #008dc6;
  -webkit-box-shadow: 0 0 16px rgba(0, 0, 0, 0.4);
          box-shadow: 0 0 16px rgba(0, 0, 0, 0.4);
  height: 82px;
  padding: 0 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }
  @media screen and (max-width: 1190px) {
    input[type=text] {
      font-size: 20px;
      height: 60px; } }

.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;
    -webkit-border-radius: 3px;
            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%);
          -ms-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      -webkit-border-radius: 2px;
              border-radius: 2px;
      background-color: #ddd;
      width: 10px;
      height: 10px;
      visibility: hidden; }

.header {
  position: absolute;
  top: 52px;
  width: 100%;
  z-index: 10; }
  .header--hide {
    position: fixed;
    top: 0 !important;
    -webkit-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
            transform: translateY(-100%);
    overflow: hidden; }
  .header--fixed {
    position: fixed;
    top: 0 !important;
    background-color: rgba(168, 218, 241, 0.9);
    padding: 6px 0;
    -webkit-transition: -webkit-transform .2s linear;
    transition: -webkit-transform .2s linear;
    -o-transition: transform .2s linear;
    transition: transform .2s linear;
    transition: transform .2s linear, -webkit-transform .2s linear; }
    .header--fixed .header__logo {
      max-width: 120px;
      min-width: 120px; }
  .header__wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    padding-top: 0;
    padding-bottom: 0; }
  .header__menu {
    display: none;
    font-size: 0; }
    .header__menu svg {
      fill: #054e85; }
  .header__logo {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -webkit-flex-shrink: 1;
        -ms-flex-negative: 1;
            flex-shrink: 1;
    max-width: 265px;
    min-width: 160px; }
    .header__logo img {
      width: 100%; }
  .header__navigation {
    font-size: 22px;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -webkit-flex-shrink: 1;
        -ms-flex-negative: 1;
            flex-shrink: 1;
    max-width: 530px;
    margin: 0 20px; }
  .header__information {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -webkit-flex-shrink: 1;
        -ms-flex-negative: 1;
            flex-shrink: 1;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    max-width: 410px; }
  .header__connection {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-align-self: center;
        -ms-flex-item-align: center;
            align-self: center; }
  .header__phone {
    display: block;
    font-size: 19.8px;
    text-decoration: none;
    white-space: nowrap;
    color: #008dc6;
    margin-bottom: 8px; }
    .header__phone svg {
      display: none;
      fill: #054e85; }
    .header__phone:hover, .header__phone:focus {
      text-decoration: underline; }
  .header__caption {
    font-family: "Candara";
    font-size: 19.3px;
    text-transform: lowercase;
    color: #054e85; }
  .header__callback {
    margin-left: 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
  @media screen and (max-width: 1366px) {
    .header {
      top: 30px; }
      .header__logo {
        max-width: 160px; }
      .header__navigation {
        font-size: 18px;
        max-width: 480px; }
      .header__information {
        max-width: 320px; }
      .header__phone {
        font-size: 16px; }
      .header__caption {
        font-size: 14px; }
      .header__callback {
        font-size: 12px;
        padding-bottom: 10px; } }
  @media screen and (max-width: 1190px) {
    .header__callback {
      font-size: 11px;
      padding-bottom: 0; } }
  @media screen and (max-width: 980px) {
    .header__logo {
      min-width: 120px; }
    .header__information {
      -webkit-box-flex: 0;
      -webkit-flex-grow: 0;
          -ms-flex-positive: 0;
              flex-grow: 0; }
    .header__phone {
      font-size: 0;
      margin: 0; }
      .header__phone svg {
        display: block; }
    .header__caption {
      font-size: 0; } }
  @media screen and (max-width: 768px) {
    .header {
      position: fixed;
      top: 0;
      left: 0;
      background-color: rgba(168, 218, 241, 0.8);
      width: 100%;
      padding: 4px 0; }
      .header--hide {
        -webkit-transform: translateY(0);
            -ms-transform: translateY(0);
                transform: translateY(0);
        overflow: visible; }
      .header__menu {
        display: block; }
      .header__logo {
        max-width: 80px;
        min-width: 0; }
      .header__navigation {
        margin: 0; }
      .header__callback {
        display: none; } }

.navigation {
  z-index: 1; }
  .navigation--fixed {
    position: fixed;
    top: 0 !important;
    background-color: rgba(101, 33, 54, 0.6);
    -webkit-transition: background-color .2s linear;
    -o-transition: background-color .2s linear;
    transition: background-color .2s linear;
    z-index: 10; }
  .navigation__close {
    display: none; }
  .navigation__list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    line-height: 1;
    max-width: 1110px;
    margin: 0 auto; }
  .navigation__item {
    text-transform: lowercase;
    white-space: nowrap;
    color: #054e85;
    margin: 0 6px; }
    .navigation__item:first-child {
      margin-left: 0; }
    .navigation__item:last-child {
      margin-right: 0; }
    .navigation__item a {
      position: relative;
      text-decoration: none; }
      .navigation__item a::after {
        content: '';
        position: absolute;
        bottom: -10px;
        left: 0;
        background-image: url("../images/dot.png");
        background-repeat: repeat-x;
        width: 100%;
        height: 4px;
        opacity: 0;
        -webkit-transition: opacity .2s linear;
        -o-transition: opacity .2s linear;
        transition: opacity .2s linear; }
      .navigation__item a:hover:after, .navigation__item afocus:after {
        opacity: 1; }
  .navigation__information {
    display: none; }
  .navigation__callback {
    font-size: 15px;
    width: 158px; }
  @media screen and (max-width: 768px) {
    .navigation {
      position: fixed;
      top: 0;
      left: 0;
      -webkit-transform: translateX(-100%);
          -ms-transform: translateX(-100%);
              transform: translateX(-100%);
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
              justify-content: space-between;
      background-color: #054e85;
      width: 300px;
      height: 100vh;
      overflow-y: auto;
      padding: 60px 20px 20px;
      z-index: 9;
      -webkit-transition: -webkit-transform .2s linear;
      transition: -webkit-transform .2s linear;
      -o-transition: transform .2s linear;
      transition: transform .2s linear;
      transition: transform .2s linear, -webkit-transform .2s linear; }
      .navigation--show {
        -webkit-transform: translateX(0) !important;
            -ms-transform: translateX(0) !important;
                transform: translateX(0) !important; }
      .navigation__close {
        display: block;
        position: absolute;
        top: 14px;
        right: 20px;
        width: 20px;
        height: 20px; }
        .navigation__close svg {
          fill: #fff;
          width: 100%;
          height: 100%; }
      .navigation__list {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                flex-direction: column;
        margin: 0;
        padding: 0; }
        .navigation__list:not(:last-child) {
          margin-bottom: 40px; }
      .navigation__item {
        font-size: 14px;
        line-height: 1;
        text-transform: uppercase;
        color: #fff;
        margin: 0 0 20px;
        -webkit-transition: border-bottom-color .2s linear;
        -o-transition: border-bottom-color .2s linear;
        transition: border-bottom-color .2s linear; }
        .navigation__item a {
          position: relative;
          text-decoration: none; }
          .navigation__item a::after {
            display: none; }
          .navigation__item a:hover::after {
            max-width: 100%; }
        .navigation__item:last-child {
          margin-bottom: 0; }
      .navigation__information {
        display: block;
        font-family: "Candara";
        font-size: 14px;
        font-weight: 400;
        line-height: 1.4;
        text-align: center;
        color: #ffffff; }
      .navigation__phone {
        display: block;
        font-size: 22px;
        text-decoration: none;
        margin-bottom: 4px; }
      .navigation__description {
        text-transform: lowercase; }
      .navigation__section {
        margin-bottom: 30px; }
      .navigation__button {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center;
        border: 1px dashed #fff;
        font-size: 16px;
        font-weight: normal;
        text-decoration: none;
        text-transform: lowercase;
        color: #fff;
        width: 100%;
        max-width: 200px;
        height: 40px;
        margin: 18px auto 0;
        -webkit-transition: border-color .2s linear,
 color .2s linear;
        -o-transition: border-color .2s linear,
 color .2s linear;
        transition: border-color .2s linear,
 color .2s linear; } }
  @media screen and (max-width: 480px) {
    .navigation {
      width: 240px; } }

.popup {
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) scale(0);
      -ms-transform: translate(-50%, -50%) scale(0);
          transform: translate(-50%, -50%) scale(0);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-border-radius: 10px;
          border-radius: 10px;
  color: #054e85;
  background-color: #fff;
  -webkit-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.6);
  width: 80vw;
  max-width: 860px;
  min-width: 260px;
  max-height: 90%;
  visibility: hidden;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  z-index: 11;
  -webkit-transition: visibility 0.2s linear,
 -webkit-transform 0.2s linear;
  transition: visibility 0.2s linear,
 -webkit-transform 0.2s linear;
  -o-transition: visibility 0.2s linear,
 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--show {
    visibility: visible;
    -webkit-transform: translate(-50%, -50%) scale(1);
        -ms-transform: translate(-50%, -50%) scale(1);
            transform: translate(-50%, -50%) scale(1); }
  .popup__close {
    position: absolute;
    top: 4px;
    right: 4px;
    -webkit-transform: translate(100%, -100%);
        -ms-transform: translate(100%, -100%);
            transform: translate(100%, -100%);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    border: none;
    -webkit-border-radius: 50%;
            border-radius: 50%;
    background-color: #054e85;
    width: 30px;
    height: 30px;
    cursor: pointer; }
    .popup__close svg {
      fill: #fff;
      width: 14px;
      height: 14px;
      -webkit-transition: -webkit-transform .2s linear;
      transition: -webkit-transform .2s linear;
      -o-transition: transform .2s linear;
      transition: transform .2s linear;
      transition: transform .2s linear, -webkit-transform .2s linear; }
    .popup__close:hover svg {
      -webkit-transform: rotate(90deg);
          -ms-transform: rotate(90deg);
              transform: rotate(90deg); }
  .popup__wrapper {
    width: 100%;
    max-height: 100%;
    padding: 20px;
    overflow-y: auto; }
  .popup__title {
    font-size: 24px;
    text-align: center;
    margin-bottom: 20px; }
    .popup__title:last-child {
      margin-bottom: 0; }
  .popup__item {
    width: 100%;
    margin-bottom: 12px; }
    .popup__item:last-child {
      margin-bottom: 0; }
    .popup__item input {
      -webkit-border-radius: 14px;
              border-radius: 14px;
      font-size: 18px;
      padding-left: 20px;
      height: 50px; }
    .popup__item--indent {
      margin-bottom: 30px; }
    .popup__item--small {
      font-size: 13px; }
    .popup__item .checkbox__box::before {
      background-color: #054e85; }
  .popup__attention {
    color: #ff0000; }
  .popup__button {
    display: block;
    width: 160px;
    height: 56px;
    margin: 34px auto 0; }
  @media screen and (max-width: 480px) {
    .popup__close {
      right: 0;
      -webkit-transform: translate(50%, -50%);
          -ms-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; }

.about__grid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-bottom: -100px; }

.about__item {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-flex-shrink: 1;
      -ms-flex-negative: 1;
          flex-shrink: 1;
  -webkit-flex-basis: 400px;
      -ms-flex-preferred-size: 400px;
          flex-basis: 400px;
  margin-bottom: 100px; }
  .about__item:nth-child(2n+1) {
    margin-right: 70px; }

.about__logo {
  max-width: 100%; }

.about__title {
  font-size: 32.7px;
  color: #4d4d4d;
  margin-bottom: 26px; }

.about__description {
  font-family: "Candara";
  font-size: 17.7px;
  font-weight: 400; }
  .about__description p:not(:last-child) {
    margin-bottom: 24px; }

.about__video {
  width: 100%;
  height: 100%; }

@media screen and (max-width: 1366px) {
  .about__grid {
    margin-bottom: -50px; }
  .about__item {
    margin-bottom: 50px; }
    .about__item:nth-child(2n+1) {
      margin-right: 50px; } }

@media screen and (max-width: 1190px) {
  .about__grid {
    margin-bottom: -40px; }
  .about__item {
    -webkit-flex-basis: 356px;
        -ms-flex-preferred-size: 356px;
            flex-basis: 356px;
    margin-bottom: 40px; }
    .about__item:nth-child(2n+1) {
      margin-right: 20px; }
    .about__item:first-child {
      display: none; }
    .about__item:nth-child(2) {
      -webkit-flex-basis: auto;
          -ms-flex-preferred-size: auto;
              flex-basis: auto; } }

@media screen and (max-width: 768px) {
  .about__grid {
    margin-bottom: 0; }
  .about__item:nth-child(2n+1) {
    margin-right: 0; } }

.advantages {
  position: relative;
  background-color: #008dc6;
  color: #ffffff; }
  .advantages__wrapper {
    position: relative;
    max-width: 1600px;
    z-index: 1; }
  .advantages__slider {
    margin-bottom: -60px;
    padding: 0 120px; }
  .advantages__title {
    font-size: 40px;
    margin-bottom: 100px; }
  .advantages__content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 28px; }
  .advantages__left {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    margin-right: 70px; }
  .advantages__button {
    position: relative;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    font-size: 22px;
    width: 244px;
    height: 84px;
    z-index: 1; }
    .advantages__button::before {
      content: '';
      position: absolute;
      top: 0px;
      left: -6px;
      background-image: url("../images/button-pink-shadow.png");
      -webkit-background-size: cover;
              background-size: cover;
      width: 272px;
      height: 114px;
      z-index: -1; }
    @media screen and (max-width: 1190px) {
      .advantages__button {
        font-size: 16px;
        width: 174px;
        height: 60px; }
        .advantages__button::before {
          top: -2px;
          width: 202px;
          height: 84px; } }
    @media screen and (max-width: 768px) {
      .advantages__button {
        font-size: 14px;
        width: 154px;
        height: 54px; }
        .advantages__button::before {
          width: 182px;
          height: 77px; } }
  .advantages__item {
    padding-left: 76px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
    .advantages__item:not(:last-child) {
      margin-bottom: 40px; }
  .advantages__caption {
    position: relative;
    font-size: 29.7px;
    margin-bottom: 8px; }
  .advantages__icon {
    position: absolute;
    top: 50%;
    left: -76px;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%); }
  .advantages__description {
    font-family: "Candara";
    font-weight: 400;
    font-style: 17.8px; }
  .advantages__hint {
    position: absolute;
    bottom: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    width: 100%; }
    .advantages__hint .hint {
      left: -286px; }
  @media screen and (max-width: 1680px) {
    .advantages__wrapper {
      padding-bottom: 100px; }
    .advantages__hint {
      display: none; } }
  @media screen and (max-width: 1190px) {
    .advantages__title {
      font-size: 30px;
      margin-bottom: 50px; }
    .advantages__slider {
      padding: 0 60px; }
    .advantages__item {
      padding-left: 60px; }
    .advantages__caption {
      font-size: 22px; }
    .advantages__icon {
      left: -60px;
      width: 40px; }
    .advantages__description {
      font-style: 14px; } }
  @media screen and (max-width: 768px) {
    .advantages__wrapper {
      padding-bottom: 0; }
    .advantages__title {
      font-size: 24px;
      text-align: center;
      margin-bottom: 30px; }
    .advantages__slider {
      padding: 0; }
    .advantages__content {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column; }
    .advantages__left {
      margin-right: 0;
      margin-bottom: 60px; }
    .advantages__hint {
      position: static;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      margin-top: 60px; } }

.slider-arrow {
  -webkit-background-size: cover;
          background-size: cover;
  width: 66px;
  height: 66px; }
  .slider-arrow--prev {
    background-image: url("../images/arrow-left.png"); }
  .slider-arrow--next {
    background-image: url("../images/arrow-right.png"); }
  @media screen and (max-width: 1190px) {
    .slider-arrow {
      width: 46px;
      height: 46px; } }
  @media screen and (max-width: 768px) {
    .slider-arrow {
      display: none !important; } }

.hint {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: 100%;
  max-width: 1404px;
  margin: 0 auto; }
  .hint__wrapper {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    right: 286px; }
  .hint__description {
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translate(70%, -38%);
        -ms-transform: translate(70%, -38%);
            transform: translate(70%, -38%);
    border: 2px solid #fff;
    -webkit-border-radius: 20px;
            border-radius: 20px;
    font-family: "Candara";
    font-size: 16.5px;
    font-weight: 400;
    font-style: italic;
    line-height: 1.2;
    max-width: 408px;
    padding: 20px 18px 20px 28px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
    .hint__description::before, .hint__description::after {
      content: '';
      position: absolute;
      -webkit-border-radius: 50%;
              border-radius: 50%;
      background-color: #ffffff; }
    .hint__description::before {
      top: 0;
      left: -20px;
      width: 38px;
      height: 38px; }
    .hint__description::after {
      top: 4px;
      left: -50px;
      width: 16px;
      height: 16px; }
  @media screen and (max-width: 768px) {
    .hint {
      position: static; }
      .hint__wrapper {
        right: 0;
        padding: 0 20px 20px; }
      .hint__image {
        display: none; }
      .hint__description {
        position: static;
        -webkit-transform: translate(0);
            -ms-transform: translate(0);
                transform: translate(0);
        max-width: 100%; }
        .hint__description::before, .hint__description::after {
          display: none; } }

.age__wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between; }

.age__image {
  margin-right: 40px; }

.age__content {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-flex-shrink: 1;
      -ms-flex-negative: 1;
          flex-shrink: 1;
  max-width: 826px; }

.age__logo {
  width: 265px;
  margin-bottom: 54px; }

.age__partners {
  max-width: 880px;
  margin-bottom: 46px; }

.age__description {
  font-family: "Candara";
  font-weight: 400;
  font-size: 17.8px; }
  .age__description p:not(:last-child) {
    margin-bottom: 20px; }

@media screen and (max-width: 1190px) {
  .age__image {
    display: none; }
  .age__content {
    max-width: none; }
  .age__logo {
    display: block;
    width: 200px;
    margin: 0 auto 30px; }
  .age__partners {
    margin-bottom: 30px; } }

.partners {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }
  .partners__title {
    font-family: "Candara";
    font-size: 25px;
    color: #008dc6;
    max-width: -webkit-min-content;
    max-width: -moz-min-content;
    max-width: min-content;
    margin-right: 40px; }
  .partners__list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -webkit-flex-shrink: 1;
        -ms-flex-negative: 1;
            flex-shrink: 1;
    max-width: 660px;
    margin-right: -10px;
    margin-bottom: -10px; }
  .partners__item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    font-family: "Candara";
    font-weight: 400;
    width: 33%;
    margin-bottom: 10px;
    padding-right: 10px; }
  .partners__logo {
    max-width: 50px;
    margin-right: 16px; }
  .partners__caption {
    font-size: 14px;
    text-transform: uppercase;
    color: #939290; }
  @media screen and (max-width: 768px) {
    .partners {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column; }
      .partners__title {
        max-width: none;
        margin-bottom: 30px; }
      .partners__item {
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
            -ms-flex-positive: 1;
                flex-grow: 1;
        -webkit-flex-shrink: 1;
            -ms-flex-negative: 1;
                flex-shrink: 1;
        -webkit-flex-basis: 220px;
            -ms-flex-preferred-size: 220px;
                flex-basis: 220px; } }
  @media screen and (max-width: 480px) {
    .partners__list {
      max-width: 160px; } }

.callback {
  color: #ffffff;
  background-image: url("../images/callback-bg.jpg"); }
  .callback__title {
    position: relative;
    font-size: 37px; }
  .callback__description {
    display: inline-block;
    font-family: "Candara";
    font-size: 20px;
    -webkit-border-radius: 20px;
            border-radius: 20px;
    background-color: #008dc6;
    margin-bottom: 36px;
    padding: 10px; }
  .callback__form {
    margin-bottom: 38px; }
  .callback__processing {
    font-family: "Candara";
    font-size: 16px;
    font-style: italic; }

.catalog__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-right: -44px;
  margin-bottom: -44px; }

.catalog__item {
  -webkit-flex-shrink: 1;
      -ms-flex-negative: 1;
          flex-shrink: 1;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-flex-basis: 300px;
      -ms-flex-preferred-size: 300px;
          flex-basis: 300px;
  border: 1px dashed #e4dcdd;
  -webkit-border-radius: 10px;
          border-radius: 10px;
  margin-right: 44px;
  margin-bottom: 44px;
  padding: 26px;
  max-width: 438px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

.catalog__image {
  position: relative;
  margin-bottom: 16px; }
  .catalog__image img {
    max-width: 100%; }

.catalog__number {
  position: absolute;
  left: 0;
  bottom: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  font-size: 19px;
  color: #ffffff;
  background-color: #008dc6;
  width: 70px;
  height: 70px; }

.catalog__caption {
  font-size: 25.3px;
  line-height: 1.2;
  color: #008dc6;
  margin-bottom: 14px; }

.catalog__size {
  font-family: "Candara";
  font-weight: 400;
  font-size: 23px;
  margin-bottom: 22px; }

.catalog__description {
  font-family: "Candara";
  font-weight: 400;
  font-size: 17.8px;
  color: #4d4d4d; }

.catalog__manual {
  margin-top: 64px; }

@media screen and (max-width: 1190px) {
  .catalog__manual {
    margin-top: 34px; } }

@media screen and (max-width: 768px) {
  .catalog__list {
    margin-right: -20px;
    margin-bottom: -20px; }
  .catalog__item {
    -webkit-flex-basis: 250px;
        -ms-flex-preferred-size: 250px;
            flex-basis: 250px;
    max-width: none;
    margin-right: 20px;
    margin-bottom: 20px;
    padding: 14px; }
  .catalog__number {
    font-size: 12px;
    width: 50px;
    height: 50px; }
  .catalog__Caption {
    font-size: 20px; }
  .catalog__size {
    font-size: 20px;
    margin-bottom: 14px; }
  .catalog__description {
    font-size: 16px; }
  .catalog__manual {
    margin-top: 20px; } }

.tabs__control {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 33.8px;
  color: #054e85;
  margin-bottom: 54px; }

.tabs__item {
  margin-right: 30px; }
  .tabs__item:last-child {
    margin-right: 0; }

.tabs__button {
  position: relative;
  padding-bottom: 8px; }
  .tabs__button::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    background-image: url("../images/dot.png");
    background-repeat: repeat-x;
    width: 100%;
    height: 4px;
    opacity: 0;
    -webkit-transition: opacity .2s linear;
    -o-transition: opacity .2s linear;
    transition: opacity .2s linear; }
  .tabs__button--active {
    cursor: default; }
    .tabs__button--active::after {
      opacity: 1; }

.tabs__list {
  position: relative; }

.tabs__content {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: opacity .2s linear;
  -o-transition: opacity .2s linear;
  transition: opacity .2s linear;
  z-index: -1; }
  .tabs__content--active {
    position: relative;
    opacity: 1;
    z-index: 1; }

@media screen and (max-width: 768px) {
  .tabs__control {
    font-size: 18px;
    margin-bottom: 30px; } }

.composition {
  text-align: center;
  background-color: #d7e9f1; }
  .composition__wrapper {
    max-width: 1440px; }
  .composition__item {
    margin-bottom: 50px; }
    .composition__item:last-child {
      margin-bottom: 0; }
  .composition__image {
    max-width: 100%; }
  .composition__information {
    font-size: 20px;
    line-height: 1.2;
    margin-bottom: 30px; }
  .composition__caption {
    color: #008dc6; }
  .composition__description {
    font-size: 17px;
    text-transform: lowercase; }
  @media (min-width: 769px) {
    .composition__item {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center; }
      .composition__item:nth-child(1) .composition__information {
        text-align: left;
        margin-right: 20px; }
      .composition__item:nth-child(2) .composition__information {
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
            -ms-flex-order: 1;
                order: 1;
        text-align: right;
        margin-left: 20px; }
      .composition__item:nth-child(3) .composition__information {
        text-align: left;
        margin-right: 20px; }
      .composition__item:nth-child(4) .composition__information {
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
            -ms-flex-order: 1;
                order: 1;
        text-align: right;
        margin-left: 20px; } }
  @media (min-width: 1191px) {
    .composition__list {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap; }
    .composition__item {
      position: relative;
      -webkit-box-flex: 1;
      -webkit-flex-grow: 1;
          -ms-flex-positive: 1;
              flex-grow: 1;
      -webkit-flex-shrink: 1;
          -ms-flex-negative: 1;
              flex-shrink: 1;
      -webkit-flex-basis: 460px;
          -ms-flex-preferred-size: 460px;
              flex-basis: 460px;
      margin-bottom: 0; }
      .composition__item:nth-child(1) {
        margin-right: 190px; }
        .composition__item:nth-child(1) .composition__image {
          position: relative;
          left: -60px; }
        .composition__item:nth-child(1) .composition__information {
          top: 50%;
          right: -160px;
          -webkit-transform: translateY(-50%);
              -ms-transform: translateY(-50%);
                  transform: translateY(-50%);
          max-width: 294px;
          z-index: 1; }
      .composition__item:nth-child(2) .composition__information {
        top: 0;
        left: 0;
        max-width: 298px; }
      .composition__item:nth-child(3) {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: end;
        -webkit-align-items: flex-end;
            -ms-flex-align: end;
                align-items: flex-end;
        height: 430px;
        margin-right: 190px; }
        .composition__item:nth-child(3) .composition__information {
          top: 60px;
          right: -60px;
          max-width: 250px; }
      .composition__item:nth-child(4) {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: end;
        -webkit-align-items: flex-end;
            -ms-flex-align: end;
                align-items: flex-end;
        height: 360px; }
        .composition__item:nth-child(4) .composition__information {
          top: 0;
          left: 0;
          max-width: 406px; }
    .composition__information {
      position: absolute;
      text-align: left !important;
      margin: 0 !important; }
    .composition__caption {
      font-size: 25px;
      color: #008dc6;
      margin-bottom: 20px; }
    .composition__description {
      font-size: 17.2px;
      text-transform: lowercase; } }

.contacts {
  position: relative;
  color: #ffffff;
  background-color: #008dc6; }
  .contacts__wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-bottom: 120px; }
  .contacts__wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    max-width: 1000px;
    width: 100%; }
  .contacts__information {
    width: 100%;
    max-width: 550px;
    margin-right: 20px; }
  .contacts__title {
    font-size: 33.8px;
    margin-bottom: 46px; }
  .contacts__list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  .contacts__phone {
    display: block;
    font-size: 19.8px;
    text-decoration: none; }
  .contacts__text {
    display: block;
    font-family: "Candara";
    font-size: 19.3px;
    font-weight: 400;
    text-transform: lowercase; }
  .contacts__mail {
    position: relative;
    top: -7px;
    font-size: 27.5px;
    text-decoration: none; }
  .contacts__button {
    position: relative;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    font-size: 22px;
    width: 244px;
    height: 84px;
    z-index: 1; }
    .contacts__button::before {
      content: '';
      position: absolute;
      top: 0px;
      left: -6px;
      background-image: url("../images/button-pink-shadow.png");
      -webkit-background-size: cover;
              background-size: cover;
      width: 272px;
      height: 114px;
      z-index: -1; }
    @media screen and (max-width: 1190px) {
      .contacts__button {
        font-size: 16px;
        width: 174px;
        height: 60px; }
        .contacts__button::before {
          top: -2px;
          width: 202px;
          height: 84px; } }
    @media screen and (max-width: 768px) {
      .contacts__button {
        font-size: 14px;
        width: 154px;
        height: 54px; }
        .contacts__button::before {
          width: 182px;
          height: 77px; } }
  .contacts__wavy {
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    -webkit-transform: translateY(80%);
        -ms-transform: translateY(80%);
            transform: translateY(80%); }
  @media screen and (max-width: 768px) {
    .contacts__wrapper {
      padding-top: 40px;
      padding-bottom: 60px; }
    .contacts__wrap {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column; }
    .contacts__information {
      margin-right: 0;
      margin-bottom: 30px; }
    .contacts__title {
      font-size: 26px;
      margin-bottom: 32px; }
    .contacts__phone {
      font-size: 18px; }
    .contacts__text {
      font-size: 16px; }
    .contacts__mail {
      top: 0;
      font-size: 24px; } }
  @media screen and (max-width: 480px) {
    .contacts__wrap {
      -webkit-box-align: start;
      -webkit-align-items: flex-start;
          -ms-flex-align: start;
              align-items: flex-start; }
    .contacts__list {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column; }
    .contacts__item {
      margin-bottom: 20px; }
      .contacts__item:last-child {
        margin-bottom: 0; } }

.faq {
  position: relative;
  background-color: #008dc6;
  color: #ffffff;
  margin-top: 60px; }
  .faq__wavy {
    display: block;
    position: absolute;
    top: -60px;
    left: 0;
    width: 100%;
    min-width: 380px;
    z-index: -1; }
  .faq__title {
    font-size: 33.8px;
    margin-bottom: 40px; }
  .faq__item:not(:last-child) {
    margin-bottom: 16px; }
  .faq__question {
    position: relative;
    font-size: 22.6px;
    line-height: 1;
    text-align: left;
    padding-left: 50px;
    min-height: 34px; }
    .faq__question::before {
      content: '+';
      position: absolute;
      left: 0;
      top: 50%;
      -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%);
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      border: 3px solid #fff;
      -webkit-border-radius: 50%;
              border-radius: 50%;
      font-size: 24px;
      width: 34px;
      height: 34px;
      padding-top: 3px;
      padding-left: 2px;
      -webkit-box-sizing: border-box;
              box-sizing: border-box; }
    .faq__question--active {
      margin-bottom: 16px; }
      .faq__question--active::before {
        content: '-';
        padding-top: 1px; }
  .faq__answer {
    display: none;
    font-family: "Candara";
    font-weight: 400;
    font-size: 16.5px; }
    .faq__answer--active {
      display: block; }
  .faq__description {
    font-size: 21px;
    color: #d3a63b;
    margin-top: 56px; }
  @media screen and (max-width: 768px) {
    .faq {
      margin-top: 40px; }
      .faq__wavy {
        top: -40px; }
      .faq__wrapper {
        padding-bottom: 40px; }
      .faq__title {
        font-size: 26px;
        margin-bottom: 32px; }
      .faq__question {
        font-size: 18px;
        padding-left: 40px;
        min-height: 29px; }
        .faq__question::before {
          border: 3px solid #fff;
          font-size: 16px;
          width: 29px;
          height: 29px;
          padding-top: 1px;
          padding-left: 0px; }
        .faq__question--active {
          margin-bottom: 16px; }
          .faq__question--active::before {
            content: '-';
            padding-top: 0; }
      .faq__answer {
        font-size: 16px; }
      .faq__description {
        font-size: 18px;
        margin-top: 40px; } }

.instagram__title {
  font-size: 33.8px;
  text-align: center;
  color: #054e85;
  margin-bottom: 50px; }

.instagram__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }

.manual {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }
  .manual__information {
    color: #4d4d4d;
    max-width: 530px;
    margin-right: 48px; }
  .manual__title {
    font-size: 32.7px;
    margin-bottom: 6px; }
  .manual__text {
    font-family: "Candara";
    font-size: 17.8px;
    font-weight: 400; }
  .manual__button {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 27.8px;
    text-decoration: none;
    background-image: url("../images/button-pink-long.png");
    width: 355px;
    height: 100px; }
  @media screen and (max-width: 1190px) {
    .manual__information {
      max-width: 530px;
      margin-right: 48px; }
    .manual__title {
      font-size: 26px;
      margin-bottom: 6px; }
    .manual__text {
      font-size: 14px; }
    .manual__button {
      font-size: 16px;
      width: 200px;
      height: 57px; } }
  @media screen and (max-width: 768px) {
    .manual {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: start;
      -webkit-align-items: flex-start;
          -ms-flex-align: start;
              align-items: flex-start; }
      .manual__information {
        margin-right: 0; }
      .manual__title {
        margin-bottom: 10px; }
      .manual__text {
        margin-bottom: 30px; } }
  @media screen and (max-width: 480px) {
    .manual {
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center; }
      .manual__title {
        text-align: center; }
      .manual__text {
        text-align: center; } }

.welcome {
  position: relative;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff8fa), color-stop(40%, #a8daf1));
  background-image: -webkit-linear-gradient(top, #fff8fa, #a8daf1 40%);
  background-image: -o-linear-gradient(top, #fff8fa, #a8daf1 40%);
  background-image: linear-gradient(to bottom, #fff8fa, #a8daf1 40%);
  padding-top: 164px; }
  .welcome__buble {
    position: absolute;
    bottom: 40px;
    left: 0; }
  .welcome__wrapper {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    z-index: 1; }
  .welcome__left {
    position: relative;
    z-index: 1; }
  .welcome__title {
    font-size: 91px;
    margin-bottom: 40px; }
  .welcome__subtitle {
    font-family: "Candara";
    font-size: 38px;
    font-weight: 400;
    color: #5e5e5e;
    max-width: 480px;
    margin-bottom: 50px; }
  .welcome__buy {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 32.5px;
    text-decoration: none;
    max-width: 261px;
    padding-bottom: 6px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
  .welcome__right {
    position: relative;
    right: 100px;
    color: #054e85; }
  .welcome__image {
    position: relative;
    max-width: none;
    z-index: -1; }
  .welcome__top {
    position: absolute;
    top: 70px;
    right: 0;
    width: 100%;
    max-width: 780px; }
  .welcome__caption {
    display: block;
    font-size: 29.6px;
    max-width: 270px;
    margin: 0 auto; }
  .welcome__bottom {
    position: absolute;
    right: 60px;
    bottom: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    max-width: 662px; }
    .welcome__bottom::before {
      content: '';
      position: absolute;
      top: 50%;
      left: 0;
      -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%);
      -webkit-border-radius: 50%;
              border-radius: 50%;
      background-color: #cbdbf4;
      width: 32px;
      height: 32px; }
  .welcome__history {
    font-size: 18.5px;
    line-height: 1.2;
    max-width: 430px;
    padding-left: 68px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
  .welcome__read {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 17.2px;
    width: 192px;
    height: 66px; }
  @media screen and (max-width: 1366px) {
    .welcome {
      padding-top: 74px; }
      .welcome__title {
        font-size: 60px;
        margin-bottom: 30px; }
      .welcome__subtitle {
        font-size: 26px;
        margin-bottom: 30px; }
      .welcome__buy {
        font-size: 20px;
        max-width: 180px;
        height: 63px;
        padding-bottom: 0;
        -webkit-box-sizing: border-box;
                box-sizing: border-box; }
      .welcome__right {
        right: 0; }
      .welcome__top {
        top: 60px;
        max-width: 640px; }
      .welcome__caption {
        font-size: 26px; }
      .welcome__image {
        width: 860px; }
      .welcome__history {
        font-size: 16px;
        padding-left: 60px; }
      .welcome__read {
        font-size: 16px;
        max-width: 180px;
        height: 63px; } }
  @media screen and (max-width: 1190px) {
    .welcome__wrapper {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column; }
    .welcome__left {
      -webkit-box-ordinal-group: 3;
      -webkit-order: 2;
          -ms-flex-order: 2;
              order: 2; }
    .welcome__right {
      -webkit-box-ordinal-group: 2;
      -webkit-order: 1;
          -ms-flex-order: 1;
              order: 1;
      right: 60px;
      margin-bottom: 60px; }
    .welcome__top {
      display: none; }
    .welcome__bottom {
      position: static;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      padding: 0; }
      .welcome__bottom::before {
        display: none; }
    .welcome__history {
      text-align: center;
      margin-bottom: 20px;
      padding-left: 0; }
    .welcome__read {
      font-size: 16px;
      max-width: 180px;
      height: 63px; } }
  @media screen and (max-width: 768px) {
    .welcome {
      padding-top: 60px; }
      .welcome__left {
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
            -ms-flex-order: 1;
                order: 1; }
      .welcome__title {
        font-size: 40px;
        text-align: center;
        margin-bottom: 20px; }
      .welcome__subtitle {
        font-size: 22px;
        text-align: center; }
      .welcome__buy {
        font-size: 16px;
        padding-bottom: 8px;
        margin: 0 auto; }
      .welcome__right {
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
            -ms-flex-order: 2;
                order: 2;
        right: 0;
        margin-bottom: 0; }
      .welcome__image {
        width: 100%; } }
