html {
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  overflow-x: hidden; }

*,
*::after,
*::before {
  box-sizing: inherit; }

body {
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
  font-size: 20px;
  color: #fff;
  background-image: url(../images/fon.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400; }

a {
  text-decoration: none;
  color: #fff; }

li {
  list-style: none; }

.container {
  max-width: 1200px;
  padding: 0 15px;
  margin: 0 auto; }

@-webkit-keyframes r-anim {
  from {
    -webkit-transform: translate3d(50%, -50%, 0);
            transform: translate3d(50%, -50%, 0);
    opacity: 0; }
  10% {
    opacity: 1; }
  20% {
    opacity: .1; }
  30% {
    opacity: 1; }
  40% {
    opacity: .1; }
  50% {
    opacity: 1; }
  60% {
    opacity: .1; }
  70% {
    opacity: 1; }
  80% {
    -webkit-transform: translate3d(50%, -50%, 0) scale3d(1.2, 1.2, 1.2);
            transform: translate3d(50%, -50%, 0) scale3d(1.2, 1.2, 1.2);
    opacity: 0; }
  to {
    -webkit-transform: translate3d(50%, -50%, 0) scale3d(1, 1, 1);
            transform: translate3d(50%, -50%, 0) scale3d(1, 1, 1);
    opacity: 0; } }

@keyframes r-anim {
  from {
    -webkit-transform: translate3d(50%, -50%, 0);
            transform: translate3d(50%, -50%, 0);
    opacity: 0; }
  10% {
    opacity: 1; }
  20% {
    opacity: .1; }
  30% {
    opacity: 1; }
  40% {
    opacity: .1; }
  50% {
    opacity: 1; }
  60% {
    opacity: .1; }
  70% {
    opacity: 1; }
  80% {
    -webkit-transform: translate3d(50%, -50%, 0) scale3d(1.2, 1.2, 1.2);
            transform: translate3d(50%, -50%, 0) scale3d(1.2, 1.2, 1.2);
    opacity: 0; }
  to {
    -webkit-transform: translate3d(50%, -50%, 0) scale3d(1, 1, 1);
            transform: translate3d(50%, -50%, 0) scale3d(1, 1, 1);
    opacity: 0; } }

.r-anim {
  -webkit-animation-name: r-anim;
  animation-name: r-anim;
  -webkit-animation-duration: 7s;
          animation-duration: 7s;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite; }

@-webkit-keyframes rr-anim {
  from {
    -webkit-transform: translate3d(50%, -50%, 0) scale3d(1.3, 1.3, 1.3);
            transform: translate3d(50%, -50%, 0) scale3d(1.3, 1.3, 1.3);
    opacity: 0; }
  10% {
    opacity: .1; }
  20% {
    opacity: 1; }
  30% {
    opacity: .1; }
  40% {
    opacity: 1; }
  50% {
    opacity: .1; }
  60% {
    opacity: 1; }
  70% {
    opacity: .1; }
  80% {
    -webkit-transform: translate3d(50%, -50%, 0) scale3d(1.6, 1.6, 1.6);
            transform: translate3d(50%, -50%, 0) scale3d(1.6, 1.6, 1.6);
    opacity: 0; }
  to {
    -webkit-transform: translate3d(50%, -50%, 0) scale3d(1.3, 1.3, 1.3);
            transform: translate3d(50%, -50%, 0) scale3d(1.3, 1.3, 1.3);
    opacity: 0; } }

@keyframes rr-anim {
  from {
    -webkit-transform: translate3d(50%, -50%, 0) scale3d(1.3, 1.3, 1.3);
            transform: translate3d(50%, -50%, 0) scale3d(1.3, 1.3, 1.3);
    opacity: 0; }
  10% {
    opacity: .1; }
  20% {
    opacity: 1; }
  30% {
    opacity: .1; }
  40% {
    opacity: 1; }
  50% {
    opacity: .1; }
  60% {
    opacity: 1; }
  70% {
    opacity: .1; }
  80% {
    -webkit-transform: translate3d(50%, -50%, 0) scale3d(1.6, 1.6, 1.6);
            transform: translate3d(50%, -50%, 0) scale3d(1.6, 1.6, 1.6);
    opacity: 0; }
  to {
    -webkit-transform: translate3d(50%, -50%, 0) scale3d(1.3, 1.3, 1.3);
            transform: translate3d(50%, -50%, 0) scale3d(1.3, 1.3, 1.3);
    opacity: 0; } }

.rr-anim {
  -webkit-animation-name: rr-anim;
  animation-name: rr-anim;
  -webkit-animation-duration: 7s;
          animation-duration: 7s;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite; }

@-webkit-keyframes r1-anim {
  from {
    -webkit-transform: translate3d(50%, -50%, 0) scale3d(0.8, 0.8, 0.8);
            transform: translate3d(50%, -50%, 0) scale3d(0.8, 0.8, 0.8);
    opacity: .01; }
  20% {
    opacity: 1; }
  50% {
    -webkit-transform: translate3d(50%, -50%, 0) scale3d(1.1, 1.1, 1.1);
            transform: translate3d(50%, -50%, 0) scale3d(1.1, 1.1, 1.1);
    opacity: 0; }
  to {
    -webkit-transform: translate3d(50%, -50%, 0) scale3d(0.8, 0.8, 0.8);
            transform: translate3d(50%, -50%, 0) scale3d(0.8, 0.8, 0.8);
    opacity: 0; } }

@keyframes r1-anim {
  from {
    -webkit-transform: translate3d(50%, -50%, 0) scale3d(0.8, 0.8, 0.8);
            transform: translate3d(50%, -50%, 0) scale3d(0.8, 0.8, 0.8);
    opacity: .01; }
  20% {
    opacity: 1; }
  50% {
    -webkit-transform: translate3d(50%, -50%, 0) scale3d(1.1, 1.1, 1.1);
            transform: translate3d(50%, -50%, 0) scale3d(1.1, 1.1, 1.1);
    opacity: 0; }
  to {
    -webkit-transform: translate3d(50%, -50%, 0) scale3d(0.8, 0.8, 0.8);
            transform: translate3d(50%, -50%, 0) scale3d(0.8, 0.8, 0.8);
    opacity: 0; } }

.r1-anim {
  -webkit-animation-name: r1-anim;
  animation-name: r1-anim;
  -webkit-animation-duration: 7s;
          animation-duration: 7s;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite; }

@-webkit-keyframes r2-anim {
  from {
    -webkit-transform: translate3d(50%, -50%, 0) scale3d(0.8, 0.8, 0.8);
            transform: translate3d(50%, -50%, 0) scale3d(0.8, 0.8, 0.8);
    opacity: .01; }
  20% {
    opacity: 1; }
  70% {
    -webkit-transform: translate3d(50%, -50%, 0) scale3d(1.3, 1.3, 1.3);
            transform: translate3d(50%, -50%, 0) scale3d(1.3, 1.3, 1.3);
    opacity: 0; }
  to {
    -webkit-transform: translate3d(50%, -50%, 0) scale3d(0.8, 0.8, 0.8);
            transform: translate3d(50%, -50%, 0) scale3d(0.8, 0.8, 0.8);
    opacity: 0; } }

@keyframes r2-anim {
  from {
    -webkit-transform: translate3d(50%, -50%, 0) scale3d(0.8, 0.8, 0.8);
            transform: translate3d(50%, -50%, 0) scale3d(0.8, 0.8, 0.8);
    opacity: .01; }
  20% {
    opacity: 1; }
  70% {
    -webkit-transform: translate3d(50%, -50%, 0) scale3d(1.3, 1.3, 1.3);
            transform: translate3d(50%, -50%, 0) scale3d(1.3, 1.3, 1.3);
    opacity: 0; }
  to {
    -webkit-transform: translate3d(50%, -50%, 0) scale3d(0.8, 0.8, 0.8);
            transform: translate3d(50%, -50%, 0) scale3d(0.8, 0.8, 0.8);
    opacity: 0; } }

.r2-anim {
  -webkit-animation-name: r2-anim;
  animation-name: r2-anim;
  -webkit-animation-duration: 7s;
          animation-duration: 7s;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite; }

@-webkit-keyframes r3-anim {
  from {
    -webkit-transform: translate3d(50%, -50%, 0) scale3d(0.8, 0.8, 0.8);
            transform: translate3d(50%, -50%, 0) scale3d(0.8, 0.8, 0.8);
    opacity: .01; }
  20% {
    opacity: 1; }
  90% {
    -webkit-transform: translate3d(50%, -50%, 0) scale3d(1.6, 1.6, 1.6);
            transform: translate3d(50%, -50%, 0) scale3d(1.6, 1.6, 1.6);
    opacity: 0; }
  to {
    -webkit-transform: translate3d(50%, -50%, 0) scale3d(0.8, 0.8, 0.8);
            transform: translate3d(50%, -50%, 0) scale3d(0.8, 0.8, 0.8);
    opacity: 0; } }

@keyframes r3-anim {
  from {
    -webkit-transform: translate3d(50%, -50%, 0) scale3d(0.8, 0.8, 0.8);
            transform: translate3d(50%, -50%, 0) scale3d(0.8, 0.8, 0.8);
    opacity: .01; }
  20% {
    opacity: 1; }
  90% {
    -webkit-transform: translate3d(50%, -50%, 0) scale3d(1.6, 1.6, 1.6);
            transform: translate3d(50%, -50%, 0) scale3d(1.6, 1.6, 1.6);
    opacity: 0; }
  to {
    -webkit-transform: translate3d(50%, -50%, 0) scale3d(0.8, 0.8, 0.8);
            transform: translate3d(50%, -50%, 0) scale3d(0.8, 0.8, 0.8);
    opacity: 0; } }

.r3-anim {
  -webkit-animation-name: r3-anim;
  animation-name: r3-anim;
  -webkit-animation-duration: 7s;
          animation-duration: 7s;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite; }

@-webkit-keyframes vk-anim {
  from {
    -webkit-transform: translate3d(18%, 0, 0);
            transform: translate3d(18%, 0, 0); }
  33% {
    -webkit-transform: translate3d(45%, 10%, 0) rotate(120deg) scale3d(0.8, 0.8, 0.8);
            transform: translate3d(45%, 10%, 0) rotate(120deg) scale3d(0.8, 0.8, 0.8); }
  66% {
    -webkit-transform: translate3d(10%, 5%, 0) rotate(240deg) scale3d(1, 1, 1);
            transform: translate3d(10%, 5%, 0) rotate(240deg) scale3d(1, 1, 1); }
  to {
    -webkit-transform: translate3d(18%, 0, 0) rotate(360deg);
            transform: translate3d(18%, 0, 0) rotate(360deg); } }

@keyframes vk-anim {
  from {
    -webkit-transform: translate3d(18%, 0, 0);
            transform: translate3d(18%, 0, 0); }
  33% {
    -webkit-transform: translate3d(45%, 10%, 0) rotate(120deg) scale3d(0.8, 0.8, 0.8);
            transform: translate3d(45%, 10%, 0) rotate(120deg) scale3d(0.8, 0.8, 0.8); }
  66% {
    -webkit-transform: translate3d(10%, 5%, 0) rotate(240deg) scale3d(1, 1, 1);
            transform: translate3d(10%, 5%, 0) rotate(240deg) scale3d(1, 1, 1); }
  to {
    -webkit-transform: translate3d(18%, 0, 0) rotate(360deg);
            transform: translate3d(18%, 0, 0) rotate(360deg); } }

.vk-anim {
  -webkit-animation-name: vk-anim;
  animation-name: vk-anim;
  -webkit-animation-duration: 10s;
          animation-duration: 10s;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite; }

@-webkit-keyframes inst-anim {
  from {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0); }
  33% {
    -webkit-transform: translate3d(-15%, -10%, 0) scale3d(0.8, 0.8, 0.8);
            transform: translate3d(-15%, -10%, 0) scale3d(0.8, 0.8, 0.8); }
  66% {
    -webkit-transform: translate3d(10%, 15%, 0) scale3d(1, 1, 1);
            transform: translate3d(10%, 15%, 0) scale3d(1, 1, 1); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0); } }

@keyframes inst-anim {
  from {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0); }
  33% {
    -webkit-transform: translate3d(-15%, -10%, 0) scale3d(0.8, 0.8, 0.8);
            transform: translate3d(-15%, -10%, 0) scale3d(0.8, 0.8, 0.8); }
  66% {
    -webkit-transform: translate3d(10%, 15%, 0) scale3d(1, 1, 1);
            transform: translate3d(10%, 15%, 0) scale3d(1, 1, 1); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0); } }

.inst-anim {
  -webkit-animation-name: inst-anim;
  animation-name: inst-anim;
  -webkit-animation-duration: 10s;
          animation-duration: 10s;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite; }

@-webkit-keyframes viber-anim {
  from {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0); }
  33% {
    -webkit-transform: translate3d(7%, 10%, 0) scale3d(0.8, 0.8, 0.8);
            transform: translate3d(7%, 10%, 0) scale3d(0.8, 0.8, 0.8); }
  66% {
    -webkit-transform: translate3d(-5%, -5%, 0) scale3d(1, 1, 1);
            transform: translate3d(-5%, -5%, 0) scale3d(1, 1, 1); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0); } }

@keyframes viber-anim {
  from {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0); }
  33% {
    -webkit-transform: translate3d(7%, 10%, 0) scale3d(0.8, 0.8, 0.8);
            transform: translate3d(7%, 10%, 0) scale3d(0.8, 0.8, 0.8); }
  66% {
    -webkit-transform: translate3d(-5%, -5%, 0) scale3d(1, 1, 1);
            transform: translate3d(-5%, -5%, 0) scale3d(1, 1, 1); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0); } }

.viber-anim {
  -webkit-animation-name: viber-anim;
  animation-name: viber-anim;
  -webkit-animation-duration: 10s;
          animation-duration: 10s;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite; }

@-webkit-keyframes ok-anim {
  from {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0); }
  33% {
    -webkit-transform: translate3d(-25%, 20%, 0) scale3d(0.8, 0.8, 0.8);
            transform: translate3d(-25%, 20%, 0) scale3d(0.8, 0.8, 0.8); }
  66% {
    -webkit-transform: translate3d(-5%, -15%, 0) scale3d(1, 1, 1);
            transform: translate3d(-5%, -15%, 0) scale3d(1, 1, 1); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0); } }

@keyframes ok-anim {
  from {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0); }
  33% {
    -webkit-transform: translate3d(-25%, 20%, 0) scale3d(0.8, 0.8, 0.8);
            transform: translate3d(-25%, 20%, 0) scale3d(0.8, 0.8, 0.8); }
  66% {
    -webkit-transform: translate3d(-5%, -15%, 0) scale3d(1, 1, 1);
            transform: translate3d(-5%, -15%, 0) scale3d(1, 1, 1); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0); } }

.ok-anim {
  -webkit-animation-name: ok-anim;
  animation-name: ok-anim;
  -webkit-animation-duration: 10s;
          animation-duration: 10s;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite; }

@-webkit-keyframes tel-anim {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
            transform: translate3d(0, -100%, 0); }
  33% {
    -webkit-transform: translate3d(-25%, -120%, 0) scale3d(0.8, 0.8, 0.8);
            transform: translate3d(-25%, -120%, 0) scale3d(0.8, 0.8, 0.8); }
  66% {
    -webkit-transform: translate3d(-5%, -150%, 0) scale3d(1, 1, 1);
            transform: translate3d(-5%, -150%, 0) scale3d(1, 1, 1); }
  to {
    -webkit-transform: translate3d(0, -100%, 0);
            transform: translate3d(0, -100%, 0); } }

@keyframes tel-anim {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
            transform: translate3d(0, -100%, 0); }
  33% {
    -webkit-transform: translate3d(-25%, -120%, 0) scale3d(0.8, 0.8, 0.8);
            transform: translate3d(-25%, -120%, 0) scale3d(0.8, 0.8, 0.8); }
  66% {
    -webkit-transform: translate3d(-5%, -150%, 0) scale3d(1, 1, 1);
            transform: translate3d(-5%, -150%, 0) scale3d(1, 1, 1); }
  to {
    -webkit-transform: translate3d(0, -100%, 0);
            transform: translate3d(0, -100%, 0); } }

.tel-anim {
  -webkit-animation-name: tel-anim;
  animation-name: tel-anim;
  -webkit-animation-duration: 10s;
          animation-duration: 10s;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite; }

@-webkit-keyframes mail-anim {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
            transform: translate3d(0, -100%, 0); }
  33% {
    -webkit-transform: translate3d(15%, -150%, 0) scale3d(0.8, 0.8, 0.8);
            transform: translate3d(15%, -150%, 0) scale3d(0.8, 0.8, 0.8); }
  66% {
    -webkit-transform: translate3d(-15%, -120%, 0) scale3d(1, 1, 1);
            transform: translate3d(-15%, -120%, 0) scale3d(1, 1, 1); }
  to {
    -webkit-transform: translate3d(0, -100%, 0);
            transform: translate3d(0, -100%, 0); } }

@keyframes mail-anim {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
            transform: translate3d(0, -100%, 0); }
  33% {
    -webkit-transform: translate3d(15%, -150%, 0) scale3d(0.8, 0.8, 0.8);
            transform: translate3d(15%, -150%, 0) scale3d(0.8, 0.8, 0.8); }
  66% {
    -webkit-transform: translate3d(-15%, -120%, 0) scale3d(1, 1, 1);
            transform: translate3d(-15%, -120%, 0) scale3d(1, 1, 1); }
  to {
    -webkit-transform: translate3d(0, -100%, 0);
            transform: translate3d(0, -100%, 0); } }

.mail-anim {
  -webkit-animation-name: mail-anim;
  animation-name: mail-anim;
  -webkit-animation-duration: 10s;
          animation-duration: 10s;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite; }

@-webkit-keyframes whattsapp-anim {
  from {
    -webkit-transform: translate3d(0, 50%, 0);
            transform: translate3d(0, 50%, 0); }
  33% {
    -webkit-transform: translate3d(15%, 100%, 0) scale3d(0.8, 0.8, 0.8);
            transform: translate3d(15%, 100%, 0) scale3d(0.8, 0.8, 0.8); }
  66% {
    -webkit-transform: translate3d(-15%, 40%, 0) scale3d(1, 1, 1);
            transform: translate3d(-15%, 40%, 0) scale3d(1, 1, 1); }
  to {
    -webkit-transform: translate3d(0, 50%, 0);
            transform: translate3d(0, 50%, 0); } }

@keyframes whattsapp-anim {
  from {
    -webkit-transform: translate3d(0, 50%, 0);
            transform: translate3d(0, 50%, 0); }
  33% {
    -webkit-transform: translate3d(15%, 100%, 0) scale3d(0.8, 0.8, 0.8);
            transform: translate3d(15%, 100%, 0) scale3d(0.8, 0.8, 0.8); }
  66% {
    -webkit-transform: translate3d(-15%, 40%, 0) scale3d(1, 1, 1);
            transform: translate3d(-15%, 40%, 0) scale3d(1, 1, 1); }
  to {
    -webkit-transform: translate3d(0, 50%, 0);
            transform: translate3d(0, 50%, 0); } }

.whattsapp-anim {
  -webkit-animation-name: whattsapp-anim;
  animation-name: whattsapp-anim;
  -webkit-animation-duration: 10s;
          animation-duration: 10s;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite; }

@-webkit-keyframes face-anim {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
            transform: translate3d(0, -100%, 0); }
  33% {
    -webkit-transform: translate3d(-15%, -75%, 0) scale3d(0.8, 0.8, 0.8);
            transform: translate3d(-15%, -75%, 0) scale3d(0.8, 0.8, 0.8); }
  66% {
    -webkit-transform: translate3d(15%, -115%, 0) scale3d(1, 1, 1);
            transform: translate3d(15%, -115%, 0) scale3d(1, 1, 1); }
  to {
    -webkit-transform: translate3d(0, -100%, 0);
            transform: translate3d(0, -100%, 0); } }

@keyframes face-anim {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
            transform: translate3d(0, -100%, 0); }
  33% {
    -webkit-transform: translate3d(-15%, -75%, 0) scale3d(0.8, 0.8, 0.8);
            transform: translate3d(-15%, -75%, 0) scale3d(0.8, 0.8, 0.8); }
  66% {
    -webkit-transform: translate3d(15%, -115%, 0) scale3d(1, 1, 1);
            transform: translate3d(15%, -115%, 0) scale3d(1, 1, 1); }
  to {
    -webkit-transform: translate3d(0, -100%, 0);
            transform: translate3d(0, -100%, 0); } }

.face-anim {
  -webkit-animation-name: face-anim;
  animation-name: face-anim;
  -webkit-animation-duration: 10s;
          animation-duration: 10s;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite; }

.header {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 951px;
  overflow: hidden;
  position: relative; }
  .header .line {
    position: absolute;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(../images/line.png);
    bottom: 0;
    width: 100%;
    height: 100px;
    -webkit-transform: translateY(50%);
            transform: translateY(50%);
    z-index: 2; }
  .header__line {
    font-weight: 900;
    font-size: 187px;
    position: absolute;
    bottom: 0;
    left: 0;
    -webkit-transform: translateY(-50%) translateX(30%);
            transform: translateY(-50%) translateX(30%);
    text-transform: uppercase;
    opacity: .05; }
    .header__line span {
      display: block; }
  .header__icon {
    position: absolute; }
  .header__btn {
    display: none;
    margin-right: 15px;
    cursor: pointer; }
    .header__btn div {
      width: 30px;
      height: 2px;
      margin-bottom: 5px;
      background-color: #fff; }
  .header-menu__inner {
    z-index: 1000; }
  .header__menu {
    position: relative;
    margin: 0 auto;
    width: 100%;
    max-width: 1430px;
    height: 140px;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
            align-items: center; }
  .header .header-menu__inner.header-menu__inner--default {
    max-width: 100%;
    margin: 0 auto;
transition: 0.2s; }
  .header .header-menu__inner.header-menu__inner--fixed {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.6); transition: 0.2s; }
	
	.header-menu__inner--fixed img {width: 80px;}
	
	.header-menu__inner--fixed .menu ul li a {
    font-size: 18px;
}

.header-menu__inner--fixed .header__menu {height:100px}
	
	
  .header__logo {
    margin-left: 15px;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
            align-items: center; }
    .header__logo span {
      font-family: 'Montserrat', sans-serif;
      font-weight: 800;
      font-size: 30px; }
  .header ul {
    display: -webkit-box;
    display: flex; }
    .header ul li + li {
      margin-left: 45px; }
    .header ul li a {
      font-size: 21px; }
    .header ul li:last-child {
      margin-right: 15px; }
  .header .container-header {
    position: relative; }
  .header__inner {
    bottom: 0;
    height: 811px; }
  .header .test {
    padding-top: 140px; }
  .header__block {
    padding-top: 200px;
    width: 100%; }
  .header__title {
    max-width: 600px;
    font-size: 41px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 800;
    margin-bottom: 25px; }
  .header__text {
    font-size: 25px;
    max-width: 525px;
    margin-bottom: 30px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500; }
  .header__img {
    float: right;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 0; }
    .header__img::before {
      content: '';
      background-image: url(../images/flash.png);
      width: 1007px;
      height: 863px;
      position: absolute;
      top: 50%;
      right: 50%;
      z-index: -1;
      -webkit-transform: translate(50%, -50%);
              transform: translate(50%, -50%); }

.vk {
  left: 18%; }

.inst {
  left: 50%; }

.viber {
  left: 35%; }

.ok {
  left: 65%; }

.tel {
  left: 20%;
  bottom: 70px;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%); }

.face {
  left: 55%;
  bottom: 90px;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%); }

.mail {
  left: 34%;
  bottom: 80px;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%); }

.whattsapp {
  left: 47%;
  bottom: 100px;
  -webkit-transform: translateY(50%);
          transform: translateY(50%); }

.btn {
  display: inline-block;
  width: 258px;
  border-radius: 8px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fb8431), to(#cc150e));
  background-image: linear-gradient(180deg, #fb8431 0%, #cc150e 100%);
  position: relative; }
  
  .btn:hover {  
  background-image: -webkit-gradient(linear, left top, left bottom, from(#cc150e), to(#fb8431));
  background-image: linear-gradient(180deg, #cc150e 0%, #fb8431 100%);
  }
  
  .btn:disabled  {  
background-image: linear-gradient(180deg, #9E9E9E 0%, #607D8B 100%);
  }  

  .btn a {
    text-align: center;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    display: block;
    padding: 25px 15px; }

.rhomb {
  position: absolute;
  top: 55%;
  right: 50%;
  -webkit-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
  z-index: 0; }

.container-menu {
  max-width: 1430px; }

.container-header {
  max-width: 1350px; }

.popup {
  display: none;
  background-color: #060911;
  padding: 15px;
  border-radius: 8px; }
  .popup__inner {
    border-radius: 8px;
    border: 1px solid #ac2110;
    text-align: center;
    max-width: 505px;
    padding: 25px 15px; }
  .popup__title {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 30px;
    margin-bottom: 20px; }
  .popup__text {
    font-size: 23px;
    margin-bottom: 40px;
    width: 240px;
    display: inline-block; }
  .popup input {
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #ac2110;
    max-width: 280px;
    width: 100%;
    color: #fff;
    height: 45px;
    padding: 10px;
    outline-color: rgba(172, 33, 16, 0.5);
    margin-top: 15px; }
  .popup label {
    font-weight: 400; }
  .popup__input {
    margin-bottom: 20px; }
  .popup__line {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 30px; }
  .popup div.btn {
    width: 193px;
    margin-bottom: 15px; }
    .popup div.btn a {
      padding: 15px; }
    .popup div.btn::after {
      content: '';
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%);
      left: 15px; }
    .popup div.btn.yellow::after, .popup div.btn.purple::after {
      left: 30px; }
  .popup .fancybox-button {
    right: 10px;
    top: 10px; }
  .popup button.btn {
    cursor: pointer;
    margin-bottom: 40px;
    max-width: 260px;
    width: 100%;
    margin-top: 20px;
    border: none;
    padding: 25px 15px;
    color: #fff;
    font-weight: 600; }
  .popup .social__item-links {
    max-width: 400px;
    width: 100%; }

.title {
  font-size: 45px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  text-align: center;
  margin-bottom: 50px; }

.backline {
  text-align: center;
  font-weight: 800;
  font-size: 90px;
  position: absolute;
  top: 0%;
  left: 50%;
  -webkit-transform: translateY(50%) translateX(-50%);
          transform: translateY(50%) translateX(-50%);
  text-transform: uppercase;
  opacity: .05; }

.about {
  background-image: url(../images/fon.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 80px;
  position: relative; }
  .about .title {
    margin-bottom: 50px !important; }
  .about__inner {
    -webkit-box-align: center;
            align-items: center; }
  .about__text {
    width: 100%; }
    .about__text p {
      max-width: 635px;
      text-align: center;
      font-size: 23px; }
  .about__img {
    float: right;
    position: relative;
    z-index: 0; }
    .about__img::before {
      content: '';
      width: 785px;
      height: 788px;
      background-image: url(../images/flash2.png);
      position: absolute;
      top: 50%;
      right: 50%;
      -webkit-transform: translate(50%, -50%);
              transform: translate(50%, -50%);
      z-index: -1; }
    .about__img .rhomb {
      z-index: -1 !important; }
  .about__links {
    margin-top: 115px; }
    .about__links-title {
      text-align: center;
      font-size: 25px;
      font-family: 'Montserrat', sans-serif;
      font-weight: 600;
      margin-bottom: 30px; }
  .about__block {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
            justify-content: space-between; }
    .about__block .btn a {
      padding: 20px 50px; }
    .about__block .btn::after {
      content: '';
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%); }

.btn.blue {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#6fd2f0), to(#0e85c7));
  background-image: linear-gradient(180deg, #6fd2f0 0%, #0e85c7 100%); }
  
  .btn.blue:hover {background-image: -webkit-gradient(linear, left top, left bottom, from(#0e85c7), to(#6fd2f0))!important;
  background-image: linear-gradient(180deg, #0e85c7 0%, #6fd2f0 100%)!important;}
  
  .btn.blue::before {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#6fd2f0), to(#0e85c7));
    background-image: linear-gradient(180deg, #6fd2f0 0%, #0e85c7 100%); }
	
  .btn.blue::after {
    background-image: url(../images/telegram.png);
    width: 20px;
    height: 18px;
    left: 50px; }

.btn.yellow {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ece807), to(#e58c09));
  background-image: linear-gradient(180deg, #ece807 0%, #e58c09 100%); }
  
  .btn.yellow:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#e58c09), to(#ece807));
  background-image: linear-gradient(180deg, #e58c09 0%, #ece807 100%); }
  
  
  .btn.yellow::before {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ece807), to(#e58c09));
    background-image: linear-gradient(180deg, #ece807 0%, #e58c09 100%); }
  .btn.yellow::after {
    background-image: url(../images/mail.png);
    width: 22px;
    height: 16px;
    left: 60px; }

.btn.purple {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#a15bdc), to(#603b7e));
  background-image: linear-gradient(180deg, #a15bdc 0%, #603b7e 100%); }
  
 .btn.purple:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#603b7e), to(#a15bdc));
  background-image: linear-gradient(180deg, #603b7e 0%, #a15bdc 100%); } 
  
  
  .btn.purple::before {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#a15bdc), to(#603b7e));
    background-image: linear-gradient(180deg, #a15bdc 0%, #603b7e 100%); }
  .btn.purple::after {
    background-image: url(../images/viber.png);
    width: 23px;
    height: 23px;
    left: 70px; }

.btn.green {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#56eb71), to(#15ae31));
  background-image: linear-gradient(180deg, #56eb71 0%, #15ae31 100%); }
  
 .btn.green:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#15ae31), to(#56eb71));
  background-image: linear-gradient(180deg, #15ae31 0%, #56eb71 100%); } 
 
  .btn.green::before {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#56eb71), to(#15ae31));
    background-image: linear-gradient(180deg, #56eb71 0%, #15ae31 100%); }
  .btn.green::after {
    background-image: url(../images/whatsapp.png);
    width: 23px;
    height: 23px;
    left: 45px; }

.advantages {
  padding-top: 80px;
  position: relative; }
  .advantages__inner {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
            justify-content: space-between;
    flex-wrap: wrap; }
  .advantages .title {
    margin-bottom: 80px; }
  .advantages__item {
    width: 50%;
    text-align: center;
    margin-bottom: 45px;
    position: relative; }
    .advantages__item-number {
      font-weight: 900;
      font-size: 150px;
      opacity: .08;
      color: #ffb187;
      position: absolute;
      left: 50%;
      top: 50%;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%); }
    .advantages__item img {
      margin-bottom: -35px; }
    .advantages__item-title {
      margin-bottom: 15px;
      font-family: 'Montserrat', sans-serif;
      font-weight: 600;
      font-size: 23px; }

.social {
  padding-top: 80px;
  position: relative; }
  .social li {
    opacity: .5; }
  .social .container {
    max-width: 1600px; }
  .social .title {
    margin-bottom: 35px; }
  .social .btn {
    margin-bottom: 10px;
    width: 193px; }
    .social .btn::after {
      content: '';
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%); }
    .social .btn::before {
      width: 180px; }
    .social .btn a {
      font-size: 15px;
      padding: 18px 5px; }
  .social .blue::after {
    left: 33px; }
  .social .yellow::after {
    left: 43px; }
  .social .purple::after {
    left: 43px; }
  .social .green::after {
    left: 28px; }
  .social__item {
    height: 971px;
    text-align: center;
    position: relative;
    margin: 0 auto; }
    .social__item::after {
      content: '';
      background-image: url(../images/slaider.png);
      background-position: center center;
      background-repeat: no-repeat;
      background-size: cover;
      position: absolute;
      height: 820px;
      width: 520px;
      top: 45%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      z-index: -1;
      box-shadow: 0px 38px 80px 27px rgba(12, 129, 238, 0.35);
    border: 2px solid #113152;
    border-radius: 10px;

	  }
    .social__item img {
      display: inline-block !important;
      text-align: center; }
    .social__item-title {
      font-size: 31px;
      text-transform: uppercase;
      color: #268ffa;
      font-family: 'Montserrat', sans-serif;
      font-weight: 700; }
    .social__item-inner {
      padding-top: 50px;
      max-width: 550px;
      margin: 0 auto; }
    .social__item-text {
      display: inline-block;
      margin-bottom: 50px; }
      .social__item-text p {
        max-width: 446px; }
    .social__item-link {
      font-size: 31px;
      font-family: 'Montserrat', sans-serif;
      font-weight: 700; }
    .social__item-line {
      font-family: 'Montserrat', sans-serif;
      font-weight: 600;
      font-size: 22px;
      margin-bottom: 15px; }
    .social__item-links {
      margin: 0 auto;
      display: -webkit-box;
      display: flex;
      -webkit-box-pack: justify;
              justify-content: space-between;
      flex-wrap: wrap;
      max-width: 410px; }

.green-sh::after {
  box-shadow: 0px 38px 80px 27px rgba(0, 255, 127, 0.35); }

.purple-sh::after {
  box-shadow: 0px 38px 80px 27px rgba(148, 0, 211, 0.35); }

.red-sh::after {
  box-shadow: 0px 38px 80px 27px rgba(255, 69, 0, 0.35); }

.orange-sh::after {
  box-shadow: 0px 38px 80px 27px rgba(255, 140, 0, 0.35); }

.slick-arrow {
  border: none;
  width: 63px;
  height: 86px;
  background-color: transparent;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  cursor: pointer;
  outline: none;
  z-index: 1; }

.prev-arrow {
  background-image: url(../images/left.png);
  left: 10%; }

.next-arrow {
  background-image: url(../images/right.png);
  right: 10%; }

.reviews {
  position: relative;
  padding-top: 80px; }
  .reviews .container {
    max-width: 1400px; }
  .reviews .prev-arrow {
    background-image: url(../images/left.png);
    left: 5%; }
  .reviews .next-arrow {
    background-image: url(../images/right.png);
    right: 5%; }
  .reviews__inner {
    text-align: center; }
  .reviews__item {
    display: inline-block;
    max-width: 680px;
    text-align: center;
    padding: 10px;
    border-radius: 6px; }
    .reviews__item-img {
      margin-bottom: 15px;
      display: inline-block;
      width: 114px;
      height: 114px;
      border-radius: 5px; }
    .reviews__item-inner {
      width: 680px;
      display: inline-block;
      background-image: url(../images/reviews-bg.png);
      background-position: center center;
      background-repeat: no-repeat;
      background-size: cover;
      border: 1px solid #23a8a3;
      padding: 15px;
      border-radius: 6px; }
    .reviews__item-title {
      margin-bottom: 15px;
      color: #23a8a3; }
    .reviews__item-text {
      display: inline-block;
      max-width: 540px;
      width: 100%;
      font-size: 18px; }

.footer {
  margin-top: 100px;
  padding-bottom: 70px; }
  .footer__block {
    width: 350px;
    text-align: center;
    font-size: 14px; }
    .footer__block span {
      display: block;
      font-size: 30px;
      font-family: 'Montserrat', sans-serif;
      font-weight: 800; }
  .footer__links {
    text-align: center; }
  .footer__inner {
    -webkit-box-align: center;
            align-items: center;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
            justify-content: space-between; }
  .footer__line {
    font-size: 25px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    max-width: 450px;
    margin: 0 auto;
    margin-bottom: 20px; }

.footer__link .btn {
  width: 200px; }
  .footer__link .btn::before {
    width: 180px; }
  .footer__link .btn a {
    padding: 15px; }
  .footer__link .btn::after {
    content: '';
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%); }

.footer__link .blue::after {
  left: 10%; }

.footer__link .purple::after {
  left: 20%; }

.footer__link .green::after {
  left: 7%; }

.slick-slide {
  margin-top: 40px;
  margin-bottom: 40px;
  -webkit-transition: all .5s;
  transition: all .5s;
  opacity: .2;
  -webkit-transform: scale3d(0.7, 0.7, 0.7);
          transform: scale3d(0.7, 0.7, 0.7); }

.slick-center {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1);
          transform: scale3d(1, 1, 1); }

@media (max-width: 1300px) {
  .backline {
    font-size: 70px; }
  .about .backline {
    width: 508px; }
  .advantages .backline {
    width: 510px; }
  .reviews .backline {
    width: 390px; } }

@media (max-width: 1150px) {
  .menu ul li + li {
    margin-left: 15px; }
  .menu ul li a {
    font-size: 18px; } }

@media (max-width: 1100px) {
  .about__block {
    flex-wrap: wrap;
    -webkit-box-pack: center;
            justify-content: center; }
    .about__block .btn {
      margin: 10px; } }

@media (max-width: 1050px) {
  .header__img > img {
    width: 400px; }
  .header__img::before {
    top: 15%; }
  .r3-anim img {
    width: 500px; }
  .r2-anim img {
    width: 600px; }
  .r1-anim img {
    width: 700px; }
  .footer__line {
    font-size: 20px; }
  .footer__block .logo span {
    font-size: 25px; }
  .footer__link {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
            justify-content: center;
    flex-wrap: wrap; }
    .footer__link .btn {
      margin-left: 5px;
      margin-right: 5px;
      margin-bottom: 15px; }
  .footer__links .btn {
    width: 100px;
    font-size: 11px; }
    .footer__links .btn::before {
      width: 80px; }
    .footer__links .btn::after {
      -webkit-transform: translateY(-50%) scale(0.7);
              transform: translateY(-50%) scale(0.7);
      left: -1px; }
    .footer__links .btn.purple::after {
      -webkit-transform: translateY(-50%) scale(0.7);
              transform: translateY(-50%) scale(0.7);
      left: 10px; } }

@media (max-width: 915px) {
  .slick-arrow {
    -webkit-transform: translateY(-50%) scale(0.5);
            transform: translateY(-50%) scale(0.5); }
  .prev-arrow {
    left: 0; }
  .next-arrow {
    right: 0; }
  .header__logo span {
    font-size: 20px; }
  .header__logo img {
    width: 75px; }
  .header__title {
    font-size: 30px; }
  .header__text {
    font-size: 20px; } }

@media (max-width: 850px) {
  .reviews__item {
    -webkit-transform: scale(0.8);
            transform: scale(0.8); } }

@media (max-width: 800px) {
  .line {
    -webkit-transform: translateY(0) !important;
            transform: translateY(0) !important;
    background: #03060b;
    height: 40px; }
  .advantages__item-text {
    font-size: 18px; }
  .advantages__item-title {
    font-size: 20px; }
  .about__img > img {
    width: 300px; }
  .header__btn {
    display: block; }
  .menu {
    z-index: 1000;
    width: 100%;
    position: absolute;
    top: 100px; }
    .menu ul {
      margin: 0;
      padding: 0;
      display: none;
      overflow: hidden;
      background-color: rgba(0, 0, 0, 0.8);
      border-top: 1px solid rgba(255, 255, 255, 0.3); }
      .menu ul li {
        display: block;
        text-align: center;
        border-bottom: 1px solid rgba(255, 255, 255, 0.3); }
        .menu ul li + li {
          margin-left: 0; }
        .menu ul li:last-child {
          margin-right: 0; }
        .menu ul li a {
          padding-top: 5px;
          padding-bottom: 10px;
          display: block; }
  .menu-list.active {
    height: auto; }

	
  .header__menu {
    height: 100px; }
  .test {
    padding-top: 100px !important; }
  .header__line {
    font-size: 100px;
    top: 0;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    left: 50%; }
  .header__img {
    width: 300px;
    height: 415px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%); }
    .header__img::before {
      -webkit-transform: translate(50%, -50%) scale3d(0.6, 0.6, 0.6);
              transform: translate(50%, -50%) scale3d(0.6, 0.6, 0.6); }
    .header__img > img {
      width: 300px; }
  .r3-anim img {
    width: 300px; }
  .r2-anim img {
    width: 400px; }
  .r1-anim img {
    width: 500px; }
  .header__block {
    padding-top: 100px;
    width: 100%; }
  .header__icon img {
    width: 50px;
    height: 50px; }
  .header__block {
    text-align: center; }
  .header__title {
    display: inline-block; }
  .header__text {
    display: inline-block; } }

@media (max-width: 750px) {
  .header__line {
    display: none; }
  .social__item-text {
    margin-bottom: 0; }
  .social__item-line {
    font-size: 20px; } }

@media (max-width: 700px) {
  .reviews__item-inner {
    width: 600px; }
  .title {
    margin-bottom: -25px; } }

@media (max-width: 650px) {
  .about__inner {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column; }
  .about p {
    font-size: 18px; }
  .about__block .btn {
    width: 175px; }
    .about__block .btn::before {
      width: 160px; }
    .about__block .btn a {
      padding: 12px 10px; }
    .about__block .btn.yellow::after {
      left: 25px; }
    .about__block .btn.blue::after {
      left: 10px; }
    .about__block .btn.purple::after {
      left: 30px; }
    .about__block .btn.green::after {
      left: 8px; } }

@media (max-width: 600px) {
  .backline {
    font-size: 35px; }
  .social__item::after {
    box-shadow: none; }
  .footer__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column; }
  .footer__links {
    margin-top: 25px; }
  .social__item-title {
    font-size: 25px; }
  .social__item {
    -webkit-transform: scale(0.7);
            transform: scale(0.7); }
  .social__item-text {
    font-size: 18px; }
  .social__inner {
    margin-top: -150px;
    margin-bottom: -150px; }
  .title {
    font-size: 30px; }
  .advantages__item {
    width: 100%; }
  .header__line {
    display: none; }
  .header__block .btn a {
    padding: 12px 10px; }
  .vk {
    left: 10%; }
  .ok {
    right: 10%;
    left: auto; }
  .header__block {
    padding-top: 50px; }
  .header__title {
    font-size: 25px; }
  .header__text {
    font-size: 18px; } }

@media (max-width: 530px) {
  .reviews__item-inner {
    width: 400px; }
  .popup .social__item-links {
    flex-wrap: wrap;
    -webkit-box-pack: center;
            justify-content: center;
    font-size: 10px; }
    .popup .social__item-links .btn {
      margin-left: 5px;
      margin-right: 5px;
      margin-bottom: 10px;
      width: 100px; }
      .popup .social__item-links .btn::after {
        -webkit-transform: translateY(-50%) scale(0.7);
                transform: translateY(-50%) scale(0.7);
        left: 2px; }
      .popup .social__item-links .btn.yellow::after {
        left: 11px; }
      .popup .social__item-links .btn.purple::after {
        left: 13px; } 
		
	.header .line {height: 40px;}	
	.container {padding-bottom:30px;}
    .about__links {margin-top: 35px;}
	.advantages .title {margin-bottom: 40px;}
	.slick-slide {margin-top: 0px; margin-bottom: 0px;}
	.social__item {margin-bottom: -50px;}
	.social__item::after {width: 490px; background-size: auto; }
	.social__item-inner {padding-top: 70px;}
	.social__item-text {font-size: 19px;}
	.footer {margin-top: 10px;padding-bottom: 0px;}
	.footer__links .btn {padding-left: 10px;}
	.footer__links .btn::after {left: 2px;}
	
	.about__block .btn a {
    font-weight: 400;
}
		
		
		}

@media (max-width: 400px) {
  .social .btn {
    width: 145px;
    margin-right: 5px; }
  .social .btn a {
    font-size: 15px;
    padding: 12px 5px; }
  .social .btn.yellow::after {
    left: 15px; }
  .social .btn.blue::after {
    left: 10px; }
  .social .btn.purple::after {
    left: 20px; }
  .social .btn.green::after {
    left: 8px; } }
