*,
*::before,
*::after {
  padding: 0;
  margin: 0;
  border: 0;
  box-sizing: border-box;
}

a {
  text-decoration: none;
  color: inherit;
}

:focus,
:active,
a:focus,
a:active {
  outline: none;
}

ul,
ol,
li {
  list-style: none;
}

img {
  vertical-align: top;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: inherit;
  font-size: inherit;
}

html,
body {
  height: 100%;
  line-height: 1;
}

button,
input {
  font-weight: inherit;
  font-size: inherit;
  color: inherit;
  font-family: inherit;
}

input::-ms-clear {
  display: none;
}

button {
  cursor: pointer;
  background-color: inherit;
}

button::-moz-focus-inner {
  padding: 0;
  margin: 0;
}

input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
  display: none;
}

html {
  font-size: 62.5%;
}
@media only screen and (min-width: 1800px) {
  html {
    font-size: 75%;
  }
}

body {
  color: rgba(31, 31, 31, 0.4);
  font-family: "e-Ukraine-Light";
  font-size: 1.2rem;
  font-style: normal;
  line-height: 1.4;
  background-color: #F6F6F6;
}

[class*=__container] {
  max-width: 124.6rem;
  width: 100%;
  margin: 0 auto;
  padding: 0 2rem;
}

.main__container {
  margin-top: 1.8rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-items: flex-start;
  gap: 3rem 1rem;
  padding-bottom: 1.7rem;
}
@media only screen and (max-width: 767.98px) {
  .main__container {
    flex-direction: column;
    margin-top: 8rem;
  }
}
@media only screen and (max-width: 479.98px) {
  .main__container {
    margin-top: 5.1rem;
    padding-top: 0.9rem;
  }
}

@media only screen and (max-width: 1198.98px) {
  .part-one {
    max-width: 40%;
    width: 100%;
  }
}
@media only screen and (max-width: 767.98px) {
  .part-one {
    max-width: 75.7rem;
    width: 100%;
  }
}

.part-two {
  max-width: 70.1rem;
  width: 100%;
  overflow: hidden;
}
@media only screen and (max-width: 767.98px) {
  .part-two {
    max-width: 100%;
  }
}

.color-1 {
  background-color: #ffffff !important;
}

.color-2 {
  background: linear-gradient(0deg, rgba(9, 201, 187, 0.1) 0%, rgba(9, 201, 187, 0.1) 100%), #FFF;
}

.color-3 {
  background-color: #FAE7E7;
}

.color-4 {
  color: rgba(9, 201, 187, 0.5) !important;
}

.color-5 {
  color: rgba(201, 9, 9, 0.3) !important;
}

.header {
  padding: 2rem 0;
  background-color: #F6F6F6;
}
@media only screen and (max-width: 767.98px) {
  .header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    justify-content: center;
    position: fixed;
    width: 100%;
    height: 8rem;
    top: 0;
    left: 0;
  }
}
@media only screen and (max-width: 479.98px) {
  .header {
    padding: 1.5rem 0 0.9rem;
    height: 5.4rem;
  }
}
.header__container {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #F6F6F6;
}
.header__btn {
  display: none;
  margin-right: 2rem;
  max-width: 4rem;
  width: 100%;
  height: 4rem;
  cursor: pointer;
}
@media only screen and (max-width: 767.98px) {
  .header__btn {
    display: inline-block;
  }
}
@media only screen and (max-width: 479.98px) {
  .header__btn {
    margin-right: 1.2rem;
    max-width: 2.4rem;
    height: 2.4rem;
  }
}
.header__btn span {
  background: url(../icons/menu.svg) no-repeat center/contain;
  width: 4rem;
  height: 4rem;
  display: inline-block;
  transition: all 0.3s ease 0s;
}
@media only screen and (max-width: 479.98px) {
  .header__btn span {
    width: 2.4rem;
    height: 2.4rem;
  }
}
.header__btn.active span {
  background: url(../icons/menu-close.svg) no-repeat center/contain;
}
.header__wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header__logo {
  display: flex;
}
.header__logo img {
  max-width: 25.3rem;
  width: 100%;
}
@media only screen and (max-width: 767.98px) {
  .header__logo img {
    max-width: 18.9rem;
  }
}
@media only screen and (max-width: 479.98px) {
  .header__logo img {
    max-width: 15.2rem;
  }
}
.header__nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
  padding-top: 0.5rem;
  margin-left: 4.3rem;
  transition: all 0.3s ease 0s;
  background-color: #F6F6F6;
}
@media only screen and (max-width: 991.98px) {
  .header__nav {
    margin-left: 1rem;
  }
}
@media only screen and (max-width: 767.98px) {
  .header__nav {
    align-items: flex-start;
    position: fixed;
    left: -100%;
    top: 8rem;
    width: 100%;
    height: 100%;
    padding: 0.5rem 2rem 9rem;
  }
}
@media only screen and (max-width: 479.98px) {
  .header__nav {
    top: 5.4rem;
  }
}
.header__nav.active {
  left: -1rem;
}
.header__items {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media only screen and (max-width: 767.98px) {
  .header__items {
    flex-direction: column;
    align-items: flex-start;
  }
}
.header__items li + li {
  margin-left: 2rem;
}
@media only screen and (max-width: 767.98px) {
  .header__items li + li {
    margin-left: 0;
    margin-top: 2rem;
  }
}
.header__link {
  color: #4F4F4F;
  font-family: "e-Ukraine-Regular";
  font-size: 1.4rem;
  line-height: 1;
  transition: all 0.3s ease 0s;
  white-space: nowrap;
}
@media only screen and (max-width: 767.98px) {
  .header__link {
    font-size: 2.4rem;
  }
}
.header__link:hover {
  color: #09c9bb;
}

.face__container {
  display: flex;
  align-items: center;
  gap: 2rem;
  padding: 0;
}
@media only screen and (max-width: 479.98px) {
  .face__container {
    gap: 1rem;
  }
}
.face__img {
  width: 10.5rem;
  height: 13rem;
}
@media only screen and (max-width: 479.98px) {
  .face__img {
    max-width: 8.3rem;
    max-height: 10.2rem;
    width: 100%;
    height: 100%;
  }
}
.face__img img {
  width: 10.5rem;
  height: 13rem;
}
@media only screen and (max-width: 479.98px) {
  .face__img img {
    max-width: 8.3rem;
    max-height: 10.2rem;
    width: 100%;
    height: 100%;
  }
}
.face__box h2 {
  color: #1F1F1F;
  font-family: "e-Ukraine-Regular";
  font-size: 3rem;
  font-weight: 400;
  line-height: 1;
}
@media only screen and (max-width: 479.98px) {
  .face__box h2 {
    font-size: 2.4rem;
  }
}
@media only screen and (max-width: 315px) {
  .face__box h2 {
    white-space: wrap;
  }
}
.face__box h2 span {
  display: inline-block;
  width: 1.6rem;
  height: 1.6rem;
  margin-left: 0.6rem;
}
@media only screen and (max-width: 479.98px) {
  .face__box h2 span {
    width: 1.2rem;
    height: 1.2rem;
    margin-left: 0.5rem;
  }
}
.face__box h2 span img {
  width: 100%;
  height: 100%;
}
.face__box h3 {
  color: rgba(31, 31, 31, 0.4);
  font-family: "e-Ukraine-Light";
  font-size: 1.7rem;
  font-weight: 300;
  line-height: 1;
  margin-top: 1.2rem;
}
@media only screen and (max-width: 479.98px) {
  .face__box h3 {
    margin-top: 0.8rem;
    font-size: 1.2rem;
  }
}
.face__social {
  margin-top: 1.9rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  justify-content: flex-start;
  flex-wrap: wrap;
}
@media only screen and (max-width: 479.98px) {
  .face__social {
    margin-top: 1.2rem;
    gap: 0.5rem;
  }
}
.face__social a {
  display: inline-block;
  width: 4rem;
  height: 4rem;
  background-color: #ffffff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease 0s;
}
@media only screen and (max-width: 479.98px) {
  .face__social a {
    width: 3.4rem;
    height: 3.4rem;
  }
}
.face__social a svg {
  width: 1.6rem;
  height: 1.6rem;
}
@media only screen and (max-width: 479.98px) {
  .face__social a svg {
    width: 1.3rem;
    height: 1.3rem;
  }
}
.face__social a:hover {
  background-color: #09c9bb;
}
.face__social a:hover path {
  fill: #ffffff;
}

.about-me__container {
  padding: 0;
}
.about-me__container h1 {
  color: #1F1F1F;
  font-family: "e-Ukraine-Regular";
  font-size: 5rem;
  font-weight: 400;
  line-height: 1;
}
.about-me__container h1 span {
  display: inline-block;
}
.about-me__container h1 span i {
  color: #09c9bb;
}
@media only screen and (max-width: 479.98px) {
  .about-me__container h1 {
    font-size: 3rem;
  }
}
.about-me__info {
  margin-top: 3rem;
}
@media only screen and (max-width: 767.98px) {
  .about-me__info {
    margin-top: 2rem;
  }
}
.about-me__info p {
  color: rgba(31, 31, 31, 0.4);
  font-family: "e-Ukraine-Light";
  font-size: 1.5rem;
  font-weight: 300;
  line-height: 1.5;
}
.about-me__info p span {
  color: #09c9bb;
}
@media only screen and (max-width: 479.98px) {
  .about-me__info {
    font-size: 1.3rem;
  }
}
.about-me__info p + p {
  margin-top: 2rem;
}
@media only screen and (max-width: 479.98px) {
  .about-me__info p + p {
    margin-top: 1.5rem;
  }
}

.certificates {
  margin-top: 4rem;
}
@media only screen and (max-width: 767.98px) {
  .certificates {
    margin-top: 3rem;
    margin-bottom: 3.2rem;
  }
}
@media only screen and (max-width: 479.98px) {
  .certificates {
    margin-bottom: 3.1rem;
  }
}
.certificates__container {
  padding: 0;
}
.certificates__container h2 {
  color: #1F1F1F;
  font-family: "e-Ukraine-Regular";
  font-size: 3rem;
  font-weight: 400;
  line-height: 1;
}
.certificates__items {
  margin-top: 4rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 2rem;
}
@media only screen and (max-width: 1198.98px) {
  .certificates__items {
    flex-wrap: wrap;
    justify-content: center;
  }
}
@media only screen and (max-width: 767.98px) {
  .certificates__items {
    margin-top: 3rem;
  }
}
@media only screen and (max-width: 479.98px) {
  .certificates__items {
    margin-top: 2rem;
    justify-content: flex-start;
  }
}
.certificates__item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0.4rem;
  width: 22rem;
}
@media only screen and (max-width: 479.98px) {
  .certificates__item {
    gap: 0.8rem;
    width: 31.2rem;
  }
}
.certificates__item:hover h3 {
  color: #09c9bb;
}
.certificates__img {
  width: 9rem;
  height: 9rem;
  display: flex;
}
@media only screen and (max-width: 479.98px) {
  .certificates__img {
    width: 10rem;
    height: 10rem;
  }
}
.certificates__img img {
  width: 9rem;
  height: 9rem;
  display: flex;
}
@media only screen and (max-width: 479.98px) {
  .certificates__img img {
    width: 10rem;
    height: 10rem;
  }
}
.certificates__info {
  width: 100%;
}
.certificates__info h3 {
  color: #1F1F1F;
  font-family: "e-Ukraine-Regular";
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.4;
  transition: all 0.3s ease 0s;
}
.certificates__box {
  margin-top: 1rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.certificates__box p {
  color: rgba(31, 31, 31, 0.4);
  font-family: "e-Ukraine-Light";
  font-size: 1.2rem;
  line-height: 1;
}
.certificates__box p span {
  color: #09c9bb;
}

.career {
  margin-top: 4rem;
  max-width: 41.5rem;
  width: 100%;
}
@media only screen and (max-width: 991.98px) {
  .career {
    max-width: 100%;
  }
}
@media only screen and (max-width: 767.98px) {
  .career {
    max-width: 100%;
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 479.98px) {
  .career {
    margin-top: 3.1rem;
  }
}
.career h2 {
  color: #1F1F1F;
  font-family: "e-Ukraine-Regular";
  font-size: 2rem;
  font-weight: 400;
  line-height: 1;
  margin-bottom: 1.5rem;
}
@media only screen and (max-width: 767.98px) {
  .career h2 {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 479.98px) {
  .career h2 {
    font-size: 1.6rem;
  }
}
.career__wrapper {
  height: 56.3rem;
  overflow-y: scroll;
}
@media only screen and (max-width: 991.98px) {
  .career__wrapper {
    height: 85rem;
  }
}
@media only screen and (max-width: 767.98px) {
  .career__wrapper {
    display: flex;
    height: auto;
    overflow-y: auto;
    overflow-x: scroll;
    padding-bottom: 2.8rem;
  }
}
@media only screen and (max-width: 479.98px) {
  .career__wrapper {
    padding-bottom: 1.4rem;
  }
}
.career__box:first-child {
  margin-top: 1.5rem;
}
@media only screen and (max-width: 767.98px) {
  .career__box:first-child {
    margin-top: 2rem;
  }
}
@media only screen and (max-width: 479.98px) {
  .career__box:first-child {
    margin-top: 1.6rem;
  }
}
.career__box {
  margin-top: 3rem;
}
@media only screen and (max-width: 767.98px) {
  .career__box {
    margin-top: 2rem;
  }
}
@media only screen and (max-width: 479.98px) {
  .career__box {
    margin-top: 1.6rem;
  }
}
.career__box h3 {
  color: #09c9bb;
  font-family: "e-Ukraine-Regular";
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1;
}
.career__items {
  padding-right: 2.1rem;
}
@media only screen and (max-width: 767.98px) {
  .career__items {
    display: flex;
    margin-top: 1.6rem;
  }
}
@media only screen and (max-width: 479.98px) {
  .career__items {
    margin-top: 1.2rem;
  }
}
.career__item {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1.2rem;
  margin-top: 2rem;
}
@media only screen and (max-width: 767.98px) {
  .career__item {
    width: 39.2rem;
    margin-top: 0;
    margin-right: 2rem;
  }
}
@media only screen and (max-width: 767.98px) {
  .career__item:last-child {
    margin-right: 0;
  }
}
.career__img {
  width: 6rem;
  height: 6rem;
}
.career__img img {
  width: 6rem;
  height: 100%;
}
.career__info h4 {
  color: #1F1F1F;
  font-family: "e-Ukraine-Regular";
  font-size: 1.2rem;
  line-height: 1.4;
}
.career__info h4 span {
  color: rgba(31, 31, 31, 0.4);
}
.career__info h5 {
  color: #09c9bb;
  font-family: "e-Ukraine-Light";
  font-size: 1.2rem;
  line-height: 1.4;
  margin-top: 0.4rem;
}
.career__info p {
  color: rgba(31, 31, 31, 0.4);
  font-family: "e-Ukraine-Light";
  font-size: 1.2rem;
  font-weight: 300;
  line-height: 1.4;
  margin-top: 0.4rem;
  height: 3.4rem;
  overflow: hidden;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.career__active, .career__active p, .career__active h4 {
  cursor: pointer;
  transition: all 0.3s ease 0s;
}
.career__active:hover h4 {
  color: #09c9bb;
}
.career__active:hover p {
  color: rgba(31, 31, 31, 0.8);
  height: auto;
  overflow: unset;
  -webkit-line-clamp: unset;
}

.project {
  margin-top: 3rem;
}
.project__items {
  display: flex;
  gap: 1.2rem 2rem;
  overflow-x: scroll;
  padding-bottom: 2rem;
}
@media only screen and (max-width: 479.98px) {
  .project__items {
    flex-direction: column;
    overflow: auto;
  }
}
.project__item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-items: flex-start;
  flex-direction: column;
  padding: 1.8rem;
}
.project__item > span {
  display: inline-block;
  color: #ffffff;
  font-family: "e-Ukraine-Regular";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.4;
  background-color: rgba(224, 224, 224, 0.8);
  padding: 0.4rem 0.8rem;
}
.project__item h3 {
  color: #1F1F1F;
  font-family: "e-Ukraine-Regular";
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.4;
  margin-top: 0.8rem;
  transition: all 0.3s ease 0s;
}
.project__item p {
  color: rgba(31, 31, 31, 0.4);
  font-family: "e-Ukraine-Light";
  font-size: 1.2rem;
  font-weight: 300;
  line-height: 1.4;
  margin-top: 1.2rem;
  width: 25.3rem;
}
@media only screen and (max-width: 479.98px) {
  .project__item p {
    width: 100%;
  }
}
.project__item:hover h3 {
  color: #09c9bb;
}
.project__item:hover path {
  stroke: #09c9bb;
}
.project__item:hover svg {
  transform: rotate(45deg);
}
.project__box {
  flex: 1 1 100%;
}
.project__info {
  margin-top: 1.6rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.project__data {
  color: rgba(31, 31, 31, 0.2);
  font-family: "e-Ukraine-Light";
  font-size: 1.2rem;
  font-weight: 300;
  line-height: 1;
}
.project__icon {
  width: 1.6rem;
  height: 1.6rem;
  transition: all 0.3s ease 0s;
}
.project__icon svg {
  transition: all 0.3s ease 0s;
}

#scroll-bar::-webkit-scrollbar {
  width: 0.4rem;
  height: 0.4rem;
  background-color: #09c9bb;
}

#scroll-bar::-webkit-scrollbar-track,
#scroll-bar::-webkit-scrollbar-track-piece {
  -webkit-box-shadow: 5px 5px 5px -5px #EAEAEA inset;
  background-color: #EAEAEA;
  width: 0.4rem;
}
@media only screen and (max-width: 767.98px) {
  #scroll-bar::-webkit-scrollbar-track,
  #scroll-bar::-webkit-scrollbar-track-piece {
    height: 0.4rem;
  }
}

#scroll-bar::-webkit-scrollbar-thumb {
  background-color: #09c9bb;
}

.btn {
  display: inline-flex;
  gap: 0.8rem;
}
.btn__box {
  display: inline-flex;
  align-items: center;
  padding: 1.5rem 2rem;
  transition: all 0.3s ease 0s;
  white-space: nowrap;
}
@media only screen and (max-width: 767.98px) {
  .btn__box {
    padding: 1.25rem 1.67rem;
  }
}
@media only screen and (max-width: 479.98px) {
  .btn__box {
    padding: 0.9rem 1.2rem;
  }
}
.btn__box img {
  width: 1.8rem;
  height: 1.8rem;
  margin-right: 0.8rem;
}
@media only screen and (max-width: 767.98px) {
  .btn__box img {
    width: 1.5rem;
    height: 1.5rem;
  }
}
@media only screen and (max-width: 479.98px) {
  .btn__box img {
    width: 1.1rem;
    height: 1.1rem;
  }
}
.btn__box span {
  color: #09c9bb;
  font-family: "e-Ukraine-Medium";
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1;
}
@media only screen and (max-width: 767.98px) {
  .btn__box span {
    font-size: 1.2rem;
  }
}
@media only screen and (max-width: 479.98px) {
  .btn__box span {
    font-size: 0.9rem;
  }
}
.btn__box:hover {
  background-color: rgba(9, 201, 187, 0.05);
}
.btn__box-2 {
  background-color: rgba(9, 201, 187, 0.05);
}
@media only screen and (max-width: 479.98px) {
  .btn__box-2 {
    margin-left: 0.8rem;
  }
}
.btn__box-2:hover {
  background-color: rgba(9, 201, 187, 0.1);
}
.btn__mob-1 {
  display: none;
}
@media only screen and (max-width: 767.98px) {
  .btn__mob-1 {
    display: inline-flex;
    flex-wrap: wrap;
  }
}
.btn__mob-1 .btn__box {
  padding: 1.25rem 1.67rem;
}
.btn__mob-1 span {
  font-size: 1.2rem;
}
.btn__mob-1 .btn__box-2 {
  margin-left: 0;
}
@media only screen and (max-width: 575px) {
  .btn__mob-2 {
    display: none;
  }
}/*# sourceMappingURL=style.css.map */