/*! normalize.css v1.0.1 | MIT License | git.io/normalize */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

audio:not([controls]) {
  display: none;
  height: 0;
}
:active,
:hover,
:focus {
  outline: 0;
  outline-offset: 0;
}

[hidden] {
  display: none;
}

html {
  font-size: 100%;
}

html,
button,
input,
select,
textarea {
  font-family: Roboto, sans-serif;
}

a:focus {
  outline: thin dotted;
}

a:active,
a:hover {
  outline: 0;
}

h1 {
  font-size: 0;
  margin: 0;
}

h2 {
  font-size: 0;
  margin: 0;
}

h3 {
  font-size: 1.17em;
  margin: 0 0;
}

h4 {
  font-size: 1em;
  margin: 1.33em 0;
}

h5 {
  font-size: 0.83em;
  margin: 1.67em 0;
}

h6 {
  font-size: 0.75em;
  margin: 2.33em 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

blockquote {
  margin: 1em 40px;
}

dfn {
  font-style: italic;
}

mark {
  background: #ff0;
  color: #000;
}

p,
pre {
  padding: 0;
  margin: 0;
}

code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  _font-family: "courier new", monospace;
  font-size: 1em;
}

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

q {
  quotes: none;
}

q:before,
q:after {
  content: "";
  content: none;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

dl,
menu,
ol,
ul {
  margin: 0 0;
}

dd {
  margin: 0 0 0 40px;
}

menu,
ol,
ul {
  padding: 0 0 0 40px;
}

nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 0;
}

form {
  margin: 0;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
  white-space: normal;
  *margin-left: -7px;
}

button,
input,
select,
textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle;
}

button,
input {
  line-height: normal;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
  *overflow: visible;
}

button[disabled],
input[disabled] {
  cursor: default;
}

input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
  *height: 13px;
  *width: 13px;
}

input[type="search"] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

textarea {
  overflow: auto;
  vertical-align: top;
}

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

.list {
  list-style: none;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
}

a {
  text-decoration: none;
}

img {
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
}

p {
  margin: 0;
}

@font-face {
  font-family: "Montserrat", sans-serif;
  src: url(./fonts/Montserrat-Regular.ttf);
  font-weight: normal;
}
@font-face {
  font-family: "Montserrat", sans-serif;
  src: url(./fonts/Montserrat-Bold.ttf);
  font-weight: bold;
}

body {
  overflow-x: hidden;
  position: relative;

  max-width: 1920px;
  margin: 0 auto;

  padding: 0;

  background: #FFFFFF;

  font-family: "Montserrat", sans-serif;
  /* font-size: 22px; */
  font-size: 1.14vw;
  font-style: normal;
  font-weight: 400;

  line-height: 1.31;
  letter-spacing: 0em;

  text-align: left;

  color: #000000;
}

.container__anc {
  padding: 0 187px;
  max-width: unset;
  width: calc(100% - 374px);
  margin: 0 auto;
}

.wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 60px;
}
@media screen and (max-width: 1280px) {
  .wrapper {
    column-gap: 30px;
  }
}

.wrapper__long {
  display: grid;
  /* grid-template-columns: 382px 1fr; */
  grid-template-columns: 19.8vw 1fr;
  column-gap: 32px;
}
@media screen and (max-width: 1000px) {
  body {
  font-size: 16px;
  line-height: 1.4;
  }
  
  .container__anc {
    padding: 0 28px;
    width: calc(100% - 56px);
  }
  
  .wrapper {
    grid-template-columns: repeat(1, 1fr);
  }
  .wrapper__long {
    grid-template-columns: 1fr;
  }
}

/* заголовоки и текст_____________________________________ */
.section__title {
  /* font-size: 54px; */
  font-size: 2.8125vw;
  font-style: normal;
  font-weight: 800;
  line-height: 1.25;

  text-align: left;
}

.text-s {
  font-size: 22px;
  font-weight: 400;
  font-style: normal;

  line-height: 1.3;
}

.text-m {
  font-size: 26px;
  font-weight: 700;
}


.text-l {
  font-size: 36px;
  font-weight: 700;
}

@media screen and (max-width: 1000px) {
  .section__title {
    font-size: 24px;
  
    text-align: left;
  }
  .section__title br{
  display: none;
  }
  
  .text-s {
    font-size: 16px;

  }
  
  .text-m {
    font-size: 20px;
  }
  
  .text-l {
    font-size: 24px;
  }
}
/* ______________________________client____________________________ */
.client-img {
  padding: 54px 0 60px;
}
.client__block {
  padding-bottom: 60px;
}
.client__text-box p {
  padding: 10px 0;
}
.client__text-box span {
  /* font-style: italic; */
  font-weight: 500;
}

.client__text-items {
  padding-top: 15px;
}
.client__text-items li:not(:last-child) {
  padding-bottom: 12px;
}

.client__text-item{
  font-size: 22px;
  list-style: disc;
}

.client__text-item::marker {
  color: #0195DB;
}

@media screen and (max-width: 1000px) {
  .client__text-items{
    padding: 15px 0 0;
  }
  .client__text-item{
    font-size: 18px;
  }
  .client__block {
    padding-bottom: 15px;
  }
  .client-img {
    padding: 20px 0 20px;
  }
}
/* ____________________________ba__slider__________________ */

/* @import "lesshat"; */

.ba-slider {
  position: relative;
  overflow: hidden;
}

.ba-slider img {
  width: 100%;
  display:block;
  max-width: unset;
}

.resize {
  position: absolute;
  top:0;
  left: 0;
  height: 100%;
  width: 50%;
  overflow: hidden;
}


.handle { /* Thin line seperator */
position:absolute; 
left:50%;
top:0;
bottom:0;
width:3px;
margin-left:-1px;

background: #000000;
cursor: ew-resize;
}

.handle:after {  /* Big knob  */
  position: absolute;
  top: 50%;
  width: 64px;
  height: 64px;
  margin: -32px 0 0 -32px;

  content:'\21d4';
  color:white;
  font-weight:bold;
  font-size:36px;
  text-align:center;
  line-height:64px;

  background:  linear-gradient(270deg, #FF80DB 0%, #76DAE5 89.09%); /* @gradient*/

  border-radius: 50%;
  transition:all 0.3s ease;
}

.draggable:after {
  width: 48px;
  height: 48px;
  margin: -24px 0 0 -24px;
  line-height:48px;
  font-size:30px;
}
@media screen and (max-width: 1000px) {
  .handle { /* Thin line seperator */
    width: 1px;
    }
}
/* ___________________________________concept____________________________ */
.turbo {
  position: relative;
}
.turbo__block__wrap{
  z-index: -1;
}
.turbo__block__wrap p{
  z-index: 8;
}

.turbo__block {
  padding: 70px 0 0;
  z-index: 100;
}

.turbo__girls-img {
  width: auto;
  /* margin: -200px 38% 0 auto; */
  z-index: -1;
  margin: -18.51vh 38% 0 auto;
  width: 30.2vw;
}

.turbo__animation {
  padding: 70px 0 70px;
  width: 100%;
  overflow: hidden;
}
.turbo__animation img{
  /* max-width: 1544px; */
  max-width: 80vw;
  height: auto;
}


.turbo__coment-animation {
  max-width: 1350px;
  margin: 70px auto 42px;
}
.turbo__coment-animation video{
  width: 100%;
}
.gideLine__block {
  padding: 0 0 75px;
}


@media screen and (max-width: 1000px) {
  .turbo__animation img {
    width: 80%;
  }
  .turbo__block {
    padding: 30px 0 30px;
  }
  .turbo__block p {
    padding-top: 15px;
  }
  
  .turbo__girls-img {
    width: 75%;
    margin: 0 auto;
  }

  .turbo__animation {
    padding: 20px 0 20px;
  }

  .turbo__coment-animation {
    margin: 0 auto;
  }
  .turbo__coment-animation video{
    width: 100%;
    height: auto;
  }
  .turbo__coment {
    padding-left: 0;
    padding-bottom: 30px;
    }

  .gideLine__block {
    padding: 40px 0 20px;
  }
  .gideLine__block p {
    padding: 10px 0 0;
  }
}

/* ________________________________animation______________________ */

.animation__block {
  padding: 120px 0 70px;
}

.animation__video-item {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  margin-bottom: 50px;

}
.animation__video-item:nth-child(5) {
  margin-bottom: 0;
}
.animation__video-item:nth-child(6) {
  margin-bottom: 0;
}

.animation__video iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

@media screen and (max-width: 1000px) {
  .animation__block {
    padding: 30px 0 30px;
  }
  .animation__block p {
    padding: 10px 0 0;
  
  }

  .animation__video-item {
    margin-bottom: 20px;
  }
  .animation__video-item:nth-child(5) {
    margin-bottom: 20px;
  }
  .animation__video-item:nth-child(6) {
    margin-bottom: 0;
  }
}

/* _____________________________________stickers_____________________ */
.stickers__block {
  margin-top: 105px;
}

.stickers__block-text {
  grid-column-start: 1;
  grid-row-start: 1;
  grid-row-end: 2;

  align-self: center;
  justify-self: center;
}
.stickers__block-text p {
  padding-top: 20px;
}

.stickers__block-animation {
  text-align: center;
}

.stickers__block-btn a {
  display: inline-block;
  padding: 10px 25px;

  background-color: #0099cc;

  border-radius: 30px;

  color: #FFFFFF;
}

@media screen and (max-width: 1000px) {
  .stickers__block{
    display: block;
    margin-top: 40px;
  }.client__text-item
  .stickers__block-btn a {
    border-radius: 20px;
    padding: 5px 15px;
  }
}
/* __________________________________steakerpacks_______________________ */

.steakerpacks__block {
  padding: 105px 0 0;
}
.steakerpacks__block p{
  padding: 15px 0 0;
}
/* .mock-up{
  margin-top: 70px;
} */

@media screen and (max-width: 1000px) {
  .steakerpacks__block {
    padding: 20px 0 30px;
  }

  .mock-up{
    margin-top: 10px;
  }
}



/* __________________________________team_______________________ */

.team {
  padding-top: 125px;
}
.team__block {
  padding-top: 30px;
}
.team__block h3 {
  margin-bottom: 15px;
}
.team__block span {
  font-weight: 600;
  
}
.team__item {
  padding: 4px 0;
}
.team__items br {
  display: none;
}

@media screen and (max-width: 1000px) {
  .team {
    padding-top: 30px;
  }
  .team__block {
    padding-top: 10px;
  }
  .team__items {
    padding-top: 10px;
  }
  .team__items br {
    display: block;
  }
  .team__item {
    padding: 3px 0;
    font-size: 16px;
  }
}
/*___________________thanks___________________*/
.thanks-animation {
  text-align: center;
  position: relative;
  /* transform: translate(0, -8.25vh); */
}
.thanks-animation video{
  z-index: -1;
}
.thanks-animation p{
  position: absolute;
  top: 17.5%;
  left: 50%;
  transform: translateX(-56%);
  z-index: 30;
  font-size: 18px;
  font-weight: bold;
  background-color: #fff;
  letter-spacing: 0px;
  padding: 0 .3vw;
}

@media screen and (max-width: 1300px) {
  .thanks-animation {
    text-align: center;
    transform: translate(0);
  }
}

@media screen and (max-width: 1000px) {
  .thanks-animation {
    text-align: center;
    transform: translate(0);
  }
  .thanks-animation video {
    width: 100%;
  }
  .thanks-animation p{
    font-size: 14px;
    padding: 0 5px;
    display: none;
  }
  
}

#cartoonish{
  display: inline-block;
  position: relative;
  font-weight: 500;
  cursor: pointer;
}

#cartoonish::after{
  content: '';
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(270deg,#ff80db 0%,#76dae5 89.09%);
}
.footer {
  text-align: center;
  margin-top: 12px;
  margin-bottom: 12px;
  padding-left: 8px;
  font-size: 10px;
}
.client{
  margin: 100px auto 0;
}
.black .wrapper {
  background-color: unset;
  color: unset;
}

/* STICKERS */
.laptop{
  display: block;
  height: auto;
  width: 100%;
}
.stickers{
  position: relative;
}
.stickerone{
  position: absolute;
  top: 43.9%;
  left: 38%;
  width: 24%;
}
.stickertwo{
  position: absolute;
  left: 40.6%;
  width: 19%;
  top: 16.6%;
}
.stickerthree{
  position: absolute;
  left: 70.1%;
  width: 12%;
  top: 51.3%;
}
.stickerfour{
  position: absolute;
  left: 15.9%;
  width: 12%;
  top: 11%;
}
.stickerfive{
  position: absolute;
  left: 27.1%;
  width: 15.5%;
  top: 20%;
}
.stickersix{
  position: absolute;
  left: 18.2%;
  width: 10.8%;
  top: 57%;
}
.stickerseven{
  position: absolute;
  left: 27.5%;
  width: 13.4%;
  top: 47.7%;
}
.stickereight{
  position: absolute;
  left: 68.7%;
  width: 14.7%;
  top: 11.2%;
}
.stickernine{
  position: absolute;
  left: 58.1%;
  width: 19.2%;
  top: 30.3%;
}

.steakerpacks__block-animation img.st{
  opacity: 0;
}


.steakerpacks__block-animation img.stickerone{
  transition-delay: .5s !important;
}
.steakerpacks__block-animation img.stickertwo{
  transition-delay: 1s !important;
}
.steakerpacks__block-animation img.stickerthree{
  transition-delay: 1.3s !important;
}
.steakerpacks__block-animation img.stickerfour{
  transition-delay: 1.5s !important;
}
.steakerpacks__block-animation img.stickerfive{
  transition-delay: 1.2s !important;
}
.steakerpacks__block-animation img.stickersix{
  transition-delay: 1.8s !important;
}
.steakerpacks__block-animation img.stickerseven{
  transition-delay: 1.1s !important;
}
.steakerpacks__block-animation img.stickereight{
  transition-delay: .7s !important;
}
.steakerpacks__block-animation img.stickernine{
  transition-delay: 1.5s !important;
}


.steakerpacks__block-animation.in img.st{
  /* transition: opacity 1.5s; */
  opacity: 1 !important;
}

.tippy-content {
  padding: 12px;
}
.tippy-content a{
  color: #fff;
  text-decoration: underline;
}