/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
     ========================================================================== */
/**
   * Remove the margin in all browsers.
   */
body {
  margin: 0;
}

/**
   * Render the `main` element consistently in IE.
   */
main {
  display: block;
}

/**
   * Correct the font size and margin on `h1` elements within `section` and
   * `article` contexts in Chrome, Firefox, and Safari.
   */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
     ========================================================================== */
/**
   * 1. Add the correct box sizing in Firefox.
   * 2. Show the overflow in Edge and IE.
   */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
     ========================================================================== */
/**
   * Remove the gray background on active links in IE 10.
   */
a {
  background-color: transparent;
}

/**
   * 1. Remove the bottom border in Chrome 57-
   * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
   */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
   * Add the correct font weight in Chrome, Edge, and Safari.
   */
b,
strong {
  font-weight: bolder;
}

/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
   * Add the correct font size in all browsers.
   */
small {
  font-size: 80%;
}

/**
   * Prevent `sub` and `sup` elements from affecting the line height in
   * all browsers.
   */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
     ========================================================================== */
/**
   * Remove the border on images inside links in IE 10.
   */
img {
  border-style: none;
}

/* Forms
     ========================================================================== */
/**
   * 1. Change the font styles in all browsers.
   * 2. Remove the margin in Firefox and Safari.
   */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
   * Show the overflow in IE.
   * 1. Show the overflow in Edge.
   */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
   * Remove the inheritance of text transform in Edge, Firefox, and IE.
   * 1. Remove the inheritance of text transform in Firefox.
   */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
   * Correct the inability to style clickable types in iOS and Safari.
   */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
   * Remove the inner border and padding in Firefox.
   */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
   * Restore the focus styles unset by the previous rule.
   */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
   * Correct the padding in Firefox.
   */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
   * 1. Correct the text wrapping in Edge and IE.
   * 2. Correct the color inheritance from `fieldset` elements in IE.
   * 3. Remove the padding so developers are not caught out when they zero out
   *    `fieldset` elements in all browsers.
   */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
   * Add the correct vertical alignment in Chrome, Firefox, and Opera.
   */
progress {
  vertical-align: baseline;
}

/**
   * Remove the default vertical scrollbar in IE 10+.
   */
textarea {
  overflow: auto;
}

/**
   * 1. Add the correct box sizing in IE 10.
   * 2. Remove the padding in IE 10.
   */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
   * Correct the cursor style of increment and decrement buttons in Chrome.
   */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
   * 1. Correct the odd appearance in Chrome and Safari.
   * 2. Correct the outline style in Safari.
   */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
   * Remove the inner padding in Chrome and Safari on macOS.
   */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
   * 1. Correct the inability to style clickable types in iOS and Safari.
   * 2. Change font properties to `inherit` in Safari.
   */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
     ========================================================================== */
/*
   * Add the correct display in Edge, IE 10+, and Firefox.
   */
details {
  display: block;
}

/*
   * Add the correct display in all browsers.
   */
summary {
  display: list-item;
}

/* Misc
     ========================================================================== */
/**
   * Add the correct display in IE 10+.
   */
template {
  display: none;
}

/**
   * Add the correct display in IE 10.
   */
[hidden] {
  display: none;
}

*,
*::after,
*::before {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

body {
  display: flex;
  flex-direction: column;
  height: 100%;
  font-family: "DM Sans", "Roboto", "Arial", sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 28px;
  line-height: 1.5;
  color: var(--white);
}

a {
  text-decoration: none;
  display: block;
}

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

ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/roboto-v30-latin-regular.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* roboto-500 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/roboto-v30-latin-500.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* roboto-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/roboto-v30-latin-700.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* dm-sans-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "DM Sans";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/dm-sans-v11-latin-regular.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* dm-sans-500 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "DM Sans";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/dm-sans-v11-latin-500.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* dm-sans-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "DM Sans";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/dm-sans-v11-latin-700.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
.container {
  max-width: 1380px;
  padding: 0 30px;
  margin-left: auto;
  margin-right: auto;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  clip: rect(0 0 0 0);
  overflow: hidden;
}

body {
  background: #dbdbdb;
}

.dark {
  background-color: #232323;
}

.theme {
  display: inline-block;
  width: 30px;
  height: 30px;
  background-image: url("../img/moon.png");
  background-size: 24px;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
  background-color: #fff;
  border-radius: 50%;
}

.dark .header__content {
  background-color: #232323;
  box-shadow: 0px 0px 10.0547px rgba(255, 238, 238, 0.384);
}

.dark .header__list-link {
  color: #9e9b9b;
}

#theme:checked + .theme {
  background-image: url("../img/sun.png");
}

.header {
  position: relative;
}
.header__content {
  display: flex;
  align-items: center;
  background: #dbdbdb;
  box-shadow: 0px 0px 10.0547px rgba(0, 0, 0, 0.1);
  margin-bottom: 84px;
}
.header__logo-img {
  transition: all 0.3s ease-in-out;
}
.header__logo-img:hover {
  transition: all 0.3s ease-in-out;
  scale: 1.1;
  filter: blur(0.5);
}
.header__nav {
  height: 78px;
  padding-top: 23px;
  padding-left: 30px;
}
.header__list {
  display: flex;
  align-items: center;
  gap: 58px;
}
.header__list-link:hover {
  text-shadow: 0 8px 20px rgb(99, 99, 99);
}
.header__list-link {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: rgba(69, 81, 116, 0.8);
}
.header__dark-mode {
  position: absolute;
  right: 10px;
}
.header__menu {
  position: absolute;
  top: 38px;
  left: 60px;
  width: 45px;
  height: 45px;
  border: none;
  background-color: transparent;
  margin-bottom: 84px;
  display: none;
}
.header__close {
  position: absolute;
  top: 38px;
  left: 60px;
  width: 45px;
  height: 45px;
  border: none;
  background-color: transparent;
  margin-bottom: 84px;
  display: none;
}

@media only screen and (max-width: 1440px) {
  .header__dark-mode {
    position: absolute;
    right: 50px;
  }
}
@media only screen and (max-width: 913px) {
  .header__dark-mode {
    display: none;
  }
}
@media only screen and (max-width: 768px) {
  .header {
    display: none;
    background-color: #4d1852;
    width: 40%;
    height: 70vh;
  }
  .header__content {
    position: absolute;
    display: block;
    background: transparent;
    box-shadow: none;
  }
  .header__list {
    position: absolute;
    top: 95px;
    display: block;
  }
  .header__dark-mode {
    position: absolute;
    left: 60px;
    bottom: 8px;
    display: block;
  }
  .header__list-link {
    color: #fff;
    padding-bottom: 10px;
  }
  .header__menu {
    display: block;
    margin-bottom: 84px;
  }
  .header__close {
    position: absolute;
    left: 250px;
  }
}
.visual {
  display: block;
}

.hidden {
  visibility: hidden;
}

.close__btn {
  display: block;
}

.main__content {
  width: 100%;
  height: 600px;
  padding-left: 63px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 100px;
}
.main__title {
  width: 551px;
  height: 138px;
  font-family: "DM Sans";
  font-style: normal;
  font-weight: 700;
  font-size: 53.1502px;
  line-height: 69px;
  color: rgba(69, 81, 116, 0.8);
  margin-bottom: 22px;
}
.main__text {
  font-family: "DM Sans";
  font-style: normal;
  font-weight: 500;
  font-size: 19.9313px;
  line-height: 26px;
  color: #828282;
  margin-bottom: 22px;
}
.main__btn {
  padding: 12px 24px;
  font-family: "DM Sans";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #ffffff;
  width: 150px;
  height: 48px;
  border: none;
  background: rgba(69, 81, 116, 0.8);
  border-radius: 5px;
  cursor: pointer;
  transition: all 0.3s linear;
  margin-bottom: 43px;
}
.main__social {
  display: flex;
  align-items: center;
  gap: 33px;
}
.main__langs {
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 30px;
       column-gap: 30px;
  row-gap: 30px;
  align-items: center;
  gap: 12px;
  margin-left: 120px;
  margin-bottom: 135px;
}
.main__langs-item {
  position: relative;
  width: 161px;
  height: 91px;
  background: rgba(69, 81, 116, 0.8);
  border-radius: 24px;
}
.main__langs-ellipse {
  position: absolute;
  background-color: #dbdbdb;
  top: -45px;
  right: 43px;
  width: 80px;
  height: 80px;
  border-radius: 50%;
}
.main__langs-img {
  position: absolute;
  right: 5px;
  top: 5px;
  width: 70px;
  height: 70px;
}
.main__bootstrap {
  border-radius: 50%;
}
.main__langs-text {
  margin-top: 50px;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 136%;
  color: #ffffff;
  text-align: center;
}

#instagram,
#linkedin,
#telegram,
#facebook {
  font-size: 25px;
  color: #fff;
  border-radius: 50%;
  padding: 4px 6.5px;
  animation: animate 3s linear infinite;
  text-shadow: 0 0 5px #0072ff, 0 0 10px #0072ff, 0 0 15px #0072ff, 0 0 20px #0072ff;
  animation-delay: 0.7s;
  cursor: pointer;
}

#btn:hover {
  border-radius: 5px;
  animation: animate 3s linear infinite;
  text-shadow: 0 0 10px #2bff00, 0 0 15px #2bff00, 0 0 20px #2bff00, 0 0 25px #2bff00;
  animation-delay: 0.7s;
  transition: all 0.3s linear;
}

@keyframes animate {
  from {
    filter: hue-rotate(0deg);
  }
  to {
    filter: hue-rotate(360deg);
  }
}
.dark .main__title {
  color: #d4d4d4;
}

.dark .main__content {
  box-shadow: 0px 0px 10.0547px rgba(255, 238, 238, 0.384);
}

.about {
  height: 916px;
  background: #ffffff;
  box-shadow: 0px 2px 27px rgba(0, 0, 0, 0.05);
  margin-bottom: 27px;
}
.about__title {
  padding-top: 39px;
  font-family: "DM Sans";
  font-style: normal;
  font-weight: 700;
  font-size: 66.7119px;
  line-height: 87px;
  text-align: center;
  color: rgba(69, 81, 116, 0.8);
  margin-bottom: 126px;
}
.about__content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.about__img {
  background-size: auto;
  width: 450px;
  height: 480px;
  border: 14px solid rgba(69, 81, 116, 0.8);
  border-radius: 4px;
}
.about__text {
  width: 564px;
  height: 448px;
  font-family: "DM Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 31px;
  line-height: 40px;
  color: rgba(69, 81, 116, 0.8);
}
.about__btn-link {
  padding: 12px 30px;
  width: 170px;
  height: 48px;
  border: none;
  background: rgba(69, 81, 116, 0.8);
  border-radius: 5px;
  cursor: pointer;
  font-family: "DM Sans";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #ffffff;
  transition: all 0.3s linear;
}
.about__btn-link:hover {
  border-radius: 5px;
  animation: animate 3s linear infinite;
  text-shadow: 0 0 10px #2bff00, 0 0 15px #2bff00, 0 0 20px #2bff00, 0 0 25px #2bff00;
  animation-delay: 0.7s;
  transition: all 0.3s linear;
}
.about__content-one {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.about__img-one {
  width: 402px;
  margin-left: 90px;
  margin-bottom: 90px;
}
.about__text-one {
  width: 700px;
  font-family: "DM Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 31px;
  line-height: 40px;
  color: rgba(69, 81, 116, 0.8);
}
.about__education-title {
  font-family: "DM Sans";
  font-style: normal;
  font-weight: 700;
  font-size: 48px;
  line-height: 40px;
  color: rgba(21, 23, 29, 0.8);
}
.about__education {
  font-family: "DM Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 31px;
  line-height: 40px;
  color: rgba(69, 81, 116, 0.8);
  margin-bottom: 50px;
}

.dark .about {
  background-color: #232323;
  box-shadow: 0px 0px 10.0547px rgba(255, 238, 238, 0.384);
}

.dark .about__title {
  color: #9e9b9b;
}

.dark .about__text {
  color: #ffffff;
}

.service__title {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 600;
  font-size: 32px;
  line-height: 136%;
  text-align: center;
  color: rgba(69, 81, 116, 0.8);
  margin-bottom: 87px;
}
.service__list {
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 15px;
       column-gap: 15px;
  row-gap: 15px;
  align-items: center;
  justify-content: space-around;
  margin-bottom: 159px;
}
.service__list-item {
  width: 337px;
  height: 240.47px;
  background: #ffffff;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 10px;
}
.service__list-img {
  margin-top: 35px;
  width: 57px;
  height: 46.47px;
  margin-left: 130px;
  margin-bottom: 30px;
}
.service__list-title {
  font-family: "DM Sans";
  font-style: normal;
  font-weight: 500;
  font-size: 36px;
  line-height: 47px;
  text-align: center;
  color: #535353;
}

.dark .service {
  box-shadow: 0px 0px 10.0547px rgba(255, 238, 238, 0.384);
}

.dark .service__title {
  color: #9e9b9b;
}

.project__title {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 600;
  font-size: 32px;
  line-height: 136%;
  text-align: center;
  color: rgba(69, 81, 116, 0.8);
  margin-bottom: 100px;
}
.project__list {
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 25px;
       column-gap: 25px;
  row-gap: 25px;
  align-items: center;
  gap: 16px;
  margin-bottom: 126px;
}
.project__list-item {
  width: 310px;
  height: 404px;
  background: #353535;
  border-radius: 26px;
  border: none;
}
.project__list-img {
  width: 316px;
  height: 265px;
  border-radius: 26px 26px 0 0;
}
.project__list-title {
  padding: 14px 0 27px 25px;
  width: 240px;
  height: 52px;
  font-family: "Poppins";
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 26px;
  color: #ffffff;
  margin-bottom: 27px;
}
.project__list-link {
  padding: 8px 16px;
  margin-left: 25px;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  text-align: left;
  color: #000000;
  width: 156px;
  height: 40px;
  background: #ffffff;
  border-radius: 6px;
  margin-bottom: 21px;
}
.project__list-link:hover {
  border-radius: 5px;
  animation: animate 3s linear infinite;
  text-shadow: 0 0 10px #2bff00, 0 0 15px #2bff00, 0 0 20px #2bff00, 0 0 25px #2bff00;
  animation-delay: 0.7s;
  transition: all 0.3s linear;
}

.dark .project {
  box-shadow: 0px 0px 10.0547px rgba(255, 238, 238, 0.384);
}

.dark .project__title {
  color: #9e9b9b;
}

.contact {
  margin-bottom: 234px;
}
.contact__title {
  color: rgba(69, 81, 116, 0.8);
  text-align: center;
  font-size: 32px;
  font-family: Roboto;
  font-weight: 600;
  line-height: 136%;
  margin-bottom: 82px;
}
.contact__content {
  margin-left: auto;
  margin-right: auto;
  width: 932px;
  height: 462px;
  flex-shrink: 0;
  border: 1px solid #455174;
  background: #455174;
  box-shadow: 8px 8px 34px 0px rgba(0, 0, 0, 0.05);
}
.contact__content_title {
  padding-top: 60px;
  padding-left: 82px;
  padding-bottom: 23px;
  color: #fff;
  font-size: 36px;
  font-family: Roboto;
  font-weight: 500;
  line-height: 136%;
}
.contact__forms {
  display: flex;
  align-items: center;
  padding-left: 82px;
}
.contact__form {
  width: 60%;
}
.contact__btn {
  font-family: "Roboto";
  font-style: normal;
  width: 211px;
  height: 36px;
  padding: 9px 0 9px 30px;
  background-color: #ffffff;
  color: #a5a5a5;
  border: none;
  border-radius: 10px;
  margin-right: 7px;
  overflow: hidden;
  margin-bottom: 23px;
}
.contact__message {
  width: 429px;
  height: 152px;
  margin-bottom: 33px;
}
.contact__send {
  margin-left: 30%;
  display: inline-flex;
  padding: 16px 32px;
  justify-content: center;
  align-items: center;
  color: #000;
  background-color: #ffffff;
  text-align: center;
  font-size: 16px;
  font-family: Roboto;
  font-weight: 500;
  line-height: 24px;
  border-radius: 5px;
  border: none;
  cursor: pointer;
  transition: all 0.3s ease;
}
.contact__send:hover {
  transition: all 0.3s ease;
  background-color: #ccc7c7;
}
.contact__list-item {
  display: flex;
  align-items: center;
  gap: 22px;
  margin-bottom: 34px;
}
.contact__list-img {
  width: 38px;
  height: 38px;
}
.contact__list-title {
  color: #fff;
  font-size: 16px;
  font-family: Roboto;
  font-weight: 500;
  line-height: 136%;
}
.contact__list-address {
  color: #8b8b8b;
  text-align: center;
  font-size: 12px;
  font-family: Roboto;
  line-height: 136%;
}

.dark .contact {
  box-shadow: 0px 0px 10.0547px rgba(255, 238, 238, 0.384);
}

.dark .contact__title {
  color: #9e9b9b;
}

@media only screen and (max-width: 1205px) {
  .main__langs-item {
    margin-bottom: 55px;
  }
}
@media only screen and (max-width: 1024px) {
  .main__langs-item {
    margin-bottom: 55px;
  }
  .about__content {
    display: flex;
    justify-content: space-between;
  }
  .about__text {
    width: 420px;
  }
  .service__list-item {
    margin-bottom: 25px;
  }
}
@media only screen and (max-width: 768px) {
  .main__title {
    width: 361px;
    margin-bottom: 90px;
  }
  .main__img {
    width: 302px;
  }
  .main__langs-item {
    margin-bottom: 45px;
  }
  .about__content {
    display: flex;
    align-items: start;
  }
  .about__img {
    width: 300px;
    height: 400px;
  }
  .about__text {
    width: 364px;
  }
  .service__list-item {
    margin-bottom: 20px;
  }
  .contact__content {
    width: 732px;
    height: 512px;
  }
  .contact__forms {
    display: flex;
    align-items: start;
  }
  .contact__form {
    display: flex;
    flex-wrap: wrap;
  }
  .contact__message {
    width: 209px;
    height: 102px;
  }
  .contact__send {
    margin-left: 19%;
  }
}
@media only screen and (max-width: 700px) {
  .about {
    width: 100%;
  }
  .about__img {
    display: none;
  }
}
@media only screen and (max-width: 513px) {
  .main__langs {
    display: flex;
    gap: 40px;
    margin-left: 0;
  }
}
@media only screen and (max-width: 425px) {
  .main__langs {
    display: flex;
    gap: 40px;
    margin-left: 0;
  }
  .main__img {
    display: none;
  }
  .about {
    width: 100%;
  }
  .about__img {
    display: none;
  }
  .contact {
    width: 100%;
  }
  .contact__content {
    width: 732px;
    height: 782px;
  }
  .contact__forms {
    display: block;
  }
  .contact__send {
    margin-bottom: 50px;
  }
}
.footer__text {
  color: var(--gray-2, #4f4f4f);
  font-size: 14px;
  font-family: DM Sans;
  font-weight: 500;
  text-align: center;
  margin-bottom: 109px;
}/*# sourceMappingURL=style.css.map */