@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,400,700&display=swap");
/*! 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; }

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

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

/* Reset margins and paddings on most elements */
body,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
li,
p,
pre,
blockquote,
figure,
hr {
  margin: 0;
  padding: 0; }

/* Removes discs from ul */
ul {
  list-style: none; }

input,
textarea,
select,
button {
  color: inherit;
  font: inherit;
  letter-spacing: inherit; }

input,
textarea,
button {
  border: 1px solid gray; }

button {
  border-radius: 0;
  padding: 0.75em 1em;
  background-color: transparent; }

embed,
iframe,
img,
object,
video {
  display: block;
  max-width: 100%; }

/*
 * 	Default theme - Owl Carousel CSS File
 */
.owl-theme .owl-nav {
  margin-top: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent; }
  .owl-theme .owl-nav [class*='owl-'] {
    color: #FFF;
    font-size: 14px;
    margin: 5px;
    padding: 4px 7px;
    background: #D6D6D6;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px; }
    .owl-theme .owl-nav [class*='owl-']:hover {
      background: #ff0463;
      color: #FFF;
      text-decoration: none; }
  .owl-theme .owl-nav .disabled {
    opacity: 0.5;
    cursor: default; }

.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px; }

.owl-theme .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent; }
  .owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
    *display: inline; }
    .owl-theme .owl-dots .owl-dot span {
      width: 10px;
      height: 10px;
      margin: 5px 7px;
      background: #D6D6D6;
      display: block;
      -webkit-backface-visibility: visible;
      -webkit-transition: opacity 200ms ease;
      -o-transition: opacity 200ms ease;
      transition: opacity 200ms ease;
      border-radius: 30px; }
    .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
      background: #ff0463; }

/*
 *  Owl Carousel - Core
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1; }
  .owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    touch-action: manipulation;
    -moz-backface-visibility: hidden;
    /* fix firefox animation glitch */ }
  .owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0; }
  .owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    /* fix for flashing background */
    -webkit-transform: translate3d(0px, 0px, 0px); }
  .owl-carousel .owl-wrapper,
  .owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0); }
  .owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none; }
  .owl-carousel .owl-item img {
    display: block;
    width: 100%; }
  .owl-carousel .owl-nav.disabled,
  .owl-carousel .owl-dots.disabled {
    display: none; }
  .owl-carousel .owl-nav .owl-prev,
  .owl-carousel .owl-nav .owl-next,
  .owl-carousel .owl-dot {
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .owl-carousel .owl-nav button.owl-prev,
  .owl-carousel .owl-nav button.owl-next,
  .owl-carousel button.owl-dot {
    background: none;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit; }
  .owl-carousel.owl-loaded {
    display: block; }
  .owl-carousel.owl-loading {
    opacity: 0;
    display: block; }
  .owl-carousel.owl-hidden {
    opacity: 0; }
  .owl-carousel.owl-refresh .owl-item {
    visibility: hidden; }
  .owl-carousel.owl-drag .owl-item {
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .owl-carousel.owl-grab {
    cursor: move;
    cursor: -webkit-grab;
    cursor: grab; }
  .owl-carousel.owl-rtl {
    direction: rtl; }
  .owl-carousel.owl-rtl .owl-item {
    float: right; }

/* No Js */
.no-js .owl-carousel {
  display: block; }

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
  -o-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both; }

.owl-carousel .owl-animated-in {
  z-index: 0; }

.owl-carousel .owl-animated-out {
  z-index: 1; }

.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  -o-animation-name: fadeOut;
  animation-name: fadeOut; }

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@-o-keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  -webkit-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out; }

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item {
  /**
			This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrong
			calculation of the height of the owl-item that breaks page layouts
		 */ }
  .owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    -webkit-transition: opacity 400ms ease;
    -o-transition: opacity 400ms ease;
    transition: opacity 400ms ease; }
  .owl-carousel .owl-item .owl-lazy[src^=""], .owl-carousel .owl-item .owl-lazy:not([src]) {
    max-height: 0; }
  .owl-carousel .owl-item img.owl-lazy {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d; }

/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000; }

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: -webkit-transform 100ms ease;
  transition: -webkit-transform 100ms ease;
  -o-transition: -o-transform 100ms ease;
  transition: transform 100ms ease;
  transition: transform 100ms ease, -webkit-transform 100ms ease, -o-transform 100ms ease; }

.owl-carousel .owl-video-play-icon:hover {
  -webkit-transform: scale(1.3, 1.3);
  -ms-transform: scale(1.3, 1.3);
  -o-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3); }

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none; }

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease; }

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%; }

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

html {
  font-size: 10px;
  height: 100%;
  scroll-behavior: smooth; }

body {
  background: rgba(243, 236, 236, 0.9);
  min-height: 100%;
  font-size: 2.4rem;
  line-height: 32px;
  color: #000;
  font-family: 'Open Sans', sans-serif; }

.container {
  max-width: 90%;
  width: 1180px;
  margin: 0 auto; }

.title-block {
  text-align: center; }
  .title-block__title {
    font-size: 5rem;
    line-height: 5.6rem; }
    .title-block__title::after {
      content: '';
      display: block;
      width: 175px;
      height: 2px;
      background-color: #000;
      margin: 40px auto; }
  .title-block__subtitle {
    margin-bottom: 30px;
    font-size: 3.2rem;
    line-height: 4rem; }

canvas {
  position: absolute;
  top: 10%;
  left: 0;
  z-index: -1;
  height: 57vh;
  width: 100%; }

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #2E364F; }

.navbar {
  position: fixed;
  z-index: 2;
  width: 100%;
  top: 0;
  color: #FBF8EF;
  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;
  padding: 10px 6%;
  font-size: 1.8rem;
  background-color: #2E364F;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  -webkit-transition: all 0.5s ease-in;
  -o-transition: all 0.5s ease-in;
  transition: all 0.5s ease-in; }
  .navbar__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-items: center; }
  .navbar__menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    width: 60%; }
  .navbar__item {
    margin-left: 15px; }
  .navbar__link {
    text-decoration: none;
    color: inherit;
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in; }
    .navbar__link:hover, .navbar__link:focus, .navbar__link:active {
      color: #2AA1AF;
      -webkit-transform: scale(1.5);
      -ms-transform: scale(1.5);
      -o-transform: scale(1.5);
      transform: scale(1.5); }
  .navbar__lang {
    outline: none;
    border: none;
    background-color: #2E364F;
    width: 100%;
    padding-bottom: 5px;
    cursor: pointer;
    outline: none;
    background-image: none; }
  .navbar__lang-item {
    background-color: #2E364F;
    outline: none;
    padding: 2px 0 2px 5px;
    cursor: pointer; }
  .navbar__lang-wrap {
    position: relative;
    width: 50px; }
  .navbar__lang-img {
    position: absolute;
    right: 25%;
    top: 24%;
    width: 35px;
    background-color: #2E364F; }
  .navbar__lang-icon {
    width: 20px;
    height: 20px; }
  .navbar__title {
    font-size: 2.4rem;
    color: #fff;
    text-decoration: none;
    cursor: pointer;
    font-weight: 700; }
  .navbar__subtitle {
    color: #2AA1AF;
    font-size: 1.6rem; }
  .navbar__burger-menu {
    display: none;
    position: relative; }
  .navbar__checkbox {
    position: absolute;
    width: 25px;
    height: 25px;
    top: 0;
    left: 0;
    z-index: 1;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
  .navbar__burger-img {
    position: relative;
    z-index: 3;
    -webkit-transition: all 1s ease-in;
    -o-transition: all 1s ease-in;
    transition: all 1s ease-in;
    cursor: pointer; }
  .navbar__burger-submenu {
    position: absolute;
    right: 0;
    top: 0;
    height: 100vh;
    padding: 20% 10% 0 10%;
    background: rgba(46, 54, 79, 0.9);
    -webkit-transition: all 0.7s ease-in;
    -o-transition: all 0.7s ease-in;
    transition: all 0.7s ease-in;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%); }
    .navbar__burger-submenu--active {
      -webkit-transform: translateX(0%);
      -ms-transform: translateX(0%);
      -o-transform: translateX(0%);
      transform: translateX(0%); }
  .navbar__burger-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }

.header {
  text-align: center;
  position: relative;
  height: 100vh; }
  .header__about {
    padding-top: 115px; }
  .header__suptitle {
    font-size: 5.6rem;
    line-height: 5.6rem;
    margin: 0 10px 60px 10px; }
  .header__title {
    font-size: 4rem;
    line-height: 4.8rem; }
    .header__title::after {
      content: '';
      display: block;
      width: 175px;
      height: 2px;
      background-color: #000;
      margin: 40px auto; }
  .header__subtitle {
    font-size: 3rem;
    max-width: 90%;
    margin: 0 auto;
    line-height: 40px; }
  .header__bg {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 40vh;
    background: #2AA1AF url(../img/front-end-2.jpg) top no-repeat;
    background-size: cover; }
  .header__bg-img {
    width: 100%; }
  .header__bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: left;
    margin-top: 40px;
    overflow: hidden; }
  .header__title-about {
    min-width: 19%;
    margin-right: 12%;
    font-weight: 700;
    font-size: 4rem;
    line-height: 4.8rem;
    -webkit-transform: translate(0, 500px);
    -ms-transform: translate(0, 500px);
    -o-transform: translate(0, 500px);
    transform: translate(0, 500px);
    opacity: 0;
    -webkit-transition: all 0.9s ease-in;
    -o-transition: all 0.9s ease-in;
    transition: all 0.9s ease-in; }
    .header__title-about::after {
      content: '';
      display: block;
      width: 175px;
      height: 2px;
      background-color: #000;
      margin: 40px auto;
      margin: 40px 0; }
  .header__text-about {
    text-align: justify;
    line-height: 32px;
    -webkit-transform: translate(0, 500px);
    -ms-transform: translate(0, 500px);
    -o-transform: translate(0, 500px);
    transform: translate(0, 500px);
    opacity: 0;
    -webkit-transition: all 0.7s ease-in;
    -o-transition: all 0.7s ease-in;
    transition: all 0.7s ease-in; }

.skills {
  -webkit-transform: translate(0, 500px);
  -ms-transform: translate(0, 500px);
  -o-transform: translate(0, 500px);
  transform: translate(0, 500px);
  opacity: 0;
  -webkit-transition: all 0.7s ease-in;
  -o-transition: all 0.7s ease-in;
  transition: all 0.7s ease-in;
  padding: 50px 0; }
  .skills__items {
    display: grid;
    grid-template: repeat(2, 1fr)/repeat(3, 1fr);
    text-align: center;
    grid-row-gap: 20px; }
  .skills__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
  .skills__wrap-prog {
    position: relative; }
  .skills .percentHtml,
  .skills .percentCss,
  .skills .percentJS,
  .skills .percentGulp,
  .skills .percentBootstrap,
  .skills .percentAdaptive {
    position: absolute;
    position: absolute;
    top: 40%;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    font-size: 5.5rem;
    font-weight: 700; }
  .skills #progress,
  .skills #progress_2,
  .skills #progress_3,
  .skills #progress_4,
  .skills #progress_5,
  .skills #progress_6 {
    -webkit-transform-origin: 115px 115px;
    -ms-transform-origin: 115px 115px;
    -o-transform-origin: 115px 115px;
    transform-origin: 115px 115px;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transition: all 1.5s linear;
    -o-transition: all 1.5s linear;
    transition: all 1.5s linear; }
  .skills__title {
    font-weight: 700; }
  .skills__soft {
    text-align: center;
    margin-top: 50px;
    font-size: 3.2rem;
    line-height: 4rem; }

.active {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
  opacity: 1; }

.education {
  padding: 50px 0;
  background-color: #2E364F;
  color: #2AA1AF; }
  .education__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 30px; }
  .education__name {
    min-width: 25%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    border-top: 1px solid #2AA1AF;
    border-bottom: 1px solid #2AA1AF;
    padding: 20px 0; }
  .education__organization {
    text-decoration: none;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    color: #2AA1AF;
    font-weight: 700;
    font-size: 4rem;
    line-height: 4.8rem; }
    .education__organization--beetroot {
      -webkit-animation: 2s linear 0s infinite link_beetroot;
      -o-animation: 2s linear 0s infinite link_beetroot;
      animation: 2s linear 0s infinite link_beetroot; }
  .education__transcription {
    padding-left: 100px;
    color: #fff; }
    .education__transcription::after, .education__transcription::before {
      content: '';
      display: block;
      width: 75%;
      height: 2px;
      background-color: #000;
      margin: 0 auto;
      background-color: #2AA1AF; }
    .education__transcription::after {
      margin-top: 20px; }
    .education__transcription::before {
      margin-bottom: 20px; }
  .education__time {
    font-size: 3rem;
    line-height: 4rem;
    margin-top: 15px; }
  .education .title-block__title::after {
    background-color: #2AA1AF; }

@-webkit-keyframes link_beetroot {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  50% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1); } }

@-o-keyframes link_beetroot {
  0% {
    -o-transform: scale(1);
    transform: scale(1); }
  50% {
    -o-transform: scale(1.1);
    transform: scale(1.1); } }

@keyframes link_beetroot {
  0% {
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); }
  50% {
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1); } }

.experience {
  padding: 50px; }

.projects {
  padding: 50px 0 70px 0; }
  .projects__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%; }
  .projects__item {
    display: block;
    background-color: rgba(0, 0, 0, 0.7);
    text-decoration: none;
    text-align: center;
    overflow: hidden;
    position: relative;
    color: #fff;
    padding: 10px 10px 490px 10px;
    -webkit-transition: all 0.5s ease-in;
    -o-transition: all 0.5s ease-in;
    transition: all 0.5s ease-in; }
    .projects__item:hover, .projects__item:active, .projects__item:focus {
      background-color: rgba(0, 0, 0, 0.3); }
      .projects__item:hover .projects__prew, .projects__item:active .projects__prew, .projects__item:focus .projects__prew {
        -webkit-transform: translate(-50%, -50%) scale(1.1);
        -ms-transform: translate(-50%, -50%) scale(1.1);
        -o-transform: translate(-50%, -50%) scale(1.1);
        transform: translate(-50%, -50%) scale(1.1); }
  .projects__prew {
    -webkit-transition: all 0.4s ease-in;
    -o-transition: all 0.4s ease-in;
    transition: all 0.4s ease-in;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 50%;
    right: -50%;
    -webkit-transform: translate(-50%, -50%) scale(1.2);
    -ms-transform: translate(-50%, -50%) scale(1.2);
    -o-transform: translate(-50%, -50%) scale(1.2);
    transform: translate(-50%, -50%) scale(1.2);
    z-index: -1; }
  .projects__name {
    -webkit-transition: all 1s ease-in;
    -o-transition: all 1s ease-in;
    transition: all 1s ease-in;
    font-size: 3.2rem;
    line-height: 4rem; }

.owl-theme .owl-nav + .owl-dots {
  margin-top: 30px; }

.owl-item .center {
  -webkit-transform: scale(1.1) !important;
  -ms-transform: scale(1.1) !important;
  -o-transform: scale(1.1) !important;
  transform: scale(1.1) !important; }

.owl-prev {
  left: -4%; }

.owl-next {
  right: -4%; }

.owl-next,
.owl-prev {
  position: absolute;
  top: 40%;
  outline: none !important;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in; }
  .owl-next:hover,
  .owl-prev:hover {
    background: none !important;
    -webkit-transform: scale(1.3);
    -ms-transform: scale(1.3);
    -o-transform: scale(1.3);
    transform: scale(1.3); }
  .owl-next span,
  .owl-prev span {
    font-size: 6rem;
    color: #000; }

.owl-dot span {
  border-radius: 0 !important;
  background-color: #000 !important;
  width: 20px !important;
  height: 2px !important;
  margin: 5px 4px !important; }

.owl-dot.active span {
  height: 6px !important;
  outline: none; }

.owl-dot {
  outline: none; }
  .owl-dot:hover span {
    height: 6px !important; }

.footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  padding: 25px 8%;
  background-color: #9ACB34; }
  .footer__foto {
    width: 200px;
    height: 200px;
    border-radius: 50%;
    position: relative;
    overflow: hidden;
    background: #2AA1AF url(../img/foto.jpg) center no-repeat;
    background-size: cover;
    margin-right: 30px; }
  .footer__about-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .footer__about {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start; }
  .footer__location {
    margin-top: 20px;
    text-decoration: none;
    color: #000; }
    .footer__location:hover, .footer__location:focus, .footer__location:active {
      text-decoration: underline; }
      .footer__location:hover .footer__loc-icon, .footer__location:focus .footer__loc-icon, .footer__location:active .footer__loc-icon {
        -webkit-animation: none;
        -o-animation: none;
        animation: none; }
  .footer__loc-icon {
    width: 30px;
    height: 30px;
    display: inline-block;
    -webkit-animation: 1.5s linear 0s infinite AnimateLocation;
    -o-animation: 1.5s linear 0s infinite AnimateLocation;
    animation: 1.5s linear 0s infinite AnimateLocation; }

@-webkit-keyframes AnimateLocation {
  0% {
    -webkit-transform: rotateY(0);
    transform: rotateY(0); }
  50% {
    -webkit-transform: rotateY(90deg);
    transform: rotateY(90deg); }
  100% {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg); } }

@-o-keyframes AnimateLocation {
  0% {
    transform: rotateY(0); }
  50% {
    transform: rotateY(90deg); }
  100% {
    transform: rotateY(180deg); } }

@keyframes AnimateLocation {
  0% {
    -webkit-transform: rotateY(0);
    transform: rotateY(0); }
  50% {
    -webkit-transform: rotateY(90deg);
    transform: rotateY(90deg); }
  100% {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg); } }
  .footer__social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-decoration: none;
    color: #000;
    font-size: 1.6rem;
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in; }
    .footer__social:hover, .footer__social:focus, .footer__social:active {
      text-shadow: 2px 4px 4px rgba(0, 0, 0, 0.75); }
  .footer__soc-icon {
    margin-right: 20px; }
  .footer__socials {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: distribute;
    justify-content: space-around; }
  .footer__title {
    font-weight: 700;
    font-size: 2rem;
    margin-left: 34px; }
  .footer__subtitle {
    font-size: 1.6rem;
    line-height: 2.4rem;
    color: #2AA1AF;
    margin-left: 34px; }

@media screen and (max-width: 1015px) {
  .navbar__menu,
  .navbar__lang-wrap {
    display: none; }
  .navbar__burger-menu {
    display: block; }
  .projects__item {
    padding: 10px 10px 450px 10px; }
  .projects__prew {
    width: auto;
    height: auto; } }

@media screen and (max-width: 830px) {
  .skills__items {
    grid-template: repeat(3, 1fr)/repeat(2, 1fr); }
  .footer__socials {
    margin-top: 20px; }
  .footer__social {
    margin-top: 10px; } }

@media screen and (max-width: 715px) {
  .header__title {
    font-size: 3rem; }
  .header__subtitle {
    font-size: 2.5rem; }
  .header__text-about,
  .education__transcription {
    font-size: 2rem; }
  .header__title-about {
    min-width: 26%; }
  .header__suptitle {
    margin: 0 10px 30px 10px; }
  .education__time {
    font-size: 2.6rem; } }

@media screen and (max-width: 576px) {
  .header__suptitle {
    margin: 0 10px 20px 10px; }
  .header__title-about::after {
    width: 120px; }
  .header__title-about {
    font-size: 3rem;
    margin-right: 5%;
    min-width: 30%; }
  .skills__soft {
    font-size: 2.4rem; }
  .skills__items {
    grid-template: repeat(6, 1fr)/repeat(1, 1fr);
    grid-gap: 35px; }
  .education__item {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .education__transcription {
    padding: 0 10% 0 10%; }
  .education__name {
    border: none; }
  .footer__title,
  .footer__location {
    font-size: 1.8rem; } }

@media screen and (max-width: 480px) {
  .header__title-about::after {
    margin: 40px auto; }
  .header__bottom {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .header__title::after {
    margin: 20px auto; }
  .header__suptitle {
    font-size: 4.5rem; }
  .footer__foto {
    width: 120px;
    height: 120px;
    margin-right: 15px; }
  .footer {
    padding: 25px 5%; }
  .footer__title {
    font-size: 1.5rem; }
  .header__title {
    font-size: 2rem; }
  .header__subtitle {
    font-size: 1.7rem; } }

@media screen and (max-width: 414px) {
  .header__suptitle {
    font-size: 4rem;
    margin: 0; }
  .header__bg {
    height: 35vh; }
  .header__title::after {
    margin: 5px auto; }
  .header__about {
    padding-top: 95px; } }
