/* === FONTS === */
@font-face {
  font-family: 'Aovel Sans';
  src: url("../fonts/AovelSans-Black.woff2") format("woff2"), url("../fonts/AovelSans-Black.woff") format("woff"), url("../fonts/AovelSans-Black.ttf") format("truetype"), url("../fonts/AovelSans-Black.svg#AovelSans-Black") format("svg");
  font-weight: 900;
  font-style: normal; }

@font-face {
  font-family: 'Aovel Sans';
  src: url("../fonts/AovelSans.woff2") format("woff2"), url("../fonts/AovelSans.woff") format("woff"), url("../fonts/AovelSans.ttf") format("truetype"), url("../fonts/AovelSans.svg#AovelSans") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Aovel Sans';
  src: url("../fonts/AovelSans-Bold.woff2") format("woff2"), url("../fonts/AovelSans-Bold.woff") format("woff"), url("../fonts/AovelSans-Bold.ttf") format("truetype"), url("../fonts/AovelSans-Bold.svg#AovelSans-Bold") format("svg");
  font-weight: bold;
  font-style: normal; }

/* === COMMON STYLES === */
.primary-btn, .secondary-btn, .bordered-btn, .header-btn {
  display: inline-block;
  font-size: 21px;
  border-radius: 30px;
  line-height: 28px; }

.primary-btn, .header-btn {
  background-color: #007fcc;
  -webkit-box-shadow: 0px 3px 0px 0px #005f98;
          box-shadow: 0px 3px 0px 0px #005f98; }

.secondary-btn {
  background-color: #02b294;
  -webkit-box-shadow: 0px 3px 0px 0px #017f69;
          box-shadow: 0px 3px 0px 0px #017f69; }

.footer-social-list li a {
  -webkit-transform: perspective(1px) translateZ(0);
          transform: perspective(1px) translateZ(0); }
  .footer-social-list li a:hover, .footer-social-list li a:focus, .footer-social-list li a:active {
    -webkit-animation-name: pop-effect;
            animation-name: pop-effect;
    -webkit-animation-duration: 0.4s;
            animation-duration: 0.4s;
    -webkit-animation-timing-function: linear;
            animation-timing-function: linear;
    -webkit-animation-iteration-count: 1;
            animation-iteration-count: 1; }

.primary-btn, .secondary-btn, .header-btn {
  -webkit-transform: perspective(1px) translateZ(0);
          transform: perspective(1px) translateZ(0); }
  .primary-btn:hover, .secondary-btn:hover, .header-btn:hover, .primary-btn:focus, .secondary-btn:focus, .header-btn:focus, .primary-btn:active, .secondary-btn:active, .header-btn:active {
    -webkit-animation-name: push-effect;
            animation-name: push-effect;
    -webkit-animation-duration: 0.4s;
            animation-duration: 0.4s;
    -webkit-animation-timing-function: linear;
            animation-timing-function: linear;
    -webkit-animation-iteration-count: 1;
            animation-iteration-count: 1; }

a, input, button {
  outline: none; }
  a:focus, input:focus, button:focus {
    outline: none; }

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

p {
  margin-bottom: 34px;
  line-height: 1.4; }

input, select, textarea {
  width: 100%;
  display: block;
  border-radius: 3px;
  border: 1px solid #dfdfdf;
  font-size: 19px;
  padding-left: 28px;
  outline: none;
  margin-bottom: 16px; }
  input::-webkit-input-placeholder, select::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
    color: #8b8b8b; }
  input::-moz-placeholder, select::-moz-placeholder, textarea::-moz-placeholder {
    color: #8b8b8b; }
  input:-ms-input-placeholder, select:-ms-input-placeholder, textarea:-ms-input-placeholder {
    color: #8b8b8b; }
  input:-moz-placeholder, select:-moz-placeholder, textarea:-moz-placeholder {
    color: #8b8b8b; }

input, select {
  height: 72px; }

input:focus, textarea:focus {
  border: 1px solid #007fcc; }

textarea {
  padding-top: 10px; }

.dropdown-arrow {
  padding: 12px;
  display: none;
  position: absolute;
  top: 8px;
  right: 0; }
  .dropdown-arrow div.arrow-btn {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10.4px 6px 0 6px;
    border-color: #000 transparent transparent transparent; }

form {
  padding: 35px 0 0 0; }
  form .button {
    text-align: center;
    padding-left: 0;
    padding-right: 0;
    width: 100%;
    margin-top: 6px; }

ul:not(.list-unstyled) {
  text-align: left;
  font-weight: 900;
  font-size: 21px;
  line-height: 26px;
  list-style-type: none;
  padding-left: 26px;
  margin: 25px 0; }
  ul:not(.list-unstyled) li {
    position: relative; }
    ul:not(.list-unstyled) li::before {
      content: "";
      display: block;
      position: absolute;
      top: 8px;
      left: -26px;
      width: 12px;
      height: 12px;
      border-radius: 12px;
      background-color: #02b294; }
  ul:not(.list-unstyled) li + li {
    margin-top: 17px; }

.delimiter {
  margin-left: -15px;
  margin-right: -15px;
  height: 1px;
  background-color: #000;
  position: relative;
  margin: 94px 0 107px 0; }
  .delimiter::before {
    content: "";
    display: block;
    position: absolute;
    width: 66px;
    height: 69px;
    left: 50%;
    margin-left: -33px;
    margin-top: -36px;
    z-index: 200;
    background: url("../images/dp_symbol.svg") 0 0 no-repeat;
    background-size: contain; }
  .delimiter::after {
    content: "";
    display: block;
    position: absolute;
    width: 78px;
    height: 2px;
    background-color: #fff;
    top: 0;
    left: 50%;
    margin-top: -1px;
    margin-left: -39px;
    z-index: 100; }

.primary-btn, .secondary-btn {
  color: #fff;
  padding: 11px 33px;
  border: none; }
  .primary-btn:hover, .primary-btn:focus, .secondary-btn:hover, .secondary-btn:focus {
    color: #fff; }

.bordered-btn {
  border: 2px solid #000;
  padding: 11px 33px;
  color: #000;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease; }
  .bordered-btn:hover, .bordered-btn:focus {
    color: #fff;
    background-color: #000; }

.border-white {
  color: #fff;
  border-color: #fff; }
  .border-white:hover, .border-white:focus {
    background-color: #fff;
    color: #000; }

.navbar-collapse {
  padding: 0; }

.icon-bar {
  background-color: #fff; }

.slick-slide {
  outline: none; }

.slick-slider {
  -webkit-user-select: text;
     -moz-user-select: text;
      -ms-user-select: text;
          user-select: text; }

.slider-prev, .slider-next {
  position: absolute;
  top: 50%;
  z-index: 500;
  width: 100px;
  height: 100px;
  cursor: pointer;
  margin-top: -50px; }
  .slider-prev::before, .slider-next::before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 100px;
    background-color: rgba(255, 255, 255, 0.4); }
  .slider-prev:hover::before, .slider-next:hover::before {
    -webkit-animation: pulse-effect 1.25s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0s infinite;
            animation: pulse-effect 1.25s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0s infinite; }
  .slider-prev:hover svg path, .slider-next:hover svg path {
    fill: #02b294; }
  .slider-prev svg, .slider-next svg {
    position: absolute;
    top: 50%;
    margin-top: -9px; }
    .slider-prev svg path, .slider-next svg path {
      -webkit-transition: fill 0.5s ease;
      -o-transition: fill 0.5s ease;
      transition: fill 0.5s ease; }

.slider-prev {
  left: -54px;
  text-align: right; }
  .slider-prev svg {
    right: 22px; }

.slider-next {
  right: -54px;
  text-align: left; }
  .slider-next svg {
    left: 22px; }

h2 {
  font-size: 66px;
  line-height: 66px;
  letter-spacing: 0.054em;
  margin: 0; }

h3 {
  font-size: 48px;
  line-height: 1.1;
  margin: 30px 0 26px 0; }

h4 {
  font-size: 30px;
  line-height: 37.8px;
  margin: 0; }

h5 {
  font-size: 25px; }

h6 {
  font-size: 20px; }

body {
  font-family: 'Aovel Sans', sans-serif;
  min-width: 320px;
  font-weight: bold;
  color: #000;
  font-size: 19px;
  letter-spacing: 0.05em; }

header {
  padding: 12px 0 22px 0; }
  header .container {
    position: relative; }

.logo {
  float: left;
  padding: 21px 0 0 0; }
  .logo a {
    display: block; }

.header-content {
  float: right;
  text-align: right;
  padding: 60px 0 0 0; }

.header-btn {
  position: absolute;
  top: 0;
  right: 15px;
  padding: 8.5px 31px;
  font-size: 17px;
  color: #fff; }
  .header-btn:hover, .header-btn:focus {
    color: #fff; }

.header-nav {
  display: inline-block;
  vertical-align: top;
  font-size: 21px; }
  .header-nav a {
    color: #000; }

.navbar-nav > li {
  position: relative; }
  .navbar-nav > li > a {
    line-height: 26px;
    padding: 13px 37px; }
    .navbar-nav > li > a:hover, .navbar-nav > li > a:focus {
      background: none; }
    .navbar-nav > li > a img {
      vertical-align: top; }
    .navbar-nav > li > a .link-container {
      overflow: hidden; }
    .navbar-nav > li > a span {
      position: relative;
      display: inline-block;
      -webkit-transition: -webkit-transform 0.3s;
      transition: -webkit-transform 0.3s;
      -o-transition: transform 0.3s;
      transition: transform 0.3s;
      transition: transform 0.3s, -webkit-transform 0.3s; }
      .navbar-nav > li > a span::before {
        content: attr(data-hover);
        display: block;
        position: absolute;
        top: 100%;
        color: #007fcc;
        white-space: nowrap;
        -webkit-transform: translate3d(0, 0, 0);
                transform: translate3d(0, 0, 0);
        font-weight: 900; }
    .navbar-nav > li > a:hover span {
      -webkit-transform: translateY(-100%);
          -ms-transform: translateY(-100%);
              transform: translateY(-100%); }

.navbar-nav > li + li::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 2px;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.1); }

.navbar-dropdown {
  min-width: 100%;
  text-align: left;
  position: absolute;
  display: none;
  top: 100%;
  left: 1px;
  z-index: 1000;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background-color: #007fcc;
  margin: 0;
  padding: 20px 0; }
  .navbar-dropdown > li {
    font-size: 19px;
    line-height: 1.1; }
    .navbar-dropdown > li > a {
      display: block;
      padding: 0 20px;
      color: #fff;
      -webkit-transition: opacity 0.3s ease;
      -o-transition: opacity 0.3s ease;
      transition: opacity 0.3s ease; }
      .navbar-dropdown > li > a:hover {
        opacity: 0.5; }
  .navbar-dropdown > li + li {
    margin-top: 15px; }

.home-link a {
  padding-left: 33px;
  padding-right: 33px; }
  .home-link a img {
    -webkit-transform: rotateY(0deg);
            transform: rotateY(0deg);
    -webkit-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
    -webkit-transform-style: preserve-3d;
            transform-style: preserve-3d; }
  .home-link a:hover img {
    -webkit-transform: rotateY(180deg);
            transform: rotateY(180deg); }

/* === MAIN PAGE === */
.main-slider-block {
  background-color: #0b0b0b; }

.main-slider-block, .main-slide {
  position: relative;
  overflow: hidden; }

.main-slider-img {
  width: 60%; }
  .main-slider-img img {
    width: 100%;
    height: auto; }

.main-slider-content {
  position: absolute;
  top: 0;
  right: 0;
  width: 40.5%;
  background-color: #0b0b0b;
  height: 100%;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 145px; }
  .main-slider-content h2 {
    margin: 0 0 35px 0; }

.main-slider-text {
  text-align: center; }

.icons-block {
  padding: 55px 0 49px 0; }

.icons-block-item {
  text-align: center; }
  .icons-block-item a {
    display: block;
    font-size: 24px;
    line-height: 29.4px;
    color: #000;
    -webkit-transition: color 0.3s ease;
    -o-transition: color 0.3s ease;
    transition: color 0.3s ease; }
    .icons-block-item a:hover, .icons-block-item a:focus {
      color: #007fcc; }
    .icons-block-item a img {
      width: 85px;
      height: 85px;
      margin: 0 0 15px 0; }

.icons-block-text {
  display: block; }

.banners-tile-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  overflow: hidden;
  height: 858px;
  color: #fff; }

.banners-tile-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  position: relative;
  height: 100%; }

.banners-first-col {
  width: 58%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }

.banners-second-col {
  width: 42%; }

.banners-img-block {
  display: inline-block;
  width: 100%; }

.banner-tile-50 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  position: relative;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .banner-tile-50 + .banner-tile-50 {
    border-top: 2px solid #fff; }

.banner-tile-100 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  border-left: 2px solid #fff;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #02b294 url("../images/dp_logo_bg.svg") 50% 100% no-repeat; }
  .banner-tile-100 .button {
    margin-bottom: 80px; }

.tile-primary {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  background-color: #007fcc; }

.tile-with-img img {
  width: 100%;
  height: auto; }

.tile-container {
  display: inline-block;
  width: 100%; }
  .tile-container h2 {
    margin-bottom: 32px; }

.tile-content-absolute {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.instagram-block {
  text-align: center;
  padding: 32px 0 52px 0; }
  .instagram-block h2 {
    font-weight: normal;
    margin: 0 0 35px 0; }
  .instagram-block .simply-scroll-container {
    overflow: hidden;
    width: 100%;
    height: 242px; }
  .instagram-block .simply-scroll-clip {
    position: relative;
    overflow: hidden;
    width: 100%; }
  .instagram-block .simply-scroll-list {
    overflow: hidden;
    margin: 0;
    padding: 0; }

.instagram-link {
  font-weight: 900;
  color: #000;
  font-size: 21px;
  -webkit-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  transition: color 0.3s ease;
  margin: 0 0 9px 0;
  display: inline-block; }
  .instagram-link:hover, .instagram-link:focus {
    color: #007fcc; }

.instagram-slider {
  overflow: hidden;
  width: 100%; }

.instagram-slider-item {
  float: left;
  padding: 0 2px;
  width: 242px;
  height: 242px; }
  .instagram-slider-item a {
    display: block;
    position: relative; }
  .instagram-slider-item img {
    max-width: 100%;
    height: auto; }
  .instagram-slider-item > a::before {
    content: "";
    display: block;
    position: absolute;
    -webkit-transition: opacity 0.7s ease, -webkit-transform 0.7s ease;
    transition: opacity 0.7s ease, -webkit-transform 0.7s ease;
    -o-transition: opacity 0.7s ease, transform 0.7s ease;
    transition: opacity 0.7s ease, transform 0.7s ease;
    transition: opacity 0.7s ease, transform 0.7s ease, -webkit-transform 0.7s ease;
    opacity: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: scale(0.1);
        -ms-transform: scale(0.1);
            transform: scale(0.1);
    background: rgba(0, 0, 0, 0.53) url("../images/instagram_icon.svg") 50% 50% no-repeat;
    background-size: 57px 57px;
    text-align: center; }
  .instagram-slider-item > a:hover::before {
    opacity: 1;
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1); }

.footer-nav {
  overflow: hidden;
  text-align: right;
  padding: 0 0 20px 0;
  font-size: 18px; }
  .footer-nav .container {
    padding-left: 150px; }

.footer-nav-list {
  display: inline-block;
  margin: 0 -24px 0 0;
  vertical-align: top; }
  .footer-nav-list li {
    position: relative;
    float: left;
    line-height: 26px;
    padding: 13px 21px; }
    .footer-nav-list li::after {
      content: "";
      display: block;
      position: absolute;
      top: 0;
      right: 0;
      width: 2px;
      height: 100%;
      background-color: rgba(0, 0, 0, 0.1); }
    .footer-nav-list li:last-child::after {
      display: none; }
    .footer-nav-list li a {
      color: #000;
      -webkit-transition: color 0.3s ease;
      -o-transition: color 0.3s ease;
      transition: color 0.3s ease; }
      .footer-nav-list li a:hover, .footer-nav-list li a:focus {
        color: #007fcc; }

footer {
  background-color: #0b0b0b;
  padding: 21px 0 17px 0;
  color: #fff; }
  footer .container {
    position: relative; }
    footer .container::before {
      content: "";
      display: block;
      position: absolute;
      top: -115px;
      left: 35px;
      z-index: 100;
      width: 135px;
      height: 140px;
      background: url("../images/dp_symbol.svg") 0 0 no-repeat;
      background-size: cover; }

.footer-logo {
  float: left;
  position: relative;
  z-index: 200;
  padding: 17px 0 0 0;
  margin: 0 36px 0 0; }

.footer-text {
  float: left;
  display: inline;
  font-size: 16px;
  padding: 24px 0 0 0; }
  .footer-text p {
    font-size: 14px;
    font-weight: 100; }

.footer-social {
  text-align: right; }

.footer-social-list {
  margin: 0;
  display: inline-block;
  vertical-align: top; }
  .footer-social-list li {
    float: left;
    position: relative;
    height: 75px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0 12px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .footer-social-list li a {
      vertical-align: top;
      display: inline-block; }
  .footer-social-list li + li::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 1px;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.2); }

.footer-social-link svg path {
  -webkit-transition: fill 0.5s ease, opacity 0.5s ease;
  -o-transition: fill 0.5s ease, opacity 0.5s ease;
  transition: fill 0.5s ease, opacity 0.5s ease; }

.footer-social-link:hover svg path {
  fill: #007fcc;
  opacity: 1; }

/* === INNER PAGE TEMPLATE === */
/**
 --- Background-color options: --- 
 		 bg-primary | bg-secondary
*/
.bg-primary {
  background-color: rgba(0, 127, 204, 0.8); }

.bg-secondary {
  background-color: rgba(2, 178, 148, 0.8); }

/**
 --- Border-style options: ---
		 border-primary | border-secondary | border-logo
*/
.border-primary {
  border-style: solid;
  border-color: #007fcc; }

.border-secondary {
  border-style: solid;
  border-color: #02b294; }

.border-logo {
  border-style: solid;
  border-color: #000; }
  .border-logo::after {
    content: "";
    display: block;
    position: absolute;
    bottom: -14px;
    left: 15px;
    width: 85px;
    height: 88px;
    z-index: 200;
    background: url("../images/dp_symbol.svg") 0 0 no-repeat;
    background-size: contain; }

.inner-header {
  padding: 30px 0;
  border-width: 0 0 7px 0;
  text-align: center;
  background: url("../images/inner_page_img.jpg") 50% 0 no-repeat;
  background-size: cover; }

.inner-header-title {
  color: #fff;
  padding: 18px 100px 31px 100px; }

.inner-page-content {
  padding: 50px 0 118px 0; }

.inner-buttons-block {
  padding: 30px 0 52px 0; }
  .inner-buttons-block .button + .button {
    margin-left: 14px; }

.inner-page-list {
  display: inline-block;
  max-width: 320px; }

.styled-img {
  display: inline-block;
  position: relative;
  border-width: 0 0 18px 0; }
  .styled-img::before {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 3px;
    z-index: 100; }
  .styled-img img {
    max-width: 100%;
    width: 100%;
    height: auto; }
    .styled-img img.center {
      width: 100%;
      margin: 0 auto;
      display: block; }
  .styled-img:not(.border-primary):not(.border-secondary):not(.border-logo) {
    border-color: transparent; }

/* === CONTACTS PAGE === */
.contacts-header {
  position: relative;
  color: #fff;
  text-align: center; }
  .contacts-header img {
    width: 100%;
    height: auto; }
  .contacts-header h4 {
    font-size: 24px;
    font-weight: 900; }

.contacts-header-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.contacts-tile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  border-top: 3px solid #fff;
  color: #fff; }
  .contacts-tile > div + div {
    border-left: 4px solid #fff; }

.contacts-phone, .contacts-email {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 50%;
          flex: 0 1 50%;
  width: 50%;
  height: 339px; }

.contacts-phone {
  background-color: #007fcc;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding-right: 155px; }

.contacts-email {
  background-color: #02b294;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding-left: 155px; }

.contacts-tile-content {
  display: inline-block;
  text-align: center; }
  .contacts-tile-content h3 {
    margin-top: 17px;
    margin-bottom: 6px; }

.contacts-tile-text {
  font-size: 21px;
  font-weight: 900; }
  .contacts-tile-text a {
    color: #fff;
    -webkit-transition: opacity 0.5s ease;
    -o-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease; }
    .contacts-tile-text a:hover {
      opacity: 0.6; }

.contacts-form {
  padding: 32px 0 83px 0; }
  .contacts-form textarea {
    height: 219px; }

.input-50 {
  width: 49.5%;
  float: left; }

.input-50 + .input-50 {
  margin-left: 1%; }

.contacts-form-title, .contacts-form-tagline {
  text-align: center; }

.contacts-form-title {
  font-size: 58px;
  line-height: 1.1;
  margin-bottom: 5px; }

.contacts-form-tagline {
  font-size: 24px;
  line-height: 1.4; }

/* === ANIMATIONS === */
@-webkit-keyframes push-effect {
  50% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8); }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1); } }
@keyframes push-effect {
  50% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8); }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1); } }

@-webkit-keyframes pop-effect {
  50% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2); } }

@keyframes pop-effect {
  50% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2); } }

@-webkit-keyframes pulse-effect {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1); }
  50% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2); }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1); } }

@keyframes pulse-effect {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1); }
  50% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2); }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1); } }

hr {
  border: 0; }

.center-list {
  width: 300px;
  margin: 0 auto !important; }
  @media screen and (max-width: 350px) {
    .center-list {
      width: 90%; } }

.img-left {
  float: left;
  margin: 0 30px 30px 0; }
  @media screen and (max-width: 600px) {
    .img-left {
      display: block;
      float: none;
      margin: 0 auto; } }

.img-right {
  float: right;
  margin: 0 0 30px 30px; }
  @media screen and (max-width: 600px) {
    .img-right {
      display: block;
      float: none;
      margin: 0 auto; } }

b, strong {
  font-weight: 900; }

a {
  color: #02b294; }
  a:hover {
    color: #027e60; }

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