@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500,700');

/*Спецификация*/
body {
  font-family: 'Roboto', sans-serif;
}

ul, li {
  display: block;
  padding: 0;
  margin: 0;
  font-weight: 400;
  font-size: 14px;
  color: #495867;
}

h1, h2, h3, h4 {
font-family: 'Roboto'
}

h1{
  font-size: 24px;
  font-weight: 700;
  color: #495867;
}

h2{
  font-size: 20px;
  font-weight: 700;
  color: #495867; 
}

h3{
  font-size: 16px;
  font-weight: 500;
  color: #495867; 
}

h4{
  font-size: 16px;
  font-weight: 400;
  color: #495867;  
}

p{
  font-size: 14px;
  font-weight: 400;
  color: #495867;
}

small {
font-weight: 500;
margin-bottom: 10px ! important;
color: #495867;
}

a{
  font-size: 14px;
  font-weight: 400;
  color: #495867;
  text-decoration: none;
}
.button{
  display: inline-block;
  color: white;
  text-decoration: none;
  outline: none;
  border-width: 2px 0;
  border-style: solid none;
  transition: 0.2s;
  border-radius: 6px;
  border: none;
}

.btn-purple{

background-color: #1D1C44;
font-size: 12px;
font-weight: 500 ! important;
padding: .5em 2em;
color: white;

}

.btn-purple:hover,

.btn-purple:focus,

.btn-purple:visited{

background-color: #3F3E63;

color: white;

}

.btn-grasslight{
background-color: #00B59B;
font-size: 12px;
font-weight: 500 ! important;
padding: .5em 2em;
color: white;

}

.btn-grasslight:hover,

.btn-grasslight:focus,

.btn-grasslight:visited{

background-color: #29BFAA;

color: white;

}

.btn-lights{
background: none;
border: 1px solid #1D1C44;
font-size: 12px;
font-weight: 500 ! important;
padding: .5em 2em;
color: #1D1C44;
}

.btn-lights:hover,

.btn-lights:focus,

.btn-lights:visited{
color: #3F3E63;
border: 1px solid #3F3E63;
}

.btn-cooki {

background-color: #1D1C44;
font-size: 12px;
padding: .5em 2em;
color: white;

}

.btn-cooki:hover,

.btn-cooki:focus,

.btn-cooki:visited{

background-color: #3F3E63;
color: white;

}

.btn-grass{

background-color: #00B59B;
font-size: 14px;
padding: .5em 2em;
font-weight: 500 ! important;
color: white;

}

.btn-grass:hover,

.btn-grass:focus,

.btn-grass:visited{

background-color: #29BFAA;

color: white;

}

section{
  margin-top: 100px;
}

/* #Header
================================================== */

/* #Navigation
================================================== */

.start-header {
  opacity: 1;
  transform: translateY(0);
  padding: 10px 0;
  box-shadow: 0 10px 30px 0 rgba(138, 155, 165, 0.15);
  -webkit-transition : all 0.3s ease-out;
  transition : all 0.3s ease-out;
}
.start-header.scroll-on {
  box-shadow: 0 5px 10px 0 rgba(138, 155, 165, 0.15);
  padding: 5px 0;
  -webkit-transition : all 0.3s ease-out;
  transition : all 0.3s ease-out;
}
.start-header.scroll-on .navbar-brand img{
  height: 28px;
  -webkit-transition : all 0.3s ease-out;
  transition : all 0.3s ease-out;
}
.navigation-wrap{
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 1000;
  -webkit-transition : all 0.3s ease-out;
  transition : all 0.3s ease-out;
}
.navbar{
  padding: 0;
}
.navbar-brand img{
  height: 52px;
  width: auto;
  display: block;
  -webkit-transition : all 0.3s ease-out;
  transition : all 0.3s ease-out;
}
.navbar-toggler {
  float: right;
  border: none;
  padding-right: 0;
}
.navbar-toggler:active,
.navbar-toggler:focus {
  outline: none;
}
.navbar-light .navbar-toggler-icon {
  width: 24px;
  height: 17px;
  background-image: none;
  position: relative;
  border-bottom: 1px solid #000;
    transition: all 300ms linear;
}
.navbar-light .navbar-toggler-icon:after, 
.navbar-light .navbar-toggler-icon:before{
  width: 24px;
  position: absolute;
  height: 1px;
  background-color: #000;
  top: 0;
  left: 0;
  content: '';
  z-index: 2;
    transition: all 300ms linear;
}
.navbar-light .navbar-toggler-icon:after{
  top: 8px;
}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:after {
  transform: rotate(45deg);
}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:before {
  transform: translateY(8px) rotate(-45deg);
}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
  border-color: transparent;
}
.nav-link{
  color: #171640;
  font-weight: 500;
    transition: all 200ms linear;
}
.nav-item:hover .nav-link{
  color: #4E2986;
}
.nav-item.active .nav-link{
  color: #4E2986;
}
.nav-link {
  position: relative;
  padding: 5px 0;
  display: inline-block;
}
.nav-item:after{
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 100%;
  height: 2px;
  content: '';
  background-color: #4E2986;
  opacity: 0;
    transition: all 200ms linear;
}
.nav-item:hover:after{
  bottom: 0;
  opacity: 1;
}
.nav-item.active:hover:after{
  opacity: 0;
}
.nav-item{
  position: relative;
    transition: all 200ms linear;
}

/* #Link to page
================================================== */

.link-to-portfolio {
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 999;
    cursor: pointer;
    width: 40px;
    height: 40px;
    text-align: center;
    border-radius: 3px;
    background-position: center center;
    background-size: cover;
    background-image: url('../img/ico.jpg');
    box-shadow: 0 0 0 2px rgba(12,12,12,.1);
    transition: opacity .2s, border-radius .2s, box-shadow .2s;
    transition-timing-function: ease-out;
}
.link-to-portfolio:hover {
    background-size: cover;
    background-image: url('../img/ico2.jpg');
    opacity: 0.8;
    border-radius: 50%;
    box-shadow: 0 0 0 20px rgba(12,12,12,.1);

}

/* #header__title__text
================================================== */
.offer{
  height: 100%;
}

.offer__text{
padding-top: 10%;
}

.offer__text p{
font-weight: 500;
}


/* шапка 
===================================================*/

.layout {
  height: 100vh;
  margin: 0;
  width: 100%;
  max-height: 100%;
  top: 50%;
  position: absolute;
  z-index: -1;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}



.graph {
  height: auto;
  margin: 0;
  padding: 0;
  padding-top: 20px;
  width: 100%;
}

@media only screen and (max-width: 500px) {
  #lines {
    display: none;
  }
}
#dots--1-active, #dots--2-active, #dots--3-active {
  display: none;
  opacity: 0;
}
#dots--1-active rect, #dots--1-active polygon, #dots--2-active rect, #dots--2-active polygon, #dots--3-active rect, #dots--3-active polygon {
  fill: white;
  -webkit-transform-origin: center;
          transform-origin: center;
}

#line--1, #line--2, #line--3 {
  stroke-dasharray: 1000;
  stroke-dashoffset: 1000;
}

#line--1 {
  -webkit-animation: dash 9s infinite ease-in-out;
          animation: dash 9s infinite ease-in-out;
}

#line--2 {
  -webkit-animation: dash 9s -6s infinite ease-in-out;
          animation: dash 9s -6s infinite ease-in-out;
}

#line--3 {
  -webkit-animation: dash 9s -3s infinite ease-in-out;
          animation: dash 9s -3s infinite ease-in-out;
}


@-webkit-keyframes dash {
  0% {
    stroke-dashoffset: 0;
  }
  22% {
    stroke-dashoffset: -1000;
  }
  22.01% {
    stroke-dashoffset: 1000;
  }
  88% {
    stroke-dashoffset: 1000;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
@keyframes dash {
  0% {
    stroke-dashoffset: 0;
  }
  22% {
    stroke-dashoffset: -1000;
  }
  22.01% {
    stroke-dashoffset: 1000;
  }
  88% {
    stroke-dashoffset: 1000;
  }
  100% {
    stroke-dashoffset: 0;
  }
}


/* #video
================================================== */
.videoblock{
    
}

.videoblock__content{
margin-top: 5%;
}

.youtube {
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    display: block;
    overflow: hidden;
    transition: all 200ms ease-out;
    cursor: pointer;
    margin: 50px auto 0 auto;
    max-height: 100%;
    border-radius: 6px;
}

iframe {
  margin: 50px auto 0 auto;
}

.youtube .play {
    background: url("../img/videow.svg") no-repeat center center;
    background-size: 80px 80px;
    position: absolute;
    height: 100%;
    width: 100%;
    opacity: .6;
    filter: alpha(opacity=60);
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

.youtube .play:hover {
    opacity: 1;
    filter: alpha(opacity=100);
}


/*------------------------------------------------------------------
  10. custom plan styles
-------------------------------------------------------------------*/



.program__info{

}

.program__info__title{
  text-align: center;
  margin-bottom: 50px;
}

.program__info__wizard {
    width: 100%;
}

.program__info__wizard ul{
    margin: auto;
    width: 100%;
    display: block;
    text-align: center;
    margin-top: 30px;
    position: relative;
    z-index: 1;
}

.program__info__wizard ul>li{
    display: inline-block;
}


.program__info__wizard ul>li>a:before{
    content: '';
    position: absolute;
    width: 19px;
    height: 19px;
    background: #c9d0d4;
    left: 0;
    right: 0;
    margin: auto;
    border-radius: 30px;
    top: -30px;
    z-index: 1;
    border: 3px solid #fff;
}


.program__info__wizard ul>li>.active:before{
    background: #1D1C44;
    background: -moz-linear-gradient(top, #1D1C44 0%, #3F3E63 100%);
    background: -webkit-linear-gradient(top, #1D1C44 0%,#3F3E63 100%);
    background: linear-gradient(to bottom, #1D1C44 0%,#3F3E63 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1D1C44', endColorstr='#1D1C44',GradientType=0 );
    box-shadow: 2px 2px 25px 0px rgba(0, 0, 0, 0.1);
    transition: all 0.2s ease-in-out;
}



.program__info__wizard ul>li>a:after{
    content: '';
    position: absolute;
    height: 3px;
    width: 103%;
    background: #f3f4f5;
    right: 0;
    left: 0;
    margin: auto;
    top: -22px;
    z-index: 0;
}


.program__info__wizard ul>li>.first:after{
    width: 50%;
    right: -4px;
    left: auto;
}

.program__info__wizard ul>li>.last:after{
    width: 50%;
    left: -4px;
    right: auto;
}

.program__info__wizard ul>li>a{
    position: relative;
    padding: 0 15px;
    color: #4c5356;
    font-weight: 500;
    font-size: 15px;
    text-decoration: none;
    text-align: center;
    display: block;
}

.program__info__wizard ul>li>a>i:before{
    display: block;
    margin-left: 0;
    text-align: center;
    font-size: 27px;
    margin-bottom: 7px;
    color: #b8c1c5;
}

.program__info__wizard ul>li>.active>i:before{
    color: #1D1C44;
}

.program__info__wizard ul>li>a>span{
    font-weight: 400;
    font-size: 12px;
    background: rgb(227, 225, 232);
    color: #a9b4b9;
    padding: 6px 17px;
    border-radius: 5px;
}

.program__info__wizard ul>li>.active>span{
    font-weight: 400;
    font-size: 12px;
    background: #1D1C44;
    color: #fff;
    padding: 6px 17px;
    border-radius: 5px;
}


.program__info__wizard ul>li>.active{
    color: #86c141;
}


#rootwizard {
    position: relative;
}

.wizrd-box{
    display: inline-block;
    width: 100%;
    padding: 10px;
    border-radius: 6px;
    -webkit-box-shadow: 0 9px 18px rgba(0, 0, 0, 0.08);
    box-shadow: 0 10px 10px 0 rgba(138, 155, 165, 0.15);
    margin-top: 50px;
    background-color: rgba(241, 241, 241, .3);

}

/* #feature
================================================== */
.feature{

}

.feature__content{

}

.feature__content__block{
margin-top: 50px;
text-align: center;
}

.feature__content__block p{
font-size: 14px;
line-height: 20px;
}

.feature__content__block h3 {
font-size: 16px;
font-weight: 500;
}

.feature__img {
  margin-bottom: 20px;
  height: 50px;
  width: auto;
}



/* #decision
================================================== */

.decision{

}

.decision__title{
  margin-bottom: 50px;
}

.decision__error{
}

.decision__errorblock__text{

}

.decision__errorblock__text p{
font-size: 14px;
line-height: 20px;
}

.decision__errorblock__text h3 {
font-size: 16px;
font-weight: 500;
}

.decision__img{
  margin-bottom: 20px;
  margin-top: 10px;
  width: auto;
  height: 70px;
}

.decision__errorblock{
height: 100%;
width: 100%;
position: relative;
background: rgba(241, 241, 241, .3);
border-radius: 6px;
padding: 10px;
margin: 5px;
display: block;
box-sizing: border-box;
box-shadow: 0 10px 10px 0 rgba(138, 155, 165, 0.15);

}


/* #trial
================================================== */

.trial__content{
  margin-bottom: 20px;
  margin-top: 20px;
}
.trial__content p{
font-size: 20px;
font-weight: 500;
line-height: 25px;
text-align: center;
}
.trial__content__button a{
  background-color: #00B59B;
  font-size: 14px;
  padding: .5em 2em;
  font-weight: 500 ! important;
}

.trial__content__button a:hover{
  background-color: #29BFAA;
  text-decoration: none;
  color: white;
}

/* #faq
================================================== */
.faq{

}

.faq__title{
  margin-bottom: 50px;
}
.faq__content{
  margin: 0 auto;
}

.centerplease {
  text-align:center;
  margin: 0 auto;
  font-size: 16px;
  font-family: Roboto;
}

.question {
   font-family: Roboto;
  font-size: 16px;
  font-weight: normal;
  position: relative;
background: rgba(241, 241, 241, .3);
  margin: 0 auto;
  opacity: .9;
  border-radius: 6px;
  padding: 10px 10px 10px 50px;
  display: block;
  cursor: pointer;
}

.answers {
  font-family: Roboto;
  font-size: 14px;
  padding: 0px 15px;
  margin: 0 0 7px 0;
  height: 0;
  overflow: hidden;
  z-index: -1;
  position: relative;
  opacity: 0;
  -webkit-transition: .2s ease;
  -moz-transition: .2s ease;
  -o-transition: .2s ease;
  transition: .2s ease;
}

.questions:checked ~ .answers{
  height: auto;
  opacity: 1;
  padding: 15px;
}

.plus {
  position: absolute;
  margin-left: 10px;
  font-family: Roboto;
  font-size: 18px;
  z-index: 5;
  line-height: 100%;
  -webkit-user-select: none;    
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  -webkit-transition: .1s ease;
  -moz-transition: .1s ease;
  -o-transition: .1s ease;
  transition: .1s ease;
}

.questions:checked ~ .plus {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.questions {
  display: none;
}

/* #product
================================================== */

.product{

}

.product__title{

}

.product__content{
margin-top: 50px;
}

.product__img{
  height: 100px; 
  width: auto;
  display: block;
  margin:auto;
}

.product__content__aleft{
color: #E21D92;
}

.product__content__aleft:hover {
text-decoration: underline;
color: #E21D92; 
}

.product__content__aright{
color: #00B59B;
}

.product__content__aright:hover {
text-decoration: underline;
color: #00B59B;
}

/* modal windows */
.product__modal__img{
  height: 30px; 
  width: auto;
  display: block;
 float: left;
 margin-right: 20px;
}

.product__modal__text{

}

.product__modal__media{
display:flex;
margin-bottom: 10px;

}

.product__modal__media__content a{
  display: block;
  text-decoration: none;
}

.product__modal__media__content{
  position: relative;
  margin: 0 auto;
  border-radius: 6px;
  padding: 10px;
  display: block;
}

.product__modal__media{
  background: rgba(241, 241, 241, .3);
}

.product__modal__media__img{
  height: 50px; 
  width: auto;
  display: inline-block;
}

.product__modal__media__text {
line-height: 20px;
display: inline-block;
font-size: 14px;
}


.product__modal__button a{
color: #00B59B;
}

/* #fizlico
================================================== */

.fizlico__button__trial a{
  background-color: #00B59B;
  font-size: 14px;
  padding: .5em 2em;
  font-weight: 500 ! important;
}

.fizlico__button__trial a:hover{
  background-color: #29BFAA;
  text-decoration: none;
  color: white;
}

.fizlico__button__product a{
  background-color: #1D1C44;
  font-size: 14px;
  padding: .5em 2em;
  font-weight: 500 ! important;
}

.fizlico__button__product a:hover{
  background-color: #3F3E63;
  text-decoration: none;
  color: white;
}

.fizlico__button__product{
margin-right: 5px;
}

.fizlico__button__trial{
margin-left: 5px;
}

.fizlico__text{

}
/* #contact
================================================== */

.contact{
}

.contact__info__a a:hover{
text-decoration: underline;
color: #494B69;
}

.button__map{
  margin-bottom: 10px;
}

.button__map a{
background-color: #1D1C44;
font-size: 12px;
font-weight: 500 ! important;
padding: .5em 2em;
color: white;
}


.button__map a:hover{
text-decoration: none;
background-color: #3F3E63;
color: white;
}


/* #contact__form
================================================== */

.contact__form__body{
height: 100%;
width: 100%;
position: relative;
background: rgba(241, 241, 241, .3);
border-radius: 6px;
padding: 1px;
margin: 5px;
display: block;
box-sizing: border-box;
box-shadow: 0 10px 10px 0 rgba(138, 155, 165, 0.15);
}

.contact__form__body h3{
  padding-top: 10px;
  margin-left: 20px;
}

.contact__form__body form{
  padding: 20px;
}

.field-block label, .field-block .field {
  display: block;
  width: 100%;
}

.field-block label {
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 400;
}

.field-block .field {
  font-size: 14px;
  padding: 8px 12px;
  line-height: 1.5;
  border-radius: 6px;
  border: 1px solid rgba(230, 230, 230);
  background: rgba(241, 241, 241, .3);
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.field-block .field:focus {
  border-color: #1D1C44;
  outline: 0;

}

.field-block textarea {
  resize: vertical;
}

.check-text a,
.check-text {
  font-size: 14px;
  vertical-align: top;
}

.check-text a{
}

.check-text a:hover{
text-decoration: underline;
color: #494B69;
}

#loader {
  display: none;
}
/* #footer
================================================== */


.footer{
}


.footer__img{
  height: 50px; 
  width: auto;
  display: block;
  margin:auto;
}

.footer__polli {

}

.footer__polli:hover{
text-decoration: underline;
color: #494B69;
}
/* cooki 
=======================================*/

.cookiealert {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    margin: 0 !important;
    z-index: 998;
    border-radius: 0;
    transform: translateY(100%);
    transition: all 500ms ease-out;
    color: #494B69;
    background: rgba(241, 241, 241);
  }

.cookiealert.show {
    opacity: 1;
    transform: translateY(0%);
    transition-delay: 1000ms;
}

.cookiealert a{
  font-size: 12px;
}

.cookiealert a:hover{
text-decoration: underline;
color: #494B69;
}

.cookiealert{
    font-size: 12px;
}


.cookiealert .acceptcookies {
    margin-left: 10px;
    vertical-align: baseline;
}

