@font-face {
  font-family: 'Livvic';
  font-style: normal;
  font-weight: 400;
  src: 
        url('../fonts/livvic-v13-latin-regular.woff2') format('woff2'), 
        url('../fonts/livvic-v13-latin-regular.woff') format('woff');
}

@font-face {
  font-family: 'Livvic';
  font-style: normal;
  font-weight: 600;
  src: 
        url('../fonts/livvic-v13-latin-600.woff2') format('woff2'),
        url('../fonts/livvic-v13-latin-600.woff') format('woff');
}

@font-face {
  font-family: 'Livvic';
  font-style: normal;
  font-weight: 700;
  src: 
        url('../fonts/livvic-v13-latin-700.woff2') format('woff2'),
        url('../fonts/livvic-v13-latin-700.woff') format('woff');
}

* {
  box-sizing: border-box;
}

.body {
  font-family: "Livvic", "Arial", sans-serif;
  font-weight: 600;
  font-size: 15px;
  line-height: 25px;
  color: #ffffff;
}

.container {
  max-width: 1140px;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.back-color {
  background-color: rgba(1, 78, 86, 1);
}

.logo-line {
  height: 50px;
  width: 1100px;
  display: flex;
  align-items: center;
  padding-top: 80px;
  padding-bottom: 120px;
}

.site-logo-link {
  display: inline-block;
}

.site-logo {
  display: block;
  width: 160px;
  height: 40px;
  transition: transform 0.3s ease;
}

.site-logo:hover {
  transform: scale(1.2);
}

.navigation-list {
  padding: 0;
  list-style-type: none;
  width: 140px;
  display: flex;
  justify-content: space-between;
  margin-left: 80px;
  margin-right: 577px;
}

.navigation-item {
  Font-family: 'Livvic';
  font-weight: 600;
  font-size: 18px;
  line-height: 28px;
  color: rgba(255, 255, 255, 1);
  text-decoration: none;
  cursor: pointer;
}

.navigation-item:hover {
  color: rgba(246, 126, 126, 1);
}

.header-button {
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  cursor: pointer;
  width: 153px;
  height: 48px;
  Font-family: 'Livvic';
  font-weight: 600;
  font-size: 18px;
  line-height: 28px;
  color: #ffffff;
  border: 1px solid #ffffff;
  border-radius: 25px;
  background-color: rgba(1, 78, 86, 1);
  transition: color 0.5s ease,
  background-color 0.5s ease;
}

.header-button:hover {
  color: rgba(0, 37, 41, 1);
  border: 1px solid #ffffff;
  border-radius: 25px;
  background-color: #ffffff;
}

.settings-menu {
  display: none;
}

.contact {
  background-color: rgba(1, 78, 86, 1);
  padding-bottom: 150px;
}

.contact-content {
  display: flex;
  width: 1110px;
  height: 428px;
}

.contact-text-content {
  width: 540px;
  height: 428px;
}

.contact-heading {
  font-family: "Livvic";
  font-weight: 700;
  font-size: 64px;
  line-height: 100px;
  color: #ffffff;
  margin: 0;
  margin-bottom: 15px;
}

.contact-subtitle {
  font-family: "Livvic";
  font-weight: 700;
  font-size: 32px;
  line-height: 48px;
  color: rgba(246, 126, 126, 1);
  margin: 0;
  margin-bottom: 32px;
}

.contact-boxes {
  display: flex;
  width: 540px;
  height: 72px;
  margin: 0;
  padding: 0;
  align-items: center;
}

.contact-images {
  width: 72px;
  height: 72px;
}

.contact-text {
  font-family: "Livvic";
  font-weight: 700;
  font-size: 18px;
  line-height: 28px;
  color: #ffffff;
  margin: 0;
  margin-left: 25px;
}

.contact-form {
  width: 540px;
  height: 428px;
  display: flex;
  flex-direction: column;
}

.contact-input {
  padding: 0;
  border: none;
  width: 540px;
  height: 42px;
  margin-bottom: 25px;
  background-color: rgba(1, 78, 86, 1);
  border-bottom: 2px solid #ffffff7b;
  padding-left: 10px;
}

.contact-input::placeholder {
  color: #ffffff;
  opacity: 60%;
  font-family: "Livvic";
  font-weight: 600;
  font-size: 15px;
  line-height: 25px;
} 

.contact-textarea {
  width: 540px;
  height: 84px;
  resize: none;
  margin-bottom: 15px;
  background-color: rgba(1, 78, 86, 1);
  border: none;
  border-bottom: 2px solid #ffffff7b;
  padding-left: 10px;
}

.contact-textarea::placeholder {
  color: #ffffff;
  opacity: 60%;
  font-family: "Livvic";
  font-weight: 600;
  font-size: 15px;
  line-height: 25px;
} 

.form-button {
  background-color: #fff;
  padding: 10px 32px;
  width: 123px;
  height: 48px;
  border: 2px solid #ffffff;
  border-radius: 25px;
  font-family: "Livvic";
  font-weight: 600;
  font-size: 18px;
  line-height: 28px;
  color: rgba(1, 78, 86, 1);
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.form-button:hover {
  background-color: transparent;
  color: #ffffff;
  cursor: pointer;
}

.footer {
  background-color: #002529;
}

.footer-content {
  width: 1100px;
  height: 100px;
  display: flex;
  padding-top: 100px;
  padding-bottom: 150px;
  margin-right: auto;
  margin-left: auto;
  align-items: flex-start;
}

.footer-sections {
  width: 140px;
  height: 28px;
  display: flex;
  justify-content: space-between;
  margin-top: 25px;
}

.section-elements {
  font-family: 'Livvic';
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
  color: rgba(255, 255, 255, 1);
}

.footer-list {
  list-style-type: none;
  margin: 0;
  padding: 0;
  height: 100px;
  width: 445px;
  margin-left: 120px;
  margin-right: 120px;
}

.footer-item {
  font-family: 'Livvic';
  font-size: 15px;
  font-weight: 600;
  line-height: 25px;
  color: rgba(255, 255, 255, 1);
  opacity: 60%;
}

.right-space {
  width: 254px;
  height: 100px;
  display: flex;
  flex-direction: column;
}

.links {
  width: 250px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-left: 150px;
}

.right-space-span {
  font-family: 'Livvic';
  font-size: 15px;
  font-weight: 600;
  line-height: 25px;
  color: rgba(255, 255, 255, 1);
  opacity: 60%;
  margin-top: 50px;
}

@media only screen and (max-width: 1130px) {
  .container {
    max-width: 720px;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
  }
  
  .back-color {
    background-color: rgba(1, 78, 86, 1);
  }
  
  .logo-line {
    height: 50px;
    width: 689px;
    display: flex;
    align-items: center;
    padding-top: 60px;
    padding-bottom: 110px;
  }
  
  .navigation-list {
    padding: 0;
    list-style-type: none;
    width: 140px;
    display: flex;
    justify-content: space-between;
    margin-left: 50px;
    margin-right: 220px;
  }
  
  .navigation-item {
    Font-family: 'Livvic';
    font-weight: 600;
    font-size: 18px;
    line-height: 28px;
    color: rgba(255, 255, 255, 1);
    text-decoration: none;
    cursor: pointer;
  }
  
  .navigation-item:hover {
    color: rgba(246, 126, 126, 1);
  }
  
  .header-button {
    cursor: pointer;
    width: 153px;
    height: 48px;
    Font-family: 'Livvic';
    font-weight: 600;
    font-size: 18px;
    line-height: 28px;
    color: #ffffff;
    border: 1px solid #ffffff;
    border-radius: 25px;
    background-color: rgba(1, 78, 86, 1);
  }
  
  .header-button:hover {
    color: rgba(0, 37, 41, 1);
    border: 1px solid #ffffff;
    border-radius: 25px;
    background-color: #ffffff;
  }

  .settings-menu {
    display: none;
  }

  .contact-content {
    display: flex;
    width: 542px;
    height: 868px;
    flex-direction: column;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }

  .contact {
    padding-bottom: 50px;
  }

  .contact-heading {
    line-height: 56px;
  }

  .footer {
    background-color: #002529;
  }
  
  .footer-content {
    width: 689px;
    height: 159px;
    display: flex;
    padding-top: 100px;
    padding-bottom: 250px;
    margin-right: auto;
    margin-left: auto;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  
  .logo {
    width: 98px;
    height: 24px;
  }

  .footer-sections {
    width: 107px;
    height: 25px;
    display: flex;
    justify-content: space-between;
    margin-top: 50px;
  }
  
  .section-elements {
    font-family: 'Livvic';
    font-size: 15px;
    font-weight: 600;
    line-height: 25px;
    color: rgba(255, 255, 255, 1);
  }
  
  .footer-list {
    list-style-type: none;
    margin: 0;
    padding: 0;
    height: 100px;
    width: 280px;
  }
  
  .footer-item {
    font-family: 'Livvic';
    font-size: 15px;
    font-weight: 600;
    line-height: 25px;
    color: rgba(255, 255, 255, 1);
    opacity: 60%;
    text-align: right;
  }
  
  .right-space {
    width: 689px;
    height: 25px;
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    margin-top: 65px;
  }
  
  .links {
    width: 104px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0;
  }
  
  .right-space-span {
    width: 255px;
    height: 25px;
    font-family: 'Livvic';
    font-size: 15px;
    font-weight: 600;
    line-height: 25px;
    color: rgba(255, 255, 255, 1);
    opacity: 60%;
    margin: 0;
  }
}

@media only screen and (max-width: 730px) {
  .container {
    max-width: 360px;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
  }
  
  .back-color {
    background-color: rgba(1, 78, 86, 1);
  }
  
  .logo-line {
    height: 32px;
    width: 325px;
    display: flex;
    align-items: center;
    padding-top: 50px;
    padding-bottom: 80px;
    justify-content: space-between;
  }
  
  .site-logo {
    margin: 0;
  }

  .navigation-list {
    display: none;
  }
  
  .header-button {
    display: none;
  }
  
  .settings-menu {
    display: block;
  }

  .contact-content {
    display: flex;
    width: 327px;
    height: 884px;
    flex-direction: column;
  }

  .contact-text-content {
    width: 327px;
    height: 408px;
    text-align: center;
  }

  .contact-heading {
    font-family: "Livvic";
    font-weight: 700;
    font-size: 40px;
    line-height: 40px;
  }

  .contact-subtitle {
    font-family: "Livvic";
    font-weight: 700;
    font-size: 32px;
    line-height: 48px;
  }

  .contact-boxes {
    width: 327px;
    height: 72px;
  }

  .contact-text {
    width: 232px;
    height: 56px;
    font-family: "Livvic";
    font-weight: 700;
    font-size: 18px;
    line-height: 28px;
    text-align: left;
  }

  .contact-form {
    width: 327px;
    height: 420px;
  }

  .contact-input {
    width: 325px;
    height: 42px;
  }

  .contact-textarea {
    width: 325px;
    height: 84px;
  }

  .footer {
    background-color: #002529;
  }
  
  .footer-content {
    width: 327px;
    height: 302px;
    display: flex;
    padding-bottom: 400px;
    margin-right: auto;
    margin-left: auto;
  }
  
  .logo {
    width: 96px;
    height: 24px;
    margin-left: 100%;
    margin-bottom: 25px;
  }

  .footer-sections {
    margin: 0;
    margin-left: 100%;
    width: 107px;
    height: 25px;
    display: flex;
    justify-content: space-between;
    margin-bottom: 25px;
  }
  
  .section-elements {
    font-family: 'Livvic';
    font-size: 15px;
    font-weight: 600;
    line-height: 25px;
    color: rgba(255, 255, 255, 1);
  }
  
  .footer-list {
    margin-right: auto;
    margin-left: auto;
    list-style-type: none;
    margin: 0;
    padding: 0;
    height: 100px;
    width: 327px;
    margin-bottom: 40px;
  }
  
  .footer-item {
    font-family: 'Livvic';
    font-size: 15px;
    font-weight: 600;
    line-height: 25px;
    color: rgba(255, 255, 255, 1);
    opacity: 60%;
    text-align: center;
  }
  
  .right-space {
    width: 255px;
    height: 65px;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    margin: 0;
  }
  
  .links {
    margin-left: 45%;
    width: 104px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0;
  }
  
  .right-space-span {
    width: 255px;
    height: 25px;
    font-family: 'Livvic';
    font-size: 15px;
    font-weight: 600;
    line-height: 25px;
    color: rgba(255, 255, 255, 1);
    opacity: 60%;
    margin: 0;
    text-align: center;
    margin-left: 15%;
    margin-top: 20px;
  }
}

@media only screen and (max-width: 385px) {
  .container {
    max-width: 360px;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
  }

  .back-color {
    background-color: rgba(1, 78, 86, 1);
  }
  
  .logo-line {
    height: 32px;
    width: 280px;
    display: flex;
    align-items: center;
    padding-top: 50px;
    padding-bottom: 80px;
    justify-content: space-between;
  }
  
  .site-logo {
    margin: 0;
  }

  .navigation-list {
    display: none;
  }
  
  .header-button {
    display: none;
  }
  
  .settings-menu {
    display: block;
  }

  .contact-content {
    display: flex;
    width: 280px;
    flex-direction: column;
  }

  .contact-text-content {
    width: 280px;
    text-align: center;
  }

  .contact-heading {
    font-family: "Livvic";
    font-weight: 700;
    font-size: 40px;
    line-height: 40px;
    width: 280px;
  }

  .contact-subtitle {
    font-family: "Livvic";
    font-weight: 700;
    font-size: 32px;
    line-height: 48px;
  }

  .contact-boxes {
    width: 280px;
    height: 72px;
    margin-bottom: 20px;
  }

  .contact-text {
    width: 280px;
    font-family: "Livvic";
    font-weight: 700;
    font-size: 18px;
    line-height: 28px;
    text-align: left;
  }

  .contact-form {
    width: 280px;
  }

  .contact-input {
    width: 280px;
  }

  .contact-textarea {
    width: 280px;
    height: 84px;
  }
  
  .footer {
    background-color: #002529;
  }
  
  .footer-content {
    width: 280px;
    display: flex;
    padding-bottom: 400px;
    margin-right: auto;
    margin-left: auto;
  }
  
  .logo {
    width: 96px;
    height: 24px;
    margin-left: 90px;
    margin-bottom: 25px;
  }

  .footer-sections {
    margin: 0;
    width: 120px;
    display: flex;
    justify-content: space-between;
    margin-bottom: 25px;
    margin-left: 80px;
  }
  
  .section-elements {
    font-family: 'Livvic';
    font-size: 15px;
    font-weight: 600;
    line-height: 25px;
    color: rgba(255, 255, 255, 1);
  }
  
  .footer-list {
    margin-right: auto;
    margin-left: auto;
    list-style-type: none;
    margin: 0;
    padding: 0;
    height: 100px;
    width: 327px;
    margin-bottom: 40px;
  }
  
  .footer-item {
    font-family: 'Livvic';
    font-size: 15px;
    font-weight: 600;
    line-height: 25px;
    color: rgba(255, 255, 255, 1);
    opacity: 60%;
    text-align: center;
  }
  
  .right-space {
    width: 255px;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    margin: 0;
  }
  
  .links {
    margin-left: 80px;
    width: 120px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0;
  }
  
  .right-space-span {
    width: 220px;
    height: 25px;
    font-family: 'Livvic';
    font-size: 15px;
    font-weight: 600;
    line-height: 25px;
    color: rgba(255, 255, 255, 1);
    opacity: 60%;
    margin: 0;
    text-align: center;
    margin-left: 30px;
    margin-top: 20px;
  }
}