* {
  margin: 0;
  padding: 0;
  outline: none;
}

html {
  font-size: 10px;
}

body {
  font-family: 'Montserrat', sans-serif;
  background: #ECECEC;
  width: 100%;
}

input,
textarea {
  font-family: 'Montserrat', sans-serif;
}

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

.float-left {
  float: left;
}

.float-right {
  float: right;
}

.clear {
  clear: both;
}

/* .clearfix {
  overflow: auto;
}

.clearfix::after {
  content: "";
  display: block;
  clear: both;
} */

.center {
  margin: auto;
}

.text-center {
  text-align: center;
}

.hide {
  display: none;
}

header {
  width: 100%;
  height: 100vh;
  position: relative;
  background-image: url("../img/header-background.jpg");
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
}

.header-elements {
  max-width: 1800px;
  height: 100%;
  margin: auto;
  position: relative;

}

nav {
  width: 100%;
  height: 65px;
  position: absolute;
  z-index: 100;
}

nav .container {
  padding: 0;
}

.logo {
  font-size: 2.2rem;
  margin-top: 10px;
  margin-left: 20px;
  color: #fff;
  float: left;
}

.main-menu {
  list-style-type: none;
  float: right;
  margin-top: 20px;
  text-transform: uppercase;
}

.main-menu li {
  float: left;
}

.main-menu a {
  display: block;
  padding: 5px;
  font-size: 1.5rem;
  margin-right: 40px;
  color: #FF803A;
  letter-spacing: 1px;
}

.main-menu .menu-item::after {
  content: '';
  display: block;
  width: 0;
  height: 2px;
  background: #FF803A;
  margin-top: 10px;
  transition: width .5s;
}

.main-menu a:hover::after {
  width: 100%;
}

.selected {
  border: 2px solid #f78f11;
  border-radius: 4px;
  transition: .3s;
}

.selected:hover {
  background: rgba(255, 255, 255, 0.1);
}

.fixed {
  position: fixed;
  z-index: 100;
  background: #0A223A;
  animation: menu-down 1s;
}

.hide-nav {
  position: fixed;
  z-index: 100;
  background: #0A223A;
  animation: menu-up .5s;
}

.header-group {
  position: absolute;
  text-align: left;
  left: 15%;
  top: 30%;
  color: #fff;
  font-family: 'Source Sans Pro', serif;
}

.header-group .header-group-text1 {
  font-size: 7em;
  font-weight: 400;
}

.header-group h1 {
  font-size: 3.7em;
  font-weight: 400;
}

.header-group h3 {
  font-size: 2.8em;
  line-height: 40px;
  font-weight: 400;
}

.highlights {
  color: #FF803A;
  font-size: 1.2em;
}

.headerBtn {
  background: transparent;
  border: solid 2px #FF803A;
  padding: 20px;
  width: 200px;
  margin: 20px 25px 0;
  transition: .3s;
  font-size: 1.8rem;
  color: #fff;
  cursor: pointer;
}

.headerBtn:first-of-type {
  background: #FF803A;
}

/* .headerBtn:first-of-type svg {
  color: #DD6018;
} */

.headerBtn:first-of-type:hover {
  border-color: #FF803A;
  background: transparent;
  color: #fff;
}

.headerBtn:hover {
  border-color: #FF803A;
  background: #FF803A;
  color: #fff;
}

.next-event {
  border: 3px dashed #FF803A;
  transform: rotate(10deg);
  padding: 10px;
  margin-left: 30px;
  position: absolute;
  right: 5%;
  top: 40%;
  color: #fff;
  font-size: 1.6rem;
}

.next-event h3 {
  color: #FF803A;
  font-size: 2rem;
}

.vmware-icon {
  position: absolute;
  bottom: 10px;
  left: 10px;
}

.vmware-icon1 {
  position: absolute;
  bottom: 10px;
  left: 140px;
}

.vmware-icon2 {
  position: absolute;
  bottom: 10px;
  left: 269px;
}

.vmware-icon3 {
  position: absolute;
  bottom: 10px;
  left: 398px;
}

.arrow-down {
  position: absolute;
  width: 28px;
  height: 28px;
  padding: 5px;
  font-size: 20px;
  color: #fff;
  border: 2px solid #FF803A;
  border-radius: 50%;
  bottom: 20px;
  left: 50%;
  margin-left: -17px;
  transition: .5s;
}

.arrow-down:hover {
  box-shadow: 0px 0px 10px 1px rgba(255,255,255,1);
}

.arrow-down svg {
  margin-left: 5px;
  margin-top: 4px;
  animation: arrow-jump 3s infinite;
}

.container {
  max-width: 1800px;
  margin: 0 auto;
  width: 100%;
  padding: 40px 2% 50px;
  box-sizing: border-box;
}

.quota {
  /* padding: 50px 100px;
  width: 100%;
  box-sizing: border-box; */
  background: #27282A;
  color: #fff;
  clear: both;
}

q:before,
q:after {
 content: "";
}

.quota p {
  font-size: 2.3rem;
  text-align: center;
}

.quota svg {
  color: #FF803A;
  font-size: 6rem;
}

.quota svg:last-of-type {
  float: right;
}

.quota .quota-author {
  text-align: right;
  font-weight: bold;
  margin: 50px 100px 0 0;
}


.section-heading {
  text-align: center;
  font-size: 4rem;
  color: #FF803A;
  margin-bottom: 40px;
  font-weight: normal;
}

.section-description {
  text-align: center;
  width: 70%;
  margin: 0 auto 60px;
  font-size: 2rem;
}

/* SECTION ABOUT */

#o-mnie {
  /* box-sizing: border-box;
  width: 100%;
  padding: 40px 100px 50px; */
  position: relative;
  overflow: hidden;
}

/* #o-mnie h2 {
  text-align: center;
  font-size: 4rem;
  color: #FF803A;
  margin: 50px;
} */

.avatar {
  position: relative;
  float: left;
}

.about-pic {
  margin: 10px 100px 140px 0px;
  width: 300px;
  height: 300px;
  border: 15px solid #fff;
  transform-origin: top right;
  box-shadow: 3px 3px 7px 0px rgba(0,0,0,0.52);
  /* float: left; */
}

.small-pin {
  width: 45px;
  position: absolute;
  left: 310px;
  top: -20px;
}

.avatar-arrow {
  width: 150px;
  position: absolute;
  left: 30px;
  top: 0px;
  transform: rotate(-7deg);
}

.button-cv {
  position: absolute;
  top: 420px;
  left: 100px;
}

.button-dropdown-menu {
  width: 220px;
  padding: 20px 40px 20px 20px;
  font-size: 1.8rem;
  background: #FF803A;
  color: #fff;
  border: none;
  cursor: pointer;
  transition: .3s;
  position: relative;
}

/* .button-dropdown-menu svg:first-of-type {
  color: #DD6018;
} */

.button-dropdown-menu svg:last-of-type {
  position: absolute;
  right: 10px;
  top: 20px;
}

.button-dropdown-menu:hover {
  background: #EE7029;
}

.dropdown-list {
  list-style-type: none;
  width: 78px;
  background: #FF803A;
  color: #fff;
  padding: 0px;
  margin: 0px;
  position: absolute;
  top: -7px;
  left: 230px;
  display: none;
}

.dropdown-list li {
  padding: 10px;
  cursor: pointer;
  transition: .3s;
  font-size: 1.6rem;
}

.dropdown-list li:hover {
  background: #EE6018;
}

.dropdown-list img {
  height: 20px;
  float: left;
  margin-right: 4px;
}

.about-me-text {
  float: left;
  width: calc(100% - 430px);
  margin-bottom: 100px;
  font-size: 2rem;
}

#o-mnie p {
  margin-top: 14px;
}

.social-media-list {
  float: left;
  width: 250px;
}

#o-mnie h3 {
  color: #FF803A;
  font-weight: 400;
  margin-top: 50px;
  text-decoration: underline;
}

.social-media-list ul{
  list-style-type: none;
}

.social-media-list li{
  margin: 10px 0 0 20px;
}

.social-media-list ul a {
  text-decoration: none;
  color: inherit;
}

#o-mnie table {
  float: left;
  margin-top: 5px;
  margin-right: 40px;
}

#o-mnie table td {
  padding: 10px 5px 0 0;
}

.mark {
  color: #FF803A;
}



/* SECTION SKILLS */

.about-more {
  width: 100%;
  box-sizing: border-box;
  overflow: hidden;
}

.skills {
  text-align: center;
  padding: 0 10px;
  background: #ECECEC;
  box-sizing: border-box;
}

/* .skills h2 {
  font-size: 4rem;
  margin: 20px auto 40px;
  color: #FF803A;
} */

.one-skill {
  width: 20%;
  float: left;
}

.one-skill:hover {
  cursor: pointer;
}

.one-skill circle {
  fill: none;
  stroke-width: 5;
  stroke: #ddd;
}

.one-skill text {
  font-size: 1rem;
}

.one-skill p {
  font-size: 2rem;
  margin-bottom: 20px;
}

.one-skill svg {
  transition: .4s;
}

.one-skill:hover svg {
  transform: translateY(-20px);
  box-shadow: 0px 30px 38px -32px rgba(0,0,0,0.38);
}

.skill-effect svg{
  transform: translateY(-20px);
  box-shadow: 0px 30px 38px -32px rgba(0,0,0,0.38);
}

.skills-description {
  font-size: 1.6rem;
}

.skills-description svg {
  margin-bottom: 30px;
}

.modal-content .modal-pic-close {
  display: none;
}

.skills-description-part {
  float: left;
  width: 50%;
}

.skills-description-part article {
  /* transition: .4s opacity; */
}

.skills-description-part dl {
  margin-left: 50px;
}

.skills-description-part dd {
  margin-left: 30px;
  margin-bottom: 10px;
  display: list-item;
  list-style-type: circle;
}

.skills-description-part dt{
  margin-bottom: 10px;
}


/* SECTION CARRER */


#kariera {
  /* width: 100%;
  padding: 10px 100px 0;
  box-sizing: border-box; */
  text-align: center;
  overflow: hidden;
}

/* #kariera h2 {
  font-size: 3.2rem;
  margin: 20px auto 80px;
  color: #FF803A;
} */

.my-story-start {
  font-size: 3rem;
  color: #FF803A;
  transform: translateY(-20px);
}

.my-story-end {
  font-size: 3rem;
  color: #FF803A;
  display: block;
  margin-top: 35px;
  transform: translateY(-20px);
}

.one-side {
  width: 50%;
  min-height: 200px;
  padding: 10px 0px 20px;
  margin-bottom: 40px;
  box-sizing: border-box;
}

.one-history {
  position: relative;
}

.one-history-text ul {
  list-style: none;
  position: relative;
  text-align: left;
  margin-left: 10px;
}

.one-history-text li {
  margin-left: 10px;
}

.smart-show {
  display: none;
}

.right-side {
  border-left: 5px dotted #FF803A;
  margin-left: calc(50% - 5px);
  padding-left: 20px;
}

.left-side {
  border-right: 5px dotted #FF803A;
  padding: 20px;
}

.one-history-text {
  padding: 20px;
  width: 90%;
  position: relative;
  font-size: 1.8rem;
}

.frame {
  display: block;
  position: absolute;
  background: #FF803A;
}

.top-frame {
  width: 0%;
  height: 3px;
  top: 0px;
  transition: 1s linear;
  transition-delay: .5s;
}

.left-side-top-frame {
  left: 100%;
}

.left-frame {
  width: 3px;
  height: 0;
  top: 100%;
  float: left;
  transition: .5s linear;
}

.left-side-left-frame {
  transition-delay: 1s;
}

.right-frame {
  width: 3px;
  height: 0;
  right: 0px;
  top: 100%;
  float: left;
  transition: .5s linear;
  transition-delay: 1s;
}

.left-side-right-frame {
  transition-delay: 0s;
}

.bottom-frame {
  width: 0%;
  height: 3px;
  bottom: 0px;
  clear: both;
  transition: 1s linear;
}

.left-side-bottom-frame {
  left: 100%;
}

.vertical-frame-show {
  top: 0%;
  height: 100%;
}

.left-horizontal-frame-show {
  width: 100%;
  left: 0;
}

.horizontal-frame-show {
  width: 100%;
}

.one-history .carrer-arrow {
  position: absolute;
  font-size: 2.4rem;
  color: #FF803A;
}

.right-side .carrer-arrow {
  left: -32px;
  top: -44px;
}

.left-side .carrer-arrow {
  right: -9.5%;
  top: -55px;
}

.one-history .date-mark {
  display: block;
  width: 100%;
  position: absolute;
  font-size: 2.2rem;
  color: #000;
  overflow-x: hidden;
}

.right-side .date-mark {
  right: calc(100% + 50px);
  top: calc(50% - 14px);
  text-align: right;
  font-weight: bold;
}

.left-side .date-mark {
  left: calc(108% + 20px);
  top: calc(50% - 14px);
  text-align: left;
  font-weight: bold;
}

.one-history h3 {
  margin-bottom: 20px;
  position: relative;
  text-decoration: underline;
}

.history-text-header {
  font-size: 3.3rem;
}

.history-text-list {
  font-size: 2.6rem;
}


/* SECTION CERIFICATE */

#certyfikaty {
  /* padding: 150px 100px 150px; */
  user-select:none;
}

/* #certyfikaty h2 {
  text-align: center;
  font-size: 4rem;
  color: #FF803A;
  margin-bottom: 40px;
} */

/* #certyfikaty .container > p {
  text-align: center;
  width: 70%;
  margin: 0 auto 60px;
  font-size: 1.8rem;
} */

.column {
  width: 50%;
  float: left;
  position: relative;
  overflow: hidden;
}

.column h3 {
  text-align: center;
  font-size: 3rem;
  color: #FF803A;
  margin-bottom: 26px;
  font-weight: normal;
}

.one-certificate {
  width: 90%;
  margin: 0 auto 20px;
  position: relative;
}

.certificate-content {
  padding: 10px 20px;
  box-sizing: border-box;
  background: #343434;
  color: #fff;
  text-align: left;
  box-shadow: 5px 5px 0px 0px rgba(255,128,58,0.75);
  transition: .4s;
  cursor: pointer;
}

.certificate-content h4 {
  position: relative;
  font-size: 1.6rem;
  width: 94%;
}

.certificate-content .icon-slide {
  position: absolute;
  right: -25px;
  top: calc(50% - 20px);
  font-size: 3rem;
  font-weight: bold;
}

.certificate-content .link:hover {
  color: #FF803A;
}

.one-certificate:hover .certificate-content{
  transform: scale(0.98,0.95);
  background: #676767;
}

.active:hover .certificate-content{
  transform: scale(1,1);
  background: #343434;
}

.one-certificate p:first-of-type {
  margin-top: 20px;
}

.one-certificate p {
  margin: 10px 0;
  font-size: 1.6rem;
}

.show-certificate-pic {
  text-align: right;
  margin: 25px 0 0;
  transition: color .3s;
}

.show-certificate-pic:hover {
  color: #23DD14;
}


/* MODAL WITH PICTURE */


.modal-pic {
  width: 100%;
  height: 100vh;
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.4);
  display: none;
  pointer-events: none;
}

.modal-pic-content {
  background-color: #fefefe;
  margin: 2% auto;
  width: 90%;
  height: 90%;
  position: relative;
  overflow: hidden;
}

.modal-pic-content img {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  max-height: 100%;
  max-width: 100%;
  transform: translate(-50%, -50%);
}

.modal-pic-close {
  position: absolute;
  right: 20px;
  color: #333;
  font-size: 6rem;
  font-weight: bold;
  transform: rotate(45deg);
  cursor: pointer;
  z-index: 5;
}

.modal-pic-close:hover {
  color: #FF803A;
}


/* SECTION REFERENCE */

#referencje {
  /* padding: 80px 100px 50px; */
  text-align: center;
  min-height: 470px;
  background: #242424;
  color: #eee;
  position: relative;
}

#referencje .section-heading {
  margin-bottom: 70px;
}

.slideBtn {
  /* display: inline-block; */
  background: transparent;
  border: none;
  color: #eee;
  transition: .2s;
  position: absolute;
  top: 40px;
}

.left-slideBtn {
  left: calc(50% - 400px);
}

.right-slideBtn {
  left: calc(50% + 350px);
}

#referencje .slideBtn:hover {
  color: #FF803A;
}

.quote-right {
  position: absolute;
  top: 110px;
  left: calc(50% - 320px);
}

#referencje .quote-right svg {
  font-size: 5rem;
  color: #FF803A;
}

.myreference {
  width: 700px;
  box-sizing: border-box;
  margin: auto;
  text-align: left;
}

.reference-main {
  padding: 0 20px;
  font-size: 1.6rem;
}

.reference-content {
  margin-bottom: 10px;
  padding: 0 0 20px 20px;
  border-left: 3px solid #FF803A;
  border-bottom: 3px solid #FF803A;
}

.one-reference img {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  margin: 20px 20px;
}

.author-name {
  display: inline-block;
  margin-top: 30px;
}


/* SECTION CONTACT */

#kontakt {
  /* padding: 100px 50px; */
  /* background: #242424; */
}

/* #kontakt h2 {
  text-align: center;
  font-size: 4rem;
  color: #FF803A;
  margin-bottom: 60px;
} */

#kontakt .contact-one-panel {
  float: left;
  box-sizing: border-box;
  width: 50%;
  font-size: 1.6rem;
}

#kontakt .contact-one-panel ul {
  float: left;
  list-style: none;
  width: 50%;
}

#kontakt .contact-subtitle {
  color: #FF803A;
  padding: 10px;
  text-transform: uppercase;
}

#kontakt address {
  font-style: normal;
}

#kontakt .contact-subtitle-description {
  margin-left: 20px;
  padding: 0 0 10px;
  letter-spacing: 1px;
  font-weight: 400;
}

#kontakt .social-icons {
  list-style: none;
  width: 190px;
}

#kontakt .social-link {
  display: block;
  margin: 0 20px 10px;
}

.social-link i {
  font-size: 2.4rem;
  display: inline-block;
  width: 30px;
}

.linkedin-icon svg {
  color: #0077B5;
}

.quora-icon svg {
  color: #A82400;
}

.google-plus-icon svg {
  color: #d34836;
}

.fb-icon svg {
  color: #3B5998;
}

.twitter-icon svg {
  color: #00aced;
}

.contact-form {
  margin: auto;
  width: 80%;
}

.contact-form label {
  color: #333;
  font-size: 1.4rem;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.contact-form input,
.contact-form textarea {
  background: transparent;
  border: none;
  font-size: 1.7rem;
  letter-spacing: 1px;
  border-bottom: solid 2px #454545;
  padding: 0 0 10px;
  color: #454545;
  margin-bottom: 20px;
  transition: .4s;
  width: 100%;
}

.contact-form textarea {
  resize: none;
  height: 80px;
  padding: 10px 0 0;
  border-right: solid 2px #454545;
}

.contact-form input:focus {
  border-bottom: solid 2px #FF803A;
}

.contact-form textarea:focus {
  border-bottom: solid 2px #FF803A;
  border-right: solid 2px #FF803A;
}

.contact-form button {
  width: 100px;
  height: 40px;
  border: solid 2px #454545;
  background: transparent;
  color: #454545;
  transition: .4s;
  text-transform: uppercase;
}

.contact-form button:hover {
  border-color: #FF803A;
  color: #FF803A;
}

.send-mail-statment {
  font-size: 2rem;
  color: #ffffff;
  background: #22A315;
  text-align: center;
  padding: 40px;
  max-width: 100%;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  animation: disappear 3s forwards;
  animation-delay: 3s;
  animation-iteration-count: 1;
}

.show {
  display: block;
}

.error {
  background: #A32215;
}

.statment-btn {
  width: 50px;
  height: 30px;
  background: transparent;
  margin: auto;
  border: 2px #fff solid;
  border-radius: 2px;
  color: #fff;
}

footer {
  background: #121212;
  color: #fff;
  text-align: center;
  font-size: 1.6rem;
}

footer .container {
  padding: 20px 0;
}

footer a {
  color: #FF803A;
}

footer a:hover {
  text-decoration: underline;
}


@keyframes arrow-jump {
  0% {
    transform: translateY(-5px);
  }
  50% {
    transform: translateY(5px);
  }
  100% {
    transform: translateY(-5px);
  }
}

@keyframes menu-down {
  0% {
    transform: translateY(-100%);
  }
  100% {
    transform: translateY(0);
  }
}

@keyframes menu-up {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-100%);
  }
}

@keyframes picture-rocking {
  0% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(-15deg);
  }
  100% {
    transform: rotate(-10deg);
  }
}

@keyframes disappear {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    visibility: hidden;
  }
}


.slicknav_menu {
	display: none;
  z-index: 999;
}

@media screen and (max-width: 1450px) {
  .header-group {
    left: 5%;
  }
}

@media screen and (max-width: 1280px) {
  .next-event {
    display: none;
  }

  .header-group {
    font-size: 0.8rem;
  }

  .about-me-text {
    float: none;
    width: 100%;
  }


}


@media screen and (max-width: 1040px) {
	.main-menu {
		display:none;
	}

  header {
    height: calc(100vh - 70px);
  }

  nav {
    height: 54px;
  }

  nav .container > .logo {
    display: none;
  }

  .logo {
    margin-left: 0px;
  }

	.slicknav_menu {
		display:block;
	}

  .slicknav_menu .logo {
    margin-top: 0px;
  }

  .slicknav_btn {
    margin-top: 5px;
  }

  .quota {
    padding: 20px;
  }

  #o-mnie {
    /* padding: 40px 50px 50px; */
  }

  /* .about-more {
    padding: 40px 30px 0px;
  } */

  #kariera {
    /* padding: 10px 30px 0px; */
  }

  #certyfikaty {
    /* padding: 150px 30px 150px; */
  }

  #referencje {
    overflow-x: hidden;
  }

  /* #kontakt h2 {
    margin-bottom: 0px;
  } */

  #kontakt .contact-one-panel {
    clear: both;
    width: 100%;
  }

  .contact-form {
    width: 90%;
    margin-top: 40px;
  }

}

@media screen and (max-width: 900px) {
  .header-group {
    font-size: 0.7rem;
  }

  .headerBtn {
    margin: 20px 10px 0
  }

  .avatar {
    float: none;
    width: 400px;
    margin: auto;
  }

  #o-mnie p {
    text-align: justify;
  }

  .column {
    width: 100%;
    float: none;
  }
}

@media screen and (max-width: 830px) {
  .container {
    padding: 40px 2% 20px;
  }

  .quota p {
    font-size: 2rem;
  }

  #kariera .section-heading {
    margin-bottom: 80px;
  }

  .section-description {
    width: 100%;
  }

  .my-story-end,
  .my-story-start {
    display: none;
  }

  .one-side {
    width: 100%;
  }

  .left-side {
    border-left: 5px dotted #FF803A;
    border-right: 0px;
    padding-right: 0;
  }

  .left-side .date-mark {
    left: 0px;
    top: -55px;
  }

  .left-side .carrer-arrow {
    left: -35px;
    right: inherit;
    top: -55px;
  }

  .smart-show {
    display: block;
  }

  .right-side {
    margin-left: 0px;
  }

  .right-side .date-mark {
    text-align: left;
    right: inherit;
    left: 0px;
    top: -45px;
  }

  .slideBtn {
    display: none;
  }

  .myreference {
    width: 100%;
  }

  .quote-right {
    left: 20px;
  }
}

@media screen and (max-width: 740px) {
  header {
    background-image: url("../img/header-background-responsive.jpg");
    background-position-y: 40px;
  }

  .headerBtn {
    display: none;
  }

  .header-group {
    width: 100%;
    box-sizing: border-box;
    left: 0;
    bottom: 0px;
    top: inherit;
    padding: 20px 100px 90px;
    background: rgba(0, 0, 0, 0.4);
    box-shadow: 0px -8px 41px -4px rgba(0,0,0,0.4);
  }

  .vmware-icon {
    width: 20%;
    top: 15%;
  }

  .skills .section-description {
    margin-bottom: 30px;
  }

  .one-skill {
    float: none;
    width: 100%;
  }

  .one-skill svg {
    display: none;
  }

  .one-skill p {
    text-align: left;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .skills-description {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    margin: auto;
    background: rgba(0,0,0,0.4);
    display: none;
    padding: 40% 20px;
    box-sizing: border-box;
    z-index: 99;
  }

  .modal-content {
    width: 100%;
    height: 100%;
    background: #ffffff;
    overflow-x: hidden;
    display: none;
    padding: 20px 0;
    font-size: 2rem;
    border-radius: 5px;
    position: relative;
  }

  .modal-content-text {
    width: 100%;
    height: 100%;
    overflow-y: scroll;
  }

  .modal-content .modal-pic-close {
    right: 10px;
    top: 1px;
    display: block;
  }

  .skills-description-part {
    float: none;
    width: 100%;
  }

  .skills-description-part dl {
    margin-left: 20px;
  }

  .skills-description svg {
    display: none;
  }

  .skills-description-part article {
    display: none;
  }

  .send-mail-statment {
    width: 80%;
  }
}

@media screen and (max-width: 630px) {
  .header-group {
    padding: 20px 50px 90px;
  }
}

@media screen and (max-width: 550px) {
  .header-group {
    padding: 20px 50px 90px;
    font-size: 0.6rem;
  }

  #kontakt .contact-one-panel ul {
    float: none;
    width: 100%;
    margin-bottom: 20px;
  }

  #kontakt .contact-one-panel {
    font-size: 2.3rem;
  }
}

@media screen and (max-width: 400px) {
  .logo {
    font-size: 2rem;
  }

  .avatar {
    width: 100%;
  }

  .about-pic {
    width: 70%;
    height: 70%;
  }

  .small-pin {
    left: 250px;
  }

  .button-cv {
    top: 350px;
    left: 40px;
  }
}

@media screen and (max-width: 360px) {
  html {
    font-size: 7px;
  }

  .logo {
    font-size: 2.6rem;
  }

  .header-group {
    font-size: 0.7rem;
    padding: 20px 20px 70px;
  }

  .section-heading {
    /* font-size: 3rem; */
  }

  .button-dropdown-menu {
    font-size: 2.4rem;
  }

  .one-skill p {
    font-size: 2.5rem;
  }

  .right-side .carrer-arrow {
    left: -30px;
    top: -40px;
  }

  .right-side .date-mark {
    top: -40px;
  }

  .left-side .carrer-arrow {
    left: -30px;
    top: -50px;
  }

  .left-side .date-mark {
    top: -50px;
  }

  .contact-form label {
    font-size: 2rem;
  }
}
