:root {
  --color-accent: #fb6d3a;
  --font-montserrat: "Montserrat", sans-serif;
  --all-color-h: #000000;
  --font-size-small: 14px;
  --all-color-p: #595959;
  --color-transparent: #a8a8a8;
  --color-cont: #ffffff;
}

body {
  background-color: #e0ffff;
}
@media screen and (max-width: 700px) {
  body {
    overflow-x: hidden;
  }
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}

p {
  margin: 0;
}

a {
  text-decoration: none;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

ul {
  padding: 0;
  margin: 0;
}

li {
  list-style: none;
  padding: 0px;
}

.container {
  display: flex;
  width: 1200px;
  padding: 0 15px;
  margin: 0 auto;
}
@media screen and (min-width: 360px) {
  .container {
    padding: 0;
    display: flex;
    width: 360px;
    flex-direction: column-reverse;
  }
}
@media screen and (min-width: 361px) {
  .container {
    padding: 0;
    display: flex;
    width: 360px;
    flex-direction: column-reverse;
  }
}
@media screen and (min-width: 801px) {
  .container {
    display: flex;
    width: 1200px;
    padding: 0 15px;
    margin: 0 auto;
    flex-direction: row;
  }
}

.left {
  background: #1e2939;
  width: 360px;
  padding-bottom: 100px;
}
@media screen and (min-width: 360px) {
  .left {
    margin: 0;
    padding-bottom: 20px;
  }
}
@media screen and (min-width: 361px) {
  .left {
    margin: 0;
    padding-bottom: 20px;
  }
}
@media screen and (min-width: 801px) {
  .left {
    background: #1e2939;
    width: 360px;
    padding-bottom: 100px;
  }
}

.right {
  background: #ffffff;
  box-shadow: 6px 6px 20px rgba(0, 0, 0, 0.1);
  width: 830px;
  padding-left: 88px;
  padding-bottom: 100px;
}
@media screen and (min-width: 360px) {
  .right {
    position: sticky;
    padding-left: 10px;
    padding-bottom: 20px;
    max-width: 360px;
  }
}
@media screen and (min-width: 361px) {
  .right {
    position: sticky;
    padding-left: 10px;
    padding-bottom: 20px;
    max-width: 360px;
  }
}
@media screen and (min-width: 801px) {
  .right {
    background: #ffffff;
    box-shadow: 6px 6px 20px rgba(0, 0, 0, 0.1);
    max-width: 830px;
    padding-left: 88px;
    padding-bottom: 100px;
  }
}

.bg-images {
  background-image: url(../images/photo_2023-02-11_10-10-33.jpg);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  margin-top: 40px;
  width: 100%;
  height: 370px;
}
@media screen and (min-width: 360px) {
  .bg-images {
    margin-top: 10px;
  }
}
@media screen and (min-width: 361px) {
  .bg-images {
    margin-top: 10px;
  }
}
@media screen and (min-width: 801px) {
  .bg-images {
    margin-top: 40px;
    width: 100%;
    height: 370px;
  }
}

.container-cont {
  padding-left: 40px;
}

.cont {
  font-family: var(--font-montserrat);
  font-style: normal;
  font-weight: 700;
  font-size: 22px;
  line-height: 1.2272727273;
  margin-bottom: 10px;
  margin-top: 51px;
  color: var(--color-cont);
}

.contacts {
  font-family: var(--font-montserrat);
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: var(24/14);
  color: var(--color-cont);
}

.cont-span {
  display: inline-block;
  min-width: 50px;
  margin-right: 5px;
}

.tel {
  font-family: var(--font-montserrat);
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.7142857143;
  color: var(--color-cont);
  transition: color 250ms cubic-bezier(0.4, 0, 0.2);
}
.tel:hover {
  color: var(--color-accent);
  transition: color 250ms cubic-bezier(0.4, 0, 0.2);
}

.hiden {
  font-family: var(--font-montserrat);
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.7142857143;
  margin-left: 20px;
  list-style-type: disc;
  color: var(--color-cont);
}
.hiden:hover {
  color: var(--color-accent);
  cursor: default;
  transition: color 250ms cubic-bezier(0.4, 0, 0.2, 1);
}
.hiden::marker {
  color: var(--color-accent);
}

.hiden-white-bg::marker {
  color: var(--color-accent);
}

.hero-h2 {
  font-family: var(--font-montserrat);
  font-style: normal;
  font-weight: 700;
  font-size: var(--font-size-small);
  line-height: 1.2142857143;
  margin-top: 102px;
  color: var(--all-color-h);
}
@media screen and (min-width: 360px) {
  .hero-h2 {
    padding-top: 20px;
    margin-top: 0;
  }
}
@media screen and (min-width: 361px) {
  .hero-h2 {
    margin-top: 0;
    padding-top: 20px;
  }
}
@media screen and (min-width: 801px) {
  .hero-h2 {
    margin-top: 102px;
  }
}

.hero-h1 {
  font-family: var(--font-montserrat);
  font-style: normal;
  font-weight: 700;
  font-size: 45px;
  line-height: 1.2222222222;
  margin-top: 19px;
  color: var(--all-color-h);
}
@media screen and (min-width: 360px) {
  .hero-h1 {
    font-size: 40px;
  }
}
@media screen and (min-width: 361px) {
  .hero-h1 {
    font-size: 40px;
  }
}

.paragraf {
  font-family: var(--font-montserrat);
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.7142857143;
  margin-top: 24px;
  width: 100%;
  min-height: 20px;
  color: var(--all-color-p);
}
.hero-h3 {
  font-family: var(--font-montserrat);
  font-style: normal;
  font-weight: 700;
  font-size: 22px;
  line-height: 1.2272727273;
  margin-top: 40px;
  color: var(--all-color-h);
}

.skils {
  display: flex;
  margin-top: 9px;
}

.skils-list {
  color: var(--all-color-h);
}
.skils-list:hover {
  color: var(--color-accent);
  transition: color 250ms cubic-bezier(0.4, 0, 0.2, 1);
}
@media screen and (min-width: 360px) {
  .skils-list {
    font-size: 15px;
    margin-right: 80px;
  }
}
@media screen and (min-width: 361px) {
  .skils-list {
    font-size: 15px;
    margin-right: 80px;
  }
}
@media screen and (max-width: 800px) {
  .skils-list {
    margin-right: 20px;
  }
}
.bord {
  border-bottom: 1px dashed #a8a8a8;
  width: 100px;
  height: 10px;
  margin: 0px 20px 8px 20px;
}

.marg-list {
  margin-bottom: 8px;
}

.block {
  display: flex;
  flex-direction: column;
  gap: 9px;
}
@media screen and (min-width: 360px) {
  .block {
    display: none;
  }
}
@media screen and (min-width: 361px) {
  .block {
    display: none;
  }
}
@media screen and (min-width: 801px) {
  .block {
    display: flex;
  }
}

.podzagolovok {
  font-family: var(--font-montserrat);
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.25;
  margin-top: 12px;
  color: var(--all-color-h);
}

.color-accent {
  color: var(--color-accent);
}

.transpar {
  font-family: var(--font-montserrat);
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 1.25;
  margin-top: 11px;
  color: var(--color-transparent);
}

.free {
  width: 509px;
}
@media screen and (min-width: 360px) {
  .free {
    width: 350px;
  }
}
@media screen and (min-width: 361px) {
  .free {
    width: 350px;
  }
}
@media screen and (min-width: 801px) {
  .free {
    width: 509px;
  }
}

.marg-top {
  margin-top: 19px;
}
.marg-top:first-child {
  margin-top: 8px;
}

.hiden-text {
  list-style-type: disc;
  margin-left: 20px;
}
@media screen and (min-width: 360px) {
  .hiden-text {
    max-width: 85%;
  }
}
@media screen and (min-width: 361px) {
  .hiden-text {
    min-width: 85px;
  }
}
@media screen and (min-width: 801px) {
  .hiden-text {
    width: 100%;
  }
}

.contacts-ico {
  display: flex;
  max-width: 20px;
  max-height: 20px;
  margin-right: 0px;
  fill: #808080;
}

.contacts-list {
  width: 30px;
  height: 30px;
  margin-top: 10px;
}

.contacts__link {
  display: flex;
  border: 2px solid var(--color-cont);
  border-radius: 10px;
  width: 35px;
  height: 35px;
  justify-content: center;
  align-items: center;
}
.contacts__link:hover .contacts-ico {
  fill: #2ca5e0;
  transition: color 250ms cubic-bezier(0.4, 0, 0.2, 1);
}
.contacts__link:hover {
  border: 2px solid #2ca5e0;
}

.contacts__link-whatsApp {
  display: flex;
  border: 2px solid var(--color-cont);
  border-radius: 10px;
  width: 35px;
  height: 35px;
  justify-content: center;
  align-items: center;
}
.contacts__link-whatsApp:hover .contacts-ico {
  fill: #26d113;
  transition: color 250ms cubic-bezier(0.4, 0, 0.2, 1);
}
.contacts__link-whatsApp:hover {
  border: 2px solid #26d113;
}

.contacts__link-linkedin {
  display: flex;
  border: 2px solid var(--color-cont);
  border-radius: 10px;
  width: 35px;
  height: 35px;
  justify-content: center;
  align-items: center;
}
.contacts__link-linkedin:hover .contacts-ico {
  fill: #0e76a8;
  transition: color 250ms cubic-bezier(0.4, 0, 0.2, 1);
}
.contacts__link-linkedin:hover {
  border: 2px solid #0e76a8;
}

.contacts__link-github {
  display: flex;
  border: 2px solid var(--color-cont);
  border-radius: 10px;
  width: 35px;
  height: 35px;
  justify-content: center;
  align-items: center;
}
.contacts__link-github:hover .contacts-ico {
  fill: #6e5494;
  transition: color 250ms cubic-bezier(0.4, 0, 0.2, 1);
}
.contacts__link-github:hover {
  border: 2px solid #6e5494;
}

.contacts-links {
  display: flex;
  gap: 20px;
}/*# sourceMappingURL=main.css.map */