html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font-family: "Roboto", sans-serif;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }
  table:active, table:hover, table:focus {
    outline: 0;
    outline-offset: 0; }

.header {
  width: 100%;
  height: 120px; }
  @media (max-width: 860px) {
    .header {
      height: auto; } }
  .header__box {
    width: 1200px;
    height: 120px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto; }
    @media (max-width: 1264px) {
      .header__box {
        width: calc(100% - 64px);
        margin-left: 32px;
        margin-right: 32px; } }
    @media (max-width: 860px) {
      .header__box {
        flex-wrap: wrap;
        height: auto;
        margin: 10px auto; } }
    @media (max-width: 768px) {
      .header__box {
        width: calc(100% - 32px);
        margin-left: 16px;
        margin-right: 16px; } }
  @media (max-width: 860px) {
    .header__logo {
      order: 1; } }
  @media (max-width: 530px) {
    .header__logo {
      width: 60px; }
      .header__logo img {
        width: 100%; } }
  .header__center-title {
    font-size: 30px;
    font-weight: 600;
    color: #ea3e3e; }
    @media (max-width: 1060px) {
      .header__center-title {
        font-size: 20px; } }
    @media (max-width: 530px) {
      .header__center-title {
        font-size: 16px;
        text-align: center; } }
  .header__center {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column; }
    @media (max-width: 860px) {
      .header__center {
        order: 3;
        width: 100%;
        margin: 20px auto; } }
  .header__center-address {
    padding-top: 10px; }
    @media (max-width: 530px) {
      .header__center-address {
        font-size: 16px;
        text-align: center; } }
  .header__phone {
    display: flex;
    justify-content: flex-start;
    align-items: center; }
    @media (max-width: 860px) {
      .header__phone {
        order: 2; } }
    .header__phone div:first-child {
      background-color: #da251c;
      width: 40px;
      height: 40px;
      border: none;
      border-radius: 50%;
      display: flex;
      justify-content: center;
      align-items: center;
      margin-right: 17px; }
      @media (max-width: 530px) {
        .header__phone div:first-child {
          width: 30px;
          height: 30px; }
          .header__phone div:first-child svg {
            width: 15px; } }
    .header__phone div:last-child span {
      display: block;
      font-size: 20px;
      font-weight: 800;
      color: #333;
      padding-top: 5px;
      padding-bottom: 5px; }
      @media (max-width: 530px) {
        .header__phone div:last-child span {
          font-size: 16px; } }

.banner {
  width: 100%;
  position: relative; }
  .banner__box {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center; }
    @media (max-width: 600px) {
      .banner__box {
        width: 100%; } }
  .banner:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #000;
    opacity: 0.5;
    z-index: 1; }
  .banner__title {
    font-size: 55px;
    font-weight: 700;
    color: #fff;
    white-space: nowrap;
    padding-bottom: 30px; }
    @media (max-width: 1170px) {
      .banner__title {
        font-size: 32px; } }
    @media (max-width: 600px) {
      .banner__title {
        font-size: 24px;
        padding-bottom: 20px;
        white-space: normal;
        width: 90%;
        margin: 0 auto;
        text-align: center; } }
    @media (max-width: 490px) {
      .banner__title {
        font-size: 16px; } }
  .banner__text {
    font-size: 28px;
    font-weight: 600;
    color: #fff; }
    @media (max-width: 1170px) {
      .banner__text {
        font-size: 24px; } }
    @media (max-width: 600px) {
      .banner__text {
        font-size: 20px;
        white-space: normal;
        width: 90%;
        margin: 0 auto;
        text-align: center; } }
    @media (max-width: 490px) {
      .banner__text {
        font-size: 16px; } }
  .banner img {
    width: 100%; }

.trigger {
  width: 100%;
  padding: 25px 0;
  color: #000;
  display: flex;
  justify-content: center;
  align-items: center; }
  .trigger--blue {
    background: #fff;
    font-weight: 600;
    font-size: 30px; }
  .trigger--withe {
    background: #fff;
    font-weight: 600;
    font-size: 30px; }

.section-trigger {
  background-image: url("../../img/obrazovanie-krasivo-68.jpg");
  background-attachment: fixed;
  background-size: cover;
  padding-top: 60px;
  position: relative; }
  .section-trigger__title {
    font-size: 22px;
    color: #124c67;
    font-weight: 700;
    line-height: 1.5;
    padding-bottom: 50px;
    text-align: center; }
    .section-trigger__title--style {
      font-size: 30px;
      color: #d6474d; }
    @media (max-width: 768px) {
      .section-trigger__title {
        font-size: 18px;
        padding-bottom: 30px; } }
    .section-trigger__title span {
      display: flex;
      align-items: center;
      justify-content: center;
      padding-bottom: 20px;
      max-width: 90%;
      margin: 0 auto; }
      @media (max-width: 500px) {
        .section-trigger__title span {
          font-size: 16px; }
          .section-trigger__title span img {
            display: none; } }
      .section-trigger__title span:last-child {
        padding-bottom: 0; }
  .section-trigger__box {
    width: 100%;
    max-width: 1200px;
    margin: 30px auto 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    padding-bottom: 60px; }
    @media (max-width: 1264px) {
      .section-trigger__box {
        max-width: unset;
        width: calc(100% - 32px);
        margin-right: 16px;
        margin-left: 16px; } }
    @media (max-width: 768px) {
      .section-trigger__box {
        width: 100%;
        margin-right: 0;
        margin-left: 0; } }
  .section-trigger__position {
    position: absolute;
    right: 0;
    bottom: 60px; }
    @media (max-width: 960px) {
      .section-trigger__position {
        position: static;
        width: 100%;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        flex-wrap: wrap; } }
    .section-trigger__position--left {
      right: unset;
      left: 0; }
      .section-trigger__position--left .section-trigger__position-item {
        border-radius: 0 15px 15px 0; }
  .section-trigger__position-item {
    width: 200px;
    padding: 15px;
    border: 2px solid #fff;
    font-size: 18px;
    font-weight: 600;
    box-shadow: 1px 0 8px 0 rgba(34, 60, 80, 0.3);
    border-radius: 15px 0 0 15px;
    margin-bottom: 15px; }
    @media (max-width: 960px) {
      .section-trigger__position-item {
        width: calc(33.333% - 66px);
        margin-left: 16px;
        margin-right: 16px;
        border-radius: 15px !important; } }
    @media (max-width: 600px) {
      .section-trigger__position-item {
        width: calc(50% - 66px);
        text-align: center; } }
    @media (max-width: 490px) {
      .section-trigger__position-item {
        font-size: 14px; } }
    .section-trigger__position-item.section-trigger__position-one {
      background: #ee1b24;
      color: #fff; }
    .section-trigger__position-item.section-trigger__position-two {
      background: #fddc05;
      color: #1749a2; }
    .section-trigger__position-item.section-trigger__position-three {
      background: #0f9f48;
      color: #fddc05; }
  .section-trigger__item {
    width: calc(25% - 32px);
    margin-left: 16px;
    margin-right: 16px;
    margin-bottom: 32px;
    position: relative; }
    @media (max-width: 960px) {
      .section-trigger__item {
        width: calc(33.333% - 32px);
        margin-left: 16px;
        margin-right: 16px; } }
    @media (max-width: 680px) {
      .section-trigger__item {
        width: calc(50% - 32px);
        margin-left: 16px;
        margin-right: 16px; } }
    @media (max-width: 450px) {
      .section-trigger__item {
        width: calc(50% - 20px);
        margin-left: 10px;
        margin-right: 10px; } }
  .section-trigger__text {
    position: absolute;
    bottom: 10px;
    padding: 15px;
    border-radius: 10px;
    background: white;
    font-size: 13px;
    font-weight: 600;
    line-height: 18px;
    color: #03002c;
    text-align: center;
    left: 50%;
    transform: translateX(-50%);
    width: calc(100% - 30px);
    box-shadow: 1px 0 8px 0 rgba(34, 60, 80, 0.2); }
    @media (max-width: 450px) {
      .section-trigger__text {
        font-size: 11px;
        padding: 7px;
        width: calc(100% - 14px);
        bottom: 0; } }
  .section-trigger__img {
    width: calc(100% - 20px);
    padding-top: calc(100% - 20px);
    overflow: hidden;
    position: relative;
    border-radius: 50%;
    border: 10px solid #fff; }
    .section-trigger__img img {
      width: 100%;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%); }

.section-questions {
  width: 100%;
  position: relative;
  background-image: url("../../img/nauchnii-fon.jpg");
  background-attachment: fixed;
  background-size: cover;
  padding-top: 60px;
  padding-bottom: 60px; }
  .section-questions h2 {
    font-size: 40px;
    font-weight: 600;
    color: #072450;
    padding-top: 120px;
    margin: 0 auto;
    text-align: center;
    padding-bottom: 70px; }
    @media (max-width: 1170px) {
      .section-questions h2 {
        font-size: 30px;
        padding-top: 80px;
        padding-bottom: 40px; } }
    @media (max-width: 768px) {
      .section-questions h2 {
        font-size: 20px;
        padding-top: 30px;
        padding-bottom: 30px; } }
    .section-questions h2 span {
      color: #ad0b0b; }
  .section-questions__box {
    width: 100%;
    max-width: 800px;
    box-shadow: 1px 0 8px 0 rgba(34, 60, 80, 0.2);
    border: 1px solid #dfe4ef;
    margin: 0 auto;
    border-radius: 10px;
    background: #fff; }
    @media (max-width: 864px) {
      .section-questions__box {
        width: calc(100% - 64px);
        max-width: unset;
        margin-left: 32px;
        margin-right: 32px; } }
    @media (max-width: 768px) {
      .section-questions__box {
        width: calc(100% - 32px);
        margin-left: 16px;
        margin-right: 16px; } }
  .section-questions__item-title {
    border-bottom: 1px solid #dfe4ef;
    padding: 16px;
    font-size: 18px;
    line-height: 1.5;
    font-weight: 600;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer; }
    @media (max-width: 500px) {
      .section-questions__item-title {
        font-size: 16px; } }
  .section-questions__item-text {
    border-bottom: 1px solid #dfe4ef;
    padding: 16px;
    font-size: 16px;
    line-height: 1.5;
    display: none; }
    @media (max-width: 500px) {
      .section-questions__item-text {
        font-size: 14px; } }
  .section-questions__item.active .section-questions__item-text {
    display: block; }
  .section-questions__item-title-icon {
    transform: rotate(-180deg); }
  .section-questions__item.active .section-questions__item-title-icon {
    transform: rotate(0deg); }

.section-include {
  width: 100%;
  position: relative;
  margin-bottom: 120px; }
  @media (max-width: 1170px) {
    .section-include {
      margin-bottom: 20px; } }
  .section-include h2 {
    font-size: 40px;
    font-weight: 600;
    color: #072450;
    padding-top: 120px;
    margin: 0 auto;
    text-align: center;
    padding-bottom: 70px; }
    @media (max-width: 1170px) {
      .section-include h2 {
        font-size: 30px;
        padding-top: 80px;
        padding-bottom: 40px; } }
    @media (max-width: 768px) {
      .section-include h2 {
        font-size: 20px;
        padding-top: 30px;
        padding-bottom: 30px; } }
    .section-include h2 span {
      color: #ad0b0b; }
  .section-include__box {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    flex-wrap: wrap; }
    @media (max-width: 1264px) {
      .section-include__box {
        max-width: unset;
        width: calc(100% - 32px);
        margin-right: 16px;
        margin-left: 16px; } }
    @media (max-width: 768px) {
      .section-include__box {
        width: 100%;
        margin-right: 0;
        margin-left: 0; } }
  .section-include__item {
    width: calc(50% - 32px);
    margin-left: 16px;
    margin-right: 16px;
    display: flex;
    justify-content: flex-start;
    align-items: center; }
    @media (max-width: 768px) {
      .section-include__item {
        margin-bottom: 10px; } }
    @media (max-width: 500px) {
      .section-include__item {
        width: calc(100% - 32px); } }
  .section-include__icon {
    margin-right: 15px; }
  .section-include__text {
    font-size: 20px;
    font-weight: 500;
    line-height: 1.5; }
    @media (max-width: 768px) {
      .section-include__text {
        font-size: 18px; } }
    @media (max-width: 500px) {
      .section-include__text {
        font-size: 16px; } }

.section-courses {
  width: 100%;
  position: relative;
  background-image: url("../../img/tekhnologii-fon.jpg");
  background-attachment: fixed;
  background-size: cover;
  padding-top: 120px;
  padding-bottom: 120px; }
  @media (max-width: 1170px) {
    .section-courses {
      padding-top: 60px;
      padding-bottom: 60px; } }
  .section-courses__warrning {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 60px;
    flex-direction: column;
    max-width: 90%;
    text-align: center;
    margin: 0 auto; }
    @media (max-width: 500px) {
      .section-courses__warrning {
        padding-top: 30px; } }
    .section-courses__warrning p {
      font-size: 25px;
      font-weight: 500;
      padding-bottom: 15px; }
      @media (max-width: 500px) {
        .section-courses__warrning p {
          font-size: 18px; } }
      .section-courses__warrning p:last-child {
        padding-bottom: 0; }
  .section-courses__box {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: stretch;
    flex-wrap: wrap; }
    @media (max-width: 1264px) {
      .section-courses__box {
        width: calc(100% - 32px);
        max-width: unset;
        margin: 0 16px; } }
    @media (max-width: 767px) {
      .section-courses__box {
        width: 100%;
        margin: 0; } }
  .section-courses__item-title {
    font-size: 30px;
    padding-top: 15px;
    padding-bottom: 15px;
    font-weight: 700; }
    @media (max-width: 500px) {
      .section-courses__item-title {
        font-size: 20px; } }
  .section-courses__item-subtitle {
    padding-bottom: 15px; }
    .section-courses__item-subtitle p {
      font-size: 20px;
      font-weight: 600;
      color: #333333;
      line-height: 26px; }
  .section-courses__item-cost {
    position: absolute;
    left: 32px;
    bottom: 32px;
    font-size: 18px; }
    .section-courses__item-cost span {
      font-size: 30px;
      font-weight: 600; }
      @media (max-width: 500px) {
        .section-courses__item-cost span {
          font-size: 20px; } }
  .section-courses__item {
    width: calc(50% - 98px);
    margin-left: 16px;
    margin-right: 16px;
    padding: 32px;
    position: relative;
    box-shadow: 1px 0 8px 0 rgba(34, 60, 80, 0.2);
    border: 1px solid #dfe4ef;
    border-radius: 10px;
    background: white; }
    @media (max-width: 767px) {
      .section-courses__item {
        width: calc(100% - 98px);
        margin-bottom: 20px; } }
    @media (max-width: 500px) {
      .section-courses__item {
        padding: 16px;
        width: calc(100% - 66px); } }
  .section-courses__item-text {
    padding-bottom: 60px; }
    .section-courses__item-text p {
      font-size: 14px;
      line-height: 1.5; }
  .section-courses__item-img img {
    width: 100%; }

.section-advantage {
  width: 100%;
  position: relative;
  margin-bottom: 120px; }
  @media (max-width: 1170px) {
    .section-advantage {
      margin-bottom: 40px; } }
  @media (max-width: 960px) {
    .section-advantage .section-trigger__position-item {
      width: calc(50% - 66px);
      text-align: center; } }
  @media (max-width: 500px) {
    .section-advantage .section-trigger__position-item {
      width: calc(100% - 66px); } }
  .section-advantage h2 {
    font-size: 40px;
    font-weight: 600;
    color: #072450;
    padding-top: 120px;
    margin: 0 auto;
    text-align: center;
    padding-bottom: 70px; }
    @media (max-width: 1170px) {
      .section-advantage h2 {
        font-size: 30px;
        padding-top: 80px;
        padding-bottom: 40px; } }
    @media (max-width: 768px) {
      .section-advantage h2 {
        font-size: 20px;
        padding-top: 30px;
        padding-bottom: 30px; } }
    .section-advantage h2 span {
      color: #ad0b0b; }
  .section-advantage__box {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap; }
    @media (max-width: 1264px) {
      .section-advantage__box {
        width: calc(100% - 32px);
        max-width: unset;
        margin: 0 16px; } }
    @media (max-width: 760px) {
      .section-advantage__box {
        width: 100%;
        max-width: unset;
        margin: 0; } }
  .section-advantage__item {
    box-shadow: 1px 0 8px 0 rgba(34, 60, 80, 0.2);
    padding: 30px;
    margin-bottom: 32px;
    border-radius: 10px;
    margin-left: 16px;
    margin-right: 16px;
    width: calc(50% - 92px);
    position: relative; }
    @media (max-width: 767px) {
      .section-advantage__item {
        width: calc(100% - 92px);
        margin-bottom: 20px; } }
  .section-advantage__title {
    font-size: 24px;
    font-weight: 600;
    padding-bottom: 20px;
    text-align: center;
    line-height: 1.5; }
    @media (max-width: 960px) {
      .section-advantage__title {
        font-size: 20px;
        padding-bottom: 10px; } }
    @media (max-width: 500px) {
      .section-advantage__title {
        font-size: 18px; } }
  .section-advantage__text {
    border-radius: 10px;
    background: white;
    font-size: 18px;
    line-height: 1.5;
    color: #000;
    text-align: center;
    padding-bottom: 40px; }
    @media (max-width: 960px) {
      .section-advantage__text {
        font-size: 16px; } }
    @media (max-width: 500px) {
      .section-advantage__text {
        font-size: 14px; } }

.footer {
  color: #a68bc2;
  background: #435; }
  .footer__box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding-top: 30px;
    padding-bottom: 30px; }
    @media (max-width: 1264px) {
      .footer__box {
        width: calc(100% - 64px);
        max-width: unset;
        margin: 0 32px; } }
    @media (max-width: 930px) {
      .footer__box {
        flex-direction: column; } }
    @media (max-width: 768px) {
      .footer__box {
        width: calc(100% - 32px);
        max-width: unset;
        margin: 0 16px; } }
  .footer__item-title {
    color: #a977e0;
    display: block;
    padding-bottom: 7px; }
  @media (max-width: 960px) {
    .footer__item-social {
      flex-direction: row !important; } }
  .footer__item div {
    margin-bottom: 10px; }
    .footer__item div:last-child {
      margin-bottom: 0; }
    @media (max-width: 960px) {
      .footer__item div {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        margin-bottom: 10px; } }
    .footer__item div a {
      color: #a68bc2; }
    .footer__item div:last-child {
      margin-bottom: 0px; }
  @media (max-width: 930px) {
    .footer__item {
      margin: 10px 0; } }

h2 {
  font-size: 40px;
  font-weight: 600;
  color: #072450;
  margin: 0 auto;
  text-align: center;
  padding-bottom: 70px; }
  @media (max-width: 1170px) {
    h2 {
      font-size: 30px;
      padding-top: 80px;
      padding-bottom: 40px; } }
  @media (max-width: 768px) {
    h2 {
      font-size: 20px;
      padding-top: 30px;
      padding-bottom: 30px; } }
  h2 span {
    color: #ad0b0b; }

.btn-box {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 40px; }
  .btn-box a {
    display: inline-block;
    padding: 15px 30px;
    border: 4px solid #fff;
    background: #0f4e9f;
    color: white;
    font-size: 20px;
    border-radius: 25px;
    font-weight: 600;
    cursor: pointer;
    box-shadow: 1px 0 8px 0 rgba(34, 60, 80, 0.4);
    transition: 0.3s; }
    @media (max-width: 450px) {
      .btn-box a {
        font-size: 16px; } }
    .btn-box a:hover {
      background: #4381d0;
      box-shadow: 1px 0 8px 0 rgba(34, 60, 80, 0.6); }

.popup {
  display: none;
  width: 300px;
  padding: 30px;
  border: 4px solid #fff;
  background: white;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 15px;
  z-index: 100; }
  @media (max-width: 400px) {
    .popup {
      width: calc(100% - 100px); } }
  .popup__box-form.noactive {
    display: none; }
  .popup__box-success {
    display: none; }
    .popup__box-success.active {
      display: block; }
  .popup__box-success-img {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 15px; }
    .popup__box-success-img img {
      width: 60px; }
  .popup__box-success-text {
    font-size: 18px;
    text-align: center;
    padding-bottom: 15px; }
    .popup__box-success-text:last-child {
      padding-bottom: 0; }
  .popup.active {
    display: block; }
  .popup__box {
    position: relative; }
  .popup__close {
    position: absolute;
    top: -25px;
    right: -25px;
    cursor: pointer; }
  .popup__title {
    font-size: 18px;
    font-weight: 700;
    padding-bottom: 30px;
    text-align: center; }
  .popup__field {
    position: relative;
    display: flex;
    flex-direction: column;
    padding-bottom: 15px; }
    .popup__field .btn {
      display: inline-block;
      padding: 12px 20px;
      border: 4px solid #fff;
      background: #0f4e9f;
      color: white;
      font-size: 16px;
      border-radius: 25px;
      font-weight: 600;
      cursor: pointer;
      box-shadow: 1px 0 8px 0 rgba(34, 60, 80, 0.4);
      transition: 0.3s;
      text-align: center;
      margin-top: 20px; }
    .popup__field label {
      font-size: 14px;
      padding-bottom: 10px;
      color: #333333; }
    .popup__field input[type="text"] {
      width: calc(100% - 17px);
      border: 1px solid #000;
      font-size: 14px;
      padding-left: 15px;
      height: 35px;
      border-radius: 10px;
      outline: 0; }
      .popup__field input[type="text"]:active {
        outline: 0; }
  .popup__field--check .popup__radio div:last-child, .popup__field--check .popup__radio div:first-child {
    padding: 0; }
  .popup__field--check .popup__radio div {
    width: 100%;
    padding: 0; }
  .popup__field--check .popup__radio label {
    font-size: 12px;
    color: #747474;
    padding-left: 10px; }
  .popup__radio {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap; }
    @media (max-width: 400px) {
      .popup__radio {
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start; } }
    .popup__radio div {
      width: calc(50% - 10px);
      display: flex;
      justify-content: flex-start;
      align-items: center; }
      @media (max-width: 400px) {
        .popup__radio div {
          padding: 0;
          width: 100%;
          margin-bottom: 10px; } }
      .popup__radio div label {
        font-size: 14px;
        padding-bottom: 0;
        order: 1; }
        .popup__radio div label a {
          color: #000; }
    .popup__radio div:first-child {
      padding-right: 10px; }
      @media (max-width: 400px) {
        .popup__radio div:first-child {
          padding-right: 0; } }
    .popup__radio div:last-child {
      padding-left: 10px; }
      @media (max-width: 400px) {
        .popup__radio div:last-child {
          padding-left: 0; } }

.overflow {
  display: none;
  width: 100%;
  height: 100%;
  background: #000;
  position: fixed;
  top: 0;
  left: 0;
  opacity: 0.7;
  z-index: 99; }
  .overflow.active {
    display: block; }

label.error {
  font-size: 12px !important;
  color: #ad0b0b;
  padding-top: 0;
  padding-bottom: 0;
  position: absolute;
  top: 0;
  right: 0; }

.politika-page {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto 40px auto; }
  @media (max-width: 1264px) {
    .politika-page {
      width: calc(100% - 64px);
      margin-left: 32px;
      margin-right: 32px; } }
  @media (max-width: 768px) {
    .politika-page {
      width: calc(100% - 32px);
      margin-left: 16px;
      margin-right: 16px; } }
  .politika-page h2 {
    padding: 0;
    font-size: 18px;
    margin-top: 40px;
    margin-bottom: 20px; }
  .politika-page .h1title {
    font-size: 18px;
    margin-top: 40px;
    margin-bottom: 40px; }
  .politika-page p {
    font-size: 14px;
    line-height: 150%;
    margin: 8px 0; }

/*# sourceMappingURL=index.css.map */
