.header {
  height: 80px;
  background: #ffffff;
  display: flex;
  align-items: center;
  position: fixed;
  width: 100%;
  z-index: 2;
  top: 0;
}
.header-logo {
  display: flex;
  align-items: center;
  min-height: 40px;
}
.header-logo-link {
  color: #00B3EF;
  font-weight: bold;
  font-size: 18px;
}
.header-contact {
  display: flex;
  justify-content: flex-end;
}
.header-contact-email {
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  color: #000000;
  display: flex;
  align-items: center;
  margin-right: 37px;
}
.header-contact-phone {
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  color: #00B3EF;
  display: flex;
  flex-direction: column;
}
.button {
  width: 100%;
  max-width: 136px;
  height: 60px;
  background: linear-gradient(180deg, #00D2EF 0%, #0093C4 100%);
  border-radius: 6px;
  font-weight: bold;
  font-size: 16px;
  line-height: 20px;
  color: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.main {
  background: url("../img/main.jpg") center center no-repeat;
  background-size: cover;
  border-radius: 0 0 200px 0;
  padding-top: 199px;
}
.main-bg {
  background: #FFFFFF;
  opacity: 0.7;
  border-radius: 200px 200px 0 0;
  max-width: 855px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.main-title {
  padding-top: 144px;
  font-weight: bold;
  font-size: 38px;
  line-height: 46px;
  text-align: center;
  color: #000000;
}
.main-text {
  padding-top: 50px;
  font-weight: normal;
  font-size: 26px;
  line-height: 32px;
  text-align: center;
  color: #000000;
}
.main-button {
  margin-top: 50px;
  margin-bottom: 155px;
}
.group {
  margin-bottom: 66px;
}
.group-content {
  background: url("../img/group-bg.png") center center no-repeat;
  background-size: cover;
}
.group-title {
  font-weight: bold;
  font-size: 45px;
  line-height: 55px;
  text-align: center;
  color: #000000;
  padding-top: 75px;
  padding-bottom: 41px;
}
.group-text {
  max-width: 765px;
  margin: 0 auto;
  font-weight: normal;
  font-size: 18px;
  line-height: 28px;
  text-align: center;
  color: #1D2027;
  padding-bottom: 60px;
}
.services-title {
  margin-bottom: 53px;
  font-weight: bold;
  font-size: 45px;
  line-height: 55px;
  text-align: center;
  color: #000000;
}
.services-container-slide {
  position: relative;
}
.services-slide {
  overflow: hidden;
  max-width: 1110px;
}
.services-button {
  position: absolute;
  bottom: 25px;
  left: 50%;
  transform: translateX(-50%);
}
.services-item {
  padding: 20px 15px 18px;
  background: #F9F9F9;
  border-radius: 17px;
  display: flex;
  flex-direction: column;
}
.services-item > div {
  font-weight: normal;
  font-size: 20px;
  line-height: 40px;
  color: #1D2027;
}
.clients {
  margin-top: 45px;
}
.clients-wrapper {
  background: #FFF7FE;
  width: 100%;
}
.clients-title {
  padding-top: 72px;
  font-weight: bold;
  font-size: 34px;
  line-height: 41px;
  text-align: center;
  color: #000000;
  margin-bottom: 25px;
}
.clients-description {
  font-weight: bold;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  color: #696969;
  padding-bottom: 26px;
}
.clients-text {
  font-weight: normal;
  font-size: 20px;
  line-height: 24px;
  text-align: center;
  color: #1D2027;
  padding-bottom: 77px;
}
.form {
  margin-bottom: 106px;
  margin-top: 89px;
}
.form-wrapper {
  background: #F5FDFF;
  padding: 19px 85px;
}
.form-title {
  padding-top: 65px;
  font-weight: bold;
  font-size: 45px;
  line-height: 55px;
  color: #000000;
  margin-bottom: 10px;
}
.form-text {
  font-weight: bold;
  font-size: 16px;
  line-height: 20px;
  color: #000000;
  mix-blend-mode: normal;
  opacity: 0.5;
  margin-bottom: 53px;
}
.form-style {
  display: flex;
  flex-direction: column;
}
.form-style-input {
  max-width: 441px;
  margin-bottom: 14px;
}
.form-style-textarea {
  max-width: 441px;
  resize: none;
  margin-bottom: 30px;
}
.form-button {
  display: flex;
  justify-content: flex-end;
}
.form-container {
  width: 100%;
  max-width: 1280px;
  padding: 0 15px;
  margin: 0 auto;
}
.footer {
  background: #E9F0F2;
  position: static;
  height: 80px;
  display: flex;
  align-items: center;
}
.footer-logo {
  font-weight: bold;
  font-size: 18px;
  line-height: 22px;
  color: #00B3EF;
  min-height: 45px;
  display: flex;
  align-items: center;
}
.footer-contact {
  display: flex;
  justify-content: flex-end;
}
.footer-contact-phone {
  font-weight: 500;
  font-size: 12px;
  line-height: 15px;
  text-align: right;
  color: #000000;
  margin-right: 44px;
}
.footer-contact-name {
  font-weight: 600;
  font-size: 12px;
  line-height: 15px;
  text-align: right;
  color: #01B1D9;
  max-width: 200px;
}
.slick-prev.slick-arrow,
.slick-next.slick-arrow {
  position: absolute;
  z-index: 3;
  top: 50%;
  transform: translateY(-50%);
  width: 46px;
  height: 46px;
}
.slick-next.slick-arrow {
  right: -15px;
}
.slick-prev.slick-arrow {
  left: -15px;
}
.slick-prev.slick-arrow {
  background: url("../img/arrow-left.png") no-repeat center;
}
.slick-prev:before {
  content: none !important;
}
.slick-prev:hover {
  background: url("../img/arrow-left.png") no-repeat center;
}
.slick-next.slick-arrow {
  background: url("../img/arrow-right.png") no-repeat center;
}
.slick-next:before {
  content: none !important;
}
.slick-next:hover {
  background: url("../img/arrow-right.png") no-repeat center;
}
.pure-material-textfield-outlined {
  --pure-material-safari-helper1: rgb(var(--pure-material-primary-rgb, 33, 150, 243));
  position: relative;
  display: inline-block;
  padding-top: 6px;
  font-family: var(--pure-material-font, "Roboto", "Segoe UI", BlinkMacSystemFont, system-ui, -apple-system);
  font-size: 16px;
  line-height: 1.5;
  overflow: hidden;
}
/* Input, Textarea */
.pure-material-textfield-outlined > input,
.pure-material-textfield-outlined > textarea {
  box-sizing: border-box;
  margin: 0;
  border: solid 1px;
  /* Safari */
  border-color: rgba(var(--pure-material-onsurface-rgb, 0, 0, 0), 0.6);
  border-top-color: transparent;
  border-radius: 4px;
  padding: 15px 13px 15px;
  width: 100%;
  height: inherit;
  color: rgba(var(--pure-material-onsurface-rgb, 0, 0, 0), 0.87);
  background-color: transparent;
  box-shadow: none;
  /* Firefox */
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  caret-color: rgb(var(--pure-material-primary-rgb, 33, 150, 243));
  transition: border 0.2s, box-shadow 0.2s;
}
/* Span */
.pure-material-textfield-outlined > input + span,
.pure-material-textfield-outlined > textarea + span {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  border-color: rgba(var(--pure-material-onsurface-rgb, 0, 0, 0), 0.6);
  width: 100%;
  max-height: 100%;
  color: rgba(var(--pure-material-onsurface-rgb, 0, 0, 0), 0.6);
  font-size: 75%;
  line-height: 15px;
  cursor: text;
  transition: color 0.2s, font-size 0.2s, line-height 0.2s;
}
/* Corners */
.pure-material-textfield-outlined > input + span::before,
.pure-material-textfield-outlined > input + span::after,
.pure-material-textfield-outlined > textarea + span::before,
.pure-material-textfield-outlined > textarea + span::after {
  content: "";
  display: block;
  box-sizing: border-box;
  margin-top: 6px;
  border-top: solid 1px;
  border-top-color: rgba(var(--pure-material-onsurface-rgb, 0, 0, 0), 0.6);
  min-width: 10px;
  height: 8px;
  pointer-events: none;
  box-shadow: inset 0 1px transparent;
  transition: border-color 0.2s, box-shadow 0.2s;
}
.pure-material-textfield-outlined > input + span::before,
.pure-material-textfield-outlined > textarea + span::before {
  margin-right: 4px;
  border-left: solid 1px transparent;
  border-radius: 4px 0;
}
.pure-material-textfield-outlined > input + span::after,
.pure-material-textfield-outlined > textarea + span::after {
  flex-grow: 1;
  margin-left: 4px;
  border-right: solid 1px transparent;
  border-radius: 0 4px;
}
/* Hover */
.pure-material-textfield-outlined:hover > input,
.pure-material-textfield-outlined:hover > textarea {
  border-color: rgba(var(--pure-material-onsurface-rgb, 0, 0, 0), 0.87);
  border-top-color: transparent;
}
.pure-material-textfield-outlined:hover > input + span::before,
.pure-material-textfield-outlined:hover > textarea + span::before,
.pure-material-textfield-outlined:hover > input + span::after,
.pure-material-textfield-outlined:hover > textarea + span::after {
  border-top-color: rgba(var(--pure-material-onsurface-rgb, 0, 0, 0), 0.87);
}
.pure-material-textfield-outlined:hover > input:not(:focus):placeholder-shown,
.pure-material-textfield-outlined:hover > textarea:not(:focus):placeholder-shown {
  border-color: rgba(var(--pure-material-onsurface-rgb, 0, 0, 0), 0.87);
}
/* Placeholder-shown */
.pure-material-textfield-outlined > input:not(:focus):placeholder-shown,
.pure-material-textfield-outlined > textarea:not(:focus):placeholder-shown {
  border-top-color: rgba(var(--pure-material-onsurface-rgb, 0, 0, 0), 0.6);
}
.pure-material-textfield-outlined > input:not(:focus):placeholder-shown + span,
.pure-material-textfield-outlined > textarea:not(:focus):placeholder-shown + span {
  font-size: inherit;
  line-height: 68px;
}
.pure-material-textfield-outlined > input:not(:focus):placeholder-shown + span::before,
.pure-material-textfield-outlined > textarea:not(:focus):placeholder-shown + span::before,
.pure-material-textfield-outlined > input:not(:focus):placeholder-shown + span::after,
.pure-material-textfield-outlined > textarea:not(:focus):placeholder-shown + span::after {
  border-top-color: transparent;
}
/* Focus */
.pure-material-textfield-outlined > input:focus,
.pure-material-textfield-outlined > textarea:focus {
  border-color: rgb(var(--pure-material-primary-rgb, 33, 150, 243));
  border-top-color: transparent;
  box-shadow: inset 1px 0 var(--pure-material-safari-helper1), inset -1px 0 var(--pure-material-safari-helper1), inset 0 -1px var(--pure-material-safari-helper1);
  outline: none;
}
.pure-material-textfield-outlined > input:focus + span,
.pure-material-textfield-outlined > textarea:focus + span {
  color: rgb(var(--pure-material-primary-rgb, 33, 150, 243));
}
.pure-material-textfield-outlined > input:focus + span::before,
.pure-material-textfield-outlined > input:focus + span::after,
.pure-material-textfield-outlined > textarea:focus + span::before,
.pure-material-textfield-outlined > textarea:focus + span::after {
  border-top-color: var(--pure-material-safari-helper1) !important;
  box-shadow: inset 0 1px var(--pure-material-safari-helper1);
}
/* Disabled */
.pure-material-textfield-outlined > input:disabled,
.pure-material-textfield-outlined > input:disabled + span,
.pure-material-textfield-outlined > textarea:disabled,
.pure-material-textfield-outlined > textarea:disabled + span {
  border-color: rgba(var(--pure-material-onsurface-rgb, 0, 0, 0), 0.38) !important;
  border-top-color: transparent !important;
  color: rgba(var(--pure-material-onsurface-rgb, 0, 0, 0), 0.38);
  pointer-events: none;
}
.pure-material-textfield-outlined > input:disabled + span::before,
.pure-material-textfield-outlined > input:disabled + span::after,
.pure-material-textfield-outlined > textarea:disabled + span::before,
.pure-material-textfield-outlined > textarea:disabled + span::after {
  border-top-color: rgba(var(--pure-material-onsurface-rgb, 0, 0, 0), 0.38) !important;
}
.pure-material-textfield-outlined > input:disabled:placeholder-shown,
.pure-material-textfield-outlined > input:disabled:placeholder-shown + span,
.pure-material-textfield-outlined > textarea:disabled:placeholder-shown,
.pure-material-textfield-outlined > textarea:disabled:placeholder-shown + span {
  border-top-color: rgba(var(--pure-material-onsurface-rgb, 0, 0, 0), 0.38) !important;
}
.pure-material-textfield-outlined > input:disabled:placeholder-shown + span::before,
.pure-material-textfield-outlined > input:disabled:placeholder-shown + span::after,
.pure-material-textfield-outlined > textarea:disabled:placeholder-shown + span::before,
.pure-material-textfield-outlined > textarea:disabled:placeholder-shown + span::after {
  border-top-color: transparent !important;
}
/* Faster transition in Safari for less noticable fractional font-size issue */
@media not all and (min-resolution: 0.001dpcm) {
  @supports (-webkit-appearance:none) {
    .pure-material-textfield-outlined > input,
    .pure-material-textfield-outlined > input + span,
    .pure-material-textfield-outlined > textarea,
    .pure-material-textfield-outlined > textarea + span,
    .pure-material-textfield-outlined > input + span::before,
    .pure-material-textfield-outlined > input + span::after,
    .pure-material-textfield-outlined > textarea + span::before,
    .pure-material-textfield-outlined > textarea + span::after {
      transition-duration: 0.1s;
    }
  }
}
/*# sourceMappingURL=style.css.map */