html,
body {
  margin: 0;
}

body {
  font-family: 'proxima-nova', sans-serif;
}

#detach-button-host {
  display: none !important;
}

.hero1 {
  position: relative;
  overflow: hidden;
}

.video-preload {
  background-image: url(../jpg/a0a607cb870ddbea0151.jpg);
  background-size: cover;
}

#videoBG,
.video-preload {
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  min-width: 100%;
}

#videoBG {
  display: none;
  pointer-events: none;
}

video::-webkit-media-controls {
  display: none !important;
  opacity: 0;
}

video::-webkit-media-controls-start-playback-button {
  display: none !important;
  -webkit-appearance: none;
}

.analysis2,
.analysis-evening {
  padding: 32px;
  color: #f9f8f6;
}

.analysis-evening {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-family: 'Poppins', sans-serif;
}

.analysis2 h1,
.analysis-evening h1 {
  font-style: normal;
  font-weight: 600;
  font-size: 28px;
  line-height: 36px;
  letter-spacing: 0.18px;
  align-self: flex-start;
  text-transform: uppercase;
  margin: 0 0 24px;
}

.analysis2 ul,
.analysis-evening ul {
  font-size: 18px;
  line-height: 22px;
  list-style: none;
  padding: 0;
  margin: 0 0 24px;
  align-self: flex-start;
}

.analysis2 li,
.analysis-evening li {
  display: grid;
  grid-template-columns: auto 1fr;
  grid-gap: 16px;
  margin-bottom: 16px;
}

.analysis-evening .signup-form {
  display: flex;
  flex-direction: column;
  width: -webkit-fill-available;
}

.analysis-evening .input-container {
  height: 48px;
  background: white;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-radius: 4px;
  position: relative;
}

.analysis2 button,
.analysis-evening button {
  background: #75bd43;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  font-size: 18px;
  line-height: 16px;
  letter-spacing: 1.25px;
  text-transform: uppercase;
  color: #ffffff;
  border: none;
  width: 100%;
  border-radius: 4px;
  margin-top: 8px;
}

.analysis2 button:hover,
.analysis-evening button:hover {
  background: #afd46f;
}

::placeholder {
  font-family: inherit;
}

.analysis-evening .input-container-note {
  display: none;
  margin: 12px 0 28px 0;
}

.analysis-evening .input-container-note.mobile {
  display: block;
}

.testimonial1,
.testimonial-evening {
  display: none;
}

@media (min-width: 768px) {
  .container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 24px;
  }

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

  .video-preload {
    background-image: url(../jpg/e7bb8801026d727bfcfe.jpg);
  }

  #videoBG {
    display: block;
  }

  .analysis2 {
    justify-self: end;
    max-width: 512px;
    padding-top: 104px;
    padding-bottom: 104px;
  }

  .analysis-evening {
    padding-top: 113px;
    padding-bottom: 93px;
  }

  .analysis-evening h1 {
    font-size: 50px;
    line-height: 55px;
    text-align: center;
    align-self: center;
    margin: 0 0 30px;
  }

  .analysis-evening ul {
    display: flex;
    justify-content: center;
    align-self: center;
    font-size: 20px;
    line-height: 24px;
  }

  .analysis-evening ul :not(:last-child) {
    margin-right: 23px;
  }

  .analysis-evening .signup-form {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    position: relative;
    align-items: center;
    width: 752px;
    height: 55px;
  }

  .analysis-evening .input-container {
    height: 100%;
    width: inherit;
    border-radius: 4px 0 0 4px;
  }

  .analysis-evening .input-container-note {
    display: flex;
    position: absolute;
    top: 53px;
    left: 14px;
  }

  .analysis-evening .input-container-note.mobile {
    display: none;
  }

  .analysis-evening button {
    font-family: inherit;
    height: 100%;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    width: 30%;
    border-radius: 0 4px 4px 0;
    text-transform: none;
    margin: 0;
  }

  .testimonial1 {
    display: block;
    position: relative;
    justify-self: start;
    max-width: 512px;
    padding-top: 104px;
  }

  .testimonial-evening {
    display: flex;
    justify-content: center;
    padding-bottom: 93px;
  }

  .testimonial1 .apple-devices,
  .testimonial-evening .apple-devices {
    width: 100%;
  }

  .testimonial-top img {
    border-radius: 50px 50px 0px 0px;
    position: absolute;
    left: 0;
    bottom: 264px;
    max-height: 100px;
  }

  .testimonial1 .testimonial-top-content {
    display: block;
    position: absolute;
    background: #ffffff;
    border-radius: 0px 10px 10px 10px;
    color: #313334;
    width: 300px;
    left: 0;
    bottom: 104px;
    padding: 16px;
  }

  .testimonial-evening .testimonial-top-content {
    display: flex;
    color: #ffffff;
    justify-content: center;
    align-items: center;
    text-align: center;
    width: 550px;
    flex-direction: column;
    border-radius: 0px 10px 10px 10px;
  }

  .testimonial1 .testimonial-top-content .quote {
    font-size: 16px;
    line-height: 19px;
    color: #313334;
    margin: 0 0 16px;
  }

  .testimonial-evening .testimonial-top-content .quote {
    font-size: 20px;
    line-height: 28px;
  }

  .testimonial1 .testimonial-top-content .author,
  .testimonial-evening .testimonial-top-content .author {
    font-size: 15px;
    line-height: 18px;
    text-align: right;
    color: #313334;
    margin: 0;
  }

  .testimonial-evening .testimonial-top-content .author {
    position: relative;
    text-align: left;
    color: #fff;
  }

  /* AUTHOR AVATAR */
  .testimonial-evening .author::before {
    position: absolute;
    content: '';
    background-image: url(../jpg/a7c5f197f1fd4b2d9869.jpg);
    background-position: 0 0;
    background-size: contain;
    background-repeat: no-repeat;
    border-radius: 50%;
    position: absolute;
    left: -30%;
    height: 42px;
    width: 42px;
  }
}

.testimonial2 {
  padding: 64px 32px;
  background: #75bd43;
  color: white;
  text-align: center;
}

.testimonial2 h1 {
  font-weight: bold;
  font-size: 36px;
  line-height: 44px;
  margin-bottom: 24px;
}

.testimonial2 blockquote,
.testimonial2 h2 {
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  line-height: 29px;
  margin: 0 0 24px;
}

.testimonial2 img {
  height: 80px;
}

@media (min-width: 1280px) {
  .testimonial2 {
    padding: 96px calc(50% - 512px);
  }
}

.clients1 {
  padding: 64px 0;
  text-align: center;
  background: #faf9f7;
}

.clients1 h3 {
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 29px;
  color: rgba(24, 37, 58, 0.87);
  margin: 0 32px 16px;
}

.clients1 .list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 20px;
}

.clients1 .list img {
  height: 64px;
}

@media (min-width: 1280px) {
  .clients1 {
    padding: 96px calc(50% - 512px);
  }
}

.tools1 {
  background-image: url(../jpg/5ae22a72846e6de69939.jpg);
  background-color: #313334;
  background-position: top center;
  background-size: cover;
  color: #acadad;
  padding: 64px 32px;
}

.tools1 h1 {
  color: white;
  font-style: normal;
  font-weight: bold;
  font-size: 36px;
  line-height: 44px;
  text-align: center;
  margin: 0 0 32px;
}

.tools1 h2 {
  font-weight: normal;
  font-size: 24px;
  line-height: 32px;
  text-align: center;
  margin: 0 0 32px;
}

.tools1 .list {
  display: grid;
  grid-gap: 24px;
}

.tools1 h3 {
  position: relative;
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  text-transform: uppercase;
  color: #ffffff;
  display: grid;
  grid-template-columns: auto 1fr auto;
  grid-gap: 8px;
  margin: 0 0 24px;
}

.tools1 h3 img {
  width: 40px;
  height: 40px;
}

.tools1 h3 span {
  border: solid 1px #acadad;
  font-size: 20px;
  line-height: 40px;
  color: #75bd43;
  text-align: center;
  width: 40px;
  height: 40px;
}

.tools1 h4 {
  font-weight: normal;
  font-size: 20px;
  line-height: 26px;
  margin: 24px 0;
}

.tools1 hr {
  display: block;
  border: 0;
  height: 1px;
  width: calc(100% - 56px);
  margin: 0;
  background: #75bd43;
}

@media (min-width: 768px) {
  .tools1 h1,
  .tools1 h2 {
    margin-bottom: 48px;
  }

  .tools1 h4 {
    margin-bottom: 32px;
  }

  .tools1 .list {
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 96px;
    grid-row-gap: 32px;
  }
}

@media (min-width: 1280px) {
  .tools1 {
    padding: 96px calc(50% - 512px);
  }
}

.general1 {
  background: #75bd43;
  padding: 64px 32px;
  color: white;
}

.general1 .illustration {
  display: flex;
  justify-content: center;
}

.general1 .illustration img {
  height: 40px;
  margin-bottom: 24px;
}

.general1 h1 {
  font-weight: bold;
  font-size: 36px;
  line-height: 44px;
  text-align: center;
}

.general1 p {
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  text-align: center;
}

.general1 ul {
  margin-top: 40px;
  list-style: none;
  padding: 0;
}

.general1 li .title {
  font-weight: 600;
  font-size: 24px;
  line-height: 29px;
  margin: 0 0 8px;
}

.general1 li .description {
  font-size: 18px;
  line-height: 24px;
  margin: 0 0 32px;
}

@media (min-width: 768px) {
  .general1 ul {
    display: grid;
    grid-auto-flow: column;
    grid-gap: 48px;
    text-align: center;
  }
}

@media (min-width: 1280px) {
  .general1 {
    padding: 96px calc(50% - 512px);
  }
}

.contact1 {
  background-color: #313334;
  background-image: url(../jpg/2816bc567b7e30162ba1.jpg);
  background-position: center;
  background-size: cover;
  padding: 64px 32px;
  color: white;
}

.contact1 h1 {
  font-weight: 600;
  font-size: 36px;
  line-height: 35px;
  margin: 0 0 24px;
}

.contact1 p {
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 24px;
}

.contact1 address {
  font-style: normal;
  font-size: 18px;
  line-height: 24px;
  text-align: center;
}

.contact1 address p {
  margin: 0;
}

.contact1 address a {
  color: #75bd43;
  font-weight: 500;
  font-size: 32px;
  line-height: 54px;
  text-decoration: none;
}

.contact1 address .email {
  margin-top: 32px;
}

@media (min-width: 1280px) {
  .contact1 {
    padding: 96px calc(50% - 512px);
    text-align: center;
  }
}

.map {
  height: 250px;
  background-image: url(../jpg/9ddaee681bb1a4d57715.jpg);
  background-position: center;
  background-size: cover;
  padding: 6rem 0;
}

header.top {
  padding: 32px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

header.top .logo img {
  height: 32px;
}

header.top .logos-top {
  display: none;
}

header.top nav a {
  font-weight: 500;
  font-size: 18px;
  line-height: 16px;
  letter-spacing: 1.25px;
  text-transform: uppercase;
  color: white;
  text-decoration: none;
}

header.top nav a:not(.pined) {
  display: none;
}

header.top nav a.pined {
  transition: background 0.3s ease-in-out;
  padding: 0.8125rem 1.25rem;
  border: solid 2px #75bd43;
  border-radius: 5px;
  background: transparent;
}

header.top nav a.pined:hover {
  background: #75bd43;
}

@media (min-width: 768px) {
  header.top {
    display: grid;
    grid-template-columns: auto auto;
    grid-gap: 80px;
    padding: 48px;
  }

  header.top .logo img {
    height: 48px;
  }

  header.top nav {
    display: grid;
    grid-auto-flow: column;
    grid-gap: 32px;
    align-items: center;
  }

  header.top nav a:not(.pined) {
    display: inline;
  }
}

@media (min-width: 1280px) {
  header.top {
    display: grid;
    grid-template-columns: auto 1fr auto;
    grid-gap: 80px;
  }

  header.top .logos-top {
    display: grid;
    grid-auto-flow: column;
    grid-gap: 32px;
    justify-content: start;
  }
}

body {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  height: 100vh;
}

main {
  flex: 1;
  overflow: auto;
}

.header2 {
  display: grid;
  grid-template-columns: 1fr auto;
  grid-auto-flow: column;
  grid-auto-rows: auto;
  align-items: center;
  grid-gap: 24px;
  height: 88px;
  padding: 0 16px;
  transition: box-shadow 250ms;
  z-index: 100;
  font-family: Roboto, 'proxima-nova', sans-serif;
  background: #fff;
}

.header2.emphatic {
  height: 64px;
  box-shadow: 0px 6px 10px rgba(54, 65, 84, 0.03), 0px 1px 6px rgba(54, 65, 84, 0.04),
    0px 3px 6px rgba(54, 65, 84, 0.06);
}

.header2 .logos {
  display: none;
}

.header2 nav {
  display: none;
}

.header2 .login {
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  padding: 0 24px;
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 1.25px;
  text-transform: uppercase;
  color: #6cb61e;
  text-decoration: none;
  border: 2px solid #76b929;
  box-sizing: border-box;
  border-radius: 4px;
}

.header2 .menu {
  width: 24px;
  height: 24px;
  background: none;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

@media (min-width: 1280px) {
  .header2 {
    grid-template-columns: auto 1fr auto;
    padding-left: 56px;
    padding-right: 48px;
  }

  .header2 .logo img {
    height: 48px;
    transition: height 250ms;
  }

  .header2 .logos {
    margin-left: 16px;
    display: grid;
    grid-auto-flow: column;
    /*grid-gap: 24px;*/
    justify-content: start;
    align-items: center;
  }

  .header2 .logos div {
    padding: 0 16px;
  }

  .header2 .logos div:not(:last-child) {
    border-right: 1px solid #dde3ed;
  }

  .header2 .logos img {
    height: 40px;
    transition: height 250ms;
  }

  .header2 nav {
    display: grid;
    grid-auto-flow: column;
    grid-auto-rows: auto;
    grid-gap: 56px;
    margin-right: 32px;
  }

  .header2 nav a {
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 1.25px;
    color: rgba(24, 37, 58, 0.6);
    text-decoration: none;
    text-transform: uppercase;
  }

  .header2 nav a.active {
    color: #6cb61e;
  }

  .header2 .menu {
    display: none;
  }
@media (min-width: 1280px) {
    .header2 {
        grid-template-columns: auto 1fr auto;
        padding-left: 48px;
        padding-right: 48px;
    }

    .header2 .logo img {
        height: 48px;
        transition: height 250ms;
    }

    .header2 .logos {
        margin-left: 16px;
        display: grid;
        grid-auto-flow: column;
        justify-content: start;
        align-items: center;
    }

    .header2 .logos div {
        padding: 0 16px;
    }

    .header2 .logos div:not(:last-child) {
        border-right: 1px solid #DDE3ED;
    }

    .header2 .logos img {
        height: 30px;
        transition: height 250ms;
    }

    .header2 nav {
        display: grid;
        grid-auto-flow: column;
        grid-auto-rows: auto;
        grid-gap: 40px;
        margin-right: 12px;
        align-items: center;
    }

    .header2 nav a {
        font-weight: 500;
        font-size: 14px;
        line-height: 16px;
        letter-spacing: 1.25px;
        color: rgba(24, 37, 58, 0.6);
        text-decoration: none;
        text-transform: uppercase;
    }

    .header2 nav a.active {
        color: #6CB61E;
    }

    .header2 .menu {
        display: none;
    }

    .header2.emphatic .logo img {
        height: 40px;
    }

    .header2.emphatic .logos img {
        height: 32px;
    }
}

  .header2.emphatic .logo img {
    height: 40px;
  }

  .header2.emphatic .logos img {
    height: 32px;
  }
}

.backdrop {
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #000;
  opacity: 0;
  transition: opacity 250ms;
  z-index: 1000;
}

.backdrop.visible {
  opacity: 0.5;
}

.drawer {
  position: fixed;
  top: 0;
  bottom: 0;
  right: -292px;
  width: 236px;
  background: #fff;
  padding: 16px 24px 24px 32px;
  transition: right 250ms;
  z-index: 1001;
  overflow: auto;
}

.drawer .content {
  font-family: Roboto, 'proxima-nova', sans-serif;
  display: flex;
  flex-direction: column;
  min-height: 650px;
  height: 100%;
}

.drawer.open {
  right: 0;
}

.drawer.pricing {
  width: 292px;
}

.drawer .top-bar {
  display: flex;
  justify-content: flex-end;
  box-sizing: border-box;
  padding: 8px 0;
}

.drawer .top-bar .close {
  width: 24px;
  height: 24px;
  background: none;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.drawer .auth-bar {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 16px;
  padding: 8px 0;
}

.drawer .auth-bar .login {
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 1.25px;
  text-transform: uppercase;
  color: #6cb61e;
  text-decoration: none;
  border: 2px solid #76b929;
  box-sizing: border-box;
  border-radius: 4px;
}

.drawer .auth-bar .signup {
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 1.25px;
  text-transform: uppercase;
  color: #fff;
  text-decoration: none;
  background: #76b929;
  box-sizing: border-box;
  border-radius: 4px;
}

.drawer .menu {
  padding: 0;
  list-style: none;
}

.drawer .menu li {
  padding: 24px 0;
  border-top: 1px solid #dde3ed;
  margin-right: -24px;
}

.drawer .menu li:last-child {
  border-bottom: 1px solid #dde3ed;
}

.drawer .menu li a {
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 0.15px;
  color: rgba(24, 37, 58, 0.6);
  text-decoration: none;
  text-transform: uppercase;
}

.drawer .menu li a.active {
  color: #6cb61e;
}

.drawer .logos {
  display: flex;
  flex-wrap: wrap;
  margin-top: 16px;
  gap: 16px;
}

.drawer .logos img {
  height: 40px;
}

.drawer .logos .logo {
  margin: 8px 0;
}

.drawer .logos .logo:nth-child(1),
.drawer .logos .logo:nth-child(3) {
  border-right: 1px solid #dde3ed;
  padding-right: 16px;
}

.drawer .logos .logo:nth-child(4) img {
  max-width: 110px;
}

.drawer .contacts {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.drawer .contacts p {
  margin: 0 0 16px;
}

.drawer .contacts a {
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #76b929;
  text-decoration: none;
}

@media (min-width: 1750px) {
  .header2 .logos img {
    height: 45px;
  }
}
footer {
  background: #333940;
  color: white;
  padding: 8px 32px 20px 32px;
  font-size: 20px;
  line-height: 24px;
}

footer .logo img {
  width: 96px;
}

footer a {
  color: #75bd43;
  text-decoration: none;
}

footer p {
  margin: 0 0 16px;
}

footer h5 {
  font-weight: 300;
  font-size: 16px;
  line-height: 20px;
  text-transform: uppercase;
  margin: 0 0 24px;
}

footer .social-media {
  display: grid;
  grid-auto-flow: column;
  grid-gap: 24px;
  justify-content: start;
  align-items: center;
}

footer .social-media a {
  width: 46px;
}

footer .social-media a img {
  display: block;
  filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(171deg) brightness(103%) contrast(101%);
}

.youtube-logo {
  max-width: 132px;
}

footer .social-media a:hover img {
  filter: invert(42%) sepia(7%) saturate(198%) hue-rotate(211deg) brightness(96%) contrast(92%);
}

footer .menu {
  padding: 0;
  letter-spacing: 0.15px;
  text-transform: uppercase;
  list-style: none;
  margin: 48px 0;
}

footer .bottom-links {
  list-style: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0;
  padding: 0;
}

footer .bottom-links li {
  margin-bottom: 32px;
}

footer .bottom-links a:hover {
  color: white;
}

footer .bottom-links a {
  color: rgba(255, 255, 255, 0.74);
  font-size: 20px;
  line-height: 20px;
  letter-spacing: 0.15px;
}

footer .rights {
  margin-top: 36px;
}

.footer-bottom {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-weight: normal;
  font-size: 16px;
  line-height: 20px;
  color: rgba(255, 255, 255, 0.74);
  margin-top: 68px;
}

footer .menu a {
  color: #90ce4d;
}

footer .menu a:hover {
  color: white;
}

footer .menu a.new-link {
  padding-right: 46px;
  position: relative;
  display: inline-block;
}

footer .menu a.new-link:after {
  display: inline-block;
  content: 'NEW';
  background: #eaff8f;
  border-radius: 4px;
  font-family: Poppins;
  font-weight: 500;
  font-size: 12px;
  line-height: 18px;
  text-align: center;
  color: #262626;
  padding: 0 6px;
  margin-left: 6px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

footer .customer-service p,
footer .billing p {
  line-height: 20px;
  font-size: 16px;
}

footer .footer-contacts h6 {
  text-transform: uppercase;
  font-size: 15px;
  letter-spacing: 0.15px;
  color: #fff;
  font-weight: normal;
  margin: 0;
  padding: 0 0 8px;
}

footer .customer-service p:nth-of-type(1),
footer .billing p:nth-of-type(1) {
  font-weight: 600;
  color: rgba(255, 255, 255, 0.74);
}

footer .billing p:nth-of-type(1) {
  margin-top: 48px;
}

footer .customer-service p:nth-of-type(2),
footer .billing p:nth-of-type(2) {
  color: rgba(255, 255, 255, 0.74);
}

footer .billing span {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.74);
  padding-top: 4px;
  display: block;
}

footer .menu li {
  margin: 0 0 32px;
}

.footer-columns {
  display: flex;
  flex-direction: column;
}

footer .footer-contacts .footer-contact-title {
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
}

footer .footer-contacts .footer-contact-text {
  font-size: 13px;
  font-weight: 400;
  line-height: 20px;
}

@media (min-width: 1280px) {
  .footer-columns {
    flex-direction: row;
    justify-content: center;
    padding: 80px;
    font-size: 16px;
    line-height: 20px;
  }

  footer .logo {
    display: block;
    margin-top: -40px;
    margin-right: 56px;
  }

  footer .menu {
    margin: 0 96px;
    min-width: 105px;
  }

  footer .menu li {
    margin: 0 0 16px;
  }

  .footer-bottom {
    flex-direction: row;
    justify-content: space-between;
    padding: 0 80px;
    margin-top: 0;
  }

  footer .bottom-links {
    flex-direction: row;
  }

  footer .bottom-links li {
    margin-right: 40px;
    margin-bottom: 0;
  }

  footer .bottom-links a {
    font-size: 15px;
  }

  footer .rights {
    margin-top: 0;
  }

  footer .billing p:nth-of-type(1) {
    margin-top: 0;
  }

  footer .footer-contacts {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
  }

  footer .footer-contact {
    max-width: 468px;
  }
}

.input-container {
  height: 48px;
  background: white;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-radius: 4px;
  position: relative;
}

.input-container input {
  width: 100%;
  padding: 0 16px;
  background: none;
  border: none;
  box-sizing: border-box;
  outline: none;

  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.15px;
  color: rgba(24, 37, 58, 0.87);
}

.input-container.valid input {
  color: #198548 !important;
}

.input-container.invalid input {
  color: #eb5757 !important;
}

.indicator,
.valid-indicator,
.invalid-indicator {
  position: absolute;
  right: 8px;
}

.valid-indicator,
.invalid-indicator {
  display: none;
}

.input-container.valid .valid-indicator {
  display: block;
}

.input-container.invalid .invalid-indicator {
  display: block;
}

.input-container.valid .indicator,
.input-container.invalid .indicator {
  display: none;
}

.tooltip {
  display: none;
  border: 1px solid #eb5757;
  color: rgba(24, 37, 58, 0.87);
  padding: 8px;
  width: 70%;
  position: absolute;
  top: 44px;
  right: -8px;
  background: white;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.25px;
  border-radius: 4px;
  box-shadow: 0px 6.6501px 5.32008px rgba(0, 0, 0, 0.0282725);
}

.tooltip::before,
.tooltip::after {
  content: '';
  width: 16px;
  height: 16px;
  position: absolute;
  right: 20px;
  transform: rotate(45deg);
}

.tooltip::before {
  background: red;
  top: -8px;
}

.tooltip::after {
  background: white;
  top: -7px;
}

.tooltip a {
  color: #75bd43;
}

.platforms1 h3 {
  font-weight: bold;
  font-size: 36px;
  line-height: 44px;
  text-align: center;
  letter-spacing: -0.03em;
  color: rgba(24, 37, 58, 0.87);
  margin: 64px 32px 32px;
}

.carousel .content {
  overflow-x: scroll;
  margin-bottom: 48px;
  border-top: 1px solid #dde3ed;
  border-bottom: 1px solid #dde3ed;
}

.carousel .scrollable {
  box-sizing: content-box;
  padding: 32px 16px;
  display: grid;
  grid-gap: 16px;
  grid-auto-flow: column;
}

.carousel .scrollable img {
  height: 48px;
}

.carousel button {
  display: none;
}

@media (min-width: 768px) {
  .carousel {
    margin-bottom: 144px;
    position: relative;
  }

  .carousel .content {
    overflow-x: hidden;
    margin: 0 64px;
  }

  .carousel .scrollable {
    grid-template-rows: auto;
  }

  .carousel button {
    display: block;
    position: absolute;
    top: 40px;
    background-size: 32px;
    width: 32px;
    height: 32px;
    border: none;
    outline: none;
    cursor: pointer;
    background: none;
  }

  .carousel button:disabled {
    cursor: auto;
  }

  .carousel button.left {
    left: 24px;
    background-image: url(../svg/4a12c198e0498fb0afe6.svg);
  }

  .carousel button.right {
    right: 24px;
    background-image: url(../svg/fd77e47d8c28ee721eee.svg);
  }

  .carousel button.left:disabled {
    background-image: url(../svg/a182bfa4cb077b8873f0.svg);
  }

  .carousel button.right:disabled {
    background-image: url(../svg/3be23f09ba6dab7c2799.svg);
  }
}

.analysis1 {
  background: #75bd43;
  padding: 64px 32px;
  color: white;
  text-align: center;
  font-family: Roboto, 'proxima-nova', sans-serif;
}

.analysis1 h3 {
  font-weight: normal;
  font-size: 18px;
  line-height: 22px;
  letter-spacing: 0.15px;
  text-transform: uppercase;
}

.analysis1 h1 {
  font-weight: bold;
  font-size: 36px;
  line-height: 44px;
  letter-spacing: -0.01em;
}

.analysis1 .description {
  font-size: 18px;
  line-height: 22px;
}

.analysis1 button {
  background: #afd46f;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  font-size: 18px;
  line-height: 16px;
  letter-spacing: 1.25px;
  text-transform: uppercase;
  color: #ffffff;
  border: none;
  width: 100%;
  border-radius: 4px;
  margin-top: 8px;
}

@media (min-width: 768px) {
  .analysis1 form {
    display: grid;
    grid-auto-flow: column;
    grid-gap: 24px;
  }

  .analysis1 form > * {
    margin: 0;
  }
}

@media (min-width: 1280px) {
  .analysis1 {
    padding: 96px calc(50% - 432px);
  }
}

