@import url(https://cdnjs.cloudflare.com/ajax/libs/slick-carousel/1.6.0/slick.min.css);
body {
  margin: 0; }

.header {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  background-color: #212121;
  color: #ffffff;
  height: 100vh;
  padding-bottom: 0;
  position: relative;
  z-index: 0; }
  .header__nav {
    margin-left: 40%;
    display: flex;
    flex-direction: row;
    justify-content: end;
    max-width: 600px;
    padding: 20px;
    border-radius: 10px;
    color: #ffffff; }
    .header__nav li {
      list-style: none;
      margin: 10px; }
    .header__nav li:hover a {
      color: #00cab9; }
    .header__nav a {
      transition: 200ms ease;
      text-decoration: none;
      color: #fff;
      font-family: 'Open Sans', sans-serif;
      font-size: 24px; }
    @media (max-width: 768px) {
      .header__nav {
        width: 90%;
        padding: 15px; }
        .header__nav a {
          font-size: 20px; } }
    @media (max-width: 480px) {
      .header__nav {
        flex-direction: column;
        width: 100%;
        bottom: 100px;
        padding: 10px; }
        .header__nav li {
          margin: 5px; }
        .header__nav a {
          font-size: 20px; } }
  .header .nav-burger-menu {
    display: none; }
    .header .nav-burger-menu .burger-button {
      display: none; }
  @media (max-width: 768px) {
    .header__nav {
      display: none; }
    .header .nav-burger-menu {
      margin-left: 80vw;
      margin-top: 20px;
      display: block; }
      .header .nav-burger-menu .burger-button {
        display: flex;
        position: relative;
        flex-direction: column;
        justify-content: center;
        padding: 0;
        margin: 0;
        height: 50px;
        width: 50px;
        background-color: transparent;
        border: none;
        cursor: pointer;
        box-sizing: border-box;
        touch-action: manipulation; }
        .header .nav-burger-menu .burger-button .burger-line {
          padding: 0;
          margin: 5px 0;
          height: 3px;
          width: 50px;
          background-color: #fff; }
        .header .nav-burger-menu .burger-button .close-burger-line {
          position: absolute;
          padding: 0;
          margin: 0;
          height: 3px;
          width: 50px;
          background-color: #fff;
          transform: rotate(45deg);
          transition: transform 0.3s ease; }
      .header .nav-burger-menu #burger-nav {
        display: flex;
        flex-direction: column;
        justify-content: space-around;
        position: absolute;
        top: 85px;
        z-index: 1;
        clip-path: polygon(15px 0, calc(100% - 15px) 0, 100% 15px, 100% calc(100% - 15px), calc(100% - 15px) 100%, 15px 100%, 0 calc(100% - 15px), 0 15px);
        backdrop-filter: blur(10px);
        background: #00cab966;
        right: 8vw;
        height: 170px;
        border: 1px solid #2b7d93;
        width: 85vw;
        padding: 5px;
        box-sizing: border-box; }
        .header .nav-burger-menu #burger-nav > li {
          height: 50%;
          list-style: none;
          text-align: center; }
          .header .nav-burger-menu #burger-nav > li a {
            display: flex;
            justify-content: center;
            align-items: center;
            box-sizing: border-box;
            height: 100%;
            width: 100%;
            background: transparent;
            text-decoration: none;
            color: #fff;
            font-family: 'Open Sans', sans-serif;
            cursor: pointer; }
            .header .nav-burger-menu #burger-nav > li a:target {
              color: #00cab9; } }
  .header__back-image {
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-image: url("/static/top_img.jpg");
    background-repeat: no-repeat;
    background-size: 1927px;
    background-position: center 96%; }
    .header__back-image:after {
      content: '';
      position: absolute;
      background-color: rgba(0, 0, 0, 0.6);
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
  .header__logo {
    position: absolute;
    top: 32px;
    left: 64px;
    width: 219px; }
    @media screen and (max-width: 1024px) {
      .header__logo {
        left: 24px; } }
    @media screen and (max-width: 440px) {
      .header__logo {
        top: 42px;
        left: 16px;
        width: 146px; } }

.course-name {
  font-family: "Open Sans", sans-serif;
  font-size: 96px;
  width: 720px;
  font-weight: 800;
  margin: 0 auto 0 calc((100% - 720px) / 4.3);
  line-height: 96px;
  word-wrap: break-word;
  position: relative;
  box-sizing: border-box; }
  @media screen and (max-width: 1024px) {
    .course-name {
      margin: 0 auto; } }
  @media screen and (max-width: 767px) {
    .course-name {
      margin: 0 -20px;
      font-size: 66px;
      width: 392px;
      line-height: 60px; } }
  @media screen and (max-width: 440px) {
    .course-name {
      margin: -15px;
      font-size: 38px;
      width: 288px;
      line-height: 42px; } }

.course-descr {
  font-family: 'Open Sans Light', sans-serif;
  font-size: 19px;
  font-weight: 100;
  line-height: 30px;
  padding: 24px 0 0 40px;
  width: 609px;
  text-align: justify;
  height: 190px;
  overflow: hidden;
  border-top: 8px solid #00cab9;
  margin-top: 13px;
  margin-right: calc((100% - 409px) / 3);
  margin-left: auto; }
  @media screen and (max-width: 1024px) {
    .course-descr {
      margin-right: calc((100% - 409px) / 10); } }
  @media screen and (max-width: 767px) {
    .course-descr {
      padding: 25px 0 0 0;
      width: 75vw;
      height: auto;
      text-align: left;
      margin: 22px auto 0 auto; } }
  @media screen and (max-width: 440px) {
    .course-descr {
      padding: 25px 0 0 0;
      width: 80vw;
      height: auto;
      text-align: left;
      margin: 22px auto 0 auto; } }

.animated-h1-container {
  width: 90%; }

.course-name {
  position: relative;
  animation: slideLeft 0.2s linear; }

@keyframes slideLeft {
  0% {
    transform: translateX(5%); }
  100% {
    transform: translateX(0%); } }

.switch {
  width: 79px;
  border: 1px solid #979797;
  position: absolute;
  top: 32px;
  right: 56px; }
  @media screen and (max-width: 767px) {
    .switch {
      top: 30px;
      right: 100px; } }
  .switch-button {
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
    border: none;
    outline: none;
    color: #ffffff;
    background-color: inherit;
    margin: 0 auto;
    width: 65px;
    display: flex;
    align-items: center;
    height: 48px;
    cursor: pointer; }
    .switch-button_extra {
      border-top: 1px solid #757575;
      box-sizing: border-box;
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      padding-right: 16px; }
    .switch-button::-moz-focus-inner {
      border: 0; }
  .switch-content {
    display: none;
    flex-direction: column; }
  .switch-container:hover {
    background-color: #757575;
    cursor: pointer; }
  .switch-more {
    display: inline;
    margin-left: 8px; }

.social-media {
  max-width: 250px;
  margin: 0 auto 30px auto;
  display: flex;
  justify-content: space-around; }

.certificates-footer__button {
  border: 1px solid #00cab9;
  background: none;
  color: #00cab9;
  height: 45px;
  margin: 0 auto 29px auto;
  padding: 0 15px;
  cursor: pointer; }

.contact {
  background-color: #212121;
  height: 340px;
  padding-top: 68px;
  text-align: center;
  margin: 0; }
  .contact__header {
    font-family: "Open Sans", sans-serif;
    font-size: 32px;
    color: #ffffff;
    margin: 0 0 14px 0;
    text-transform: uppercase;
    font-weight: 700; }
  .contact a:hover {
    text-decoration: underline; }
  .contact__info {
    display: block;
    text-decoration: none;
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    color: #757575;
    font-weight: 100;
    line-height: 24px; }
    .contact__info_small a {
      text-decoration: none;
      color: inherit; }

.map {
  display: block; }
  .map-container {
    float: right; }
    @media screen and (min-width: 1440px) {
      .map-container {
        width: 984px; } }
    @media screen and (min-width: 1024px) and (max-width: 1440px) {
      .map-container {
        width: 600px; } }
    @media screen and (max-width: 1024px) and (min-width: 767px) {
      .map-container {
        width: 384px; } }
    @media screen and (max-width: 767px) {
      .map-container {
        float: initial;
        width: 100%; } }

#map-nav {
  background-color: #212121;
  background-image: url("/static/nav.svg");
  position: absolute;
  right: 10px;
  margin-top: -44px;
  height: 40px;
  width: 40px;
  background-repeat: no-repeat;
  background-position: center;
  border: none;
  outline: none;
  cursor: pointer; }
  #map-nav::-moz-focus-inner {
    border: 0; }

.gm-style-mtc,
.gm-style-cc,
.gm-svpc {
  display: none; }

.gm-fullscreen-control {
  background-color: #212121 !important;
  background-image: url("/static/maximaze.svg") !important;
  background-repeat: no-repeat !important;
  background-position: center !important; }
  .gm-fullscreen-control img {
    display: none !important; }

.gm-bundled-control-on-bottom {
  bottom: 187px !important; }
  .gm-bundled-control-on-bottom .gm-control-active {
    background-color: #616161 !important;
    background-repeat: no-repeat !important;
    background-position: center !important; }
    .gm-bundled-control-on-bottom .gm-control-active:first-child {
      background-image: url("/static/plus.svg") !important; }
    .gm-bundled-control-on-bottom .gm-control-active:nth-child(3) {
      background-image: url("/static/minus.svg") !important; }
    .gm-bundled-control-on-bottom .gm-control-active img {
      display: none !important; }
  .gm-bundled-control-on-bottom .gmnoprint > div {
    background-color: #616161 !important; }
    .gm-bundled-control-on-bottom .gmnoprint > div > div {
      background-color: #616161 !important; }

.footer {
  margin-top: 80px; }

.course-details {
  position: absolute;
  top: calc(100vh + 100px);
  right: calc(50vw - 668px);
  width: 216px;
  background-color: #ffffff; }
  @media screen and (max-width: 1440px) {
    .course-details {
      right: 0; } }
  @media screen and (max-width: 767px) {
    .course-details {
      position: initial;
      width: 100%; } }
  .course-details__header {
    font-family: "Open Sans Semibold", sans-serif;
    font-size: 18px;
    color: #212121;
    margin: 0 0 10px 0; }
  .course-details__information {
    margin: 0;
    font-family: "Open Sans", sans-serif;
    font-weight: 100;
    font-size: 16px;
    color: #313540;
    line-height: 24px;
    white-space: pre-line; }
  .course-details__close {
    display: block;
    float: right;
    margin-right: 40px;
    margin-top: -28px;
    cursor: pointer; }
    @media screen and (max-width: 767px) {
      .course-details__close {
        display: none; } }
  @media screen and (max-width: 767px) {
    .course-details__program {
      width: 100%;
      padding: 61px 0 74px 0;
      border: 1px solid #bdbdbd; } }
  @media screen and (max-width: 440px) {
    .course-details__program {
      padding: 0 0 34px 0; } }
  .course-details__price-before {
    display: block;
    text-decoration: line-through;
    margin-bottom: 0.5rem;
    font-size: 0.875rem;
    color: #757575; }
  .course-details__colored-price {
    background-color: #ffe66a;
    border-radius: 8px;
    padding: 4px 8px; }

.course-container {
  display: block;
  margin-bottom: 32px;
  width: 216px; }
  @media screen and (max-width: 1440px) {
    .course-container {
      margin: 32px auto 0 auto; } }

.course-more {
  display: none;
  justify-content: center;
  align-items: center;
  font-family: 'Roboto', sans-serif;
  font-size: 18px;
  color: #212121;
  background-color: #ffffff;
  border: 1px solid #bdbdbd;
  top: 728px;
  left: 0;
  width: 220px;
  height: 56px;
  cursor: pointer; }
  .course-more__icon {
    margin-left: 8px;
    margin-top: 3px; }
    @media screen and (max-width: 1024px) {
      .course-more__icon {
        margin-top: 0; } }
  @media screen and (max-width: 767px) {
    .course-more {
      width: 100%;
      font-size: 15px; } }

.course-reviews_item {
  text-align: justify;
  display: grid !important;
  grid-template-columns: 150px 1fr;
  grid-template-areas: 'sliderImg sliderName' 'sliderImg sliderText'; }
  @media screen and (max-width: 768px) {
    .course-reviews_item {
      text-align: center;
      grid-template-columns: 1fr;
      grid-template-areas: 'sliderImg' 'sliderName' 'sliderText'; } }
  .course-reviews_item:hover {
    cursor: pointer; }
  .course-reviews_item:focus, .course-reviews_item:active, .course-reviews_item:hover {
    border: none;
    outline: none; }
  .course-reviews_item__img {
    grid-area: sliderImg;
    max-width: 100px;
    width: 100%;
    height: 100px;
    object-fit: contain;
    background: linear-gradient(to right bottom, #2f6293, #236c95, #217595, #2b7d93, #3b8590);
    margin: 0 auto;
    border-radius: 50%; }
  .course-reviews_item__name {
    grid-area: sliderName;
    text-align: inherit; }
  .course-reviews_item__text {
    grid-area: sliderText;
    text-align: inherit;
    display: block;
    font-family: 'Open Sans', sans-serif;
    font-weight: 100;
    font-size: 16px;
    color: #313540;
    line-height: 24px;
    white-space: pre-line; }

.course-reviews .slick-dots {
  display: flex !important;
  justify-content: center;
  align-items: center;
  list-style: none;
  padding: 0; }
  .course-reviews .slick-dots li {
    border: 1px solid #449f8e;
    border-radius: 50%; }
    .course-reviews .slick-dots li:not(:last-child) {
      margin-right: 5px; }
    .course-reviews .slick-dots li:hover {
      cursor: pointer; }
    .course-reviews .slick-dots li.slick-active {
      background-color: #449f8e; }
    .course-reviews .slick-dots li button {
      opacity: 0;
      width: 23px;
      height: 23px; }

.course-info {
  margin-top: 79px; }
  .course-info__header {
    text-align: center;
    font-family: "Open Sans", sans-serif;
    font-size: 32px;
    color: #212121;
    margin: 0 0 14px 0;
    text-transform: uppercase;
    font-weight: 700; }
    @media screen and (max-width: 440px) {
      .course-info__header {
        font-size: 26px; } }
  .course-info__info {
    text-align: justify;
    display: block;
    font-family: "Open Sans", sans-serif;
    font-weight: 100;
    font-size: 16px;
    color: #313540;
    line-height: 24px;
    white-space: pre-line; }
    @media screen and (max-width: 767px) {
      .course-info__info {
        text-align: left; } }
  .course-info__container {
    margin-top: 38px; }
  .course-info__subtitle {
    margin: 0 0 10px;
    font-size: 20px; }

.tab {
  display: flex;
  justify-content: center;
  align-items: center; }
  .tab__subheader {
    font-family: "Open Sans", sans-serif;
    font-weight: 100;
    font-size: 12px;
    color: #2e6093;
    display: block; }
    @media screen and (max-width: 767px) {
      .tab__subheader {
        display: none; } }
  .tab__links {
    font-family: "Open Sans Semibold", sans-serif;
    font-size: 18px;
    background-color: #ffffff;
    color: #212121;
    border: none;
    outline: none;
    cursor: pointer;
    height: 96px;
    width: 224px;
    transition: 0.3s;
    -webkit-border-radius: 8px 8px 0 0;
    -moz-border-radius: 8px 8px 0 0;
    border-radius: 8px 8px 0 0; }
    .tab__links:hover {
      background-color: #e0f2f1; }
    .tab__links::-moz-focus-inner {
      border: 0; }
    .tab__links.active {
      background-image: linear-gradient(to right bottom, #2f6293, #236c95, #217595, #2b7d93, #3b8590);
      color: #ffffff; }
    .tab__links.active > .tab__subheader {
      color: #ffffff; }
    @media screen and (max-width: 767px) {
      .tab__links {
        height: 48px;
        width: 30%;
        min-width: 96px;
        font-size: 15px; } }

.tabcontent {
  display: block;
  width: 480px;
  margin: 0 auto; }
  .tabcontent__info {
    font-family: "Open Sans", sans-serif;
    font-weight: 100;
    font-size: 16px;
    color: #313540;
    line-height: 32px; }
    .tabcontent__info:before {
      content: '\2022';
      vertical-align: middle;
      display: inline-block;
      margin-top: -3px;
      font-size: 20px;
      margin-right: 10px; }
  .tabcontent__list {
    padding: 0;
    list-style: none; }
  @media screen and (max-width: 767px) {
    .tabcontent {
      width: 90%;
      min-width: 288px; } }

.text {
  font-family: 'Open Sans', sans-serif;
  font-weight: 100;
  font-size: 16px;
  color: #313540;
  line-height: 32px; }
  .text-center {
    text-align: center; }
  .text-italic {
    font-style: italic; }
  .text-through {
    text-decoration: line-through; }
  .text-bold {
    font-weight: bold; }
  .text-color-red {
    color: #f16e5e; }

.p-b-10 {
  padding-bottom: 10px; }

.p-b-20 {
  padding-bottom: 20px; }

.p-b-38 {
  padding-bottom: 38px; }

.p-horizontal-5 {
  padding-right: 5px;
  padding-left: 5px; }

@media screen and (max-width: 767px) {
  .p-xs-left-0 {
    padding-left: 0; } }

.m-0 {
  margin: 0; }

.m-t-40 {
  margin-top: 40px; }

.m-t-38 {
  margin-top: 38px; }

.m-b-38 {
  margin-bottom: 38px; }

.border-bottom {
  border-bottom: 1px solid #bdbdbd; }

.form {
  width: 368px;
  margin: 0 auto; }
  @media screen and (max-width: 767px) {
    .form {
      width: 288px; } }
  .form__container {
    height: 26px;
    padding-top: 39px;
    border-bottom: 1px solid #bdbdbd;
    position: relative; }
    @media screen and (max-width: 767px) {
      .form__container {
        padding-top: 50px; } }
  .form__course-selector {
    width: 100%;
    height: 45px;
    padding-left: 5px;
    box-sizing: border-box;
    background-image: linear-gradient(to right bottom, #3e9990, #3b9391, #3a8d91, #3c8790);
    font-size: 18px;
    color: #fff;
    outline: none; }
  .form__input {
    font-family: "Open Sans Semibold", sans-serif;
    font-weight: 600;
    color: #212121;
    font-size: 16px;
    height: 22px;
    width: 100%;
    border: none;
    background-color: transparent; }
    .form__input:focus ~ .floating-label,
    .form__input:not([value='']):not(:focus) ~ .floating-label,
    .form__input:not([value='']):not(:focus):invalid ~ .floating-label {
      font-size: 12px;
      opacity: 1;
      margin-top: -45px;
      margin-bottom: 25px; }
    .form__input:focus ~ .error-message,
    .form__input:not([value='']):not(:focus) ~ .error-message {
      margin-top: 0; }
    .form__input:focus {
      outline: none;
      border: none; }
  .form__submit {
    font-family: "Open Sans Semibold", sans-serif;
    font-size: 16px;
    color: #ffffff;
    height: 56px;
    width: 100%;
    margin-top: 40px;
    margin-bottom: 16px;
    text-transform: uppercase;
    cursor: pointer;
    background-image: linear-gradient(to right, #449f8e, #3e9990, #3b9391, #3a8d91, #3c8790);
    border: none;
    border-radius: 50px;
    outline: none; }
    .form__submit :focus {
      outline: none; }
    .form__submit::-moz-focus-inner {
      border: 0; }
  .form__checkinfo {
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    color: #313540;
    line-height: 16px;
    cursor: pointer;
    margin-left: 8px; }
  .form__check {
    cursor: pointer; }
  .form_policy {
    margin-top: 20px;
    display: flex;
    align-items: center; }
    .form_policy input[type='checkbox'] {
      width: 20px;
      height: 20px;
      margin-right: 10px; }
    .form_policy__label {
      pointer-events: none;
      color: #757575;
      font-family: 'Open Sans', sans-serif;
      font-weight: 100;
      font-size: 16px; }
  .form_check {
    display: flex;
    align-items: center;
    padding: 26px 0 10px;
    position: relative; }
    @media screen and (max-width: 1024px) {
      .form_check {
        padding-top: 40px; } }
    .form_check__input {
      width: 20px;
      min-width: 20px;
      height: 20px;
      margin-right: 10px;
      margin-left: 0; }
      .form_check__input:hover {
        cursor: pointer; }
    .form_check__label {
      white-space: nowrap;
      color: #757575;
      font-family: 'Open Sans', sans-serif;
      font-weight: 100;
      font-size: 16px; }
      .form_check__label:hover {
        cursor: pointer; }
      @media screen and (max-width: 768px) {
        .form_check__label {
          white-space: normal; } }

.floating-label {
  pointer-events: none;
  transition: 0.2s ease all;
  margin-top: -22px;
  color: #757575;
  font-family: "Open Sans", sans-serif;
  font-weight: 100;
  font-size: 16px; }

.error-message {
  font-size: 12px;
  opacity: 1;
  color: tomato;
  visibility: hidden;
  position: absolute;
  top: 66px;
  margin: 0;
  padding: 0; }
  @media screen and (max-width: 767px) {
    .error-message {
      top: 74px; } }
  .error-message_policy {
    bottom: -10px; }

.modal {
  display: none;
  position: fixed;
  z-index: 1;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(33, 33, 33, 0.95); }
  .modal__text {
    color: #ffffff;
    font-family: "Open Sans", sans-serif;
    font-weight: 700;
    font-size: 32px;
    text-transform: uppercase;
    display: block;
    margin: 200px auto 0 auto;
    width: 515px;
    text-align: center;
    white-space: pre-line; }
    @media screen and (max-width: 767px) {
      .modal__text {
        width: 90%;
        min-width: 288px;
        font-size: 24px; } }
  .modal__close {
    width: 368px;
    margin: 10px auto;
    display: block; }
    @media screen and (max-width: 767px) {
      .modal__close {
        width: 90%;
        min-width: 288px;
        font-size: 16px; } }
    .modal__close-img {
      position: absolute;
      right: 40px;
      top: 40px;
      display: initial;
      margin: 0; }
    @media screen and (max-width: 767px) {
      .modal__close {
        right: 16px;
        top: 16px; } }

.content {
  margin: 0 auto;
  width: 688px;
  font-family: "Open Sans", sans-serif; }
  @media screen and (max-width: 1440px) {
    .content {
      margin: 0 316px 0 auto; } }
  @media screen and (max-width: 1024px) {
    .content {
      margin: 0 316px 0 38px;
      width: calc(100% - 316px); } }
  @media screen and (max-width: 767px) {
    .content {
      width: 90%;
      margin: 0 auto; } }

.policy {
  position: fixed;
  left: 0;
  bottom: -2px;
  width: 100%;
  z-index: 999999;
  background-image: linear-gradient(to right, #449f8e, #3e9990, #3b9391, #3a8d91, #3c8790);
  box-shadow: -2px 0 5px rgba(0, 0, 0, 0.3);
  color: #ffffff;
  transition: 1s ease-in-out bottom; }
  .policy.active {
    bottom: -300px; }
  .policy-header {
    background-color: #212121;
    color: #ffffff;
    height: 191px;
    padding-top: 163px;
    padding-bottom: 0;
    position: relative;
    z-index: 0; }
    .policy-header__back-image {
      position: absolute;
      z-index: -1;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      background-image: url("/static/top_img.jpg");
      background-repeat: no-repeat;
      background-size: 1927px;
      background-position: center 96%; }
      .policy-header__back-image:after {
        content: '';
        position: absolute;
        background-color: rgba(0, 0, 0, 0.6);
        top: 0;
        left: 0;
        width: 100%;
        height: 100%; }
    .policy-header__logo {
      position: absolute;
      top: 32px;
      left: 64px;
      width: 219px; }
      @media screen and (max-width: 1024px) {
        .policy-header__logo {
          left: 24px; } }
      @media screen and (max-width: 440px) {
        .policy-header__logo {
          top: 42px;
          left: 16px;
          width: 146px; } }
    .policy-header__name {
      font-family: "Open Sans", sans-serif;
      font-size: 96px;
      width: 720px;
      font-weight: 800;
      margin: auto;
      line-height: 96px;
      word-wrap: break-word;
      text-align: center; }
      @media screen and (max-width: 1024px) {
        .policy-header__name {
          margin: 0 auto; } }
      @media screen and (max-width: 767px) {
        .policy-header__name {
          margin: 0 auto;
          font-size: 38px;
          width: 288px;
          line-height: 40px; } }
  .policy_container {
    padding: 20px;
    max-width: 1200px;
    margin: 0 auto;
    text-align: center;
    display: flex;
    flex-direction: row;
    justify-content: space-between; }
    .policy_container p {
      margin: 0; }
    .policy_container span {
      margin-right: 5px; }
    .policy_container a {
      color: inherit;
      text-decoration: underline;
      font-weight: bold; }
    .policy_container button {
      background-color: transparent;
      box-shadow: none;
      outline: none;
      border: none;
      color: inherit;
      font-weight: bold;
      font-size: 16px;
      text-transform: uppercase;
      transition: 200ms ease-in-out text-shadow; }
      .policy_container button:hover {
        text-shadow: 0 0 8px rgba(255, 255, 255, 0.3);
        cursor: pointer; }
  .policy_content {
    box-sizing: border-box;
    max-width: 1200px;
    width: 100%;
    padding: 0 20px;
    margin: 0 auto; }
    .policy_content__subtitle {
      font-weight: bold; }
    .policy_content .tabcontent__list {
      padding-left: 40px; }
      @media screen and (max-width: 1200px) {
        .policy_content .tabcontent__list {
          padding-left: 10px; } }
      @media screen and (max-width: 768px) {
        .policy_content .tabcontent__list {
          padding-left: 0; } }

