@font-face {
  font-family: "GolosUIWebBold";
  src: url("../fonts/golos-ui_bold.woff2") format("woff2"), url("../fonts/golos-ui_bold.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "GolosUIWebMedium";
  src: url("../fonts/golos-ui_medium.woff2") format("woff2"), url("../fonts/golos-ui_medium.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "GolosUIWebRegular";
  src: url("../fonts/golos-ui_regular.woff2") format("woff2"), url("../fonts/golos-ui_regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "GolosUIWebVF";
  src: url("../fonts/golos-ui_vf.woff2") format("woff2"), url("../fonts/golos-ui_vf.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

table {
  border-collapse: collapse;
  border-spacing: 0;
}

.team {
  display: flex;
  flex-direction: column;
  padding-bottom: 120px;
}

.team__box {
  padding: 40px 0;
}

.team__title {
  font-weight: 600;
  font-size: 46px;
}

.team__sub-title {
  font-weight: 500;
  font-size: 32px;
}

.team__bottom-line {
  position: relative;
  border-bottom: 1px solid #d5d5d5;
}

.team__web-developers {
  display: flex;
  flex-direction: column;
}

.team__wrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-row-gap: 64px;
  padding: 50px 0;
}

.profile {
  display: flex;
  align-items: center;
  position: relative;
  grid-gap: 74px;
}

.profile__avatar {
  /*width: 177px;*/
  /*height: 177px;*/
  /*border-radius: 50%;*/
  /*background: #000;*/
  width: 177px;
  height: 177px;
  background: #000;
  border-radius: 50%;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}

.profile__avatar img {
  /*position: absolute;*/
  /*top: 0;*/
  /*left: 0;*/
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.profile__marker {
  position: absolute;
  top: 0;
  left: 80px;
  background: #c20d0d;
  border-radius: 140px 30px 140px 140px;
  width: 100px;
  height: 100px;
  z-index: -1;
}

.profile__info {
  display: flex;
  flex-direction: column;
  grid-gap: 17px;
  color: #272930;
}

.profile__name {
  font-weight: 600;
  font-size: 24px;
  line-height: 36px;
  width: 100px;
}

.profile__job {
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
}

.btn-group-open-close {
  position: absolute;
  right: 0;
}

.btn-open {
  display: none;
  cursor: pointer;
}

.btn-close {
  cursor: pointer;
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .profile {
    grid-gap: 28px;
  }
  .team__wrap {
    grid-column-gap: 20px;
  }
  .profile__name {
    font-size: 22px;
    line-height: 28px;
  }
}
@media screen and (min-width: 481px) and (max-width: 768px) {
  .team {
    padding: 0 16px;
    margin-bottom: 100px;
  }
  .team__sub-title {
    font-size: 24px;
  }
  .profile {
    height: 123px;
    grid-gap: 21px;
  }
  .profile__marker {
    top: 26px;
    left: 45px;
    width: 30px;
    height: 30px;
  }
  .profile__avatar {
    width: 76px;
    height: 77px;
  }
  .profile__avatar img {
    display: block;
    height: auto;
    width: 76px;
    top: 24px;
    left: 0px;
  }
  .profile__name {
    font-size: 20px;
    line-height: 26px;
    width: 100px;
  }
  .profile__info {
    grid-gap: 6px;
  }
  .team__wrap {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-row-gap: 0;
    padding: 15px 0 0;
  }
}
@media screen and (min-width: 320px) and (max-width: 480px) {
  .team {
    padding: 0 16px;
    margin-bottom: 100px;
  }
  .team__sub-title {
    font-size: 24px;
  }
}
@media screen and (min-width: 320px) and (max-width: 480px) and (min-width: 320px) and (max-width: 350px) {
  .team__sub-title {
    font-size: 22px;
  }
}
@media screen and (min-width: 320px) and (max-width: 480px) {
  .profile {
    height: 123px;
    grid-gap: 21px;
  }
}
@media screen and (min-width: 320px) and (max-width: 480px) {
  .profile__marker {
    top: 26px;
    left: 45px;
    width: 30px;
    height: 30px;
  }
}
@media screen and (min-width: 320px) and (max-width: 480px) {
  .profile__avatar {
    width: 76px;
    height: 77px;
  }
}
@media screen and (min-width: 320px) and (max-width: 480px) {
  .profile__avatar img {
    display: block;
    height: auto;
    width: 76px;
    top: 24px;
    left: 0px;
  }
}
@media screen and (min-width: 320px) and (max-width: 480px) {
  .profile__name {
    font-size: 20px;
    line-height: 26px;
    width: 100px;
  }
}
@media screen and (min-width: 320px) and (max-width: 480px) {
  .profile__info {
    grid-gap: 6px;
  }
}
@media screen and (min-width: 320px) and (max-width: 480px) {
  .team__wrap {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-row-gap: 0;
    padding: 15px 0 0;
  }
}
.vacancies {
  margin-top: 110px;
}

.vacancies-wrap__title {
  font-weight: 600;
  font-size: 80px;
  text-transform: uppercase;
  color: #272930;
}

.vacancies-box__wrap {
  display: flex;
  justify-content: space-between;
  margin: 55px 0 170px 0;
}

.vacancies-box__list {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  max-width: 820px;
  width: 100%;
}

.vacancies-box__item-job {
  display: flex;
  flex-direction: column;
}

.vacancies-box__item-job:hover .border-line {
  border-top: 1px solid #000;
}

.vacancies-box__item-job:hover .circle-btn {
  background: #000;
  border: 1px solid #000;
}
.vacancies-box__item-job:hover .circle-btn__arrow {
  fill: #fff;
}

.vacancies-box__item-job-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 30px 0;
}

.vacancies-box__item-job-content {
  display: flex;
  flex-direction: column;
  grid-gap: 10px;
}

.vacancies-box__item-job-title {
  font-weight: 600;
  font-size: 24px;
}

.vacancies-box__item-job-desc {
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #9c9c9c;
}

.vacancies-box__desc {
  display: flex;
  flex-direction: column;
  max-width: 461px;
  width: 100%;
  grid-gap: 30px;
}

.vacancies-box__desc-title {
  font-weight: 600;
  font-size: 24px;
}

.vacancies-box__desc-text {
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
  color: #6c6c6c;
}

@media screen and (min-width: 1025px) and (max-width: 1420px) {
  .vacancies-box__wrap {
    grid-gap: 60px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .vacancies-box__wrap {
    grid-gap: 60px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) and (min-width: 769px) and (max-width: 820px) {
  .vacancies-box {
    padding: 0 16px;
  }
  .vacancies-box__wrap {
    flex-direction: column;
    margin: 55px 0 84px 0;
    grid-gap: 46px;
  }
  .vacancies-box__item-job-title {
    font-size: 18px;
  }
  .vacancies-box__item-job-desc {
    font-size: 14px;
    line-height: 20px;
    width: 80%;
  }
  .vacancies-box__item-job-content {
    grid-gap: 20px;
    max-width: 230px;
  }
}
@media screen and (min-width: 481px) and (max-width: 768px) {
  .vacancies-box {
    padding: 0 16px;
  }
  .vacancies-box__wrap {
    flex-direction: column;
    margin: 55px 0 84px 0;
    grid-gap: 46px;
  }
  .vacancies-box__item-job-title {
    font-size: 18px;
  }
  .vacancies-box__item-job-desc {
    font-size: 14px;
    line-height: 20px;
    width: 80%;
  }
  .vacancies-box__item-job-content {
    grid-gap: 20px;
    max-width: 230px;
  }
}
@media screen and (min-width: 320px) and (max-width: 480px) {
  .vacancies-box {
    padding: 0 16px;
  }
  .vacancies-box__wrap {
    flex-direction: column;
    margin: 55px 0 84px 0;
    grid-gap: 46px;
  }
  .vacancies-box__item-job-title {
    font-size: 18px;
  }
  .vacancies-box__item-job-desc {
    font-size: 14px;
    line-height: 20px;
    width: 80%;
  }
  .vacancies-box__item-job-content {
    grid-gap: 20px;
    max-width: 230px;
  }
}
.vacancies-box__detail-wrap {
  display: flex;
  justify-content: space-between;
  margin: 55px 0 0 0;
}

.vacancies-box__detail {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  max-width: 820px;
  width: 100%;
  font-size: 18px;
}

.vacancies-box__detail-text {
  padding: 30px 0;
}

.vacancies-box__detail-list {
  display: flex;
  flex-direction: column;
  grid-gap: 20px;
  padding: 30px 0 50px;
}

.vacancies-box__detail-item {
  display: flex;
  align-items: center;
}

.list-dash {
  display: block;
  width: 25px;
  border: 1px solid #e41414;
}

.vacancies-box__detail-item-text {
  padding-left: 18px;
}

.vacancies-box__detail-requirement {
  display: flex;
  flex-direction: column;
  grid-gap: 20px;
  padding-bottom: 30px;
}

.vacancies-box__detail-requirement-title {
  font-weight: 600;
}

.vacancies-box__detail-requirement-desc {
  line-height: 36px;
}

.vacancies-box__detail-condition {
  display: flex;
  flex-direction: column;
  grid-gap: 20px;
  margin-top: 30px;
}

.vacancies-box__detail-condition-price {
  font-size: 24px;
}

.vacancies-box__detail-buttons {
  margin-top: 63px;
}

.vacancies-box__detail-buttons-wrap {
  display: flex;
  grid-gap: 15px;
  align-items: center;
}

.vacancies-box__detail-buttons .circle-btn:hover {
  background: #000;
  border: 1px solid #000;
}
.vacancies-box__detail-buttons .circle-btn:hover .circle-btn__arrow {
  fill: #fff;
}

@media screen and (min-width: 1025px) and (max-width: 1420px) {
  .vacancies-box__detail-wrap {
    grid-gap: 60px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .vacancies-box__detail-wrap {
    grid-gap: 60px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) and (min-width: 769px) and (max-width: 820px) {
  .vacancies-box__detail-wrap {
    flex-direction: column;
  }
  .vacancies-box__detail-text {
    line-height: 24px;
  }
  .vacancies-box__detail-requirement-desc {
    line-height: 24px;
  }
  .btn-group-wrap {
    flex-direction: column;
    grid-gap: 32px;
  }
  .btn-rectangle {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .vacancies-box__desc {
    margin: 60px 0 0;
  }
}
@media screen and (min-width: 481px) and (max-width: 768px) {
  .vacancies-box__detail-wrap {
    flex-direction: column;
  }
  .vacancies-box__detail-text {
    line-height: 24px;
  }
  .vacancies-box__detail-requirement-desc {
    line-height: 24px;
  }
  .btn-group-wrap {
    flex-direction: column;
    grid-gap: 32px;
  }
  .btn-rectangle {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .vacancies-box__desc {
    margin: 60px 0 0;
  }
}
@media screen and (min-width: 320px) and (max-width: 480px) {
  .vacancies-box__detail-wrap {
    flex-direction: column;
  }
  .vacancies-box__detail-text {
    line-height: 24px;
  }
  .vacancies-box__detail-requirement-desc {
    line-height: 24px;
  }
  .btn-group-wrap {
    flex-direction: column;
    grid-gap: 32px;
  }
  .btn-rectangle {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .vacancies-box__desc {
    margin: 60px 0 0;
  }
}
.contacts {
  margin-top: 110px;
}

.contacts-box__wrap {
  display: flex;
  justify-content: space-between;
  margin: 55px 0 0 0;
  grid-gap: 60px;
}

.contacts-box__info {
  display: flex;
  flex-direction: column;
  grid-gap: 36px;
  max-width: 527px;
  width: 100%;
}

.contacts-box__info-data_head {
  display: flex;
  flex-direction: column;
  grid-gap: 20px;
}
.contacts-box__info-data_head .contacts-box__info-text:first-child {
  font-weight: 600;
}
.contacts-box__info-data_head .contacts-box__info-text {
  font-weight: 400;
  font-size: 25px;
  line-height: 25px;
}

.contacts-box__info-text {
  font-weight: 600;
  font-size: 40px;
  line-height: 50px;
}

.contacts-box__contacts-data {
  display: flex;
  align-items: center;
  grid-gap: 60px;
  font-size: 26px;
  padding-bottom: 20px;
}

.contacts-box__contacts-work-data {
  display: flex;
  flex-direction: column;
  font-size: 26px;
  grid-gap: 20px;
}

.contacts-box__form-wrap {
  position: relative;
}

.contacts-box__form {
  box-sizing: border-box;
  border: 2px solid #272930;
  border-radius: 10px;
  max-width: 460px;
  width: 100%;
  padding: 37px 30px 30px;
  background: #ffffff;
}
.contacts-box__form textarea {
  height: 124px;
  resize: none;
}
.contacts-box__form .contacts-box__form_input {
  max-width: initial;
}
.contacts-box__form .contacts-box__form-error input.contacts-box__form_input.error {
  outline: 2px solid #e41414;
}
.contacts-box__form .contacts-box__form-error textarea.contacts-box__form_input.error {
  outline: 2px solid #e41414;
}
.contacts-box__form div[data-type=validator-error] {
  position: absolute;
  bottom: -20px;
  left: 0;
  color: #e41414;
  font-size: 14px;
}
.contacts-box__form .contacts-box__form-error-file {
  position: relative;
}
.contacts-box__form .contacts-box__form-error-file div[data-type=validator-error] {
  position: absolute;
  bottom: 16px;
  left: 0;
  color: #e41414;
  font-size: 14px;
}

.contacts-box__form::before {
  display: block;
  content: "";
  position: absolute;
  border: 2px solid #272930;
  border-radius: 10px;
  max-width: 460px;
  width: 100%;
  height: 100%;
  max-height: 578px;
  left: -30px;
  top: -30px;
  z-index: -1;
}

.contacts-box__form-title {
  font-weight: 500;
  font-size: 26px;
  margin-bottom: 40px;
}

.contacts-box__form_input {
  max-width: 400px;
  width: 100%;
  background: #f2f2f2;
  border-radius: 10px;
  border: none;
  padding: 17px 0 17px 14px;
  box-sizing: border-box;
  font-size: 16px;
}

textarea::-moz-placeholder {
  font-family: GolosUIWebRegular, sans-serif;
  font-size: 16px;
}

textarea::placeholder {
  font-family: GolosUIWebRegular, sans-serif;
  font-size: 16px;
}

.contacts-box__form-group-input {
  display: flex;
  justify-content: space-between;
  max-width: 400px;
  margin: 28px 0 40px 0;
  grid-gap: 18px;
}

.contacts-box__form-error {
  position: relative;
  display: flex;
  flex-direction: column;
  grid-gap: 10px;
}

.contacts-box__form_file {
  display: flex;
  align-items: center;
  grid-gap: 14px;
  margin: 30px 0 34px;
  cursor: pointer;
  font-size: 18px;
  max-width: 180px;
}

input[type=file] {
  display: none;
}

.contacts-box__form-group-btn {
  display: flex;
  justify-content: space-between;
  align-items: center;
  grid-gap: 10px;
}

.contacts-box__form_accord {
  max-width: 153px;
  font-weight: 500;
  font-size: 11px;
  line-height: 15px;
}
.contacts-box__form_accord span {
  color: #e41414;
}

.contacts-box__form .btn-rectangle {
  padding: 21px 62px;
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .contacts-box__wrap {
    flex-wrap: initial;
    grid-gap: 88px;
    flex-direction: column;
  }
  .contacts-box__info-text {
    font-size: 24px;
    line-height: 30px;
  }
  .contacts-box__contacts-data {
    grid-gap: 23px;
    font-size: 24px;
    padding-bottom: initial;
    flex-wrap: wrap;
  }
  .contacts-box {
    padding: 0 16px;
  }
  .contacts-box__form {
    padding: 27px 16px 27px;
  }
  .contacts-box__form::before {
    display: none;
  }
  .contacts-box__form-title {
    font-size: 24px;
    margin-bottom: 27px;
  }
  .contacts-box__form-group-input {
    flex-direction: column;
    margin: 27px 0;
    grid-gap: 27px;
  }
  .contacts-box__form_file {
    margin: 27px 0 34px;
  }
  .contacts-box__form-group-btn {
    grid-gap: 20px;
  }
  .contacts-box__form .btn-rectangle {
    padding: 21px 0;
    max-width: 571px;
    width: 100%;
  }
  .contacts-box__form_accord {
    font-size: 10px;
  }
}
@media screen and (min-width: 481px) and (max-width: 768px) {
  .contacts-box__wrap {
    flex-wrap: initial;
    grid-gap: 88px;
    flex-direction: column;
  }
  .contacts-box__info-text {
    font-size: 24px;
    line-height: 30px;
  }
  .contacts-box__contacts-data {
    grid-gap: 23px;
    font-size: 24px;
    padding-bottom: initial;
    flex-wrap: wrap;
  }
  .contacts-box {
    padding: 0 16px;
  }
  .contacts-box__form {
    padding: 27px 16px 27px;
    max-width: initial;
  }
  .contacts-box__form::before {
    display: none;
  }
  .contacts-box__form-title {
    font-size: 24px;
    margin-bottom: 27px;
  }
  .contacts-box__form-group-input {
    flex-direction: column;
    margin: 27px 0;
    grid-gap: 27px;
    max-width: initial;
  }
  .contacts-box__form_file {
    margin: 27px 0 34px;
  }
  .contacts-box__form-group-btn {
    grid-gap: 20px;
  }
  .contacts-box__form .btn-rectangle {
    padding: 21px 0;
    max-width: 571px;
    width: 100%;
  }
  .contacts-box__form_accord {
    font-size: 10px;
  }
}
@media screen and (min-width: 320px) and (max-width: 480px) {
  .contacts-box__wrap {
    flex-wrap: initial;
    grid-gap: 88px;
    flex-direction: column;
  }
  .contacts-box__info-text {
    font-size: 24px;
    line-height: 30px;
  }
  .contacts-box__contacts-data {
    grid-gap: 23px;
    font-size: 24px;
    padding-bottom: initial;
    flex-wrap: wrap;
  }
  .contacts-box {
    padding: 0 16px;
  }
  .contacts-box__form {
    padding: 27px 16px 27px;
  }
  .contacts-box__form::before {
    display: none;
  }
  .contacts-box__form-title {
    font-size: 24px;
    margin-bottom: 27px;
  }
  .contacts-box__form-group-input {
    flex-direction: column;
    margin: 27px 0;
    grid-gap: 27px;
  }
  .contacts-box__form_file {
    margin: 27px 0 34px;
  }
  .contacts-box__form-group-btn {
    grid-gap: 20px;
  }
  .contacts-box__form .btn-rectangle {
    padding: 21px 0;
    max-width: 571px;
    width: 100%;
  }
  .contacts-box__form_accord {
    font-size: 10px;
  }
}
body {
  font-family: GolosUIWebRegular, sans-serif;
}
body a {
  color: #000;
  text-decoration: none;
}
body h1 {
  font-family: GolosUIWebBold, sans-serif;
  font-size: 80px;
  font-weight: 600;
  text-transform: uppercase;
}
body h2 {
  font-weight: 600;
  font-size: 45px;
}

.btn-group-wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  grid-gap: 30px;
}

.btn-rectangle {
  border: none;
  padding: 21px 46px;
  color: #fff;
  background: #272930;
  border-radius: 10px;
  font-size: 18px;
  max-width: 268px;
}

.btn-rectangle:hover {
  background: #3f424d;
}

.circle-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 54px;
  height: 54px;
  border-radius: 50%;
  border: 1px solid #c6c6c6;
}

.border-line {
  display: block;
  border-top: 1px solid #d5d5d5;
}

.hidden {
  display: none;
}

.grid-container {
  display: grid;
  grid-template-areas: "resume" "skills" "portfolio" "technologies" "team" "consultation";
}

.btn {
  background: #3a3a3a;
  border-radius: 4px;
}

.container {
  max-width: 1420px;
  margin: 0 auto;
}

.head-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 46px;
}

.head-menu {
  display: flex;
  max-width: 455px;
  width: 100%;
  justify-content: space-between;
}
.head-menu a {
  padding: 7px 0;
  text-transform: uppercase;
}
.head-menu a:hover {
  box-shadow: 0px 2px 0px #f3f3f3;
}

.head-menu__contacts {
  display: none;
}

.resume {
  display: flex;
  color: #272930;
  grid-area: resume;
}

.resume__info {
  max-width: 810px;
}

.resume__title {
  margin-top: 103px;
  font-size: 72px;
  text-transform: none;
  line-height: 86px;
}

.resume__desc {
  margin: 56px 0 48px;
  max-width: 589px;
  font-size: 20px;
  line-height: 28px;
  font-weight: 600;
}

.resume__buttons {
  display: flex;
  max-width: 380px;
  width: 100%;
  justify-content: space-between;
}

.resume__btn {
  padding: 7px 24px;
  color: #fff;
  font-weight: 600;
}

.about .resume__title {
  text-transform: uppercase;
}

.about .resume__desc {
  font-weight: 600;
  font-size: 46px;
  line-height: 58px;
  max-width: 900px;
  width: 100%;
}

.about .resume__desc {
  font-weight: 600;
  font-size: 46px;
  line-height: 58px;
}

.about .resume__info {
  max-width: 900px;
  width: 100%;
}

.skills {
  display: flex;
  justify-content: space-between;
  grid-area: skills;
}

.skills {
  display: grid;
  grid-template-columns: repeat(4, 25%);
  grid-area: skills;
}

.skills__circl {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 117px 0 95px;
  width: 94%;
  border: 1px solid #e1e1e1;
  border-radius: 50%;
}

.skills__circl::after {
  display: block;
  content: "";
  padding-bottom: 100%;
}

.skills__desc {
  max-width: 284px;
  font-size: 20px;
  text-align: center;
}

.skills__desc_staff {
  max-width: 222px;
}
.skills__desc_staff span {
  font-size: 30px;
  font-weight: 600;
}

.skills__desc_heigload {
  max-width: 238px;
}

.skills__desc_dev-e-comm {
  max-width: 128px;
}

.skills__desc_accredited {
  max-width: 284px;
}

.about .skills__circl {
  margin: 117px 0 0;
}

.portfolio {
  display: flex;
  flex-direction: column;
  grid-gap: 40px;
  grid-area: portfolio;
  font-size: 20px;
  line-height: 36px;
  color: #2e2e2e;
}
.portfolio h1 {
  margin-bottom: 95px;
}
.portfolio .portfolio-data {
  display: flex;
  flex-direction: column;
  grid-gap: 40px;
}
.portfolio .portfolio-data .portfolio-data__list-title {
  margin-bottom: -35px;
}
.portfolio .portfolio-data ol {
  list-style: auto;
  padding-left: 22px;
}
.portfolio .portfolio-data .portfolio-data__title {
  font-size: 25px;
  font-weight: 600;
}
.portfolio .portfolio-data .portfolio-data__desc {
  line-height: 25px;
}

.portfolio__title {
  margin-bottom: 48px;
}

.portfolio__items-wrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
.portfolio__items-wrap img {
  height: auto;
  width: 100%;
  max-width: 720px;
}

.portfolio__castorama {
  margin-top: 80px;
  justify-self: flex-end;
}

.portfolio__desc-maxidom {
  max-width: 542px;
}

.portfolio__desc-castorama {
  max-width: 345px;
}

.projects .portfolio {
  margin: 110px 0 0 0;
}

.technologies {
  grid-area: technologies;
  padding: 90px 0 152px;
}

.technologies__title {
  margin-bottom: 44px;
}

.technologies__items-wrap {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(1, 1fr);
  gap: 1vw;
}

.technologies__item {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 340px;
  width: 100%;
  height: 195px;
  background: #fafafa;
  border-radius: 10px;
}

.consultation {
  grid-area: consultation;
  display: grid;
  grid-template-columns: repeat(2, auto);
  justify-items: end;
  grid-template-areas: "consultation__question consultation__text";
}
@media screen and (min-width: 1024px) and (max-width: 1170px) {
  .consultation {
    grid-template-columns: repeat(2, auto);
  }
}
@media screen and (min-width: 820px) and (max-width: 970px) {
  .consultation {
    grid-template-columns: repeat(2, auto);
  }
}

.consultation__question {
  display: flex;
  align-items: center;
  grid-area: consultation__question;
  justify-self: flex-start;
  max-width: 600px;
}
.consultation__question div {
  font-weight: 600;
  font-size: 50px;
  line-height: 58px;
  color: #272930;
}

.consultation__line {
  margin: 0 29px 50px 0;
  width: 85px;
  height: 4px;
  background: #e41414;
}

.consultation__picture {
  position: absolute;
  max-width: 30%;
  width: 100%;
  height: auto;
  align-items: center;
  padding-right: 8px;
}

.consultation .consultation__text span {
  position: absolute;
  top: -40px;
  right: 164px;
  text-transform: uppercase;
  display: inline-block;
  transform-origin: 0 100px;
  font-size: 12px;
  color: #7b829a;
  font-weight: bold;
}

.consultation__text {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  grid-area: consultation__text;
}

.footer-content {
  display: grid;
  grid-template-rows: repeat(2, 0fr);
  margin: 162px 0 40px 0;
  background: #282828;
  border-radius: 10px;
}

.footer-content__head {
  display: grid;
  grid-template-columns: 30% 70%;
  grid-template-areas: "footer-content__menu footer-content__contacts";
  padding: 20px 130px 0 52px;
}
.footer-content__head a {
  color: #fff;
}

.footer-content__menu {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, 1fr);
  padding: 20px 50px;
  grid-area: footer-content__menu;
  justify-self: flex-start;
}

.footer-content__menu {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, 1fr);
  padding: initial;
  grid-area: footer-content__menu;
  justify-self: flex-start;
  grid-gap: intial;
  grid-row-gap: 10px;
  grid-column-gap: 60px;
}

.footer-content__link {
  display: block;
  padding: 10px;
}

.footer-content__contacts {
  display: flex;
  flex-direction: column;
  grid-gap: 20px;
  padding: 20px 20px 20px 70%;
  justify-content: center;
  grid-area: footer-content__contacts;
  justify-self: flex-end;
}

.footer-content__contacts {
  display: flex;
  flex-direction: column;
  grid-gap: 20px;
  padding: initial;
  justify-content: inherit;
  grid-area: footer-content__contacts;
  justify-self: flex-end;
}

.footer-content__phone {
  font-size: 22px;
  padding-top: 10px;
}

.footer-content__email {
  display: flex;
  align-items: center;
  grid-gap: 10px;
}

.footer-content__footer {
  display: flex;
  padding: 20px 115px 20px 50px;
  justify-content: space-between;
}

.footer-content__text {
  font-size: 12px;
  color: #747474;
}

.footer-content__copyright {
  padding: 10px;
}

.footer-content__privacy-policy {
  padding: 10px;
}

.team {
  grid-area: team;
}

@media screen and (min-width: 1025px) and (max-width: 1420px) {
  .container {
    padding: 0 16px;
  }
  .portfolio__items-wrap {
    grid-gap: 15px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .container {
    padding: 0 16px;
  }
  .resume__buttons {
    display: flex;
    max-width: 380px;
    width: 100%;
    justify-content: flex-start;
    grid-gap: 15px;
  }
  .portfolio__items-wrap {
    grid-gap: 15px;
  }
  .consultation__question div {
    font-size: 40px;
  }
  .footer-content__head {
    display: grid;
    grid-template-columns: 30% 70%;
    grid-template-areas: "footer-content__menu footer-content__contacts";
    padding: 20px 36px 0 20px;
  }
  .footer-content__head a {
    color: #fff;
  }
  .footer-content__menu {
    padding: initial;
  }
  .footer-content__footer {
    padding: 20px;
  }
  .footer-content {
    margin: 162px 0 16px 0;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) and (min-width: 769px) and (max-width: 820px) {
  .container {
    padding: 0 16px;
  }
  .skills {
    display: grid;
    max-width: initial;
    grid-area: skills;
    margin: 49px 0;
    grid-template-columns: repeat(2, 2fr);
    grid-template-rows: repeat(2, 2fr);
    justify-items: center;
    grid-gap: 16px;
  }
  .skills__circl {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
    width: 94%;
    border: 1px solid #e1e1e1;
    border-radius: 50%;
  }
  .skills__circl::after {
    display: block;
    content: "";
    padding-bottom: 100%;
  }
  .skills__desc_heigload {
    max-width: 190px;
    word-break: break-word;
  }
  .skills__desc_dev-e-comm {
    max-width: 200px;
  }
  .skills__desc {
    font-size: 18px;
  }
  .about .skills__circl {
    margin: 0;
  }
  .profile {
    grid-gap: 28px;
  }
  .portfolio .portfolio-data {
    display: flex;
    flex-direction: column;
    grid-gap: 40px;
  }
  .portfolio .portfolio-data .portfolio-data__title {
    font-size: 25px;
    font-weight: 600;
  }
  .portfolio .portfolio-data .portfolio-data__desc {
    line-height: 25px;
  }
  .portfolio__title {
    margin-bottom: 31px;
  }
  .portfolio__items-wrap {
    display: grid;
    grid-template-columns: initial;
    margin-bottom: 42px;
  }
  .portfolio__items-wrap img {
    max-width: initial;
  }
  .portfolio__desc-maxidom {
    font-size: 18px;
    line-height: 24px;
    margin-top: 10px;
  }
  .portfolio__desc-castorama {
    font-size: 16px;
    line-height: 24px;
    margin-top: 10px;
  }
  .portfolio__castorama {
    justify-self: initial;
    margin-top: 50px;
  }
  .projects .portfolio {
    margin: 110px 0 0 0;
  }
  .technologies__title {
    margin-bottom: 18px;
  }
  .technologies__items-wrap {
    grid-template-columns: repeat(2, auto);
    grid-template-rows: repeat(1, auto);
    margin-bottom: 43px;
  }
  .technologies__item {
    height: 195px;
    max-width: initial;
  }
  .technologies__item img {
    max-width: 90px;
    width: 100%;
    height: auto;
  }
  .consultation__question {
    grid-gap: 20px;
  }
  .consultation {
    grid-template-rows: repeat(1, auto);
    justify-items: center;
    grid-gap: 50px;
  }
  .consultation__line {
    margin: 0px 0px 30px 0;
    width: 36px;
    height: 2px;
  }
  .consultation__question div {
    font-size: 30px;
    line-height: 30px;
  }
  .footer-content {
    display: grid;
    grid-template-rows: repeat(2, 0fr);
    margin: 80px 0 16px 0;
    background: #282828;
  }
  .footer-content__head {
    grid-template-columns: 1fr;
  }
  .footer-content__menu {
    padding: initial;
  }
  .footer-content__link {
    padding: 10px 0;
  }
  .footer-content__contacts {
    padding: initial;
  }
  .footer-content__footer {
    padding: 40px 18px 22px;
  }
  .footer-content__copyright {
    padding: 10px 0;
  }
}
@media screen and (min-width: 481px) and (max-width: 768px) {
  .head-content {
    padding: 0 16px;
  }
  body h1 {
    font-size: 40px;
  }
  body h2 {
    font-size: 35px;
  }
  body .team__title {
    font-size: 30px;
  }
  .head-sandwich-btn {
    display: block;
  }
  .container {
    position: relative;
  }
  .head-menu {
    display: none;
    flex-direction: column;
    justify-content: initial;
    position: absolute;
    z-index: 1000;
    background: #fff;
    top: 140px;
    left: 0;
    max-width: initial;
  }
  .head-menu a {
    padding: 7px 18px;
  }
  .head-menu__contacts {
    display: flex;
    flex-direction: column;
    grid-gap: 10px;
    justify-content: center;
    padding: 0 18px;
    margin-top: 460px;
  }
  .head-menu__contacts a:hover {
    box-shadow: initial;
  }
  .head-menu__contacts .head-menu__phone {
    padding: 0;
    font-size: 22px;
  }
  .head-menu__contacts .head-menu__email {
    display: flex;
    align-items: center;
    grid-gap: 10px;
  }
  .head-menu__contacts .head-menu__email a {
    text-transform: initial;
    padding: 7px 0;
  }
  .head-menu__contacts .head-menu__icon-mail {
    fill: #000;
  }
  .resume {
    display: flex;
    color: #272930;
    grid-area: resume;
    flex-direction: column;
    padding: 0 16px;
  }
  .resume__title {
    margin-top: 103px;
    font-size: 35px;
    line-height: 38px;
    text-transform: none;
  }
  .resume__desc {
    font-size: 16px;
    line-height: 24px;
    max-width: 338px;
    margin: 20px 0 20px;
  }
  .resume__btn {
    padding: 7px 18px;
    font-size: 14px;
  }
  .resume__buttons {
    justify-content: flex-start;
    grid-gap: 15px;
  }
  .about .resume__title {
    font-size: 40px;
  }
  .about .resume__desc {
    font-weight: 600;
    font-size: 24px;
    line-height: 36px;
  }
  .skills {
    display: grid;
    max-width: initial;
    grid-area: skills;
    margin: 49px 0;
    padding: 0 16px;
    grid-template-columns: repeat(2, 2fr);
    grid-template-rows: repeat(2, 2fr);
    justify-items: center;
    grid-gap: 16px;
  }
  .skills__circl {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
    width: 94%;
    border: 1px solid #e1e1e1;
    border-radius: 50%;
  }
  .skills__circl::after {
    display: block;
    content: "";
    padding-bottom: 100%;
  }
  .skills__desc_heigload {
    max-width: 190px;
    word-break: break-word;
  }
  .skills__desc_dev-e-comm {
    max-width: 200px;
  }
  .skills__desc {
    font-size: 18px;
  }
  .about .skills__circl {
    margin: 0;
  }
  .portfolio {
    padding: 0 16px;
  }
  .portfolio__title {
    margin-bottom: 31px;
  }
  .portfolio__items-wrap {
    display: grid;
    grid-template-columns: initial;
    margin-bottom: 42px;
  }
  .portfolio__items-wrap img {
    max-width: initial;
  }
  .portfolio__desc-maxidom {
    font-size: 18px;
    line-height: 24px;
    margin-top: 10px;
  }
  .portfolio__desc-castorama {
    font-size: 16px;
    line-height: 24px;
    margin-top: 10px;
  }
  .portfolio__castorama {
    justify-self: initial;
    margin-top: 50px;
  }
  .projects .portfolio {
    margin: 110px 0 0 0;
  }
  .technologies {
    padding: 0 16px;
  }
  .technologies__title {
    margin-bottom: 18px;
  }
  .technologies__items-wrap {
    grid-template-columns: repeat(2, auto);
    grid-template-rows: repeat(1, auto);
    margin-bottom: 43px;
  }
  .technologies__item {
    height: 195px;
    max-width: initial;
  }
  .technologies__item img {
    max-width: 90px;
    width: 100%;
    height: auto;
  }
  .consultation {
    padding: 0 16px;
  }
  .consultation__question {
    grid-gap: 20px;
  }
  .consultation {
    grid-template-rows: repeat(1, auto);
    justify-items: center;
    grid-gap: 50px;
  }
  .consultation__line {
    margin: 0px 0px 30px 0;
    width: 36px;
    height: 2px;
  }
  .consultation__question div {
    font-size: 26px;
    line-height: 30px;
  }
  .footer-content {
    display: grid;
    grid-template-rows: repeat(2, 0fr);
    margin: 80px 0 0 0;
    background: #282828;
    border-radius: initial;
  }
  .footer-content__head {
    display: grid;
    grid-template-columns: auto;
    grid-template-areas: "footer-content__menu" "footer-content__contacts";
    padding: 0;
  }
  .footer-content__menu {
    padding: 22px 18px 40px 18px;
  }
  .footer-content__link {
    padding: 10px 0;
  }
  .footer-content__contacts {
    padding: 0 19px;
    justify-self: flex-start;
  }
  .footer-content__footer {
    padding: 40px 18px 22px;
  }
  .footer-content__copyright {
    padding: 10px 0;
  }
  .rot {
    animation: 20s linear 0s normal none infinite running rot;
    -webkit-animation: 20s linear 0s normal none infinite running rot;
    top: -70px;
    right: 35px;
  }
}
@media screen and (min-width: 320px) and (max-width: 480px) {
  .head-content {
    padding: 0 16px;
  }
  body h1 {
    font-size: 40px;
  }
  body h2 {
    font-size: 30px;
  }
  body .team__title {
    font-size: 30px;
  }
  .head-sandwich-btn {
    display: block;
  }
  .container {
    position: relative;
  }
  .head-menu {
    display: none;
    flex-direction: column;
    justify-content: initial;
    position: absolute;
    z-index: 1000;
    background: #fff;
    top: 140px;
    left: 0;
  }
  .head-menu a {
    padding: 7px 18px;
  }
  .head-menu__contacts {
    display: flex;
    flex-direction: column;
    grid-gap: 10px;
    justify-content: center;
    padding: 0 18px;
    margin-top: 460px;
  }
  .head-menu__contacts a:hover {
    box-shadow: initial;
  }
  .head-menu__contacts .head-menu__phone {
    padding: 0;
    font-size: 22px;
  }
  .head-menu__contacts .head-menu__email {
    display: flex;
    align-items: center;
    grid-gap: 10px;
  }
  .head-menu__contacts .head-menu__email a {
    text-transform: initial;
    padding: 7px 0;
  }
  .head-menu__contacts .head-menu__icon-mail {
    fill: #000;
  }
  .resume {
    display: flex;
    color: #272930;
    grid-area: resume;
    flex-direction: column;
    padding: 0 16px;
  }
  .resume__title {
    margin-top: 103px;
    font-size: 32px;
    line-height: 38px;
    text-transform: none;
  }
  .resume__desc {
    font-size: 16px;
    line-height: 24px;
    max-width: 338px;
    margin: 20px 0 20px;
  }
  .resume__btn {
    padding: 7px 18px;
    font-size: 14px;
  }
}
@media screen and (min-width: 320px) and (max-width: 480px) and (min-width: 320px) and (max-width: 350px) {
  .resume__btn {
    font-size: 12px;
  }
}
@media screen and (min-width: 320px) and (max-width: 480px) {
  .resume__buttons {
    justify-content: flex-start;
    grid-gap: 14px;
  }
}
@media screen and (min-width: 320px) and (max-width: 480px) {
  .about .resume__title {
    font-size: 40px;
  }
}
@media screen and (min-width: 320px) and (max-width: 480px) {
  .about .resume__desc {
    font-weight: 600;
    font-size: 24px;
    line-height: 36px;
  }
}
@media screen and (min-width: 320px) and (max-width: 480px) {
  .skills {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    grid-area: skills;
    max-width: 480px;
    grid-gap: 16px;
    margin: 49px 0;
    padding: 0 16px;
  }
}
@media screen and (min-width: 320px) and (max-width: 480px) {
  .skills {
    display: grid;
    max-width: initial;
    grid-area: skills;
    margin: 49px 0;
    padding: 0 16px;
    grid-template-columns: repeat(2, 2fr);
    grid-template-rows: repeat(2, 2fr);
    justify-items: center;
  }
}
@media screen and (min-width: 320px) and (max-width: 480px) {
  .skills__circl {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
    width: 94%;
    border: 1px solid #e1e1e1;
    border-radius: 50%;
  }
}
@media screen and (min-width: 320px) and (max-width: 480px) {
  .skills__circl::after {
    display: block;
    content: "";
    padding-bottom: 100%;
  }
}
@media screen and (min-width: 320px) and (max-width: 480px) {
  .skills__desc_heigload {
    max-width: 122px;
    word-break: break-word;
  }
}
@media screen and (min-width: 320px) and (max-width: 480px) {
  .skills__desc {
    font-size: 16px;
  }
}
@media screen and (min-width: 320px) and (max-width: 480px) and (min-width: 320px) and (max-width: 350px) {
  .skills__desc {
    font-size: 14px;
  }
}
@media screen and (min-width: 320px) and (max-width: 480px) {
  .skills__desc_staff {
    max-width: 140px;
  }
}
@media screen and (min-width: 320px) and (max-width: 480px) {
  .skills__desc_accredited {
    max-width: 140px;
  }
}
@media screen and (min-width: 320px) and (max-width: 480px) and (min-width: 320px) and (max-width: 350px) {
  .skills__desc_accredited {
    max-width: 130px;
  }
}
@media screen and (min-width: 320px) and (max-width: 480px) {
  .skills__desc_staff span {
    font-size: 20px;
  }
}
@media screen and (min-width: 320px) and (max-width: 480px) {
  .about .skills__circl {
    margin: 0;
  }
}
@media screen and (min-width: 320px) and (max-width: 480px) {
  .portfolio {
    padding: 0 16px;
  }
}
@media screen and (min-width: 320px) and (max-width: 480px) {
  .portfolio__title {
    margin-bottom: 31px;
  }
}
@media screen and (min-width: 320px) and (max-width: 480px) {
  .portfolio__items-wrap {
    display: grid;
    grid-template-columns: initial;
    margin-bottom: 42px;
  }
}
@media screen and (min-width: 320px) and (max-width: 480px) {
  .portfolio__desc-maxidom {
    font-size: 16px;
    line-height: 24px;
    margin-top: 10px;
  }
}
@media screen and (min-width: 320px) and (max-width: 480px) {
  .portfolio__desc-castorama {
    font-size: 16px;
    line-height: 24px;
    margin-top: 10px;
  }
}
@media screen and (min-width: 320px) and (max-width: 480px) {
  .portfolio__castorama {
    justify-self: initial;
    margin-top: 50px;
  }
}
@media screen and (min-width: 320px) and (max-width: 480px) {
  .projects .portfolio {
    margin: 110px 0 0 0;
  }
}
@media screen and (min-width: 320px) and (max-width: 480px) {
  .technologies {
    padding: 0 16px;
  }
}
@media screen and (min-width: 320px) and (max-width: 480px) {
  .technologies__title {
    margin-bottom: 18px;
  }
}
@media screen and (min-width: 320px) and (max-width: 480px) {
  .technologies__items-wrap {
    grid-template-columns: repeat(2, auto);
    grid-template-rows: repeat(1, auto);
    margin-bottom: 43px;
  }
}
@media screen and (min-width: 320px) and (max-width: 480px) {
  .technologies__item {
    height: 85px;
  }
  .technologies__item img {
    max-width: 90px;
    width: 100%;
    height: auto;
  }
}
@media screen and (min-width: 320px) and (max-width: 480px) {
  .consultation {
    padding: 0 16px;
    grid-template-areas: "consultation__question" "consultation__text";
  }
}
@media screen and (min-width: 320px) and (max-width: 480px) {
  .consultation__question {
    grid-gap: 20px;
    max-width: 420px;
  }
}
@media screen and (min-width: 320px) and (max-width: 480px) {
  .consultation {
    grid-template-columns: repeat(1, auto);
    grid-template-rows: repeat(2, auto);
    justify-items: center;
    grid-gap: 50px;
  }
}
@media screen and (min-width: 320px) and (max-width: 480px) {
  .consultation__line {
    margin: 0px 0px 30px 0;
    width: 36px;
    height: 2px;
  }
}
@media screen and (min-width: 320px) and (max-width: 480px) {
  .consultation__question div {
    font-size: 24px;
    line-height: 30px;
  }
}
@media screen and (min-width: 320px) and (max-width: 480px) {
  .footer-content {
    display: grid;
    grid-template-rows: repeat(2, 0fr);
    margin: 80px 0 0 0;
    background: #282828;
    border-radius: initial;
  }
}
@media screen and (min-width: 320px) and (max-width: 480px) {
  .footer-content__head {
    display: grid;
    grid-template-columns: auto;
    grid-template-areas: "footer-content__menu" "footer-content__contacts";
    padding: 0;
  }
}
@media screen and (min-width: 320px) and (max-width: 480px) {
  .footer-content__menu {
    padding: 22px 18px 40px 18px;
  }
}
@media screen and (min-width: 320px) and (max-width: 480px) {
  .footer-content__link {
    padding: 10px 0;
  }
}
@media screen and (min-width: 320px) and (max-width: 480px) {
  .footer-content__contacts {
    padding: 0 19px;
    justify-self: flex-start;
  }
}
@media screen and (min-width: 320px) and (max-width: 480px) {
  .footer-content__footer {
    padding: 40px 18px 22px;
  }
}
@media screen and (min-width: 320px) and (max-width: 480px) {
  .footer-content__copyright {
    padding: 10px 0;
  }
}
.rot {
  animation: 20s linear 0s normal none infinite running rot;
  -webkit-animation: 20s linear 0s normal none infinite running rot;
  top: -70px;
  right: 35px;
  max-width: 270px;
  width: 100%;
  height: auto;
}

@keyframes rot {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}/*# sourceMappingURL=main.css.map */