@font-face {
  font-family: 'Roboto';
  src: url("../fonts/Roboto/RobotoBlack/RobotoBlack.eot");
  src: url("../fonts/Roboto/RobotoBlack/RobotoBlack.eot?iefix") format("eot"), url("../fonts/Roboto/RobotoBlack/RobotoBlack.woff") format("woff"), url("../fonts/Roboto/RobotoBlack/RobotoBlack.ttf") format("truetype");
  font-weight: 900; }

@font-face {
  font-family: 'Roboto';
  src: url("../fonts/Roboto/RobotoBold/RobotoBold.eot");
  src: url("../fonts/Roboto/RobotoBold/RobotoBold.eot?iefix") format("eot"), url("../fonts/Roboto/RobotoBold/RobotoBold.woff") format("woff"), url("../fonts/Roboto/RobotoBold/RobotoBold.ttf") format("truetype");
  font-weight: 700; }

@font-face {
  font-family: 'Roboto';
  src: url("../fonts/Roboto/RobotoCondensed/RobotoCondensed.eot");
  src: url("../fonts/Roboto/RobotoCondensed/RobotoCondensed.eot?iefix") format("eot"), url("../fonts/Roboto/RobotoCondensed/RobotoCondensed.woff") format("woff"), url("../fonts/Roboto/RobotoCondensed/RobotoCondensed.ttf") format("truetype");
  font-weight: 600; }

@font-face {
  font-family: 'Roboto';
  src: url("../fonts/Roboto/RobotoMedium/RobotoMedium.eot");
  src: url("../fonts/Roboto/RobotoMedium/RobotoMedium.eot?iefix") format("eot"), url("../fonts/Roboto/RobotoMedium/RobotoMedium.woff") format("woff"), url("../fonts/Roboto/RobotoMedium/RobotoMedium.ttf") format("truetype");
  font-weight: 500; }

@font-face {
  font-family: 'Roboto';
  src: url("../fonts/Roboto/RobotoRegular/RobotoRegular.eot");
  src: url("../fonts/Roboto/RobotoRegular/RobotoRegular.eot?iefix") format("eot"), url("../fonts/Roboto/RobotoRegular/RobotoRegular.woff") format("woff"), url("../fonts/Roboto/RobotoRegular/RobotoRegular.ttf") format("truetype");
  font-weight: 400; }

@font-face {
  font-family: 'Roboto';
  src: url("../fonts/Roboto/RobotoLight/RobotoLight.eot");
  src: url("../fonts/Roboto/RobotoLight/RobotoLight.eot?iefix") format("eot"), url("../fonts/Roboto/RobotoLight/RobotoLight.woff") format("woff"), url("../fonts/Roboto/RobotoLight/RobotoLight.ttf") format("truetype");
  font-weight: 300; }

/* Colors */
/* Reset */
* {
  box-sizing: border-box; }

body, html {
  background-color: #fff;
  position: relative;
  overflow-x: hidden;
  font-family: 'Roboto';
  height: 100vh;
  width: 100vw; }
  body a, html a {
    outline: none; cursor:pointer;}

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: 1170px;
  margin: 0 auto; }

/* Style for Button */
.button {
  border: 1px solid #2197db;
  border-radius: 21px;
  padding: 10px 30px;
  font-size: 15px;
  font-weight: 700;
  display: inline-block;
  text-decoration: none;
  color: #000; }

/* Home */
/* Header */
.section-home header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  height: 115px; }
  .section-home header .mobile-menu, .section-home header .wrap-hamburger {
    display: none; }
  .section-home header .wrapper-logo {
    -ms-flex: 1;
        flex: 1; }
    .section-home header .wrapper-logo a {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center;
      margin-top: 25px; }
  .section-home header .header-menu {
    -ms-flex: 2;
        flex: 2;
    margin-left: 60px; }
    .section-home header .header-menu nav ul {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: distribute;
          justify-content: space-around;
      line-height: 115px; }
      .section-home header .header-menu nav ul li a {
        text-decoration: none;
        color: #000;
        font-size: 16px;
        font-weight: 400;
        border-bottom: 0px solid #27a9f3; }
/*         .section-home header .header-menu nav ul li {
          position: relative;
        } */
        .section-home header .header-menu nav ul li ul {
          position: absolute;
          background-color: #F1F1F1;
          top: 80px;
          z-index: 9;
          display: none;
          flex-direction: column;
          min-width: 250px;
           line-height: 1.4;
        }
        .section-home header .header-menu nav ul li ul li ul {
          position: absolute;
          background-color: #E7E7E7;
          top: 0px;
          left: 100%;
          z-index: 9;
          display: none;
          flex-direction: column;
          width: 100%;
           line-height: 1.4;
        }
        .section-home header .header-menu nav ul li ul li a {
              font-size: 16px;
          font-weight: 900;
          color: #000;
                  }
        .section-home header .header-menu nav ul li ul li a:hover {
          border: none;
        }
        .section-home header .header-menu nav ul li ul li {
            padding: 15px;
            display: block;
            position: relative;
        }
        .section-home header .header-menu nav ul li ul li:after {
          display: block;
          position: absolute;
          content: '';
          width: 50%;
          height: 1px;
          bottom: 0;
          left: 50%;
          transform: translateX(-50%);
          background-color: #000;
          opacity: .5;
        }
        .section-home header .header-menu nav ul li ul li:last-child:after {
          display: none;
        }
        .section-home header .header-menu nav ul li a:hover {
          border-bottom: 2px solid #27a9f3; }
          .section-home header .header-menu nav ul li:hover ul {
            display: flex;
          } 
          .section-home header .header-menu nav ul li:hover ul li ul{
            display: none;
          } 
          .section-home header .header-menu nav ul li ul li:hover ul {
            display: flex;
          } 
  .section-home header .header-phone {
    -ms-flex: 2;
        flex: 2;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: end;
        justify-content: flex-end; }
    .section-home header .header-phone .phone-number a {
      padding: 20px 0 20px 40px;
      line-height: 115px;
      background-image: url("../img/phone.png");
      background-repeat: no-repeat;
      background-position: 5px 20px;
      text-decoration: none;
      color: #000;
      font-size: 18px;
      font-weight: 900;
      margin-right: 10px; }
    .section-home header .header-phone .call-btn a {
      margin-top: 35px;
      transition: all .25s; }
      .section-home header .header-phone .call-btn a:hover {
        background-color: #2197db;
        color: #fff; }

.section-home .main-screen {
  position: relative;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 400px;
  color: #fff; }
  .section-home .main-screen .container {
    display: -ms-flexbox;
    display: flex; }
    .section-home .main-screen .container .left-part {
      -ms-flex-preferred-size: 710px;
          flex-basis: 710px; }
      .section-home .main-screen .container .left-part .main-title {
        position: relative;
        margin-top: 145px; }
        .section-home .main-screen .container .left-part .main-title h1 {
          font-size: 60px;
          font-weight: 900; }
          .section-home .main-screen .container .left-part .main-title h1 span {
            font-size: 24px;
            display: block;
            margin-top: 20px; }
        .section-home .main-screen .container .left-part .main-title:after {
          width: 325px;
          height: 2px;
          content: '';
          background-color: #fff;
          left: 0;
          display: block;
          margin-top: 30px; }
      .section-home .main-screen .container .left-part .request {
        margin-top: 25px; }
        .section-home .main-screen .container .left-part .request h6 {
          font-size: 48px;
          font-weight: 900; }
        .section-home .main-screen .container .left-part .request p {
          color: #cecece;
          font-size: 17px;
          font-weight: 300; }
      .section-home .main-screen .container .left-part .header-form {
        margin-top: 45px;
        margin-bottom: 170px; }
        .section-home .main-screen .container .left-part .header-form input {
          border-radius: 29px;
          border: 1px solid #fefefe;
          background: none;
          color: #cecece;
          font-size: 16px;
          font-weight: 700;
          text-indent: 17px;
          padding: 20px 10px;
          margin-right: 13px;
          box-shadow: none; }
        .section-home .main-screen .container .left-part .header-form input[type="submit"] {
          margin-right: 0px;
          border: 1px solid #2197db;
          padding: 20px 78.5px;
          text-indent: unset;
          font-weight: 700;
          color: #fff;
          display: inline-block;
          background-color: #2197db;
          cursor: pointer;
          transition: background .2s ease-in-out; }
          .section-home .main-screen .container .left-part .header-form input[type="submit"]:hover {
            background-color: #0379BD;
            border: 1px solid #0379BD;
            color: #cecece; }
        .section-home .main-screen .container .left-part .header-form .rights {
          font-size: 16px;
          font-weight: 300;
          padding-left: 27px;
          padding-top: 15px; }
    .section-home .main-screen .container .right-part {
      -ms-flex-preferred-size: 460px;
          flex-basis: 460px;
      position: relative; }
      .section-home .main-screen .container .right-part .service-cards {
        margin-top: 100px;
        margin-left: 60px;
        min-height: 380px;
        margin-bottom: 39px; }
        .section-home .main-screen .container .right-part .service-cards .service-card {
          background-color: #fff;
          width: 183px;
          height: 183px;
          box-shadow: 0 3px 1px rgba(0, 0, 0, 0.2);
          border-radius: 30px;
          text-align: center;
          display: -ms-flexbox;
          display: flex;
          -ms-flex-direction: column;
              flex-direction: column;
          -ms-flex-pack: center;
              justify-content: center;
          -ms-flex-align: center;
              align-items: center;
          padding: 45px 25px;
          position: absolute; }
          .section-home .main-screen .container .right-part .service-cards .service-card:nth-child(1) {
            left: 37%;
            z-index: 2; }
          .section-home .main-screen .container .right-part .service-cards .service-card:nth-child(2) {
            left: 13%;
            top: 31%;
            z-index: 1; }
          .section-home .main-screen .container .right-part .service-cards .service-card:nth-child(3) {
            left: 60%;
            top: 39%; }
          .section-home .main-screen .container .right-part .service-cards .service-card h4 {
            margin-top: 5px;
            font-size: 16px;
            font-weight: 700;
            color: #555; }
      .section-home .main-screen .container .right-part .button {
        border-radius: 29px;
        margin: 0 auto;
        display: block;
        max-width: 230px;
        padding: 0; }
        .section-home .main-screen .container .right-part .button a {
          width: 100%;
          font-size: 16px;
          text-decoration: none;
          color: #fff;
          padding: 21px 0px;
          display: block;
          margin: 0 auto;
          max-width: 230px;
          text-align: center; }

/* Advantages */
.section-advantages {
  padding-top: 100px; }
  .section-advantages .container .advantages-cards {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .section-advantages .container .advantages-cards .advantages-card {
      padding: 55px 15px;
      max-width: 268px;
      height: 268px;
      -ms-flex-preferred-size: 25%;
          flex-basis: 25%;
      -ms-flex-item-align: center;
          align-self: center;
      background-color: #e6e6e6;
      border-radius: 30px;
      text-align: center;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: column;
          flex-direction: column;
      -ms-flex-pack: center;
          justify-content: center;
      -ms-flex-align: center;
          align-items: center;
      margin-right: 30px;
      margin-bottom: 30px; }
      .section-advantages .container .advantages-cards .advantages-card:nth-of-type(4n) {
        margin-right: 0; }
      .section-advantages .container .advantages-cards .advantages-card.section-title {
        background: none;
        padding-left: 45px; }
        .section-advantages .container .advantages-cards .advantages-card.section-title .arrow {
          margin-top: 20px;
          width: 59px;
          height: 19px;
          background-image: url("../img/arrow-right.png");
          background-repeat: no-repeat;
          background-position: center; }
        .section-advantages .container .advantages-cards .advantages-card.section-title h2 {
          text-align: left;
          line-height: 0.7;
          font-size: 48px;
          font-weight: 900; }
          .section-advantages .container .advantages-cards .advantages-card.section-title h2 span {
            font-weight: 300;
            font-size: 24px; }
      .section-advantages .container .advantages-cards .advantages-card h3 {
        margin-top: 15px;
        color: #262626;
        font-size: 17px;
        font-weight: 300; }

/* About */
.section-about {
  margin-top: 70px; }
  .section-about .container {
    display: -ms-flexbox;
    display: flex; }
    .section-about .container .part-left {
      -ms-flex: 1;
          flex: 1; }
    .section-about .container .part-right {
      -ms-flex: 1;
          flex: 1;
      text-align: right;
      color: #262626; }
      .section-about .container .part-right .img-wrap {
        display: none; }
      .section-about .container .part-right h2 {
        margin-top: 15px;
        font-size: 48px;
        font-weight: 900; }
      .section-about .container .part-right p {
        margin-top: 25px;
        font-size: 17px;
        margin-left: 55px;
        font-weight: 300; }
      .section-about .container .part-right .button {
        margin-top: 20px;
        border-radius: 29px;
        max-width: 230px;
        padding: 20px 75px;
        background-color: #2197db;
        text-align: center;
        color: #fff;
        transition: background .2s ease-in-out; }
        .section-about .container .part-right .button:hover {
          background-color: #0379BD;
          border: 1px solid #0379BD; }

/* Map | Contact */
.section-map {
  margin-top: 100px;
  margin-bottom: 100px; }
  .section-map .container {
    display: -ms-flexbox;
    display: flex; }
    .section-map .container .part-left {
      -ms-flex-preferred-size: 670px;
          flex-basis: 670px; }
      .section-map .container .part-left h2 {
        font-size: 48px;
        font-weight: 900;
        color: #262626;
        margin-bottom: 30px; }
      .section-map .container .part-left .contact {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: start;
            justify-content: flex-start;
        margin-bottom: 25px; }
        .section-map .container .part-left .contact a {
          margin-right: 50px;
          text-decoration: none;
          color: #262626;
          font-size: 17px;
          font-weight: 300;
          padding: 20px 0 20px 35px;
          background-image: url("../img/phone.png");
          background-repeat: no-repeat;
          background-position: 5px 20px;
          background-size: 20px; }
        .section-map .container .part-left .contact div:nth-child(2) a {
          background-size: 26px;
          background-image: url("../img/mail.png"); }
        .section-map .container .part-left .contact div:nth-child(3) a {
          padding: 35px 0 20px 45px;
          background-size: 33px;
          background-image: url("../img/map.png"); }
    .section-map .container .part-right {
      -ms-flex-preferred-size: 500px;
          flex-basis: 500px;
      margin-left: 40px;
      text-align: center; }
      .section-map .container .part-right h5 {
        margin-top: 70px;
        color: #000;
        font-size: 19px;
        font-weight: 700;
        margin-bottom: 40px; }
      .section-map .container .part-right form input {
        width: 315px;
        border-radius: 21px;
        border: 1px solid #000;
        color: #262626;
        font-size: 17px;
        font-weight: 300;
        padding: 10px 0 10px 14px;
        display: inline-block;
        margin: 7.5px 0;
        box-shadow: none; }
      .section-map .container .part-right form .rights {
        color: #4d4d4d;
        font-size: 13px;
        font-weight: 300; }
      .section-map .container .part-right form input[type="submit"] {
        margin-top: 32px;
        border: 1px solid #2197db;
        width: 230px;
        text-indent: unset;
        font-weight: 700;
        padding: 19px 0;
        color: #fff;
        display: inline-block;
        background-color: #2197db;
        cursor: pointer;
        transition: background .2s ease-in-out;
        border-radius: 29px; }
        .section-map .container .part-right form input[type="submit"]:hover {
          background-color: #0379BD;
          border: 1px solid #0379BD; }

/* Footer */
footer {
  height: 115px;
  background-color: #000; }
  footer .container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between; }
    footer .container .top {
      display: none; }
  footer .wrapper-logo {
    -ms-flex: 1;
        flex: 1; }
    footer .wrapper-logo a {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center;
      margin-top: 25px; }
  footer .header-menu {
    -ms-flex: 2;
        flex: 2;
    margin-left: 60px; }
    footer .header-menu nav ul {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: distribute;
          justify-content: space-around;
      line-height: 115px; }
      footer .header-menu nav ul li a {
        text-decoration: none;
        color: #fff;
        font-size: 16px;
        font-weight: 400;
        border-bottom: 0px solid #fff; }
        footer .header-menu nav ul li a:hover {
          border-bottom: 2px solid #e6e6e6; }
  footer .header-phone {
    -ms-flex: 2;
        flex: 2;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: end;
        justify-content: flex-end; }
    footer .header-phone .phone-number a {
      padding: 20px 0 20px 40px;
      line-height: 115px;
      background-image: url("../img/footer-phone.png");
      background-repeat: no-repeat;
      background-position: 5px 20px;
      text-decoration: none;
      color: #fff;
      font-size: 18px;
      font-weight: 900;
      margin-right: 10px; }
    footer .header-phone .call-btn a {
      margin-top: 35px;
      transition: all .25s;
      border: 1px solid #fff;
      color: #fff; }
      footer .header-phone .call-btn a:hover {
        background-color: #fff;
        color: #000; }

/* Overlay */
.overlay {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background-color: #000000;
  opacity: 0.7;
  z-index: 999; }

/* Application */
.application_service {
  position: fixed;
  box-shadow: 0 3px 1px rgba(0, 0, 0, 0.2);
  z-index: 9999;
  background-color: #fff;
  border-radius: 30px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 348px;
  height: 365px;
  padding: 20px 5px;
  text-align: center;
  display: none; }
  .application_service h5 {
    color: #000;
    font-size: 21px;
    font-weight: 700;
    margin-bottom: 10px; }
  .application_service form input {
    width: 284px;
    border-radius: 21px;
    border: 1px solid #000;
    color: #262626;
    font-size: 17px;
    font-weight: 300;
    padding: 13px 0 13px 14px;
    display: inline-block;
    margin: 7.5px 0;
    box-shadow: none; }
  .application_service form .rights {
    color: #4d4d4d;
    font-size: 13px;
    font-weight: 300; }
  .application_service form input[type="submit"] {
    margin-top: 15px;
    border: 1px solid #2197db;
    width: 284px;
    border-radius: 24px;
    text-indent: unset;
    font-weight: 700;
    padding: 12px 0;
    color: #fff;
    display: inline-block;
    background-color: #2197db;
    cursor: pointer;
    transition: background .2s ease-in-out; }
    .application_service form input[type="submit"]:hover {
      background-color: #0379BD;
      border: 1px solid #0379BD; }
.application {
  position: fixed;
  box-shadow: 0 3px 1px rgba(0, 0, 0, 0.2);
  z-index: 9999;
  background-color: #fff;
  border-radius: 30px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 348px;
  height: 365px;
  padding: 20px 5px;
  text-align: center;
  display: none; }
  .application h5 {
    color: #000;
    font-size: 21px;
    font-weight: 700;
    margin-bottom: 10px; }
  .application form input {
    width: 284px;
    border-radius: 21px;
    border: 1px solid #000;
    color: #262626;
    font-size: 17px;
    font-weight: 300;
    padding: 13px 0 13px 14px;
    display: inline-block;
    margin: 7.5px 0;
    box-shadow: none; }
  .application form .rights {
    color: #4d4d4d;
    font-size: 13px;
    font-weight: 300; }
  .application form input[type="submit"] {
    margin-top: 15px;
    border: 1px solid #2197db;
    width: 284px;
    border-radius: 24px;
    text-indent: unset;
    font-weight: 700;
    padding: 12px 0;
    color: #fff;
    display: inline-block;
    background-color: #2197db;
    cursor: pointer;
    transition: background .2s ease-in-out; }
    .application form input[type="submit"]:hover {
      background-color: #0379BD;
      border: 1px solid #0379BD; }
  form input.formname {
    display: none !important; }

.thanks {
  display: none;
  position: fixed;
  box-shadow: 0 3px 1px rgba(0, 0, 0, 0.2);
  z-index: 9999;
  background-color: #fff;
  border-radius: 30px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 304px;
  padding: 20px 5px;
  text-align: center; }
  .thanks h3 {
    color: #000;
    font-size: 21px;
    font-weight: 700;
    margin-bottom: 10px; }
  .thanks .button {
    width: 143px;
    background-color: #2197db;
    padding: 17px 30px;
    cursor: pointer;
    color: #fff;
    border-radius: 23px;
    margin-top: 25px; }

/* Map */
#map {
  height: 240px;
  width: 100%; }

/* Breadcrumb */
.breadcrumbs {
  margin-top: 45px; }
  .breadcrumbs ul {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .breadcrumbs ul li a {
      color: #000;
      font-size: 16px;
      text-decoration: none;
      font-weight: 700; }
      .breadcrumbs ul li a.current:before {
        margin-left: 5px;
        margin-right: 5px;
        content: ' /'; }

/* About Page */
section.about-company {
  margin-bottom: 100px; }
  section.about-company h1 {
    color: #262626;
    font-size: 48px;
    font-weight: 900;
    margin-top: 80px;
    text-align: center;
    margin-bottom: 100px; }
  section.about-company .container ul {
    display: -ms-flexbox;
    display: flex;
    padding: 0 65px;
    margin-bottom: 80px; }
    section.about-company .container ul li {
      width: 33.33%; }
      section.about-company .container ul li strong {
        display: block;
        font-weight: 700;
        font-size: 24px; }
      section.about-company .container ul li span {
        color: #29a6ee;
        font-size: 60px;
        font-weight: 700; }
      section.about-company .container ul li p {
        font-size: 24px;
        font-weight: 300; }
  section.about-company .container .description {
    display: -ms-flexbox;
    display: flex; }
    section.about-company .container .description .part-left {
      -ms-flex: 1;
          flex: 1;
      margin-top: 54px; }
      section.about-company .container .description .part-left p {
        font-size: 17px;
        color: #262626;
        font-weight: 300;
        padding-right: 50px; }
      section.about-company .container .description .part-left a.button {
        margin-top: 25px;
        width: 230px;
        padding: 20px 0;
        border-radius: 29px;
        background-color: #2197db;
        font-size: 16px;
        color: #fff;
        text-align: center; }
    section.about-company .container .description .part-right {
      -ms-flex: 1;
          flex: 1; }

/* Contact Page */
section.contacts {
  margin-top: 55px;
  margin-bottom: 100px; }
  section.contacts .container {
    display: -ms-flexbox;
    display: flex; }
    section.contacts .container .part-left {
      -ms-flex: 1;
          flex: 1; }
      section.contacts .container .part-left h1 {
        color: #262626;
        font-size: 48px;
        font-weight: 700;
        margin-bottom: 45px; }
      section.contacts .container .part-left .contact-information {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
        section.contacts .container .part-left .contact-information .contact-item {
          width: 100%;
          margin: 6px 0; }
          section.contacts .container .part-left .contact-information .contact-item a {
            display: block;
            text-decoration: none;
            color: #262626;
            font-size: 17px;
            font-weight: 300;
            padding: 7px 0 7px 35px;
            background-image: url("../img/phone.png");
            background-repeat: no-repeat;
            background-position: 5px 7px;
            background-size: 23px; }
          section.contacts .container .part-left .contact-information .contact-item.emails a {
            background-image: url("../img/mail.png"); }
          section.contacts .container .part-left .contact-information .contact-item.addresses a {
            background-image: url("../img/map.png"); }
        section.contacts .container .part-left .contact-information a.button {
          margin-top: 25px;
          width: 230px;
          padding: 20px 0;
          border-radius: 29px;
          background-color: #2197db;
          font-size: 16px;
          color: #fff;
          text-align: center; }
    section.contacts .container .part-right {
      -ms-flex: 2;
          flex: 2; }
      section.contacts .container .part-right h1 {
        display: none; }
      section.contacts .container .part-right #map2 {
        max-width: 800px;
        height: 465px; }

/* Service Page */
section.services .container .service-items {
  margin-top: 55px;
  margin-bottom: 70px; }
  section.services .container .service-items ul {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    section.services .container .service-items ul li {
      max-width: 390px;
      -ms-flex-preferred-size: 33.33%;
          flex-basis: 33.33%;
      margin: 10px 10px 10px 0px; }
      section.services .container .service-items ul li:nth-child(3n) {
        max-width: 325px;
        margin-right: 0; }
        section.services .container .service-items ul li:nth-child(3n) a {
          min-width: 100%; }
      section.services .container .service-items ul li a {
        display: block;
        text-align: center;
        min-width: 100%;
        background-color: #dadada;
        border-radius: 27px;
        color: #262626;
        font-size: 18px;
        font-weight: 700;
        text-decoration: none;
        padding: 15px 5px; }

section.services .container .service-information {
  opacity: 1;
  margin-top: 60px;
  display: -ms-flexbox;
    display: flex;
  margin-bottom: 100px;
  transition: all .5s ease-in-out; }
  section.services .container .service-information .part-left {
    -ms-flex: 1;
        flex: 1; }
    section.services .container .service-information .part-left h1 {
      padding-right: 200px;
      font-size: 48px;
      font-weight: 900;
      line-height: 57px;
      margin-bottom: 25px;
      color: #262626; }
    section.services .container .service-information .part-left p {
      font-size: 17px;
      font-weight: 300;
      color: #262626;
      padding-right: 100px; }
    section.services .container .service-information .part-left .img-wrap {
      display: none; }
    section.services .container .service-information .part-left h2 {
      margin-bottom: 30px;
      margin-top: 50px;
      font-size: 24px;
      color: #262626;
      font-weight: 700; }
    section.services .container .service-information .part-left .add-services {
      margin-bottom: 45px; }
      section.services .container .service-information .part-left .add-services li {
        font-size: 18px;
        font-weight: 300;
        padding: 18px 0 18px 55px;
        background-image: url("../img/check.png");
        background-repeat: no-repeat;
        background-position: 5px 7px;
        background-size: 41px; }
    section.services .container .service-information .part-left .prices h3 {
      font-size: 24px;
      font-weight: 900;
      margin-bottom: 20px; }
    section.services .container .service-information .part-left .prices p {
      font-size: 22px;
      margin: 8px 0; }
    section.services .container .service-information .part-left a.button {
      margin-top: 15px;
      width: 230px;
      padding: 20px 0;
      border-radius: 29px;
      background-color: #2197db;
      font-size: 16px;
      color: #fff;
      text-align: center; }
  section.services .container .service-information .part-right {
    -ms-flex: 1;
        flex: 1; }

input[type="number"] { 
  -moz-appearance: textfield;
}

input[type="number"]::-webkit-inner-spin-button { 
  display: none;
}

input, a {
  outline: none;
}