@import url("https://fonts.googleapis.com/css?family=Lato:300,400,700&subset=latin-ext");
@-ms-viewport {
  width: device-width; }

@viewport {
  width: device-width; }

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;
  outline: none;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

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

html {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

*, *:before, *:after {
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit; }

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; }

input,
textarea,
button {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  border-radius: 0;
  outline: none; }

input[type="radio"] {
  -webkit-appearance: radio; }

input[type="checkbox"] {
  -webkit-appearance: checkbox; }

.outline {
  position: absolute;
  clip: rect(0px 0px 0px 0px);
  *clip: rect 0 0 0 0; }

mark {
  background: none;
  color: inherit; }

body {
  font: 400 15px/1 "Lato", Arial, sans-serif;
  color: #6b6b6b; }

strong {
  font-weight: 700; }

a:hover, a:focus {
  text-decoration: none; }

.wrapper {
  font-size: 15px;
  line-height: 25x; }
  .wrapper p, .wrapper ul, .wrapper table, .wrapper blockquote {
    margin-bottom: 30px; }
    .wrapper p:last-child, .wrapper ul:last-child, .wrapper table:last-child, .wrapper blockquote:last-child {
      margin-bottom: 0; }
  .wrapper img {
    display: block;
    max-width: 100%; }

.btn {
  text-align: center;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }
  .btn:hover, .btn:focus, .btn:active {
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none; }

.btn.btn-primary {
  padding: 9px 28px 10px 28px;
  border: 0;
  background: #00adef;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase; }
  .btn.btn-primary:active, .btn.btn-primary:focus, .btn.btn-primary:hover {
    color: #fff;
    background: #23c2ff; }

.btn.btn-white {
  padding: 9px 28px 10px 28px;
  border: 0;
  background: #fff;
  color: #666666;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase; }
  .btn.btn-white:active, .btn.btn-white:focus, .btn.btn-white:hover {
    color: #666666;
    background: #e6f7fd; }

.button--full-width {
  display: block;
  width: 100%; }

.custom-form label {
  margin-bottom: 10px;
  color: #808080;
  font-size: 14px;
  font-weight: 700; }

.custom-form .form-control {
  height: auto;
  margin-bottom: 11px;
  padding: 16px 19px;
  background: #f7f7f7;
  border: 1px solid #cccccc;
  color: #1e1e1e;
  font-size: 21px;
  line-height: 20px;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px; }
  .custom-form .form-control:hover {
    border: 1px solid #d9d9d9;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none; }
  .custom-form .form-control:focus {
    background: #fff;
    border: 1px solid #00adef;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none; }
  .custom-form .form-control--range {
    color: #3b3b3b;
    font-size: 18px; }

.custom-form textarea {
  resize: none; }

.help-block {
  font-size: 12px; }

.has-error.has-danger .form-control {
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  border: 1px solid #ce352c; }

html {
  height: 100%;
  min-width: 320px; }

body {
  height: 100%;
  width: 100%;
  max-height: 100%;
  margin: 0;
  overflow-x: hidden;
  background: #ffffff; }

.inside {
  min-width: 320px;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px; }

.btn-box {
  font-size: 0; }
  .btn-box .btn {
    margin-right: 5px;
    margin-left: 5px; }

.row-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

.content-heading {
  margin-top: 66px;
  margin-bottom: 58px;
  color: #00adef;
  font-size: 60px;
  font-weight: 300;
  text-align: center;
  text-transform: uppercase; }
  .content-heading--small {
    margin-top: 63px;
    margin-bottom: 48px;
    font-size: 48px;
    font-weight: 400; }
  .content-heading__subtitle {
    display: block;
    margin-top: -2px;
    color: #6b6b6b;
    font-size: 48px;
    font-weight: 300; }
  .content-heading__subsection {
    max-width: 796px;
    display: block;
    margin: 28px auto 0 auto;
    color: #6b6b6b;
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    text-transform: none; }

.subpage-title {
  padding: 88px 0 92px 0;
  background: url(../img/subpage-header__bg.jpg) no-repeat center;
  background-size: cover;
  text-align: center; }
  .subpage-title__text {
    color: #fff;
    font-size: 48px;
    font-weight: 400; }

.alignright {
  float: right;
  margin: 0 0 0.5em 1em; }

.alignleft {
  float: left;
  margin: 0 1em 0.5em 0; }

.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.vcenter {
  width: 100%;
  height: 100%;
  display: table; }
  .vcenter-box {
    display: table-cell;
    vertical-align: middle; }

body:after {
  content: url(../img/close.svg) url(../img/loading.gif) url(../img/prev.svg) url(../img/next.svg);
  display: none; }

body.lb-disable-scrolling {
  overflow: hidden; }

.lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: black;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  display: none; }

.lightbox {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 10000;
  text-align: center;
  line-height: 0;
  font-weight: normal; }

.lightbox .lb-image {
  display: block;
  height: auto;
  max-width: inherit;
  border-radius: 3px; }

.lightbox a img {
  border: none; }

.lb-outerContainer {
  position: relative;
  background-color: white;
  *zoom: 1;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  border-radius: 4px; }

.lb-outerContainer:after {
  content: "";
  display: table;
  clear: both; }

.lb-container {
  padding: 4px; }

.lb-loader {
  position: absolute;
  top: 43%;
  left: 0;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0; }

.lb-cancel {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  background: url(../img/loading.gif) no-repeat; }

.lb-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10; }

.lb-container > .nav {
  left: 0; }

.lb-nav a {
  outline: none;
  background-image: url("data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw=="); }

.lb-prev, .lb-next {
  height: 100%;
  cursor: pointer;
  display: block; }

.lb-nav a.lb-prev {
  width: 34%;
  left: 0;
  float: left;
  background: url(../img/prev.svg) left 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s; }

.lb-nav a.lb-prev:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1; }

.lb-nav a.lb-next {
  width: 64%;
  right: 0;
  float: right;
  background: url(../img/next.svg) right 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s; }

.lb-nav a.lb-next:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1; }

.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  *zoom: 1;
  width: 100%;
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px; }

.lb-dataContainer:after {
  content: "";
  display: table;
  clear: both; }

.lb-data {
  padding: 0 4px;
  color: #ccc; }

.lb-data .lb-details {
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.1em; }

.lb-data .lb-caption {
  font-size: 13px;
  font-weight: bold;
  line-height: 1em; }

.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 12px;
  color: #999999; }

.lb-data .lb-close {
  display: block;
  float: right;
  width: 30px;
  height: 30px;
  background: url(../img/close.svg) top right no-repeat;
  text-align: right;
  outline: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s; }

.lb-data .lb-close:hover {
  cursor: pointer;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1; }

.header {
  min-height: 85px;
  height: 85px;
  width: 100%;
  min-width: 320px;
  background-color: #fff; }
  .header .inside {
    position: relative; }
  .header .logo {
    float: left; }
  .header__logo {
    display: block;
    width: 100%;
    height: 85px;
    padding: 15px 0 0 74px;
    background: url(../img/logo.svg) 0 13px no-repeat;
    background-size: 62px 62px;
    color: #000;
    font-size: 34px;
    font-weight: 700;
    text-transform: uppercase; }
    .header__logo:hover {
      color: #000; }
    .header__logo span {
      display: block;
      margin-bottom: 1px;
      font-size: 21px;
      font-weight: 300; }
  .header .navbar-toggle {
    position: absolute;
    top: -68px;
    right: 15px; }

.navbar-nav > li {
  padding: 0;
  margin-left: 22px; }
  .navbar-nav > li > .nav__link {
    padding: 2px 0 0 0;
    color: #727272;
    font-size: 18px;
    line-height: 83px; }
    .navbar-nav > li > .nav__link:hover, .navbar-nav > li > .nav__link:focus, .navbar-nav > li > .nav__link:active {
      background: none;
      color: #00adef; }
  .navbar-nav > li.navbar-item--first {
    margin-left: 0; }

.navbar-toggle {
  height: 68px;
  width: 29px;
  display: block;
  position: relative;
  margin: 0;
  padding: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
  opacity: 0.7; }
  .navbar-toggle:hover, .navbar-toggle:focus {
    opacity: 1; }
  .navbar-toggle .icon-bar {
    display: block;
    position: absolute;
    height: 4px;
    width: 100%;
    background: #00adef;
    border-radius: 9px;
    opacity: 1;
    left: 0;
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out; }
  .navbar-toggle.collapsed .icon-bar {
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg); }
  .navbar-toggle .icon-bar:nth-child(1) {
    top: 31px;
    -moz-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg); }
  .navbar-toggle .icon-bar:nth-child(2) {
    top: 27px;
    opacity: 0;
    left: -30px; }
  .navbar-toggle .icon-bar:nth-child(3) {
    top: 27px;
    -moz-transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    transform: rotate(-135deg); }
  .navbar-toggle.collapsed .icon-bar {
    background: #ccc; }
  .navbar-toggle.collapsed .icon-bar:nth-child(1) {
    top: 23px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg); }
  .navbar-toggle.collapsed .icon-bar:nth-child(2) {
    opacity: 1;
    left: 0; }
  .navbar-toggle.collapsed .icon-bar:nth-child(3) {
    top: 35px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg); }

.page-title {
  margin-bottom: 60px;
  text-align: center; }
  .page-title span {
    display: inline-block;
    padding-bottom: 20px; }
    .page-title span:before, .page-title span:after {
      content: "\00a0"; }

.content {
  padding: 60px 0; }

a {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }

.site-footer {
  padding: 24px 0;
  background-color: #fff;
  color: #757575;
  font-size: 14px;
  -webkit-box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.05); }

.footer-menu {
  float: right; }
  .footer-menu__item {
    float: left;
    margin-left: 18px; }
    .footer-menu__item--first {
      margin-left: 0; }
  .footer-menu .footer-menu__link {
    color: #757575;
    text-transform: uppercase; }
    .footer-menu .footer-menu__link:hover, .footer-menu .footer-menu__link:active, .footer-menu .footer-menu__link:focus {
      color: #00adef; }

.big-photo {
  padding: 0;
  background: url(../img/homepage__bg.jpg) no-repeat center;
  background-size: cover;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }
  .big-photo .inside {
    height: 100%; }
  .big-photo__box {
    height: 618px;
    width: 618px;
    display: block;
    position: relative;
    margin: 0 auto;
    padding: 50px 50px;
    background: rgba(0, 173, 239, 0.75);
    color: #fff;
    font-size: 71px;
    font-weight: 700;
    line-height: 85px;
    text-align: center;
    -webkit-border-radius: 619px;
    -moz-border-radius: 619px;
    border-radius: 619px; }
  .big-photo__scroller {
    width: 37px;
    height: 37px;
    margin-left: -18px;
    display: block;
    position: absolute;
    bottom: 73px;
    left: 50%;
    background: url(../img/arrow-down.svg) no-repeat;
    background-size: 37px 37px;
    cursor: pointer; }

.welcome {
  padding: 67px 0 157px 0;
  background: #ebf4f3 url(../img/homepage__lady.jpg) no-repeat top 38px right 20%; }
  .welcome__box {
    padding: 0;
    margin-right: 47%;
    color: #6b6b6b;
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    text-align: left; }
    .welcome__box .content-heading {
      margin-bottom: 32px;
      line-height: 54px;
      text-align: left; }
    .welcome__box .welcome__bigger {
      margin-bottom: 23px;
      font-size: 24px;
      line-height: 30px; }
    .welcome__box .btn {
      margin-top: 44px; }

.offer-list {
  padding: 50px 0;
  background: #f7f7f7; }
  .offer-list--sub {
    background: #fff; }
  .offer-list__element {
    padding: 38px 30px 29px 30px;
    background: #1899c9;
    color: #fff;
    font-size: 24px;
    line-height: 30px;
    text-align: center;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; }
    .offer-list__element:hover {
      background: #13769b; }
  .offer-list__icon {
    height: auto;
    max-width: 100%;
    display: block;
    margin: 0 auto 13px auto; }

.our-team {
  padding: 0;
  background: #fff; }
  .our-team__element {
    color: #000;
    font-size: 35px;
    font-weight: 700;
    line-height: 38px;
    text-align: center;
    text-transform: uppercase; }
    .our-team__element:hover .our-team__member {
      opacity: 0.9; }
  .our-team__member {
    height: auto;
    max-width: 100%;
    display: block;
    margin: 0 auto 23px auto;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; }
  .our-team__profession {
    display: block;
    font-size: 21px;
    text-transform: none; }
  .our-team__more {
    margin-top: 55px;
    padding: 35px 0;
    background: #00adef;
    color: #fff;
    font-size: 0;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase; }
    .our-team__more span {
      font-size: 30px;
      line-height: 44px;
      display: inline-block;
      vertical-align: middle; }
    .our-team__more .btn {
      display: inline-block;
      vertical-align: middle;
      margin-left: 35px; }

.our-office {
  padding: 70px 0;
  background: url(../img/our-office__bg.jpg) no-repeat center;
  background-size: cover; }
  .our-office__box {
    height: 618px;
    width: 618px;
    display: block;
    margin-left: 40px;
    padding: 50px 95px;
    background: rgba(0, 173, 239, 0.75);
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    text-align: center;
    -webkit-border-radius: 619px;
    -moz-border-radius: 619px;
    border-radius: 619px; }
    .our-office__box h5 {
      position: relative;
      padding-bottom: 31px;
      font-size: 48px;
      font-weight: 400;
      line-height: 56px; }
      .our-office__box h5::after {
        height: 3px;
        width: 80px;
        content: "";
        display: block;
        position: absolute;
        bottom: 0;
        left: 50%;
        margin-left: -40px;
        background: #fff; }
    .our-office__box p {
      margin-top: 29px;
      margin-bottom: 39px; }

.about {
  padding: 35px 0; }
  .about__img {
    height: auto;
    max-width: 100%;
    display: block;
    margin: 0 auto 25px auto; }
  .about__text p {
    margin-bottom: 24px;
    font-size: 18px;
    line-height: 24px; }

.certifications {
  padding-bottom: 15px;
  background: #f8f8f8; }
  .certifications__element {
    height: 295px;
    width: 100%;
    display: block;
    overflow: hidden;
    position: relative;
    margin-bottom: 30px; }
    .certifications__element::after {
      width: 100%;
      height: 100%;
      content: "";
      display: block;
      position: absolute;
      top: 0;
      border: 1px solid #000000;
      opacity: 0.1;
      -webkit-transition: all 0.2s ease-in-out;
      -moz-transition: all 0.2s ease-in-out;
      -o-transition: all 0.2s ease-in-out;
      -ms-transition: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out; }
    .certifications__element:hover::after {
      border: 1px solid #00adef;
      opacity: 1; }
  .certifications__img {
    height: auto;
    width: 100%;
    display: block;
    margin: 0 auto; }

.our-team--long {
  padding: 35px 0 0 0; }
  .our-team--long .our-team__element {
    margin-bottom: 45px; }

.our-team--cooperation {
  padding-bottom: 60px;
  background: #f8f8f8; }

.office {
  padding: 87px 0;
  background: url(../img/office__bg.jpg) no-repeat center;
  background-size: cover;
  text-align: right; }
  .office__box {
    height: 618px;
    width: 618px;
    display: block;
    margin-left: auto;
    padding: 50px 95px;
    background: rgba(0, 173, 239, 0.75);
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    text-align: center;
    -webkit-border-radius: 619px;
    -moz-border-radius: 619px;
    border-radius: 619px; }
    .office__box h5 {
      position: relative;
      padding-bottom: 31px;
      font-size: 48px;
      font-weight: 400;
      line-height: 56px; }
      .office__box h5::after {
        height: 3px;
        width: 80px;
        content: "";
        display: block;
        position: absolute;
        bottom: 0;
        left: 50%;
        margin-left: -40px;
        background: #fff; }
    .office__box p {
      margin-top: 29px;
      margin-bottom: 19px; }

.office-gallery {
  padding: 35px 0 5px 0; }
  .office-gallery__element {
    display: block;
    position: relative;
    margin-bottom: 30px; }
    .office-gallery__element::after {
      height: 100%;
      width: 100%;
      content: "";
      display: block;
      position: absolute;
      top: 0;
      opacity: 0;
      background: rgba(0, 173, 239, 0.87) url(../img/hand-icon.svg) no-repeat center bottom;
      background-size: 32px 36px;
      -webkit-transition: all 0.2s ease-in-out;
      -moz-transition: all 0.2s ease-in-out;
      -o-transition: all 0.2s ease-in-out;
      -ms-transition: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out; }
  .office-gallery__img {
    height: auto;
    max-width: 100%;
    display: block;
    margin: 0 auto; }

.office-gallery .office-gallery__element:hover::after {
  opacity: 1;
  background-position: center center; }

.offer-details__row {
  overflow: auto; }
  .offer-details__row--gray {
    background: #f9f9f9; }
  .offer-details__row--light {
    background: #fff; }

.offer-details__box {
  width: 50%;
  float: left; }
  .offer-details__box h4 {
    margin-top: 60px;
    margin-bottom: 30px;
    color: #37c2ff;
    font-size: 36px;
    font-weight: 700;
    line-height: 48px; }
  .offer-details__box--first {
    background: url(../img/offer-details__bg-01.jpg) no-repeat center;
    background-size: cover; }
  .offer-details__box--second {
    background: url(../img/offer-details__bg-02.jpg) no-repeat center;
    background-size: cover; }

.offer-details__info {
  width: 100%;
  max-width: 585px; }

.offer-details__row--first .offer-details__info {
  float: right;
  padding: 10px 60px 50px 30px; }

.offer-details__row--second .offer-details__info {
  float: left;
  padding: 10px 30px 50px 60px; }

.offer-details__list {
  padding-left: 14px;
  margin-bottom: 10px; }
  .offer-details__list--half {
    width: 50%;
    float: left; }

.offer-details__item {
  padding-left: 22px;
  background: url(../img/list-img.svg) no-repeat 0 9px;
  background-size: 15px 15px;
  color: #6b6b6b;
  font-size: 18px;
  font-weight: 700;
  line-height: 30px; }

.offer-details__subitem {
  padding-left: 3px;
  color: #6b6b6b;
  font-size: 18px;
  font-weight: 400; }

.offer-details .our-team__more {
  margin-top: 0; }

.offer-contact {
  padding: 87px 0;
  background: url(../img/offer_bg.jpg) no-repeat center;
  background-size: cover; }
  .offer-contact__box {
    height: 400px;
    width: 400px;
    display: block;
    padding: 50px 50px;
    background: rgba(0, 173, 239, 0.75);
    color: #fff;
    text-align: center;
    -webkit-border-radius: 619px;
    -moz-border-radius: 619px;
    border-radius: 619px; }
    .offer-contact__box h5 {
      position: relative;
      padding-bottom: 31px;
      font-size: 48px;
      font-weight: 400;
      line-height: 56px; }
      .offer-contact__box h5::after {
        display: none; }

.contact {
  padding: 50px 0 25px 0;
  font-size: 24px;
  line-height: 36px; }
  .contact strong {
    display: block; }
  .contact__box {
    margin-bottom: 45px;
    padding-left: 47px;
    background-repeat: no-repeat;
    background-position: 0 3px;
    background-size: 32px 31px; }
    .contact__box--phone {
      margin-bottom: 23px;
      background-image: url(../img/contact-icon__phone.svg);
      font-size: 30px;
      font-weight: 700; }
    .contact__box--mobile {
      background-image: url(../img/contact-icon__mobile.svg);
      font-size: 30px;
      font-weight: 700; }
    .contact__box--pin {
      background-image: url(../img/contact-icon__pin.svg); }
    .contact__box--hours {
      background-image: url(../img/contact-icon__hours.svg); }
    .contact__box--text {
      background-image: url(../img/contact-icon__text.svg); }
    .contact__box--info {
      background-image: url(../img/contact-icon__info.svg); }

.contact-map {
  position: relative; }
  .contact-map__box {
    height: 780px;
    width: 100%; }

.contact-form {
  max-width: 518px;
  width: 100%;
  margin: 0 auto;
  position: absolute;
  top: 0;
  left: -663px;
  bottom: 0;
  right: 0;
  z-index: 9999; }
  .contact-form__header {
    margin-bottom: 24px;
    color: #00adef;
    font-size: 48px;
    line-height: 60px; }
  .contact-form__box {
    padding: 40px 60px 50px 60px;
    background: #fff; }
  .contact-form .alert {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    margin-top: 10px;
    margin-bottom: 0;
    background: #fff;
    font-size: 13px;
    padding: 11px; }
    .contact-form .alert-success {
      color: #578c00;
      border: 1px solid #b0d86e;
      background: #e7f3d4; }
    .contact-form .alert-info {
      color: #0091dc;
      border: 1px solid #94dbff;
      background: #dff4ff; }
    .contact-form .alert-warning {
      color: #e87838;
      border: 1px solid #ffc95f;
      background: #ffefcf; }
    .contact-form .alert-danger {
      color: #d62626;
      border: 1px solid #ffaaaa;
      background: #ffe6e6; }

a {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }

@media only screen and (max-width: 1680px) {
  .big-photo__box {
    height: 518px;
    width: 518px;
    font-size: 57px;
    line-height: 65px; }
  .welcome {
    background: #ebf4f3 url(../img/homepage__lady.jpg) no-repeat top 38px right 10%; } }

@media only screen and (max-width: 1360px) {
  .welcome {
    background: #ebf4f3 url(../img/homepage__lady.jpg) no-repeat top 38px right 0%; } }

@media only screen and (max-width: 1260px) {
  /* desktop */
  .navbar-nav > li {
    padding: 0;
    margin-left: 15px; }
  .subpage-title {
    padding: 68px 0 72px 0; }
  .site-footer {
    padding-top: 19px;
    padding-bottom: 19px;
    font-size: 14px;
    text-align: center; }
    .site-footer .footer-menu {
      display: none; }
  .big-photo__box {
    height: 438px;
    width: 438px;
    font-size: 46px;
    line-height: 48px; }
  .welcome {
    padding: 17px 0 107px 0;
    background: #ebf4f3 url(../img/homepage__lady.jpg) no-repeat top 38px right -40%; }
    .welcome__box {
      margin-right: 38%; }
  .our-office {
    padding: 50px 0; }
    .our-office__box {
      margin-left: 0px; }
  .certifications__element {
    height: 235px; }
  .office {
    padding: 50px 0; }
  .offer-details__box h4 {
    margin-top: 50px;
    margin-bottom: 20px;
    font-size: 32px;
    line-height: 41px; }
  .offer-details__row--first .offer-details__info {
    float: right;
    padding: 0px 40px 40px 20px; }
  .offer-details__row--second .offer-details__info {
    float: left;
    padding: 0px 20px 40px 40px; }
  .offer-contact {
    padding: 57px 0; }
    .offer-contact__box {
      height: 290px;
      width: 290px;
      padding: 40px 40px; }
      .offer-contact__box h5 {
        padding-bottom: 21px;
        font-size: 40px;
        line-height: 42px; }
  .contact {
    font-size: 22px;
    line-height: 33px; }
    .contact__box--phone {
      font-size: 26px; }
    .contact__box--mobile {
      font-size: 26px;
      padding-bottom: 3px; }
  .contact-map__box {
    height: 560px; }
  .contact-form {
    left: -413px; }
    .contact-form__header {
      margin-bottom: 14px;
      font-size: 42px;
      line-height: 54px; }
    .contact-form__box {
      padding: 30px 40px 30px 40px; } }

@media only screen and (max-width: 1100px) {
  .welcome {
    background: #ebf4f3 url(../img/homepage__lady.jpg) no-repeat top 38px right -70%; } }

@media only screen and (max-width: 1024px) {
  /* tablets and desktop */
  .header__logo {
    width: 271px;
    font-size: 27px;
    padding: 16px 0 0 77px;
    text-indent: 0;
    background-position: 0 13px; }
    .header__logo span {
      display: none; }
  .navbar-nav > li {
    padding: 0; }
  .subpage-title {
    padding: 48px 0 52px 0; }
  .big-photo__box {
    height: 438px;
    width: 438px;
    font-size: 46px;
    line-height: 48px; }
  .offer-list {
    padding: 30px 0 0 0; }
    .offer-list__element {
      margin-bottom: 30px; }
  .welcome {
    padding: 1px 0 57px 0;
    background: #ebf4f3; }
    .welcome__box {
      margin-right: 0;
      text-align: center; }
      .welcome__box .content-heading {
        text-align: center;
        margin-top: 36px; }
      .welcome__box .welcome__bigger {
        margin-bottom: 13px; }
      .welcome__box .btn {
        margin-top: 34px; }
  .our-team__element {
    margin-bottom: 30px; }
  .our-team__more {
    margin-top: 25px;
    padding: 25px 0; }
    .our-team__more .btn {
      margin: 15px 0 0 0; }
  .our-team--long {
    padding: 25px 0 0 0; }
    .our-team--long .our-team__element {
      margin-bottom: 35px; }
  .our-team--cooperation {
    padding-bottom: 0; }
  .about {
    padding: 25px 0; }
  .certifications__element {
    height: 165px; }
  .office-gallery {
    padding: 25px 0; }
  .offer-details__box h4 {
    margin-top: 40px;
    margin-bottom: 15px;
    font-size: 30px;
    line-height: 39px; }
  .offer-details__row--first .offer-details__info {
    padding: 0px 30px 30px 15px; }
  .offer-details__row--second .offer-details__info {
    padding: 0px 15px 30px 30px; }
  .offer-contact {
    padding: 27px 0; }
  .contact {
    padding: 50px 0 25px 0;
    font-size: 22px;
    line-height: 36px; }
  .contact-map__box {
    height: 280px; }
  .contact-form {
    max-width: 100%;
    width: 100%;
    margin: 0 auto;
    position: static;
    top: auto;
    left: auto;
    right: auto;
    border-top: 1px solid #ccc; }
    .contact-form__header {
      margin-bottom: 34px;
      font-size: 48px;
      line-height: 60px;
      text-align: center; }
    .contact-form__box {
      padding: 40px 15px 40px 15px; }
    .contact-form .custom-form .form-control {
      font-size: 16px; } }

@media only screen and (max-width: 767px) {
  /* phones */
  .header {
    min-height: 68px;
    height: 68px; }
    .header .inside {
      padding: 0; }
    .header__logo {
      height: 68px;
      width: 260px;
      font-size: 21px;
      padding: 12px 0 0 77px;
      text-indent: 0;
      background-position: 15px 10px;
      background-size: 48px 48px; }
      .header__logo span {
        display: none; }
    .header .navbar-toggle {
      top: 0;
      right: 15px; }
  .navbar-collapse {
    padding: 0;
    margin: 0;
    top: -1px; }
  .navbar-nav {
    margin: 0;
    background: #ebf4f3;
    min-width: 100%;
    width: 100%;
    max-width: 100%; }
    .navbar-nav > li {
      padding: 0;
      margin-left: 0;
      border-top: 1px solid #cae2df; }
      .navbar-nav > li > .nav__link {
        padding: 5px 20px 6px 20px;
        color: #727272;
        line-height: 44px; }
        .navbar-nav > li > .nav__link:hover, .navbar-nav > li > .nav__link:focus, .navbar-nav > li > .nav__link:active {
          color: #00adef;
          background: #fff; }
  .navbar-collapse {
    min-width: 100%;
    width: 100%;
    float: none;
    position: relative;
    z-index: 999; }
  .btn.btn-primary,
  .btn.btn-white {
    width: 100%;
    font-size: 16px;
    padding: 13px 11px 14px 11px; }
  .site-footer {
    padding-top: 14px;
    padding-bottom: 14px;
    font-size: 13px;
    text-align: center; }
  .content-heading {
    margin-top: 28px;
    margin-bottom: 30px;
    font-size: 30px;
    text-align: center; }
    .content-heading__subsection {
      display: block;
      margin-top: 6px;
      color: #838383;
      font-size: 14px; }
  .subpage-title {
    padding: 28px 0 32px 0; }
    .subpage-title__text {
      font-size: 30px; }
  .big-photo {
    padding: 15px 0; }
    .big-photo__box {
      height: 100%;
      width: 100%;
      font-size: 25px;
      line-height: 31px;
      padding-bottom: 100px; }
    .big-photo__scroller {
      bottom: 34px; }
  .offer-list {
    padding: 15px 0 0 0; }
    .offer-list__element {
      margin-bottom: 15px; }
    .offer-list__icon {
      max-width: 50%; }
  .welcome {
    padding: 1px 0 27px 0;
    background: #ebf4f3; }
    .welcome__box {
      margin-right: 0;
      text-align: center; }
      .welcome__box .content-heading {
        margin-top: 26px;
        margin-bottom: 9px;
        line-height: 37px;
        text-align: center; }
        .welcome__box .content-heading__subtitle {
          font-size: 23px; }
      .welcome__box .welcome__bigger {
        font-size: 20px;
        line-height: 25px;
        margin-bottom: 13px; }
      .welcome__box .btn {
        margin-top: 19px; }
  .our-team__element {
    margin-bottom: 15px;
    font-size: 29px;
    line-height: 35px; }
  .our-team__more {
    margin-top: 5px;
    padding: 15px 0; }
    .our-team__more span {
      font-size: 25px;
      line-height: 34px; }
    .our-team__more .btn {
      margin: 15px 0 0 0; }
  .our-office {
    padding: 15px 0; }
    .our-office__box {
      height: 100%;
      width: 100%;
      padding: 40px;
      font-size: 16px;
      line-height: 24px; }
      .our-office__box h5 {
        font-size: 36px;
        line-height: 36px; }
      .our-office__box p {
        margin-bottom: 20px; }
      .our-office__box .btn.btn-white {
        width: 63%; }
  .our-team--long {
    padding: 15px 0 0 0; }
    .our-team--long .our-team__element {
      margin-bottom: 15px; }
  .our-team--cooperation {
    padding-bottom: 10px; }
  .about {
    padding: 15px 0; }
  .certifications__element {
    height: 130px; }
  .office {
    padding: 15px 0; }
    .office__box {
      height: 100%;
      width: 100%;
      padding: 40px;
      font-size: 16px;
      line-height: 24px; }
      .office__box h5 {
        font-size: 36px;
        font-weight: 400;
        line-height: 36px; }
      .office__box p {
        margin-bottom: 9px; }
  .office-gallery {
    padding: 30px 0 0 0; }
  .offer-details__box {
    width: 100%; }
    .offer-details__box h4 {
      margin-top: 20px;
      margin-bottom: 15px;
      font-size: 24px;
      line-height: 32px; }
    .offer-details__box--first, .offer-details__box--second {
      display: none; }
  .offer-details__row--first .offer-details__info {
    padding: 10px 15px 30px 15px; }
  .offer-details__row--second .offer-details__info {
    padding: 10px 15px 30px 15px; }
  .offer-details__list {
    margin-bottom: 0; }
    .offer-details__list--half {
      width: 100%; }
  .offer-details__item {
    line-height: 30px; }
  .offer-details__subitem {
    font-size: 16px; }
  .offer-contact {
    padding: 15px 0; }
    .offer-contact__box {
      margin: 0 auto; }
  .contact {
    padding: 30px 0 25px 0;
    font-size: 22px;
    line-height: 36px; }
  .contact-map__box {
    height: 280px; }
  .contact-form__header {
    margin-bottom: 24px;
    font-size: 30px;
    font-weight: 300;
    line-height: 60px; }
  .contact-form__box {
    padding: 20px 15px 15px 15px; } }

/*# sourceMappingURL=style.css.map */