html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

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

a {
  text-decoration: none; }

/***********************MEDIA QUERIES***********************/
/***********************COLORS & FONTS***********************/
@font-face {
  font-family: "OpenSans";
  src: url("../fonts/Open_Sans/OpenSans-Regular.ttf"); }

@font-face {
  font-family: "OpenSans-SemiBold";
  src: url("../fonts/Open_Sans/OpenSans-SemiBold.ttf"); }

@font-face {
  font-family: "Lora";
  src: url("../fonts/Lora/Lora-Regular.ttf"); }

@font-face {
  font-family: "Mate";
  src: url("../fonts/Mate/Mate-Regular.ttf"); }

@font-face {
  font-family: "FontAwesome";
  src: url("../fonts/Awesome/fontawesome-webfont.ttf"); }

body {
  font-family: "OpenSans", sans-serif;
  color: #212121;
  font-size: 18px; }

.page__wrap {
  overflow: hidden; }

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

.container {
  width: 1168px;
  margin: 0 auto; }

h1, h2, h3, h4 {
  font-family: "Lora", sans-serif; }

img {
  max-width: 100%; }

.content__title {
  font-size: 24px; }

.btn {
  display: block;
  width: 210px;
  -webkit-border-radius: 6px;
          border-radius: 6px;
  background-color: #f78f00;
  color: #fff;
  text-align: center;
  padding: 18px 0 20px;
  font-family: "OpenSans-SemiBold", sans-serif;
  letter-spacing: -0.53px;
  -webkit-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  transition: all .3s ease-out; }
  .btn:hover {
    background-color: #e38300; }
  .btn:active {
    -webkit-transform: scale(0.99);
        -ms-transform: scale(0.99);
            transform: scale(0.99); }

.ic {
  background: no-repeat 50% 50%; }
  .ic--checklist {
    background-image: url("../img/icon/checklist.svg"); }
  .ic--photo {
    background-image: url("../img/icon/photo.svg"); }
  .ic--file {
    background-image: url("../img/icon/file.svg"); }

.humburger {
  display: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  z-index: 7;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 20px;
  background: transparent;
  cursor: pointer;
  text-align: center; }
  .humburger__wrap {
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out; }
    .humburger__wrap.active .humburger__line--1 {
      -webkit-transform: translateY(7px) rotate(45deg);
          -ms-transform: translateY(7px) rotate(45deg);
              transform: translateY(7px) rotate(45deg); }
    .humburger__wrap.active .humburger__line--2 {
      opacity: 0; }
    .humburger__wrap.active .humburger__line--3 {
      -webkit-transform: translateY(-7px) rotate(-45deg);
          -ms-transform: translateY(-7px) rotate(-45deg);
              transform: translateY(-7px) rotate(-45deg); }
  .humburger__line {
    width: 25px;
    height: 2px;
    background-color: #fff;
    display: block;
    margin: 5px auto;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    -webkit-transform: translateZ(0);
            transform: translateZ(0); }

@media (min-width: 992px) and (max-width: 1199px) {
  .page .container {
    max-width: 970px; } }

@media (min-width: 768px) and (max-width: 991px) {
  .page .container {
    max-width: 750px; }
  .page .header {
    margin-bottom: 30px; }
  .page .top {
    padding: 0px 0 50px; }
    .page .top:after {
      height: 80px;
      -webkit-background-size: 80px 80px;
              background-size: 80px; }
    .page .top__wrap {
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap; }
    .page .top__img-wrap {
      -webkit-box-ordinal-group: 2;
      -webkit-order: 1;
          -ms-flex-order: 1;
              order: 1;
      width: 100%;
      text-align: center;
      margin-bottom: 35px; }
    .page .top__img {
      width: 242px; }
    .page .top__body {
      padding: 0;
      width: 100%;
      padding: 0 30px;
      text-align: center;
      -webkit-box-ordinal-group: 3;
      -webkit-order: 2;
          -ms-flex-order: 2;
              order: 2; }
      .page .top__body .btn {
        margin: 0 auto; }
    .page .top__title {
      font-size: 30px;
      line-height: 40px; }
  .page .about {
    padding: 50px 0; }
    .page .about__title {
      margin-bottom: 40px; }
    .page .about__img {
      width: 127px;
      height: 222px;
      margin-bottom: 30px; }
    .page .about__text {
      line-height: 24px;
      letter-spacing: -0.35px; }
  .page .portfolio {
    padding: 50px 0 60px; }
    .page .portfolio__title {
      margin-bottom: 30px; }
    .page .portfolio__grid {
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      margin-bottom: 25px; }
      .page .portfolio__grid .item {
        width: 100%;
        height: 312px;
        max-width: 285px;
        margin-bottom: 15px;
        padding: 20px 30px 60px; }
      .page .portfolio__grid .item__pub {
	    bottom: 20px; }
  .page .contact__form {
    max-width: 460px; }
  .page .footer .logo {
    margin-top: 5px; }
  .page .footer .menu-item {
    display: block; }
    .page .footer .menu-item + .menu-item {
      margin: 15px 0 0; } }

@media (max-width: 767px) {
  .page {
    font-size: 16px; }
    .page .container {
      width: 100%;
      padding: 0 15px; }
    .page .content__title {
      font-size: 20px; }
    .page .logo__img {
      width: 105px; }
    .page .header {
      margin-bottom: 30px;
      position: relative; }
      .page .header__wrap {
        border-bottom: none; }
      .page .header__nav {
        position: absolute;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
            -ms-flex-pack: center;
                justify-content: center;
        left: 0;
        right: 0;
        bottom: 100%;
        background-color: #005365;
        -webkit-transition: all .3s ease-out;
        -o-transition: all .3s ease-out;
        transition: all .3s ease-out; }
        .page .header__nav.active {
          position: fixed;
          top: 0;
          bottom: 0; }
        .page .header__nav .menu {
          text-align: center; }
          .page .header__nav .menu-item {
            display: block; }
            .page .header__nav .menu-item + .menu-item {
              margin: 45px 0 0px; }
          .page .header__nav .menu-item a {
            font-family: "Lora", sans-serif;
            font-size: 18px; }
            .page .header__nav .menu-item a:hover {
              color: #f78f00; }
    .page .top {
      padding: 0px 0 50px; }
      .page .top:after {
        height: 80px;
        -webkit-background-size: 80px 80px;
                background-size: 80px; }
      .page .top__wrap {
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap; }
      .page .top__img-wrap {
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
            -ms-flex-order: 1;
                order: 1;
        width: 100%;
        text-align: center;
        margin-bottom: 35px; }
      .page .top__img {
        width: 172px;
        height: 178px; }
      .page .top__body {
        padding: 0;
        width: 100%;
        padding: 0 30px;
        text-align: center;
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
            -ms-flex-order: 2;
                order: 2; }
        .page .top__body .btn {
          margin: 0 auto; }
      .page .top__title {
        font-size: 24px;
        line-height: 36px; }
    .page .services {
      padding: 70px 0 5px; }
      .page .services__grid {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
            -ms-flex-pack: center;
                justify-content: center; }
        .page .services__grid .item {
          width: 100%;
          max-width: 180px;
          margin-bottom: 50px; }
          .page .services__grid .item .ic {
            width: 77px;
            height: 77px;
            margin-bottom: 15px; }
          .page .services__grid .item__text {
            width: 100px;
            margin: 0 auto; }
    .page .about {
      padding: 50px 0; }
      .page .about__title {
        margin-bottom: 40px; }
      .page .about__img {
        width: 127px;
        height: 222px;
        margin-bottom: 30px; }
      .page .about__text {
        line-height: 24px;
        letter-spacing: -0.35px; }
    .page .portfolio {
      padding: 50px 0 60px; }
      .page .portfolio__title {
        margin-bottom: 30px; }
      .page .portfolio__grid {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
            -ms-flex-pack: center;
                justify-content: center;
        margin-bottom: 25px; }
        .page .portfolio__grid .item {
          width: 100%;
          height: 312px;
          max-width: 285px;
          margin-bottom: 15px;
          padding: 20px 30px 60px; }
        .page .portfolio__grid .item__pub {
	      bottom: 20px; }
    .page .review {
      padding: 50px 0 130px; }
      .page .review:before, .page .review:after {
        height: 80px;
        -webkit-background-size: 80px 80px;
                background-size: 80px; }
      .page .review__title {
        margin-bottom: 40px; }
      .page .review__slider .item__img {
        margin-bottom: 30px; }
      .page .review__slider .item__name {
        margin-bottom: 15px; }
      .page .review__slider .item__status {
        margin-bottom: 40px; }
      .page .review__slider .item__text {
        font-size: 16px;
        line-height: 24px; }
    .page .contact {
      padding: 70px 0 65px; }
      .page .contact__title {
        margin-bottom: 45px; }
      .page .contact__form {
        max-width: 420px; }
        .page .contact__form .form__textarea {
          margin-bottom: 40px; }
        .page .contact__form .form__btn {
          margin: 0 auto; }
        .page .contact__form .form__filelabel {
          right: 25px;
          bottom: 115px; }
    .page .form__label {
      font-size: 16px;
      letter-spacing: -0.35px;
      margin-bottom: 10px; }
    .page .form__input {
      height: 48px;
      -webkit-border-radius: 4px;
              border-radius: 4px;
      font-size: 18px; }
    .page .form__textarea {
      min-height: 224px; }
    .page .form__btn {
      position: static;
      font-size: 18px;
      color: #fff;
      background: #27a869;
      width: 160px;
      height: 56px;
      -webkit-border-radius: 6px;
              border-radius: 6px; }
    .page .footer:before {
      height: 80px;
      -webkit-background-size: 80px 80px;
              background-size: 80px; }
    .page .footer__copyright {
      background-color: #02404e;
      border-top: 0;
      font-size: 10px; }
    .page .footer__body {
      padding-left: 15px;
      padding-right: 15px;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center; }
      .page .footer__body .item {
        display: none; }
        .page .footer__body .item:last-child {
          display: block; }
    .page .footer .container {
      padding: 0; }
    .page .humburger {
      display: block; } }

.header__wrap {
  border-bottom: 2px solid rgba(255, 255, 255, 0.3);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 30px 0; }

.menu-item {
  display: inline-block; }
  .menu-item + .menu-item {
    margin-left: 35px; }

.menu-item a {
  color: #fff;
  letter-spacing: -0.53px;
  -webkit-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  transition: all .3s ease-out; }
  .menu-item a:hover {
    opacity: .8; }

.top {
  background-color: #005365;
  min-height: 100vh;
  position: relative; }
  .top > .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    min-height: -webkit-calc(100vh - 115px);
    min-height: calc(100vh - 115px); }
  .top__wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
  .top__body {
    width: 60%;
    padding-left: 100px; }
  .top__title {
    color: #ffffff;
    font-size: 40px;
    line-height: 60px;
    letter-spacing: -0.88px;
    margin-bottom: 45px; }
  .top:after {
    content: '';
    display: block;
    width: 100%;
    height: 84px;
    background: url("../img/circle-blue.png");
    position: absolute;
    bottom: -22px;
    z-index: -1; }

.services {
  text-align: center;
  padding: 100px 0 75px;
  border-bottom: 1px solid #f5f5f5; }
  .services__title {
    margin-bottom: 70px; }
  .services__grid {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
    .services__grid .item {
      width: 33.33%; }
      .services__grid .item .ic {
        display: block;
        width: 96px;
        height: 96px;
        margin: 0 auto 30px; }

.about {
  padding: 75px 0 70px;
  border-bottom: 1px solid #f5f5f5;
  text-align: center; }
  .about__title {
    margin-bottom: 55px; }
  .about__img {
    margin-bottom: 45px; }
  .about__text {
    line-height: 27px;
    letter-spacing: -0.4px; }

.portfolio {
  text-align: center;
  padding: 70px 0 85px; }
  .portfolio__title {
    margin-bottom: 70px; }
  .portfolio__grid {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    margin: 0 -1.5% 40px; }
    .portfolio__grid .item {
      display: block;
      width: 30.33%;
      padding: 0 50px;
      margin-bottom: 30px;
      height: 386px;
      padding-top: 32px;
      padding-bottom: 90px;
      position: relative;
      overflow: hidden;
      border: 1px solid #f0f0f0;
      border-radius: 6px;
      margin: 0 1.5% 30px; }
      .portfolio__grid .item__img {
        display: block;
        margin: 0 auto;
        height: auto;
        max-height: 100%; }
      .portfolio__grid .item__pub {
	    position: absolute;
	    bottom: 35px;
	    left: 0;
	    width: 100%;
	    text-align: center;
	    color: #212121; }
      .portfolio__grid .item__pub span {
	    font-weight: 600; }
  .portfolio .btn {
    margin: 0 auto; }

.review {
  background-color: #f5f5f5;
  padding: 65px 0 130px;
  position: relative;
  text-align: center; }
  .review__title {
    margin-bottom: 45px; }
  .review:before {
    content: '';
    display: block;
    width: 100%;
    height: 84px;
    background: url("../img/circle-gray.png");
    position: absolute;
    top: -22px;
    z-index: -1; }
  .review:after {
    content: '';
    display: block;
    width: 100%;
    height: 84px;
    background: url("../img/circle-gray.png");
    position: absolute;
    bottom: -22px;
    z-index: -1; }
  .review__slider .item {
    text-align: center; }
    .review__slider .item__img {
      background: #ccc no-repeat 50% 50% / cover;
      -webkit-border-radius: 50%;
              border-radius: 50%;
      width: 130px;
      height: 130px;
      margin: 0 auto 30px; }
    .review__slider .item__name {
      font-size: 24px;
      margin-bottom: 15px; }
    .review__slider .item__status {
      font-size: 16px;
      color: #262b2e;
      margin-bottom: 50px;
      font-style: italic; }
    .review__slider .item__text {
      line-height: 36px;
      color: #000;
      font-size: 18px; }
  .review__slider .owl-dots {
    position: absolute;
    bottom: -50px;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(100%);
        -ms-transform: translateX(-50%) translateY(100%);
            transform: translateX(-50%) translateY(100%);
    margin: 0 -8px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
    .review__slider .owl-dots .owl-dot {
      width: 14px;
      height: 14px;
      background-color: #005365;
      opacity: 0.5;
      -webkit-border-radius: 50%;
              border-radius: 50%;
      -webkit-transition: background .3s ease-out;
      -o-transition: background .3s ease-out;
      transition: background .3s ease-out;
      margin: 8px; }
      .review__slider .owl-dots .owl-dot.active {
        width: 18px;
        height: 18px;
        opacity: 1;
        background-color: #005365; }

.customers {
  text-align: center;
  padding: 60px 0;
  background-color: #f5f5f5;
  position: relative;
  z-index: 5; }
.customers:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 84px;
  top: -22px;
  left: 0;
  background: url('../img/combined-shape.svg') repeat-x center center; } 
.customers:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 84px;
  bottom: -22px;
  left: 0;
  background: url('../img/combined-shape.svg') repeat-x center center; } 
.customers__title {
  margin-bottom: 20px; }

.customers__container .item {
  display: inline-block;
  padding: 30px;
  vertical-align: middle; }

.contact {
  padding: 80px 0 95px;
  text-align: center; }
  .contact__title {
    margin-bottom: 55px; }
  .contact__form {
    max-width: 565px;
    margin: 0 auto; }

.form__field {
  margin-bottom: 25px;
  position: relative; }
  .form__field:last-child {
    margin-bottom: 0; }

.form__label {
  letter-spacing: -0.53px;
  margin-bottom: 20px;
  text-align: left;
  display: block; }

.form__filelabel {
  display: block;
  position: absolute;
  right: 95px;
  bottom: 27px;
  cursor: pointer;
  width: 19px;
  height: 38px;
  background: url("../img/icon/attach.png") no-repeat 50% 50%/cover;
  -webkit-transition: all .25s ease-out;
  -o-transition: all .25s ease-out;
  transition: all .25s ease-out; }
  .form__filelabel:hover {
    -webkit-transform: rotate(20deg);
        -ms-transform: rotate(20deg);
            transform: rotate(20deg); }

.form__input {
  width: 100%;
  height: 56px;
  -webkit-border-radius: 4px;
          border-radius: 4px;
  border: 1px solid #979797;
  font-size: 24px;
  padding: 0 20px; }
  .form__input[type="file"] {
    display: none; }

.form__textarea {
  width: 100%;
  min-height: 190px;
  -webkit-border-radius: 4px;
          border-radius: 4px;
  border: 1px solid #979797;
  font-size: 24px;
  padding: 10px 20px;
  resize: vertical; }

.form__btn {
  position: absolute;
  bottom: 24px;
  right: 24px;
  width: 45px;
  height: 45px;
  display: block;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  background: url("../img/send.svg") no-repeat 50% 50%/cover;
  border: none;
  outline: none !important;
  cursor: pointer;
  -webkit-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  transition: all .3s ease-out;
  font-size: 0; }
  .form__btn:hover {
    opacity: .9; }

.footer {
  background-color: #005365;
  color: #fff;
  position: relative; }
  .footer:before {
    content: '';
    display: block;
    width: 100%;
    height: 84px;
    background: url("../img/circle-blue.png");
    position: absolute;
    top: -22px;
    z-index: -1; }
  .footer__body {
    padding: 50px 0 30px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  .footer__copyright {
    text-align: center;
    font-size: 14px;
    letter-spacing: -0.35px;
    padding: 28px 0 24px;
    border-top: 2px solid rgba(255, 255, 255, 0.3); }
  .footer .menu {
    padding-top: 12px; }

.contacts {
  padding-top: 15px; }
  .contacts__item {
    display: block;
    color: #fff;
    letter-spacing: -0.4px;
    margin-bottom: 22px; }
  .contacts__icon {
    width: 25px;
    display: inline-block;
    margin-right: 25px; }

.page .modal {
  max-width: 570px;
  margin: 0 auto;
  padding: 30px 20px 40px;
  text-align: center;
  -webkit-border-radius: 6px;
          border-radius: 6px;
  width: 100%; }
  .page .modal__img {
    margin: 0 auto;
    margin-bottom: 25px; }
  .page .modal .btn {
    margin: 0 auto;
    cursor: pointer; }
    .page .modal .btn--green {
      background-color: #35c28c; }
      .page .modal .btn--green:hover {
        background-color: #31b280; }
  .page .modal__text {
    font-family: "Lora";
    font-size: 22px;
    margin-bottom: 25px; }
  .page .modal__desc {
    line-height: 1.4;
    margin-bottom: 35px; }
    
.footer .menu .contact {
  display: none; }
