/*! normalize-scss | MIT/GPLv2 License | bit.ly/normalize-scss */
/* Document
       ========================================================================== */
/**
     * 1. Correct the line height in all browsers.
     * 2. Prevent adjustments of font size after orientation changes in
     *    IE on Windows Phone and in iOS.
     */
html {
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

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

/**
     * Add the correct display in IE 9-.
     */
article,
aside,
footer,
header,
nav,
section {
  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
       ========================================================================== */
/**
     * Add the correct display in IE 9-.
     */
figcaption,
figure {
  display: block; }

/**
     * Add the correct margin in IE 8.
     */
figure {
  margin: 1em 40px; }

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

/**
     * Add the correct display in IE.
     */
main {
  display: block; }

/**
     * 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 */ }

/* Links
       ========================================================================== */
/**
     * 1. Remove the gray background on active links in IE 10.
     * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
     */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */ }

/* Text-level semantics
       ========================================================================== */
/**
     * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
     * 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 */ }

/**
     * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
     */
b,
strong {
  font-weight: inherit; }

/**
     * 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 style in Android 4.3-.
     */
dfn {
  font-style: italic; }

/**
     * Add the correct background and color in IE 9-.
     */
mark {
  background-color: #ff0;
  color: #000; }

/**
     * 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
       ========================================================================== */
/**
     * Add the correct display in IE 9-.
     */
audio,
video {
  display: inline-block; }

/**
     * Add the correct display in iOS 4-7.
     */
audio:not([controls]) {
  display: none;
  height: 0; }

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

/**
     * Hide the overflow in IE.
     */
svg:not(:root) {
  overflow: hidden; }

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

/**
     * Show the overflow in IE.
     */
button {
  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; }

/**
     * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
     *    controls in Android 4.
     * 2. Correct the inability to style clickable types in iOS and Safari.
     */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */ }

button,
[type="button"],
[type="reset"],
[type="submit"] {
  /**
       * Remove the inner border and padding in Firefox.
       */
  /**
       * Restore the focus styles unset by the previous rule.
       */ }
  button::-moz-focus-inner,
  [type="button"]::-moz-focus-inner,
  [type="reset"]::-moz-focus-inner,
  [type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0; }
  button:-moz-focusring,
  [type="button"]:-moz-focusring,
  [type="reset"]:-moz-focusring,
  [type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText; }

/**
     * Show the overflow in Edge.
     */
input {
  overflow: visible; }

/**
     * 1. Add the correct box sizing in IE 10-.
     * 2. Remove the padding in IE 10-.
     */
[type="checkbox"],
[type="radio"] {
  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 and cancel buttons in Chrome and Safari on macOS.
       */ }
  [type="search"]::-webkit-search-cancel-button, [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 */ }

/**
     * 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 {
  box-sizing: border-box;
  /* 1 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  color: inherit;
  /* 2 */
  white-space: normal;
  /* 1 */ }

/**
     * 1. Add the correct display in IE 9-.
     * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
     */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

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

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

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

/*
     * Add the correct display in IE 9-.
     */
menu {
  display: block; }

/* Scripting
       ========================================================================== */
/**
     * Add the correct display in IE 9-.
     */
canvas {
  display: inline-block; }

/**
     * Add the correct display in IE.
     */
template {
  display: none; }

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

body {
  font-family: 'Open Sans', sans-serif;
  color: #3a3a3a;
  font-weight: lighter; }

ul {
  list-style: none;
  margin: 0;
  padding: 0; }

a {
  text-decoration: none;
  color: #3a3a3a; }

input, textarea, button {
  background: none;
  border: none;
  resize: none;
  padding: 0; }
  input:focus, textarea:focus, button:focus {
    outline: none; }

img {
  -o-object-fit: cover;
     object-fit: cover; }

h1, h2, h3, h4, p {
  margin: 0; }

.wrapper {
  overflow: hidden; }

.main-title {
  font-size: 65px;
  margin-bottom: 10px; }

.title {
  display: inline-block;
  font-size: 50px;
  margin-bottom: 40px;
  text-transform: capitalize;
  font-weight: 300; }
  .title--light {
    color: white; }

.text {
  font-size: 18px;
  line-height: 30px; }

.counter {
  display: inline-block;
  width: 150px;
  height: 150px;
  position: relative;
  transition: height .2s ease-in-out;
  border-radius: 50%; }
  .counter .percentage {
    position: absolute;
    font-size: 30px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }
    .counter .percentage__symbol {
      font-size: 20px; }
  .counter canvas {
    position: absolute;
    top: 0;
    left: 0; }

.socials {
  display: flex;
  justify-content: space-between;
  width: 130px; }
  .socials__icon {
    fill: #C7C7C7;
    width: 25px;
    height: 25px;
    transition: 0.3s; }
    .socials__icon:hover {
      fill: #BB3F0C; }
    .socials__icon:active {
      fill: #8b2903; }

.swiper-button-prev,
.swiper-button-next {
  transform: translate(40px, 0) scale(0.9); }
  .swiper-button-prev:hover:after,
  .swiper-button-next:hover:after {
    color: #BB3F0C; }
  .swiper-button-prev:active:after,
  .swiper-button-next:active:after {
    color: #8b2903; }
  .swiper-button-prev:focus,
  .swiper-button-next:focus {
    border: none;
    outline: none; }

.swiper-button-prev {
  transform: translate(-40px, 0) scale(0.9); }

.swiper-button-next:after,
.swiper-button-prev:after {
  color: #C7C7C7; }

.swiper-pagination-bullets {
  --swiper-theme-color: #BB3F0C; }

.swiper-container-horizontal > .swiper-pagination-bullets {
  z-index: 0; }

.swiper-pagination-bullet {
  outline: none; }

@media (max-width: 1400px) {
  .main-title {
    font-size: 55px; }
  .title {
    font-size: 38px; } }

@media (max-width: 1200px) {
  .text {
    font-size: 16px; } }

@media (max-width: 800px) {
  .main-title {
    font-size: 45px; }
  .title {
    font-size: 30px;
    margin-bottom: 30px; }
  .socials {
    width: 110px; }
  .swiper-button-next {
    transform: translate(-20px, 0) scale(0.9); }
  .swiper-button-prev {
    transform: translate(20px, 0) scale(0.9); } }

@media (max-width: 600px) {
  .swiper-button-prev:hover:after,
  .swiper-button-next:hover:after {
    color: #C7C7C7; }
  .main-title {
    font-size: 40px;
    margin-bottom: 20px; }
  .text {
    font-size: 14px; } }

.container {
  max-width: 1050px;
  margin: 0 auto; }
  @media (max-width: 1200px) {
    .container {
      max-width: 700px; } }
  @media (max-width: 800px) {
    .container {
      max-width: 100%;
      padding: 0 40px; } }
  @media (max-width: 420px) {
    .container {
      padding: 0 20px; } }

.main-header {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  padding: 15px 0;
  transition: 0.7s;
  background: #2f463b;
  z-index: 10; }
  .main-header.out {
    transform: translate(0, -150px); }
  .main-header__link {
    display: flex;
    align-items: center; }
  .main-header__logo {
    width: 100px;
    height: 50px;
    margin-right: 20px; }
  .main-header .container {
    display: flex;
    justify-content: space-between; }
  @media (max-width: 420px) {
    .main-header {
      padding: 10px 0; }
      .main-header__logo {
        width: 75px;
        height: 40px; } }

.main-nav__list {
  display: flex;
  justify-content: space-between; }

.main-nav__item {
  height: 100%; }

.main-nav__link {
  display: block;
  margin-left: 40px;
  padding: 16px 0;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #C7C7C7;
  transition: 0.3s; }
  .main-nav__link:hover {
    color: #BB3F0C; }
  .main-nav__link:active {
    color: #8b2903; }
  .main-nav__link.active {
    color: #BB3F0C; }

.main-nav__burger {
  display: none; }

@media (max-width: 1200px) {
  .main-nav__link {
    font-size: 14px;
    margin-left: 20px; } }

@media (max-width: 800px) {
  .main-nav__list {
    position: absolute;
    display: block;
    bottom: 0px;
    right: -100vw;
    transform: translate(0, 100%);
    width: 100vw;
    transition: 0.3s;
    box-shadow: inset 0 10px 10px -15px #3a3a3a; }
    .main-nav__list.open {
      right: 0; }
  .main-nav__item {
    background: #2f463b; }
  .main-nav__link {
    margin-left: 0;
    padding: 20px 0;
    text-align: center; }
    .main-nav__link:hover {
      color: #C7C7C7; }
  .main-nav__burger {
    position: relative;
    display: block;
    transform: translate(0, -50%);
    margin-top: 23px;
    width: 35px;
    height: 22px;
    border-top: 2px solid #C7C7C7;
    border-bottom: 2px solid #C7C7C7;
    transition: 0.3s;
    cursor: pointer; }
    .main-nav__burger:before, .main-nav__burger:after {
      content: "";
      position: absolute;
      top: 50%;
      left: 0;
      transform: translate(0, -50%);
      width: 35px;
      height: 2px;
      background: #C7C7C7;
      transition: 0.3s; }
    .main-nav__burger:active {
      border-top: 2px solid #8b2903;
      border-bottom: 2px solid #8b2903; }
      .main-nav__burger:active:before, .main-nav__burger:active:after {
        background: #8b2903; }
    .main-nav__burger.cross {
      background: transparent;
      border: transparent; }
      .main-nav__burger.cross.main-nav__burger:before {
        transform: scale(0.9) translate(0, 0) rotate(45deg); }
      .main-nav__burger.cross.main-nav__burger:after {
        transform: scale(0.9) translate(0, 0) rotate(-45deg); } }

@media (max-width: 420px) {
  .main-nav__burger {
    transform: scale(0.9);
    margin-top: 8px; } }

.intro {
  position: relative;
  overflow: hidden;
  background-color: #2e4439; }
  @media (orientation: landscape) {
    .intro {
      background-image: url("../assets/img/intro-bg.jpg");
      background-size: cover; } }
  @media (orientation: portrait) {
    .intro {
      background: #2e4439 url("../assets/img/intro-bg--mobil.jpg") 50% 0% no-repeat;
      background-size: cover; } }
  .intro .container {
    height: 100vh;
    display: flex;
    justify-content: space-between;
    align-items: center; }
  .intro__content {
    width: 65%;
    color: white;
    opacity: 0.8; }
  .intro__text {
    max-width: 100%;
    font-size: 30px;
    line-height: 50px; }
  @media (max-width: 1400px) {
    .intro__text {
      max-width: 450px;
      font-size: 20px;
      line-height: 36px; } }
  @media (max-width: 800px) {
    .intro__text {
      font-size: 18px;
      line-height: 30px; } }
  @media (max-width: 600px) {
    .intro__text {
      margin: 0 auto;
      font-size: 16px;
      line-height: 25px; }
    .intro__content {
      width: 100%;
      text-align: center; } }

.about {
  position: relative;
  padding-top: 80px;
  padding-bottom: 60px;
  text-align: center;
  background: white; }
  .about .text {
    position: relative;
    padding: 30px 40px;
    width: 70%;
    margin-bottom: 20px;
    box-sizing: border-box;
    background: #e8eedf; }
    .about .text:nth-of-type(2n + 1) {
      margin-left: auto;
      text-align: right; }
    .about .text:nth-of-type(2n) {
      margin-right: auto;
      text-align: left; }
  @media (max-width: 1200px) {
    .about {
      padding: 50px 0; } }
  @media (max-width: 800px) {
    .about .text {
      width: 100%;
      text-indent: 40px; }
      .about .text:nth-of-type(1n) {
        text-align: justify; } }
  @media (max-width: 600px) {
    .about .text {
      padding: 20px 30px; } }
  @media (max-width: 420px) {
    .about .text {
      padding: 0;
      background: none; } }

.skills {
  position: relative;
  padding: 80px 0;
  text-align: center;
  box-sizing: border-box;
  background: white;
  z-index: 0;
  box-shadow: 0 0px 5px 0 gray; }
  .skills .container {
    position: relative; }
  .skills__list {
    overflow: hidden; }
  .skills__item.swiper-slide {
    width: 30%;
    height: 210px;
    margin-bottom: 20px;
    text-align: center;
    box-sizing: border-box; }
    .skills__item.swiper-slide:hover .counter {
      color: transparent;
      opacity: 0;
      height: 0 !important; }
    .skills__item.swiper-slide:hover .skills__description {
      height: auto;
      opacity: 1; }
  .skills .counter {
    position: relative;
    margin-bottom: 10px;
    background: white;
    transition: 0.7s; }
  .skills__name {
    font-size: 23px;
    margin-bottom: 10px; }
  .skills__description {
    display: block;
    width: 230px;
    height: 0;
    margin: 0 auto;
    line-height: 25px;
    opacity: 0;
    transition: 0.7s; }
  @media (max-width: 1200px) {
    .skills {
      padding: 50px 0; } }

.works {
  padding-top: 80px;
  padding-bottom: 100px;
  text-align: center;
  box-sizing: border-box;
  background: #2e4439 url("../assets/img/works-bg.jpg") 50% 50% no-repeat;
  background-size: cover;
  background-attachment: fixed; }
  .works .title {
    margin-bottom: 70px;
    opacity: 0.8 !important; }
  .works__inner {
    display: flex;
    justify-content: space-between; }
  .works__slider {
    position: relative;
    width: 32%;
    padding: 50px 30px;
    padding-bottom: 120px;
    background: rgba(255, 255, 255, 0.8);
    box-sizing: border-box;
    overflow: hidden; }
  .works .swiper-pagination {
    position: absolute;
    bottom: 45px !important; }
  .works__item-image img {
    display: block;
    background: white;
    width: 200px;
    height: 200px;
    margin: 0 auto;
    margin-bottom: 25px;
    border-radius: 50%;
    -o-object-fit: cover;
       object-fit: cover;
    transition: 0.5s; }
  .works__item-name {
    font-size: 26px;
    text-transform: capitalize;
    transition: 0.3s;
    border-bottom: 1px solid #3a3a3a; }
    .works__item-name:hover {
      color: #BB3F0C;
      border-bottom: 1px solid #BB3F0C; }
    .works__item-name:active {
      color: #8b2903;
      border-bottom: 1px solid #8b2903; }
  .works__description {
    position: relative;
    width: 65%;
    padding: 50px;
    background: rgba(255, 255, 255, 0.8);
    box-sizing: border-box;
    text-align: left; }
    .works__description .text {
      margin-bottom: 100px;
      text-align: left; }
  .works__description-title {
    margin-bottom: 20px;
    font-size: 30px;
    font-weight: 300; }
  .works__tags {
    display: flex;
    justify-content: start;
    margin-bottom: 20px; }
  .works__tags-item {
    color: #C7C7C7;
    background: #BB3F0C;
    margin-right: 10px;
    padding: 3px 20px;
    text-transform: uppercase; }
  .works__description-link-wrapper {
    position: absolute;
    left: 50px;
    bottom: 50px;
    width: calc(100% - 100px);
    font-size: 20px; }
  .works__description-link {
    display: block;
    padding-top: 10px;
    transition: 0.3s;
    width: 100%;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap; }
    .works__description-link:hover {
      color: #BB3F0C; }
    .works__description-link:active {
      color: #8b2903; }
  @media (max-width: 1200px) {
    .works {
      padding: 50px 0; }
      .works__inner, .works__slider, .works__description {
        display: block;
        width: 100%; }
      .works__slider {
        margin-bottom: 20px;
        padding-bottom: 90px; }
      .works__name {
        margin-bottom: 0; } }
  @media (max-width: 600px) {
    .works {
      background: #2e4439 url("../assets/img/works-bg--mobil.jpg") 50% 50% no-repeat;
      background-size: cover;
      background-attachment: fixed; }
      .works .title {
        margin-bottom: 40px; }
      .works__slider {
        padding: 40px 30px;
        padding-bottom: 80px; }
      .works__description {
        padding: 40px; }
        .works__description .text {
          text-align: justify; }
      .works__description-title {
        text-align: center; }
      .works__tags {
        flex-wrap: wrap;
        justify-content: center; }
      .works__tags-item {
        margin-bottom: 10px;
        font-size: 14px; }
      .works__description-link-wrapper {
        left: 40px;
        width: calc(100% - 80px);
        font-size: 16px; } }
  @media (max-width: 420px) {
    .works__slider {
      padding: 30px 20px;
      padding-bottom: 50px; }
    .works .swiper-pagination {
      bottom: 25px !important; }
    .works__description {
      padding: 20px; }
    .works__tags {
      margin-bottom: 0; }
    .works__description-link-wrapper {
      left: 20px;
      bottom: 30px;
      width: calc(100% - 40px); } }

.testimonials {
  position: relative;
  background: white;
  text-align: center;
  padding: 80px 0;
  box-shadow: 0 0 10px -5px #727272; }
  .testimonials .title {
    margin-bottom: 30px; }
  .testimonials__quote-icon {
    position: absolute;
    display: block;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin: 0 auto;
    fill: #e8eedf;
    width: 300px;
    height: 300px; }
  .testimonials__slider {
    overflow: hidden; }
  .testimonials__content {
    margin: 0 auto; }
  .testimonials__text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 250px;
    max-width: 700px;
    margin: 0 auto;
    padding: 80px 0;
    font-size: 18px;
    line-height: 35px;
    box-sizing: border-box; }
  .testimonials__author {
    display: flex;
    flex-direction: column;
    font-style: normal; }
  .testimonials__author-name {
    font-size: 20px;
    margin-bottom: 10px; }
  @media (max-width: 1200px) {
    .testimonials {
      padding: 50px 0; } }
  @media (max-width: 600px) {
    .testimonials__text {
      font-size: 16px; } }
  @media (max-width: 420px) {
    .testimonials .title {
      margin-bottom: 0; }
    .testimonials__quote-icon {
      width: 250px;
      height: 250px; }
    .testimonials__text {
      min-height: 320px;
      padding: 40px 0; } }

.main-footer {
  padding: 50px 0;
  background: #2e4439; }
  .main-footer .container {
    display: flex;
    justify-content: space-between;
    align-items: center; }
  .main-footer__mail, .main-footer__phone {
    font-size: 25px;
    transition: 0.3s;
    border-bottom: 1px solid transparent;
    color: #C7C7C7; }
    .main-footer__mail:hover, .main-footer__phone:hover {
      color: #BB3F0C;
      border-bottom: 1px solid #BB3F0C; }
    .main-footer__mail:active, .main-footer__phone:active {
      color: #8b2903;
      border-bottom: 1px solid #8b2903; }
  .main-footer__phone {
    font-weight: normal;
    font-size: 23px; }
  @media (max-width: 800px) {
    .main-footer__mail, .main-footer__phone {
      font-size: 19px; } }
  @media (max-width: 600px) {
    .main-footer {
      padding: 40px 0; }
      .main-footer .container {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center; }
      .main-footer__mail, .main-footer__phone {
        margin-bottom: 20px; } }
