/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

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 {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
}
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;
}
.clear{
    clear:both;
}
#top{
    display:block;
    width:100%;
    padding:40px 0px 140px 0px;
    background-image:url(../img/top-bg.png);
    background-size:cover;
    background-position:center center;
    background-repeat:no-repeat;
}

#about{
    display:block;
    width:100%;
    background-color:#fff;
    padding:65px 0px 140px 0px;
}

.top-menu{
    display:block;
    width:100%;
}

.top-menu li{
    display:inline-block;
    list-style-type:none;
}

.top-menu li a{
    display:block;
    color:#fff;
    font-family:'Raleway', sans-serif;
    font-weight:300;
    font-size:20px;
}

.top-menu li a:hover,
.top-menu li a:focus,
.top-menu li a:active{
    text-decoration:none;
    color:#fff;
}

.caret-down{
    display:inline-block;
    background-image:url(../img/caret-down.png);
    width:20px;
    height:15px;
}

.top-heading2{
    display:block;
    color:#fff;
    font-family:'Raleway', sans-serif;
    font-size:24px;
}

.top-heading1{
    display:block;
    color:#fff;
    font-family:'Raleway', sans-serif;
    text-transform:uppercase;
    font-size:45px;
    line-height: 1.2;
    font-weight:700;
}

.top-description{
    display:block;
    color:#fff;
    font-family:'Raleway', sans-serif;
    font-size:20px;
    font-weight:300;
    line-height:1.3;
}

@media(min-width:768px){

    .top-menu{
        text-align:right;
        margin-top:20px;
    }

    .top-menu li{
        padding-left:40px;
        padding-bottom:25px;
    }

    .top-heading2{
        margin-top:115px;
    }

    .top-heading1,
    .top-description,
    .badges{
        margin-top:45px;
    }

    .top-phones{
        float:right;
        margin-top:55px;
        max-width:90%;
    }


}

@media(max-width:767px){

    .top-menu{
        text-align:center;
        margin-top:40px;
    }

    .top-menu li{
        display:block;
        margin-bottom:40px;

    }

    .top-heading2,
    .top-heading1,
    .top-description,
    .badges{
        margin-top:45px;
    }

    .badges{
        text-align:center;
    }

    .top-phones{
        display:block;
        margin-top:55px;
        margin-left:auto;
        margin-right:auto;
        max-width:90%;

    }

}

.about-heading{
    display:block;
    color:#2c3e50;
    text-transform:uppercase;
    font-family:'Raleway', sans-serif;
    font-size:22px;
}

.about-heading .about-capital{
    font-size:30px;
}

.about-description{
    display:block;
    color:#2c3e50;
    font-family:'Raleway', sans-serif;
    font-size:20px;
    line-height:1.3;
}
.about-description-highlight{
    color: #1d8bff;
    text-decoration: underline;
    font-weight: 500;
}

.conditions-of-using{
    color: #1d8bff;
}
.about-app-heading{
    display:block;
    color:#2c3e50;
    text-transform:uppercase;
    font-family:'Raleway', sans-serif;
    font-size:22px;
    text-align: center;
}
.about-app-heading span{
    font-weight: bold;
}
.about-app-description{
    display:block;
    color:#2c3e50;
    font-family:'Raleway', sans-serif;
    font-size:20px;
    line-height:1.3;
    text-align: center;
}


@media(min-width:768px){

    .about-description{
        margin-top:40px;
        margin-bottom:85px;
    }
    .about-app-description{
        margin-top:40px;
        margin-bottom:85px;
    }
}

@media(max-width:767px){

    .about-description{
        margin-top:40px;
        margin-bottom:45px;
    }
    .about-app-description{
        margin-top:40px;
        margin-bottom:45px;
    }
    .rychla_pomoc{
        margin-left: 18% !important;
    }

    .moderny_design{
        margin-left: 20% !important;
    }
    .zak_podpora{
        margin-left: 20% !important;
    }
    .about-screens{
        max-width: 90%;
    }

}

.rychla_pomoc{
    content:url(../img/clock.png);
    margin-top: 7%;
    margin-left: 25%;
}
.moderny_design{
    content:url(../img/design.png);
    margin-left: 25%;
}
.zak_podpora{
    content:url(../img/support.png);
    margin-left: 25%;
}

.about-screens{
    margin-left: 4%;
}

#download{
    display:block;
    width:100%;
    padding:40px 0px 140px 0px;
    background-image:url(../img/download-bg.png);
    background-size:cover;
    background-position:center center;
    background-repeat:no-repeat;
}

.download-heading1{
    display:block;
    color:#fff;
    font-family:'Raleway', sans-serif;
    font-size:35px;
    margin-top: 7%;
}

.download-heading2 {
    display: block;
    color: #fff;
    font-family: 'Raleway', sans-serif;
    font-size: 24px;
    line-height:1.4;
    margin-top: 6%;
}

.download-heading2 span{
    font-weight: bold;
    color: #8bd1ff;
}

#footer{
    display:block;
    font-family:'Raleway', sans-serif;
    font-size:35px;
    margin-top: 2%;
    margin-bottom: 1%;
}
.bold{
    font-weight: bold;
}

.kontakt-heading{
    display:block;
    color:#2c3e50;
    font-family:'Raleway', sans-serif;
    text-transform:uppercase;
    font-size:36px;
    margin-bottom: 8%;
    margin-top: 12%;
    border-bottom: 1px solid #e9ebed;
    width: 26%;
    line-height: 1.4;
}

.kontakt-description {
    display: block;
    font-family:'Raleway', sans-serif;
    font-size: 24px;
    line-height:1.2;
    margin-top: 2%;
}
.fb-like{
    margin-top: 5%;
    float: left;
}
.twitter-share{
    margin-top: 10.5% !important;
    left: 25px;
    position: relative;
}
.copyright{
        margin-top: 20% !important;
}


.order{
    margin-top: 40px;
}
#order-sms-top-line{
    color: #1d8bff;
    font-size: 17px;
    font-weight: 500;
}
#want-service{
    margin: 25px 20px 25px 40px;
}
#want-service #first-part{
    color: #ffffff;
    background-color: #000000;
    font-weight: 500;
    font-size: 19px;
}
#want-service #second-part{
    color: #1d8bff;
    font-size: 15px;
    font-weight: 500;
}
#want-service #third-part{
    font-weight: 500;
    font-size: 19px;
}
#want-service-condition{
    font-size: 15px;
    text-align:center;
}
#want-service-condition p{
    font-size: 12px;
    padding-top: 5px;
}

.conditions{
    text-decoration: none;
    font-size: 20px;
}
.conditions-head{
    margin-top: 4%;
}

.form-inputs{
    border-top: none;
    border-right: none;
    border-left: none;
    font-size: 21px;
    outline: none;
    border-radius: 0;
    box-shadow: none;
    border-bottom: 2px solid #ccc;
    padding: 5px 0px;
    box-sizing: content-box;
    resize:none;
}

.form-inputs:focus,
.form-inputs:active,
.form-inputs:hover{
    outline:none;
    box-shadow:none;
}

.created-reinto{
    display: block;
    font-family: 'Raleway', sans-serif;
    font-size: 17px;
    color: #c2c2c2;
    line-height: 1.2;
    margin-top: 20%;
    float: right;
}
.created-reinto img{
    position: relative;
    top: 9px;
    left: 10px;
}
.margin-bottom-9{
    margin-bottom: 9%;
}

@media(max-width:767px){

    .twitter-share{
        margin-top: 15.7% !important;
    }
    .kontakt-heading{
        width: 50%;
    }
    .margin-bottom-9{
        margin-bottom: 0%;
    }
    .copyright{
        margin-left: 3%;
        text-align: center;
    }
    .created-reinto{
        margin-top: 0%;
        float: none;
        text-align: center;
    }

}

.main-div{
    padding: 0 15px;
}


.edu_video{
    margin-bottom:46px;
    border-radius: 30px;
    outline:none;
    background-color: #2b3c4d;
    color: white;
    width: 20%;
    height: 42px;
    font-size: 21px;
    border: none;
    box-shadow: 2px 3px 3px 2px #ccc;
}

#videoPass{
    width: 100%;
    padding: 5px 15px;
}


/* education video */

.video_container{
    padding: 20px;
	border: 1px solid #e44949;
	background: #e44949;
    border-radius: 10px;
	display: flex;
	justify-content: center;
	position: absolute;
	top: 115px;
	/* max-width: 85%; */
	right: 20px;
	width: 65%;
    cursor: pointer;
}

@media screen and (max-width: 767px){
    .video_container{
      position: static;
      margin-left: auto;
      margin-right: auto;
      margin-top: 100px;

    }
}

.top-phones{
    margin-top:260px !important;
}
@media screen and (max-width: 767px){
    .top-phones{
        margin-top:55px !important;
    }
}






 @import "node_modules/bootstrap-sass/assets/stylesheets/bootstrap";
 *{
  box-sizing: border-box;
}
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, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td, menu, input, textarea {
margin: 0;
padding: 0;
border: 0;
outline: 0;
font-weight: inherit;
font-family: inherit;
vertical-align: baseline;
}
html, body{
  margin: 0;
  text-rendering: optimizeLegibility !important;
  -webkit-font-smoothing: antialiased !important;
  min-width: 320px;
  scroll-behavior: smooth;
  font-family: 'prompt', sans-serif;

}

.prompt-medium{
  font-family: 'Prompt', sans-serif;
  font-weight: 500;
}

.prompt-regular{
  font-family: 'Prompt', sans-serif;
  font-weight: 400;
}

.prompt-bold{
  font-family: 'Prompt', sans-serif;
  font-weight: 700;
}

.prompt-light{
  font-family: 'Prompt', sans-serif;
  font-weight: 300;
}

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

.video-controls{
  position: relative;
}

.slide-wrap:hover .pause{
  opacity: 1;
  transition: .15s linear;
}

.play{
  position: absolute;
  background-color: transparent;
  width: 80px;
  height: 80px;
  background-image: url(/images/play.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  outline: none;
  z-index: 2;
}

video::-webkit-media-controls-play-button{
  display: none;
}

video::-webkit-media-controls-fullscreen-button
{
  display: none !important;
}


.pause{
  position: absolute;
  width: 80px;
  height: 80px;
  background-image: url(/images/pause.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-color: transparent;
  background-position: center;
  border: none;
  border-radius: 10px;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  outline: none;
  opacity: 0;
  transition: .15s linear;
  z-index: 2;
}

.pause:hover{
  opacity: 1;
}

@media screen and (max-width: 1200px){
  .slider-shield-img{
    right: 70px !important;
  }
}

@media screen and (max-width: 992px){
  .play{
    border-width: 40px 0 40px 40px;
  }

  .slider-shield-img{
    right: 50px !important;
  }
}

@media screen and (max-width: 768px){
  .play{
    width: 60px;
    height: 60px;
    border-width: 40px 0 40px 40px;
  }

  .pause{
    width: 60px;
    height: 60px;
  }

  .slider-shield-img{
    right: 30px !important;
  }
}

@media screen and (max-width: 480px){
  .play{
    border-width: 40px 0 40px 40px;
  }

  .slider-shield-img{
    right: 20px !important;
  }
}

.title-h2__slider{
  width: 100%;
  text-align: center;
  font-size: 32px;
}

.text-p__slider{
  width: 100%;
  text-align: center;
  font-size: 16px;
  color: #B4B4B4;
}

.slideshow{
  width: 80%;
  margin: 0 10% 50px 10%;
}

.slider-shield{
  width: 100%;
  position: relative;
}

.slider-shield-img{
  position: absolute;
  bottom: 16px;
  right: 110px;
  z-index: -1;
}

.video{
  margin-top: 10px;
  width: 100%;
  position: relative;
}

/* HEADER NAVIGATION */
.header-wrap{
  width: 100%;
  height: 614px;
  background-image: linear-gradient(-90deg, #4CC8F0 10%, #3F37C9 100%);
  margin-bottom: 144px;
  position: relative;
}

.header-wrap:before{
  content: "";
  background-image: url(/images/city.svg);
  width: 100%;
  height: 100%;
  position: absolute;
  right: 0px;
  top: 0px;
  background-repeat: no-repeat;
  background-position: right bottom;
}

.header{
  width: 100%;
  height: 100px;
  margin-bottom: 75px;
  position: relative;
}

.header-logo{
  width: 45%;
  height: 100%;
  align-items: center;
  float: left;
  margin-top: 20px;
}

.header-img{
  width: 100%;
  height: 59px;
  background-image: url("/images/logo-header.svg");
  background-repeat: no-repeat;
  background-size: contain;
}

.header-menu{
  height: 100%;
  float: right;
}

.hamburger-menu{
  display: none;
}

.header-text{
  float: left;
  color: #ffffff;
  font-size: 20px;
  text-decoration: none;
  margin-left: 35px;
  margin-top: 35px;
}

.header-text:first-child{
  margin-left: 0;
}

.header-text:hover{
  color: #dfdfdf;
}

/* HEADER INTRO */
.intro{
  position: relative;
  width: 100%;
  height: 550px;
}

.title-h1--intro{
  color: #ffffff;
  font-size: 35px;
  margin-bottom: 10px;
}

.title-h2--intro{
  color: #ffffff;
  font-size: 25px;
  margin-bottom: 70px;
}

.text-p--intro{
  color: #ffffff;
  font-size: 16px;
  line-height: 30px;
}

/* HEADER BUTTON */
.download-app{
  width: 108px;
  height: 40px;
  border-color: #FFFFFF;
  border-radius: 30px;
  color: #3F37C9;
  background-color: #FFFFFF;
  margin-top: 35px;
  outline: none;
  border: none;
  cursor: pointer;
}

.download-app:hover{
  background-color: #dfdfdf;
}

/* HEADER IMG */
.intro-img{
  position: absolute;
  width: 73%;
  height: 100%;
  right: 0;
  bottom: 20px;
  background-image: url("/images/phone.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.anonym{
  width: 100%;
  text-align: center;
}

.text-p--anonym:first-child{
  margin-bottom: 0px;
}

.title-h2--anonym{
  font-size: 30px;
  margin-bottom: 30px;
}

.text-p--anonym{
  font-size: 18px;
  line-height: 36px;
  margin-bottom: 60px;
}

/* TIPS */
.tips{
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-bottom: 87px;
}

.tips__item{
  height: 100%;
  max-width: 33.3333%;
  display: table;
}

/* TIPS IMG */
.tips-img{
  width: 77px;
  height: 77px;
  background-image: url("/images/protection.svg");
  background-repeat: no-repeat;
  background-size: contain;
  float: left;
  margin-right: 20px;
  background-position: center;
}

.tips-img--middle{
  background-image: url("/images/help.svg");
}

.tips-img--right{
  background-image: url("/images/house.svg");
}

/* TIPS TEXT */
.text-p--tips{
  width: auto;
  height: 100%;
  display: table-cell;
  vertical-align: middle;
  align-items: center;
  color: #000000;
  font-size: 18px;
  line-height: 28px;
}

/* ABOUT APP */
.about-app{
  width: 100%;
  background-color: #FAFAFA;
  border-radius: 15px;
  padding: 85px 0 50px 0;
  margin-bottom: 75px;
  display: flex;
}

.about-app__left{
  width: 40%;
  height: auto;
  margin-right: 30px;
  text-align: right;
  position: relative;
}

.about-app__right{
  width: 60%;
  height: 100%;
  padding-left: 30px;
  text-align: left;
}

/* ABOUT TEXT */
.title-h2--about-app{
  font-size: 32px;
  color: #000000;
}

.title-h3--about-app{
  font-size: 80px;
  color: #3f37c9;
  line-height: 121px;
  position: absolute;
  bottom: 0;
  right: 0;
}

.text-p--about-app{
  font-size: 16px;
  color: #000000;
  padding-bottom: 50px;
  line-height: 32px;
  padding-right: 100px;
}

/* POSITIVE ELEMENTS */
.positive-elements{
  width: 100%;
  position: relative;
  display: flex;
}

.positive-elements__left{
  width: 50%;
}

.positive-elements__right{
  width: 50%;
  height: 100%;
  float: right;
}

.positive-elements-img{
  position: absolute;
  left: -300px;
  top: -100px;
  height: 974px;
  width: 859px;
  background-image: url("/images/logo.svg");
  background-repeat: no-repeat;
}

.title-h2--positive-elements{
  font-size: 75px;
  color: #4CC8F0;
}

.text-p--positive-elements{
  font-size: 18px;
  margin-bottom: 45px;
  color: #000000; 
  line-height: 28px;
}

/* FUNCTION */
.function-wrap{
  width: 100%;
  /* height: 1450px; */
  background-color: #FAFAFA;
  display: flex;
  padding-bottom: 40px;
}

.function-card{
  width: calc(50% - 10px);
  float: left;
  margin-top: 50px;
  position: relative;
}

.function-card:nth-child(1):before{
  content: "";
  background-image: url(/images/shields.svg);
  width: 90px;
  height: 90px;
  position: absolute;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 1;
  bottom: -32px;
  left: 150px;
}

.function-card:nth-child(2):before{
  content: "";
  background-image: url(/images/shields.svg);
  width: 90px;
  height: 90px;
  position: absolute;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 0;
  top: -52px;
  right: 125px;
}

.function-card:nth-child(4):before{
  content: "";
  background-image: url(/images/shields.svg);
  width: 90px;
  height: 90px;
  position: absolute;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 0;
  left: -50px;
  top: 200px;
}

.function-card:nth-child(5):before{
  content: "";
  background-image: url(/images/shields.svg);
  width: 90px;
  height: 90px;
  position: absolute;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 0;
  left: -25px;
  bottom: -46px;
}

.function-card:nth-child(4){
  z-index: 4;
}
.function-card:nth-child(6):before{
  content: "";
  background-image: url(/images/shields.svg);
  width: 90px;
  height: 90px;
  position: absolute;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 1;
  right: 50px;
  top: -67px;
}

.function-card__data{
  background-color: #FFFFFF;
  border-radius: 15px;
  position: relative;
}

.function-card-right{
  margin-right: 15px;
  min-height: 350px;
}

.function-card-left{
  margin-left: 15px;
  min-height: 350px;
}

.function{
  width: 100%;
  height: 100px;
  padding-top: 70px;
  margin-bottom: 50px;
}

.title-h2--function-main{
  width: 100%;
  height: 100%;
  text-align: center;
  font-size: 32px;
  color: #000000;
}

.title-h2--function{
  font-size: 30px;
  color: #000000;
  padding: 40px 50px 20px 50px;
  line-height: 40px;
}

.text-p--function{
  font-size: 16px;
  color: #000000;
  padding: 20px 50px 40px 50px;
  line-height: 40px;
}

/* DOWNLOAD */
.download-wrap{
  width: 100%;
  height: auto;
  background-image: linear-gradient(-90deg, #4CC8F0 10%, #3F37C9 100%);
  margin-bottom: 225px;
  position: relative;
}

.download{
  width: 100%;
  height: auto;
  padding: 100px 0 40px 0;
}

.title-h2--download{
  font-size: 50px;
  color: #FFFFFF;
  text-align: center;
}

.download-title{
  width: 100%;
  height: auto;
  padding-bottom: 20px;
}

.text-p--download{
  font-size: 18px;
  color: #FFFFFF;
  text-align: center;
}

.download-button{
  width: 100%;
  height: auto;
  display: flex;
  justify-content: center;
  padding: 10px 0 40px 0;
}

.download-button__googlePlay{
  background-image: url("/images/Playstore\ Copy.svg");
  background-repeat: no-repeat;
  width: 227px;
  height: 67px;
  margin-right: 10px;
}

.download-button__appStore{
  background-image: url("/images/Appstore\ Copy.svg");
  background-repeat: no-repeat;
  width: 220.25px;
  height: 67px;
  margin-left: 10px;
}

.download-phones{
  width: 100%;
  height: 500px;
  position: relative;
  bottom: -150px;
}

.download-phones__img{
  background-image: url("/images/phones.svg");
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: contain;
  position: absolute;
}

.download-text{
  width: 100%;
  height: auto;
  margin-bottom: -100px;
}

.download__text--p{
  width: 100%;
  height: 100%;
  font-size: 18px;
  color: #FFFFFF;
  text-align: center;
  line-height: 30px;
}

/* CREATEHERO */
.create-hero-wrap{
  width: 100%;
  /* height: 600px; */
  margin-bottom: 50px;
  display: flex;
}

.create-hero{
  width: 100%;
  height: auto;
  margin-bottom: 60px;
}

.create-hero__title{
  color: #3f37c9;
  font-size: 70px;
}

.create-hero__text{
  color: #000000;
  font-size: 16px;
  line-height: 30px;
}

.create-hero-cards{
  display: inline-block;
}

.create-hero-cards__data:nth-child(1):before{
  content: "";
  background-image: url(/images/shields.svg);
  width: 90px;
  height: 90px;
  position: absolute;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  z-index: -1;
  right: 25px;
  bottom: -52px;
}

.create-hero-cards__data:nth-child(2):before{
  content: "";
  background-image: url(/images/shields.svg);
  width: 90px;
  height: 90px;
  position: absolute;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  z-index: -1;
  top: -50px;
  right: -25px;
}

.create-hero-cards__data{
  width: calc(50% - 10px);
  float: left;
  position: relative;
}

.create-hero-card{
  width: 100%;
  height: auto;
  background-color: #fafafa;
  border-radius: 10px;
}

.create-hero-card--left{
  margin-right: 0px;
  padding: 40px 50px 40px 50px;
}

.create-hero-card--right{
  margin-left: 30px;
  padding: 40px 50px 40px 50px;
}

.title-h2--hero{
  font-size: 50px;
  color: #4CC8F0;
  margin-bottom: 20px;
}

.title-h3--hero{
  font-size: 20px;
  color: #000000;
  margin-bottom: 15px;
}

.text-p--hero{
  font-size: 16px;
  color: #000000;
  margin-bottom: 25px;
  line-height: 36px;
}

/* FOOTER */
.footer-wrap{
  width: 100%;
  /* height: 467px; */
  background-image: linear-gradient(-90deg, #4CC8F0 10%, #3F37C9 100%);
  position: relative;
}

.footer{
  position: relative;
  padding-bottom: 20px;
}

.footer-wrap:before{
  content: "";
  background-image: url(/images/city.svg);
  width: 100%;
  height: 100%;
  position: absolute;
  background-repeat: no-repeat;
  background-position: right bottom;
}

.footer__left{
  width: 60%;
  /* height: 400px; */
  float: left;
}

.footer-menu{
  width: 100%;
  height: auto;
  display: inline-block;
}

.footer-menu__navigation{
  width: 50%;
  /* height: 300px; */
  float: left;
}

.footer-menu__contact{
  width: 50%;
  height: 300px;
  float: right;
}

.license{
  display: flex;
  align-items: center;
  width: 100%;
  height: 25%;
}

.license__img{
  background-repeat: no-repeat;
  background-size: contain;
  float: left;
}

.license__img--gdpr{
  background-image: url("/images/gdpr.svg");
  width: 65px;
  height: 65px;
  margin-right: 42px;
}

.license__img--data{
  background-image: url("/images/urad_pro_ochranu_osobnich_udaju.svg");
  width: 100px;
  height: 55px;
  margin: 10px 35px 0 0;
}

.license__img--code{
  background-image: url("/images/sifrovana_data.svg");
  width: 90px;
  height: 64px;
  margin: 5px 0 0 0;
}

.footer__right{
  width: 40%;
  /* height: 400px; */
  float: right;
}

.deleteaccount-container {
  width: 80%;
  margin: 0px auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.deleteaccount-form {
  background-color: white;
  border-radius: 20px;
  margin-top: 30px;
  margin-bottom: 50px;
  padding: 20px;
}

.contact-email{
  width: 100%;
  height: 42px;
  margin-bottom: 27px;
  border-radius: 5px;
  padding-left: 16px;
  background-color: #fafafa;
}

.contact-message{
  width: 100%;
  height: 210px;
  margin-bottom: 20px;
  border-radius: 5px;
  padding: 16px;
  background-color: #fafafa;
}

.contact-button{
  width: 108px;
  height: 40px;
  border-color: #FFFFFF;
  border-radius: 30px;
  color: #4ab5eb;
  font-size: 16px;
  background-color: #FFFFFF;
  float: right;
  outline: none;
  border: none;
  cursor: pointer;
}

.contact-button:hover{
  background-color: #dfdfdf;
}

.title-h2--menu{
  font-size: 20px;
  color: #FFFFFF;
  margin-top: 40px;
  margin-bottom: 47px;
}

.text-p--link{
  font-size: 20px;
  color: #FFFFFF;
  line-height: 30px;
  display: block;
  text-decoration: none;
}

.text-p--link:hover{
  color: #dfdfdf;
}

.title-h2--contact{
  font-size: 20px;
  color: #FFFFFF;
  margin-top: 40px;
  margin-bottom: 49px;
}

.text-p--contact{
  font-size: 20px;
  color: #FFFFFF;
  line-height: 35px;
}

.contact{
  font-size: 20px;
  color: #FFFFFF;
  margin-bottom: 18px;
  margin-top: 40px;
}

.footer__author{
  width: 100%;
  height: 30px;
  text-align: center;
  display: flex;
  justify-content: center;
  margin-top: 10px;
}

.title-h3--author{
  font-size: 20px;
  color: #ffffff;
  margin-right: 25px;
}
.title-h3--author-left{
  margin-left: 25px;
  margin-right: unset;
}

/* TERMS */
.terms{
  background-color: #fafafa;
  padding: 25px;
  border-radius: 20px;
  margin-bottom: 80px;
}

.terms-h1{
  font-weight: 700;
  margin: 10px 0 50px 0;
}

.terms-h2{
  font-weight: 500;
  margin: 20px 0 10px 10px;
}

.terms-p{
  margin: 10px 0 0 20px;
}






























@media (max-width: 1430px) {

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

  
}
@media (max-width: 1230px) {

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

  .header-logo{
    width: 40%;
  }

  .header-menu{
    width: 60%;
  }

  .header-text{
    margin-left: 25px;
  }

  .intro-img{
    width: 80%;
    height: 90%;
  }

  .about-app{
    padding: 50px 40px 40px 40px;
  }

  .title-h2--positive-elements {
    font-size: 60px;
  }

  .positive-elements-img {
    height: 900px;
    width: 800px;
    left: -350px;
    background-size: contain;
  }

  .function-card-left{
    min-height: 400px;
  }

  .function-card-right{
    min-height: 400px;
  }

  .download-wrap{
    margin-bottom: 175px;
  }

  .download-phones{
    height: 400px;
  }

  .download-text{
    margin-bottom: -100px;
  }

  .create-hero-card--left{
    min-height: unset;
  }

  .create-hero-card--right{
    min-height: unset;
  }

  .create-hero-cards__data:nth-child(1):before{
    content: "";
    background-image: url(/images/shields.svg);
    width: 90px;
    height: 90px;
    position: absolute;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    z-index: -1;
    right: unset;
    left: -25px;
    bottom: unset;
    top: -25px;
  }
  
  .create-hero-cards__data:nth-child(2):before{
    content: "";
    background-image: url(/images/shields.svg);
    width: 90px;
    height: 90px;
    position: absolute;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    z-index: -1;
    top: -50px;
    right: -25px;
  }

  .footer-wrap {
    width: 100%;
    position: relative;
  }

  .footer__left{
    text-align: center;
    width: 100%;
    float: none;
    position: relative;
  }

  .footer__right{
    width: unset;
    float: none;
  }

  .license{
    justify-content: center;
  }

  .contact{
    width: 100%;
  }

  .contact-email{
    width: 100%;
  }

  .contact-message{
    width: 100%;
  }

  .contact-button{
    margin-bottom: 25px;
  }
}

@media (max-width: 1022px) {

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

  .header-wrap{
    height: 850px;
    margin-bottom: 150px;
  }

  .header{
    margin-bottom: 55px;
    position: relative;
  }

  /* hamburger menu */
  .hamburger-toggler{
    width: 30px;
    height: 3px;
    background-color: #f1f1f1;
    position: absolute;
    top: 50%;
    right: 50%;
    transform: translateX(50%) translateY(-50%);
    transition: .3s linear;
  }

  .hamburger-toggler::after{
    content: '';
    width: 30px;
    height: 3px;
    background-color: #f1f1f1;
    position: absolute;
    top: -10px;
    transition: .3s linear;
    left: 50%;
    transform: translateX(-50%);
  }

  .hamburger-toggler::before{
    content: '';
    width: 30px;
    height: 3px;
    background-color: #f1f1f1;
    position: absolute;
    top: 10px;
    transition: .3s linear;
    left: 50%;
    transform: translateX(-50%);
  }

  .hamburger-toggler--opened{
    background-color: transparent;
  }

  .hamburger-toggler--opened::after{
    content: '';
    width: 30px;
    height: 3px;
    background-color: #f1f1f1;
    position: absolute;
    top: 0px;
    transition: .3s linear;
    left: 50%;
    transform: translateX(-50%) rotate(45deg);
  }

  .hamburger-toggler--opened::before{
    content: '';
    width: 30px;
    height: 3px;
    background-color: #f1f1f1;
    position: absolute;
    top: 0px;
    transition: .3s linear;
    left: 50%;
    transform: translateX(-50%) rotate(-45deg);
  }

  .hamburger-menu {
    display: flex;
    height: 40px;
    width: 40px;
    position: fixed;
    right: 20px;
    top: 20px;
    z-index: 15;    
    transition: .3s linear;
    background-color: transparent;
    border: none;
    outline: none;
  }
  
  .header-menu{
    display: none;
  }

  .header-menu--opened{
    position: fixed;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(-90deg, #4CC8F0 10%, #3F37C9 100%);
    z-index: 14;
    right: 0;
    display: inline-block;
  }

  .menu-target{
    position: absolute;
    height: 80px;
    width: 100%;
    margin-top: -79px;
    z-index: -1;
    left: 0;
  }

  .header-text{
    margin: unset;
    padding: unset;
    width: 100%;
    text-align: center;
    margin-bottom: 15px;
  }

  .header-text:first-child{
    margin-top: 80px;
  }

  .header-logo {
    width: 100%;
    height: auto;
    position: fixed;
    left: 50%;
    transform: translateX(-50%);
    padding-left: unset;
    margin-top: unset;
    z-index: 15;    
    background-image: linear-gradient(-90deg, #4CC8F0 10%, #3F37C9 100%);
  } 

  .header-img {
    z-index: 11;
    margin: 10px;
  } 

  .intro{
    text-align: center;
  }

  .intro-img {
    width: 100%;
    height: 100%;
    bottom: -300px;
  }

  .tips{
    display: inline-block;
    width: 100%;
    margin-bottom: 50px;
  }

  .tips__item{
    max-width: unset;
    width: 100%;
    float: left;
    position: relative;
    margin-bottom: 15px;
    display: unset;
  }

  .text-p--tips {
    position: absolute;
    margin-left: 100px;
    display: flex;
    vertical-align: unset;
}

  .about-app{
    display: inline-block;
  }

  .about-app__left{
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
  }

  .about-app__right{
    width: 100%;
    padding-left: 0;
  }

  .title-h3--about-app{
    position: unset;
    right: unset;
    bottom: unset;
  }

  .text-p--about-app{
    padding-right: 0;
  }

  .positive-elements{
    display: inline-block;
  }

  .positive-elements__left{
    float: none;
    width: 100%;
  }

  .positive-elements__right{
    float: none;
    width: 100%;
  }

  .positive-elements-img{
    left: 350px;
    top: -150px;
    height: 200px;
    width: 200px;
  }

  .function-card{
    width: 100%;
  }

  .function-card-left{
    margin-left: unset;
    min-height: unset;
  }

  .function-card-right{
    margin-right: unset;
    min-height: unset;
  }

  .function-card:nth-child(1):before{
    content: "";
    background-image: url(/images/shields.svg);
    width: 90px;
    height: 90px;
    position: absolute;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 1;
    bottom: -70px;
    left: -60px;
  }
  
  .function-card:nth-child(2):before{
    content: "";
    background-image: url(/images/shields.svg);
    width: 90px;
    height: 90px;
    position: absolute;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 0;
    top: unset;
    bottom: -52px;
    right: 125px;
  }
  
  .function-card:nth-child(4):before{
    content: "";
    background-image: url(/images/shields.svg);
    width: 90px;
    height: 90px;
    position: absolute;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 0;
    left: 250px;
    top: -70px;
  }
  
  .function-card:nth-child(5):before{
    content: "";
    background-image: url(/images/shields.svg);
    width: 90px;
    height: 90px;
    position: absolute;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 0;
    left: -50px;
    bottom: 70px;
  }
  
  .function-card:nth-child(4){
    z-index: 4;
  }
  .function-card:nth-child(6):before{
    content: "";
    background-image: url(/images/shields.svg);
    width: 90px;
    height: 90px;
    position: absolute;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 1;
    right: 50px;
    top: -70px;
  }

  .download-wrap{
    margin-bottom: 150px;
  }

  .download-text{
    margin-bottom: -140px;
  }

  .download-phones{
    height: 325px;
  }

  .create-hero-cards__data{
    float: none;
    width: unset;
  }

  .create-hero-card{
    width: 100%;
  }
  .create-hero-card--left{
    width: 100%;
    margin-bottom: 30px;
  }

  .create-hero-card--right{
    height: 100%;
    margin-left: unset;
  }

  .footer__author {
    width: 100%;
    display: inline-block;
    margin-top: 5px;
  }

  .title-h3--author {
    font-size: 20px;
    color: #ffffff;
    margin-right: unset;
  }

  .title-h3--author-left {
    margin-left: unset;
    margin-right: unset;
}

  .license{
    bottom: 0;
    left: 55%;
  }

  .license__img--gdpr {
    background-image: url(/images/gdpr.svg);
    width: 45px;
    height: 45px;
    margin-right: 20px;
  }

  .license__img--data {
    background-image: url(/images/urad_pro_ochranu_osobnich_udaju.svg);
    width: 80px;
    height: 45px;
    margin: 10px 20px 0 0;
  }

  .license__img--code {
    background-image: url(/images/sifrovana_data.svg);
    width: 70px;
    height: 54px;
    margin: 5px 0 0 0;
  }

  .terms-h1 {
    font-size: 20px;
    font-weight: 700;
    margin: 5px 0 20px 0;
}

.terms-h2 {
  font-size: 18px;
  font-weight: 500;
  margin: 5px 0 10px 0;
}

.terms-p {
  font-size: 16px;
  margin: 5px 0 10px 0;
}
}

@media (max-width: 798px) {
  .container{ 
    max-width: 576px;
    margin: auto;
    padding: 0 15px 0 15px;
  }

  .text-p--tips {
    font-size: 16px;
}

  .create-hero-cards__data:nth-child(2):before {
    top: -50px;
    right: -15px;
}

.positive-elements-img{
  left: 250px;
  top: -150px;
  height: 150px;
  width: 150px;
}

.download-wrap {
  margin-bottom: 120px;
}

.download {
  width: 100%;
  height: auto;
  padding: 60px 0 40px 0;
}

.download-button {
  width: 100%;
  height: 150px;
  display: inline-block;
  padding: 10px 0 40px 0;
  margin-bottom: 20px;
  position: relative;
}

.download-button__appStore {
  position: absolute;
  margin-left: unset;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.download-button__googlePlay {
  margin-right: unset;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

.download-text{
  margin-bottom: -200px;
}

.title-h2--download {
  font-size: 30px;
  color: #FFFFFF;
  text-align: center;
}

.text-p--download {
  font-size: 16px;
  color: #FFFFFF;
  text-align: center;
}

.create-hero__title {
  color: #3f37c9;
  font-size: 60px;
}

}

@media (max-width:606px) {

  .container{ 
    margin: auto;
    padding: 0 15px 0 15px;
  }

  .header {
    margin-bottom: 25px;
    position: relative;
}

  .header-wrap {
    height: 550px;
    margin-bottom: 80px;
}

.title-h2--anonym{
  font-size: 16px;
  margin-bottom: 20px;
}

.text-p--anonym{
  font-size: 14px;
  line-height: 26px;
  margin-bottom: 40px;
}

.intro {
  position: relative;
  width: 100%;
  height: 500px;
}

.header-img {
  height: 50px;
  margin: 15px;
}

.intro-img {
  width: 100%;
  height: 40%;
  bottom: 0px;
}

.title-h1--intro {
  color: #ffffff;
  font-size: 25px;
  margin-bottom: 10px;
}

.title-h2--intro {
  color: #ffffff;
  font-size: 20px;
  margin-bottom: 30px;
}

.text-p--intro {
  color: #ffffff;
  font-size: 14px;
  line-height: 30px;
}

.text-p--tips {
  font-size: 14px;
}

.about-app {
  padding: 30px 10px 40px 10px;
}

.text-p--about-app {
  font-size: 14px;
  padding-right: 0;
  padding-bottom: 20px;
  line-height: 26px;
}

.title-h3--about-app {
  font-size: 50px;
  line-height: 80px;
}

  .positive-elements-img {
    left: 150px;
    top: -100px;
    height: 125px;
    width: 125px;
}

  .title-h2--positive-elements {
    font-size: 40px;
    color: #4CC8F0;
}

.text-p--positive-elements {
  font-size: 14px;
  margin-bottom: 45px;
  color: #000000;
  line-height: 28px;
}

.function-card:nth-child(4):before {
  left: 150px;
}

.title-h2--function {
  font-size: 25px;
  padding: 30px 20px 20px 20px;
}

.text-p--function {
  font-size: 16px;
  padding: 20px 20px 20px 20px;
  line-height: 26px;
}

  .download-wrap {
    /* height: 570px; */
    margin-bottom: 125px;
  }


  .title-h2--hero {
    font-size: 30px;
}

.title-h3--hero {
  font-size: 18px;
  margin-bottom: 15px;
}

.text-p--hero {
  font-size: 16px;
  color: #000000;
  margin-bottom: 25px;
  line-height: 26px;
}

  .create-hero__title {
    font-size: 60px;
    text-align: center;
}

.create-hero-card--left {
  margin-right: 0px;
  padding: 30px 20px 20px 20px;
}

.create-hero-card--right {
  margin-right: 0px;
  padding: 30px 20px 20px 20px;
}

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

.footer__left{
  height: unset;
}

.footer-menu{
  margin-bottom: 20px;
}

.footer-menu__navigation {
  width: 100%;
  height: unset;
  float: unset;
}

.footer-menu__contact {
  width: 100%;
  height: unset;
  float: unset;
}

.title-h2--menu {
  margin-top: 20px;
  margin-bottom: 10px;
}

.title-h2--contact {
  margin-top: 20px;
  margin-bottom: 10px;
}

.license{
  height: unset;
  text-align: center;
  left: 50%;
}

.license__img--gdpr {
  background-image: url(/images/gdpr.svg);
  width: 55px;
  height: 55px;
  margin-right: 20px;
}

.license__img--data {
  background-image: url(/images/urad_pro_ochranu_osobnich_udaju.svg);
  width: 80px;
  height: 45px;
  margin: 10px 20px 0 0;
}

.terms-h1 {
  font-size: 18px;
  font-weight: 500;
  margin: 5px 0 20px 0;
}

.terms-h2 {
font-size: 16px;
font-weight: 400;
margin: 5px 0 10px 0;
}

.terms-p {
font-size: 12px;
margin: 5px 0 10px 0;
}

.text-p--contact {
  font-size: 16px;
  color: #FFFFFF;
  line-height: 35px;
}

.text-p--link {
  font-size: 16px;
  color: #FFFFFF;
  line-height: 30px;
  display: block;
  text-decoration: none;
}

}