body {
    margin: 0;
    padding: 0;
    background-color: #0d0d0d;
}

/*html, body {*/
/*  scrollbar-color: #ADFF00 #24242D; !* «цвет ползунка» «цвет полосы скроллбара» *!*/
/*  scrollbar-width: thin*/
/*}*/

.loader {
  font-family: "EuropeExt";
  color: #fff;
  font-size: 14px;
}

.preloader {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 999999;
  background-color: #1C1c1c;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.5s;
  opacity: 1;
}
.preloader-remove {
  opacity: 0;
  z-index: -10;
}

.graphic-design {
  background-image: url("image/Graphic-design-background.png");
  background-attachment: fixed;
}

#loader {
  display: block;
  position: fixed;
  left: 50%;
  top: 50%;
  width: 150px;
  height: 150px;
  margin: -75px 0 0 -75px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: #BBF839;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
}
#loader:before {
  content: "";
  position: absolute;
  top: 5px;
  left: 5px;
  right: 5px;
  bottom: 5px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: #ADFF00;
  -webkit-animation: spin 3s linear infinite;
  animation: spin 3s linear infinite;
}
#loader:after {
  content: "";
  position: absolute;
  top: 15px;
  left: 15px;
  right: 15px;
  bottom: 15px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: #82BF00;
  -webkit-animation: spin 1.5s linear infinite;
  animation: spin 1.5s linear infinite;
}
@-webkit-keyframes spin {
  0%   {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes spin {
  0%   {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

::selection {
  color: #ADFF00;
  background: #1A1F27; /* Safari */
  }
  ::-moz-selection {
  color: #ADFF00;
  background: #1A1F27; /* Firefox */
  }
  
a {
  text-decoration: none;
}

#container {
  width: 100%;
  margin: 16px;
  border-radius: 32px;
}

.whitebox {
  width: 100%;
  height: 100vh;
  background-color: white;
  border-radius: 0 0 32px 32px;
  transition: 0.5s ease-out;
}

.whitebox_out {
  background-color: rgba(0,0,0,0);
}

.whiteboxall {
  width: 100%;
  height: calc(53vh + 32px);
  background-color: white;
  border-radius: 0 0 32px 32px;
  transition: 0.5s ease-out;
}

.whiteboxall_out {
  background-color: rgba(0,0,0,0);
}

#rcontainermain {
  position: relative;
  top: 72px;
  height: calc(100vh - 88px);
  background-image: url("assets/images/Background.png");
  background-position: top center;
  background-size: cover;
  margin: 0px 16px 16px 16px;
  border-radius: 24px;
}

#containermain {
  position: relative;
  top: 16px;
  height: calc(100vh - 32px);
  background-image: url("assets/images/Background.png");
  background-position: top center;
  background-size: cover;
  margin: 0px 16px 16px 16px;
  border-radius: 24px;
  /*border: 0.1px solid rgba(255, 255, 255, .05);*/
}

/*iPhone 12 and 13*/
@media only screen
and (device-width: 375px)
and (device-height: 812px)
and (-webkit-device-pixel-ratio: 3)
and (orientation: portrait)
{#containermain {
  background-image: url("assets/images/Mobile.png");
  background-size: 103%;
}}

/*iPhone 13 and 13 Pro*/
@media only screen
and (device-width: 390px)
and (device-height: 844px)
and (-webkit-device-pixel-ratio: 3)
and (orientation: portrait)
{#containermain {
  background-image: url("assets/images/Mobile.png");
  background-size: 103%;
}}

/*iPhone X, Xs, XR and 11*/
@media only screen
and (device-width: 414px)
and (device-height: 896px)
and (-webkit-device-pixel-ratio: 2)
and (orientation: portrait)
{#containermain {
  background-image: url("assets/images/Mobile.png");
  background-size: 103%;
}}

/*iPhone 11 Pro*/
@media only screen
and (device-width: 375px)
and (device-height: 812px)
and (-webkit-device-pixel-ratio: 3)
and (orientation: portrait)
{#containermain {
  background-image: url("assets/images/Mobile.png");
  background-size: 103%;
}}

/*iPhone 11 Pro Max*/
@media only screen
and (device-width: 414px)
and (device-height: 896px)
and (-webkit-device-pixel-ratio: 3)
and (orientation: portrait)
{#containermain {
  background-image: url("assets/images/Mobile.png");
  background-size: 103%;
}}

/*iPhone 11*/
@media only screen
and (device-width: 375px)
and (device-height: 812px)
and (-webkit-device-pixel-ratio: 2)
and (orientation: portrait)
{#containermain {
  background-image: url("assets/images/Mobile.png");
  background-size: 103%;
}}

.projectheader {
  top: 16px;
  display: block;
  position: relative;
  height: 540px;
  width: calc(100% - 32px);
  margin: 0px 16px;
}

.allprojectheader {
  display: block;
  position: relative;
  height: 53vh;
  width: calc(100% - 32px);
  margin: 0px 16px;
  background-color: #161616;
  border-radius: 24px;
  top: 16px;
}

.project1header {
  background-position: top right;
  width: 100%;
  height: 100%;
  border-radius: 32px;
  background-image: url("image/Roscosmos-header.png");
  /*background-attachment: fixed;*/
  opacity: 1.0;
  transition: 1s;
  background-size: cover;
}

.project2header {
  background-position: top right;
  width: 100%;
  height: 100%;
  border-radius: 32px;
  background-image: url("image/Rc-digital-Brandbook-header.png");
  /*background-attachment: fixed;*/
  opacity: 1.0;
  transition: 1s;
  background-size: cover;
}

.project3header {
  background-position: top right;
  width: 100%;
  height: 100%;
  border-radius: 32px;
  background-image: url("image/Glonass-website-header.png");
  /*background-attachment: fixed;*/
  opacity: 1.0;
  transition: 1s;
  background-size: cover;
}

.project4header {
  background-position: top right;
  width: 100%;
  height: 100%;
  border-radius: 32px;
  background-image: url("image/Comm-portal-header.png");
  /*background-attachment: fixed;*/
  opacity: 1.0;
  transition: 1s;
  background-size: cover;
}

.project5header {
  background-position: top right;
  width: 100%;
  height: 100%;
  border-radius: 32px;
  background-image: url("image/Looktrek-header.png");
  /*background-attachment: fixed;*/
  opacity: 1.0;
  transition: 1s;
  background-size: cover;
}

.project6header {
  background-position: top right;
  width: 100%;
  height: 100%;
  border-radius: 32px;
  background-image: url("image/Iconsoft-card.png");
  /*background-attachment: fixed;*/
  opacity: 1.0;
  transition: 1s;
  background-size: cover;
}

.project7header {
  background-position: top right;
  width: 100%;
  height: 100%;
  border-radius: 32px;
  background-image: url("image/Roscosmos-Network-card.png");
  /*background-attachment: fixed;*/
  opacity: 1.0;
  transition: 1s;
  background-size: cover;
}

.project8header {
  background-position: top right;
  width: 100%;
  height: 100%;
  border-radius: 32px;
  background-image: url("image/Puzzle-Analytics-Branding-card-new.png");
  /*background-attachment: fixed;*/
  opacity: 1.0;
  transition: 1s;
  background-size: cover;
}

.project9header {
  background-position: top right;
  width: 100%;
  height: 100%;
  border-radius: 32px;
  background-image: url("image/Mosaica-Design-System-card.png");
  /*background-attachment: fixed;*/
  opacity: 1.0;
  transition: 1s;
  background-size: cover;
}

.project10header {
  background-position: top right;
  width: 100%;
  height: 100%;
  border-radius: 32px;
  background-image: url("image/Puzzle-Analytics-card.png");
  /*background-attachment: fixed;*/
  opacity: 1.0;
  transition: 1s;
  background-size: cover;
}

.allprojectheadermini {
  display: flex;
  padding-top: 72px;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  border-radius: 32px;
  opacity: 1.0;
  transition: 1s;
}

.musicdesignheader {
  background-position: top center;
  display: flex;
  flex-direction: row;
  align-items: center;
  width: 100%;
  height: 100%;
  border-radius: 32px;
  background-image: url("image/Music-design-header.png");
  /*background-attachment: fixed;*/
  opacity: 1.0;
  transition: 1s;
}

.allproject-title {
  font-family: "EuropeExt";
  font-size: 48px;
  line-height: 56px;
  text-transform: uppercase;
  color: white;
}

@media (min-width: 721px) and (max-width: 1280px) {
  .allproject-title {
    font-size: 32px;
    line-height: 36px;
  }
}

@media (min-width: 1281px) and (max-width: 1536px) {
  .allproject-title {
    font-size: 36px;
    line-height: 42px;
  }
}

.alltitleflex {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  z-index: 100;
}

.allproject-line {
  border-bottom: 2px solid rgb(173, 255, 0);
  width: 640px;
  height: 2px;
  margin-top: 4px;
}

.allproject-description {
  font-family: "Baloo 2";
  font-size: 20px;
  line-height: 28px;
  color: #ACACAC;
  max-width: 960px;
  margin-left: 64px;
}

.project-item {
  padding-top: 64px;
  position: absolute;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  top: 0px;
  left: 96px;
  z-index: 2;
}

.project-item-label {
  font-family: "Baloo 2";
  font-size: 14px;
  line-height: 20px;
  color: #BDBDBD;
  font-weight: 100;
  margin-bottom: 8px;
}

.summary-role-box {
  display: flex;
  flex-direction: row;
  /*padding-top: 30px;*/
}

.summary-box {
  display: flex;
  flex-direction: column;
}

.role-box {
  display: flex;
  flex-direction: column;
  margin-left: 64px;
}

.summary-text {
  font-family: "Baloo 2";
  color: white;
  max-width: 546px;
  font-size: 16px;
  line-height: 20px;
  font-weight: 100;
}

.role-span {
  font-family: "EuropeExt";
  font-size: 16px;
  line-height: 24px;
  font-weight: 100;
  letter-spacing: 0.3px;
  color: white;
  text-transform: uppercase;
}

.project-background {
  display: flex;
  flex-direction: row;
  margin: 0 auto;
  margin-top: 192px;
	margin-bottom: 128px;
  max-width: 1146px;
}

.project-background-line {
  border-bottom: 2px solid rgb(173, 255, 0);
  width: 100px;
  height: 2px;
  margin-top: 15px;
}

.project-background-label {
  font-family: EuropeExt;
  font-size: 12px;
  line-height: 20px;
  font-weight: 100;
  color: #797979;
  text-transform: uppercase;
  margin-left: 24px;
  margin-top: 6px;
  letter-spacing: 0.7px;
}

.experience-label {
  font-family: EuropeExt;
  font-size: 12px;
  line-height: 20px;
  font-weight: 100;
  color: #797979;
  text-transform: uppercase;
  letter-spacing: 0.7px;
  padding-top: 24px;
}

.project-background-title {
  font-family: "EuropeExtBold";
  font-size: 32px;
  font-weight: bold;
  line-height: 32px;
  color: #24242D;
  text-transform: uppercase;
}

.background-description-flex {
  display: flex;
  flex-direction: column;
  margin-left: 64px;
  max-width: 880px;
}

.project-background-description {
  font-family: "Baloo 2";
  font-size: 16px;
  line-height: 22px;
  color: #5C5C5C;
  margin-top: 24px;
}

@font-face {
    font-family: "EuropeExtBold";
    src: url(fonts/12749.otf);
    font-style: normal;
    font-weight: 500;
}

@font-face {
    font-family: "EuropeExt";
    src: url(fonts/8508.otf);
    font-style: normal;
}

@font-face {
  font-family: "Bebas Neue";
  src: url(fonts/BebasNeue-Regular.ttf);
  font-style: normal;
}

@font-face {
  font-family: "Baloo 2";
  src: url(fonts/Baloo2-Regular.ttf);
  font-style: normal;
}

  .section {
    position: fixed;
    right: -4px;
    z-index: 10;
    transition: 0.5s;
  }

  .sectionscroll {
    position: fixed;
    z-index: 10;
  }

  .menu-btn {
    display: block;
    text-transform: uppercase;
    font-family: "EuropeExtBold";
    letter-spacing: 1px;
    font-size: 14px;
    width: 128px;
    height: 32px;
    position: relative;
    text-decoration: none;
    transition: 0.7s;
  }

  .menu-btnd {
    display: block;
    text-transform: uppercase;
    font-family: "EuropeExtBold";
    letter-spacing: 1px;
    font-size: 14px;
    width: 128px;
    height: 32px;
    position: relative;
    text-decoration: none;
    transition: 0.7s;
  }

  .menu-btns {
    display: block;
    text-transform: uppercase;
    font-family: "EuropeExtBold";
    letter-spacing: 1px;
    font-size: 14px;
    width: 128px;
    height: 32px;
    position: relative;
    text-decoration: none;
    transition: 0.7s;
  }

  .menu-btn_scroll {
    display: block;
    text-transform: uppercase;
    font-family: "EuropeExtBold";
    letter-spacing: 1px;
    font-size: 14px;
    width: 128px;
    height: 32px;
    position: relative;
    text-decoration: none;
    transition: 0.7s;
  }

  .menu-btnshort {
    display: block;
    text-transform: uppercase;
    font-family: "EuropeExtBold";
    letter-spacing: 1px;
    font-size: 14px;
    width: 128px;
    height: 32px;
    position: relative;
    text-decoration: none;
    transition: 0.7s;
  }

  .menu-btnsmall {
    margin-top: 10px;
  }

  .menu-btnshort:hover {
    color: #FEFEFE;
    opacity: 0.9;
  }

  .menu-btn:hover {
    color: #FEFEFE;
    opacity: 0.9;
  }

  .menu-btnshort:hover {
    color: #FEFEFE;
    opacity: 0.9;
  }

  .menu-btnshort::before{
    content: 'Menu';
    line-height: 32px;
    color: #24242D;
  }

  .menu-btnd::before{
    content: 'Menu';
    line-height: 32px;
    color: white;
  }

  .menu-btns::before{
    content: 'Menu';
    line-height: 32px;
    color: white;
  }

  .menu-btn::before {
    content: 'Menu';
    line-height: 32px;
    color: #24242D;
  }

  .menu-btn_scroll::before {
    content: 'Menu';
    line-height: 32px;
    color: #fff;
  }

  .menu-btn_active::before{
    content: 'Close';
    /*float: right;*/
    padding-right: 72px;
    line-height: 32px;
    color: #fff;
  }

  .menu-btnshort_active::before{
    content: 'Close';
    /*float: right;*/
    padding-right: 72px;
    line-height: 32px;
    color: #fff;
  }

  .menu-btn span,
  .menu-btn span::before,
  .menu-btn span::after {
    position: absolute;
    top: 50%; margin-top: -1px;
    left: 65%; margin-left: -13px;
    width: 20px;
    height: 2px;
    background-color: #24242D;
  }

  .menu-btnd span,
  .menu-btnd span::before,
  .menu-btnd span::after {
    position: absolute;
    top: 50%; margin-top: -1px;
    left: 65%; margin-left: -13px;
    width: 20px;
    height: 2px;
    background-color: white;
  }

  .menu-btn_scroll span,
  .menu-btn_scroll span::before,
  .menu-btn_scroll span::after {
    position: absolute;
    top: 50%; margin-top: -1px;
    left: 65%; margin-left: -13px;
    width: 20px;
    height: 2px;
    background-color: #fff;
  }

  .menu-btnshort span,
  .menu-btnshort span::before,
  .menu-btnshort span::after {
    position: absolute;
    top: 50%; margin-top: -1px;
    left: 65%; margin-left: -13px;
    width: 20px;
    height: 2px;
    background-color: #24242D;
  }

  .menu-btn span::before,
  .menu-btn span::after {
    content: "";
    transition: 0.3s;
  }

  .menu-btnd span::before,
  .menu-btnd span::after {
    content: "";
    transition: 0.3s;
  }

  .menu-btnshort span::before,
  .menu-btnshort span::after {
    content: "";
    transition: 0.3s;
  }

  .menu-btn span::before {
    transform: translateY(-5px);
  }

  .menu-btnd span::before {
    transform: translateY(-5px);
  }

  .menu-btnshort span::before {
    transform: translateY(-5px);
  }

  .menu-btn span::after {
    transform: translateY(+5px);
  }

  .menu-btnd span::after {
    transform: translateY(+5px);
  }

  .menu-btnshort span::after {
    transform: translateY(+5px);
  }

  .menu-btn_active span {
    height: 0px;
  }


  .menu-btnshort_active span {
    height: 0px;
  }

  .menu-btn_active span::before {
    transform: rotate(45deg);
    background-color: #ADFF00;
  }

  .menu-btnshort_active span::before {
    transform: rotate(45deg);
    background-color: #ADFF00;
  }

  .menu-btn_active span::after {
    transform: rotate(-45deg);
    background-color: #ADFF00;
  }

  .menu-btnshort_active span::after {
    transform: rotate(-45deg);
    background-color: #ADFF00;
  }

  .sidebar {
    position: fixed;
    top: 0;
    left: -120%;
    width: 100%;
    height: 100vh;
    background-color: #24242D;
    background: url(image/menubackground.png);
    background-size: cover;
    background-position: center;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.5s;
  }
  .sidebar.active {
    left: -32px;
    position: fixed;
    top: -16px;
    height: calc(100vh + 32px);
    width: calc(100% + 64px);
  }

  ul {
    position: relative;
  }
  ul li {
    list-style: none;
    text-align: center;
  }
  ul li a {
  display: block;
  font-family: "EuropeExtBold";
  text-decoration: none;
  padding: 6px;
  text-transform: uppercase;
  color: #fff;
  font-size: 48px;
  line-height: 64px;
  letter-spacing: 1px;
  transition: 0.5s;
  }
  ul li a:hover {
    color: #ADFF00;
  }
  ul li a::before {
    content: attr(data-text);
    position: absolute;
    color: #fff;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: 0.5s;
    font-size: 96px;
    line-height: 112px;
    opacity: 0;
    pointer-events: none;
    z-index: -1;
  }
  ul li a:hover::before {
    opacity: 0.1;
    top: 50%;
  }

  .headerlink {
    display: block;
    font-family: "EuropeExtBold";
    text-decoration: none;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #24242D;
    font-size: 12px;
    line-height: 20px;
    transition: 0.2s;
  }
  .headerlink:hover {
    color: #ADFF00;
      }

  .headerlinkscroll {
    color: white;
  }

.headerlinks {
  display: block;
  font-family: "EuropeExtBold";
  text-decoration: none;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #24242D;
  font-size: 12px;
  line-height: 20px;
  transition: 0.2s;
}
.headerlinks:hover {
  color: #ADFF00;
}

.headerlinkd {
  display: block;
  font-family: "EuropeExtBold";
  text-decoration: none;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #fff;
  font-size: 12px;
  line-height: 20px;
  transition: 0.2s;
}

@media (max-width: 1535px) {
  .headerlinkd {
    font-size: 10px;
  }
}

.headerlinkd:hover {
  color: #ADFF00;
}

h1 {
    font-family: "EuropeExtBold";
    text-transform: uppercase;
    font-weight: normal;
    color: #24242D;
}

.content {
  /*max-width: 596px;*/
  margin-left: 5vw;
  padding-top: 72px;
  /*margin-top: -96px;*/
}

@media (min-width: 1024px) and (max-width: 1536px) {
  .content {
    scale: 0.84;
    margin-left: -2vw;
  }
}

@media (min-width: 2540px) {
  .content {
    max-width: 1000px;
  }
}

.hiflex {
  display: flex;
  flex-direction: row;
}

.hi-line {
  border-bottom: 2px solid rgb(173, 255, 0);
  width: 64px;
  height: 2px;
  margin-top: 15px;
}

.about_me_position_line {
  border-bottom: 0.5px solid rgba(75, 75, 75, 0.15);
  width: 100%;
  height: 2px;
  margin-top: 64px;
}

.hi-label {
  font-family: "EuropeExt";
  font-size: 24px;
  font-weight: 100;
  line-height: 32px;
  letter-spacing: 0.7px;
  /*text-transform: uppercase;*/
  margin-left: 24px;
  color: white;
}

.hi-label-about {
  font-family: "EuropeExt";
  font-size: 24px;
  font-weight: 100;
  line-height: 32px;
  margin-left: 24px;
  color: #ADFF00;
  margin-bottom: 24px;
}

.headline h1 {
    font-size: 36px;
    font-weight: 100;
    text-align: center;
    margin-top: 0px;
    margin-bottom: 0px;
}

.headlinefirst h1 {
    font-size: 96px;
    line-height: 88px;
    font-family: "EuropeExtBold";
    font-weight: 100;
    color: rgb(255, 254, 254);
    margin-left: -4px;
    padding: 0;
    position: relative;
    z-index: 2;
    }

@media (min-width: 2540px) {
  .headlinefirst h1 {
    font-size: 128px;
    line-height: 112px;
    font-family: "EuropeExtBold";
    font-weight: 100;
    color: rgb(255, 254, 254);
    margin-left: -10px;
    padding: 0;
  }
}

@media (max-width: 2539px) {
  .signcolor {
    top: 54.4%;
  }
}

@media (min-width: 2540px) {
  .signcolor {
    top: 55.6%;
  }
}

.subtitle signcol{
  font-size: 96px;
  line-height: 96px;
  font-family: "Bebas Neue";
  font-weight: 100;
  background-color: #ADFF00;
  max-width: 373px;
  color: #1C1c1c;
  margin: 0;
  padding: 0;
}

.subtitle {
  font-family: "Baloo 2";
  font-size: 18px;
  line-height: 24px;
  color: #BDBDBD;
  margin-top: 12px;
  margin-bottom: 32px;
}

@media (min-width: 2540px) {
  .subtitle {
    font-size: 20px;
    line-height: 28px;
  }
}


.ico {
  fill: #BDBDBD;
  padding-right: 16px;
}

.ico:hover {
  fill: #ffffff;
}

h3 {
    font-family: "Baloo 2";
    text-transform: uppercase;
    font-weight: 100;
    color: #24242D;
}

h5 {
  font-family: "Baloo 2";
  margin-bottom: 0px;
  font-size: 20px;
  color: #BDBDBD;
  font-weight: 100;
}

.headline h3 {
    font-size: 24px;
}

.headlinefirst h4 {
    font-family: "EuropeExt";
    text-transform: uppercase;
    font-size: 1em;
    letter-spacing: 3px;
    font-weight: normal;
    color: #ADFF00;
    text-align: left;
    margin-left: 8.25%;
    margin-top: 0px;
    margin-bottom: 0px;
    text-shadow: 2px -2px 10px rgba(19, 19, 19, 0.3);
    }

.linkfirst h4 {
  display: inline;
  letter-spacing: 0.5px;
  font-size: 32px;
  color: #FFF;
}

.linkfirst h4:hover {
  cursor: pointer;
  Color: #ADFF00;
}

.footer-h4 {
  font-family: "EuropeExt";
  font-size: 10px;
  text-transform: uppercase;
  color: #ffffff;
  letter-spacing: 8px;
  font-weight: 100;
  line-height: 16px;
  margin: 0;
}

.footer-sign {
  margin-top: 32px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding-left: 24px;
  padding-right: 24px;
}

.footer-h4-color {
  padding-left: 15px;
  font-family: "EuropeExt";
  font-size: 10px;
  text-transform: uppercase;
  color: #ADFF00;
  font-weight: 100;
  letter-spacing: 10px;
  line-height: 16px;
  margin: 0;
}

h5 {
    font-family: "Baloo 2";
}

.linkfirst {
  position: absolute;
  bottom: 0px;
  padding-bottom: 45px;
  text-transform: uppercase;
  font-family: "Bebas Neue";
  color: #BDBDBD;
  font-size: 24px;
  padding-left: 1.5%;
}

.linkfirst.hidden {
  transition: 0.15s;
  opacity: 0;
}

.linkfirst span {
  margin: 32px;
}

.header, .headerw {
  position: fixed;
  z-index: 1000;
  padding-left: 32px;
  margin-left: 0px;
  padding-right: 32px;
  margin-right: 0px;
  top: 0px;
  width: 100%;
  height: 72px;
  transition: 0.7s;
  background-color: white;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 32px;
}

.headerd {
  position: fixed;
  z-index: 1000;
  padding-left: 32px;
  margin-left: 0px;
  padding-right: 32px;
  margin-right: 0px;
  top: 0px;
  width: 100%;
  height: 72px;
  transition: 0.7s;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 32px;
}

.headers {
  position: fixed;
  z-index: 1000;
  padding-left: 32px;
  margin-left: 0px;
  padding-right: 32px;
  margin-right: 0px;
  top: 0px;
  width: 100%;
  height: 72px;
  transition: 0.7s;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: rgba(255, 255, 255, 0.8);
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
}

  .newheader, {
    position: fixed;
    z-index: 1000;
    padding-left: 64px;
    margin-left: 0px;
    padding-right: 64px;
    margin-right: 0px;
    top: 0px;
    width: 100%;
    height: 72px;
    transition: 0.7s;
    background-color: white;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .newheaderw {
    position: fixed;
    z-index: 1000;
    padding-left: 64px;
    margin-left: 0px;
    padding-right: 64px;
    margin-right: 0px;
    top: 16px;
    width: 100%;
    height: 72px;
    transition: 0.7s;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .headercut {
    position: fixed;
    z-index: 1000;
    padding-left: 64px;
    margin-left: 0px;
    padding-right: 64px;
    margin-right: 0px;
    top: 16px;
    width: 100%;
    height: 72px;
    transition: 0.7s;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .headercutter {
    position: absolute;
    top: 0px;
    width: 100%;
    display: flex;
    justify-content: center;
    opacity: 100%;
    transition: 0.35s ease-out;
  }

  .headercutterscroll {
    position: absolute;
    top: 0px;
    width: 100%;
    display: flex;
    justify-content: center;
    opacity: 0%;
  }

  .newheaderd {
    position: fixed;
    z-index: 1000;
    padding-left: 64px;
    margin-left: 0px;
    padding-right: 64px;
    margin-right: 0px;
    top: 16px;
    width: 100%;
    height: 72px;
    transition: 0.7s;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .newheaders {
    position: fixed;
    z-index: 1000;
    padding-left: 64px;
    margin-left: 0px;
    padding-right: 64px;
    margin-right: 0px;
    top: 0px;
    width: 100%;
    height: 72px;
    transition: 0.7s;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.8);
    -webkit-backdrop-filter: blur(12px);
    backdrop-filter: blur(12px);
  }

  .newheader_scroll {
    position: fixed;
    z-index: 1000;
    padding-left: 56px;
    margin-left: 32px;
    padding-right: 56px;
    margin-right: 32px;
    top: 24px;
    width: calc(100% - 64px);
    height: 72px;
    transition: 0.7s;
    background: rgba(255, 255, 255, 0.09);
    -webkit-backdrop-filter: blur(12px);
    backdrop-filter: blur(12px);
    border-radius: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .newheaderw_scroll {
    position: fixed;
    z-index: 1000;
    padding-left: 56px;
    margin-left: 32px;
    padding-right: 56px;
    margin-right: 32px;
    top: 24px;
    width: calc(100% - 64px);
    height: 72px;
    transition: 0.7s;
    background: rgba(36, 36, 45, 0.45);
    -webkit-backdrop-filter: blur(12px);
    backdrop-filter: blur(12px);
    border-radius: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

.headersmall {
  background: rgba(255, 255, 255, 0.09);
  height: 72px;
  top: 16px;
  border-radius: 24px;
  margin-left: 32px;
  margin-right: 32px;
  width: calc(100% - 64px);
  padding-right: 24px;
  padding-left: 24px;
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
}

.headerwsmall {
  background: rgba(36, 36, 45, 0.45);
  height: 72px;
  top: 16px;
  border-radius: 24px;
  margin-left: 32px;
  margin-right: 32px;
  width: calc(100% - 64px);
  padding-right: 24px;
  padding-left: 24px;
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
}

.linksholder {
  display: flex;
  flex-direction: row;
  align-items: center;
  width: 100%;
}

.leftside {
  display: flex;
  flex-direction: row;
  width: 100%;
  justify-content: space-between;
  padding-right: 128px;
}

.rightside {
  display: flex;
  flex-direction: row;
  width: 100%;
  justify-content: space-between;
  padding-left: 128px;
}

@media (min-width: 1280px) and (max-width: 1366px) {
  .leftside {
    padding-right: 112px;
  }
}

@media (min-width: 1367px) and (max-width: 1535px) {
  .leftside {
    padding-right: 128px;
  }
}

@media (min-width: 2560px) {
  .leftside {
    padding-right: 224px;
  }
}

@media (min-width: 1280px) and (max-width: 1366px) {
  .rightside {
    padding-left: 64px;
  }
}

@media (min-width: 1367px) and (max-width: 1535px) {
  .rightside {
    padding-left: 96px;
  }
}

@media (min-width: 2560px) {
  .rightside {
    padding-left: 224px;
  }
}

@media (min-width: 1280px) and (max-width: 1365px) {
  .newheader {
    padding-left: 32px;
    padding-right: 32px;
   }
}

@media (max-width: 1279px) {
  .newheader, .newheaderw, .newheaderd, .newheaders, .headercut, .headercutter {
    display: none;
  }
}

@media (min-width: 1280px) {
  .header, .headerw, .headerd, .headers {
    display: none;
  }
}

.headerpage {
  position: fixed;
  background-position: left;
  z-index: 10;
  padding-left: 24px;
  margin-left: 0px;
  padding-right: 48px;
  margin-right: 0px;
  top: 0px;
  padding-top: 44px;
  margin-top: 16px;
  width: calc(100% - 32px);
  height: 80px;
  transition: 0.7s;
  background: rgba(28, 28, 28, 0.3);
  border-radius: 32px 32px;
}

.headerpageshort {
  position: fixed;
  background-position: left;
  z-index: 10;
  padding-left: 24px;
  margin-left: 0px;
  padding-right: 48px;
  margin-right: 0px;
  top: 0px;
  padding-top: 44px;
  margin-top: 16px;
  width: calc(100% - 32px);
  height: 80px;
  transition: 0.7s;
  background: rgba(28, 28, 28);
  border-radius: 32px 32px;
}

.headerpage-w {
  position: fixed;
  background-position: left;
  z-index: 10;
  padding-left: 24px;
  margin-left: 0px;
  padding-right: 48px;
  margin-right: 0px;
  top: 0px;
  padding-top: 44px;
  margin-top: 16px;
  width: calc(100% - 32px);
  height: 80px;
  transition: 0.7s;
  background: rgba(28, 28, 28, 0);
  border-radius: 32px 32px;
}

.headerpagesmall {
  background: rgba(22, 26, 30, 0.95);
  height: 54px;
  padding-top: 34px;
  margin-top: 0px;
  border-radius: 0 0 32px 32px;
}

#footer {
  padding-top: 32px;
  width: calc(100% - 32px);
  background-color: #1c1c1c;
  margin: 0px 16px;
  border-radius: 24px 24px 0 0;
}

#footersr {
  padding-top: 32px;
  width: calc(100% - 32px);
  background-color: #1c1c1c;
  margin: 0px 16px;
  border-radius: 24px 24px 0 0;
  position: relative;
  bottom: 0px;
}

@media (min-width:1279px) and (max-width: 1439px) {
  .Footer-link {
    max-width: 1152px;
  }
}

@media (min-width: 1440px) {
  .Footer-link {
    max-width: 1280px;
  }
}

@media (max-width: 1023px) {
  .contact-links {
    display: none;
  }
}

@media (min-width: 1024px) {
  .contact-links {
    display: flex;
  }
}

@media (max-width: 1279px) {
  .flm {
    display: none;
  }
}

@media (max-width: 1279px) {
  .footer-sign {
    padding-bottom: 16px;
  }
}

@media (max-width: 1279px) {
  #footersr {
    padding-top: 0px;
  }
}

.flcontainers {
  display: flex;
  flex-direction: row;
  padding-top: 12px;
  width: 100%;
  padding-left: 24px;
  padding-right: 24px;
  padding-bottom: 16px;
  justify-content: space-between;
  align-items: center;
}

.blockline {
  border-bottom: 1px solid rgb(189, 189, 189);
  z-index: -3;
  width: 89.9%;
  margin-top: 64px;
}

.infoline {
  border-bottom: 1px solid rgb(189, 189, 189);
  z-index: -3;
  width: 100%;
  margin-top: 18px;
  opacity: 0.2;
}

.footerlink {
  width:  597px;
  height: 67px;
  background-color: #24242D; 
  display: flex;
  flex-direction: column;
  justify-content: center;
  box-sizing: border-box;
  transition: 0.56s;
  position: relative;
  float: right;
  top: 42px;
}

.footerlink-contacts {
  width:  693px;
  height: 67px;
  background-color: #24242D; 
  display: flex;
  flex-direction: row;
  align-items: center;
}

.headerlogod {
  fill: white;
}


.headerlogoshort {
  position: relative;
  z-index: 10;
  top: -28px;
  transition: 0.7s;
  width: 230px;
}

.headerlogoscroll {
  width: 200px;
  fill: white;
}

.headerwlogoscroll {
  width: 200px;
  fill: #24242D;
}

.headerlogopage {
  position: relative;
  z-index: 10;
  top: -28px;
  transition: 0.7s;
  width: 230px;
}

.headerlogo:hover {
  transform: none;
}


#Box {
    width: 82%; 
    height: 100vh;
    display: flex;
    justify-content: center;
    flex-direction: column;
    color: #6E7073;
    opacity: 100%;
    margin-left: 9.06%;
    /* margin-top: 40px; */
    margin-right: 9.06%;
}

.SocialLink {
  width: 110px;
  height: 419px;
  opacity: 90%;
  /* background-color: #24242D; */
  position: absolute;
  left: 0px;
  bottom: 0px;  
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 45px;
  box-sizing: border-box;
  transition: 0.5s;
}

.SocialLink.menu {
  left: 1780px;
  z-index: 10;
}

.links {
  display: flex;
  flex-direction: row;
  transform: rotate(-90deg);
}

.flm {
  font-family: "EuropeExtBold";
  font-size: 12px;
  line-height: 16px;
  text-transform: uppercase;
  color: #FFFFFF;
}

@media (max-width: 1535px) {
  .flm {
    font-size: 10px;
  }
}

.flm:hover {
  color: #ADFF00;
}

.footer-logo {
  width: 230px;
}

@media (min-width: 721px) and (max-width: 1280px) {
  .footer-logo {
    width: 128px;
  }
}

@media (min-width: 1281px) and (max-width: 1536px) {
  .footer-logo {
    width: 192px;
  }
}

.contact-links {
  list-style-type: none;
  color: #ADFF00;
  font-size: 14px;
  font-family: "Baloo 2";
  /*display: flex;*/
  /*padding-right: 12%;*/
}

.special {
  font-family: "Baloo 2";
  font-size: 14px;
  color: #ffffff;
  margin-left: 5px;
}

.special-id1 {
  font-family: "Baloo 2";
  font-size: 14px;
  color: #282D33;
}

.special-id1:hover {
  text-decoration: underline;
}

.link {
  font-family: "EuropeExt";
  font-size: 12px;
  text-transform: uppercase;
  color: #FEFEFE;
  margin: 0 0.8em;
  text-decoration: none;
}

.link:hover {
  color: #ADFF00;
  transition: 0.5s;
}

.scrolltext {
  font-family: "EuropeExt";
  color: #fff;
  font-size: 10px;
  letter-spacing: 18px;
  writing-mode: vertical-lr;
  text-orientation: upright;
  position: absolute;
  right: 0px;
  bottom: 50px;
  padding-right: 46px;
  padding-bottom: 72px;
}

.onlineportfolio {
  font-family: "EuropeExt";
  color: #fff;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 4px;
  position: absolute;
  right: 41px;
  color: #ffffff;
  bottom: 20px;
  padding-right: 45px;
  padding-bottom: 27px;
}

.onlineportfoliofirst {
  font-family: "EuropeExt";
  color: #fff;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 4px;
  position: absolute;
  right: 164px;
  color: #ADFF00;
  bottom: 20px;
  padding-right:36px;
  padding-bottom: 27px;
}

.aboutmeheader {
  top: 16px;
  display: flex;
  flex-direction: column;
  position: relative;
  height: 596px;
  width: calc(100% - 32px);
  background-image: url("assets/images/AboutMeheadcerBackground.png");
  background-size: cover;
  border-radius: 32px;
  margin-left: 16px;
  margin-right: 16px;
  }

.amh {
  margin-top: 246px;
  align-items: center;
  display: flex;
  flex-direction: column;
}

.amico {
  display: flex;
  justify-content: center;
  position: relative;
  margin-top: 118px;
}

.scrollline {
  border-left: 1px solid rgb(173, 255, 0);
  height: 100px;
  position: absolute;
  left: 50%;
  bottom: 16px;
}

.amline {
  border-left: 2px solid rgb(173, 255, 0);
  height: 96px;
  position: absolute;
  left: calc(50% - 1px);
  top: 570px;
}

.amlineex {
  border-left: 2px solid rgb(173, 255, 0);
  height: 96px;
  left: calc(50% - 1px);
}

.mouse_scroll {
  position: absolute;
  bottom: 12px;
  left: calc(50% - 8px);
  display: block;
  margin: 0 auto;
  width: 16px;
  /*height: 100px;*/
}

.signcolor {
  position: absolute;
  left: 28.4vw;
}

.resumecorner {
  height: 72px;
  position: absolute;
  right: 0px;
  bottom: 0px;
  opacity: 100%;
  transition: 0.5s ease-out;
}

.resumecornerscroll {
  position: absolute;
  right: -1px;
  bottom: -4px;
  opacity: 0%;
}

.rcbutton {
  display: block;
  right: 16px;
  bottom: 4px;
  position: absolute;
  background-color: #191919;
  width: 176px;
  height: 40px;
  border-radius: 32px;
}

.rclink {
  margin-top: 0px;
  margin-bottom: 0px;
  position: relative;
  top: 10px;
  left: 36px;
  font-family: "EuropeExtBold";
  text-decoration: none;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #fff;
  font-size: 14px;
  line-height: 20px;
  transition: 0.3s;
  width: 80px;
  opacity: 1;
}

.rclinka {
  margin-top: 0px;
  margin-bottom: 0px;
  position: absolute;
  top: 10px;
  left: 22px;
  font-family: "EuropeExtBold";
  text-decoration: none;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #fff;
  font-size: 14px;
  line-height: 20px;
  transition: 0.7s;
  width: 80px;
  opacity: 0;
}

.rccircle {
  position: absolute;
  right: 6px;
  top: 6px;
  border-radius: 32px;
  border-width: 1px;
  border-style: solid;
  border-color: #ADFF00;
  width: 28px;
  height: 28px;
  display: block;
  transition: 0.6s;
}

.rcarrow {
  position: absolute;
  top: 3px;
  right: 4px;
  transition: 0.5s;
}

.rcbutton:hover .rcarrow {
  -ms-transform: rotate(45deg); /* IE 9 */
  -webkit-transform: rotate(45deg); /* Chrome, Safari, Opera */
  transform: rotate(45deg);
}

.rcbutton:hover .rccircle {
  width: 164px;
}

.rcbutton:hover .rclink {
  opacity: 0;
}

.rcbutton:hover .rclinka {
  opacity: 1;
}

.startcorneranimation {
  position: absolute;
  right: 2px;
  bottom: 64px;
  transition: 0.6s ease-out;
}

.startcorneranimationscroll {
  position: absolute;
  right: 2px;
  bottom: 0px;
}

.m_scroll_arrows
{
  display: block;
  width: 5px;
  height: 5px;
  -ms-transform: rotate(45deg); /* IE 9 */
  -webkit-transform: rotate(45deg); /* Chrome, Safari, Opera */
  transform: rotate(45deg);

  border-right: 1px solid #ADFF00;
  border-bottom: 1px solid #ADFF00;
  margin: 0 0 24px 5px;

  width: 6px;
  height: 6px;
}


.unu
{
  margin-top: 1px;
}

.unu, .doi, .trei
{
  -webkit-animation: mouse-scroll 1s infinite;
  -moz-animation: mouse-scroll 1s infinite;
  animation: mouse-scroll 1s infinite;

}

.unu
{
  -webkit-animation-delay: .1s;
  -moz-animation-delay: .1s;
  -webkit-animation-direction: alternate;

  animation-direction: alternate;
  animation-delay: alternate;
}


.mouse {
  height: 28px;
  width: 16px;
  border-radius: 14px;
  transform: none;
  border: 1px solid #BDBDBD;
  /*top: 170px;*/
}

.wheel {
  height: 5px;
  width: 2px;
  display: block;
  margin: 5px auto;
  background: #ADFF00;
  position: relative;

  height: 2px;
  width: 2px;
  border: 1px solid #ADFF00;
  -webkit-border-radius: 8px;
  border-radius: 8px;
}

.wheel {
  -webkit-animation: mouse-wheel 1s linear infinite;
  -moz-animation: mouse-wheel 1s linear infinite;
  animation: mouse-wheel 1s linear infinite;
}

@-webkit-keyframes mouse-wheel{
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(6px);
    -ms-transform: translateY(6px);
    transform: translateY(6px);
  }
}
@-moz-keyframes mouse-wheel {
  0% { top: 1px; }
  25% { top: 2px; }
  50% { top: 3px;}
  75% { top: 2px;}
  100% { top: 1px;}
}
@-o-keyframes mouse-wheel {

  0% { top: 1px; }
  25% { top: 2px; }
  50% { top: 3px;}
  75% { top: 2px;}
  100% { top: 1px;}
}
@keyframes mouse-wheel {

  0% { top: 1px; }
  25% { top: 2px; }
  50% { top: 3px;}
  75% { top: 2px;}
  100% { top: 1px;}
}

@-webkit-keyframes mouse-scroll {

  0%   { opacity: 0;}
  50%  { opacity: .5;}
  100% { opacity: 1;}
}
@-moz-keyframes mouse-scroll {

  0%   { opacity: 0; }
  50%  { opacity: .5; }
  100% { opacity: 1; }
}
@-o-keyframes mouse-scroll {

  0%   { opacity: 0; }
  50%  { opacity: .5; }
  100% { opacity: 1; }
}
@keyframes mouse-scroll {

  0%   { opacity: 0; }
  50%  { opacity: .5; }
  100% { opacity: 1; }
}


#projectcontainer {
  width: calc(100% - 64px);
  margin: 0px 32px;
}

#projectcontainersr {
  width: 100%;
}

#musiccontainer {
  width: 100%;
}

#artscontainer {
  width: 100%;
  padding-top: 0px;
}

#Block {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  position: relative;
  margin-top: 32px;
  justify-content: center;
}

#Blocksr {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  position: relative;
  margin-top: 32px;
  justify-content: center;
  z-index: 9;
  background: #0d0d0d;
  padding: 0px 32px;
  border-radius: 0px 0px 24px 24px;
}

@media (min-width: 2540px) {
  #Blocksr, #Block {
    align-items: center;
  }
}

.item-card {
  width: 24.43%;
  min-width: 400px;
  position: relative;
}

@media screen and (max-width: 1280px) {
  .item-card {
    width: 50%;
  }
}

.item-pt {
  position: absolute;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-top: 64px;
  padding-bottom: 64px;
  height: 100%;
  top: 0px;
  left: 96px;
  z-index: 2;
  pointer-events: none;
  opacity: 1;
}

@media (min-width: 721px) and (max-width: 1280px) {
  .item-pt {
    padding-top: 24px;
    padding-bottom: 24px;
  }
}

@media (min-width: 1281px) and (max-width: 1536px) {
  .item-pt {
    padding-top: 48px;
    padding-bottom: 48px;
  }
}

.short_title {
  position: absolute;
  padding-top: 16px;
}

#Scrolltarget1, #Scrolltarget2, #Scrolltarget3, #Scrolltarget4, #Scrolltarget5, #Scrolltarget6,
#Scrolltarget7, #Scrolltarget8, #Scrolltarget9, #Scrolltarget10, #Scrolltarget11, #Scrolltarget12, #Scrolltarget13{
  opacity: 0;
  -webkit-transition: all 0.8s ease-in-out;
  -moz-transition: all 0.8s ease-in-out;
  -ms-transition: all 0.8s ease-in-out;
  -o-transition: all 0.8s ease-in-out;
  transition: all 0.8s ease-in-out;
}

#Scrolltarget1.Show, #Scrolltarget2.Show, #Scrolltarget3.Show, #Scrolltarget4.Show, #Scrolltarget5.Show,
#Scrolltarget6.Show,#Scrolltarget7.Show, #Scrolltarget8.Show, #Scrolltarget9.Show, #Scrolltarget10.Show, #Scrolltarget11.Show, #Scrolltarget12.Show, #Scrolltarget13.Show{
  opacity: 1;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
}

.card {
  display: block;
  height: 546px;
  color: #FEFEFE;
  transition: 0.8s;
  position: relative;
  margin-bottom: 32px;
}

.card-dark {
  display: block;
  height: 546px;
  color: #24242D;
  transition: 0.8s;
  position: relative;
  margin-bottom: 32px;
}

@media (min-width: 721px) and (max-width: 1280px) {
  .card, .card-dark {
    height: 312px;
  }
}

@media (min-width: 1281px) and (max-width: 1536px) {
  .card, .card-dark {
    height: 392px;
  }
}

@media (min-width: 2540px) {
  .card, .card-dark {
    width: 80%;
    height: 688px;
  }
}

.card-short-s {
  display: block;
  height: 366px;
  color: #FEFEFE;
  transition: 0.8s;
  position: relative;
  margin-bottom: 32px;
  width: calc(25% - 24px);
  /*min-width: 396px;*/
  margin-left: 32px;
}

.card-short-se {
  display: block;
  height: 546px;
  color: #FEFEFE;
  transition: 0.8s;
  position: relative;
  margin-bottom: 32px;
  width: calc(30% - 16px);
  margin-left: 32px;
  min-width: 396px;
}

.card-short-l {
  display: block;
  height: 546px;
  color: #FEFEFE;
  transition: 0.8s;
  position: relative;
  margin-bottom: 32px;
  width: calc(70% - 16px);
}

.card:hover {
  letter-spacing: 0.7px;
  /* color: #ADFF00; */
}

.card-short-s:hover {
  letter-spacing: 0.7px;
  /* color: #ADFF00; */
}

.card-short-l:hover {
  letter-spacing: 0.7px;
  /* color: #ADFF00; */
}

.card-dark:hover {
  letter-spacing: 0.7px;
  color: #FEFEFE;
}

.card-short-se:hover {
  letter-spacing: 0.7px;
  color: #FEFEFE;
}

.small-link-item-w {
  font-family: "Baloo 2";
  font-size: 16px;
  line-height: 24px;
  font-weight: initial;
  letter-spacing: 1px;
}

@media (min-width: 721px) and (max-width: 1280px) {
  .small-link-item-w {
    font-size: 14px;
    line-height: 16px;
  }
}

.small-link-item-dark {
  font-family: "EuropeExt";
  letter-spacing: 2px;
  font-size: 14px;
}

.card-logo {
  margin-bottom: 54px;
  width: 192px;
  fill: #24242D;
  transition: 0.9s;
}

@media (min-width: 721px) and (max-width: 1280px) {
  .card-logo {
    margin-bottom: 16px;
  }
}

@media (min-width: 1281px) and (max-width: 1536px) {
  .card-logo {
    margin-bottom: 32px;
  }
}

.rheaderlogo {
  height: 28px;
  fill: #24242D;
}

.card-logo-short {
  width: 192px;
  fill: #24242D;
  transition: 0.9s;
}


.card-logo-project {
  margin-bottom: 32px;
  width: 192px;
  fill: white;
  transition: 0.9s;
}

.linklarge-w {
  display: block;
  margin-bottom: 12px;
  font-family: "EuropeExtBold";
  line-height: 36px;
  font-size: 32px;
  font-weight: 100;
  text-transform: uppercase;
}

@media (min-width: 721px) and (max-width: 1280px) {
  .linklarge-w {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 8px;
  }
}

@media (min-width: 1281px) and (max-width: 1536px) {
  .linklarge-w {
    font-size: 28px;
    line-height: 32px;
  }
}

.linklarge-w-short {
  display: block;
  margin-bottom: 52px;
  font-family: "EuropeExtBold";
  line-height: 36px;
  font-size: 32px;
  font-weight: 100;
  text-transform: uppercase;
}

.short_description_title {
  display: block;
  padding-left: 16px;
  font-family: "EuropeExtBold";
  line-height: 24px;
  font-size: 16px;
  text-transform: uppercase;
}

.linklarge-w-about {
  display: block;
  margin-bottom: 16px;
  font-family: "EuropeExtBold";
  line-height: 56px;
  font-size: 48px;
  font-weight: 100;
  color: white;
  text-transform: uppercase;
}

.linklarge-w-project {
  display: block;
  margin-bottom: 32px;
  font-family: "EuropeExtBold";
  line-height: 32px;
  /*max-width: 400px;*/
  font-size: 32px;
  font-weight: 100;
  color: white;
  text-transform: uppercase;
}

.linklarge-dark {
  display: block;
  margin-top: 14px;
  margin-bottom: 12px;
  font-family: "Bebas Neue";
  line-height: 72px;
  /*max-width: 400px;*/
  font-size: 72px;
  font-weight: 100;
  text-transform: uppercase;
}

.readmore-link {
  max-width: 192px;
  width: fit-content;
  padding: 12px 16px;
  display: block;
  margin-top: 54px;
  font-family: "Baloo 2";
  font-size: 16px;
  font-weight: 100;
  border-width: 1px;
  border-style: solid;
  border-radius: 16px;
  border-color: #ffffff;
  color: white;
  opacity: 0;
  transition: 0.9s;
  letter-spacing: 1px;
}

@media (min-width: 721px) and (max-width: 1280px) {
  .readmore-link {
    margin-top: 24px;
    font-size: 12px;
  }
}

@media (min-width: 1281px) and (max-width: 1536px) {
  .readmore-link {
    margin-top: 32px;
    font-size: 14px;
  }
}

.gbutton {
  max-width: 192px;
  padding: 12px 16px;
  display: block;
  margin-top: 54px;
  font-family: "Baloo 2";
  font-size: 16px;
  font-weight: 100;
  border-width: 1px;
  border-style: solid;
  border-radius: 16px;
  border-color: #ADFF00;
  color: white;
  transition: 0.3s;
  letter-spacing: 1px;
}

@media (max-width: 1903px) {
  .gbutton {
   display: none;
  }
}

.card:hover .readmore-link {
  letter-spacing: 1px;
  opacity: 1;
}

.card-short-s:hover .readmore-link {
  letter-spacing: 1px;
  opacity: 1;
}

.card-short-l:hover .readmore-link {
  letter-spacing: 1px;
  opacity: 1;
}

.card-dark:hover .readmore-link {
  letter-spacing: 1px;
  opacity: 1;
}

.card-short-se:hover .readmore-link {
  letter-spacing: 1px;
  opacity: 1;
}

.card-dark:hover .card-logo {
  fill: #ffffff;
  transition: 0.9s;
}

#artblock {
  width: 100%;
  max-width: 1560px;
  padding-top: 48px;
  background-color: #ffffff;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  position: relative;
  margin: 0 auto;
  justify-content: center;
}

.item-portfolio {
  overflow: hidden;
  height: 100%;
  background-color: #1C1c1c;
  border-radius: 32px;
  isolation: isolate;
}

.item-short {
  overflow: hidden;
  height: 330px;
  background-color: #1C1c1c;
  border-radius: 32px;
  isolation: isolate;
}

.imgitem {
  width: 100%;
  height: 100%;
  transition: 1s;
  display: block;
  overflow: hidden;
  opacity: 1;
  object-fit: cover;
}

.imgitem:hover {
    transform: scale(1.1);
    opacity: 0.8;
}

.imgitem-dark {
  width: 100%;
  height: 100%;
  transition: 1s;
  display: block;
  overflow: hidden;
  opacity: 1;
  object-fit: cover;
}

.imgitem-dark:hover {
  transform: scale(1.1);
  opacity: 0.6;
}

.imgart {
  width: 100%;
  height: 100%;
  transition: 1s;
  display: block;
  overflow: hidden;
  opacity: 1;
}
.imgart:hover {
  transform: scale(1.1);
  opacity: 0.2;
}

.viewlink {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  color: #24242D;
  text-decoration: none;
  position: absolute;
  cursor: pointer;
  right: 11%;
  padding-top: 16px;
  z-index: 5;
}

.viewlink:hover {
    text-decoration: underline;
  color: #ADFF00;
}


.tab {
  font-family: "EuropeExt";
  font-size: 20px;
	float: left;
  padding-left: 16px;
}

.tab label {
	margin-right: 16px;
	position: relative;
	top: 3px;
	cursor: pointer;
	color: #24242D;
  text-transform: uppercase;
}

.tab [type=radio] {
	display: none;   
}

.tab__content {
  padding-top: 20px;
  position: relative;
	left: 0;
	right: 0;
	bottom: 0;
	transition: opacity 0.5s cubic-bezier(.42,0,.34,1.01);
	opacity: 0;
}

[type=radio]:checked ~ label {
  font-family: "EuropeExtBold";
  color: #24242D;
	z-index: 2;
}

[type=radio]:checked ~ label ~ .tab__content {
	z-index: 1;
	opacity: 1;
}

#md-container {
  width: 100%;
  max-width: 1560px;
  padding-top: 48px;
  padding-bottom: 8px;
  background-color: #ffffff;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  position: relative;
  margin: 0 auto;
  justify-content: center;
}


.music:hover {
  transform: none;
}

 .band2 {
  position: relative;
  overflow: hidden;
  display: inline-block;
  cursor: pointer;
  margin-right: 50px;
  top: 398px;
  width: 41.6vw;
  height: 659px;
  background-color: #c4c4c4;
  z-index: 1;
}

 .band {
   overflow: hidden;
   cursor: pointer;
   background-color: #1A1F27;
   border-radius: 16px;
 }

.bandcard {
  display: block;
  height: 100%;
  color: #FEFEFE;
  transition: 0.8s;
  margin-left: 64px;
  position: relative;
  margin-bottom: 64px;
}


@media (min-width: 1367px) {
  .bandcard {
    width: calc(50% - 64px);
  }

  .bandcard:nth-child(3n + 1) {
    margin-left: 0;
  }
}

@media (min-width: 835px) and (max-width: 1366px) {
  .bandcard{
    width: calc(40% - 64px);
  }

  .bandcard:nth-child(2n + 1) {
    margin-left: 0;
  }
}


@media (max-width: 834px) {
  .bandcard {
    width: 80%;
    margin-left: 0;
  }
}




.bandphoto2 {
  width: 100%; height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  object-position: center;
  transition: 1s;
}

.bandphoto {
  width: 100%;
  height: 100%;
  transition: 1s;
  display: block;
  overflow: hidden;
  opacity: 1;
}

.bandphoto:hover {
  transform: scale(1.1);
} 

#outgrade-page {
  display: flex;
  width: 100%;
}

#about-me {
  position: relative;
  display: flex;
  flex-direction: column;
  padding-left: 9.65%;
  padding-right: 9.65%;
  margin: 0 auto;
  text-align: center;
  align-items: center;
  margin-bottom: 32px;
}

#contacts {
  position: relative;
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  width: 79.63%;
  height: 94px;
  text-align: center;
  margin-bottom: 72px;
}

#career {
  position: relative;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  padding-left: 9.65%;
  padding-right: 9.65%;
  text-align: center;
  margin-bottom: 32px;
  margin-top: 72px;
}

* {box-sizing:border-box}

/* Slideshow container */
.slideshow-container {
  max-width: 1529px;
  max-height: 664px;
  position: relative;
  overflow: hidden;
  margin: auto;
}

/* Hide the images by default */
.mySlides {
  display: none;
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -22px;
  padding: 16px;
  color: #ffffff;
  font-weight: normal;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: rgba(255, 255, 255, 0.8);
}

/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active, .dot:hover {
  background-color: #717171;
}

/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}

.skillz {
  position: relative;
  width: 100%;
}

.scontainer {
  position: relative;
  margin-top: 72px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  width: 100%;
}

.skills {
  max-width: 533px;
  text-align: center;
  margin-left: 134px;
  margin-right: 134px;
}

.skill-text {
  font-family: "EuropeExt";
  font-size: 20px;
  color: #24242D;
  font-weight: 100;
  line-height: 30px;
}

.separator {
  color: #BDBDBD;
}

.positions {
  display: flex;
  flex-direction: column;
  padding-left: 9.65%;
  padding-right: 9.65%;
  position: relative;
  margin-top: 48px;
}

.company {
  position: relative;
  /* left: 12.3%; */
  display: flex;
  flex-direction: row;
  margin-bottom: 20px;

}

.company-logo {
  width: 90px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.circle-logo {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  /* border: 1px solid rgb(189, 189, 189); */
}

.under-logo-line {
  border-left: 1px solid rgb(189, 189, 189);
  height: 100%;
  margin-top: 20px;
  position: relative;
}

.description {
  position: relative;
  display: flex;
  flex-direction: column;
  margin-left: 48px;
  margin-bottom: 24px;
  width: 100%;
}

.small {
  color: #24242D;
  font-family: "EuropeExt";
  font-size: 14px;
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 0;
  letter-spacing: 2px;
}

.small-year {
  position: absolute;
  right: 0;
  color: #777;
  font-family: "EuropeExt";
  font-size: 12px;
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 0;
  letter-spacing: 2px;
}

.small.info {
  color: #24242D;
  font-family: "EuropeExt";
  font-size: 14px;
  text-transform: uppercase;
  margin-top: 32px;
  margin-bottom: 0;
  letter-spacing: 2px;
}

.headline-medium {
  color: #24242D;
  font-family: "EuropeExtBold";
  font-size: 24px;
  text-transform: uppercase;
  margin-top: 4px;
  margin-bottom: 0;
  letter-spacing: 1px;
}

.body-desktop-large {
  font-family: "Baloo 2";
  font-size: 16px;
  color: #777;
  margin-top: 14px;
  margin-bottom: 0;
  max-width: 1417px;
  line-height: 24px;
}

.wtm {
  width: 100%;
  display: flex;
  position: relative;
  flex-direction: column;
  align-items: center;
  padding-bottom: 72px;
}

.gotocontacts {
  display: flex;
  flex-direction: row;
  color: #24242D;
  padding-left: 16px;
}

.gotocontacts:hover {
  color: #6C716D;
}

.dark-arrow {
  margin-left: 24px;
  margin-top: 10px;
  height: 17px;
}

#background-video {
  width: 83,02vw;
  position: absolute;
  height: 100%;
  opacity: 0.25;
  z-index: -2;
}

.getintouch {
  position: absolute;
  top: 26%;
  right: 5%;
  width: 422px;
  height: 635px;
  background-color: #33333C;
  border: 14px solid;
  border-color: #24242D;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.getwhite {
  color: #FEFEFE;
  padding-left: 17.89%
}

.getgreen {
  color: #ADFF00;
  padding-left: 10px;
}

.contacts-info {
  position: absolute;
  top: 65%;
  display: flex;
  flex-direction: column;
  max-width: 700px;
}

.contacts-headline {
  font-size: 70px;
  color: #fefefe;
  margin-bottom: 20px;
  padding-left: 16.85%;
  -webkit-text-stroke: rgba(36, 36, 45, 1);
  -webkit-text-stroke-width: 1px;
}

.contact-info-links {
  display: flex;
  margin-top: 24px;
  list-style-type: none;
  padding-left: 17.85%;
  color: #BDBDBD;
  font-size: 14px;
  font-family: "Baloo 2";
}

.project-info {
margin-right: 5%;
  min-width: 250px;
}

.project-text {
  font-family: "Baloo 2";
  font-size: 20px;
  line-height: 28px;
  font-weight: 500;
  color: #24242D;
  position: relative;
  max-width: 880px;
  margin-left: 5.31%;
  margin-top: 5px;
}

.project-description {
  display: flex;
  flex-direction: row;
  position: relative;
  justify-content: center;
  margin-top: 72px;
  padding-left: 10%;
  padding-right: 10%;
}


form {
  width: 320px;
}

.group {
  position: relative;
  margin: 45px 0;
  margin-top: 24px;
}

textarea {
  resize: none;
}

input,
textarea {
  background: none;
  color: #FEFEFE;
  font-size: 16px;
  font-family: "Baloo 2";
  padding: 10px 10px 10px 5px;
  display: block;
  width: 320px;
  border: none;
  border-radius: 0;
  border-bottom: 1px solid #BDBDBD;
}
input:focus,
textarea:focus {
  outline: none;
}
input:focus ~ .label-style, input:valid ~ .label-style,
textarea:focus ~ .label-style,
textarea:valid ~ .label-style {
  top: -14px;
  font-size: 12px;
  color: #98DF00;
}
input:focus ~ .bar:before,
textarea:focus ~ .bar:before {
  width: 320px;
}

.label-style {
  color: #BDBDBD;
  font-size: 16px;
  font-family: "Baloo 2";
  font-weight: normal;
  position: absolute;
  pointer-events: none;
  left: 5px;
  top: 10px;
  transition: 150ms ease all;
}

.bar {
  position: relative;
  display: block;
  width: 320px;
}
.bar:before {
  content: "";
  height: 2px;
  width: 0;
  bottom: 0px;
  position: absolute;
  background: #98DF00;
  transition: 300ms ease all;
  left: 0%;
}

.btn {
  background: #fff;
  color: #24242D;
  border: none;
  font-family: "EuropeExt";
  text-transform: uppercase;
  font-size: 18px;
  padding: 10px 20px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  text-decoration: none;
  outline: none;
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.btn:hover {
  color: #8b8b8b;
}
.btn.btn-link {
  background: #2196F3;
  color: #d3eafd;
}
.btn.btn-link:hover {
  background: #0d8aee;
  color: #deeffd;
}
.btn.btn-submit {
  background: #ADFF00;
  color: #24242D;
}
.btn.btn-submit:hover {
  background: #98DF00;
  color: #24242D;
}

.btn-box {
  text-align: center;
  margin: 50px 0;
}

.picturer {
  width: 100%;
  margin: 0 auto;
  max-width: 1529px;
  padding-top: 72px;
  display: block;
}

.picturer2 {
  width: 100%;
  margin: 0 auto;
  padding-left: 16px;
  padding-right: 16px;
  padding-top: 72px;
  display: block;
  max-width: 1888px;
}

.picture-holder {
  width: calc(90vw - 32px);
  margin: 0 auto;
  max-width: 1920px;
  /*padding-top: 72px;*/
  display: block;
  position: relative;
}

.wide_picture_holder {
  width: 100%;
  position: relative;
}

.project-picture {
  width: 100%;
  display: block;
}

.glonass_block_picture_01 {
  width: 100%;
  height: 37%;
  position: absolute;
  background-image: url("assets/content/projects/project1/JSC Glonass Website Block 1.png");
  background-attachment: fixed;
  background-size: cover;
  background-color: #24242D;
}

.glonass_block_picture_02 {
  width: 100%;
  height: 22.8%;
  position: absolute;
  background-image: url("assets/content/projects/project1/JSC Glonass Website Block 2.png");
  background-attachment: fixed;
  background-size: cover;
  background-color: #24242D;
}

.glonass_block_picture_03 {
  width: 100%;
  height: 25.3%;
  position: absolute;
  background-image: url("assets/content/projects/project1/JSC Glonass Website Block 3.png");
  background-attachment: fixed;
  background-size: cover;
  background-color: #24242D;
}

.glonass_block_picture_04 {
  width: 100%;
  height: 23.2%;
  position: absolute;
  background-image: url("assets/content/projects/project1/JSC Glonass Website Block 4.png");
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
  background-color: #24242D;
}

.glonass_block_picture_05 {
  width: 100%;
  height: 21.2%;
  position: absolute;
  background-image: url("assets/content/projects/project1/JSC Glonass Website Block 5.png");
  background-attachment: fixed;
  background-size: cover;
  background-color: #24242D;
}

.glonass_block_picture_06 {
  width: 100%;
  height: 100%;
  position: absolute;
  background-image: url("assets/content/projects/project1/JSC Glonass Website Block 6.png");
  background-attachment: fixed;
  background-size: cover;
  background-color: #24242D;
}


.iconsoft_block_picture_01 {
  width: 100%;
  height: 50%;
  position: absolute;
  background-image: url("assets/content/projects/project5/Iconsoft Block 1.png");
  background-attachment: fixed;
  background-size: cover;
  background-color: #24242D;
}

.iconsoft_block_picture_02 {
  width: 100%;
  height: 100%;
  position: absolute;
  background-image: url("assets/content/projects/project5/Iconsoft Block 2.png");
  background-attachment: fixed;
  background-size: cover;
  background-color: #222222;
}


/*@media (min-width: 1025px) and (max-width: 1280px) {*/
/*.project-picture {*/
/*  object-fit: cover;*/
/*  height: 85vh;*/
/*}*/
/*}*/

/*@media (max-width: 1024px) {*/
/*  .project-picture {*/
/*    object-fit: cover;*/
/*    height: 70vh;*/
/*  }*/
/*}*/

.w3-bar-item {
  font-family: Arial, Helvetica, sans-serif;
  border: none;
  color: #24242D;
  border: none;
  padding-inline: 16px;
  padding-top: 16px;
  font-size: 20px;
  background-color: #ffffff;
  cursor: pointer;
}

.w3-bar-item:hover {
  color: #ADFF00;
  text-decoration: underline;
}

.w3-bar-item.active {
  background-color: #0d8aee;
}

.Footer-link {
  display: flex;
  justify-content: space-between;
  /*max-width: 1280px;*/
  margin: 0 auto;
}

.footerline {
  border-bottom: 1px solid rgb(60, 60, 60);
  width: 100%;
}

.footer-sign-title {
  display: flex;
  flex-direction: row;
  min-width: 312px;
  justify-content: center;
  padding-left: 12px;
}

.Key {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  color: #24242D;
}

.Achivments {
  display: ruby;
}


#button {
  display: inline-block;
  background-color: #BDBDBD;
  width: 50px;
  height: 50px;
  text-align: center;
  border-radius: 64px;
  position: fixed;
  bottom: 30px;
  right: 30px;
  transition: background-color .3s,
  opacity .5s, visibility .5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
}
#button::after {
  content: "\f077";
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  line-height: 50px;
  color: #fff;
}
#button:hover {
  cursor: pointer;
  background-color: #24242D;
}
#button:active {
  background-color: #ADFF00;
}
#button.show {
  opacity: 1;
  visibility: visible;
}

#buttonfooter {
  display: inline-block;
  width: 48px;
  height: 48px;
  text-align: center;
  border-radius: 64px;
  opacity: 1;
  z-index: 1000;
}
#buttonfooter::after {
  content: "\f077";
  font-family: FontAwesome;
  color: #ADFF00;
  font-weight: 100;
  font-style: normal;
  font-size: 14px;
  line-height: 50px;
}

#buttonfooter:hover {
  cursor: pointer;
}


.roscosmosAn1 {
  position: absolute;
  left: 9%;
  top: 27.7%;
  height: auto;
  width: 10%;
  animation: bounce 4s linear infinite;
}

@keyframes bounce {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(24px);
  }
  100% {
    transform: translateY(0);
  }
}

.roscosmosAn2 {
  position: absolute;
  right: 3%;
  top: 72.5%;
  height: auto;
  width: 15%;
  animation: circle-spin 6s linear infinite;
}

@keyframes circle-spin {
  100% {
    transform: rotate(360deg);
  }
}

.roscosmosAn3 {
  position: absolute;
  right: 19.4%;
  top: 23.4%;
  height: auto;
  width: 11%;
  animation: bounce-rotate 8s linear infinite;
}

@keyframes bounce-rotate {
  0% {
    transform: translateY(0) rotate(0deg);
  }
  50% {
    transform: translateY(112px) rotate(180deg);
  }
  100% {
    transform: translateY(0) rotate(360deg);
  }
}

.roscosmosAn4 {
  position: absolute;
  left: 19.8%;
  top: 62.5%;
  height: auto;
  width: 10%;
  z-index: -10;
  animation: bounce-rotate-revers 4s linear infinite;
}

@keyframes bounce-rotate-revers {
  0% {
    transform: translateY(0) rotate(0deg);
  }
  50% {
    transform: translateY(48) rotate(-180deg);
  }
  100% {
    transform: translateY(0) rotate(-360deg);
  }
}

.roscosmosAn5 {
  position: absolute;
  right: 13.4%;
  top: 37.3%;
  height: auto;
  width: 13.4%;
  animation: anim5 16s linear infinite;
}

@keyframes anim5 {
  0% {
    transform: translateY(0) rotate(0deg);
  }
  25% {
    transform: translateY(96px) rotate(5deg);
  }
  50% {
    transform: translateY(192px) rotate(15deg);
  }
  75% {
    transform: translateY(96px) rotate(-5deg);
  }
  100% {
    transform: translateY(0) rotate(0deg);
  }
}

.roscosmosAn6 {
  position: absolute;
  left: 16.2%;
  top: 60.6%;
  height: auto;
  width: 9.7%;
  animation: bounce 4s linear infinite;
}

.roscosmosNn {
  position: absolute;
  left: 0;
  top: 67.1%;
  height: auto;
  width: 100%;
  z-index: 10;
}

.roscosmosAn7 {
  position: absolute;
  right: 10%;
  top: 69.9%;
  height: auto;
  width: 15%;
  animation: bounce-rotate-revers 12s linear infinite;
  z-index: 9;
}

.roscosmosAn8 {
  position: absolute;
  left: 11.5%;
  top: 83.5%;
  height: auto;
  width: 12%;
  animation: bounce-rotate 8s linear infinite;
  z-index: 11;
}

.roscosmosAn9 {
  position: absolute;
  right: 15%;
  top: 8.9%;
  height: auto;
  width: 13.8%;
  animation: circle-spin 6s linear infinite;
}

.roscosmosAn10 {
  position: absolute;
  right: 7%;
  top: 20.1%;
  height: auto;
  width: 12.4%;
  animation: anim6 12s linear infinite;
}

@keyframes anim6 {
  0% {
    transform: translateY(0) rotate(0deg);
  }
  25% {
    transform: translateY(12px) rotate(5deg);
  }
  50% {
    transform: translateY(24px) rotate(15deg);
  }
  75% {
    transform: translateY(12px) rotate(-5deg);
  }
  100% {
    transform: translateY(0) rotate(0deg);
  }
}

.roscosmosAn11 {
  position: absolute;
  left: 18.9%;
  top: 34.6%;
  height: auto;
  width: 13.1%;
}

.roscosmosAn12 {
  position: absolute;
  left: 8.9%;
  top: 50%;
  height: auto;
  width: 16%;
  animation: anim6 12s linear infinite;
}

.roscosmosAn13 {
  position: absolute;
  right: 16.5%;
  top: 65.2%;
  height: auto;
  width: 12%;
  animation: bounce-rotate 6s linear infinite;
}

.roscosmosAn14 {
  position: absolute;
  right: 9.5%;
  top: 0;
  height: auto;
  width: 26.4%;
  animation: anim6 12s linear infinite;
}

.lwline1 {
  border-left: 1px solid rgb(173, 255, 0);
  height: 24.8%;
  max-height: 224px;
  position: absolute;
  left: calc(50% - 1px);
  bottom: 70%;
}

.lwline2 {
  border-left: 1px solid rgb(173, 255, 0);
  height: 24.8%;
  max-height: 224px;
  position: absolute;
  left: calc(50% - 1px);
  top:67%;
}

.lwlinesr {
  border-left: 1px solid rgb(173, 255, 0);
  height: 64px;
  position: absolute;
  left: calc(50% - 1px);
  top:72%;
}

#latestwork {
  margin: 32px 32px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  height: 85vh;
}

@media (min-width: 1024px) and (max-width: 1536px) {
  #latestwork {
    scale: 0.84;
  }
}

#smw {
  margin: 32px 32px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  height: 450px;
}

@media (min-width: 1024px) and (max-width: 1536px) {
  #smw {
    scale: 0.84;
  }
}

@media (min-width: 2540px) {
  #smw {
    width: 80%;
  }
}

.latestworktitle {
  font-family: "EuropeExt";
  font-size: 80px;
  line-height: 84px;
  margin: 0;
  color: white;
  text-transform: uppercase;
  /*color: transparent;*/
  /*-webkit-text-stroke: 1px rgba(189, 189, 189, 0.55);*/
}

.smwtitle {
  font-family: "EuropeExt";
  font-size: 48px;
  line-height: 56px;
  margin: 0;
  color: white;
  text-transform: uppercase;
  /*color: transparent;*/
  /*-webkit-text-stroke: 1px rgba(189, 189, 189, 0.55);*/
}

.mwtitle {
  font-family: "EuropeExtBold";
  font-size: 18px;
  line-height: 24px;
  color: white;
  text-transform: uppercase;
}

.lwtitle {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: absolute;
}

.latestworksub {
  font-family: "Baloo 2";
  font-size: 14px;
  line-height: 22px;
  color: #878787;
  letter-spacing: 7px;
  text-transform: uppercase;
  margin-bottom: 12px;
}

.lw-picture {
  height: 100%;
  max-height: 772px;
  width: auto;
  animation: lwbounce 24s linear infinite;
}

.lw-picture2 {
  position: absolute;
  height: 100%;
  max-height: 540px;
  width: auto;
  z-index: 10;
  animation: lwbounce 24s linear infinite;
}

@keyframes lwbounce {
  0% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(180deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.allworklinks {
  display: flex;
  flex-direction: row;
  margin-top: 16px;
}

.allworklinkact {
  font-family: "Baloo 2";
  font-size: 14px;
  line-height: 22px;
  color: #24242D;
  text-transform: uppercase;
  background: #ADFF00;
  border-radius: 12px;
  padding: 6px 12px;
  transition: 0.4s;
}

.allworklinkact:hover {
  background: #98DF00;
}

.allworklink {
  font-family: "Baloo 2";
  font-size: 14px;
  line-height: 20px;
  color: white;
  text-transform: uppercase;
  border: 1px solid #BDBDBD;
  border-radius: 12px;
  padding: 6px 12px;
  margin-left: 16px;
  transition: 0.4s;
}

@media (min-width: 721px) and (max-width: 1536px) {
  .allworklinkact, .allworklink {
    font-size: 12px;
    line-height: 20px;
  }
}


.allworklink:hover {
  color: #24242D;
  background: white;
  border: 1px solid white;
}

.smwunder {
  background: rgb(34,34,34);
  background: linear-gradient(180deg, rgba(34,34,34,1) 0%, rgba(13,13,13,1) 100%);
  border-top: 2px solid #ADFF00;
  border-radius: 24px 24px 0px 0px;
  z-index: 1;
  position: sticky;
  bottom: 0px;
  /*height: 100vh;*/
  /*max-height: 818px;*/
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.morework {
  width: 100%;
  max-width: 1888px;
  position: relative;
  margin: 32px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
}

.container__item {
  height: 546px;
  margin-left: 32px;
  /*margin-bottom: 16px;*/
  border-radius: 24px;
  overflow: hidden;
  position: relative;
  transition: 0.8s;
}

/*@media (min-width: 2541px) {*/
/*  .card-short-s {*/
/*    width: calc(12.5% - 32px);*/
/*  }*/


/*  .card-short-s:nth-child(8n + 1) {*/
/*    margin-left: 0;*/
/*  }*/
/*}*/

@media (min-width: 1441px){
  .card-short-s {
    width: calc(25% - 24px);
  }


  .card-short-s:nth-child(4n + 1) {
    margin-left: 0;
  }
}

@media (min-width: 1281px) and (max-width: 1440px){
  .card-short-s {
    width: calc(33% - 18px);
  }

  .card-short-s:nth-child(3n + 1) {
    margin-left: 0;
  }
}

@media (min-width: 721px) and (max-width: 1280px) {
  .card-short-s {
    width: calc(50% - 16px);
  }

  .card-short-s:nth-child(2n + 1) {
    margin-left: 0;
  }
}

@media (max-width: 720px) {
  .card-short-s {
    width: 100%;
    margin-left: 0;
  }
}

@media (min-width: 1921px) {
  .container__item {
    width: calc(25% - 32px);
  }


  .container__item:nth-child(4n + 1) {
    margin-left: 0;
  }
}

@media (min-width: 1281px) and (max-width: 1920px){
  .container__item {
    width: calc(25% - 32px);
    height: 256px;
  }

  .container__item:nth-child(4n + 1) {
    margin-left: 0;
  }
}

@media (min-width: 721px) and (max-width: 1280px) {
  .container__item {
    width: calc(50% - 24px);
  }

  .container__item:nth-child(2n + 1) {
    margin-left: 0;
  }
}

@media (max-width: 720px) {
  .container__item {
    width: 100%;
    margin-left: 0;
  }
}

.item-mwork {
  overflow: hidden;
  height: 100%;
  max-height: 546px;
  background-color: #1C1c1c;
  border-radius: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.4s;
}

.imgitemwork {
  width: 100%;
  height: auto;
  transition: 0.4s;
  display: block;
  overflow: hidden;
  opacity: 1;
}

.imgitemworkdark {
  position: absolute;
  width: 100%;
  height: auto;
  transition: 0.4s;
  display: block;
  overflow: hidden;
  opacity: 0;
}

.Circleanimation {
  position: absolute;
  margin-bottom: 12px;
  width: 100%;
  max-width: 312px;
  height: auto;
  transition: 0.4s;
  display: block;
  overflow: hidden;
  opacity: 1;
  }

.Circleanimationdark {
  position: absolute;
  margin-bottom: 12px;
  width: 100%;
  max-width: 312px;
  height: auto;
  transition: 0.4s;
  display: block;
  overflow: hidden;
  opacity: 0;
}

  .Circleanimation--anim3 {
  animation: anim3 128s linear infinite;
}

@keyframes anim3 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

  .Circleanimation--anim2 {
  animation: anim2 128s linear infinite;
}

@keyframes anim2 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(-360deg);
  }
}

.Circleanimation--anim1 {
  animation: anim2 64s linear infinite;
}

@keyframes anim1 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.item-mw {
  padding: 32px;
  position: absolute;
  display: flex;
  flex-direction: column;
  justify-content: end;
  height: 100%;
  bottom: 0px;
  z-index: 2;
  pointer-events: none;
  opacity: 1;
  font-weight: 100;
  width: 100%;
  align-items: center;
}

.container__item:hover .gbutton {
  border-color: white;
  background-color: white;
  color: #24242D;
  transition: 0.3s;
}

.container__item:hover .item-mwork {
  background-color: #ADFF00;
}

.container__item:hover .imgitemwork {
  opacity: 0;
}

.container__item:hover .imgitemworkdark {
  opacity: 1;
}

.container__item:hover .Circleanimation {
  opacity: 0;
}

.container__item:hover .Circleanimationdark {
  opacity: 1;
}

.container__item:hover {
  letter-spacing: 0.7px;
  /* color: #ADFF00; */
}

.Blockshort {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: left;
}

.shortcorner {
  position: absolute;
  right: 0;
  z-index: 9;
}

.shortcorner-y {
  position: absolute;
  right: 24px;
  top: 4px;
  color: white;
  font-family: EuropeExt;
  font-size: 12px;
  line-height: 16px;
}

.shortcorner_box {
  position: absolute;
  width: 90px;
  height: 22px;
  right: 8px;
  top: 8px;
  background-color: rgba(13,13,13,0.9);
  z-index: 10;
  border-radius: 2px 32px;
}

.shortcorner_project-y {
  position: absolute;
  right: 54px;
  top: 14px;
  color: white;
  font-family: EuropeExt;
  font-size: 12px;
  letter-spacing: 6px;
  line-height: 20px;
}

.shortpicturer {
  border-radius: 32px;
  width: calc(100% - 496px);
  height: 100%;
  display: flex;
  justify-content: center;
}

.shortwrapper {
  position: relative;
  width: calc(100% - 32px);
  margin: 0 16px 16px 16px;
  top: 72px;
  display: flex;
  flex-direction: row;
}

.shortinfo {
  border-radius: 32px;
  width: 480px;
  height: calc(100vh - 88px);
  background-image: url("assets/images/ShortinfoBG.png");
  background-size: cover;
  position: fixed;
  top: 72px;
  right: 16px;
  margin-left: 16px;
}

.shortpic {
  width: auto;
  height: auto;
  max-width: 1920px;
  display: flex;
  flex-direction: column;
}

.spic {
  max-height: calc(100vh - 88px);
  max-width: 100%;
  border-radius: 32px;
  margin-bottom: 16px;
}

.hide {
  width: 100%;
  background: white;
  height: 24px;
  position: fixed;
  top: 0;
  z-index: 1;
}

.short-title {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  max-width: 260px;
}

.short_info_title {
  font-family: "Baloo 2";
  font-size: 14px;
  line-height: 22px;
  margin-right: 12px;
  color: #878787;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  margin-top: 0px;
  margin-bottom: 0px;
}

.about_me_info_title {
  font-family: "Baloo 2";
  font-size: 14px;
  line-height: 22px;
  margin-right: 12px;
  color: #BDBDBD;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  margin-top: 0px;
  margin-bottom: 0px;
}

.amshortline {
  border-bottom: 2px solid rgb(173, 255, 0);
  width: 100%;
  max-width: 90px;
}

.amshortlinegray {
  border-bottom: 2px solid rgba(135, 135, 135, 0.25);
  width: 100%;
  margin-bottom: 24px;
}

.short_holder {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 0 32px 16px 32px;
  display: flex;
  flex-direction: column;
  overflow: auto;
}

.short_info_header {
  display: flex;
  flex-direction: row;
  align-items: center;
  align-content: center;
  margin-top: 24px;
  margin-bottom: 34px;
}

.short_description {
  display: flex;
  flex-direction: column;
}

.short_project_title {
  font-family: "EuropeExtBold";
  font-size: 20px;
  text-transform: uppercase;
  line-height: 24px;
  color: #FFF;
}

.short_project-description {
  font-family: "Baloo 2";
  font-size: 14px;
  line-height: 20px;
  color: #BDBDBD;
  margin-top: 8px;
}

.short_project_software {
  margin-top: 32px;
}

.short_software_title {
  font-family: "Baloo 2";
  font-size: 16px;
  line-height: 20px;
  color: white;
}

.short_software_name {
  font-family: "Baloo 2";
  font-size: 14px;
  line-height: 20px;
  color: #BDBDBD;
  padding-left: 12px;
}

.short_see_more_title {
  font-family: "Baloo 2";
  font-size: 14px;
  line-height: 20px;
  color: #BDBDBD;
  padding-left: 8px;
}

.short_see_more {
  position: fixed;
  bottom: 32px;
  background: #24242D;
  padding: 4px 16px 4px 16px;
  border-radius: 12px;
  transition: 1s;
}

.short_see_more_invisible {
  opacity: 0;
}

.short_softwares {
  display: flex;
  flex-direction: row;
  margin-top: 12px;
}

.short_programm {
  display: flex;
  align-items: center;
  margin-right: 24px;
}

.container_mini {
  max-height: 128px;
  border-radius: 24px;
  overflow: hidden;
  position: relative;
  transition: 0.8s;
}

.item-mini {
  overflow: hidden;
  height: 100%;
  max-height: 128px;
  background-color: #1C1c1c;
  border-radius: 24px;
  display: flex;
  align-items: center;
  isolation: isolate;
}

.mini_wrapper_big {
  margin-top: 24px;
}

.mini_wrapper {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 16px;
}


.short_other_work {
  margin-top: 32px;
}

.about_me_summary {
  display: flex;
  flex-direction: row;
  max-width: 1440px;
  width: 100%;
  margin-top: 180px;
}

.about_me_text {
  max-width: 830px;
}

.about_me_start {
  width: 220px;
  min-width: 112px;
  margin-right: 48px;
  padding-top: 4px;
}

.about_me_skills {
  width: 278px;
  min-width: 196px;
  margin-left: 64px;
}

.all_skill_item {
  font-family: "Baloo 2";
  font-size: 16px;
  line-height: 22px;
  color: #24242D;
  margin-bottom: 4px;
  margin-top: 0px;
}

.about_me_skills_all {
  margin-top: 12px;
  margin-bottom: 24px;
}

#about_me_wrap {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-left: 96px;
  padding-right: 96px;
  /*display: none;*/
}

.download_cv {
  font-family: "Baloo 2";
  font-size: 16px;
  line-height: 22px;
  color: #0D0D0D;
  font-weight: bold;
  text-decoration: underline;
}

.experience_display {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.experience_title {
  font-size: 32px;
  line-height: 48px;
  font-family: "EuropeExtBold";
  color: #0D0D0D;
  margin-top: 12px;
  text-transform: uppercase;
}

.about_me_experience {
  margin-top: 96px;
  margin-bottom: 96px;
}

.about_me_position {
  display: flex;
  flex-direction: row;
  max-width: 1440px;
  width: 100%;
  margin-top: 64px;
}

.position {
  max-width: 830px;
}

.position_title {
  margin-bottom: 24px;
}

.position_title_bold {
  font-family: "EuropeExtBold";
  font-size: 24px;
  line-height: 32px;
  color: #24242D;
  padding-right: 8px;
}

.position_title {
  font-family: "Baloo 2";
  font-size: 24px;
  line-height: 32px;
  color: #797979;
  padding-right: 8px;
}

.sber {
  color: white;
  text-decoration: underline;
}

