#pp-nav li .active span, .pp-slidesNav .active span {
  background:#00e0d0;
  border-color: #00e0d0!important ;
}

body {
  margin: 0;
  font-family: 'Montserrat', sans-serif;
  font-size: 15px;
  line-height: 1.6;
  color: #333333;
}

h1, h2, h3 {
  margin: 0;
}
*,
*:after,
*:before {
  box-sizing: border-box;
}

.container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

.container__about {
  display: flex;
}

.container__services {
  padding-top: 7% ;
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
}

.container__item__services {
  flex-basis: 0;
  flex-grow: 1;
  flex-basis: 25%;
  padding: 0 15px; 
}

.container__item__services .text {
  color: #fff;
  font-size: 15px;
}

.container__item__services .title {
  color: #ffffff;
  font-size: 16px;
}

.container__item {
flex-basis: 0;
flex-grow: 1;
padding: 0 30px;
}

.container__item .title {
  font-size: 30px;
}

.container__item .text {
  font-size: 17px;
}

.about__icon {
  width: 70px;
  height: 70px;
}

.container__item__services .about__icon {
  width: 50px;
  height: 50px;
}

.about__icon path {
 fill: #00e0d0;
}



/* Стили самого первого слайда */


.top-block {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  height: 100vh;
  background: url("../img/top-block.jpg")
  center
  no-repeat;
  background-size: cover;
}



.top-block__title {
  color: #ffffff;
  font-size: 110px;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  line-height: 0.9;
}

.top-block__suptitle {
  font-size: 42px;
  color: #ffffff;
  text-align: center;
}




/* Стили второго слайда */



.block__about {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  height: 100vh;
  background-color: #ffffff;
  background-size: cover;
}


.block__services {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  height: 100vh;
  background: url("../img/top-block.jpg")
  center
  no-repeat;
  background-size: cover;
}


.section {
    text-align:center;
    font-size: 3em;
  }



  /* Cтили 3-го слайда */

  .block__request {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    height: 100vh;
    background-color: #ffffff;
    background-size: cover;
  }


  /* Стили header */

  .header {
    padding-top: 30px;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
  }

  .header__section2 .nav a {
    color: #000000;
    
  }

  .header__section2 .nav a:hover {
    color: #00e0d0;
    
  }

  .header__inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .header__logo {
    margin-left: 10px;
    font-size: 30px;
    font-weight: 700;
    color: #00e0d0
  }

  .header__section2 .header__logo {
    color: #00e0d0;
  }



  /* Стили обратной связи */


.text__request {
  font-size: 25px;
  color: #000000;
}


.flex__request {
  display: flex;
  flex-basis: 0;
  flex-grow: 1;
  flex-basis: 50%;
  padding: 0 15px; 
}

  /* Стили менюшки сверху */

.header__logo a {
    text-decoration: none;
    color: #00e0d0;
}

  .nav { 
    font-size: 14px;
    text-transform: uppercase;

  }

 .nav__link {
   display: inline-block;
   vertical-align: top;
   margin: 0 15px;
   color: #ffffff;
   text-decoration: none;
   transition: color .4s ease-in-out;
   position: relative;
 }

 .nav__link::after{
   content: "";
   display: block;
   width: 100%;
   height: 3px;

   opacity: 0;

   background-color: #00e0d0;

   position: absolute;
   top: 100%;
   left: 0;
   z-index: 1;

   transition: opacity .4s ease-in-out;
 }

 .nav__link:hover {
   color: #00e0d0;
 }

 .nav__link:hover:after {
  display: block;
  opacity: 1;
}

.contact__wrapper{
  width: 753px;
  margin: 0 auto;
  color: #000000;
}

.red {
  color: red;
}

.p_message {
  width: 100%;
}

form p{
  text-align: left;
  width: 48%;
}

.form__inputs {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.contact__form {
  margin-top: 50px;
}

.contact__form .p2{
font-size: 20px;
text-align: center;
padding: 0;
margin: 0 auto;
padding-bottom: 40px ;
}

.contact__wrapper h3{
  font-size: 26px;
}
.contact__wrapper p {
  font-size: 18px;
  padding: 0;
  margin: 0;
}


.request__svg {
  width: 40px;
  height: 40px;
}

.line {
	margin: 20px 0;
	padding: 0;
	height: 0;
	border: none;
	border-width: 0 0 5px;
	border-style: solid;
	background-position: 50%;
	box-sizing: border-box;
	color: #00e0d0;
}
input{
  width: 100%;
  height: 40px;
  font-size: 20px;
  margin-bottom: 30px;
}

textarea{
  width: 100%;
  height: 140px;
  resize: none;
}


input, textarea{
  border: 1px solid #000000;
  margin-top: 5px;
}

.request__button {
  cursor: pointer;
  min-width: 200px;
  padding: 15px 5px;
  text-transform: uppercase;
  vertical-align: middle;
  background: #00e0d0;
  border: none;
  color: #000000;
  font-weight: 600;
  border-radius: 5px;
  box-shadow: 0 0 10px rgb(0, 224, 208);;
  transition: all 1s;
}

.request__button:hover {
  box-shadow: 0 0 25px rgb(0, 224, 208);;
}

.request__button:focus {
  outline: none;
}


.footer__request {
  display: flex;
  justify-content: center;
  margin-top: 35px;
}

.vl {
  margin: 0 10px;
  border-left: 3px solid#00e0d0;
  height: 30px;
}




/* Пятая секция */


.top-block1 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  height: 100vh;
  background: url("../img/top-block.jpg")
  center
  no-repeat;
  background-size: cover;
}

.button .anchor-link {
  font-size: 20px;
}

/* Пятая секция - КОНЕЦ */

.container1 {
  width: 120px;
  height: 0px;
  margin: 0 auto;
}

svg {
  width: 100%;
  height: 100%;
}

path {
  stroke-dasharray: 99.47578430175781;
  stroke-dashoffset: -99.47578430175781;
  fill: transparent;
}

svg.animate path {
  animation: 1.7s ease forwards draw;
  opacity:1;
}

@keyframes draw {
  0% {
    opacity: 1;
    stroke-dashoffset: -99.47578430175781;
    fill: transparent;
    transform: translateY(0);
  }
  
  35% {
    stroke-dashoffset: 0;
    fill: transparent;
  }
  
  60% {
    fill: #00e0d0;
    opacity: 1;
    transform: translateY(0);
  }
  
  100% {
    fill: #00e0d0;
    stroke-dashoffset: 0;
    opacity: 0;
    transform: translateY(-10px);
  }
}

/* Медиа запрос по ширине  - НАЧАЛО */

@media screen and (max-width: 566px) {
  .nav{
    position: fixed;
    top: -100%;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: #333333;
    padding: 70px 10px 20px 10px;
    transition: all .3s ease 0s;
}
.nav.active{
    top: 0;
}
.nav__link{
  margin: 20px ;
  display: block;
}
  /* Бургер меню - НАЧАЛО */
  .header__burger{
    margin-right: 15px;
    display: block;
    position: relative;
    width: 30px;
    height: 20px;
    position: relative;
}
.header__burger span{
    position: absolute;
    background-color: white;
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    top: 9px;      
    transition: all .3s ease 0s;
}
.header__burger::before,
.header__burger::after{
    content: '';
    background-color: white;
    position: absolute;
    width: 100%;
    height: 2px;
    left: 0;
    transition: all .3s ease 0s;
    z-index: 100000000;
}
.header__burger::before{
    top: 0;
}
.header__burger::after{
    bottom: 0;
}
.header__burger.active::before{
  transform: rotate(45deg);
  top: 9px;
}
.header__burger.active::after{
  transform: rotate(-45deg);
  bottom: 9px;
}
.header__burger.active span{
  transform: scale(0);
}
/* Бургер меню - КОНЕЦ */

  /* Первый блок - НАЧАЛО */
  .top-block {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    background: url("../img/top-block.jpg")
    center
    no-repeat;
    background-size: cover;
  }
  .header__logo {
    font-size: 26px
  }
  .top-block__title {
    margin: 0 10px;
    font-size: 40px;
  }
  .top-block__suptitle {
    margin: 0 10px;
    font-size: 20px;
  }
  /* Первый блок - КОНЕЦ */
  /* Второй блок - НАЧАЛО */
  .block__about {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    height: 100%;
    background-color: #ffffff;
    background-size: cover;
  }
  .container__about {
    display: block;
  }
  .container__item .title{
    font-size: 18px;
  }
  .container__item .text{
    font-size: 16px;
  }
  .container__item .about__icon{
    width: 40px;
    height: 40px;
  }
  /* Второй блок - КОНЕЦ */
  /* Третий блок - НАЧАЛО */
  .block__services {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    height: 100%;
    background: #3d2f63;
    background-size: cover;
  }
  .container__services{
    display: block;
  }
  .container__item__services{
    padding-bottom: 25px;
  }
   /* Третий блок - КОНЕЦ */

   /* Четвертый блок - НАЧАЛО */
   .block__request {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    height: 100%;
    background-color: #ffffff;
    background-size: cover;
  }
   .line {
	  margin: 15px 15px;
	  padding: 0;
	  height: 0;
	  border: none;
	  border-width: 0 0 5px;
	  border-style: solid;
	  background-position: 50%;
	  box-sizing: border-box;
	  color: #00e0d0;
  }
  .container__request {
    margin: 0 0;
  }
  form p{
    text-align: left;
    width: 100%;
  }
   .form__inputs {
    display: inline-block;
    width: 300px;
   }
   .form__inputs p {
     text-align: center;
     font-size: 16px;
   }
   .contact__wrapper {
    width: 100%;
   }
   .request__textarea {
     width: 100%;
   }
 
   .request__svg{
    height: 35px;
    width: 35px;
   }
   .icon__svg h3{
    font-size: 20px;
   }
   .contact__form .p2 {
     font-size: 17px;
   }
   .request__button {
    margin-top: 30px;
     margin-bottom: 30px;
   }
   .footer__request p {
     font-size: 15px;
   }
   .footer__request .vl {
    margin: 0 10px;
    border-left: 3px solid#00e0d0;
    height: 50px;
  }
  .footer__request {
    margin-bottom: 30px;
  }
   .input__name {
     width: 100%;
   }
   .input__email {
     width: 100%;
   }
   input:first-of-type{
    margin-right: 0px;
  }
   /* Четвертый блок - КОНЕЦ */

   /* Пятый блок - НАЧАЛО */
   .top-block1 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    height: 100%;
    background: #3d2f63 ;
    background-size: cover;
  }
  
  .container {
    margin-top: 30px;
  }

  .button {
    margin: 0 15px;
  }
   /* Пятый блок - КОНЕЦ */
} 

/* Медиа запрос по ширине - КОНЕЦ */

/* Медив запрос по высоте - НАЧАЛО */
@media screen and (max-height: 450px){
  .top-block {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    background: url("../img/top-block.jpg")
    center
    no-repeat;
    background-size: cover;
  }
  .header__logo {
    font-size: 26px
  }
  .top-block__title {
    margin: 0 10px;
    font-size: 40px;
  }
  .top-block__suptitle {
    margin: 0 10px;
    font-size: 20px;
  }
  /* Первый блок - КОНЕЦ */
  /* Второй блок - НАЧАЛО */
  .block__about {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    height: 100%;
    background-color: #ffffff;
    background-size: cover;
  }
  .container__about {
    display: block;
  }
  .container__item .title{
    font-size: 18px;
  }
  .container__item .text{
    font-size: 16px;
  }
  .container__item .about__icon{
    width: 40px;
    height: 40px;
  }
  /* Второй блок - КОНЕЦ */
  /* Третий блок - НАЧАЛО */
  .block__services {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    height: 100%;
    background: #3d2f63;
    background-size: cover;
  }
  .container__services{
    display: block;
  }
  .container__item__services{
    padding-bottom: 25px;
  }
   /* Третий блок - КОНЕЦ */

   /* Четвертый блок - НАЧАЛО */
   .block__request {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    height: 100%;
    background-color: #ffffff;
    background-size: cover;
  }
   .line {
	  margin: 15px 15px;
	  padding: 0;
	  height: 0;
	  border: none;
	  border-width: 0 0 5px;
	  border-style: solid;
	  background-position: 50%;
	  box-sizing: border-box;
	  color: #00e0d0;
  }
  .container__request {
    margin: 0 0;
  }
  form p{
    text-align: left;
    width: 100%;
  }
   .form__inputs {
    display: inline-block;
    width: 300px;
   }
   .form__inputs p {
     text-align: center;
     font-size: 16px;
   }
   .contact__wrapper {
    width: 100%;
   }
   .request__textarea {
     width: 100%;
   }
 
   .request__svg{
    height: 35px;
    width: 35px;
   }
   .icon__svg h3{
    font-size: 20px;
   }
   .contact__form .p2 {
     font-size: 17px;
   }
   .request__button {
    margin-top: 30px;
     margin-bottom: 30px;
   }
   .footer__request p {
     font-size: 15px;
   }
   .footer__request .vl {
    margin: 0 10px;
    border-left: 3px solid#00e0d0;
    height: 25px;
  }
  .footer__request {
    margin-bottom: 30px;
  }
   .input__name {
     width: 100%;
   }
   .input__email {
     width: 100%;
   }
   input:first-of-type{
    margin-right: 0px;
  }

   /* Четвертый блок - КОНЕЦ */

   /* Пятый блок - НАЧАЛО */
   .top-block1 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    height: 100%;
    background: #3d2f63 ;
    background-size: cover;
  }
  
  .container {
    margin-top: 30px;
  }

  .button {
    margin: 0 15px;
  }
   /* Пятый блок - КОНЕЦ */
}

/* Медив запрос по высоте - КОНЕЦ */

