/*!************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[2].use[2]!./node_modules/sass-loader/dist/cjs.js!./scss/blocks/privacy-policy.scss ***!
  \************************************************************************************************************************************************************************************************/
@charset "UTF-8";
.privacy-policy-block {
  background: #F5F5F5;
  padding-top: 87px;
}
@media screen and (min-width: 700px) and (max-width: 1300px) {
  .privacy-policy-block {
    padding-top: 34px;
  }
}
.privacy-policy-block h1 {
  margin: 20px 0 0;
}
@media screen and (max-width: 450px) {
  .privacy-policy-block h1 {
    font-size: 24px;
  }
}
@media screen and (min-width: 700px) and (max-width: 1300px) {
  .privacy-policy-block h1 {
    font-size: 47px;
  }
}

.tabs {
  background: #FFFFFF;
  border-radius: 24px;
  display: grid;
  grid-template-columns: 408px 1fr;
  margin: 32px 0;
}
@media screen and (max-width: 1024px) {
  .tabs {
    grid-template-columns: 1fr;
    margin: 32px 0 40px 0;
  }
}
.tabs__title-wrapper {
  border-right: 2px solid #D6D6D6;
  padding: 102px 24px 102px 40px;
  display: flex;
  flex-direction: column;
}
.tabs__title {
  font-size: 19px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0.19px;
  color: #1F1F1F;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-family: "Lato", sans-serif;
  cursor: pointer;
  margin-bottom: 40px;
}
@media screen and (max-width: 1024px) {
  .tabs__title {
    margin-bottom: 24px;
  }
  .tabs__title:not(:first-child) {
    margin-top: 16px;
  }
}
.tabs__title:hover > .tabs__title-icon {
  background: #F5F5F5;
}
.tabs__title[data-visibility=visible] > .tabs__title-icon {
  transform: rotate(0deg);
}
@media screen and (max-width: 1024px) {
  .tabs__title[data-visibility=visible] > .tabs__title-icon {
    transform: rotate(-90deg);
  }
}
.tabs__title-icon {
  margin-left: 16px;
  transform: rotate(-90deg);
  transition: all 0.3s ease;
}
@media screen and (max-width: 1024px) {
  .tabs__title-icon {
    transform: rotate(0deg);
  }
}
.tabs__title-icon:hover {
  background: #F5F5F5;
}
.tabs__title-icon svg path {
  stroke: #1F1F1F;
}
.tabs__content-wrapper {
  padding: 40px;
  height: calc(100vh - 190px);
  min-height: 400px;
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  .tabs__content-wrapper {
    padding: 32px;
  }
}
@media screen and (max-width: 500px) {
  .tabs__content-wrapper {
    padding: 24px;
  }
}
.tabs__content-wrapper em {
  font-style: italic;
}
.tabs__content-wrapper strong {
  font-weight: 700;
}
.tabs__content-wrapper a {
  color: #66C8CE;
  font-weight: 700;
}
.tabs__content-wrapper blockquote {
  margin-bottom: 16px;
}
.tabs__content-wrapper blockquote p {
  margin-bottom: 0;
  padding: 12px;
  background: #eee;
  border-radius: 5px;
}
.tabs__content-wrapper blockquote p::before {
  content: "“";
}
.tabs__content-wrapper blockquote p::after {
  content: "”";
}
.tabs__content-wrapper blockquote cite {
  margin: 6px 0 0 0;
  display: block;
}
.tabs__content-wrapper blockquote cite::before {
  content: "— ";
}
.tabs__content-wrapper ul {
  list-style: disc;
  padding: 0 0 0 20px;
}
.tabs__content-wrapper ul li {
  font-family: "Lato", sans-serif;
  font-size: 19px;
  font-style: normal;
  font-weight: 300;
  line-height: 26px;
  letter-spacing: 0.228px;
  color: #424242;
  margin-bottom: 16px;
}
.tabs__content-wrapper ol {
  list-style: auto;
  list-style-position: inside;
}
.tabs__content-wrapper ol li {
  font-family: "Lato", sans-serif;
  font-size: 19px;
  font-style: normal;
  font-weight: 300;
  line-height: 26px;
  letter-spacing: 0.228px;
  color: #424242;
  margin-bottom: 16px;
}
.tabs__content-wrapper ol li p:first-child {
  margin-top: 16px;
}
.tabs__content-wrapper p {
  margin-bottom: 24px;
}
.tabs__content-wrapper h2 {
  margin-bottom: 24px;
  font-family: "Rubik", sans-serif;
  font-size: 38px;
  font-style: normal;
  font-weight: 500;
  line-height: 46px;
  letter-spacing: 0.095px;
  text-transform: uppercase;
}
@media screen and (max-width: 500px) {
  .tabs__content-wrapper h2 {
    font-size: 24px;
    line-height: 32px;
    letter-spacing: 0.06px;
  }
}
.tabs__content {
  height: 100%;
  overflow-y: scroll;
}
@media screen and (max-width: 1024px) {
  .tabs__content {
    height: auto;
    max-height: calc(100% - 120px);
  }
}
.tabs__content[data-visibility=hidden] {
  display: none;
}
