header .top-line .phones .class-btn {
	background: linear-gradient(15.09deg, #23CFC5 8.37%, #00FFF3 91.55%);
	-webkit-box-shadow: 0px 3px 14.11px 2.89px rgba(2, 2, 2, 0.11);
	box-shadow: 0px 3px 14.11px 2.89px rgba(2, 2, 2, 0.11);
}
header .top-line .phones .class-btn:hover {
	-webkit-box-shadow: 0px 3px 18.75px 6.25px rgba(2, 2, 2, 0.18);
	box-shadow: 0px 3px 18.75px 6.25px rgba(2, 2, 2, 0.18);
}
header .top-line nav .anchor-nav a:hover {
	color: #22aaa0;
}
header .top-line nav .anchor-nav .anchor-active::after {
	background: linear-gradient(15.09deg, #23CFC5 8.37%, #00FFF3 91.55%);
}
#contacts {
	background: linear-gradient(13.89deg, rgba(34, 197, 187, 0.07) 8.37%, rgba(0, 255, 243, 0.07) 91.55%);
}
form button.send {
	background: linear-gradient(15.09deg, #23CFC5 8.37%, #00FFF3 91.55%);
	-webkit-box-shadow: 0px 5px 20.79px 6.21px rgba(124, 34, 51, 0.21);
	box-shadow: 0px 5px 20.79px 6.21px rgba(124, 34, 51, 0.21);
}
form button.send:hover {
	-webkit-box-shadow: 0px 6px 25px 8px rgba(124, 34, 51, 0.25);
	box-shadow: 0px 6px 25px 8px rgba(124, 34, 51, 0.25);
}
form .styled-checkbox:checked + label::before, form .styled-checkbox:checked + span::before {
	background: linear-gradient(15.09deg, #23CFC5 8.37%, #00FFF3 91.55%);
}
form .styled-checkbox:hover + label::before, form .styled-checkbox:hover + span::before {
	background: linear-gradient(15.09deg, #23CFC5 8.37%, #00FFF3 91.55%);
}
form .check-data a {
	color: #22aaa0;
}
form .input input:focus, form .input textarea:focus, form .textarea input:focus, form .textarea textarea:focus {
	border-bottom: 2px solid #22aaa0; 
}
#reviews {
	background: linear-gradient(15.09deg, #23CFC5 8.37%, #00FFF3 91.55%);
}
#reviews .owl-carousel-wrap .owl-carousel .owl-nav button.owl-next:hover, #reviews .owl-carousel-wrap .owl-carousel .owl-nav button.owl-prev:hover {
	color: #22aaa0;
}
#projects {
	background: linear-gradient(13.89deg, rgba(34, 197, 187, 0.07) 8.37%, rgba(0, 255, 243, 0.07) 91.55%);
}
#projects .class-btn {
	background: linear-gradient(15.09deg, #23CFC5 8.37%, #00FFF3 91.55%);
	-webkit-box-shadow: 0px 3px 14.11px 2.89px rgba(2, 2, 2, 0.11);
	box-shadow: 0px 3px 14.11px 2.89px rgba(2, 2, 2, 0.11);
}
#projects .class-btn:hover {
	-webkit-box-shadow: 0px 3px 18.75px 6.25px rgba(2, 2, 2, 0.18);
	box-shadow: 0px 3px 18.75px 6.25px rgba(2, 2, 2, 0.18);
}
#projects .wrap .item .links > a {
   color: #22aaa0;
}
#partners .owl-partners .owl-nav button.owl-next:hover, #partners .owl-partners .owl-nav button.owl-prev:hover {
	color: white;
	background: linear-gradient(15.09deg, #23CFC5 8.37%, #00FFF3 91.55%);
}
header .content {
	background: linear-gradient(15.09deg, #23CFC5 8.37%, #00FFF3 91.55%);
}
header .content .wrapper-bg {
    background-image: url(../img/green/bg1.svg);
    background-repeat: no-repeat;
    background-position: 84% 35%;
    -webkit-background-size: 40% 40%;
    background-size: 40%;
}
header .content p {
	font-size: 18px;
	line-height: 27px;
	margin: 20px 0 30px 0;
	max-width: 600px;
}
header .content ul {
	list-style: none;
	margin-left: 0;
	padding-left: 0;
	max-width: 530px;
	margin-top: 30px;
}
header .content ul li {
    font-weight: 300;
    font-size: 22px;
    line-height: 30px;
    color: white;
    padding-left: 22px;
    position: relative;
    margin-bottom: 10px;
}
header .content ul li::before {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    background: white;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    left: 0px;
    top: 9px;
}

#why2 {
  background: linear-gradient(13.89deg, rgba(34, 197, 187, 0.07) 8.37%, rgba(0, 255, 243, 0.07) 91.55%);
  width: 100%;
  display: block;
  padding: 145px 0 70px 0; }
  #why2 .container {
    max-width: 1410px;
    margin: 0 auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; }
  #why2 h2 {
    margin-bottom: 90px; }
  #why2 .wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    #why2 .wrap .item {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: start;
      -webkit-align-items: flex-start;
      -ms-flex-align: start;
      align-items: flex-start;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
      justify-content: space-between;
      width: 50%;
      float: left;
      margin-bottom: 90px;
      padding-right: 100px; }
      #why2 .wrap .item > img {
        width: 132px;
        height: auto; }
      #why2 .wrap .item .inner {
        padding-left: 35px; }
        #why2 .wrap .item .inner > span {
          font-weight: 300;
          font-size: 18px;
          line-height: 27px;
          color: #131313;
          margin-bottom: 10px;
          width: 80%;
          display: inline-block; }
          #why2 .wrap .item .inner > span b {
            font-family: 'Nunito', sans-serif;
			font-weight: 600;
            font-size: 20px;
            line-height: 27px; }
        #why2 .wrap .item .inner .class-btn {
          background: linear-gradient(15.09deg, #23CFC5 8.37%, #00FFF3 91.55%);
          -webkit-box-shadow: 0px 3px 14.11px 2.89px rgba(2, 2, 2, 0.11);
          box-shadow: 0px 3px 14.11px 2.89px rgba(2, 2, 2, 0.11);
          width: 200px;
          height: 48px;
          margin-top: 15px; }
          #why2 .wrap .item .inner .class-btn:hover {
            -webkit-box-shadow: 0px 3px 18.75px 6.25px rgba(2, 2, 2, 0.18);
            box-shadow: 0px 3px 18.75px 6.25px rgba(2, 2, 2, 0.18); }
        #why2 .wrap .item .inner p {
          margin: 0;
          font-size: 20px;
          line-height: 34px;
          color: #131313; }
          #why2 .wrap .item .inner p .old {
            font-family: 'Nunito', sans-serif;
			font-weight: 600;
            -webkit-text-decoration-line: line-through;
            -moz-text-decoration-line: line-through;
            text-decoration-line: line-through; }
          #why2 .wrap .item .inner p .new {
            color: #FF4B55;
            font-family: 'Nunito', sans-serif;
			font-weight: 900; }
          #why2 .wrap .item .inner p img {
            width: 16px;
            height: 16px; }
				
@media only screen and (max-width: 1440px) {
	#why2 .container {
    max-width: 1280px; }
	header .content .wrapper-bg {
    background-position: 90% 40%;
    -webkit-background-size: 46% 46%;
    background-size: 46%; }
	 #why2 h2 {
    margin-bottom: 60px; }
  #why2 .wrap .item .inner > span {
    width: 90%; }
  #why2 .wrap .item {
    margin-bottom: 60px;
    padding-right: 80px; }
  #why2 {
    padding: 80px 0 40px; }
}
@media only screen and (max-width: 1366px) {
	header .content .wrapper-bg {
    background-position: 94% 39%;
    -webkit-background-size: 44% 44%;
    background-size: 44%; }
	 header .content ul li {
    line-height: 27px; }
	 #why2 .container {
    max-width: 1170px; }
  #why2 > div > div > div > div > img {
    width: 100px;
    height: auto; }
  #why2 .wrap .item .wrap {
    width: -webkit-calc(100% - 140px);
    width: calc(100% - 140px); }
  #why2 .wrap .item .class-btn.prpl-line {
    width: 140px; }
  #why2 .wrap .item span {
    font-weight: 300;
    font-size: 18px;
    line-height: 27px;
    color: #131313;
    margin-left: 0px; }
  #why2 .wrap .item {
    margin-bottom: 60px; }
  #why2 .wrap .item .inner > span {
    width: 100%; }
}
@media only screen and (max-width: 1200px) {
	header .content .wrapper-bg {
    background-position: 87% 46%;
    -webkit-background-size: 42% 42%;
    background-size: 42%; }
	 header .content p {
    font-size: 18px;
    line-height: 27px;
    margin: 35px 0 40px 0;
    max-width: 45%; }
	 header .content ul li {
    line-height: 24px;
    font-size: 20px; }
	 #why2 .container {
    max-width: 94%; }
  #why2 .wrap .item .inner {
    padding-left: 25px; }
  #why2 .wrap .item .inner > span {
    width: 100%;
    font-size: 16px;
    line-height: 24px; }
}
@media only screen and (max-width: 1024px) {
	header .content .wrapper-bg {
    background-position: 108% 38%;
    -webkit-background-size: 51% 51%;
    background-size: 51%; }
	 header .content p {
    font-size: 16px;
    max-width: 455px;
    line-height: 24px;
    margin: 25px 0 25px 0; }
	 header .content ul {
    max-width: 46%; }
	 #why2 .container {
    max-width: 92%; }
  #why2 .wrap .item {
    padding-right: 60px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start; }
  #why2 .wrap .item .inner {
    padding-left: 0;
    padding-top: 15px; }
  #why2 .wrap .item > img {
    zoom: 0.5; }
}
@media only screen and (max-width: 768px) {
	header .content .wrapper-bg {
    background-position: 61% 125%;
    -webkit-background-size: 71% 71%;
    background-size: 71%; }
	 header .content p {
    max-width: 100%; }
	 header .content ul {
    max-width: 100%; }
	 #why2 .container {
    max-width: 100%;
    padding: 0 40px; }
  #why2 .wrap .item {
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    margin-bottom: 90px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    align-items: flex-start; }
  #why2 .wrap .item span {
    font-size: 18px;
    padding-left: 0;
    padding-top: 25px; }
  #why2 .wrap .item {
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    margin-bottom: 45px;
    padding-right: 30px; }
  #why2 .wrap .item img {
    zoom: 1; }
  #why2 .wrap .item .wrap {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 15px; }
  #why2 .wrap .item img {
    height: 64px;
    width: auto; }
  #why2 .wrap .item span {
    width: 100%; }
  #why2 .wrap .item {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start; }
  #why2 .wrap .item span {
    font-size: 16px;
    line-height: 24px;
    padding-top: 20px; }
  #why2 .wrap .item .inner {
    padding-left: 0;
    padding-top: 0; }
}
@media only screen and (max-width: 560px) {
	header .content .wrapper-bg {
    background-position: 76% 117%;
    -webkit-background-size: 80% 80%;
    background-size: 80%; }
	 header .content p {
    font-size: 14px;
    margin: 15px 0 20px 0; }
	 header .content ul {
    margin-top: 20px; }
	 header .content ul li {
    line-height: 20px;
    font-size: 16px;
    padding-left: 16px; }
	 header .content ul li {
    margin-bottom: 6px; }
	 #why2 .container{
    max-width: 92%;
    padding: 0; }
  #why2 {
    padding: 50px 0 30px 0; }
  #why2 h2 {
    margin-bottom: 40px; }
  #why2 .wrap .item {
    width: 100%; }
  #why2 .wrap .item .inner > span b {
    font-family: 'Nunito', sans-serif;
	font-weight: 600;
    font-size: 18px;
    line-height: 26px; }
  #why2 .wrap .item > span {
    font-size: 16px;
    padding-top: 5px;
    padding-left: 0; }
  #why2 .wrap .item img {
    zoom: 1;
    width: 60px;
    height: auto; }
  #why2 .wrap .item span {
    padding-top: 14px; }
  #why2 .wrap .item .inner p img {
    width: 12px;
    height: 12px; }
  #why2 .wrap .item .inner p {
    margin: 0;
    font-size: 16px;
    line-height: 26px; }
  #why2 .wrap .item .wrap {
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 0; }
  #why2 .container h2 {
    margin-bottom: 36px;
    line-height: 30px;
    font-size: 20px; }
}
@media only screen and (max-width: 425px) {
	header .content .wrapper-bg {
    background-image: none; }
	 header .content p br {
    display: none; }
	   .why .container h2 {
    margin-bottom: 30px;
    line-height: normal; }

}
@media only screen and (max-width: 375px) {
	header .content .wrapper-bg {
    background-position: 67% 119%;
    -webkit-background-size: 84% 84%;
    background-size: 84%; }
	 header .content p {
    line-height: 21px;
    font-size: 14px;
    padding-right: 0; }
	   #why2 .wrap .item {
    margin-bottom: 30px;
    -webkit-box-align: self-start;
    -webkit-align-items: self-start;
    -ms-flex-align: self-start;
    align-items: self-start; }
  #why2 .wrap .item .class-btn.prpl-line {
    height: 40px;
    font-size: 14px; }
  #why2 .container h2 {
    margin-bottom: 30px;
    line-height: normal; }

	 
}
@media only screen and (max-width: 320px) {

	 header .content p {
    font-size: 14px;
    padding-right: 0;
    margin: 12px 0 15px 0; }
    header .content p br {
      display: none; }
		#why2 .wrap .item > img {
    zoom: 0.7; }
  #why2 .wrap .item .class-btn.prpl-line {
    margin-top: 10px; }
  #why2 .wrap .item {
    margin-bottom: 25px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start; }
  #why2 .container h2 br {
    display: none; }
  #why2 .wrap .item {
    margin-bottom: 12px; }
  #why2 {
    padding: 50px 0 40px 0; }
  #why2 .wrap .item span {
    font-size: 16px;
    padding-left: 0px;
    padding-top: 10px;
    line-height: 24px; }
  #why2 .wrap .item {
    margin-bottom: 30px; }
}
