@import url('https://fonts.googleapis.com/css?family=Ubuntu:300,300i,400,400i,500,500i,700,700i&subset=cyrillic,cyrillic-ext');
.up {
  text-transform: uppercase;
}
.none {
  text-decoration: none;
}
.th {
  font-weight: 100;
}
.l {
  font-weight: 300;
}
.reg {
  font-weight: 400;
}
.med {
  font-weight: 500;
}
.sb {
  font-weight: 600;
}
.bold {
  font-weight: 700;
}
.black {
  font-weight: 900;
}
.un {
  text-decoration: underline;
}
.in {
  display: inline-block;
}
.vam {
  vertical-align: middle;
}
.rel {
  position: relative;
}
.bl {
  display: block;
}
.abs {
  position: absolute;
}
.tr {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.try {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.trx {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.tc {
  display: table-cell;
  vertical-align: middle;
}
.dn {
  display: none;
}
.tac {
  text-align: center;
}
.tal {
  text-align: left;
}
.tar {
  text-align: right;
}
.it {
  font-style: italic;
}
.popup {
  position: fixed;
  width: 120%;
  height: 100%;
  left: -10%;
  top: 0;
  overflow-y: scroll;
  background: rgba(1, 1, 1, 0.7);
  z-index: 21;
  display: none;
}
.b0 {
  border: 0;
}
.bn {
  background: none;
}
.w100 {
  width: 100%;
}
.p0 {
  padding: 0;
}
.m0 {
  margin: 0;
}
body,
html {
  width: 100%;
  height: 100%;
}
body {
  background: #fff;
  overflow-x: hidden;
}
body,
th,
td {
  font-family: 'Ubuntu', sans-serif;
  font-size: 14px;
  color: #333333;
}
body,
form,
object,
h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
  padding: 0;
}
img,
table {
  border: none;
}
table {
  border-collapse: collapse;
}
table td {
  padding: 0;
}
a {
  color: #333333;
  cursor: pointer;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}
a:hover {
  text-decoration: none;
}
input,
textarea,
button,
select {
  margin: 0;
  outline: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 14px;
  font-family: 'Ubuntu', sans-serif;
}
button,
input[type='submit'] {
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  cursor: pointer;
  border: 0;
}
img {
  max-width: 100%;
}
.an {
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}
.box {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
section,
header,
footer,
nav,
main {
  display: block;
}
.clear {
  clear: both;
}
.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.header {
  padding: 10px 40px;
  background: #fff;
  z-index: 12!important;
  -webkit-box-shadow: rgba(1, 1, 1, 0.1) 0 0 10px;
          box-shadow: rgba(1, 1, 1, 0.1) 0 0 10px;
}
.header .logo a {
  display: inline-block;
  vertical-align: middle;
}
.header .logo span {
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
  font-weight: 500;
  color: #1795b0;
  padding: 5px 0 5px 40px;
  margin-left: 40px;
  border-left: 2px solid #8dc8d5;
  line-height: 20px;
}
.header .contacts {
  padding-top: 6px;
}
.header .contacts .phone {
  display: inline-block;
  vertical-align: middle;
  text-align: right;
  color: #404040;
}
.header .contacts .phone a {
  display: block;
  font-weight: 700;
  text-decoration: none;
  font-size: 28px;
  color: #404040;
  margin-bottom: -5px;
}
.header .contacts button {
  vertical-align: middle;
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  border-radius: 32px;
  width: 220px;
  height: 40px;
  background: -webkit-gradient(linear, left top, left bottom, from(#fea800), to(#cd8d02));
  background: linear-gradient(to bottom, #fea800, #cd8d02);
  margin-left: 40px;
}
.header .contacts button:hover {
  background: -webkit-gradient(linear, left top, left bottom, from(#bf7e00), to(#9a6a01));
  background: linear-gradient(to bottom, #bf7e00, #9a6a01);
}
.header .contacts button:active {
  background: -webkit-gradient(linear, left top, left bottom, from(#febd40), to(#daaa41));
  background: linear-gradient(to bottom, #febd40, #daaa41);
}
.top-image {
  height: 738px;
  background: url('img/top-image.jpg') center;
  background-size: cover;
}
.top-image .content {
  width: 60%;
  padding-top: 60px;
  color: #fff;
}
.top-image .content .name {
  font-weight: 700;
  font-size: 42px;
  margin-bottom: 60px;
}
.top-image .content p {
  font-size: 21px;
  margin-bottom: 80px;
}
.top-image .content button {
  font-weight: 500;
  font-size: 28px;
  color: #fff;
  border-radius: 64px;
  background: #1bbcd7;
  width: 420px;
  height: 80px;
}
.tasks .name {
  text-align: center;
  font-size: 42px;
  font-weight: 700;
  padding: 80px 0 40px;
}
.tasks .list {
  margin: 0 -30px;
}
.tasks .list .item {
  position: relative;
}
.tasks .list .item .image {
  position: absolute;
  top: 35px;
  left: 100px;
}
.tasks .list .item .n {
  font-weight: 500;
  font-size: 34px;
  line-height: 40px;
  color: #fff;
  background: #269bb5;
  border-radius: 32px;
  padding: 30px 160px 30px 42%;
}
.tasks .list .item .text {
  padding-left: 42%;
  background: #eff8f9;
  margin: 0 30px;
  border-radius: 0 0 100px 100px;
  padding-bottom: 50px;
  padding-top: 30px;
}
.tasks .list .item .text p {
  font-weight: 500;
  font-size: 24px;
  color: #616161;
  margin-bottom: 30px;
}
.tasks .list .item .text ul {
  padding: 0;
  margin: 0 0 40px 0;
  list-style: none;
}
.tasks .list .item .text ul li {
  margin-bottom: 6px;
  font-size: 21px;
  position: relative;
  padding-left: 20px;
}
.tasks .list .item .text ul li span {
  position: absolute;
  font-weight: 500;
  color: #1e899d;
  left: 0;
  top: 0;
}
.tasks .list .item .text button {
  font-size: 21px;
  font-weight: 500;
  color: #fff;
  border-radius: 32px;
  width: 340px;
  height: 60px;
  background: -webkit-gradient(linear, left top, left bottom, from(#fea800), to(#cd8d02));
  background: linear-gradient(to bottom, #fea800, #cd8d02);
}
.tasks .list .item .text button:hover {
  background: -webkit-gradient(linear, left top, left bottom, from(#bf7e00), to(#9a6a01));
  background: linear-gradient(to bottom, #bf7e00, #9a6a01);
}
.tasks .list .item .text button:active {
  background: -webkit-gradient(linear, left top, left bottom, from(#febd40), to(#daaa41));
  background: linear-gradient(to bottom, #febd40, #daaa41);
}
.tasks .list .item .text .bottom-text {
  padding-top: 30px;
  font-size: 13px;
}
.tasks .list .slick-prev,
.tasks .list .slick-next {
  width: 15px;
  height: 48px;
  padding: 0;
  font-size: 0;
  z-index: 2;
  top: 65px;
  position: absolute;
}
.tasks .list .slick-prev {
  left: 40px;
  background: url('img/prev.png');
}
.tasks .list .slick-next {
  right: 40px;
  background: url('img/next.png');
}
.tasks .list .slick-dots {
  padding: 40px 0 60px;
  margin: 0;
  list-style: none;
  text-align: center;
}
.tasks .list .slick-dots li {
  display: inline-block;
  margin: 0 12px;
}
.tasks .list .slick-dots li.slick-active button {
  background: url('img/dot2.png');
}
.tasks .list .slick-dots li button {
  width: 32px;
  height: 32px;
  padding: 0;
  font-size: 0;
  border: 0;
  background: url('img/dot.png');
  outline: none;
}
.why-we {
  background: #f1f8f9;
  text-align: center;
  padding-bottom: 80px;
}
.why-we .name {
  font-weight: 500;
  font-size: 32px;
  padding: 100px 0 40px;
}
.why-we .item {
  background: #fff;
  width: 32.5%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 30px 10px;
  border-radius: 32px;
  margin-bottom: 10px;
}
.why-we .item img {
  height: 86px;
}
.why-we .item .text {
  position: relative;
  font-size: 21px;
  line-height: 25px;
  height: 70px;
  margin-top: 15px;
}
.why-we .item .text p {
  left: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  text-align: center;
  width: 100%;
}
.fast-order {
  background: url('img/fast-order.jpg') center;
  background-size: cover;
  padding-bottom: 80px;
}
.fast-order .name {
  text-align: center;
  padding: 80px 0;
  color: #fff;
  font-weight: 700;
  font-size: 42px;
}
.fast-order form {
  background: #a8e5f0;
  padding: 50px 65px 65px 65px;
  border-radius: 64px;
  margin: 0 100px;
}
.fast-order form p {
  text-align: center;
  font-size: 24px;
  padding: 0 20px;
  margin-bottom: 50px;
}
.fast-order form input[type='text'] {
  width: 50%;
  height: 60px;
  font-size: 24px;
  padding: 0 30px;
  border-radius: 32px;
  border: 0;
  margin-bottom: 20px;
}
.fast-order form button {
  font-size: 24px;
  font-weight: 500;
  color: #fff;
  border-radius: 32px;
  width: 40%;
  height: 60px;
  background: -webkit-gradient(linear, left top, left bottom, from(#fea800), to(#cd8d02));
  background: linear-gradient(to bottom, #fea800, #cd8d02);
}
.fast-order form button:hover {
  background: -webkit-gradient(linear, left top, left bottom, from(#bf7e00), to(#9a6a01));
  background: linear-gradient(to bottom, #bf7e00, #9a6a01);
}
.fast-order form button:active {
  background: -webkit-gradient(linear, left top, left bottom, from(#febd40), to(#daaa41));
  background: linear-gradient(to bottom, #febd40, #daaa41);
}
.prices {
  padding: 30px 0 90px;
}
.prices .item {
  width: 33%;
  margin-bottom: 30px;
}
.prices .item:hover .flex form {
  opacity: 1;
}
.prices .item .image {
  height: 252px;
  position: relative;
  margin-bottom: 10px;
}
.prices .item .image img {
  position: absolute;
  width: 70%;
  left: 10px;
  bottom: 0;
}
.prices .item .n {
  font-weight: 500;
  font-size: 24px;
  margin-bottom: 20px;
  padding: 0 15px;
}
.prices .item .n span {
  display: block;
  font-weight: 700;
  font-size: 42px;
  color: #269bb5;
}
.prices .item .info {
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #eff8f9;
  border-radius: 24px;
  padding: 40px 20px;
  margin-bottom: 10px;
  height: 265px;
}
.prices .item .info p {
  font-weight: 300;
  font-size: 18px;
  margin-bottom: 20px;
}
.prices .item .info ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.prices .item .info ul li {
  margin-bottom: 15px;
  position: relative;
  font-size: 18px;
  padding-left: 16px;
}
.prices .item .info ul li:last-child {
  margin-bottom: 0;
}
.prices .item .info ul li:before {
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #1897b2;
  left: 0;
  top: 11px;
}
.prices .item .price {
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #269bb5;
  border-radius: 24px;
  padding: 30px 20px;
  color: #fff;
}
.prices .item .price p {
  font-weight: 300;
  margin-bottom: 15px;
  font-size: 18px;
}
.prices .item .price p:last-child {
  margin-bottom: 0;
}
.prices .item .price p span {
  float: right;
  font-weight: 700;
  font-size: 24px;
  margin-top: -6px;
}
.prices .item .flex {
  position: relative;
}
.prices .item .flex form {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  border-radius: 24px;
  background: #a8e5f0;
  z-index: 2;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 30px 20px;
  text-align: center;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  opacity: 0;
}
.prices .item .flex form p {
  font-weight: 500;
  font-size: 18px;
  margin-bottom: 30px;
}
.prices .item .flex form input[type='text'] {
  width: 100%;
  height: 50px;
  font-size: 21px;
  padding: 0 30px;
  border-radius: 32px;
  border: 0;
  margin-bottom: 30px;
}
.prices .item .flex form button {
  font-size: 24px;
  font-weight: 500;
  color: #fff;
  border-radius: 32px;
  width: 90%;
  height: 50px;
  background: -webkit-gradient(linear, left top, left bottom, from(#fea800), to(#cd8d02));
  background: linear-gradient(to bottom, #fea800, #cd8d02);
  margin-top: 40px;
}
.prices .item .flex form button:hover {
  background: -webkit-gradient(linear, left top, left bottom, from(#bf7e00), to(#9a6a01));
  background: linear-gradient(to bottom, #bf7e00, #9a6a01);
}
.prices .item .flex form button:active {
  background: -webkit-gradient(linear, left top, left bottom, from(#febd40), to(#daaa41));
  background: linear-gradient(to bottom, #febd40, #daaa41);
}
.newplace {
  height: 652px;
  background: url('img/newplace.jpg') center;
  background-size: cover;
}
.newplace .content {
  width: 62%;
  padding-top: 100px;
  color: #fff;
}
.newplace .content .name {
  font-weight: 700;
  font-size: 34px;
  margin-bottom: 30px;
}
.newplace .content p {
  font-size: 21px;
  margin-bottom: 100px;
}
.newplace .content button {
  font-weight: 500;
  font-size: 28px;
  color: #fff;
  border-radius: 64px;
  width: 420px;
  height: 80px;
  background: -webkit-gradient(linear, left top, left bottom, from(#fea800), to(#cd8d02));
  background: linear-gradient(to bottom, #fea800, #cd8d02);
}
.newplace .content button:hover {
  background: -webkit-gradient(linear, left top, left bottom, from(#bf7e00), to(#9a6a01));
  background: linear-gradient(to bottom, #bf7e00, #9a6a01);
}
.newplace .content button:active {
  background: -webkit-gradient(linear, left top, left bottom, from(#febd40), to(#daaa41));
  background: linear-gradient(to bottom, #febd40, #daaa41);
}
.schemes {
  text-align: center;
}
.schemes .name {
  font-weight: 700;
  padding: 80px 0;
  font-size: 42px;
}
.schemes .name2 {
  font-weight: 500;
  font-size: 32px;
  color: #1dacc7;
  margin-bottom: 40px;
}
.schemes .image {
  margin-bottom: 60px;
}
.schemes .image img:nth-child(2) {
  display: none;
}
.our-clients {
  background: #f1f8f9;
  text-align: center;
}
.our-clients .name {
  font-weight: 700;
  padding: 80px 0 40px;
  font-size: 42px;
}
.our-clients .list {
  margin-bottom: 100px;
}
.our-clients .list .item {
  margin: 0 3px;
  background: #fff;
  border-radius: 24px;
  height: 230px;
  line-height: 230px;
  padding: 0 40px;
}
.our-clients .list .item img {
  display: inline-block;
  vertical-align: middle;
}
.our-clients .list .slick-prev,
.our-clients .list .slick-next {
  width: 15px;
  height: 48px;
  padding: 0;
  font-size: 0;
  z-index: 2;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  outline: none;
}
.our-clients .list .slick-prev {
  left: -20px;
  background: url('img/prev.png');
}
.our-clients .list .slick-next {
  right: -20px;
  background: url('img/next.png');
}
.our-clients .count-item {
  width: 24%;
  margin-bottom: 30px;
  font-size: 18px;
  color: #6c6c6c;
  line-height: 130%;
}
.our-clients .count-item span {
  font-weight: 700;
  font-size: 60px;
  color: #269bb5;
  display: block;
  line-height: 66px;
}
.our-clients .count-item p {
  font-size: 21px;
  color: #000;
  padding: 10px 40px;
}
.our-clients .button {
  padding: 80px 0 120px;
}
.our-clients .button button {
  font-weight: 500;
  font-size: 28px;
  color: #fff;
  border-radius: 64px;
  background: -webkit-gradient(linear, left top, left bottom, from(#fea800), to(#cd8d02));
  background: linear-gradient(to bottom, #fea800, #cd8d02);
  width: 400px;
  height: 80px;
}
.bottom-phone {
  background: url('img/bottom-phone.jpg') top center;
  background-size: cover;
  text-align: center;
  font-weight: 500;
  color: #fff;
  padding: 50px 0;
  font-size: 32px;
}
.bottom-phone a {
  display: block;
  font-weight: 700;
  font-size: 48px;
  color: #fff;
  margin-top: 10px;
}
.footer {
  background: #1795b0;
  color: #fff;
  padding: 10px 40px;
}
.footer .logo a {
  display: inline-block;
  vertical-align: middle;
}
.footer .logo span {
  display: inline-block;
  vertical-align: middle;
  font-size: 18px;
  color: #fff;
  padding: 6px 0 6px 40px;
  margin-left: 40px;
  border-left: 2px solid #84c7d5;
  line-height: 20px;
}
.footer .contacts {
  padding-top: 13px;
}
.footer .contacts .phone {
  display: inline-block;
  vertical-align: middle;
  text-align: right;
  font-size: 18px;
  line-height: 22px;
}
.footer .contacts button {
  vertical-align: middle;
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  border-radius: 32px;
  width: 220px;
  height: 40px;
  background: -webkit-gradient(linear, left top, left bottom, from(#fea800), to(#cd8d02));
  background: linear-gradient(to bottom, #fea800, #cd8d02);
  margin-left: 40px;
}
.footer .contacts button:hover {
  background: -webkit-gradient(linear, left top, left bottom, from(#bf7e00), to(#9a6a01));
  background: linear-gradient(to bottom, #bf7e00, #9a6a01);
}
.footer .contacts button:active {
  background: -webkit-gradient(linear, left top, left bottom, from(#febd40), to(#daaa41));
  background: linear-gradient(to bottom, #febd40, #daaa41);
}
.popup .window {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #a8e5f0;
  padding: 70px 20px;
  width: 895px;
  border-radius: 36px;
}
.popup .window.other {
  background: #009fbc;
  width: 600px;
  color: #fff;
  text-align: center;
}
.popup .window.other .close {
  background: url('img/close4.png') !important;
}
.popup .window.other .close:after {
  display: none;
}
.popup .window.other form .name {
  font-size: 32px;
}
.popup .window.other form p {
  padding: 0 20px;
  margin-bottom: 20px;
}
.popup .window.other form .icons {
  margin-bottom: 20px;
}
.popup .window.other form .field {
  width: 100%;
  display: block;
  text-align: center;
}
.popup .window.other form .field.first {
  margin: 0 0 40px 0;
}
.popup .window.other form .field label {
  padding: 0 0 10px 0;
}
.popup .window.other form .field input[type='text'] {
  background: #fff;
}
.popup .window .close {
  position: absolute;
  width: 47px;
  height: 47px;
  border-radius: 50%;
  right: 12px;
  top: 12px;
  background: -webkit-gradient(linear, left top, left bottom, from(#1abbd7), to(#1795af));
  background: linear-gradient(to bottom, #1abbd7, #1795af);
  opacity: 1;
}
.popup .window .close:hover {
  background: -webkit-gradient(linear, left top, left bottom, from(#138ca1), to(#117084));
  background: linear-gradient(to bottom, #138ca1, #117084);
}
.popup .window .close:active {
  background: -webkit-gradient(linear, left top, left bottom, from(#53cce1), to(#51b0c5));
  background: linear-gradient(to bottom, #53cce1, #51b0c5);
}
.popup .window .close:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: url('img/close2.png') no-repeat center;
}
.popup .window form {
  text-align: center;
}
.popup .window form .name {
  font-weight: 700;
  font-size: 42px;
  margin-bottom: 30px;
  padding: 0 40px;
}
.popup .window form p {
  font-size: 24px;
  padding: 0 60px;
  margin-bottom: 40px;
  font-weight: 500;
}
.popup .window form .select {
  width: 366px;
  text-align: center;
  margin-bottom: 30px;
  font-size: 24px;
  margin-left: 140px;
}
.popup .window form .select .number {
  display: inline-block;
  vertical-align: middle;
  width: 124px;
  height: 105px;
  line-height: 105px;
  background: url('img/number.png');
  margin-left: 20px;
  position: relative;
}
.popup .window form .select .number input {
  width: 100%;
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  height: 60px;
  background: none;
  border: 0;
}
.popup .window form .select .number span {
  position: absolute;
  width: 100%;
  height: 20px;
  left: 0;
  cursor: pointer;
}
.popup .window form .select .number span.plus {
  top: 0;
}
.popup .window form .select .number span.minus {
  bottom: 0;
}
.popup .window form .field {
  display: inline-block;
  vertical-align: bottom;
  text-align: left;
}
.popup .window form .field.first {
  margin-right: 80px;
}
.popup .window form .field label {
  display: block;
  font-size: 24px;
  padding: 0 0 5px 30px;
}
.popup .window form .field input[type='text'] {
  width: 426px;
  height: 60px;
  font-size: 24px;
  padding: 0 30px;
  border-radius: 36px;
  border: 0;
  background: #dddddd;
}
.popup .window form .field button {
  font-size: 24px;
  font-weight: 500;
  color: #fff;
  border-radius: 32px;
  width: 300px;
  height: 60px;
  background: -webkit-gradient(linear, left top, left bottom, from(#fea800), to(#cd8d02));
  background: linear-gradient(to bottom, #fea800, #cd8d02);
}
.popup .window form .field button:hover {
  background: -webkit-gradient(linear, left top, left bottom, from(#bf7e00), to(#9a6a01));
  background: linear-gradient(to bottom, #bf7e00, #9a6a01);
}
.popup .window form .field button:active {
  background: -webkit-gradient(linear, left top, left bottom, from(#febd40), to(#daaa41));
  background: linear-gradient(to bottom, #febd40, #daaa41);
}
.thanks-page {
  height: 100%;
  background: url('img/thanks.jpg') center;
  background-size: cover;
  position: relative;
}
.thanks-page .content {
  left: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  padding: 50px 0 80px;
  background: rgba(1, 1, 1, 0.3);
  width: 100%;
  text-align: center;
  color: #fff;
}
.thanks-page .content .name {
  font-weight: 700;
  font-size: 42px;
  margin-bottom: 30px;
}
.thanks-page .content p {
  font-size: 24px;
  margin-bottom: 50px;
  line-height: 28px;
}
.thanks-page .content button {
  font-size: 24px;
  font-weight: 500;
  color: #fff;
  border-radius: 32px;
  width: 350px;
  height: 60px;
  background: -webkit-gradient(linear, left top, left bottom, from(#fea800), to(#cd8d02));
  background: linear-gradient(to bottom, #fea800, #cd8d02);
}
.thanks-page .content button:hover {
  background: -webkit-gradient(linear, left top, left bottom, from(#bf7e00), to(#9a6a01));
  background: linear-gradient(to bottom, #bf7e00, #9a6a01);
}
.thanks-page .content button:active {
  background: -webkit-gradient(linear, left top, left bottom, from(#febd40), to(#daaa41));
  background: linear-gradient(to bottom, #febd40, #daaa41);
}

.checkbox {
	position: relative;
}
.field.checkbox {
	margin-top: 20px;
}
.checkbox input {
	display: none
}
.checkbox label {
	padding-left: 33px;
}
.popup .window form .field.checkbox label {
	font-size: 14px;
}
.checkbox label a {
	text-decoration: underline;
}
.checkbox label::before {
	font: normal normal normal 20px/1 FontAwesome;
	content: "\f096";
	position: absolute;
	left: 10px;
	top: 0;
}
.checkbox input:checked + label::before {
	content: "\f046";
}

@media (max-width: 1230px) {
  .header {
    padding: 10px 15px;
  }
  .header .logo span {
    padding-left: 15px;
    margin-left: 15px;
  }
  .footer {
    padding: 10px 15px;
  }
  .footer .logo span {
    padding-left: 15px;
    margin-left: 15px;
  }
  .header .contacts .phone a {
    font-size: 24px;
  }
  .header .contacts {
    padding-top: 10px;
  }
  .top-image .content {
    width: 70%;
  }
  .tasks .list .item .n {
    padding: 30px 100px 30px 48%;
    font-size: 32px;
  }
  .tasks .list .item .text {
    padding-left: 45%;
  }
  .why-we .item .text {
    font-size: 18px;
  }
  .fast-order form {
    margin: 0;
  }
  .prices .item .n span {
    font-size: 37px;
  }
  .prices .item .price p {
    font-size: 16px;
  }
  .prices .item .price p span {
    font-size: 21px;
    margin-top: -4px;
  }
  .newplace .content {
    width: 66%;
  }
  .our-clients .count-item p {
    padding: 10px 20px;
  }
}
@media (max-width: 991px) {
  .header .logo {
    margin-top: 18px;
  }
  .header .logo span {
    font-size: 14px;
  }
  .header .contacts {
    padding-top: 0;
  }
  .header .contacts .phone {
    display: block;
  }
  .header .contacts button {
    margin: 10px 0 0 0;
  }
  .footer .logo span {
    font-size: 14px;
  }
  .footer .contacts {
    padding-top: 0;
  }
  .footer .contacts .phone {
    display: block;
    font-size: 14px;
    text-align: center;
  }
  .footer .contacts .phone br {
    display: none;
  }
  .footer .contacts button {
    margin: 10px 0 0 0;
  }
  .top-image {
    position: relative;
  }
  .top-image:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(1, 1, 1, 0.4);
  }
  .top-image .content {
    width: auto;
    position: relative;
    z-index: 2;
    text-shadow: rgba(1, 1, 1, 0.6) 1px 1px 1px;
  }
  .tasks .container {
	  max-width: 100%;
  }
  .tasks .list .item .n {
    padding: 30px 120px;
    text-align: center;
    border-radius: 0;
    font-size: 28px;
  }
  .tasks .list .slick-prev,
  .tasks .list .slick-next {
    top: 45px;
  }
  .tasks .list .item .text {
    padding-left: 36%;
  }
  .tasks .list .item .text p {
    font-size: 16px;
  }
  .tasks .list .item .text ul li {
    font-size: 16px;
  }
  .tasks .list .item .image {
    left: 70px;
    width: 200px;
    top: 170px;
  }
  .why-we .item {
    width: 49%;
  }
  .fast-order form {
    padding: 40px;
  }
  .fast-order form p {
    padding: 0;
  }
  .prices {
    padding: 50px 0;
  }
  .prices .item {
    width: 100%;
  }
  .prices .item .info {
    width: 49%;
    height: auto;
  }
  .prices .item .price {
    width: 49%;
    padding-top: 60px;
  }
  .prices .item .flex form {
    text-align: left;
  }
  .prices .item .flex form p {
    text-align: center;
  }
  .prices .item .flex form input[type='text'] {
    width: 50%;
    margin-bottom: 20px;
  }
  .prices .item .flex form button {
    width: 45%;
    position: absolute;
    right: 20px;
    top: 117px;
  }
  .newplace .content {
    width: 72%;
  }
  .schemes .image img:nth-child(2) {
    display: inline-block;
  }
  .schemes .image img:nth-child(1) {
    display: none;
  }
  .our-clients .count-item {
    width: 48%;
  }
  .popup .window {
    width: 720px;
  }
  .popup .window form .name {
    font-size: 36px;
    line-height: 40px;
  }
  .popup .window form p {
    font-size: 18px;
    padding: 0;
  }
  .popup .window form .field input[type='text'] {
    width: 300px;
  }
  .popup .window form .field.first {
    margin-right: 30px;
  }
  .popup .window form .select {
    margin-left: 0;
    text-align: center;
    width: auto;
    margin-bottom: 20px;
  }
  .prices .item .image {
    height: auto;
    padding: 0 10px;
  }
  .prices .item .image img {
    position: relative;
    left: auto;
    bottom: auto;
    width: 40%;
  }
}
@media (max-width: 767px) {
  .header {
    position: relative;
    padding: 60px 10px 10px 10px;
    margin-bottom: 44px;
  }
  .header .logo {
    margin-top: 0;
  }
  .header .logo img {
    width: 94px;
  }
  .header .logo span {
    position: absolute;
    right: 10px;
    top: 10px;
    text-align: right;
    padding: 0;
    margin: 0;
    border-left: 0;
    font-size: 12px;
    width: 150px;
    line-height: 15px;
  }
  .header .logo span br {
    display: none;
  }
  .header .contacts {
    padding-top: 10px;
  }
  .header .contacts .phone {
    font-size: 12px;
  }
  .header .contacts .phone a {
    font-size: 16px;
  }
  .header .contacts button {
    margin: 0;
    bottom: -37px;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    z-index: 2;
    width: 180px;
    height: 30px;
    font-size: 16px;
  }
  .header:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 44px;
    left: 0;
    top: 100%;
    background: #1fbcd9;
  }
  .footer {
    position: relative;
    padding: 28px 10px 10px 10px;
  }
  .footer .logo {
    margin-top: 0;
  }
  .footer .logo img {
    width: 94px;
  }
  .footer .logo span {
    position: absolute;
    right: 10px;
    top: 10px;
    text-align: right;
    padding: 0;
    margin: 0;
    border-left: 0;
    font-size: 12px;
    width: 180px;
    line-height: 13px;
  }
  .footer .contacts {
    padding-top: 30px;
  }
  .footer .contacts .phone {
    font-size: 12px;
  }
  .footer .contacts .phone a {
    font-size: 16px;
  }
  .footer .contacts button {
    display: none;
  }
  .top-image {
    height: 500px;
    background-position-x: 70%;
  }
  .top-image .content .name {
    font-size: 21px;
    margin-bottom: 50px;
  }
  .top-image .content p {
    font-size: 14px;
    margin-bottom: 50px;
  }
  .top-image .content button {
    width: 100%;
    font-size: 24px;
    height: 60px;
  }
  .tasks .name {
    font-size: 21px;
  }
  .tasks .list {
    margin: 0;
  }
  .tasks .list .item .n {
    font-size: 18px;
    padding: 20px 30px;
    line-height: 26px;
    height: 110px;
	display: flex;
	align-items: center;
	justify-content: center;
  }
  .tasks .list .slick-prev,
  .tasks .list .slick-next {
    top: 35px;
  }
  .tasks .list .slick-prev {
    left: 10px;
  }
  .tasks .list .slick-next {
    right: 10px;
  }
  .tasks .list .item .image {
    display: none;
  }
  .tasks .list .item .text {
    padding: 20px;
    margin: 0;
    border-radius: 0;
  }
  .tasks .list .item .text ul li {
    font-size: 14px;
  }
  .tasks .list .item .text button {
    width: 100%;
  }
  .tasks .list .item {
    padding-bottom: 30px;
    border-radius: 32px;
  }
  .why-we .name {
    font-size: 21px;
    padding: 40px 0;
  }
  .why-we .item {
    width: 100%;
  }
  .fast-order .name {
    padding: 30px;
    font-size: 28px;
  }
  .fast-order form {
    padding: 20px;
    border-radius: 32px;
  }
  .fast-order form p {
    font-size: 14px;
    margin-bottom: 20px;
  }
  .fast-order form input[type='text'] {
    width: 100%;
    font-size: 16px;
    margin-bottom: 15px;
  }
  .fast-order form button {
    width: 100%;
    font-size: 16px;
  }
  .prices .item .info {
    width: 100%;
  }
  .prices .item .price {
    width: 100%;
  }
  .prices .item .price p {
    font-size: 14px;
  }
  .prices .item .price p span {
    margin-top: -6px;
  }
  .prices .item .flex form input[type='text'] {
    width: 100%;
  }
  .prices .item .flex form button {
    position: relative;
    width: 100%;
    right: auto;
    top: auto;
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 20px;
  }
  .newplace .content {
    width: auto;
  }
  .newplace .content .name {
    font-size: 21px;
  }
  .newplace .content p {
    font-size: 14px;
    margin-bottom: 40px;
  }
  .newplace .content button {
    width: 100%;
    font-size: 21px;
    height: 60px;
  }
  .newplace {
    height: auto;
    padding-bottom: 60px;
  }
  .schemes .name {
    font-size: 21px;
    padding: 30px 0;
  }
  .schemes .name br {
    display: none;
  }
  .schemes .name2 {
    font-size: 18px;
    margin-bottom: 20px;
  }
  .our-clients .name {
    padding: 30px 0;
    font-size: 21px;
  }
  .our-clients .list .slick-prev {
    left: -10px;
  }
  .our-clients .list .slick-next {
    right: -10px;
  }
  .our-clients .list .item {
    margin: 0 20px;
    padding: 0 20px;
  }
  .our-clients .count-item {
    font-size: 14px;
    width: 49%;
  }
  .our-clients .count-item p {
    font-size: 16px;
  }
  .our-clients .count-item span {
    font-size: 40px;
    line-height: 120%;
  }
  .our-clients .button {
    padding: 30px 0 60px;
  }
  .our-clients .button button {
    width: 100%;
    font-size: 22px;
    height: 60px;
  }
  .bottom-phone {
    font-size: 21px;
  }
  .bottom-phone a {
    font-size: 32px;
  }
  .popup .window,
  .popup .window.other {
    width: 80%;
    padding: 70px 20px 20px 20px;
  }
  .popup .window form .name {
    font-size: 26px;
    padding: 0;
    line-height: 32px;
  }
  .popup .window form p {
    font-size: 16px;
  }
  .popup .window form .select .number {
    display: block;
    margin: 10px auto 0 auto;
  }
  .popup .window form .field {
    display: block;
  }
  .popup .window form .field label {
    padding: 0 0 5px 0;
    text-align: center;
  }
  .popup .window form .field input[type='text'] {
    width: 100%;
  }
  .popup .window form .field button {
    width: 100%;
  }
  .popup .window form .field.first {
    margin: 0 0 20px 0;
  }
  .popup .window .video iframe {
    height: 200px;
  }
  .tasks .list {
    margin: 0 -15px;
  }
  .why-we .item img {
    height: 60px;
  }
  .why-we .item {
    padding: 25px 15px 20px 15px;
  }
  .why-we .item .text {
    margin-top: 15px;
    font-size: 14px;
    height: auto;
    line-height: 18px;
  }
  .why-we .item .text p {
    position: relative;
    left: auto;
    top: auto;
    -webkit-transform: none;
            transform: none;
    width: auto;
  }
  .popup .window form .field input[type='text'] {
    font-size: 18px;
  }
  .popup .window form .field button {
    font-size: 18px;
  }
  .newplace {
    position: relative;
  }
  .newplace:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(1, 1, 1, 0.4);
  }
  .newplace .container {
    position: relative;
    z-index: 2;
  }
  .popup .window.other form .name {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .popup .window.other form p {
    font-size: 16px;
    padding: 0 30px;
  }
  .popup .window.other form .field label {
    font-size: 18px;
    padding: 0;
    margin: 0 0 10px 0;
  }
  .popup .window.other form .field input[type='text'] {
    font-size: 16px;
    height: 46px;
  }
  .popup .window.other form .field.first {
    margin: 0 0 25px 0;
  }
  .popup .window form .field button {
    font-size: 16px;
    height: 46px;
    width: 100%;
  }
  .prices .item .image img {
    width: 80%;
  }

  .thanks-page .content {
    padding: 30px 0;
  }
  .thanks-page .content .name {
    font-size: 26px;
    margin-bottom: 20px;
  }
  .thanks-page .content p {
    font-size: 14px;
    line-height: 16px;
    margin-bottom: 30px;
  }
  .thanks-page .content button {
    width: 240px;
    height: 40px;
    font-size: 18px;
  }
  
}
