@charset "UTF-8";
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
     ========================================================================== */
/**
   * Remove the margin in all browsers.
   */
body {
  margin: 0;
}

/**
   * Render the `main` element consistently in IE.
   */
main {
  display: block;
}

/**
   * Correct the font size and margin on `h1` elements within `section` and
   * `article` contexts in Chrome, Firefox, and Safari.
   */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
     ========================================================================== */
/**
   * 1. Add the correct box sizing in Firefox.
   * 2. Show the overflow in Edge and IE.
   */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
     ========================================================================== */
/**
   * Remove the gray background on active links in IE 10.
   */
a {
  background-color: transparent;
}

/**
   * 1. Remove the bottom border in Chrome 57-
   * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
   */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

/**
   * Add the correct font weight in Chrome, Edge, and Safari.
   */
b,
strong {
  font-weight: bolder;
}

/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
   * Add the correct font size in all browsers.
   */
small {
  font-size: 80%;
}

/**
   * Prevent `sub` and `sup` elements from affecting the line height in
   * all browsers.
   */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
     ========================================================================== */
/**
   * Remove the border on images inside links in IE 10.
   */
img {
  border-style: none;
}

/* Forms
     ========================================================================== */
/**
   * 1. Change the font styles in all browsers.
   * 2. Remove the margin in Firefox and Safari.
   */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
   * Show the overflow in IE.
   * 1. Show the overflow in Edge.
   */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
   * Remove the inheritance of text transform in Edge, Firefox, and IE.
   * 1. Remove the inheritance of text transform in Firefox.
   */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
   * Correct the inability to style clickable types in iOS and Safari.
   */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
   * Remove the inner border and padding in Firefox.
   */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
   * Restore the focus styles unset by the previous rule.
   */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
   * Correct the padding in Firefox.
   */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
   * 1. Correct the text wrapping in Edge and IE.
   * 2. Correct the color inheritance from `fieldset` elements in IE.
   * 3. Remove the padding so developers are not caught out when they zero out
   *    `fieldset` elements in all browsers.
   */
legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
   * Add the correct vertical alignment in Chrome, Firefox, and Opera.
   */
progress {
  vertical-align: baseline;
}

/**
   * Remove the default vertical scrollbar in IE 10+.
   */
textarea {
  overflow: auto;
}

/**
   * 1. Add the correct box sizing in IE 10.
   * 2. Remove the padding in IE 10.
   */
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
   * Correct the cursor style of increment and decrement buttons in Chrome.
   */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
   * 1. Correct the odd appearance in Chrome and Safari.
   * 2. Correct the outline style in Safari.
   */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
   * Remove the inner padding in Chrome and Safari on macOS.
   */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
   * 1. Correct the inability to style clickable types in iOS and Safari.
   * 2. Change font properties to `inherit` in Safari.
   */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
     ========================================================================== */
/*
   * Add the correct display in Edge, IE 10+, and Firefox.
   */
details {
  display: block;
}

/*
   * Add the correct display in all browsers.
   */
summary {
  display: list-item;
}

/* Misc
     ========================================================================== */
/**
   * Add the correct display in IE 10+.
   */
template {
  display: none;
}

/**
   * Add the correct display in IE 10.
   */
[hidden] {
  display: none;
}

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

body {
  font-family: 'Open Sans', sans-serif;
}

.wrapper {
  max-width: 1100px;
  width: 100%;
  margin: 0 auto;
}

.container {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
}

.link {
  text-transform: uppercase;
  text-decoration: none;
  color: #fff;
}

.btn {
  display: block;
  margin: auto;
  padding: 18px 42px;
  background-color: #cfc91d;
  border: none;
  cursor: pointer;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  font-weight: 700;
}

.btn:hover {
  color: #fff;
  background-color: #02918c;
}

.btn:focus {
  outline: none;
}

.title {
  font-size: 46px;
  color: #02918c;
  font-weight: 800;
}

.title:after {
  content: '~~~~~~~ :: ~~~~~~~';
  display: block;
  margin-top: 20px;
  font-size: 18px;
  line-height: 41px;
  color: #7e8287;
  font-weight: 400;
}

.fixed {
  position: fixed;
  z-index: 1;
}

@media (max-width: 1200px) {
  .wrapper {
    width: 700px;
  }
  .container {
    width: 700px;
  }
  .title {
    font-size: 40px;
    margin-bottom: 10px;
  }
  .title:after {
    margin-top: 10px;
  }
}

@media (max-width: 768px) {
  .wrapper {
    width: 400px;
  }
  .container {
    width: 400px;
  }
  .title {
    font-size: 30px;
    margin-bottom: 8px;
  }
  .title:after {
    margin-top: 8px;
  }
}

@media (max-width: 400px) {
  .wrapper {
    width: 300px;
  }
  .container {
    width: 300px;
  }
  .title {
    font-size: 25px;
    margin-bottom: 6px;
  }
  .title:after {
    margin-top: 6px;
  }
}

.scrolltotop {
  position: fixed;
  right: 20px;
  bottom: 20px;
  background-color: #02918c;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  cursor: pointer;
  -webkit-box-shadow: 0 0 10px black;
          box-shadow: 0 0 10px black;
  -webkit-transition: all .5s;
  transition: all .5s;
  display: none;
  text-align: center;
}

.scrolltotop:after {
  content: '⇧';
  color: white;
  line-height: 40px;
}

.scrolltotop:hover {
  opacity: .5;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
}

.navbar {
  width: 100%;
  padding: 8px 0 10px;
  background-color: #02918c;
}

.navbar-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.navbar__logo {
  font-size: 26px;
  font-weight: 800;
}

.navbar__logo-yellow {
  color: #cfc91d;
}

.navbar-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  padding: 0;
}

.navbar-list__link {
  font-size: 12px;
  font-weight: 800;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.navbar-list__link:hover {
  color: #cfc91d;
}

.navbar-list__item {
  margin-right: 44px;
}

.navbar-list__item:last-child {
  margin-right: 0;
}

.navbar-burger {
  display: none;
}

@media (max-width: 1200px) {
  .navbar__logo {
    font-size: 24px;
  }
  .navbar-list__item {
    margin-right: 25px;
  }
}

@media (max-width: 768px) {
  .navbar-list {
    display: none;
    position: absolute;
    width: 100%;
    top: 25px;
    right: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
  }
  .navbar-list__item {
    margin: 0;
    padding: 5px 0;
    background-color: #02918c;
  }
  .navbar-list__item:hover {
    background-color: #7e8287;
  }
  .navbar-burger {
    display: block;
    background: none;
    border: none;
    color: #fff;
    padding: 0;
    cursor: pointer;
  }
  .navbar-burger:focus {
    outline: none;
  }
  .navbar .burger__menu {
    display: block;
    position: relative;
    background-color: #fff;
    width: 25px;
    height: 2px;
    font-size: 0;
  }
  .navbar .burger__menu:focus {
    outline: none;
    border: none;
  }
  .navbar .burger__menu:before, .navbar .burger__menu:after {
    display: block;
    content: '';
    position: absolute;
    background-color: #fff;
    width: 25px;
    height: 2px;
  }
  .navbar .burger__menu:before {
    top: -6px;
  }
  .navbar .burger__menu:after {
    top: 6px;
  }
}

.active {
  display: block;
}

.navbar-burger.active .burger__menu {
  background: none;
}

.navbar-burger.active .burger__menu:before {
  -webkit-transform-origin: left top;
          transform-origin: left top;
  -webkit-transform: rotate(45deg) translateX(-3px);
          transform: rotate(45deg) translateX(-3px);
}

.navbar-burger.active .burger__menu:after {
  -webkit-transform-origin: left bottom;
          transform-origin: left bottom;
  -webkit-transform: rotate(-45deg) translateX(-3px);
          transform: rotate(-45deg) translateX(-3px);
}

.hero {
  padding: 210px 0 220px;
  background: url("../img/hero/hero-bg.jpg") no-repeat center;
  background-size: cover;
  color: #fff;
}

.hero-text {
  text-align: center;
}

.hero-text__subtitle {
  font-size: 30px;
  line-height: 25px;
  font-weight: 700;
}

.hero-text__title {
  font-size: 68px;
  letter-spacing: 20.4px;
  margin-top: 30px;
  margin-bottom: 50px;
  font-weight: 800;
}

.hero-text__btn {
  margin-top: 52px;
}

@media (max-width: 1200px) {
  .hero {
    padding: 180px 0 200px;
  }
  .hero-text__subtitle {
    font-size: 24px;
    line-height: 20px;
  }
  .hero-text__title {
    font-size: 50px;
    letter-spacing: 15px;
  }
}

@media (max-width: 768px) {
  .hero {
    padding: 170px 0 190px;
  }
  .hero-text__subtitle {
    font-size: 16px;
    line-height: 15px;
  }
  .hero-text__title {
    font-size: 32px;
    letter-spacing: 10px;
  }
}

@media (max-width: 400px) {
  .hero {
    padding: 150px 0 170px;
  }
  .hero-text__subtitle {
    font-size: 13px;
    line-height: 10px;
  }
  .hero-text__title {
    font-size: 28px;
    letter-spacing: 5px;
  }
}

.about {
  padding: 100px 0 150px;
  text-align: center;
}

.about__title {
  margin: 0 0 15px;
}

.about__text {
  max-width: 880px;
  margin: auto;
  margin-bottom: 130px;
  color: #7e8287;
  font-size: 16px;
  line-height: 41px;
  font-weight: 400;
}

.about__text-bolder {
  font-size: 23px;
  font-weight: 700;
}

.about-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.about-item {
  color: #7e8287;
  position: relative;
}

.about-item:after {
  content: '';
  position: absolute;
  top: -40px;
  left: 220px;
  width: 1px;
  height: 240px;
  opacity: 0.5;
  background-color: #7e8287;
}

.about-item:last-child:after {
  display: none;
}

.about-item__img {
  width: 32px;
  height: 30px;
}

.about-item__title {
  font-style: 16px;
  line-height: 23px;
  color: #7e8287;
  font-weight: 700;
}

.about-item__text {
  display: inline-block;
  max-width: 180px;
  font-size: 12px;
  line-height: 21px;
  text-align: center;
  font-weight: 400;
}

@media (max-width: 1200px) {
  .about {
    padding: 80px 0 100px;
  }
  .about__text {
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 100px;
  }
  .about__text-bolder {
    font-size: 18px;
  }
  .about-item {
    margin-right: 15px;
  }
  .about-item:last-child {
    margin-right: 0;
  }
  .about-item:after {
    display: none;
  }
}

@media (max-width: 768px) {
  .about {
    padding: 60px 0 90px;
  }
  .about__text {
    font-size: 13px;
    line-height: 1.5;
    margin-bottom: 50px;
  }
  .about__text-bolder {
    font-size: 15px;
  }
  .about-item {
    margin-right: 0;
    margin-bottom: 30px;
  }
  .about-block {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

@media (max-width: 400px) {
  .about {
    padding: 50px 0 70px;
  }
  .about__text {
    font-size: 12px;
    line-height: 1.3;
    margin-bottom: 30px;
  }
  .about__text-bolder {
    font-size: 14px;
  }
  .about-item {
    margin: auto;
  }
  .about-item:last-child {
    margin: auto;
  }
  .about-item__text {
    margin-bottom: 20px;
  }
}

.services {
  padding: 80px 0;
  background: url("../img/services/services-bg.jpg") repeat-y center left, url("../img/services/services.jpg") no-repeat center right;
  background-size: 50%, contain;
}

.services-main {
  position: relative;
  width: 50%;
  padding: 0 70px 0;
}

.services__title {
  margin-bottom: 30px;
  margin-top: 0;
}

.services__text {
  max-width: 470px;
  margin-bottom: 60px;
  font-size: 16px;
  line-height: 41px;
  color: #7e8287;
  font-weight: 400;
}

.services-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.services-item {
  max-width: 200px;
  margin-right: 30px;
  color: #7e8287;
}

.services-item__title {
  font-size: 16px;
  line-height: 23px;
  font-weight: 700;
}

.services-item__text {
  font-size: 12px;
  line-height: 21px;
  font-weight: 400;
}

@media (max-width: 1200px) {
  .services {
    padding: 60px 0;
    background: url("../img/services/services-bg.jpg") repeat-y center;
    background-size: cover;
  }
  .services-main {
    width: 100%;
    padding: 0 100px 0;
  }
  .services__title {
    text-align: center;
    margin-bottom: 10px;
  }
  .services__title:after {
    margin-top: 10px;
  }
  .services__text {
    margin: auto;
    margin-bottom: 40px;
    text-align: center;
  }
  .services-block {
    margin: auto;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    max-width: 500px;
  }
  .services-item {
    max-width: 250px;
    margin-right: 0;
    margin-bottom: 30px;
  }
  .services-item:nth-child(odd) {
    margin-left: 50px;
    margin-right: 20px;
  }
  .services-item__text {
    max-width: 200px;
  }
}

@media (max-width: 768px) {
  .services {
    padding: 50px 0;
  }
  .services-main {
    padding: 0 70px;
  }
  .services__title {
    text-align: center;
    margin-bottom: 5px;
  }
  .services__title:after {
    margin-top: 5px;
  }
  .services__text {
    margin: auto;
    font-size: 14px;
    margin-bottom: 20px;
    text-align: center;
  }
  .services-block {
    margin: 0 auto;
    max-width: 500px;
  }
  .services-item {
    text-align: center;
    max-width: 200px;
    margin-right: 0;
    margin-bottom: 30px;
  }
  .services-item:nth-child(odd) {
    margin-left: 0px;
    margin-right: 0px;
  }
}

@media (max-width: 400px) {
  .services {
    padding: 40px 0;
  }
  .services-main {
    padding: 0 30px;
  }
  .services__text {
    font-size: 13px;
    margin-bottom: 15px;
  }
}

.mywork {
  padding-top: 110px;
  text-align: center;
}

.mywork__title {
  margin-bottom: 25px;
}

.mywork__text {
  margin: auto;
  margin-bottom: 80px;
  max-width: 680px;
  font-size: 16px;
  line-height: 41px;
  font-weight: 400;
  color: #7e8287;
}

.mywork-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.mywork-item {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.mywork-item__photo {
  display: block;
  width: 100%;
}

@media (max-width: 1200px) {
  .mywork {
    padding-top: 60px;
  }
  .mywork__title {
    margin: 0;
  }
  .mywork__text {
    margin-bottom: 50px;
    font-size: 15px;
  }
}

@media (max-width: 768px) {
  .mywork {
    padding-top: 50px;
  }
  .mywork-item {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 50%;
            flex: 1 1 50%;
  }
  .mywork__text {
    margin-bottom: 40px;
    font-size: 13px;
  }
}

@media (max-width: 400px) {
  .mywork {
    padding-top: 40px;
  }
  .mywork-item {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
  }
  .mywork__text {
    margin-bottom: 30px;
    font-size: 13px;
  }
}

.contact {
  margin-top: 100px;
  text-align: center;
}

.contact__title {
  margin-bottom: 20px;
}

.contact__text {
  max-width: 680px;
  margin: 0 auto 80px;
  font-size: 16px;
  line-height: 41px;
  color: #7e8287;
  font-weight: 400;
}

@media (max-width: 1200px) {
  .contact__title {
    margin: 0;
  }
  .contact__text {
    font-size: 15px;
    margin-bottom: 50px;
  }
}

@media (max-width: 768px) {
  .contact {
    margin-top: 50px;
  }
  .contact__text {
    font-size: 13px;
    margin-bottom: 40px;
  }
}

@media (max-width: 400px) {
  .contact {
    margin-top: 40px;
  }
  .contact__text {
    margin-bottom: 30px;
  }
}

.form {
  padding: 80px 0;
  background-color: #0b0b0b;
}

.form-block {
  position: relative;
}

.form__input, .form__text {
  outline: none;
  display: block;
  margin: auto;
  text-align: center;
  margin-bottom: 70px;
  color: #7e8287;
  font-size: 16px;
  line-height: 41px;
  font-weight: 400;
  background: none;
  border: none;
  border-bottom: 1px solid #898989;
  -webkit-transition: border 0.4s linear;
  transition: border 0.4s linear;
}

.form__input:focus, .form__text:focus {
  border-bottom: 1px solid red;
}

.form__input {
  width: 640px;
}

.form__text {
  width: 920px;
  margin-bottom: 177px;
}

.form__btn {
  padding: 18px 64px;
}

.form__btn:before {
  content: '';
  position: absolute;
  top: 370px;
  left: 40px;
  max-width: 920px;
  height: 2px;
  background-color: #898989;
}

@media (max-width: 1200px) {
  .form {
    padding: 60px 0;
  }
  .form__input {
    width: 540px;
  }
  .form__text {
    width: 680px;
    margin-bottom: 110px;
  }
  .form__btn:before {
    top: 340px;
    left: 11px;
    width: 680px;
  }
}

@media (max-width: 768px) {
  .form {
    padding: 50px 0;
  }
  .form__input {
    width: 300px;
  }
  .form__text {
    width: 380px;
    margin-bottom: 90px;
  }
  .form__btn:before {
    display: none;
  }
}

@media (max-width: 400px) {
  .form {
    padding: 50px 0;
  }
  .form__input {
    width: 260px;
  }
  .form__text {
    width: 300px;
    margin-bottom: 70px;
  }
}

.footer {
  text-align: center;
  padding: 25px 0 20px 0;
  color: #7e8287;
  background-color: #000;
}

.footer__img {
  vertical-align: middle;
  width: 22px;
  height: 22px;
}

.footer__link {
  text-decoration: none;
  color: #fff;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.footer__link:hover {
  color: #cfc91d;
  text-decoration: underline;
}

@media (max-width: 768px) {
  .footer {
    font-size: 14px;
  }
}

@media (max-width: 400px) {
  .footer {
    font-size: 12px;
  }
}
/*# sourceMappingURL=main.css.map */