h* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

::-webkit-scrollbar {
  width: 12px;
  background-color: #E4E4E4;
  border: solid 1px white;
  border-radius: 6px;
}

::-webkit-scrollbar-thumb {
  background-color: #686868;
  border: solid 1px white;
  border-radius: 6px;
}

body {
  position: relative;
  left: -8px;
  overflow-x: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100vw;
}

html {
  font-family: 'Open Sans', sans-serif;
  display: block;
}
#logo_mobile_header{
  display: none;
}
section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

header {
  position: relative;
  top: -8px;
  width: 100vw;
  height: 1088px;
  background-color: #6F7A8A;
  opacity: .9;
}

header nav {
  z-index: 110;
  width: 100%;
  height: 70px;
  -webkit-box-shadow: 0 7px 200px #475262;
          box-shadow: 0 7px 200px #475262;
  background-color: #6F7A8A;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  opacity: 1;
}

header nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

header nav ul li:nth-child(n) {
  z-index: 20;
  margin-right: 30px;
  list-style: none;
}

header nav ul li:nth-child(n) a {
  text-transform: uppercase;
  text-decoration: none;
  color: #97A2B2;
  font-weight: 400;
  font-size: 12px;
  -webkit-transition: all .5s;
  transition: all .5s;
}

header nav ul li:nth-child(n) a:hover {
  color: #C7D2E2;
}

header nav ul li:nth-child(n) a.active-for-a {
  color: #00D646;
}

header .parallax-window-0 {
  position: absolute;
  background-repeat: no-repeat;
  top: 0;
  background-size: cover;
  width: 100vw;
  height: 1088px;
  background: transparent;
}
.parallax_for_mobile{
  position: relative;
  left: -8px;
}
header .wrapper-name {
  margin-top: 120px;
  font-family: 'Arial', sans-serif;
  font-size: 75px;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: white;
  width: 100vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

header .wrapper-name .green {
  color: #00D646;
}

header .wrapper-name .profession {
  letter-spacing: 0.18em;
  margin-top: 50px;
  font-size: 24px;
  font-family: 'Open Sans', sans-serif;
}

.logo {
  cursor: pointer;
  z-index: 20;
  display: inline-block;
  background-image: url("/img/SVG/log.svg");
  background-repeat: no-repeat;
  height: 45px;
  width: 45px;
  margin-right: 100px;
}

.vnos_1 {
  position: absolute;
  z-index: 10;
  top: 753px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 670px;
  width: 70vw;
  max-width: 820px;
  background-color: #333B50;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.vnos_1 .marg {
  margin: 35px 0;
}

.vnos_1 .logo_1 {
  width: 100px;
  height: 100px;
  background-image: url("/img/SVG/log.svg");
  background-repeat: no-repeat;
}

.vnos_1 .text_1 {
  color: white;
  max-width: 500px;
  width: 100vw;
  max-height: 130px;
  letter-spacing: normal;
  font-family: "Arial", sans-serif;
  text-align: center;
  font-size: 15px;
  font-weight: 600;
  line-height: 2.5rem;
}

.vnos_1 .sub {
  width: 220px;
  height: 48px;
  font-family: "Arial", sans-serif;
  border: 1px solid #00D646;
  outline: none;
  background: transparent;
  font-size: 14px;
  color: white;
  text-transform: uppercase;
  cursor: pointer;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.vnos_1 .sub:hover {
  background-color: #00D646;
}

#sec_1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100vw;
  height: 1088px;
}

#sec_1 .title_1 {
  margin-top: 300px;
  text-align: center;
  height: 100px;
  margin-bottom: 70px;
  letter-spacing: .2em;
}

#sec_1 .skills {
  z-index: 5;
  width: 100vw;
  max-width: 800px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 450px;
}

.parallax-window {
  position: absolute;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100vw;
  height: 1300px;
  background: transparent;
}

.soc_name, .percents {
  text-transform: uppercase;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-width: 120px;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  color: #BEC7D5;
  font-size: 14px;
  font-family: "Open Sans", sans-serif;
  font-weight: 500;
  letter-spacing: 0.05em;
  margin-right: 20px;
}

.skills .gr_line {
  margin-top: 18px;
  height: 14px;
  background-color: #00D646;
  text-align: center;
  border-radius: 3px;
  width: 0;
  -webkit-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}

.skills.incr .b1 {
  -webkit-transition-delay: 500ms;
          transition-delay: 500ms;
}

.skills.incr .b2 {
  -webkit-transition-delay: 1000ms;
          transition-delay: 1000ms;
}

.skills.incr .b3 {
  -webkit-transition-delay: 1500ms;
          transition-delay: 1500ms;
}

.skills.incr .b4 {
  -webkit-transition-delay: 2000ms;
          transition-delay: 2000ms;
}

.percents {
  margin: 0 0 0 20px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.sociate {
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-display: row;
}

.index {
  color: #BEC7D5;
  line-height: 1.3em;
  font-size: 48px;
  font-family: "Arial", sans-serif;
  font-weight: 900;
  margin-right: 10px;
}

.subtitle {
  font-family: "Arial", sans-serif;
  font-size: 48px;
  color: white;
  line-height: 1.3em;
  text-transform: uppercase;
  font-weight: 900;
}

.naming {
  text-transform: uppercase;
  font-size: 24px;
  font-family: "Open Sans", sans-serif;
  letter-spacing: 0.18em;
  line-height: 1.8em;
  color: white;
  font-weight: 600;
}

.year {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #00D646;
  font-size: 18px;
  line-height: 1.4em;
  font-family: "Josefin Sans", sans-serif;
  font-weight: 900;
  margin-bottom: 13px;
}

.company {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 24px;
  text-transform: uppercase;
  letter-spacing: .1em;
  line-height: 1.4em;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  margin-bottom: 15px;
}

.position {
  color: white;
  font-size: 15px;
  font-family: "Arial", sans-serif;
  font-weight: 700;
  margin-bottom: 6px;
}

.content {
  color: #BEC7D5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: right;
}

.c_right {
  text-align: left;
}
.mobile_skills{
  display: none;
}
#sec_2 {
  z-index: 5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  width: 100vw;
  height: 2802px;
  background-color: #6F7A8A;
  background-image: url(/img/m2.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}

#sec_2 .portfolio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

#sec_2 .portfolio .title_2 {
  margin-top: 163px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  letter-spacing: .2em;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#sec_2 .portfolio .mySites {
  z-index: 5;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr;
      grid-template-columns: 1fr 1fr 1fr;
  width: 1362px;
  height: 454px;
  grid-column-gap: 1%;
  margin-top: 73px;
}

#sec_2 .portfolio .mySites .sitic {
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
  background-image: url("/img/Koshak.png");
  background-repeat: no-repeat;
  background-size: cover;
  border: 1px solid #8ce2a9;
  border-radius: 2%;
  position: relative;
  text-decoration: none;
  -webkit-transition: all .5s;
  transition: all .5s;
}
#first-ex{
  background-image: url("/img/firstpr.jpg")  !important;
}
#second-ex{
  background-image: url("/img/tablo.jpg")  !important;
}
#third-ex{
  background-image: url("/img/VK_main.jpg") !important;
}

#sec_2 .portfolio .mySites .sitic .circle {
  -webkit-box-shadow: 0 0 15px #00D646;
          box-shadow: 0 0 15px #00D646;
  -webkit-transition: all .5s;
  transition: all .5s;
  top: 5%;
  position: relative;
  height: 100px;
  width: 100px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #00D646;
  font-size: 50px;
  font-family: 'Roboto', sans-serif;
  border: solid 5px #00D646;
}

#sec_2 .portfolio .mySites .sitic .sitic-descr {
  -webkit-transition: all .5s;
  transition: all .5s;
  background-color: #BEC7D5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  bottom: 0;
  color: black;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 40%;
  width: 100%;
  font-size: 22px;
}

#sec_2 .portfolio .mySites .sitic .sitic-descr .sitic-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  max-width: 80%;
}

#sec_2 .portfolio .mySites .sitic:hover {
  -webkit-transform: scale(1.01);
          transform: scale(1.01);
  -webkit-box-shadow: 0 0 20px 2px white;
          box-shadow: 0 0 20px 2px white;
}

#sec_2 .portfolio .mySites .sitic:hover .circle {
  top: -22%;
  opacity: .1;
}

#sec_2 .portfolio .mySites .sitic:hover .sitic-descr {
  -webkit-transition-delay: 10ms;
          transition-delay: 10ms;
  bottom: -40%;
  opacity: .1;
}

#sec_2 .score {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

#sec_2 .score .title_3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  letter-spacing: 0.2em;
  margin-top: 217px;
}

#sec_2 .score .score_line {
  -webkit-transition: all 1.5s ease-in-out;
  transition: all 1.5s ease-in-out;
  margin-top: 54px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 5fr 3fr 5fr;
      grid-template-columns: 5fr 3fr 5fr;
  height: 1170px;
  width: 1362px;
}

#sec_2 .score .score_line .left_title, #sec_2 .score .score_line .right_title {
  color: white;
  height: 195px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  opacity: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#sec_2 .score .score_line .left_title {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-top: 195px;
}

#sec_2 .score .score_line .right_title {
  margin-bottom: 195px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.score_line_animate .r0 {
  opacity: 1;
  -webkit-transition: all 1.5s ease-in-out;
  transition: all 1.5s ease-in-out;
}

.score_line_animate .l0 {
  opacity: 1;
  -webkit-transition: all 1.5s ease-in-out;
  transition: all 1.5s ease-in-out;
  -webkit-transition-delay: 2000ms;
          transition-delay: 2000ms;
}

.score_line_animate .r1 {
  opacity: 1;
  -webkit-transition: all 1.5s ease-in-out;
  transition: all 1.5s ease-in-out;
  -webkit-transition-delay: 4000ms;
          transition-delay: 4000ms;
}

.score_line_animate .l1 {
  opacity: 1;
  -webkit-transition: all 1.5s ease-in-out;
  transition: all 1.5s ease-in-out;
  -webkit-transition-delay: 6000ms;
          transition-delay: 6000ms;
}

.score_line_animate .r2 {
  -webkit-transition: all 1.5s ease-in-out;
  transition: all 1.5s ease-in-out;
  -webkit-transition-delay: 8000ms;
          transition-delay: 8000ms;
  opacity: 1;
}

.score_line_animate .l2 {
  -webkit-transition: all 1.5s ease-in-out;
  transition: all 1.5s ease-in-out;
  -webkit-transition-delay: 10000ms;
          transition-delay: 10000ms;
  opacity: 1;
}

.centr_line {
  -webkit-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.centr_line .coolGrLine {
  margin-top: 12px;
  height: 0%;
  width: 2px;
  background-color: #00D646;
  animation:  incred 5s;
  animation-fill-mode: forwards;
  animation-play-state:  paused;
}
@keyframes incred{
  from{
    height: 0;
  }
  to{
    height: 100%;
  }
}
.text{
  opacity: 0 !important;
}

.text.animate{
  opacity: 1 !important;
  transition: all .5s linear;
}


.centr_line .coolGrLine .gr_dot {
  border-radius: 50%;
  height: 14px;
  width: 14px;
  margin: -4px 0px 187px -6px;
  background-color: #00D646;
}



.vnos_2 {
  position: absolute;
  z-index: 10;
  top: 4665px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 630px;
  width: 940px;
  background-color: #333B50;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: white;
}

.vnos_2 .main_content {
  width: 650px;
  height: 380px;
  grid-column-gap: 50px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
      grid-template-columns: 1fr 1fr;
}

.vnos_2 .main_content .descr .title_4 {
  text-transform: uppercase;
  font-family: "Open Sans", sans-serif;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 25px;
}

.vnos_2 .main_content .descr .c_text, .vnos_2 .main_content .descr .mail {
  font-size: 15px;
  font-size: "Open Sans", sans-serif;
  font-weight: 600;
  letter-spacing: 0.05em;
}

.vnos_2 .main_content .descr .mail {
  margin: 25px 0 6px 0;
}

form {
  margin-top: 7px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

form .dannue {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

input {
  padding-left: 5px;
  width: 151px;
  height: 36px;
  margin: 0 17px 12px 0;
  outline: none;
  font-size: 15px;
}

#inp {
  width: 330px;
}

textarea {
  padding-left: 5px;
  padding-top: 5px;
  font-size: 15px;
  height: 150px;
  width: 332px;
  resize: none;
  outline: none;
}

button {
  margin-top: 12px;
  height: 45px;
  background-color: #00D646;
  width: 341px;
  outline: none;
  border: solid 1px #00D646;
  font-family: "Open Sans", sans-serif;
  font-size: 15px;
}

.social {
  margin-top: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#sec_3 {
  width: 100vw;
  height: 544px;
}

#sec_3 .parallax-window-1 {
  position: absolute;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100vw;
  height: 600px;
  background: transparent;
}

footer {
  position: relative;
  z-index: 5;
  bottom: -8px;
  width: 100vw;
  height: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #333B50;
  color: white;
}

footer .logotype_of_company {
  position: absolute;
  top: 30%;
  display: inline-block;
  height: 45px;
  width: 45px;
  background-image: url("/img/SVG/log.svg");
  background-repeat: no-repeat;
  left: 25%;
}

#send {
  cursor: pointer;
}
#log_mobile_header{
  display: none;
}
.Drag{
  display: none;
}
#vk2 {
  height: 30px;
  width: 30px;
}

@media (max-width: 1200px) {
  .parallax_for_mobile {
    display: none;
    background-color: #333B50;
  }
  header {
    width: 100vw;
    height: 1088px;
    background-color: #6F7A8A;
    opacity: 1;
    margin-bottom: -8px;
  }
  #log_mobile_header{
    display: block;
  }
  .Drag{
    display: inline-block;
    position: absolute;
    opacity: .1;
    min-height: 1088px;
    object-fit:cover;
    position: relative;
    max-width: 100vw;
  }
  .cross {
    cursor: pointer;
    z-index: 12;
    position: absolute;
    top: 5.8vh;
    right: 5.8vh;
    height: 20px;
    width: 30px;
  }
  .cr_l {
    transition: all .3s;
    border-radius: 5px;
    display: inline-block;
    position: relative;
    width: 100%;
    height: 2px;
    top: -6px;
    background-color: #fff;
  }
  .cross::before, .cross::after {
    border-radius: 1px;
    transition: all .3s;
    content: '';
    display: block;
    background-color: #fff;
    height: 2px;
    left: 0;
    width: 100%;
    position: absolute;
  }
  .cross::before {
    top: 0;
  }
  .cross::after {
    bottom: 0;
  }
  header nav {
    display: none;
    z-index: 100;
    background-color: #333B50;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    z-index: 11;
    opacity: 1;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .cross.cr_active{
    z-index: 102;
  }
  .cross.cr_active .cr_l{
    transform: scale(0);
  }
  .cross.cr_active::after{
    transform: rotate(-45deg);
    bottom: 9px;
  }
  .cross.cr_active::before{
    transform: rotate(45deg);
    top: 9px;
  }
  nav.active{
    position: absolute;
    top: 0;
    display: flex;
    z-index: 101;
    width: 100vw;
    height: 55vh;
    max-height: 800px;
  }
  header nav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
  }
  header nav ul li:nth-child(n) {
    margin: 1.5vh 0 1.5vh 0;
  }
  header nav ul li:nth-child(n) a {
    text-transform: uppercase;
    text-decoration: none;
    color: #97A2B2;
    font-weight: 400;
    font-size: 1.2rem;
    -webkit-transition: all .5s;
    transition: all .5s;
  }
  header nav ul li:nth-child(n) a:hover {
    color: #C7D2E2;
  }
  header nav ul li:nth-child(n) a.active-for-a {
    color: #00D646;
  }
  .logo {
    margin: 0;
    position: absolute;
    top: 4.8vh;
    left: 4.8vh;
  }
  .vnos_1 {
    border-radius: 5px;
    -webkit-box-shadow: 0 0 10px black;
            box-shadow: 0 0 10px black;
    position: absolute;
    z-index: 10;
    top: 753px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 670px;
    width: 90vw;
    background-color: #333B50;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .vnos_1 .marg {
    margin: 2vh 0;
  }
  .vnos_1 .logo_1 {
    width: 18vw;
    height: 18vw;
    position: relative;
    left: 4.8vw;
    background-image: url("/img/SVG/log.svg");
    background-repeat: no-repeat;
  }
  .vnos_1 .text_1 {
    color: white;
    width: 70vw;
    max-height: 60vh;
    line-height: 2.2rem;
  }
  .vnos_1 .sub {
    margin-top: 7vh;
    width: 60%;
    height: 48px;
  }
  #sec_1 {
    background: #333B50;
    height: 250vh;
    max-height: 1300px;
  }
  .mobile_skills{
    display: flex;
    flex-direction: column;
    position: relative;
    width: 92vw;
    height: 80vh;
    max-height: 600px;
    z-index: 100;
  }
  .sociate_mobile{
    height: 20%;
    width: 100%;
    text-transform: uppercase;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    color: white;
  }
  .f_line{
    margin-top: 2vh;
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  .line_mobile{
    height: 14px;
    border-radius: 2px;
    max-width: 100%;
    background-color: #00D646;
  }
  .line_mobile_span{
    justify-content: center;
    width: 15vw;
    margin-left: 3vw;
  }
  .z0{
    width: 70%;
  }
  .z1{
    width: 65%;
  }
  .z2{
    width: 80%;
  }
  .z3{
    width: 60%;
  }
  .z4{
    width: 85%;
  }
  #sec_1 .skills {
    display: none;
  }
  #sec_2 {
    z-index: 5;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
          align-items: center;
    width: 100vw;
    height: 500vh;
    max-height: 5400px;
    min-height: 3500px;
    background-color: #6F7A8A;
    background-image: url(/img/m2.jpg);
    background-repeat: no-repeat;
    background-size: cover;
  }
  #sec_2 .portfolio {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    
          }
  #sec_2 .portfolio .title_2 {
    margin-top: 163px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    letter-spacing: .2em;
    font-size: 10px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #sec_2 .portfolio .title_2 #teg {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  #sec_2 .portfolio .mySites {
    height: 200vh;
    z-index: 5;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100vw;
    margin-top: 15vh;
  }
  #sec_2 .portfolio .mySites .sitic {
    margin: 10px 0;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    min-height: 64vh;
    width: 94vw;
    background-image: url("/img/Koshak.png");
    background-repeat: no-repeat;
    background-size: cover;
    border: 1px solid #8ce2a9;
    border-radius: 2%;
    position: relative;
    text-decoration: none;
    -webkit-transition: all .5s;
    transition: all .5s;
  }
  #sec_2 .portfolio .mySites .sitic .circle {
    -webkit-box-shadow: 0 0 15px #00D646;
            box-shadow: 0 0 15px #00D646;
    -webkit-transition: all .5s;
    transition: all .5s;
    top: 5%;
    position: relative;
    height: 100px;
    width: 100px;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: #00D646;
    font-size: 50px;
    font-family: 'Roboto', sans-serif;
    border: solid 5px #00D646;
  }
  #sec_2 .portfolio .mySites .sitic .sitic-descr {
    -webkit-transition: all .5s;
    transition: all .5s;
    background-color: #BEC7D5;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: absolute;
    bottom: 0;
    color: #00D646;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 40%;
    width: 100%;
    font-size: 22px;
  }
  #sec_2 .portfolio .mySites .sitic .sitic-descr .sitic-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
    max-width: 80%;
  }
  #sec_2 .portfolio .mySites .sitic:hover {
    -webkit-transform: none;
            transform: none;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  #sec_2 .portfolio .mySites .sitic:hover .circle {
    top: 5%;
    opacity: 1;
  }
  #sec_2 .portfolio .mySites .sitic:hover .sitic-descr {
    -webkit-transition-delay: 10ms;
            transition-delay: 10ms;
    bottom: 0;
    opacity: 1;
  }
  #sec_2 .score {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #sec_2 .score .title_3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    letter-spacing: 0;
    margin-top: 217px;
  }
  #sec_2 .score .score_line {
    -webkit-transition: all 1.5s ease-in-out;
    transition: all 1.5s ease-in-out;
    margin-top: 54px;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    height: 100vh;
    width: 70vw;
  }
  .left_title, .right_title {
    color: white;
    height: 30vh;
    max-height: 400px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    opacity: 1;
    min-width: 80vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #sec_2 .score .score_line .right_title, #sec_2 .score .score_line .left_title {
    margin: 5vh 0 5vh 0;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  #sec_2 .score .year {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #00D646;
    font-size: 18px;
    line-height: 1.4em;
    font-family: "Josefin Sans", sans-serif;
    font-weight: 900;
    margin-bottom: 13px;
  }
  #sec_2 .score .company {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 24px;
    text-transform: uppercase;
    letter-spacing: .1em;
    line-height: 1.4em;
    font-family: "Open Sans", sans-serif;
    font-weight: 700;
    margin-bottom: 15px;
  }
  #sec_2 .score .position {
    color: white;
    font-size: 15px;
    font-family: "Arial", sans-serif;
    font-weight: 700;
    margin-bottom: 6px;
  }
  #sec_2 .score .content {
    color: #BEC7D5;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: left;
  }
  .vnos_2 {
    margin-bottom: -8px;
    background-color: #6D7785;
    position: static;
    z-index: 10;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100vh;
    max-height: 800px;
    min-height: 720px;
    width: 100vw;
    
    -webkit-box-shadow: 0 0 30px #475262;
            box-shadow: 0 0 30px #475262;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: white;
  }
  .wrapper-name{
    z-index: 100;
    position: absolute;
    top: 50px;
  }
  .vnos_2 .main_content {
    position: relative;
    width: 80vw;
    height: 100%;
    max-height: 700px;
    grid-column-gap: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
  }
  .vnos_2 .main_content .descr .title_4 {
    text-transform: uppercase;
    font-family: "Open Sans", sans-serif;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 25px;
  }
  .vnos_2 .main_content .descr .c_text, .vnos_2 .main_content .descr .mail {
    font-size: 14px;
    font-size: "Open Sans", sans-serif;
    font-weight: 400;
    letter-spacing: 0;
  }
  .vnos_2 .main_content .descr .mail {
    margin: 25px 0 6px 0;
  }
  .vnos_2 form {
    margin-top: 2vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .vnos_2 form .dannue {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .vnos_2 input {
    padding-left: 5px;
    width: 55vw;
    height: 4.5vh;
    border-radius: 10px;
    margin: 0 0px 12px 0;
    font-size: 15px;
  }
  .vnos_2 #inp {
    width: 55vw;
    height: 4.5vh;
    border-radius: 10px;
  }
  .vnos_2 textarea {
    padding-left: 5px;
    padding-top: 5px;
    font-size: 15px;
    height: 7vh;
    resize: none;
    outline: none;
    width: 55vw;
    border-radius: 10px;
  }
  .vnos_2 button {
    margin-top: 12px;
    background-color: #00D646;
    width: 35vw;
    height: 4vh;
    border-radius: 10px;
    outline: none;
    border: solid 1px #00D646;
    font-family: "Open Sans", sans-serif;
    font-size: 15px;
  }
  .social {
    position: relative;
    bottom: 1vh;
  }
  .c_text {
    display: inline-block;
    max-width: 80%;
    margin: 0;
    text-align: center;
  }
  .centr_line {
    display: none;
  }
  .Name {
    font-weight: 600;
    letter-spacing: normal;
    font-size: 48px;
  }
  #portft {
    font-weight: 500;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 32px;
    text-align: center;
  }
  .subtitle {
    max-width: 60vw;
    letter-spacing: normal;
    font-weight: 400;
    font-size: 28px;
    text-align: center;
  }
  .index {
    text-align: center;
    font-weight: 600;
    font-size: 40px;
  }
  footer {
    position: relative;
    z-index: 5;
    width: 100vw;
    height: 25vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    background-color: #333B50;
    color: white;
  }
  footer .logotype_of_company {
    position: static;
    display: inline-block;
    height: 7vh;
    width: 7vh;
    margin-left: 3vh;
    margin-bottom: 2vh;
    background-image: url("/img/SVG/log.svg");
    background-repeat: no-repeat;
    left: 25%;
  }
  .sitic-text{
    font-weight: normal;
    font-size: 15px;
  }
  #sec_3{
    display: none;
    height: 50vh;
    background-color: black;
  }
  #send {
    margin-top: 3vh;
    cursor: pointer;
  }
  #sec_1 .title_1 {

    margin-top: 40vh;
  }
  .descr{
    max-width: 80%;
  }
  .main_content{
    max-width: 80%;
  }
  #logo_mobile_header{
    position: absolute;
    top: 4vh;
    left: 4.8vh;
    z-index: 120;
  }
}
@media (min-width: 741px) and (max-width: 1450px){
  .Drag{
    display: none;
  }
}
/*# sourceMappingURL=mycss.css.map */