html .site-form-block .form-inner {
  background-color: rgb(236, 252, 255);
}

html .site-form-block .form-title span {
  color: rgb(0, 86, 105);
}

html .site-form-block .row button {
  background-color: rgb(28, 180, 210);
  background-image: -webkit-linear-gradient(rgb(28, 180, 210), rgb(17, 164, 198));
  background-image: linear-gradient(rgb(28, 180, 210), rgb(17, 164, 198));
}

html .contacts-block .contacts-phone .phone-title {
  color: rgb(255, 134, 19);
}

html .contacts-block .contacts-address .address-title {
  color: rgb(255, 134, 19);
}

@media screen and (max-width: 940px) {html .site-form-block .form-inner {
  background-color: rgb(236, 252, 255);
}}

html .top-menu-button {
  background-color: rgb(0, 86, 105);
}

@media (min-width: 1025px) {html .top-menu > li ul {
  background-color: rgb(20, 173, 205);
}}

@media (min-width: 1025px) {html .top-menu > li > ul {
  background-color: rgb(20, 173, 205);
}}

html body {
  background-color: rgb(255, 255, 255);
}

html .site-header .site-name a {
  color: rgb(20, 173, 205);
}

html .site-header .head-click a {
  background-image: -webkit-linear-gradient(rgb(28, 180, 210), rgb(17, 163, 198));
  background-image: linear-gradient(rgb(28, 180, 210), rgb(17, 163, 198));
}

html .tp::after {
  background-color: rgba(0, 86, 105, 0.6);
}

html .tp .block-pic {
  background-color: rgb(236, 252, 255);
}

html .tasks-block .tasks-icon {
  background-color: rgb(20, 173, 205);
}

html .reviews-block .reviews-title a {
  color: rgb(0, 86, 105);
}

html .reviews-block .reviews-body {
  background-color: rgb(255, 168, 86);
}

html .reviews-block .reviews-body::before {
  border-top-color: rgb(255, 134, 19);
}

html .reviews-block .reviews-body:nth-child(2) {
  background-color: rgb(20, 173, 205);
}

html .reviews-block .reviews-body:nth-child(2)::before {
  border-top-color: rgb(3, 134, 161);
}

html .reviews-block .reviews-body:nth-child(3) {
  background-color: rgb(84, 216, 244);
}

html .reviews-block .reviews-body:nth-child(3)::before {
  border-top-color: rgb(20, 173, 205);
}

html .how-we-work .blocks-body:nth-child(2) .block-pic {
  background-color: rgb(20, 173, 205);
}

html .how-we-work .blocks-body:nth-child(3) .block-pic {
  background-color: rgb(84, 216, 244);
}

html .how-we-work .blocks-body:nth-child(4) .block-pic {
  background-color: rgb(255, 168, 86);
}

html .how-we-work .block-pic {
  background-color: rgb(0, 86, 105);
}

html .middle-slider {
  background-color: rgb(236, 252, 255);
}

