body, div, dl, dt, dd, ul, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, input, textarea, p, blockquote, th, td {
  margin: 0;
  padding: 0; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

fieldset, img, abbr {
  border: 0; }

address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
  font-weight: normal; }

ul li {
  list-style: none; }

caption, th {
  text-align: left; }

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal; }

sup {
  vertical-align: text-top; }

sub {
  vertical-align: text-bottom; }

input, textarea, select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit; }

legend {
  color: #000; }

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, main {
  display: block; }

img {
  max-width: 100%;
  height: auto; }

.container {
  max-width: 1140px;
  margin: 0 auto;
  padding-left: 30px;
  padding-right: 30px; }
  @media screen and (max-width: 768px) {
    .container {
      padding-left: 15px;
      padding-right: 15px; } }

.row {
  display: flex;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px; }

body {
  font-family: 'Quicksand', sans-serif;
  font-size: 18px;
  font-weight: 400;
  color: #9ca5a9;
  background: url("/img/blurs.jpg") center 380px no-repeat, url("/img/blurs-r.jpg") 45% 920px no-repeat; }

.btn {
  box-sizing: border-box;
  height: 49px;
  border: 2px solid #3ae59f;
  background-color: #3ae59f;
  border-radius: 10px;
  display: inline-block;
  cursor: pointer;
  padding: 10px 30px 0 30px;
  font-family: Quicksand;
  font-weight: 500;
  text-transform: uppercase;
  color: white; }
  .btn:hover {
    border: 2px solid #3c93db;
    background-color: #3c93db;
    color: white; }

.btn-ghost {
  box-sizing: border-box;
  height: 49px;
  border: 2px solid #3ae59f;
  border-radius: 10px;
  display: inline-block;
  cursor: pointer;
  padding: 11px 30px 0 30px;
  font-family: Quicksand;
  font-weight: 500;
  text-transform: uppercase;
  color: #3ae59f; }
  .btn-ghost:hover {
    border: 2px solid #3c93db;
    color: #3c93db; }

a {
  text-decoration: none;
  color: #fff; }

h2 {
  font-weight: 600;
  font-family: Lato;
  font-size: 56px;
  color: #3c93db;
  display: flex;
  align-items: center;
  justify-content: center; }
  @media screen and (max-width: 960px) {
    h2 {
      font-size: 48px; } }
  @media screen and (max-width: 560px) {
    h2 {
      font-size: 36px; } }
  h2 p::first-letter {
    color: #3ae59f; }
  h2 .circle-small {
    width: 6px;
    height: 6px;
    border-radius: 100px;
    background-color: #3ae59f;
    margin: 5px; }
    @media screen and (max-width: 768px) {
      h2 .circle-small {
        display: none; } }
  h2 .circle-middle {
    width: 10px;
    height: 10px;
    border-radius: 100px;
    background-color: #3ae59f;
    margin: 5px; }
    @media screen and (max-width: 768px) {
      h2 .circle-middle {
        display: none; } }
  h2 .circle-big {
    width: 12px;
    height: 12px;
    border-radius: 100px;
    background-color: #3ae59f;
    margin: 5px; }
    @media screen and (max-width: 768px) {
      h2 .circle-big {
        display: none; } }
    h2 .circle-big--single {
      width: 12px;
      height: 12px;
      border-radius: 100px;
      background-color: #3ae59f;
      margin-top: 10px; }
      @media screen and (max-width: 768px) {
        h2 .circle-big--single {
          display: none; } }

.field {
  border-radius: 4px;
  border: 2px solid rgba(53, 199, 252, 0.3);
  padding: 10px;
  padding-left: 55px;
  font-weight: 500;
  font-size: 24px;
  color: #35c7fc;
  position: relative;
  box-sizing: border-box; }
  .field::placeholder {
    color: rgba(53, 199, 252, 0.3); }
  .field:focus {
    border: 2px solid #35c7fc;
    outline: none; }

/* Special Sltyles */
.inner_header_bg {
  display: none;
}

@media screen and (max-width: 960px) {
  .consultation {
    padding: 15px; } }

.consultation h2 {
  margin-top: 60px;
  margin-bottom: 60px;
  position: relative;
  overflow: hidden; }
  @media screen and (max-width: 560px) {
    .consultation h2 {
      margin-top: 40px; } }
  .consultation h2 .title-alt {
    display: none; }
    @media screen and (max-width: 560px) {
      .consultation h2 .title-alt {
        display: inline;
        text-align: center;
        z-index: -1; } }
  .consultation h2 div {
    display: flex;
    flex-direction: column;
    align-items: center; }
    @media screen and (max-width: 560px) {
      .consultation h2 div {
        display: none; } }
    .consultation h2 div .circle-big {
      width: 12px;
      height: 12px;
      border-radius: 100px;
      background-color: #3ae59f;
      margin: 5px; }
      .consultation h2 div .circle-big--single {
        width: 12px;
        height: 12px;
        border-radius: 100px;
        background-color: #3ae59f;
        margin-top: 10px; }
        @media screen and (max-width: 768px) {
          .consultation h2 div .circle-big--single {
            display: none; } }
    .consultation h2 div .top-span {
      display: flex;
      justify-content: flex-start;
      background-color: #fff;
      position: relative; }
      @media screen and (max-width: 768px) {
        .consultation h2 div .top-span {
          justify-content: center; } }
      .consultation h2 div .top-span:before {
        content: "";
        position: absolute;
        height: 4px;
        width: 100vw;
        top: 38px;
        right: 0;
        background-color: #3ae59f;
        z-index: -1; }
        @media screen and (max-width: 768px) {
          .consultation h2 div .top-span:before {
            display: none; } }
    .consultation h2 div .bottom-span {
      display: flex;
      flex-wrap: wrap;
      flex-direction: row; }
    .consultation h2 div span::first-letter {
      color: #3ae59f; }

.consultation .consultation-and-contact {
  display: flex;
  justify-content: center; }
  @media screen and (max-width: 768px) {
    .consultation .consultation-and-contact {
      flex-direction: column;
      align-items: center; } }
  @media screen and (max-width: 768px) and (max-width: 560px) {
    .consultation .consultation-and-contact {
      margin-top: -30px; } }
  .consultation .consultation-and-contact .wrap-form {
    display: flex;
    flex-direction: column;
    align-items: flex-start; }
    @media screen and (max-width: 768px) {
      .consultation .consultation-and-contact .wrap-form form {
        align-items: center; } }
    .consultation .consultation-and-contact .wrap-form form {
      display: flex;
      flex-direction: column; }
      @media screen and (max-width: 768px) {
        .consultation .consultation-and-contact .wrap-form form {
          align-items: center; } }
      .consultation .consultation-and-contact .wrap-form form button.btn {
        align-self: center;
        font-size: 18px;
        padding: 2px 30px 0 30px; }
        @media screen and (max-width: 768px) {
          .consultation .consultation-and-contact .wrap-form form button.btn {
            margin-bottom: 40px; } }
      .consultation .consultation-and-contact .wrap-form form .wrap-row {
        display: flex; }
        @media screen and (max-width: 768px) {
          .consultation .consultation-and-contact .wrap-form form .wrap-row {
            justify-content: center; } }
        .consultation .consultation-and-contact .wrap-form form .wrap-row .wrap-column {
          display: flex;
          flex-direction: column; }
          @media screen and (max-width: 768px) {
            .consultation .consultation-and-contact .wrap-form form .wrap-row .wrap-column {
              width: 100%;
              align-items: center; } }
  @media screen and (max-width: 768px) and (max-width: 560px) {
    .consultation .consultation-and-contact .wrap-form form .wrap-row .wrap-column {
      width: 270px; } }
          .consultation .consultation-and-contact .wrap-form form .wrap-row .wrap-column .wrap-file {
            position: relative; }
            .consultation .consultation-and-contact .wrap-form form .wrap-row .wrap-column .wrap-file label {
              display: block;
              position: absolute;
              left: 0;
              right: 0;
              width: 100%;
              height: 100%;
              cursor: pointer; }
              .consultation .consultation-and-contact .wrap-form form .wrap-row .wrap-column .wrap-file label #file-name {
                font-size: 16px;
                padding-left: 15px; }
              .consultation .consultation-and-contact .wrap-form form .wrap-row .wrap-column .wrap-file label input[type="file"] {
                border: none;
                display: none;
                cursor: pointer; }
              .consultation .consultation-and-contact .wrap-form form .wrap-row .wrap-column .wrap-file label div {
                font-size: 18px;
                display: inline-block;
                font-family: Lato;
                font-weight: 600;
                color: #3ae59f;
                position: relative;
                margin-top: 20px;
                margin-left: 45px;
                border-bottom: 2px dashed #3ae59f;
                margin-bottom: 5px; }
                .consultation .consultation-and-contact .wrap-form form .wrap-row .wrap-column .wrap-file label div:hover {
                  font-size: 20px; }
                  .consultation .consultation-and-contact .wrap-form form .wrap-row .wrap-column .wrap-file label div:hover svg {
                    width: 25px;
                    height: 25px; }
                .consultation .consultation-and-contact .wrap-form form .wrap-row .wrap-column .wrap-file label div svg {
                  position: absolute;
                  width: 23px;
                  height: 23px;
                  top: 0;
                  transform: rotate(10deg);
                  left: -32px;
                  fill: #3ae59f; }
          .consultation .consultation-and-contact .wrap-form form .wrap-row .wrap-column .wrap-title {
            background-color: #fff;
            width: 400px;
            padding: 10px;
            border-bottom: 2px solid #35c7fc; }
            .consultation .consultation-and-contact .wrap-form form .wrap-row .wrap-column .wrap-title h3 {
              font-family: Lato;
              font-weight: 400;
              font-size: 30px;
              color: #3c93db;
              line-height: 1.2;
              margin-bottom: 10px; }
          .consultation .consultation-and-contact .wrap-form form .wrap-row .wrap-column .wrap-name {
            position: relative;
            margin-bottom: 30px; }
            @media screen and (max-width: 560px) {
              .consultation .consultation-and-contact .wrap-form form .wrap-row .wrap-column .wrap-name input {
                width: 270px; } }
            .consultation .consultation-and-contact .wrap-form form .wrap-row .wrap-column .wrap-name svg {
              position: absolute;
              width: 27px;
              height: 27px;
              top: 50%;
              transform: translateY(-50%);
              left: 16px;
              z-index: 1;
              fill: rgba(53, 199, 252, 0.4); }
          .consultation .consultation-and-contact .wrap-form form .wrap-row .wrap-column .wrap-phone {
            position: relative;
            margin-bottom: 30px; }
            @media screen and (max-width: 560px) {
              .consultation .consultation-and-contact .wrap-form form .wrap-row .wrap-column .wrap-phone input {
                width: 270px; } }
            .consultation .consultation-and-contact .wrap-form form .wrap-row .wrap-column .wrap-phone svg {
              position: absolute;
              width: 26px;
              height: 26px;
              top: 50%;
              transform: translateY(-50%);
              left: 16px;
              z-index: 1;
              fill: rgba(53, 199, 252, 0.4); }
          .consultation .consultation-and-contact .wrap-form form .wrap-row .wrap-column .wrap-email {
            position: relative;
            margin-bottom: 30px; }
            @media screen and (max-width: 560px) {
              .consultation .consultation-and-contact .wrap-form form .wrap-row .wrap-column .wrap-email input {
                width: 270px; } }
            .consultation .consultation-and-contact .wrap-form form .wrap-row .wrap-column .wrap-email svg {
              position: absolute;
              width: 27px;
              height: 27px;
              top: 50%;
              transform: translateY(-50%);
              left: 16px;
              z-index: 1;
              fill: rgba(53, 199, 252, 0.4); }
      .consultation .consultation-and-contact .wrap-form form .wrap-message {
        position: relative;
        margin-bottom: 30px; }
        .consultation .consultation-and-contact .wrap-form form .wrap-message svg {
          position: absolute;
          width: 29px;
          height: 29px;
          top: 15px;
          left: 16px;
          z-index: 1;
          fill: rgba(53, 199, 252, 0.4); }
          @media screen and (max-width: 768px) {
            .consultation .consultation-and-contact .wrap-form form .wrap-message svg {
              left: 36px; } }
          @media screen and (max-width: 560px) {
            .consultation .consultation-and-contact .wrap-form form .wrap-message svg {
              left: 16px; } }
        .consultation .consultation-and-contact .wrap-form form .wrap-message .message {
          resize: none;
          width: 100%;
          height: 180px;
          padding: 10px;
          padding-left: 55px; }
          @media screen and (max-width: 768px) {
            .consultation .consultation-and-contact .wrap-form form .wrap-message .message {
              margin-left: 20px; } }
          @media screen and (max-width: 560px) {
            .consultation .consultation-and-contact .wrap-form form .wrap-message .message {
              width: 270px;
              margin-left: 0; } }
  .consultation .consultation-and-contact .wrapper-contacts {
    background-color: rgba(255, 255, 255, 0.9);
    margin-bottom: 40px;
    margin-left: 60px;
    padding: 30px;
    padding-right: 60px;
    border-radius: 10px;
    box-shadow: 0px 5px 27px 0px rgba(0, 0, 0, 0.1);
    width: 300px; }
    @media screen and (max-width: 960px) {
      .consultation .consultation-and-contact .wrapper-contacts {
        margin-left: 30px;
        width: 280px; } }
    @media screen and (max-width: 768px) {
      .consultation .consultation-and-contact .wrapper-contacts {
        margin-left: 0;
        margin-top: 30px; } }
    @media screen and (max-width: 560px) {
      .consultation .consultation-and-contact .wrapper-contacts {
        width: 270px; } }
    .consultation .consultation-and-contact .wrapper-contacts h2 {
      margin-top: 10px;
      margin-bottom: 30px; }
      .consultation .consultation-and-contact .wrapper-contacts h2 .title-steps {
        position: relative;
        background-color: #fff;
        display: flex;
        justify-content: flex-end; }
        .consultation .consultation-and-contact .wrapper-contacts h2 .title-steps:before {
          content: "";
          position: absolute;
          height: 4px;
          width: 100vw;
          top: 38px;
          background-color: #3ae59f;
          z-index: -1; }
    .consultation .consultation-and-contact .wrapper-contacts .wrap .row-1, .consultation .consultation-and-contact .wrapper-contacts .wrap .row-2 {
      display: flex;
      margin-left: 20px;
      margin-bottom: 30px;
      flex-direction: column; }
      .consultation .consultation-and-contact .wrapper-contacts .wrap .row-1 .item, .consultation .consultation-and-contact .wrapper-contacts .wrap .row-2 .item {
        width: 320px;
        display: flex;
        margin-top: 30px; }
        @media screen and (max-width: 560px) {
          .consultation .consultation-and-contact .wrapper-contacts .wrap .row-1 .item, .consultation .consultation-and-contact .wrapper-contacts .wrap .row-2 .item {
            width: 270px; } }
        .consultation .consultation-and-contact .wrapper-contacts .wrap .row-1 .item svg, .consultation .consultation-and-contact .wrapper-contacts .wrap .row-2 .item svg {
          fill: #3ae59f;
          width: 30px;
          height: 30px;
          margin-right: 20px; }
        .consultation .consultation-and-contact .wrapper-contacts .wrap .row-1 .item div, .consultation .consultation-and-contact .wrapper-contacts .wrap .row-2 .item div {
          font-weight: 500; }
          .consultation .consultation-and-contact .wrapper-contacts .wrap .row-1 .item div span, .consultation .consultation-and-contact .wrapper-contacts .wrap .row-2 .item div span {
            font-size: 21px;
            color: #35c7fc;
            margin-bottom: -10px;
            display: block; }

.map .container {
  display: flex;
  justify-content: center;
  width: 50%;
  height: 400px;
  margin-top: 50px;
  margin-bottom: 120px; }
  @media screen and (max-width: 1200px) {
    .map .container {
      width: 90%; } }
  @media screen and (max-width: 768px) {
    .map .container {
      flex-direction: column;
      align-items: center;
      height: 100%; } }
  .map .container .left {
    width: 50%;
    display: flex;
    flex-direction: column;
    align-items: center; }
    @media screen and (max-width: 768px) {
      .map .container .left {
        width: 90%;
        margin-bottom: 50px; } }
    @media screen and (max-width: 560px) {
      .map .container .left {
        width: 100%; } }
    .map .container .left #mapLeft {
      width: 90%;
      height: 400px; }
      @media screen and (max-width: 560px) {
        .map .container .left #mapLeft {
          width: 100%; } }
      .map .container .left #mapLeft iframe {
        height: 400px;
        width: 100%;
        margin-bottom: 40px;
        display: block; }
  .map .container .right {
    width: 50%;
    display: flex;
    flex-direction: column;
    align-items: center; }
    @media screen and (max-width: 768px) {
      .map .container .right {
        width: 90%; } }
    @media screen and (max-width: 560px) {
      .map .container .right {
        width: 100%; } }
    .map .container .right #mapRight {
      width: 90%;
      height: 400px; }
      @media screen and (max-width: 560px) {
        .map .container .right #mapRight {
          width: 100%; } }
      .map .container .right #mapRight iframe {
        height: 400px;
        width: 100%;
        margin-bottom: 40px;
        display: block; }
  .map .container h3 {
    color: #3c93db;
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 30px; }

@media screen and (max-width: 560px) {
  header nav {
    padding-top: 0px; }
    header nav .contacts-top {
      padding-right: 10px; } }

.mail-link {
  color: #9ca5a9;
}