form .input input:focus, form .input textarea:focus, form .textarea input:focus, form .textarea textarea:focus {
	border-bottom: 2px solid #cf890d; }
#contacts {
	background: linear-gradient(14.48deg, rgba(239, 162, 13, 0.06) 8.37%, rgba(255, 206, 86, 0.06) 91.61%);
}
form .check-data a {
	color: #cf890d;
}
form button.send {
	background: linear-gradient(15.09deg, #EFA20D 8.37%, #FFCE56 91.61%);
	-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, #EFA20D 8.37%, #FFCE56 91.61%);
}
form .styled-checkbox:hover + label:before, form .styled-checkbox:hover + span:before {
	background: linear-gradient(15.09deg, #EFA20D 8.37%, #FFCE56 91.61%);
}
#reviews {
   background: linear-gradient(15.09deg, #EFA20D 8.37%, #FFCE56 91.61%);
}
#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: #cf890d;
}
#projects {
	background: linear-gradient(14.48deg, rgba(239, 162, 13, 0.06) 8.37%, rgba(255, 206, 86, 0.06) 91.61%);
}
#projects .wrap .item .links > a {
	color: #cf890d;
}
#projects .class-btn {
	background: linear-gradient(15.09deg, #EFA20D 8.37%, #FFCE56 91.61%);
	-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);
}
#partners .owl-partners .owl-nav button.owl-next:hover, #partners .owl-partners .owl-nav button.owl-prev:hover {
	background: linear-gradient(15.09deg, #EFA20D 8.37%, #FFCE56 91.61%);
}
header .top-line .phones .class-btn {
	background: linear-gradient(15.09deg, #EFA20D 8.37%, #FFCE56 91.61%);
	-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: #cf890d;
}
header .top-line nav .anchor-nav .anchor-active::after {
	background: linear-gradient(15.09deg, #EFA20D 8.37%, #FFCE56 91.61%);
}
header .content {
	padding-top: 80px;
	background: linear-gradient(15.09deg, #EFA20D 8.37%, #FFCE56 91.61%);
}
header .content .wrapper-bg {
	background-image: url(../img/yellow/bg1.svg);
	background-repeat: no-repeat;
	background-position: 85% 101%;
	-webkit-background-size: 42% 42%;
	background-size: 42%;
}
header .content p {
   font-size: 18px;
   line-height: 27px;
	margin: 20px 0 40px 0;
}
header .content ul {
	list-style: none;
	margin-left: 0;
	padding-left: 0;
	max-width: 420px;
	margin-top: 40px;
}
header .content ul li {
	font-weight: 300;
	font-size: 22px;
	line-height: 30px;
	color: white;
	padding-left: 22px;
	position: relative;
	margin-bottom: 15px;
}
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;
}

#pros {
  width: 100%;
  display: block;
  padding: 145px 0 100px 0; }
  #pros::after {
	  display:none;
  }
  #pros .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; }
  #pros h2 {
    margin-bottom: 120px; }
  #pros .wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    #pros .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; }
      #pros .wrap .item img {
        width: 132px;
        height: auto; }
      #pros .wrap .item span {
        width: -webkit-calc(100% - 132px);
        width: calc(100% - 132px);
        font-weight: 300;
        font-size: 20px;
        line-height: 34px;
        color: #131313;
        padding-left: 40px; }
#offer {
	background: linear-gradient(14.48deg, rgba(239, 162, 13, 0.06) 8.37%, rgba(255, 206, 86, 0.06) 91.61%);
}
#offer .wrapper-bg.price {
   background: linear-gradient(15.09deg, #EFA20D 8.37%, #FFCE56 91.61%);
}
#offer .wrapper-bg.price .container {
	border-top:none;
}
#offer .wrapper-bg.what {
    background-image: url(../img/yellow/bg4.png);
    background-repeat: no-repeat;
    background-position: 94% 72%;
    -webkit-background-size: 41% 41%;
    background-size: 41%;
}
#offer .wrapper-bg.what .wrap ul {
   max-width: 700px;
}
#offer .wrapper-bg.what .wrap ul li::before {
	background: linear-gradient(15.09deg, #EFA20D 8.37%, #FFCE56 91.61%);
}
#offer .wrapper-bg.price .wrap .left, #offer .wrapper-bg.price .wrap .left h3, #offer .wrapper-bg.price .wrap .left p {
	color:#fff;
}
#offer .wrapper-bg.price .wrap .right .item .class-btn {
	background: linear-gradient(15.09deg, #EFA20D 8.37%, #FFCE56 91.61%);
	-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);
}
#offer .wrapper-bg.price .wrap .right .item .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);
}
@media only screen and (max-width: 1440px) {
	header .content .wrapper-bg {
		background-position: 91% 84%;
		-webkit-background-size: 47% 47%;
		background-size: 47%; 
	}
	header .content h1 {
		font-size: 38px;
		line-height: 48px; 
	}
	header .content p {
		font-size: 18px;
		margin: 25px 0 40px 0; 
	}
	#pros {
    padding: 80px 0 40px; }
	#pros h2{
    margin-bottom: 60px; }
	#pros .wrap .item span {
    font-size: 18px;
    line-height: 27px;
    padding-left: 35px; }

  #pros .wrap .item {
    margin-bottom: 60px;
    padding-right: 80px; } 
	 #offer .wrapper-bg.what {
    background-position: 107% 78%;
    -webkit-background-size: 47% 47%;
    background-size: 47%; }
	 #offer .wrapper-bg.what .wrap ul {
    max-width: 600px; }
}
@media only screen and (max-width: 1366px) {
	header .content .wrapper-bg {
		background-position: 92% 72%;
		-webkit-background-size: 48% 48%;
		background-size: 48%; 
	}
	#pros img {
    width: 100px;
    height: auto; }
	 
  #pros .wrap .item span {
    font-weight: 300;
    font-size: 18px;
    line-height: 27px;
    color: #131313;
    margin-left: 0px; 
    padding: 0 20px 0 20px; }
    #pros .wrap .item span br {
      display: none; }

  #pros .wrap .item {
    margin-bottom: 60px; }
	#offer .wrapper-bg.what {
    background-position: 108% 77%;
    -webkit-background-size: 49% 49%;
    background-size: 49%; } 
}
@media only screen and (max-width: 1200px) {
	header .content .wrapper-bg {
		background-position: 97% 96%;
		-webkit-background-size: 52% 52%;
		background-size: 52%; 
	}
	header .content ul li {
		font-weight: 300;
		font-size: 20px;
		line-height: 26px;
		color: white;
		padding-left: 18px;
		position: relative;
		margin-bottom: 9px; 
	}
	header .content p {
		font-size: 16px;
		margin: 20px 0 40px 0; 
	}

	  #offer .wrapper-bg.what {
    background-position: 120% 75%;
    -webkit-background-size: 55% 55%;
    background-size: 55%; }
}
@media only screen and (max-width: 1024px) {
	header .content {
		height: 700px; 
	}
	header .content .wrapper-bg {
		background-position: 120% 100%;
		-webkit-background-size: 58% 58%;
		background-size: 58%; 
	}
	header .content p {
		font-size: 16px;
		max-width: 455px;
		line-height: 24px;
		margin: 25px 0 25px 0; 
	}
	header .content .container {
		-webkit-box-align: start;
		-ms-flex-align: start;
		-webkit-align-items: flex-start;
		align-items: flex-start;
		padding-top: 150px; 
	}
	header .content .container {
    padding-top: 100px; }

  header .content h1 {
    font-size: 32px;
    line-height: 42px; }

  header .content ul {
    margin-top: 30px; }

  header .content ul li {
    font-size: 18px;
    line-height: 24px; }

  header .content ul li:before {
    top: 6px; }

  header .content p {
    margin: 20px 0 25px 0; }
	 
	#pros .wrap .item span {
    font-size: 16px;
    line-height: 24px;
    padding: 0 0 0 10px; }
    #pros .wrap .item span br {
      display: none; }
  #pros .wrap .item img {
    zoom: 0.8; }
  #pros .wrap .item span {
    width: -webkit-calc(100% - 120px);
    width: calc(100% - 120px); }
  #pros .wrap .item {
    padding-right: 60px; } 
	 #offer .wrapper-bg.what {
    background-position: 158% 76%;
    -webkit-background-size: 71% 71%;
    background-size: 71%; }
	 #offer .wrapper-bg.what .wrap ul {
    max-width: 50%; }
}
@media only screen and (max-width: 768px) {
	header .content {
		height: 900px; 
	}
	header .content .container {
		padding: 80px 0 0 60px; 
	}
	header .content .wrapper-bg {
		background-position: 78% 216%;
		-webkit-background-size: 87% 87%;
		background-size: 87%; 
	}
	header .content .container {
		padding: 40px 15% 0 60px; 
	}
	header .content .container h1 br {
		display: none; 
	}
	#pros .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; }

  #pros .wrap .item span {
    font-size: 18px;
    padding-left: 0;
    padding-top: 25px; }

  #pros .wrap .item {
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    margin-bottom: 45px;
    padding-right: 45px; }

  #pros .wrap .item img {
    zoom: 1; }
	 #pros .wrap .item img {
    height: 64px;
    width: auto; }
	 #pros .wrap .item span {
    width: 100%; }
	 #pros .wrap .item {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start; } 
	 #offer .wrapper-bg.what .wrap ul {
    max-width: 90%; }
	 #offer .wrapper-bg.what {
		 background:none;
	 }
}
@media only screen and (max-width: 560px) {
	header .content {
		padding-top: 60px;
		height: 700px; 
	}
	header .content .wrapper-bg {
		background-position: 70% 191%;
		-webkit-background-size: 84% 84%;
		background-size: 84%; 
	}
	header .content ul {
		margin-top: 20px; 
	}
	header .content ul li {
		font-size: 16px;
		line-height: 20px; 
	}
	header .content ul li:before {
		width: 8px;
		height: 8px;
		top: 5px; 
	}
	header .content p {
		font-size: 14px;
		line-height: 21px; 
	}
	header .content h1 {
    font-size: 24px;
    line-height: 36px; }

  header .content .container {
    padding: 30px 40px 0 40px; }

  header .content p {
    margin: 20px 0 25px 0; }
	 #pros {
    padding: 50px 0 30px 0; }
	 #pros h2 {
    margin-bottom: 40px; }
	 
	 #pros .wrap .item {
    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; }

  #pros .wrap .item span {
    font-size: 16px;
    padding-left: 20px;
    padding-top: 0; }

  #pros .wrap .item img {
    zoom: 1;
    width: 60px;
    height: auto; }

  #pros .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; }
	 
}
@media only screen and (max-width: 520px) {
	header .content {
		padding-top: 50px;
		height: 660px; 
	}
	#pros .wrap .item img {
    zoom: 0.7; }
}
@media only screen and (max-width: 425px) {
	header .content {
		padding-top: 50px;
		height: 620px; 
	}
	header .content .container {
		padding: 30px 20px; 
	}
	header .content .wrapper-bg {
		background-position: 90% 183%;
		-webkit-background-size: 93% 93%;
		background-size: 93%; 
	}
	header .content p br {
		display: none; 
	}
	header .content h1 {
		font-size: 22px;
		line-height: 33px; 
	}
	header .content p {
		font-size: 13px;
		line-height: 21px; 
	}
	#offer .wrapper-bg.what .wrap ul {
    max-width: 100%;
    margin: 0; }
}
@media only screen and (max-width: 375px) {
	header .content p {
		font-size: 16px;
		padding-right: 0; 
	}
	header .content .wrapper-bg {
		background-position: 50% 147%;
		-webkit-background-size: 80% 80%;
		background-size: 80%; 
	}
	#pros .wrap .item span {
    font-size: 16px;
    padding-left: 15px;
    padding-top: 0px;
    line-height: 24px; }

  #pros .wrap .item {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-top: 15px;
    margin-bottom: 15px; }

  #pros .wrap .item img {
    margin-top: 5px; }

  

  #pros .wrap .item .class-btn.prpl-line {
    height: 40px;
    font-size: 14px; }
}
@media only screen and (max-width: 320px) {
	header .content {
		height: auto; 
	}
	header .content h1 {
		font-size: 21px;
		line-height: 29px; 
	}
	header .content p {
		font-size: 14px;
		padding-right: 0;
		margin: 12px 0 15px 0; 
	}
	header .content p br {
      display: none; 
	}
	header .content .wrapper-bg {
		background-image: none; 
	}
	#pros .wrap .item {
    margin-bottom: 12px; }

  #pros {
    padding: 50px 0 40px 0; } 
}