header .top-line nav .anchor-nav .anchor-active::after {
	background: linear-gradient(11.06deg, #4FACFE 8.45%, #00F2FE 100%);
}
header .top-line .phones .class-btn {
	background: linear-gradient(11.06deg, #4FACFE 8.45%, #00F2FE 100%);
	-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 .content {
	background: linear-gradient(11.06deg, #4FACFE 8.45%, #00F2FE 100%);
}
header .content .wrapper-bg {
	background-image: url(../img/blue/bg1.svg);
}
header .content p {
	white-space:nowrap;
}
#contacts {
	background: linear-gradient(90deg, #F5FDFF 0%, #E7F7FB 100%);
	opacity: 0.9;
}
form button.send {
	background: linear-gradient(11.06deg, #4FACFE 8.45%, #00F2FE 100%);
}
form .check-data a {
	color: #0075CA;
}
form .styled-checkbox:hover + label:before, form .styled-checkbox:hover + span:before {
	background: linear-gradient(11.06deg, #4FACFE 8.45%, #00F2FE 100%);
}
form .styled-checkbox:focus + label:before, form .styled-checkbox:focus + span:before {
   -webkit-box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.12);
   box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.12); 
}
form .styled-checkbox:checked + label:before, form .styled-checkbox:checked + span:before {
   background: linear-gradient(11.06deg, #4FACFE 8.45%, #00F2FE 100%); 
}
form .styled-checkbox:disabled + label, form .styled-checkbox:disabled + span {
	color: #b8b8b8;
}
form .styled-checkbox:disabled + label:before, form .styled-checkbox:disabled + span:before {
	background: #ddd; 
}
form .styled-checkbox:checked + label:after, form .styled-checkbox:checked + span:after {
	-webkit-box-shadow: 2px 0 0 white, 4px 0 0 white, 4px -2px 0 white, 4px -4px 0 white, 4px -6px 0 white, 4px -8px 0 white;
	box-shadow: 2px 0 0 white, 4px 0 0 white, 4px -2px 0 white, 4px -4px 0 white, 4px -6px 0 white, 4px -8px 0 white;
}
#reviews {
	background: linear-gradient(11.06deg, #4FACFE 8.45%, #00F2FE 100%);
}
#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: #0075CA;
   background: #fff;
}
#projects .class-btn {
	background: linear-gradient(11.06deg, #4FACFE 8.45%, #00F2FE 100%);
	-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: #0075CA;
}
#partners .owl-partners .owl-nav button.owl-next:hover, #partners .owl-partners .owl-nav button.owl-prev:hover {
	color: white;
	background: linear-gradient(11.06deg, #4FACFE 8.45%, #00F2FE 100%); 
}
#projects {
	background: linear-gradient(90deg, #F5FDFF 0%, #E7F7FB 100%);
}
#serv {
	padding: 145px 0 100px 0;
	background:#fff;
}

#why2 {
  width: 100%;
  display: block;
  padding: 145px 0 100px 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: 120px; }
  .why.wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .why.wrap .item {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      -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; }
		.why.wrap .item .wrap {
			display: -webkit-box;
			display: -webkit-flex;
			display: -ms-flexbox;
			display: flex;
			-webkit-box-align: center;
			-webkit-align-items: center;
			-ms-flex-align: center;
			align-items: center;
		}
      .why.wrap .item img {
        width: 132px;
        height: auto; }
      .why.wrap .item span {
        width: calc(100% - 132px);
        font-weight: 300;
        font-size: 20px;
        line-height: 34px;
        color: #131313;
        padding-left: 40px; }
		  
@media only screen and (max-width: 1440px) {
  #why2 .container {
    max-width: 1280px; }
#why2 h2 {
    margin-bottom: 60px; }	 
.why.wrap .item span {
    font-size: 18px;
    line-height: 27px;
    padding-left: 35px; }
.why.wrap .item {
    margin-bottom: 60px;
    padding-right: 80px; }
#why2, #serv {
    padding: 80px 0 40px; }
}
 
@media only screen and (max-width: 1366px) {
	#why2 .container {
		max-width: 1170px;
	}
	.why img {
    width: 100px;
    height: auto; }
	 
	 .why.wrap .item .wrap {
    width: calc(100% - 140px); }

  .why .wrap .item .class-btn.prpl-line {
    width: 140px; }

  .why.wrap .item span {
    font-weight: 300;
    font-size: 18px;
    line-height: 27px;
    color: #131313;
    margin-left: 0px; }

.why.wrap .item span {
    font-size: 18px;
    padding: 0 20px 0 20px; }
    .why.wrap .item span br {
      display: none; }

  .why.wrap .item {
    margin-bottom: 60px; }
}
@media only screen and (max-width: 1200px) {
	#why2 .container {
	max-width: 94%;	
	}

} 
@media only screen and (max-width: 1024px) {
	#why2 .container {
	max-width: 92%; 
	}
	.why.wrap .item span {
    font-size: 16px;
    line-height: 24px;
    padding: 0 0 0 10px; }
    .why.wrap .item span br {
      display: none; }

  .why.wrap .item img {
    zoom: 0.8; }

  .why.wrap .item span {
    width: calc(100% - 120px); }
	 .why.wrap .item {
    padding-right: 60px; }
}
@media only screen and (max-width: 768px) {
	#why2 .container {
    max-width: 100%;
    padding: 0 40px; }
	.why.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; }

  .why.wrap .item span {
    font-size: 18px;
    padding-left: 0;
    padding-top: 25px; }

  .why.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; }
	 .why.wrap .item img {
    zoom: 1; }
	 .why.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; }

  .why.wrap .item img {
    height: 64px;
    width: auto; }
	 .why.wrap .item span {
    width: 100%; }
	 .why.wrap .item {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start; }
	 header .content p {
	white-space:normal;
}
header .content .container h1 br {
    display: none;
}
}
@media only screen and (max-width: 560px) {
	#why2 .container {
    max-width: 100%;
    padding: 0 15px; }
	#why2, #serv {
    padding: 50px 0 30px 0; }

  #why2 h2 {
    margin-bottom: 40px; }
.why.wrap .item span {
    font-size: 16px;
    padding-left: 20px;
    padding-top: 0; }

  .why.wrap .item img {
    zoom: 1;
    width: 60px;
    height: auto; }

  .why.wrap .item, .why.wrap .item .wrap {
    margin-bottom: 30px;
	padding-right: 0;
	width: 100%;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	-webkit-flex-direction: row;
	flex-direction: row;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center; }
	
	 #why2 h2, #serv h2 {
		 margin-bottom: 36px;
    line-height: 30px;
    font-size: 20px;
	 }
	 
	 #social h2, #offer .wrapper-bg.price .wrap .left h3, h2, #contacts .right h3, header .top-line .container h2, header .content .container h2, .why .container h2, #partners .container h2, #projects .container h2, #contacts .container h2, footer .footer-content h2, #reviews .container h2 {
    margin-bottom: 36px;
    line-height: 30px;
    font-size: 20px;
	}
}
@media only screen and (max-width: 520px) {
	.why.wrap .item img {
    zoom: 0.7; }
}
@media only screen and (max-width: 425px) {
	#why2 h2, #serv h2 {
    margin-bottom: 20px;
    line-height: normal; }
	 header .top-line .container h2, header .content .container h2, .why .container h2, #partners .container h2, #projects .container h2, #contacts .container h2, footer .footer-content h2, #reviews .container h2 {
    margin-bottom: 20px;
    line-height: normal; }
}
@media only screen and (max-width: 375px) {
	.why.wrap .item span {
    font-size: 16px;
    padding-left: 0;
    padding-top: 10px;
    line-height: 24px; }

  .why.wrap .item, .why.wrap .item .wrap {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-top: 15px;
    margin-bottom: 15px; }
.why.wrap .item .class-btn.prpl-line {
    height: 40px;
    font-size: 14px; }
}
@media only screen and (max-width: 320px) {
	  .why.wrap .item img {
    zoom: 0.7; }

  .why.wrap .item .class-btn.prpl-line {
    margin-top: 10px; }

  .why.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 h2 br, #serv h2 br {
	display: none; 
}
.why.wrap .item {
    margin-bottom: 12px; }

  #why2, #serv {
    padding: 50px 0 40px 0; }
	 
	 header .top-line .container h2 br, header .content .container h2 br, .why .container h2 br, #partners .container h2 br, #projects .container h2 br, #contacts .container h2 br, footer .footer-content h2 br, #reviews .container h2 br {
    display: none; }
	 
  
}
