:root {
  --text-color: #1e1e1e;
  --text-color-active: #337af3;
  --primary-color: #fad23c;
  --bg-color: #e7eeff;
  --text-bg-color: #537aff;
  --text-color-red: #fe4112;
  --save-color: #ec5f5f;
  --font40: 40px;
  --font16: 16px;
  --font14: 14px;
  --footer-border-radius: 28px;
}

.itfuture-footer {
  background: #000;
  color: #fff;
  font-family: "Roboto", sans-serif;
  padding: 40px 0 23px;
}

.itfuture-footer .container {
  margin: 0 auto;
  max-width: 1180px;
  padding: 0 20px;
  width: 100%;
}

.itfuture-footer a {
  text-decoration: none;
}

.itfuture-footer .footer_wrapper {
  align-items: start;
  -moz-column-gap: 0;
       column-gap: 0;
  display: grid;
  grid-template-columns: 277px 72px 96px 48px 191px 27px 160px 67px 189px;
  row-gap: 12px;
}

.itfuture-footer .footer_wrapper .col,
.itfuture-footer .footer_nav_col {
  min-width: 0;
}

.itfuture-footer .footer_brand {
  display: flex;
  flex-direction: column;
  grid-column: 1;
  grid-row: 1/span 2;
}

.itfuture-footer .logo {
  color: #fff;
  display: flex;
  margin: 0 0 28px;
  width: -moz-max-content;
  width: max-content;
}

.itfuture-footer .logo img {
  display: block;
  height: auto;
  width: 238px;
}

.itfuture-footer .footer_socials {
  border: 1px solid rgba(255, 255, 255, 0.9);
  border-radius: 10px;
  display: flex;
  padding: 12px 15px;
  flex-direction: column;
  max-width: 232px;
}

.itfuture-footer .socials_heading {
  display: block;
}

.itfuture-footer .socials_title {
  color: #fff;
  display: block;
  font-size: 14px;
  font-weight: 500;
  line-height: 16px;
}

.itfuture-footer .socials {
  align-items: center;
  display: flex;
  gap: 22px;
  margin-top: 21px;
  padding-left: 10px;
}

.itfuture-footer .socials a,
.itfuture-footer .contacts .icons a {
  align-items: center;
  display: flex;
  height: auto;
  justify-content: center;
  transition: opacity 0.2s ease;
  width: auto;
}

.itfuture-footer .socials a:hover,
.itfuture-footer .footer_navigation ul li a:hover,
.itfuture-footer .contacts a:hover {
  opacity: 0.82;
}

.itfuture-footer .socials img,
.itfuture-footer .contacts .icons img {
  display: block;
  height: auto;
  max-width: 100%;
  width: auto;
}

.itfuture-footer .footer_socials .subscribe_text {
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  line-height: 14px;
  margin-top: 20px;
}

.itfuture-footer .footer_disclaimer {
  color: rgba(255, 255, 255, 0.8);
  font-size: 12px;
  font-weight: 400;
  line-height: 14px;
  margin-top: 77px;
  max-width: 271px;
}

.itfuture-footer .footer_navigation {
  display: contents;
}

.itfuture-footer .footer_nav_col--about {
  grid-column: 3;
  grid-row: 1;
}

.itfuture-footer .footer_nav_col--programming {
  grid-column: 5;
  grid-row: 1;
}

.itfuture-footer .footer_nav_col--creative {
  grid-column: 7;
  grid-row: 1;
}

.itfuture-footer .footer_title {
  color: #fff;
  font-family: "Roboto Condensed", "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 19px;
  margin: 0 0 20px;
  text-transform: uppercase;
}

.itfuture-footer ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.itfuture-footer .footer_navigation ul {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.itfuture-footer .footer_navigation ul li {
  margin: 0;
}

.itfuture-footer .footer_navigation ul li a {
  color: #fff;
  font-size: 13px;
  font-weight: 400;
  line-height: 15px;
}

.itfuture-footer .footer_contacts {
  grid-column: 9;
  grid-row: 1;
}

.itfuture-footer .contacts {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
}

.itfuture-footer .contacts a {
  text-decoration: none;
}

.itfuture-footer .contacts__tels {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.itfuture-footer .contacts__tels a {
  color: var(--primary-color);
  font-size: 16px;
  font-weight: 500;
  line-height: 19px;
}

.itfuture-footer .contacts__icons {
  margin-top: 20px;
}

.itfuture-footer .contacts .icons {
  align-items: center;
  display: flex;
  gap: 20px;
  margin: 0;
}

.itfuture-footer .email {
  margin-top: 19px;
}

.itfuture-footer .email a {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  line-height: 19px;
}

.itfuture-footer .footer_meta {
  margin-top: 30px;
  align-self: end;
  display: flex;
  flex-direction: column;
  gap: 7px;
  grid-column: 5/10;
  grid-row: 2;
}

.itfuture-footer .footer_meta .privacy_text {
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
}

.itfuture-footer .footer_registration {
  max-width: 565px;
}

@media (min-width: 577px) and (max-width: 1199px) {
  .itfuture-footer {
    padding: 28px 0 24px;
  }
  .itfuture-footer .container {
    max-width: none;
    padding: 0 36px;
  }
  .itfuture-footer .footer_wrapper {
    display: grid;
    grid-template-columns: minmax(150px, 1fr) minmax(145px, 0.95fr) minmax(145px, 0.95fr) minmax(220px, 1.2fr);
    -moz-column-gap: clamp(20px, 3vw, 42px);
         column-gap: clamp(20px, 3vw, 42px);
    row-gap: 28px;
  }
  .itfuture-footer .footer_brand {
    display: contents;
  }
  .itfuture-footer .logo {
    grid-column: 1/-1;
    grid-row: 1;
    margin: 0;
    width: -moz-max-content;
    width: max-content;
  }
  .itfuture-footer .logo img {
    width: clamp(250px, 31vw, 320px);
  }
  .itfuture-footer .footer_socials {
    grid-column: 1/-1;
    grid-row: 2;
    border: 2px solid rgba(255, 255, 255, 0.95);
    border-radius: 18px;
    gap: 12px;
    margin: 0;
    min-height: 0;
    padding: 12px;
    width: 100%;
    max-width: 100%;
  }
  .itfuture-footer .socials_heading {
    align-items: center;
    display: flex;
    gap: 16px;
    justify-content: flex-start;
  }
  .itfuture-footer .socials_title {
    color: #fff;
    flex: 0 1 auto;
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.2;
  }
  .itfuture-footer .socials {
    flex-wrap: nowrap;
    gap: 16x;
    margin-top: 0;
    padding-left: 0;
  }
  .itfuture-footer .socials a {
    height: 32px;
    width: 32px;
  }
  .itfuture-footer .socials img {
    max-height: 100%;
    max-width: 100%;
    width: 100%;
    height: 100%;
  }
  .itfuture-footer .footer_socials .subscribe_text {
    color: rgba(255, 255, 255, 0.96);
    font-size: 14px;
    font-weight: 300;
    letter-spacing: 0.5px;
    line-height: 18px;
    max-width: none;
    margin-top: 0;
  }
  .itfuture-footer .footer_navigation {
    display: contents;
  }
  .itfuture-footer .footer_nav_col {
    min-width: 0;
  }
  .itfuture-footer .footer_contacts {
    grid-column: 1;
    grid-row: 3;
    margin: 0;
    width: 100%;
  }
  .itfuture-footer .footer_nav_col--about {
    grid-column: 2;
    grid-row: 3;
  }
  .itfuture-footer .footer_nav_col--programming {
    grid-column: 4;
    grid-row: 3;
  }
  .itfuture-footer .footer_nav_col--creative {
    grid-column: 3;
    grid-row: 3;
  }
  .itfuture-footer .footer_title {
    color: var(--primary-color);
    font-family: "Roboto", sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.1;
    margin-bottom: 20px;
    text-transform: none;
  }
  .itfuture-footer .contacts {
    align-items: flex-start;
    gap: 14px;
    width: 100%;
  }
  .itfuture-footer .contacts__tels {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    gap: 14px;
    width: 100%;
  }
  .itfuture-footer .contacts__tels .tel {
    flex: none;
    max-width: none;
  }
  .itfuture-footer .contacts__tels .tel a,
  .itfuture-footer .email a {
    color: #fff;
    font-family: "Roboto Condensed", "Roboto", sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 16px;
    white-space: nowrap;
  }
  .itfuture-footer .contacts__icons {
    margin-top: 0;
  }
  .itfuture-footer .contacts__icons .icons {
    gap: 16px;
  }
  .itfuture-footer .contacts__icons .icons a {
    height: 32px;
    width: 32px;
  }
  .itfuture-footer .contacts__icons .icons img {
    max-height: 100%;
    max-width: 100%;
  }
  .itfuture-footer .email {
    margin-top: 0;
  }
  .itfuture-footer .footer_navigation ul {
    gap: 10px;
  }
  .itfuture-footer .footer_navigation ul li a {
    color: #fff;
    font-family: "Roboto Condensed", "Roboto", sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.08;
    white-space: normal;
  }
  .itfuture-footer .footer_disclaimer {
    grid-column: 1/-1;
    grid-row: 4;
    color: rgba(255, 255, 255, 0.72);
    font-size: 14px;
    font-weight: 300;
    letter-spacing: 0;
    line-height: 1.36;
    margin: 2px 0 0;
    max-width: none;
    text-align: left;
    width: 100%;
  }
  .itfuture-footer .footer_meta {
    align-items: flex-start;
    grid-column: 1/-1;
    grid-row: 5;
    gap: 4px;
    margin: 0;
    width: 100%;
  }
  .itfuture-footer .footer_meta .privacy_text {
    color: rgb(255, 255, 255);
    font-size: 14px;
    font-weight: 300;
    letter-spacing: 0;
    line-height: 1.36;
    max-width: none;
    text-align: left;
    width: 100%;
  }
  .itfuture-footer .footer_registration {
    max-width: none;
  }
}
@media (min-width: 577px) and (max-width: 900px) {
  .itfuture-footer .container {
    padding: 0 28px;
  }
  .itfuture-footer .footer_wrapper {
    grid-template-columns: minmax(150px, 1fr) minmax(145px, 1fr) minmax(185px, 1.15fr);
  }
  .itfuture-footer .footer_contacts {
    grid-column: 1;
    grid-row: 3;
  }
  .itfuture-footer .footer_nav_col--about {
    grid-column: 2;
    grid-row: 3;
  }
  .itfuture-footer .footer_nav_col--creative {
    grid-column: 1;
    grid-row: 4;
  }
  .itfuture-footer .footer_nav_col--programming {
    grid-column: 3;
    grid-row: 3/span 2;
  }
  .itfuture-footer .footer_disclaimer {
    grid-row: 5;
  }
  .itfuture-footer .footer_meta {
    grid-row: 6;
  }
}
@media (max-width: 576px) {
  .itfuture-footer {
    padding: 28px 0 30px;
  }
  .itfuture-footer .container {
    padding: 0 16px;
  }
  .itfuture-footer .footer_wrapper {
    -moz-column-gap: 28px;
         column-gap: 28px;
    grid-template-columns: minmax(0, 1fr);
    row-gap: 28px;
  }
  .itfuture-footer .footer_brand {
    display: contents;
  }
  .itfuture-footer .logo {
    grid-column: 1/-1;
    grid-row: 1;
    margin: 0;
    width: 100%;
  }
  .itfuture-footer .logo img {
    max-width: 100%;
    width: 232px;
  }
  .itfuture-footer .footer_contacts {
    grid-column: 1/-1;
    grid-row: 2;
    margin: 0;
    width: 100%;
  }
  .itfuture-footer .contacts {
    gap: 12px;
  }
  .itfuture-footer .contacts__tels {
    gap: 16px;
    width: 100%;
    flex-flow: row;
  }
  .itfuture-footer .contacts__tels .tel a,
  .itfuture-footer .email a {
    color: #fff;
    font-family: "Roboto Condensed", "Roboto", sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 16px;
    white-space: nowrap;
  }
  .itfuture-footer .contacts__icons {
    margin-top: 0;
  }
  .itfuture-footer .contacts__icons .icons {
    gap: 16px;
  }
  .itfuture-footer .contacts__icons .icons a {
    height: 32px;
    width: 32px;
  }
  .itfuture-footer .contacts__icons .icons img {
    max-height: 100%;
    max-width: 100%;
  }
  .itfuture-footer .email {
    margin-top: 0;
  }
  .itfuture-footer .footer_socials {
    grid-column: 1/-1;
    grid-row: 3;
    border-radius: 16px;
    gap: 16px;
    padding: 12px;
    width: 100%;
    max-width: 100%;
  }
  .itfuture-footer .socials_heading {
    align-items: center;
    display: flex;
    gap: 14px;
    justify-content: space-between;
  }
  .itfuture-footer .socials_title {
    flex: 1 1 auto;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.2;
  }
  .itfuture-footer .socials {
    flex-wrap: nowrap;
    gap: 16px;
    margin-top: 0;
    padding-left: 0;
  }
  .itfuture-footer .socials a {
    height: 32px;
    width: 32px;
  }
  .itfuture-footer .socials img {
    max-height: 100%;
    max-width: 100%;
    width: 100%;
    height: 100%;
  }
  .itfuture-footer .footer_socials .subscribe_text {
    color: rgba(255, 255, 255, 0.92);
    font-size: 14px;
    font-weight: 300;
    letter-spacing: 0;
    line-height: 1.28;
    max-width: none;
  }
  .itfuture-footer .footer_navigation {
    -moz-column-gap: 24px;
         column-gap: 24px;
    display: grid;
    grid-column: 1/-1;
    grid-row: 4;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    row-gap: 24px;
    width: 100%;
  }
  .itfuture-footer .footer_nav_col {
    min-width: 0;
  }
  .itfuture-footer .footer_nav_col--about {
    grid-column: 1;
    grid-row: 1;
  }
  .itfuture-footer .footer_nav_col--programming {
    grid-column: 2;
    grid-row: 1/span 2;
  }
  .itfuture-footer .footer_nav_col--creative {
    grid-column: 1;
    grid-row: 2;
  }
  .itfuture-footer .footer_title {
    color: var(--primary-color);
    font-family: "Roboto", sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.1;
    margin-bottom: 12px;
    text-transform: none;
    white-space: normal;
  }
  .itfuture-footer .footer_navigation ul {
    gap: 8px;
  }
  .itfuture-footer .footer_navigation ul li a {
    font-family: "Roboto Condensed", "Roboto", sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.08;
    white-space: normal;
  }
  .itfuture-footer .footer_disclaimer {
    grid-column: 1/-1;
    grid-row: 5;
    font-size: 14px;
    letter-spacing: 0;
    line-height: 18px;
    margin-top: 2px;
    margin-bottom: 0;
    max-width: 100%;
    opacity: 0.8;
    text-align: center;
    width: 100%;
  }
  .itfuture-footer .footer_meta {
    align-items: center;
    align-self: auto;
    gap: 8px;
    grid-column: 1/-1;
    grid-row: 6;
    margin: 0 auto;
    font-weight: 300;
    width: 100%;
  }
  .itfuture-footer .footer_meta .privacy_text {
    font-size: 14px;
    letter-spacing: 0;
    line-height: 18px;
    text-align: center;
    width: 100%;
    font-weight: 300;
  }
}
@media (max-width: 500px) {
  .itfuture-footer .socials_title {
    white-space: normal;
  }
}/*# sourceMappingURL=footer_layout_new.css.map */