/* Reset and base styles  */
* {
  padding: 0px;
  margin: 0px;
  border: none;
}

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

/* Links */
a, a:link, a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

/* Common */
aside, nav, footer, header, section, main {
  display: block;
}

h1, h2, h3, h4, h5, h6, p {
  font-size: inherit;
  font-weight: inherit;
}

ul, ul li {
  list-style: none;
}

img {
  vertical-align: top;
}

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

address {
  font-style: normal;
}

/* Form */
input, textarea, button, select {
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  background-color: transparent;
  height: 0;
  width: 0;
}

input::-ms-clear {
  display: none;
}

button, input[type=submit] {
  display: inline-block;
  box-shadow: none;
  background-color: transparent;
  background: none;
  cursor: pointer;
}

input:focus, input:active,
button:focus, button:active {
  outline: none;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

label {
  cursor: pointer;
}

legend {
  display: block;
}

input[type=file] {
  max-width: 100%;
}

.container {
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media screen and (min-width: 480px) {
  .container {
    width: 480px;
  }
}
@media screen and (min-width: 768px) {
  .container {
    width: 768px;
  }
}
@media screen and (min-width: 1200px) {
  .container {
    width: 1200px;
  }
}

.body {
  font-family: "Roboto";
  background-color: #fff;
  font-weight: 700;
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
  align-items: center;
}

.title-section-button, .footer-rozsylka-button {
  letter-spacing: 0.6px;
  line-height: 1.875;
  font-weight: 700;
  font-size: 16px;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  background-color: #2196f3;
  color: #fff;
  transition: cubic-bezier(0.25, 0.5, 0.75, 1);
  transition-property: background-color;
  transition-duration: 200ms;
}

.title-section-modal-input2, .title-section-modal-input {
  width: 448px;
  border-radius: 4px;
  border: 1px solid rgba(33, 33, 33, 0.2);
  color: rgba(117, 117, 117, 0.5019607843);
  letter-spacing: 0.01em;
  font-family: "Roboto";
  font-weight: 400;
  font-size: 12px;
}

@media screen and (min-width: 320px) {
  .header-secret {
    height: 60px;
  }
}
@media screen and (min-width: 768px) {
  .header-secret {
    height: 80px;
  }
}

.header {
  background-color: #fff;
  width: 100%;
  position: fixed;
  border: #ececec solid 2px;
  display: flex;
  justify-content: center;
}
@media screen and (min-width: 320px) {
  .header {
    height: 60px;
  }
}
@media screen and (min-width: 768px) {
  .header {
    height: 80px;
  }
}

.header-container {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}

.header-nav {
  gap: 93px;
  align-items: center;
  display: none;
}
@media screen and (min-width: 768px) {
  .header-nav {
    display: flex;
  }
}
@media screen and (min-width: 1200px) {
  .header-nav {
    display: flex;
  }
}

.header-logo {
  font-family: "Raleway";
  font-size: 26px;
  letter-spacing: 0.03em;
  color: #2196f3;
  display: flex;
}

.header-logo-link {
  font-family: "Raleway";
}

.header-logo-accent {
  color: #2196f3;
}

.header-logo-text {
  color: #000;
}

.nav-list {
  color: #212121;
  gap: 50px;
  margin-top: 32px;
  margin-bottom: 0;
  display: flex;
}

.nav-item {
  font-family: "Roboto";
  font-weight: 500;
  letter-spacing: 0.02em;
  color: #212121;
  transition: cubic-bezier(0.25, 0.5, 0.75, 1);
  transition-property: color;
  transition-duration: 250ms;
}

.nav-item:hover {
  color: #2196f3;
}

.nav-item-link {
  color: #212121;
  transition: cubic-bezier(0.25, 0.5, 0.75, 1);
  transition-property: color;
  transition-duration: 250ms;
}

.nav-item-link:hover {
  color: #2196f3;
}

.current-link {
  color: #2196f3;
}

.current-link::after {
  display: block;
  content: "";
  margin-top: 28px;
  width: 100%;
  height: 4px;
  background-color: #2196f3;
  border-radius: 2px;
  box-sizing: border-box;
  animation: toTopToBottom 3.5s infinite;
}

@keyframes toTopToBottom {
  0% {
    transform: translateY(-22px);
  }
  50% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-22px);
  }
}
.header-contacts-list {
  display: none;
}
@media screen and (min-width: 768px) {
  .header-contacts-list {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
}
@media screen and (min-width: 1200px) {
  .header-contacts-list {
    display: flex;
    flex-direction: row;
    gap: 50px;
  }
}

.header-contacts-item {
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 10px;
  fill: #757575;
  cursor: pointer;
  transition: cubic-bezier(0.25, 0.5, 0.75, 1);
  transition-property: color;
  transition-duration: 250ms;
}

.header-contacts-item:hover {
  fill: #2196f3;
}

.header-contacts-item:hover .header-contacts-link {
  color: #2196f3;
}

.header-contacts-svg-1 {
  width: 24px;
  height: 18px;
  transition: cubic-bezier(0.25, 0.5, 0.75, 1);
  transition-property: fill;
  transition-duration: 250ms;
}

.header-contacts-svg-2 {
  width: 15px;
  height: 24px;
  transition: cubic-bezier(0.25, 0.5, 0.75, 1);
  transition-property: fill;
  transition-duration: 250ms;
}

.header-contacts-link {
  color: #757575;
  transition: cubic-bezier(0.25, 0.5, 0.75, 1);
  transition-property: color;
  transition-duration: 250ms;
}

.header-contacts-link:hover {
  color: #2196f3;
}

.header-open-menu-button {
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .header-open-menu-button {
    display: none;
  }
}
@media screen and (min-width: 1200px) {
  .header-open-menu-button {
    display: none;
  }
}

.header-open-menu-svg {
  fill: #212121;
  transition: cubic-bezier(0.25, 0.5, 0.75, 1);
  transition-property: fill;
  transition-duration: 250ms;
  width: 24px;
  height: 16px;
}

.header-open-menu-button:hover .header-open-menu-svg {
  fill: #2196f3;
}

.footer {
  background-color: #2f303a;
  padding-top: 60px;
  padding-bottom: 60px;
}

.footer-container {
  display: flex;
}
@media screen and (min-width: 480px) {
  .footer-container {
    justify-content: center;
    flex-direction: column;
    width: 450px;
    gap: 60px;
    flex-wrap: wrap;
  }
}
@media screen and (min-width: 768px) {
  .footer-container {
    flex-direction: row;
    justify-content: center;
    width: 768px;
    flex-wrap: wrap;
    gap: 0;
  }
}
@media screen and (min-width: 1200px) {
  .footer-container {
    flex-direction: row;
    justify-content: start;
    width: 1200px;
    flex-wrap: nowrap;
  }
}

.footer-logo {
  font-size: 26px;
  margin-bottom: 20px;
  font-weight: 700;
}

.footer-logo-link {
  font-family: "Raleway";
}

.footer-logo-accent {
  color: #2196f3;
}

.footer-logo-text {
  color: #fff;
}

.footer-contacts {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 480px) {
  .footer-contacts {
    text-align: center;
  }
}
@media screen and (min-width: 768px) {
  .footer-contacts {
    text-align: center;
    margin-right: 165px;
    margin-bottom: 60px;
  }
}
@media screen and (min-width: 1200px) {
  .footer-contacts {
    text-align: start;
    margin-right: 70px;
    margin-bottom: 0;
  }
}

.adress {
  display: flex;
  gap: 9px;
  flex-direction: column;
  width: 100%;
}

.footer-contacts-list {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 480px) {
  .footer-contacts-list {
    align-items: center;
    text-align: center;
    padding-left: auto;
    padding-right: auto;
  }
}
@media screen and (min-width: 768px) {
  .footer-contacts-list {
    align-items: center;
    text-align: center;
    padding-left: auto;
    padding-right: auto;
  }
}
@media screen and (min-width: 1200px) {
  .footer-contacts-list {
    align-items: start;
    text-align: center;
    padding-left: 0;
    padding-right: 0;
  }
}

.footer-contacts-item-adress {
  line-height: 1.7142857143;
  font-weight: 400;
  color: #fff;
  display: flex;
}
@media screen and (min-width: 480px) {
  .footer-contacts-item-adress {
    align-items: center;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 768px) {
  .footer-contacts-item-adress {
    align-items: center;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 1200px) {
  .footer-contacts-item-adress {
    align-items: start;
    text-align: center;
    margin-left: 0;
    margin-right: 0;
  }
}

.footer-contacts-item {
  line-height: 1.7142857143;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.6);
  margin-top: 9px;
  display: flex;
  width: 231px;
}
@media screen and (min-width: 480px) {
  .footer-contacts-item {
    align-items: center;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 768px) {
  .footer-contacts-item {
    align-items: center;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 1200px) {
  .footer-contacts-item {
    align-items: start;
    text-align: center;
    margin-left: 0;
    margin-right: 0;
  }
}

.footer-contacts-link {
  color: rgba(255, 255, 255, 0.6);
  display: flex;
  width: 232px;
}
@media screen and (min-width: 480px) {
  .footer-contacts-link {
    align-items: center;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 768px) {
  .footer-contacts-link {
    align-items: center;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 1200px) {
  .footer-contacts-link {
    align-items: start;
    text-align: center;
    margin-left: 0;
    margin-right: 0;
  }
}

.footer-socials {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 480px) {
  .footer-socials {
    align-items: center;
  }
}
@media screen and (min-width: 1200px) {
  .footer-socials {
    align-items: start;
    margin-right: 93px;
  }
}

.footer-socials-title {
  display: flex;
  font-weight: 700;
  font-size: 14px;
  font-family: "Roboto";
  color: #fff;
  margin-bottom: 20px;
  text-transform: uppercase;
}

.footer-socials-list {
  display: flex;
  flex-direction: row;
  gap: 10px;
}

.footer-social {
  display: flex;
  width: 44px;
  height: 44px;
  padding: 12px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.1019607843);
  transition: cubic-bezier(0.25, 0.5, 0.75, 1);
  transition-property: background-color;
  transition-duration: 250ms;
}

.footer-svg-social {
  display: flex;
  width: 20px;
  height: 20px;
  fill: #fff;
}

.footer-social:hover {
  background-color: #2196f3;
}

.footer-social:hover .footer-svg-social {
  fill: #fff;
}

.footer-rozsylka {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 480px) {
  .footer-rozsylka {
    align-items: center;
  }
}
@media screen and (min-width: 768px) {
  .footer-rozsylka {
    align-items: center;
  }
}
@media screen and (min-width: 1200px) {
  .footer-rozsylka {
    align-items: start;
  }
}

.footer-rozsylka-text {
  display: flex;
  text-transform: uppercase;
  font-size: 14px;
  font-family: "Roboto";
  font-weight: 700;
  color: #fff;
  padding-bottom: 20px;
}

.footer-rozsylka-form {
  display: flex;
}
@media screen and (min-width: 480px) {
  .footer-rozsylka-form {
    align-items: center;
    flex-direction: column;
    flex-wrap: wrap;
  }
}
@media screen and (min-width: 768px) {
  .footer-rozsylka-form {
    align-items: center;
    flex-direction: column;
    flex-wrap: wrap;
  }
}
@media screen and (min-width: 1200px) {
  .footer-rozsylka-form {
    align-items: center;
    flex-direction: row;
    flex-wrap: nowrap;
  }
}

.footer-rozsylka-input {
  border: solid rgba(255, 255, 255, 0.3019607843) 1px;
  border-radius: 4px;
  height: 50px;
  color: rgba(255, 255, 255, 0.6);
  font-size: 16px;
  font-family: "Roboto";
  font-weight: 400;
  padding-left: 16px;
  display: flex;
  margin-right: 12px;
}
@media screen and (min-width: 480px) {
  .footer-rozsylka-input {
    margin-bottom: 20px;
    width: 450px;
  }
}
@media screen and (min-width: 768px) {
  .footer-rozsylka-input {
    width: 450px;
  }
}
@media screen and (min-width: 1200px) {
  .footer-rozsylka-input {
    margin-bottom: 0;
    width: 358px;
  }
}

.footer-rozsylka-button {
  display: flex;
  width: 200px;
  height: 50px;
  gap: 10px;
}

.footer-rozsylka-button:hover {
  background-color: #0073cf;
}

.footer-rozsylka-button-svg {
  display: flex;
  width: 24px;
  height: 24px;
  fill: #fff;
  color: #fff;
}

.title-section {
  height: 600px;
  padding-top: 200px;
  padding-bottom: 200px;
  background-image: linear-gradient(to right, rgba(47, 48, 58, 0.4), rgba(47, 48, 58, 0.4)), url("../images/title-bcg-img.png");
}

.title-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.title {
  font-weight: 900;
  line-height: 1.3636363636;
  color: #fff;
  display: flex;
  margin-left: auto;
  margin-right: auto;
  justify-content: center;
  margin-bottom: 30px;
  text-align: center;
  display: flex;
}
@media screen and (min-width: 480px) {
  .title {
    font-size: 26px;
    max-width: 360px;
  }
}
@media screen and (min-width: 768px) {
  .title {
    font-size: 26px;
    max-width: 360px;
  }
}
@media screen and (min-width: 1200px) {
  .title {
    font-size: 44px;
    max-width: 696px;
  }
}

.title-section-button {
  display: flex;
  width: 200px;
  height: 50px;
}
@media screen and (min-width: 1200px) {
  .title-section-button {
    width: 216px;
  }
}

.title-section-button:hover {
  background-color: #0073cf;
}

@media screen and (min-width: 480px) {
  .features-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media screen and (min-width: 1200px) {
  .features-section {
    padding-top: 94px;
    padding-bottom: 94px;
  }
}

.features-list {
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
}
@media screen and (min-width: 480px) {
  .features-list {
    justify-content: center;
  }
}
.features-item {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 480px) {
  .features-item {
    width: 450px;
    align-items: center;
  }
}
@media screen and (min-width: 768px) {
  .features-item {
    max-width: 270px;
    align-items: center;
  }
}
@media screen and (min-width: 1200px) {
  .features-item {
    max-width: 270px;
    align-items: start;
  }
}

.features-item-1::before {
  content: "";
  width: 270px;
  height: 120px;
  display: block;
  background-image: url("../images/group-1.png");
}

.features-item-2::before {
  content: "";
  width: 270px;
  height: 120px;
  display: block;
  background-image: url("../images/group-2.png");
}

.features-item-3::before {
  content: "";
  width: 270px;
  height: 120px;
  display: block;
  background-image: url("../images/group-3.png");
}

.features-item-4::before {
  content: "";
  width: 270px;
  height: 120px;
  display: block;
  background-image: url("../images/group-4.png");
}

.feature-name {
  text-transform: uppercase;
  margin-bottom: 10px;
  margin-top: 30px;
  display: flex;
}

.feature-description {
  font-weight: 400;
  line-height: 1.7142857143;
  color: #757575;
  display: flex;
  flex-wrap: wrap;
}

.jobs-title {
  display: flex;
  font-size: 36px;
  margin-top: 94px;
  margin-bottom: 50px;
  justify-content: center;
}
@media screen and (min-width: 480px) {
  .jobs-title {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .jobs-title {
    display: none;
  }
}
@media screen and (min-width: 1200px) {
  .jobs-title {
    display: flex;
  }
}

.jobs-list {
  gap: 30px;
  justify-content: center;
}
@media screen and (min-width: 480px) {
  .jobs-list {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .jobs-list {
    display: none;
  }
}
@media screen and (min-width: 1200px) {
  .jobs-list {
    display: flex;
  }
}

.jobs-item {
  position: relative;
  width: 370px;
  height: 294px;
}

.job-item-img {
  display: block;
  width: 370px;
  height: 294px;
}

.jobs-item-description {
  font: 700;
  font-family: "Roboto";
  font-size: 14px;
  text-transform: uppercase;
  color: #fff;
  position: absolute;
  background-color: rgba(47, 48, 58, 0.8);
  width: 370px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  bottom: 0;
  left: 0;
}

.team-section {
  background-color: #f5f4fa;
}
@media screen and (min-width: 480px) {
  .team-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media screen and (min-width: 1200px) {
  .team-section {
    padding-top: 94px;
    padding-bottom: 94px;
  }
}

.team-section-title {
  display: flex;
  font-size: 36px;
  margin-bottom: 50px;
  justify-content: center;
}

.team-section-list {
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
  justify-content: center;
}

.teammate {
  display: flex;
  background-color: #fff;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding-bottom: 30px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  box-shadow: 0px 0px 5px 5px rgba(0, 0, 0, 0.1215686275);
}
@media screen and (min-width: 480px) {
  .teammate {
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .teammate {
    width: 354px;
    height: 536px;
  }
}
@media screen and (min-width: 1200px) {
  .teammate {
    width: 270px;
    height: 428px;
  }
}

.teammate-img {
  margin-bottom: 30px;
}
@media screen and (min-width: 480px) {
  .teammate-img {
    width: 450px;
    height: 460px;
  }
}
@media screen and (min-width: 768px) {
  .teammate-img {
    width: 354px;
    height: 374px;
  }
}
@media screen and (min-width: 1200px) {
  .teammate-img {
    width: 270px;
    height: 260px;
  }
}

.teammate-name {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 10px;
}

.teammate-proffesion {
  font-size: 16px;
  font-weight: 400;
  color: #757575;
  margin-bottom: 16px;
}

.teammate-socials {
  display: flex;
  flex-direction: row;
  gap: 10px;
}

.teammate-social {
  display: flex;
  width: 44px;
  height: 44px;
  padding: 12px;
  border-radius: 50%;
  transition: cubic-bezier(0.25, 0.5, 0.75, 1);
  transition-property: background-color;
  transition-duration: 250ms;
}

.teammate-svg-social {
  display: flex;
  width: 20px;
  height: 20px;
  fill: #afb1b8;
  transition: cubic-bezier(0.25, 0.5, 0.75, 1);
  transition-property: fill;
  transition-duration: 250ms;
}

.teammate-social:hover {
  background-color: #2196f3;
}

.teammate-social:hover .teammate-svg-social {
  fill: #fff;
}

.active-companys {
  background-color: #fff;
}
@media screen and (min-width: 480px) {
  .active-companys {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media screen and (min-width: 1200px) {
  .active-companys {
    padding-top: 94px;
    padding-bottom: 94px;
  }
}

.companys-title {
  font-size: 36px;
  font-weight: 700;
  font-family: "Roboto";
  color: #212121;
  display: flex;
  justify-content: center;
  margin-bottom: 50px;
}

.companys-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 480px) {
  .companys-list {
    gap: 30px;
  }
}
@media screen and (min-width: 768px) {
  .companys-list {
    gap: 21px;
    max-width: 738px;
  }
}
@media screen and (min-width: 1200px) {
  .companys-list {
    gap: 30px;
    max-width: 100%;
  }
}

.company {
  border: solid 1px #afb1b8;
  border-radius: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: cubic-bezier(0.25, 0.5, 0.75, 1);
  transition-property: color;
  transition-duration: 250ms;
}
@media screen and (min-width: 320px) {
  .company {
    width: 210px;
    height: 92px;
  }
}
@media screen and (min-width: 768px) {
  .company {
    width: 226px;
    height: 84px;
  }
}
@media screen and (min-width: 1200px) {
  .company {
    width: 170px;
    height: 92px;
  }
}

.company:hover {
  border: solid 1px #2196f3;
  color: #2196f3;
}

.company-logo-button {
  width: 106px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.company-logo-svg {
  width: 106px;
  height: 60px;
  fill: #afb1b8;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: cubic-bezier(0.25, 0.5, 0.75, 1);
  transition-property: fill;
  transition-duration: 250ms;
}

.company:hover .company-logo-svg {
  color: #2196f3;
  fill: #2196f3;
}

.gallery {
  margin-left: auto;
  margin-right: auto;
  justify-content: center;
}
@media screen and (min-width: 480px) {
  .gallery {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media screen and (min-width: 768px) {
  .gallery {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media screen and (min-width: 1200px) {
  .gallery {
    padding-top: 94px;
    padding-bottom: 94px;
  }
}

.gallery-choose-list {
  display: flex;
  gap: 8px;
  justify-content: center;
}
@media screen and (min-width: 480px) {
  .gallery-choose-list {
    margin-bottom: 40px;
    flex-wrap: wrap;
    width: 326px;
  }
}
@media screen and (min-width: 768px) {
  .gallery-choose-list {
    margin-bottom: 30px;
    flex-wrap: nowrap;
    width: 575px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 1200px) {
  .gallery-choose-list {
    margin-bottom: 50px;
    flex-wrap: nowrap;
    width: 575px;
    margin-left: auto;
    margin-right: auto;
  }
}

.gallery-choose-button {
  display: flex;
  height: 38px;
  padding: 6px 22px 6px 22px;
  color: #212121;
  background-color: #f5f4fa;
  font-size: 16px;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  width: 100%;
  transition: cubic-bezier(0.25, 0.5, 0.75, 1);
  transition-property: color background-color;
  transition-duration: 250ms;
}

.gallery-choose-button:hover {
  display: flex;
  height: 38px;
  padding: 6px 22px 6px 22px;
  color: #fff;
  background-color: #2196f3;
  font-size: 16px;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
}

.gallery-list {
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
}
@media screen and (min-width: 480px) {
  .gallery-list {
    justify-content: center;
  }
}
@media screen and (min-width: 768px) {
  .gallery-list {
    justify-content: center;
  }
}
@media screen and (min-width: 1200px) {
  .gallery-list {
    justify-content: center;
  }
}

.gallery-item {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (min-width: 480px) {
  .gallery-item {
    width: 450px;
  }
}
@media screen and (min-width: 768px) {
  .gallery-item {
    width: 354px;
  }
}
@media screen and (min-width: 1200px) {
  .gallery-item {
    width: 370px;
  }
}

.gallery-item-box {
  border: #eeeeee 1px solid;
}

.gallery-overlay-box {
  width: 370px;
  height: 294px;
  position: absolute;
  overflow: hidden;
}
@media screen and (min-width: 480px) {
  .gallery-overlay-box {
    width: 450px;
  }
}
@media screen and (min-width: 768px) {
  .gallery-overlay-box {
    width: 370px;
  }
}
@media screen and (min-width: 1200px) {
  .gallery-overlay-box {
    width: 370px;
  }
}

.gallery-box-img-overlay {
  transform: translate(0, 294px);
  background-color: rgba(33, 150, 243, 0.9019607843);
  height: 294px;
  position: absolute;
  animation: galleryBoxImgOverlay 750ms;
}
@media screen and (min-width: 480px) {
  .gallery-box-img-overlay {
    width: 450px;
  }
}
@media screen and (min-width: 768px) {
  .gallery-box-img-overlay {
    width: 370px;
  }
}
@media screen and (min-width: 1200px) {
  .gallery-box-img-overlay {
    width: 370px;
  }
}

@keyframes galleryBoxImgOverlay {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(0, 294px);
  }
}
.gallery-overlay-box:hover .gallery-box-img-overlay {
  animation: galleryBoxImgOverlayHover 750ms;
  transform: translate(0, 0);
}

@keyframes galleryBoxImgOverlayHover {
  0% {
    transform: translate(0, 294px);
  }
  100% {
    transform: translate(0, 0);
  }
}
.gallery-img-overlay-text {
  font-family: "Roboto";
  font-weight: 400;
  font-size: 18px;
  line-height: 156%;
  letter-spacing: 0.03em;
  color: #fff;
  margin: 63px 24px;
}

@media screen and (min-width: 480px) {
  .gallery-box-img {
    width: 450px;
    height: 294px;
  }
}
@media screen and (min-width: 768px) {
  .gallery-box-img {
    width: 354px;
    height: 294px;
  }
}
@media screen and (min-width: 1200px) {
  .gallery-box-img {
    width: 370px;
    height: 294px;
  }
}

.gallery-item-description {
  display: flex;
  flex-direction: column;
  padding: 20px 24px;
  gap: 4px;
}

.gallery-box-name {
  color: #212121;
  font-size: 18px;
  font-weight: 700;
}

.gallery-box-type {
  color: #757575;
  font-size: 16px;
  font-weight: 400;
}

.contract-terms-section {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgb(245, 244, 250);
}

.contract-terms-box {
  display: flex;
  flex-direction: column;
  width: 1200px;
  height: 650px;
  border: solid rgba(57, 57, 57, 0.9) 25px;
  border-radius: 25px;
}

.contract-terms-title {
  display: flex;
  margin-left: auto;
  margin-right: auto;
  justify-content: center;
  font-size: 80px;
  font-weight: 1000;
  font-family: "Roboto";
  color: #212121;
}

.contract-terms-text {
  font-size: 28px;
  font-weight: 800;
  font-family: "Roboto";
  margin-left: 25px;
}

.contract-terms-go-back {
  display: flex;
  justify-content: center;
  align-items: center;
}

.contract-terms-go-back-button {
  width: 330px;
  height: 100px;
  background-color: #2196f3;
  border-radius: 4px;
  font-weight: 700;
  font-size: 26px;
  line-height: 188%;
  text-align: center;
  color: #fff;
}

.contract-terms-go-back-button:hover {
  background-color: rgb(24, 140, 232);
  color: rgb(245, 245, 245);
}

.backdrop {
  background-color: rgba(0, 0, 0, 0.2);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.is-hidden {
  opacity: 0;
  pointer-events: none;
}

.title-section-modal {
  transform: scale(1) translate(0, 0);
  width: 528px;
  height: 581px;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: auto;
  position: relative;
  z-index: 3;
  transition: cubic-bezier(0.25, 0.5, 0.75, 1);
  transition-property: transform, opacity;
  transition-duration: 400ms;
}

.is-hidden .title-section-modal {
  transform: scale(0.1) translate(0, 500px);
}

.title-modal-close-place {
  display: flex;
  justify-content: end;
  width: 512px;
  height: 30px;
}

.title-section-modal-close {
  width: 30px;
  height: 30px;
  border: rgba(0, 0, 0, 0.1019607843) 1px solid;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.title-modal-close-button {
  width: 24px;
  height: 24px;
}

.title-modal-close-svg {
  fill: #000;
  width: 11px;
  height: 11px;
}

.title-section-modal-title {
  font-family: "Roboto";
  font-weight: 700;
  font-size: 20px;
  letter-spacing: 0.03em;
  text-align: center;
  color: #212121;
  margin-bottom: 12px;
}

.title-section-modal-form {
  width: 448px;
  height: 342px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 20px;
}

.title-section-modal-label {
  font-family: "Roboto";
  font-weight: 400;
  font-size: 12px;
  letter-spacing: 0.01em;
  color: #757575;
  display: flex;
  flex-direction: column;
  width: 448px;
  height: 58px;
}

.title-modal-input-box {
  position: relative;
  margin-top: 4px;
}

.title-modal-input-svg {
  width: 18px;
  height: 18px;
  display: flex;
  flex-shrink: 0;
  position: absolute;
  top: 11px;
  left: 12px;
  color: #fff;
}

.title-section-modal-input {
  padding-left: 42px;
  height: 40px;
}

.title-section-modal-input2 {
  padding-left: 16px;
  margin-top: 4px;
  height: 120px;
}

.title-section-modal-input2::-moz-placeholder {
  color: rgba(117, 117, 117, 0.5019607843);
}

.title-section-modal-input2::placeholder {
  color: rgba(117, 117, 117, 0.5019607843);
}

.title-section-modal-text {
  font-size: 14px;
  font-weight: 400;
  font-family: "Roboto";
  color: rgba(117, 117, 117, 0.5019607843);
  display: flex;
  margin-bottom: 30px;
}

.title-section-modal-okay {
  width: 16px;
  height: 16px;
  border: #212121 solid 2px;
  border-radius: 2px;
  display: flex;
  margin-right: 7px;
}

.title-modal-text-link {
  color: #2196f3;
  -webkit-text-decoration: underline 1px #2196f3;
          text-decoration: underline 1px #2196f3;
}

.title-modal-sumbit-button {
  width: 200px;
  height: 50px;
  background-color: #2196f3;
  border-radius: 4px;
  font-weight: 700;
  font-size: 16px;
  line-height: 188%;
  letter-spacing: 0.06em;
  text-align: center;
  color: #fff;
}

.title-modal-sumbit-button:hover {
  background-color: #0073cf;
}

.mobile-menu-modal {
  transform: translate(0, 0);
  width: 480px;
  height: 100%;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 3;
  transition: cubic-bezier(0.25, 0.5, 0.75, 1);
  transition-property: transform, opacity;
  transition-duration: 400ms;
}

.is-hidden .mobile-menu-modal {
  transform: translate(480px, -100%);
}

.mobile-menu-close-place {
  display: flex;
  margin-left: 425px;
  margin-top: 10px;
  width: 480px;
  height: 40px;
}

.mobile-menu-close {
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.mobile-menu-close-button {
  width: 24px;
  height: 24px;
}

.mobile-menu-close-svg {
  fill: #000;
  width: 19px;
  height: 19px;
  transition: cubic-bezier(0.25, 0.5, 0.75, 1);
  transition-property: fill;
  transition-duration: 200ms;
}

.mobile-menu-close-svg:hover {
  fill: #2196f3;
}

.mobile-menu-modal-nav {
  margin-left: 40px;
  margin-bottom: 202px;
}

.mobile-menu-nav-list {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.mobile-menu-nav-link {
  font-family: "Roboto";
  font-size: 40px;
  font-weight: 500;
  color: #000;
  transition: cubic-bezier(0.25, 0.5, 0.75, 1);
  transition-property: color;
  transition-duration: 200ms;
}

.mobile-menu-nav-link:hover {
  color: #2196f3;
}

.mobile-menu-nav-link:hover .mobile-menu-current-link {
  color: #000;
}

.mobile-menu-current-link {
  color: #2196f3;
}

.mobile-menu-contacts-list {
  display: flex;
  flex-direction: column;
  gap: 32px;
  margin-left: 40px;
  margin-bottom: 64px;
  height: 114px;
}

.mobile-menu-contacts-item {
  height: 57px;
}

.mobile-menu-contacts-link {
  font-size: 24px;
  font-family: "Roboto";
  font-weight: 500;
  color: #757575;
  cursor: pointer;
  transition: cubic-bezier(0.25, 0.5, 0.75, 1);
  transition-property: color, font-size;
  transition-duration: 200ms;
}

.mobile-menu-contacts-link:hover {
  font-size: 34px;
  color: #2196f3;
}

.mobile-menu-socials-list {
  display: flex;
  margin-left: 40px;
  gap: 20px;
}

.mobile-menu-socials-names {
  color: #2196f3;
}/*# sourceMappingURL=styles.css.map */