.show-alert {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  position: fixed;
  top: 80px;
  left: -100%;
  z-index: 200;
  width: 90%;
  max-width: 600px;
  min-height: 40px;
  padding: 10px;
  padding-right: 35px;
  border: 6px solid #555555;
  border-left: none;
  border-top-right-radius: 25px;
  border-bottom-right-radius: 25px;
  background-color: #fff;
  box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.15);
  color: #000;
  font-size: 1.9rem;
  line-height: 1.2;
  transition: left 0.4s ease;
}
.admin-bar .show-alert {
  top: 122px;
}
.show-alert i {
  font-size: 2rem;
  position: absolute;
  margin-top: -3px;
}
.show-alert span {
  position: relative;
  margin-left: 32px;
  display: block;
}
.show-alert.error a {
  color: #000;
  text-decoration: underline;
}
.show-alert.warning a {
  color: #000;
  text-decoration: underline;
}
@media (max-width: 640px) {
  .show-alert {
    top: 30px;
    font-size: 1.4rem;
    line-height: normal;
  }
  .admin-bar .show-alert {
    top: 60px;
  }
}

.show-alert--visible {
  display: flex;
  left: 0;
}

.btn {
  display: inline-block;
  padding: 12px 26px;
  border: 4px solid #E1E1E1;
  border-radius: 25px;
  background: #fff;
  box-shadow: 4px 4px 10px 0 rgba(0, 0, 0, 0.15);
  color: #252525;
  font-family: "Montserrat", sans-serif;
  font-size: 1.4rem;
  font-weight: 600;
  letter-spacing: 0.11em;
  line-height: 1.8rem;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  cursor: pointer;
  outline: none !important;
}
.btn:active, .btn:focus, .btn:hover {
  text-decoration: none;
  color: #3f3f3f;
}
@media (max-width: 640px) {
  .btn {
    width: 100%;
  }
}

.btn--grey {
  border-color: #555555;
}

.btn--big {
  padding: 18px 39px;
  border-width: 6px;
  border-radius: 15px;
  font-size: 2.6rem;
  font-weight: 600;
  letter-spacing: normal;
  line-height: normal;
  text-transform: none;
}
@media (max-width: 640px) {
  .btn--big {
    padding: 16px;
    font-size: 2.2rem;
  }
}

.btn--full {
  width: 100%;
}

.btn--purple {
  min-width: 244px;
  border-color: #6B2989;
  background: #AC6CCA;
  color: #fff;
  white-space: nowrap;
}
.btn--purple:hover, .btn--purple:active, .btn--purple:focus {
  color: #e6e6e6;
}
.btn--purple .loader {
  border-top: 1.1em solid rgba(255, 255, 255, 0.2);
  border-right: 1.1em solid rgba(255, 255, 255, 0.2);
  border-bottom: 1.1em solid rgba(255, 255, 255, 0.2);
  border-left: 1.1em solid #fff;
}

.btn--red {
  border-color: #FF0F0F;
}

.bg-blue {
  background: #9f6eaf;
}

.color-blue {
  color: #9f6eaf;
}

.color-blue-i {
  color: #9f6eaf !important;
}

a.color-blue:hover, a.color-blue:focus, a.color-blue:active {
  color: #865397;
}

.bg-green {
  background: #2dab5f;
}

.color-green {
  color: #2dab5f;
}

.color-green-i {
  color: #2dab5f !important;
}

a.color-green:hover, a.color-green:focus, a.color-green:active {
  color: #228349;
}

.bg-white {
  background: #fff;
}

.color-white {
  color: #fff;
}

.color-white-i {
  color: #fff !important;
}

a.color-white:hover, a.color-white:focus, a.color-white:active {
  color: #e6e6e6;
}

.bg-black {
  background: #000;
}

.color-black {
  color: #000;
}

.color-black-i {
  color: #000 !important;
}

a.color-black:hover, a.color-black:focus, a.color-black:active {
  color: black;
}

.bg-red {
  background: #e14343;
}

.color-red {
  color: #e14343;
}

.color-red-i {
  color: #e14343 !important;
}

a.color-red:hover, a.color-red:focus, a.color-red:active {
  color: #d02121;
}

.bg-orange {
  background: #f89d34;
}

.color-orange {
  color: #f89d34;
}

.color-orange-i {
  color: #f89d34 !important;
}

a.color-orange:hover, a.color-orange:focus, a.color-orange:active {
  color: #f18508;
}

.confirm-popup {
  z-index: 150;
  padding: 20px;
}
.confirm-popup .custom-modal-content {
  padding-top: 20px;
  padding-bottom: 20px;
}

.confirm-popup__buttons {
  display: flex;
  justify-content: center;
}
.confirm-popup__buttons .btn {
  min-width: 120px;
}
@media (max-width: 640px) {
  .confirm-popup__buttons {
    display: block;
  }
  .confirm-popup__buttons .btn {
    margin-bottom: 15px;
  }
}

.confirm-popup__title {
  margin: 0 0 15px;
  font-size: 1.6rem;
  font-weight: 600;
}

.confirm-popup__message {
  margin: 0 0 30px;
  font-size: 2rem;
  line-height: 2.8rem;
}

/* The Modal (background) */
.custom-modal {
  display: none;
  /* Hidden by default */
  position: fixed;
  /* Stay in place */
  z-index: 100;
  /* Sit on top */
  left: 0;
  top: 0;
  width: 100%;
  /* Full width */
  height: 100%;
  /* Full height */
  padding-top: 30px;
  overflow: auto;
  /* Enable scroll if needed */
  background-color: black;
  /* Fallback color */
  background-color: rgba(0, 0, 0, 0.4);
  /* Black w/ opacity */
}
.admin-bar .custom-modal {
  padding-top: 62px;
}
@media (max-width: 640px) {
  .admin-bar .custom-modal {
    padding-top: 20px;
  }
}

/* The Close Button */
.custom-modal-close {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 1;
  width: 45px;
  height: 45px;
  border: 4px solid #555555;
  border-radius: 45px;
  cursor: pointer;
}
@media (max-width: 640px) {
  .custom-modal-close {
    top: 8px;
    right: 10px;
    width: 34px;
    height: 34px;
    border: 3px solid #555555;
  }
}

.custom-modal-close:hover,
.custom-modal-close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

/* Modal Header */
.custom-modal-header {
  padding: 2px 16px;
  background-color: #5cb85c;
  color: white;
}

/* Modal Body */
.custom-modal-body {
  padding: 2px 16px;
}

/* Modal Footer */
.custom-modal-footer {
  padding: 2px 16px;
  background-color: #5cb85c;
  color: white;
}

.custom-modal-wrap {
  position: relative;
  width: 100%;
  height: 100%;
}

/* Modal Content */
.custom-modal-content {
  position: relative;
  margin: auto;
  padding: 72px 100px 55px;
  width: 80%;
  border: 6px solid #555555;
  border-radius: 25px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  background: #fff;
  -webkit-animation-name: animatetop;
          animation-name: animatetop;
  -webkit-animation-duration: 0.4s;
          animation-duration: 0.4s;
}
@media (max-width: 640px) {
  .custom-modal-content {
    width: calc(100% - 40px);
    padding: 50px 20px;
  }
}

.custom-modal-small .custom-modal-content {
  max-width: 470px;
  padding-left: 20px;
  padding-right: 20px;
}

.custom-modal-medium .custom-modal-content {
  max-width: 820px;
}

/* Add Animation */
@-webkit-keyframes animatetop {
  from {
    top: -300px;
    opacity: 0;
  }
  to {
    top: 0;
    opacity: 1;
  }
}
@keyframes animatetop {
  from {
    top: -300px;
    opacity: 0;
  }
  to {
    top: 0;
    opacity: 1;
  }
}
.font-16 {
  font-size: 1.6rem;
}

.font-18 {
  font-size: 1.8rem;
}

.font-20 {
  font-size: 2rem;
}

.font-22 {
  font-size: 2.2rem;
}

.font-24 {
  font-size: 2.4rem;
}

.font-26 {
  font-size: 2.6rem;
}

.font-28 {
  font-size: 2.8rem;
}

.font-30 {
  font-size: 3rem;
}

.font-32 {
  font-size: 3.2rem;
}

.font-34 {
  font-size: 3.4rem;
}

.font-36 {
  font-size: 3.6rem;
}

.font-40 {
  font-size: 4rem;
}

* {
  box-sizing: border-box;
}

:focus {
  outline: none;
}

html {
  height: 100%;
  margin: 0;
  padding: 0;
  font-size: 62.5%;
}
@media (max-width: 640px) {
  html {
    margin-top: 0 !important;
  }
}

body {
  width: 100%;
  min-height: 100%;
  margin: 0;
  padding: 0;
  font-size: 1.4rem;
  font-family: "Montserrat", sans-serif;
  position: relative;
  background: #fff;
  color: #000;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@media (max-width: 640px) {
  body.admin-bar {
    padding-top: 46px;
  }
}

h1, h2 {
  margin: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Nunito", Arial;
}

.no-scroll {
  overflow: hidden;
}

.clear {
  clear: both;
}

.clearfix:after {
  display: table;
  content: "";
  clear: both;
}

.float {
  float: left;
}

.float-right {
  float: right;
}

.text-center {
  text-align: center;
}

@media (max-width: 980px) {
  .text-center--tablet-potrait {
    text-align: center;
  }
}

.text-right {
  text-align: right;
}

.text-bold {
  font-weight: 700;
}

.text-small {
  font-size: 1.2rem;
  line-height: 2rem;
}

.word-break {
  word-break: break-word;
}

.nowrap {
  white-space: nowrap;
}

.vertically-centered {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  max-height: 100%;
  overflow: hidden;
}

@media (max-width: 980px) and (min-width: 760px) {
  .vertically-centered--tablet {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    max-height: 100%;
    overflow: hidden;
  }
}

.position-relative {
  position: relative;
}

label {
  font-weight: normal;
}

ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

a {
  color: #9f6eaf;
  text-decoration: underline;
  border-bottom: 1px solid transparent;
  transition: border 0.2s ease-in-out;
}
a:hover, a:active, a:focus {
  color: #865397;
  text-decoration: underline;
}

.overflow-hidden {
  overflow: hidden;
}

.hidden {
  display: none;
}

.block {
  display: block;
  width: 100%;
  height: 100%;
}

.flex {
  display: flex;
}

.space-between {
  justify-content: space-between;
}

.no-shrink {
  flex: 0 0 auto;
}

.items-center {
  align-items: center;
}

.inline-block {
  display: inline-block;
}

.w100 {
  width: 100%;
}

.cursor-pointer {
  cursor: pointer;
}

.border-top-none {
  border-top: none !important;
}

.border-bottom-none {
  border-bottom: none !important;
}

.border-left-none {
  border-left: none !important;
}

.border-right-none {
  border-right: none !important;
}

.hover-red:hover, .hover-red:active, .hover-red:focus {
  text-shadow: 0 0 10px #e14343;
}

.empty {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px;
  text-align: center;
}

garga {
  color: #9f6eaf;
  cursor: pointer;
}
garga:before {
  content: attr(data-user) "@";
}
garga:after {
  content: attr(data-domain);
}
garga:hover:before, garga:active:before, garga:focus:before, garga:hover:after, garga:active:after, garga:focus:after {
  color: #865397;
  text-decoration: none;
}

img {
  max-width: 100%;
}

.sprite-caret {
  display: inline-block;
  width: 14px;
  height: 6px;
  background-image: url(../images/sprite@2x.png);
  background-position: -216.5px -185px;
  background-size: 277px 266px;
}

.sprite-cheatsheet {
  display: inline-block;
  width: 38px;
  height: 36px;
  background-image: url(../images/sprite@2x.png);
  background-position: -160px -161px;
  background-size: 277px 266px;
}

.sprite-check, .form-row input[type=checkbox] + label:before {
  display: inline-block;
  width: 22px;
  height: 17px;
  background-image: url(../images/sprite@2x.png);
  background-position: -188px -201px;
  background-size: 277px 266px;
}

.sprite-chevron {
  display: inline-block;
  width: 7px;
  height: 12px;
  background-image: url(../images/sprite@2x.png);
  background-position: -270px -161px;
  background-size: 277px 266px;
}

.sprite-download {
  display: inline-block;
  width: 28px;
  height: 26px;
  background-image: url(../images/sprite@2x.png);
  background-position: -143px -134px;
  background-size: 277px 266px;
}

.sprite-fb {
  display: inline-block;
  width: 10px;
  height: 17px;
  background-image: url(../images/sprite@2x.png);
  background-position: -199px -134px;
  background-size: 277px 266px;
}

.sprite-heart {
  display: inline-block;
  width: 28px;
  height: 24px;
  background-image: url(../images/sprite@2x.png);
  background-position: -243px -134px;
  background-size: 277px 266px;
}

.sprite-heartbroken {
  display: inline-block;
  width: 28px;
  height: 24px;
  background-image: url(../images/sprite@2x.png);
  background-position: -171px -134px;
  background-size: 277px 266px;
}

.sprite-info-grey {
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url(../images/sprite@2x.png);
  background-position: -168px -201px;
  background-size: 277px 266px;
}

.sprite-info-white {
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url(../images/sprite@2x.png);
  background-position: -148px -201px;
  background-size: 277px 266px;
}

.sprite-info {
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url(../images/sprite@2x.png);
  background-position: -128px -201px;
  background-size: 277px 266px;
}

.sprite-key {
  display: inline-block;
  width: 20px;
  height: 25px;
  background-image: url(../images/sprite@2x.png);
  background-position: 0px -241px;
  background-size: 277px 266px;
}

.sprite-logout {
  display: inline-block;
  width: 24px;
  height: 24px;
  background-image: url(../images/sprite@2x.png);
  background-position: -104px -201px;
  background-size: 277px 266px;
}

.sprite-menu-small {
  display: inline-block;
  width: 24px;
  height: 24px;
  background-image: url(../images/sprite@2x.png);
  background-position: -246px -161px;
  background-size: 277px 266px;
}

.sprite-menu {
  display: inline-block;
  width: 33px;
  height: 23px;
  background-image: url(../images/sprite@2x.png);
  background-position: -210px -134px;
  background-size: 277px 266px;
}

.sprite-play, .video:after {
  display: inline-block;
  width: 143px;
  height: 162px;
  background-image: url(../images/sprite@2x.png);
  background-position: 0px 0px;
  background-size: 277px 266px;
}

.sprite-search {
  display: inline-block;
  width: 24px;
  height: 24px;
  background-image: url(../images/sprite@2x.png);
  background-position: -222px -161px;
  background-size: 277px 266px;
}

.sprite-settings {
  display: inline-block;
  width: 24px;
  height: 24px;
  background-image: url(../images/sprite@2x.png);
  background-position: -198px -161px;
  background-size: 277px 266px;
}

.sprite-slider-arrow-left-small-cut {
  display: inline-block;
  width: 26px;
  height: 40px;
  background-image: url(../images/sprite@2x.png);
  background-position: -26px -201px;
  background-size: 277px 266px;
}

.sprite-slider-arrow-left-small-white-cut {
  display: inline-block;
  width: 26px;
  height: 40px;
  background-image: url(../images/sprite@2x.png);
  background-position: 0px -201px;
  background-size: 277px 266px;
}

.sprite-slider-arrow-left-small-white {
  display: inline-block;
  width: 40px;
  height: 40px;
  background-image: url(../images/sprite@2x.png);
  background-position: -120px -161px;
  background-size: 277px 266px;
}

.sprite-slider-arrow-left-small {
  display: inline-block;
  width: 40px;
  height: 40px;
  background-image: url(../images/sprite@2x.png);
  background-position: 0px -161px;
  background-size: 277px 266px;
}

.sprite-slider-arrow-left-white, .cards--slider.cards--slider-white .slick-prev:after, .cards--slider.cards--slider-white .slick-prev {
  display: inline-block;
  width: 67px;
  height: 67px;
  background-image: url(../images/sprite@2x.png);
  background-position: -210px -67px;
  background-size: 277px 266px;
}

.sprite-slider-arrow-left, .cards--slider .slick-prev:after, .cards--slider .slick-prev {
  display: inline-block;
  width: 67px;
  height: 67px;
  background-image: url(../images/sprite@2x.png);
  background-position: -210px 0px;
  background-size: 277px 266px;
}

.sprite-slider-arrow-right-small-cut {
  display: inline-block;
  width: 26px;
  height: 40px;
  background-image: url(../images/sprite@2x.png);
  background-position: -78px -201px;
  background-size: 277px 266px;
}

.sprite-slider-arrow-right-small-white-cut {
  display: inline-block;
  width: 26px;
  height: 40px;
  background-image: url(../images/sprite@2x.png);
  background-position: -52px -201px;
  background-size: 277px 266px;
}

.sprite-slider-arrow-right-small-white {
  display: inline-block;
  width: 40px;
  height: 40px;
  background-image: url(../images/sprite@2x.png);
  background-position: -40px -161px;
  background-size: 277px 266px;
}

.sprite-slider-arrow-right-small {
  display: inline-block;
  width: 40px;
  height: 40px;
  background-image: url(../images/sprite@2x.png);
  background-position: -80px -161px;
  background-size: 277px 266px;
}

.sprite-slider-arrow-right-white, .cards--slider.cards--slider-white .slick-next:after, .cards--slider.cards--slider-white .slick-next {
  display: inline-block;
  width: 67px;
  height: 67px;
  background-image: url(../images/sprite@2x.png);
  background-position: -143px -67px;
  background-size: 277px 266px;
}

.sprite-slider-arrow-right, .cards--slider .slick-next:after, .cards--slider .slick-next {
  display: inline-block;
  width: 67px;
  height: 67px;
  background-image: url(../images/sprite@2x.png);
  background-position: -143px 0px;
  background-size: 277px 266px;
}

.sprite-tw {
  display: inline-block;
  width: 17px;
  height: 14px;
  background-image: url(../images/sprite@2x.png);
  background-position: -225px -201px;
  background-size: 277px 266px;
}

.sprite-unsubscribe {
  display: inline-block;
  width: 16px;
  height: 16px;
  background-image: url(../images/sprite@2x.png);
  background-position: -210px -201px;
  background-size: 277px 266px;
}

.sprite-vk {
  display: inline-block;
  width: 19px;
  height: 11px;
  background-image: url(../images/sprite@2x.png);
  background-position: -198px -185px;
  background-size: 277px 266px;
}

/*!
 * Bootstrap Grid v4.1.3 (https://getbootstrap.com/)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
@-ms-viewport {
  width: device-width;
}
.grid-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.no-gutters > .col,
.no-gutters > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: none;
}

.col-1 {
  flex: 0 0 8.333333%;
  max-width: 8.333333%;
}

.col-2 {
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}

.col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

.col-5 {
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}

.col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}

.col-8 {
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}

.col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
}

.col-11 {
  flex: 0 0 91.666667%;
  max-width: 91.666667%;
}

.col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}

.order-first {
  order: -1;
}

.order-last {
  order: 13;
}

.order-0 {
  order: 0;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

.order-8 {
  order: 8;
}

.order-9 {
  order: 9;
}

.order-10 {
  order: 10;
}

.order-11 {
  order: 11;
}

.order-12 {
  order: 12;
}

.offset-1 {
  margin-left: 8.333333%;
}

.offset-2 {
  margin-left: 16.666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.333333%;
}

.offset-5 {
  margin-left: 41.666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.333333%;
}

.offset-8 {
  margin-left: 66.666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.333333%;
}

.offset-11 {
  margin-left: 91.666667%;
}

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  .col-sm-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }

  .col-sm-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }

  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-sm-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .col-sm-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }

  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-sm-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }

  .col-sm-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }

  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-sm-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }

  .col-sm-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }

  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-sm-first {
    order: -1;
  }

  .order-sm-last {
    order: 13;
  }

  .order-sm-0 {
    order: 0;
  }

  .order-sm-1 {
    order: 1;
  }

  .order-sm-2 {
    order: 2;
  }

  .order-sm-3 {
    order: 3;
  }

  .order-sm-4 {
    order: 4;
  }

  .order-sm-5 {
    order: 5;
  }

  .order-sm-6 {
    order: 6;
  }

  .order-sm-7 {
    order: 7;
  }

  .order-sm-8 {
    order: 8;
  }

  .order-sm-9 {
    order: 9;
  }

  .order-sm-10 {
    order: 10;
  }

  .order-sm-11 {
    order: 11;
  }

  .order-sm-12 {
    order: 12;
  }

  .offset-sm-0 {
    margin-left: 0;
  }

  .offset-sm-1 {
    margin-left: 8.333333%;
  }

  .offset-sm-2 {
    margin-left: 16.666667%;
  }

  .offset-sm-3 {
    margin-left: 25%;
  }

  .offset-sm-4 {
    margin-left: 33.333333%;
  }

  .offset-sm-5 {
    margin-left: 41.666667%;
  }

  .offset-sm-6 {
    margin-left: 50%;
  }

  .offset-sm-7 {
    margin-left: 58.333333%;
  }

  .offset-sm-8 {
    margin-left: 66.666667%;
  }

  .offset-sm-9 {
    margin-left: 75%;
  }

  .offset-sm-10 {
    margin-left: 83.333333%;
  }

  .offset-sm-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  .col-md-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }

  .col-md-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }

  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-md-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .col-md-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }

  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-md-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }

  .col-md-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }

  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-md-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }

  .col-md-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }

  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-md-first {
    order: -1;
  }

  .order-md-last {
    order: 13;
  }

  .order-md-0 {
    order: 0;
  }

  .order-md-1 {
    order: 1;
  }

  .order-md-2 {
    order: 2;
  }

  .order-md-3 {
    order: 3;
  }

  .order-md-4 {
    order: 4;
  }

  .order-md-5 {
    order: 5;
  }

  .order-md-6 {
    order: 6;
  }

  .order-md-7 {
    order: 7;
  }

  .order-md-8 {
    order: 8;
  }

  .order-md-9 {
    order: 9;
  }

  .order-md-10 {
    order: 10;
  }

  .order-md-11 {
    order: 11;
  }

  .order-md-12 {
    order: 12;
  }

  .offset-md-0 {
    margin-left: 0;
  }

  .offset-md-1 {
    margin-left: 8.333333%;
  }

  .offset-md-2 {
    margin-left: 16.666667%;
  }

  .offset-md-3 {
    margin-left: 25%;
  }

  .offset-md-4 {
    margin-left: 33.333333%;
  }

  .offset-md-5 {
    margin-left: 41.666667%;
  }

  .offset-md-6 {
    margin-left: 50%;
  }

  .offset-md-7 {
    margin-left: 58.333333%;
  }

  .offset-md-8 {
    margin-left: 66.666667%;
  }

  .offset-md-9 {
    margin-left: 75%;
  }

  .offset-md-10 {
    margin-left: 83.333333%;
  }

  .offset-md-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  .col-lg-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }

  .col-lg-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }

  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-lg-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .col-lg-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }

  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-lg-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }

  .col-lg-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }

  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-lg-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }

  .col-lg-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }

  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-lg-first {
    order: -1;
  }

  .order-lg-last {
    order: 13;
  }

  .order-lg-0 {
    order: 0;
  }

  .order-lg-1 {
    order: 1;
  }

  .order-lg-2 {
    order: 2;
  }

  .order-lg-3 {
    order: 3;
  }

  .order-lg-4 {
    order: 4;
  }

  .order-lg-5 {
    order: 5;
  }

  .order-lg-6 {
    order: 6;
  }

  .order-lg-7 {
    order: 7;
  }

  .order-lg-8 {
    order: 8;
  }

  .order-lg-9 {
    order: 9;
  }

  .order-lg-10 {
    order: 10;
  }

  .order-lg-11 {
    order: 11;
  }

  .order-lg-12 {
    order: 12;
  }

  .offset-lg-0 {
    margin-left: 0;
  }

  .offset-lg-1 {
    margin-left: 8.333333%;
  }

  .offset-lg-2 {
    margin-left: 16.666667%;
  }

  .offset-lg-3 {
    margin-left: 25%;
  }

  .offset-lg-4 {
    margin-left: 33.333333%;
  }

  .offset-lg-5 {
    margin-left: 41.666667%;
  }

  .offset-lg-6 {
    margin-left: 50%;
  }

  .offset-lg-7 {
    margin-left: 58.333333%;
  }

  .offset-lg-8 {
    margin-left: 66.666667%;
  }

  .offset-lg-9 {
    margin-left: 75%;
  }

  .offset-lg-10 {
    margin-left: 83.333333%;
  }

  .offset-lg-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  .col-xl-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }

  .col-xl-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }

  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-xl-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .col-xl-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }

  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-xl-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }

  .col-xl-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }

  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-xl-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }

  .col-xl-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }

  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-xl-first {
    order: -1;
  }

  .order-xl-last {
    order: 13;
  }

  .order-xl-0 {
    order: 0;
  }

  .order-xl-1 {
    order: 1;
  }

  .order-xl-2 {
    order: 2;
  }

  .order-xl-3 {
    order: 3;
  }

  .order-xl-4 {
    order: 4;
  }

  .order-xl-5 {
    order: 5;
  }

  .order-xl-6 {
    order: 6;
  }

  .order-xl-7 {
    order: 7;
  }

  .order-xl-8 {
    order: 8;
  }

  .order-xl-9 {
    order: 9;
  }

  .order-xl-10 {
    order: 10;
  }

  .order-xl-11 {
    order: 11;
  }

  .order-xl-12 {
    order: 12;
  }

  .offset-xl-0 {
    margin-left: 0;
  }

  .offset-xl-1 {
    margin-left: 8.333333%;
  }

  .offset-xl-2 {
    margin-left: 16.666667%;
  }

  .offset-xl-3 {
    margin-left: 25%;
  }

  .offset-xl-4 {
    margin-left: 33.333333%;
  }

  .offset-xl-5 {
    margin-left: 41.666667%;
  }

  .offset-xl-6 {
    margin-left: 50%;
  }

  .offset-xl-7 {
    margin-left: 58.333333%;
  }

  .offset-xl-8 {
    margin-left: 66.666667%;
  }

  .offset-xl-9 {
    margin-left: 75%;
  }

  .offset-xl-10 {
    margin-left: 83.333333%;
  }

  .offset-xl-11 {
    margin-left: 91.666667%;
  }
}
.d-none {
  display: none !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: flex !important;
}

.d-inline-flex {
  display: inline-flex !important;
}

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }

  .d-sm-inline {
    display: inline !important;
  }

  .d-sm-inline-block {
    display: inline-block !important;
  }

  .d-sm-block {
    display: block !important;
  }

  .d-sm-table {
    display: table !important;
  }

  .d-sm-table-row {
    display: table-row !important;
  }

  .d-sm-table-cell {
    display: table-cell !important;
  }

  .d-sm-flex {
    display: flex !important;
  }

  .d-sm-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }

  .d-md-inline {
    display: inline !important;
  }

  .d-md-inline-block {
    display: inline-block !important;
  }

  .d-md-block {
    display: block !important;
  }

  .d-md-table {
    display: table !important;
  }

  .d-md-table-row {
    display: table-row !important;
  }

  .d-md-table-cell {
    display: table-cell !important;
  }

  .d-md-flex {
    display: flex !important;
  }

  .d-md-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }

  .d-lg-inline {
    display: inline !important;
  }

  .d-lg-inline-block {
    display: inline-block !important;
  }

  .d-lg-block {
    display: block !important;
  }

  .d-lg-table {
    display: table !important;
  }

  .d-lg-table-row {
    display: table-row !important;
  }

  .d-lg-table-cell {
    display: table-cell !important;
  }

  .d-lg-flex {
    display: flex !important;
  }

  .d-lg-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }

  .d-xl-inline {
    display: inline !important;
  }

  .d-xl-inline-block {
    display: inline-block !important;
  }

  .d-xl-block {
    display: block !important;
  }

  .d-xl-table {
    display: table !important;
  }

  .d-xl-table-row {
    display: table-row !important;
  }

  .d-xl-table-cell {
    display: table-cell !important;
  }

  .d-xl-flex {
    display: flex !important;
  }

  .d-xl-inline-flex {
    display: inline-flex !important;
  }
}
@media print {
  .d-print-none {
    display: none !important;
  }

  .d-print-inline {
    display: inline !important;
  }

  .d-print-inline-block {
    display: inline-block !important;
  }

  .d-print-block {
    display: block !important;
  }

  .d-print-table {
    display: table !important;
  }

  .d-print-table-row {
    display: table-row !important;
  }

  .d-print-table-cell {
    display: table-cell !important;
  }

  .d-print-flex {
    display: flex !important;
  }

  .d-print-inline-flex {
    display: inline-flex !important;
  }
}
.flex-row {
  flex-direction: row !important;
}

.flex-column {
  flex-direction: column !important;
}

.flex-row-reverse {
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  flex-direction: column-reverse !important;
}

.flex-wrap {
  flex-wrap: wrap !important;
}

.flex-nowrap {
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

.flex-fill {
  flex: 1 1 auto !important;
}

.flex-grow-0 {
  flex-grow: 0 !important;
}

.flex-grow-1 {
  flex-grow: 1 !important;
}

.flex-shrink-0 {
  flex-shrink: 0 !important;
}

.flex-shrink-1 {
  flex-shrink: 1 !important;
}

.justify-content-start {
  justify-content: flex-start !important;
}

.justify-content-end {
  justify-content: flex-end !important;
}

.justify-content-center {
  justify-content: center !important;
}

.justify-content-between {
  justify-content: space-between !important;
}

.justify-content-around {
  justify-content: space-around !important;
}

.align-items-start {
  align-items: flex-start !important;
}

.align-items-end {
  align-items: flex-end !important;
}

.align-items-center {
  align-items: center !important;
}

.align-items-baseline {
  align-items: baseline !important;
}

.align-items-stretch {
  align-items: stretch !important;
}

.align-content-start {
  align-content: flex-start !important;
}

.align-content-end {
  align-content: flex-end !important;
}

.align-content-center {
  align-content: center !important;
}

.align-content-between {
  align-content: space-between !important;
}

.align-content-around {
  align-content: space-around !important;
}

.align-content-stretch {
  align-content: stretch !important;
}

.align-self-auto {
  align-self: auto !important;
}

.align-self-start {
  align-self: flex-start !important;
}

.align-self-end {
  align-self: flex-end !important;
}

.align-self-center {
  align-self: center !important;
}

.align-self-baseline {
  align-self: baseline !important;
}

.align-self-stretch {
  align-self: stretch !important;
}

@media (min-width: 576px) {
  .flex-sm-row {
    flex-direction: row !important;
  }

  .flex-sm-column {
    flex-direction: column !important;
  }

  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }

  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .flex-sm-fill {
    flex: 1 1 auto !important;
  }

  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }

  .justify-content-sm-start {
    justify-content: flex-start !important;
  }

  .justify-content-sm-end {
    justify-content: flex-end !important;
  }

  .justify-content-sm-center {
    justify-content: center !important;
  }

  .justify-content-sm-between {
    justify-content: space-between !important;
  }

  .justify-content-sm-around {
    justify-content: space-around !important;
  }

  .align-items-sm-start {
    align-items: flex-start !important;
  }

  .align-items-sm-end {
    align-items: flex-end !important;
  }

  .align-items-sm-center {
    align-items: center !important;
  }

  .align-items-sm-baseline {
    align-items: baseline !important;
  }

  .align-items-sm-stretch {
    align-items: stretch !important;
  }

  .align-content-sm-start {
    align-content: flex-start !important;
  }

  .align-content-sm-end {
    align-content: flex-end !important;
  }

  .align-content-sm-center {
    align-content: center !important;
  }

  .align-content-sm-between {
    align-content: space-between !important;
  }

  .align-content-sm-around {
    align-content: space-around !important;
  }

  .align-content-sm-stretch {
    align-content: stretch !important;
  }

  .align-self-sm-auto {
    align-self: auto !important;
  }

  .align-self-sm-start {
    align-self: flex-start !important;
  }

  .align-self-sm-end {
    align-self: flex-end !important;
  }

  .align-self-sm-center {
    align-self: center !important;
  }

  .align-self-sm-baseline {
    align-self: baseline !important;
  }

  .align-self-sm-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important;
  }

  .flex-md-column {
    flex-direction: column !important;
  }

  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-md-wrap {
    flex-wrap: wrap !important;
  }

  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .flex-md-fill {
    flex: 1 1 auto !important;
  }

  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }

  .justify-content-md-start {
    justify-content: flex-start !important;
  }

  .justify-content-md-end {
    justify-content: flex-end !important;
  }

  .justify-content-md-center {
    justify-content: center !important;
  }

  .justify-content-md-between {
    justify-content: space-between !important;
  }

  .justify-content-md-around {
    justify-content: space-around !important;
  }

  .align-items-md-start {
    align-items: flex-start !important;
  }

  .align-items-md-end {
    align-items: flex-end !important;
  }

  .align-items-md-center {
    align-items: center !important;
  }

  .align-items-md-baseline {
    align-items: baseline !important;
  }

  .align-items-md-stretch {
    align-items: stretch !important;
  }

  .align-content-md-start {
    align-content: flex-start !important;
  }

  .align-content-md-end {
    align-content: flex-end !important;
  }

  .align-content-md-center {
    align-content: center !important;
  }

  .align-content-md-between {
    align-content: space-between !important;
  }

  .align-content-md-around {
    align-content: space-around !important;
  }

  .align-content-md-stretch {
    align-content: stretch !important;
  }

  .align-self-md-auto {
    align-self: auto !important;
  }

  .align-self-md-start {
    align-self: flex-start !important;
  }

  .align-self-md-end {
    align-self: flex-end !important;
  }

  .align-self-md-center {
    align-self: center !important;
  }

  .align-self-md-baseline {
    align-self: baseline !important;
  }

  .align-self-md-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  .flex-lg-row {
    flex-direction: row !important;
  }

  .flex-lg-column {
    flex-direction: column !important;
  }

  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }

  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .flex-lg-fill {
    flex: 1 1 auto !important;
  }

  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }

  .justify-content-lg-start {
    justify-content: flex-start !important;
  }

  .justify-content-lg-end {
    justify-content: flex-end !important;
  }

  .justify-content-lg-center {
    justify-content: center !important;
  }

  .justify-content-lg-between {
    justify-content: space-between !important;
  }

  .justify-content-lg-around {
    justify-content: space-around !important;
  }

  .align-items-lg-start {
    align-items: flex-start !important;
  }

  .align-items-lg-end {
    align-items: flex-end !important;
  }

  .align-items-lg-center {
    align-items: center !important;
  }

  .align-items-lg-baseline {
    align-items: baseline !important;
  }

  .align-items-lg-stretch {
    align-items: stretch !important;
  }

  .align-content-lg-start {
    align-content: flex-start !important;
  }

  .align-content-lg-end {
    align-content: flex-end !important;
  }

  .align-content-lg-center {
    align-content: center !important;
  }

  .align-content-lg-between {
    align-content: space-between !important;
  }

  .align-content-lg-around {
    align-content: space-around !important;
  }

  .align-content-lg-stretch {
    align-content: stretch !important;
  }

  .align-self-lg-auto {
    align-self: auto !important;
  }

  .align-self-lg-start {
    align-self: flex-start !important;
  }

  .align-self-lg-end {
    align-self: flex-end !important;
  }

  .align-self-lg-center {
    align-self: center !important;
  }

  .align-self-lg-baseline {
    align-self: baseline !important;
  }

  .align-self-lg-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 1200px) {
  .flex-xl-row {
    flex-direction: row !important;
  }

  .flex-xl-column {
    flex-direction: column !important;
  }

  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }

  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .flex-xl-fill {
    flex: 1 1 auto !important;
  }

  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }

  .justify-content-xl-start {
    justify-content: flex-start !important;
  }

  .justify-content-xl-end {
    justify-content: flex-end !important;
  }

  .justify-content-xl-center {
    justify-content: center !important;
  }

  .justify-content-xl-between {
    justify-content: space-between !important;
  }

  .justify-content-xl-around {
    justify-content: space-around !important;
  }

  .align-items-xl-start {
    align-items: flex-start !important;
  }

  .align-items-xl-end {
    align-items: flex-end !important;
  }

  .align-items-xl-center {
    align-items: center !important;
  }

  .align-items-xl-baseline {
    align-items: baseline !important;
  }

  .align-items-xl-stretch {
    align-items: stretch !important;
  }

  .align-content-xl-start {
    align-content: flex-start !important;
  }

  .align-content-xl-end {
    align-content: flex-end !important;
  }

  .align-content-xl-center {
    align-content: center !important;
  }

  .align-content-xl-between {
    align-content: space-between !important;
  }

  .align-content-xl-around {
    align-content: space-around !important;
  }

  .align-content-xl-stretch {
    align-content: stretch !important;
  }

  .align-self-xl-auto {
    align-self: auto !important;
  }

  .align-self-xl-start {
    align-self: flex-start !important;
  }

  .align-self-xl-end {
    align-self: flex-end !important;
  }

  .align-self-xl-center {
    align-self: center !important;
  }

  .align-self-xl-baseline {
    align-self: baseline !important;
  }

  .align-self-xl-stretch {
    align-self: stretch !important;
  }
}
.input {
  border: 1px solid;
  width: 260px;
  outline: none;
  padding: 2px 5px;
}
.input:active, .input:focus {
  border-bottom: 1px solid #9f6eaf;
  border-right: 1px solid #9f6eaf;
}

.input--small {
  width: 120px;
}

.input-radio,
.input-checkbox {
  position: relative;
  padding-left: 23px;
  margin: 0 12px 0 0;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.input-radio input,
.input-checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.input-radio span,
.input-checkbox span {
  position: absolute;
  top: 0;
  left: 0;
  height: 18px;
  width: 18px;
  background-color: #555555;
}
.input-radio:hover input ~ span,
.input-checkbox:hover input ~ span {
  background-color: #252525;
}
.input-radio input:checked ~ span,
.input-checkbox input:checked ~ span {
  background-color: #9f6eaf;
}
.input-radio span:after,
.input-checkbox span:after {
  content: "";
  position: absolute;
  display: none;
}
.input-radio input:checked ~ span:after,
.input-checkbox input:checked ~ span:after {
  display: block;
}
.input-radio span:after,
.input-checkbox span:after {
  left: 6px;
  top: 3px;
  width: 6px;
  height: 10px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.input-radio span {
  border-radius: 50%;
}
.input-radio span:after {
  top: 5px;
  left: 5px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: white;
}

.m--10 {
  margin: -10px;
}

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

.m--5 {
  margin: -5px;
}

.p--5 {
  padding: -5px;
}

.m-0 {
  margin: 0px;
}

.p-0 {
  padding: 0px;
}

.m-1 {
  margin: 1px;
}

.p-1 {
  padding: 1px;
}

.m-2 {
  margin: 2px;
}

.p-2 {
  padding: 2px;
}

.m-3 {
  margin: 3px;
}

.p-3 {
  padding: 3px;
}

.m-4 {
  margin: 4px;
}

.p-4 {
  padding: 4px;
}

.m-5 {
  margin: 5px;
}

.p-5 {
  padding: 5px;
}

.m-10 {
  margin: 10px;
}

.p-10 {
  padding: 10px;
}

.m-15 {
  margin: 15px;
}

.p-15 {
  padding: 15px;
}

.m-20 {
  margin: 20px;
}

.p-20 {
  padding: 20px;
}

.m-25 {
  margin: 25px;
}

.p-25 {
  padding: 25px;
}

.m-30 {
  margin: 30px;
}

.p-30 {
  padding: 30px;
}

.m-35 {
  margin: 35px;
}

.p-35 {
  padding: 35px;
}

.m-40 {
  margin: 40px;
}

.p-40 {
  padding: 40px;
}

.m-45 {
  margin: 45px;
}

.p-45 {
  padding: 45px;
}

.m-50 {
  margin: 50px;
}

.p-50 {
  padding: 50px;
}

.m-55 {
  margin: 55px;
}

.p-55 {
  padding: 55px;
}

.m-60 {
  margin: 60px;
}

.p-60 {
  padding: 60px;
}

.m-65 {
  margin: 65px;
}

.p-65 {
  padding: 65px;
}

.m-70 {
  margin: 70px;
}

.p-70 {
  padding: 70px;
}

.m-75 {
  margin: 75px;
}

.p-75 {
  padding: 75px;
}

.m-80 {
  margin: 80px;
}

.p-80 {
  padding: 80px;
}

.m-85 {
  margin: 85px;
}

.p-85 {
  padding: 85px;
}

.m-90 {
  margin: 90px;
}

.p-90 {
  padding: 90px;
}

.m-95 {
  margin: 95px;
}

.p-95 {
  padding: 95px;
}

.m-100 {
  margin: 100px;
}

.p-100 {
  padding: 100px;
}

.mt--10 {
  margin-top: -10px;
}

.pt--10 {
  padding-top: -10px;
}

.mb--10 {
  margin-bottom: -10px;
}

.pb--10 {
  padding-bottom: -10px;
}

.ml--10 {
  margin-left: -10px;
}

.pl--10 {
  padding-left: -10px;
}

.mr--10 {
  margin-right: -10px;
}

.pr--10 {
  padding-right: -10px;
}

.mt--5 {
  margin-top: -5px;
}

.pt--5 {
  padding-top: -5px;
}

.mb--5 {
  margin-bottom: -5px;
}

.pb--5 {
  padding-bottom: -5px;
}

.ml--5 {
  margin-left: -5px;
}

.pl--5 {
  padding-left: -5px;
}

.mr--5 {
  margin-right: -5px;
}

.pr--5 {
  padding-right: -5px;
}

.mt-0 {
  margin-top: 0px;
}

.pt-0 {
  padding-top: 0px;
}

.mb-0 {
  margin-bottom: 0px;
}

.pb-0 {
  padding-bottom: 0px;
}

.ml-0 {
  margin-left: 0px;
}

.pl-0 {
  padding-left: 0px;
}

.mr-0 {
  margin-right: 0px;
}

.pr-0 {
  padding-right: 0px;
}

.mt-1 {
  margin-top: 1px;
}

.pt-1 {
  padding-top: 1px;
}

.mb-1 {
  margin-bottom: 1px;
}

.pb-1 {
  padding-bottom: 1px;
}

.ml-1 {
  margin-left: 1px;
}

.pl-1 {
  padding-left: 1px;
}

.mr-1 {
  margin-right: 1px;
}

.pr-1 {
  padding-right: 1px;
}

.mt-2 {
  margin-top: 2px;
}

.pt-2 {
  padding-top: 2px;
}

.mb-2 {
  margin-bottom: 2px;
}

.pb-2 {
  padding-bottom: 2px;
}

.ml-2 {
  margin-left: 2px;
}

.pl-2 {
  padding-left: 2px;
}

.mr-2 {
  margin-right: 2px;
}

.pr-2 {
  padding-right: 2px;
}

.mt-3 {
  margin-top: 3px;
}

.pt-3 {
  padding-top: 3px;
}

.mb-3 {
  margin-bottom: 3px;
}

.pb-3 {
  padding-bottom: 3px;
}

.ml-3 {
  margin-left: 3px;
}

.pl-3 {
  padding-left: 3px;
}

.mr-3 {
  margin-right: 3px;
}

.pr-3 {
  padding-right: 3px;
}

.mt-4 {
  margin-top: 4px;
}

.pt-4 {
  padding-top: 4px;
}

.mb-4 {
  margin-bottom: 4px;
}

.pb-4 {
  padding-bottom: 4px;
}

.ml-4 {
  margin-left: 4px;
}

.pl-4 {
  padding-left: 4px;
}

.mr-4 {
  margin-right: 4px;
}

.pr-4 {
  padding-right: 4px;
}

.mt-5 {
  margin-top: 5px;
}

.pt-5 {
  padding-top: 5px;
}

.mb-5 {
  margin-bottom: 5px;
}

.pb-5 {
  padding-bottom: 5px;
}

.ml-5 {
  margin-left: 5px;
}

.pl-5 {
  padding-left: 5px;
}

.mr-5 {
  margin-right: 5px;
}

.pr-5 {
  padding-right: 5px;
}

.mt-10 {
  margin-top: 10px;
}

.pt-10 {
  padding-top: 10px;
}

.mb-10 {
  margin-bottom: 10px;
}

.pb-10 {
  padding-bottom: 10px;
}

.ml-10 {
  margin-left: 10px;
}

.pl-10 {
  padding-left: 10px;
}

.mr-10 {
  margin-right: 10px;
}

.pr-10 {
  padding-right: 10px;
}

.mt-15 {
  margin-top: 15px;
}

.pt-15 {
  padding-top: 15px;
}

.mb-15 {
  margin-bottom: 15px;
}

.pb-15 {
  padding-bottom: 15px;
}

.ml-15 {
  margin-left: 15px;
}

.pl-15 {
  padding-left: 15px;
}

.mr-15 {
  margin-right: 15px;
}

.pr-15 {
  padding-right: 15px;
}

.mt-20 {
  margin-top: 20px;
}

.pt-20 {
  padding-top: 20px;
}

.mb-20 {
  margin-bottom: 20px;
}

.pb-20 {
  padding-bottom: 20px;
}

.ml-20 {
  margin-left: 20px;
}

.pl-20 {
  padding-left: 20px;
}

.mr-20 {
  margin-right: 20px;
}

.pr-20 {
  padding-right: 20px;
}

.mt-25 {
  margin-top: 25px;
}

.pt-25 {
  padding-top: 25px;
}

.mb-25 {
  margin-bottom: 25px;
}

.pb-25 {
  padding-bottom: 25px;
}

.ml-25 {
  margin-left: 25px;
}

.pl-25 {
  padding-left: 25px;
}

.mr-25 {
  margin-right: 25px;
}

.pr-25 {
  padding-right: 25px;
}

.mt-30 {
  margin-top: 30px;
}

.pt-30 {
  padding-top: 30px;
}

.mb-30 {
  margin-bottom: 30px;
}

.pb-30 {
  padding-bottom: 30px;
}

.ml-30 {
  margin-left: 30px;
}

.pl-30 {
  padding-left: 30px;
}

.mr-30 {
  margin-right: 30px;
}

.pr-30 {
  padding-right: 30px;
}

.mt-35 {
  margin-top: 35px;
}

.pt-35 {
  padding-top: 35px;
}

.mb-35 {
  margin-bottom: 35px;
}

.pb-35 {
  padding-bottom: 35px;
}

.ml-35 {
  margin-left: 35px;
}

.pl-35 {
  padding-left: 35px;
}

.mr-35 {
  margin-right: 35px;
}

.pr-35 {
  padding-right: 35px;
}

.mt-40 {
  margin-top: 40px;
}

.pt-40 {
  padding-top: 40px;
}

.mb-40 {
  margin-bottom: 40px;
}

.pb-40 {
  padding-bottom: 40px;
}

.ml-40 {
  margin-left: 40px;
}

.pl-40 {
  padding-left: 40px;
}

.mr-40 {
  margin-right: 40px;
}

.pr-40 {
  padding-right: 40px;
}

.mt-45 {
  margin-top: 45px;
}

.pt-45 {
  padding-top: 45px;
}

.mb-45 {
  margin-bottom: 45px;
}

.pb-45 {
  padding-bottom: 45px;
}

.ml-45 {
  margin-left: 45px;
}

.pl-45 {
  padding-left: 45px;
}

.mr-45 {
  margin-right: 45px;
}

.pr-45 {
  padding-right: 45px;
}

.mt-50 {
  margin-top: 50px;
}

.pt-50 {
  padding-top: 50px;
}

.mb-50 {
  margin-bottom: 50px;
}

.pb-50 {
  padding-bottom: 50px;
}

.ml-50 {
  margin-left: 50px;
}

.pl-50 {
  padding-left: 50px;
}

.mr-50 {
  margin-right: 50px;
}

.pr-50 {
  padding-right: 50px;
}

.mt-55 {
  margin-top: 55px;
}

.pt-55 {
  padding-top: 55px;
}

.mb-55 {
  margin-bottom: 55px;
}

.pb-55 {
  padding-bottom: 55px;
}

.ml-55 {
  margin-left: 55px;
}

.pl-55 {
  padding-left: 55px;
}

.mr-55 {
  margin-right: 55px;
}

.pr-55 {
  padding-right: 55px;
}

.mt-60 {
  margin-top: 60px;
}

.pt-60 {
  padding-top: 60px;
}

.mb-60 {
  margin-bottom: 60px;
}

.pb-60 {
  padding-bottom: 60px;
}

.ml-60 {
  margin-left: 60px;
}

.pl-60 {
  padding-left: 60px;
}

.mr-60 {
  margin-right: 60px;
}

.pr-60 {
  padding-right: 60px;
}

.mt-65 {
  margin-top: 65px;
}

.pt-65 {
  padding-top: 65px;
}

.mb-65 {
  margin-bottom: 65px;
}

.pb-65 {
  padding-bottom: 65px;
}

.ml-65 {
  margin-left: 65px;
}

.pl-65 {
  padding-left: 65px;
}

.mr-65 {
  margin-right: 65px;
}

.pr-65 {
  padding-right: 65px;
}

.mt-70 {
  margin-top: 70px;
}

.pt-70 {
  padding-top: 70px;
}

.mb-70 {
  margin-bottom: 70px;
}

.pb-70 {
  padding-bottom: 70px;
}

.ml-70 {
  margin-left: 70px;
}

.pl-70 {
  padding-left: 70px;
}

.mr-70 {
  margin-right: 70px;
}

.pr-70 {
  padding-right: 70px;
}

.mt-75 {
  margin-top: 75px;
}

.pt-75 {
  padding-top: 75px;
}

.mb-75 {
  margin-bottom: 75px;
}

.pb-75 {
  padding-bottom: 75px;
}

.ml-75 {
  margin-left: 75px;
}

.pl-75 {
  padding-left: 75px;
}

.mr-75 {
  margin-right: 75px;
}

.pr-75 {
  padding-right: 75px;
}

.mt-80 {
  margin-top: 80px;
}

.pt-80 {
  padding-top: 80px;
}

.mb-80 {
  margin-bottom: 80px;
}

.pb-80 {
  padding-bottom: 80px;
}

.ml-80 {
  margin-left: 80px;
}

.pl-80 {
  padding-left: 80px;
}

.mr-80 {
  margin-right: 80px;
}

.pr-80 {
  padding-right: 80px;
}

.mt-85 {
  margin-top: 85px;
}

.pt-85 {
  padding-top: 85px;
}

.mb-85 {
  margin-bottom: 85px;
}

.pb-85 {
  padding-bottom: 85px;
}

.ml-85 {
  margin-left: 85px;
}

.pl-85 {
  padding-left: 85px;
}

.mr-85 {
  margin-right: 85px;
}

.pr-85 {
  padding-right: 85px;
}

.mt-90 {
  margin-top: 90px;
}

.pt-90 {
  padding-top: 90px;
}

.mb-90 {
  margin-bottom: 90px;
}

.pb-90 {
  padding-bottom: 90px;
}

.ml-90 {
  margin-left: 90px;
}

.pl-90 {
  padding-left: 90px;
}

.mr-90 {
  margin-right: 90px;
}

.pr-90 {
  padding-right: 90px;
}

.mt-95 {
  margin-top: 95px;
}

.pt-95 {
  padding-top: 95px;
}

.mb-95 {
  margin-bottom: 95px;
}

.pb-95 {
  padding-bottom: 95px;
}

.ml-95 {
  margin-left: 95px;
}

.pl-95 {
  padding-left: 95px;
}

.mr-95 {
  margin-right: 95px;
}

.pr-95 {
  padding-right: 95px;
}

.mt-100 {
  margin-top: 100px;
}

.pt-100 {
  padding-top: 100px;
}

.mb-100 {
  margin-bottom: 100px;
}

.pb-100 {
  padding-bottom: 100px;
}

.ml-100 {
  margin-left: 100px;
}

.pl-100 {
  padding-left: 100px;
}

.mr-100 {
  margin-right: 100px;
}

.pr-100 {
  padding-right: 100px;
}

@media (max-width: 640px) {
  .mt-mobile-15 {
    margin-top: 15px;
  }

  .mt-mobile-30 {
    margin-top: 30px;
  }

  .mb-mobile-30 {
    margin-bottom: 30px;
  }
}
[data-responsive-bg] {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
[data-responsive-bg] > img,
[data-responsive-bg] > picture {
  opacity: 0;
  visibility: hidden;
}

[data-responsive-bg-fade] {
  opacity: 0;
}

[data-responsive-bg-fade-loaded] {
  opacity: 1;
  transition: opacity 0.5s ease;
}

[data-lazyload],
[data-lazyload] img {
  opacity: 0;
  transition: opacity 0.5s ease;
}

.loader,
.loader:after {
  border-radius: 50%;
  width: 10em;
  height: 10em;
}

.loader {
  display: inline-block;
  font-size: 1.4px;
  position: relative;
  top: 2px;
  text-indent: -9999em;
  border-top: 1.1em solid rgba(255, 255, 255, 0.2);
  border-right: 1.1em solid rgba(255, 255, 255, 0.2);
  border-bottom: 1.1em solid rgba(255, 255, 255, 0.2);
  border-left: 1.1em solid #fff;
  transform: translateZ(0);
  -webkit-animation: load8 1.1s infinite linear;
          animation: load8 1.1s infinite linear;
}

.loader--black {
  border-top: 1.1em solid rgba(0, 0, 0, 0.2);
  border-right: 1.1em solid rgba(0, 0, 0, 0.2);
  border-bottom: 1.1em solid rgba(0, 0, 0, 0.2);
  border-left: 1.1em solid #000;
}

.loader--medium {
  font-size: 4px;
}

.loader--big {
  font-size: 10px;
}

@-webkit-keyframes load8 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes load8 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.tabs .tabs-menu {
  list-style: none;
  padding: 0;
  margin: 0;
}
.tabs .tabs-menu li {
  display: inline-block;
  cursor: pointer;
  padding: 5px 15px;
  border-left: 1px solid #ddd;
}
.tabs .tabs-menu li:first-child {
  border-left: none;
  padding-left: 0;
}
.tabs .tabs-menu li.disabled {
  cursor: default;
}
.tabs .tabs-content {
  display: none;
}
.tabs .tabs-content.active {
  display: block;
}

@media (max-width: 1280px) {
  .hide-tablet-big {
    display: none !important;
  }
}

.show-tablet-big {
  display: none !important;
}
@media (max-width: 1280px) {
  .show-tablet-big {
    display: block !important;
  }
}

@media (max-width: 980px) {
  .hide-tablet {
    display: none !important;
  }
}

.show-tablet {
  display: none !important;
}
@media (max-width: 980px) {
  .show-tablet {
    display: block !important;
  }
}

.show-tablet-flex {
  display: none !important;
}
@media (max-width: 980px) {
  .show-tablet-flex {
    display: flex !important;
  }
}

@media (max-width: 640px) {
  .hide-mobile {
    display: none !important;
  }
}

.show-mobile {
  display: none !important;
}
@media (max-width: 640px) {
  .show-mobile {
    display: block !important;
  }
}

.show-mobile-flex {
  display: none !important;
}
@media (max-width: 640px) {
  .show-mobile-flex {
    display: flex !important;
  }
}

.hide {
  display: none !important;
}

.content {
  max-width: 1047px;
  padding: 0 20px;
  margin: 0 auto;
}

@media (max-width: 1280px) {
  .content--home {
    overflow: hidden;
  }
}

.header .content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 640px) {
  .header .content {
    align-items: flex-start;
  }
}

.header__logo {
  flex: 0 0 auto;
}
.header__logo img {
  height: 82px;
}
@media (max-width: 640px) {
  .header__logo {
    margin: 18px 0 0;
  }
  .header__logo img {
    height: 50px;
  }
}

.header__logo--logged img {
  height: 67px;
}
@media (max-width: 640px) {
  .header__logo--logged img {
    height: 50px;
  }
}

.header__login-menu {
  width: 326px;
  padding: 53px 55px 41px;
  border-bottom-left-radius: 25px;
  border-bottom-right-radius: 25px;
  background: #6B2989;
  text-align: center;
}
.header__login-menu a:last-child {
  display: inline-block;
  margin: 14px 0 0;
  color: #fff;
  font-size: 1.4rem;
  font-weight: 600;
  text-decoration: underline;
}
@media (max-width: 640px) {
  .header__login-menu {
    display: none;
  }
}

.header__login-menu-mobile {
  display: none;
  padding: 16px 15px;
  border-bottom-left-radius: 25px;
  border-bottom-right-radius: 25px;
  background: #6B2989;
  color: #fff;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5rem;
  text-align: center;
}
.header__login-menu-mobile a {
  color: #fff;
}
.header__login-menu-mobile a:hover, .header__login-menu-mobile a:active, .header__login-menu-mobile a:focus {
  color: #e6e6e6;
}
.header__login-menu-mobile a:first-child {
  font-size: 1.2rem;
  font-weight: 800;
  line-height: normal;
  text-transform: uppercase;
}
@media (max-width: 640px) {
  .header__login-menu-mobile {
    display: block;
  }
}

.header__logged {
  display: flex;
  align-items: center;
  padding: 33px 35px 36px 53px;
  border-bottom-left-radius: 25px;
  border-bottom-right-radius: 25px;
  background: #6B2989;
}
@media (max-width: 640px) {
  .header__logged {
    padding: 13px 23px 16px;
  }
}

.header__menu-link {
  display: inline-block;
  margin: 0;
  color: #fff;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
}
.header__menu-link:hover, .header__menu-link:active, .header__menu-link:focus {
  color: #e6e6e6;
  text-decoration: none;
}
.header__menu-link i {
  display: inline-block;
  margin: 0 0 7px;
}
@media (max-width: 640px) {
  .header__menu-link {
    display: none;
  }
}

.header__search {
  width: 309px;
  margin: 0 56px 10px 62px;
}
.header__search .form-row {
  position: relative;
  margin: 0;
}
.header__search .form-row input {
  border: none;
  padding: 7px 24px;
}
.header__search button {
  position: absolute;
  right: 0;
  top: 0;
}
@media (max-width: 980px) {
  .header__search {
    display: none;
  }
}

.header__search-tablet {
  display: none;
  margin: 0 15px;
}
@media (max-width: 980px) {
  .header__search-tablet {
    display: block;
  }
}
@media (max-width: 640px) {
  .header__search-tablet {
    display: none;
  }
}

.header__logged-links {
  text-align: center;
}
.header__logged-links a {
  font-size: 1.7rem;
  color: #fff;
  font-weight: 500;
  text-decoration: underline;
}
.header__logged-links a:hover, .header__logged-links a:active, .header__logged-links a:focus {
  color: #e6e6e6;
}
.header__logged-links a:last-child {
  display: inline-block;
  margin: 8px 0 0;
  font-weight: 600;
  text-decoration: none;
}
@media (max-width: 640px) {
  .header__logged-links {
    display: none;
  }
}

.header__profile {
  margin-left: 25px;
  width: 86px;
  height: 86px;
  border-radius: 86px;
  background: #f8f8f8;
  overflow: hidden;
}
@media (max-width: 640px) {
  .header__profile {
    display: none;
  }
}

.header__mobile-links {
  display: none;
  margin: 0 -8px;
}
@media (max-width: 640px) {
  .header__mobile-links {
    display: flex;
  }
}

.header__mobile-link {
  display: inline-block;
  margin: 0 8px;
  color: #fff;
  font-size: 1.2rem;
  font-weight: 600;
  text-align: center;
}
.header__mobile-link:hover, .header__mobile-link:active, .header__mobile-link:focus {
  color: #e6e6e6;
}
.header__mobile-link i {
  display: inline-block;
  margin: 0 0 7px;
}

.search-popup form {
  margin: 50px 0 20px;
}
.search-popup .btn {
  width: 100%;
}

footer {
  padding: 121px 0 124px;
}
footer .content {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: none;
}
footer .content > a {
  flex: 0 0 auto;
}
@media (max-width: 980px) {
  footer {
    padding: 55px 0 85px;
  }
  footer .content {
    display: block;
  }
  footer .content > a {
    display: inline-block;
    margin: 0 0 58px;
  }
}
@media (max-width: 640px) {
  footer .content > a {
    display: inline-block;
    margin: 0 0 58px;
  }
}

.footer-links {
  display: flex;
  flex: 0 0 auto;
}
.footer-links a {
  display: block;
  position: relative;
  margin: 0 45px;
  color: #000;
  font-size: 1.7rem;
  font-weight: 500;
  text-decoration: underline;
}
.footer-links a:hover, .footer-links a:active, .footer-links a:focus {
  color: #1a1a1a;
}
.footer-links a:after {
  content: "";
  display: block;
  position: absolute;
  top: 7px;
  right: -50px;
  width: 9px;
  height: 9px;
  border: 2px solid #252525;
  border-radius: 9px;
  box-sizing: border-box;
}
.footer-links a:last-child:after {
  display: none;
}
@media (max-width: 980px) {
  .footer-links {
    margin: 0 -20px;
  }
  .footer-links a {
    margin: 0 20px;
  }
  .footer-links a:after {
    right: -24px;
  }
}
@media (max-width: 640px) {
  .footer-links {
    flex-direction: column;
    margin: 0;
  }
  .footer-links a {
    margin: 0 0 16px;
  }
  .footer-links a:after {
    display: none;
  }
}

.logos {
  display: flex;
}
.logos div {
  margin: 0 10px;
  font-size: 0.8rem;
  max-width: 170px;
}
.logos img {
  display: block;
  height: 80px;
  margin: 0 auto 10px;
}
@media (max-width: 980px) {
  .logos {
    margin: 30px 0 0;
  }
}
@media (max-width: 640px) {
  .logos {
    margin: 15px 0 0;
  }
}

.with-sidebar {
  display: flex;
  align-items: flex-start;
}
.with-sidebar > div:not(.sidebar) {
  flex: 1 1 auto;
}
@media (max-width: 980px) {
  .with-sidebar {
    flex-direction: column-reverse;
  }
  .with-sidebar > div:not(.sidebar) {
    width: 100%;
  }
}

.with-sidebar--single {
  margin-bottom: 200px;
}
@media (max-width: 760px) {
  .with-sidebar--single {
    margin-bottom: 26px;
  }
}

.sidebar {
  flex: 0 0 auto;
  width: 339px;
  margin-right: 84px;
}
.with-sidebar--single .sidebar {
  position: -webkit-sticky;
  position: sticky;
  top: 20px;
}
.admin-bar .with-sidebar--single .sidebar {
  top: 50px;
}
@media (max-width: 980px) {
  .with-sidebar--single .sidebar, .with-sidebar--single-case .sidebar {
    width: 100%;
    margin: 40px 0 0;
  }
}
@media (max-width: 760px) {
  .sidebar {
    width: 100%;
    margin: 0;
  }
  .register .sidebar, .login .sidebar {
    margin-top: 40px;
  }
}

.sidebar--small {
  width: 327px;
  margin-right: 100px;
}

.sidebar--register {
  width: 340px;
  margin-right: 88px;
}

@media (max-width: 980px) {
  .sidebar__btns {
    margin: 0 -15px;
  }
}
@media (max-width: 640px) {
  .sidebar__btns {
    display: block !important;
    margin: 0;
  }
}

.sidebar__btn {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 16px 34px;
  margin: 0 0 29px;
}
.sidebar__btn i {
  flex: 0 0 auto;
  margin-right: 25px;
}
.sidebar__btn span {
  color: #252525;
  font-size: 1.7rem;
  font-weight: normal;
  text-align: left;
}
.sidebar__btn span b {
  display: block;
  margin: 0 0 4px;
  color: #252525;
  font-size: 2.6rem;
  font-weight: 600;
}
@media (max-width: 980px) {
  .sidebar__btn {
    width: calc(50% - 30px);
    margin-left: 15px;
    margin-right: 15px;
  }
}
@media (max-width: 640px) {
  .sidebar__btn {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  .sidebar__btn + .sidebar__btn {
    margin-bottom: 50px;
  }
}

.sidebar__btn--center {
  justify-content: center;
}

.page-archive {
  position: relative;
  margin-top: 123px;
  padding-top: 77px;
}
.page-archive .rectangle {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
  width: 100%;
  height: calc(100% - 180px);
  max-width: 665px;
  min-height: 350px;
  border-radius: 25px;
  background: #f0f0f0;
}

.breadcrumbs-wrapper {
  display: flex;
  justify-content: space-between;
  margin: 128px 0 71px;
  font-size: 1.7rem;
}
@media (max-width: 640px) {
  .breadcrumbs-wrapper {
    margin: 65px 0 48px;
  }
}

.breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.breadcrumbs a {
  margin-right: 20px;
  color: #000;
  font-weight: 500;
  text-decoration: underline;
}
.breadcrumbs a:hover, .breadcrumbs a:active, .breadcrumbs a:focus {
  color: #1a1a1a;
}
.breadcrumbs a i {
  margin-right: 20px;
}
@media (max-width: 640px) {
  .breadcrumbs a {
    margin-bottom: 5px;
  }
}

.cards {
  display: flex;
  flex-wrap: wrap;
  margin: 68px -7px 0;
}
@media (max-width: 640px) {
  .cards {
    margin: 50px 0 0;
  }
}

.cards--slider {
  max-width: 762px;
  height: 350px;
  margin: 62px auto 0;
  justify-content: center;
  overflow: hidden;
}
.cards--slider.slick-slider {
  overflow: visible;
}
.cards--slider .slick-list {
  padding-bottom: 10px;
  min-width: 762px;
}
.cards--slider .slick-next {
  right: -90px;
}
.cards--slider .slick-next:before {
  display: none;
}
.cards--slider .slick-prev {
  left: -90px;
}
.cards--slider .slick-prev:before {
  display: none;
}
.cards--slider .slick-next,
.cards--slider .slick-prev {
  height: 100%;
  background: #fff;
  z-index: 100;
}
.cards--slider .slick-next:after,
.cards--slider .slick-prev:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
@media (max-width: 980px) {
  .cards--slider {
    max-width: 520px;
  }
  .cards--slider .slick-list {
    min-width: 520px;
  }
}
@media (max-width: 760px) {
  .cards--slider {
    max-width: 515px;
  }
  .cards--slider .slick-list {
    min-width: 515px;
  }
  .cards--slider .slick-next {
    width: 26px;
    height: 40px;
    background-image: url(../images/sprite@2x.png);
    background-position: -78px -201px;
    background-size: 277px 266px;
    right: -16px;
  }
  .cards--slider .slick-next:after {
    width: 26px;
    height: 40px;
    background-image: url(../images/sprite@2x.png);
    background-position: -78px -201px;
    background-size: 277px 266px;
  }
  .cards--slider .slick-prev {
    width: 26px;
    height: 40px;
    background-image: url(../images/sprite@2x.png);
    background-position: -26px -201px;
    background-size: 277px 266px;
    left: -16px;
  }
  .cards--slider .slick-prev:after {
    width: 26px;
    height: 40px;
    background-image: url(../images/sprite@2x.png);
    background-position: -26px -201px;
    background-size: 277px 266px;
  }
  .cards--slider .slick-next,
.cards--slider .slick-prev {
    height: 100%;
    background: #fff;
  }
}
@media (max-width: 640px) {
  .cards--slider {
    max-width: 260px;
  }
  .cards--slider .slick-list {
    min-width: 0;
  }
  .cards--slider .slick-next {
    right: -16px;
  }
  .cards--slider .slick-prev {
    left: -16px;
  }
}

.cards--slider.cards--slider-white .slick-next,
.cards--slider.cards--slider-white .slick-prev {
  height: 100%;
  background: none;
}
@media (max-width: 760px) {
  .cards--slider.cards--slider-white .slick-next {
    width: 26px;
    height: 40px;
    background-image: url(../images/sprite@2x.png);
    background-position: -52px -201px;
    background-size: 277px 266px;
  }
  .cards--slider.cards--slider-white .slick-next:after {
    width: 26px;
    height: 40px;
    background-image: url(../images/sprite@2x.png);
    background-position: -52px -201px;
    background-size: 277px 266px;
  }
  .cards--slider.cards--slider-white .slick-prev {
    width: 26px;
    height: 40px;
    background-image: url(../images/sprite@2x.png);
    background-position: 0px -201px;
    background-size: 277px 266px;
  }
  .cards--slider.cards--slider-white .slick-prev:after {
    width: 26px;
    height: 40px;
    background-image: url(../images/sprite@2x.png);
    background-position: 0px -201px;
    background-size: 277px 266px;
  }
  .cards--slider.cards--slider-white .slick-next,
.cards--slider.cards--slider-white .slick-prev {
    height: 100%;
    background: none;
  }
}

.slick-slider .card-slide {
  padding: 0 7px;
}

.card {
  display: flex;
  flex-direction: column;
  width: 240px;
  height: 350px;
  margin: 0 7px 16px;
  border: 6px solid #626262;
  border-radius: 15px;
  box-shadow: 4px 4px 10px 0 rgba(0, 0, 0, 0.15);
  background: #fff;
  text-decoration: none;
}
.card:hover, .card:active, .card:focus {
  text-decoration: none;
}
.slick-slider .card-slide .card {
  margin: 0;
}
@media (max-width: 1126px) {
  .card {
    width: calc(25% - 14px);
  }
  .cards--slider .card, .card.card--fixed-width {
    width: 240px;
  }
}
@media (max-width: 980px) {
  .card {
    width: calc(33% - 14px);
  }
  .cards--slider .card, .card.card--fixed-width {
    width: 240px;
  }
}
@media (max-width: 640px) {
  .card {
    width: 240px;
    margin: 0 auto 16px;
  }
  .slick-slider .card-slide .card {
    margin: 0 auto;
  }
}

.card__theme {
  flex: 0 0 auto;
  padding: 0 15px;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  background: #555555;
}
.card__theme span {
  display: inline-block;
  margin: 21px 0 15px;
  padding: 1px 7px;
  border-radius: 10px;
  background: #fff;
  color: #555555;
  font-size: 1.4rem;
  font-weight: 600;
  text-transform: uppercase;
}
.card__theme .empty {
  background: none;
}
.card__theme div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 4px;
  color: #fff;
  font-size: 1.4rem;
  font-weight: 600;
  text-transform: uppercase;
}

.card__theme--administration {
  background: #77ACDD;
}
.card:hover .card__theme--administration {
  background: #a0c5e7;
}

.card__theme--campaigning {
  background: #27AA59;
}
.card:hover .card__theme--campaigning {
  background: #34d06f;
}

.card__theme--communications {
  background: #707CDF;
}
.card:hover .card__theme--communications {
  background: #9aa2e8;
}

.card__theme--community {
  background: #FA9EC7;
}
.card:hover .card__theme--community {
  background: #fcc5dd;
}

.card__theme--fundraising {
  background: #E13A3B;
}
.card:hover .card__theme--fundraising {
  background: #e86667;
}

.card__theme--russian {
  background: #FFB904;
}
.card:hover .card__theme--russian {
  background: #ffce51;
}

.card__theme--security {
  background: #56BBAB;
}
.card:hover .card__theme--security {
  background: #8dd1c6;
}

.card__theme--wellbeing {
  background: #F49826;
}
.card:hover .card__theme--wellbeing {
  background: #f8bb6f;
}

.card__theme--sensitive {
  background: #626262;
}
.card:hover .card__theme--sensitive {
  background: #6f6f6f;
}

.card__details {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  justify-content: flex-end;
  padding: 20px 19px 30px;
  overflow: hidden;
}

.card__title {
  max-height: 211px;
  margin: 0 0 16px;
  color: #252525;
  font-size: 2.2rem;
  font-weight: 600;
}
.card:hover .card__title {
  color: #3f3f3f;
}

.card__title--small {
  font-size: 1.8rem;
}

.card__author {
  flex: 0 0 auto;
  color: #252525;
  font-size: 1.7rem;
  text-transform: capitalize;
}
.card:hover .card__author {
  color: #3f3f3f;
}

.cards__empty {
  margin: 40px 0 0;
  color: #fff;
  font-size: 3rem;
  font-weight: 600;
  text-align: center;
}

.cards__pagination h2 {
  display: none;
}
.cards__pagination .nav-links {
  display: flex;
  flex-wrap: wrap;
  margin: 30px -5px;
}
.cards__pagination .page-numbers {
  padding: 7px 20px;
  margin: 0 5px;
  border: 4px solid #E1E1E1;
  border-radius: 30px;
  background: #fff;
  color: #252525;
  font-size: 1.4rem;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}
.cards__pagination .current {
  border-color: #555555;
}

.case-form__top {
  margin: 0 0 80px;
}
@media (max-width: 640px) {
  .case-form__top {
    margin: 0 0 40px;
  }
}

.case-form__top-text p {
  font-size: 1.9rem;
  line-height: 3.6rem;
  margin: 0 0 17px;
}
.case-form__top-text p:last-child {
  margin: 0;
}

.case-form__url {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 26px 0 0;
}
.case-form__url .subtitle {
  flex: 0 0 auto;
  margin: 0 26px 0 0;
}
.case-form__url input {
  flex: 1 1 auto;
  margin: 0;
}
@media (max-width: 640px) {
  .case-form__url {
    display: block;
  }
}

.case-form__checkbox {
  margin: 0 0 26px;
}

.case-form__submit {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 30px 0 0;
}
.case-form__submit span {
  font-size: 1.4rem;
  font-weight: 600;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}
@media (max-width: 640px) {
  .case-form__submit {
    flex-wrap: wrap;
  }
  .case-form__submit span {
    flex: 0 0 100%;
    margin: 0 0 10px;
  }
  .case-form__submit span br {
    display: none;
  }
}

.case__author {
  border-radius: 25px;
  background: #f8f8f8;
  overflow: hidden;
}
.case__author > div:first-child {
  padding: 72px 0 0;
}
.case__author .title {
  padding: 0 50px;
}
.case__author .info {
  margin: 32px 0 8px;
}
@media (max-width: 980px) {
  .case__author {
    display: flex;
    align-items: center;
  }
  .case__author > div:first-child {
    padding: 25px 0 50px;
  }
}
@media (max-width: 640px) {
  .case__author {
    display: block;
    padding: 50px 0 0;
    margin: 50px 0 0;
  }
}

.case__author-content {
  margin: 74px 0 0;
  padding: 50px;
  background: #f0f0f0;
}
@media (max-width: 980px) {
  .case__author-content {
    margin: 0;
  }
}
@media (max-width: 640px) {
  .case__author-content {
    margin: 50px 0 0;
  }
}

.case__author-image {
  width: 86px;
  height: 86px;
  border-radius: 86px;
  background: #f8f8f8;
  overflow: hidden;
}

.case__author-logo {
  margin-left: 20px;
  width: 90px;
}

.case__author-name {
  margin: 41px 0 10px;
  font-size: 2.6rem;
  font-weight: 600;
}

.case__author-info {
  margin: 0 0 27px;
  font-size: 1.7rem;
}

.case__post {
  position: relative;
  padding: 71px 47px 0;
  margin: 62px 0 0;
}
.case__post .rectangle {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: calc(100% - 117px);
  background: #555555;
  border-radius: 25px;
}
.case__post .card {
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 980px) {
  .with-sidebar--single-case .case__post {
    display: none;
  }
}

.contact {
  display: flex;
  margin: 70px auto 0;
}
@media (max-width: 980px) {
  .contact {
    flex-wrap: wrap;
  }
}

.contact .contact__text {
  margin: 0 auto;
  flex: 1 1 50%;
  width: 50%;
  padding-right: 30px;
}
@media (max-width: 980px) {
  .contact .contact__text {
    flex: 1 1 100%;
    width: 100%;
    padding-right: 0;
    margin-bottom: 40px;
  }
}

.contact__form {
  flex: 1 1 50%;
  width: 50%;
  max-width: 600px;
  padding-left: 30px;
  margin: 0 auto;
}
@media (max-width: 980px) {
  .contact__form {
    flex: 1 1 100%;
    width: 100%;
    padding: 0;
  }
}

.dots {
  display: flex;
  justify-content: center;
}
.dots div {
  width: 19px;
  height: 19px;
  margin: 0 13px;
  border: 6px solid #555555;
  border-radius: 19px;
}
@media (max-width: 640px) {
  .dots div {
    width: 16px;
    height: 16px;
    margin: 0 6px;
    border-width: 4px;
  }
}

.dots--small div {
  width: 13px;
  height: 13px;
  border-width: 4px;
  margin: 0 10px;
}

.dots--white div {
  border-color: #fff;
}

.dots--full-white div {
  background: #fff;
}

.dots--left {
  justify-content: flex-start;
  margin: 0 -10px;
}
@media (max-width: 640px) {
  .dots--left {
    justify-content: center;
  }
}

.page-login {
  margin-top: 113px;
}

.login {
  margin-top: 95px;
}

.login__submit {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.login__submit a {
  margin-left: 20px;
  color: #000;
  text-decoration: underline;
}
.login__submit a:hover, .login__submit a:active, .login__submit a:focus {
  color: #1a1a1a;
}

.form-row {
  margin: 50px 0 0;
}
.form-row input,
.form-row textarea,
.form-row select {
  width: 100%;
  padding: 4px 24px;
  border: 4px solid #555555;
  border-radius: 25px;
  box-shadow: inset 6px 8px 8px rgba(0, 0, 0, 0.15);
  background: #f8f8f8;
  color: #252525;
  font-family: "Montserrat";
  font-size: 1.9rem;
  line-height: 3.6rem;
  outline: none;
}
.form-row input:disabled {
  background: #d4d4d4;
}
.form-row textarea {
  height: 168px;
}
.form-row input[type=checkbox],
.form-row input[type=radio] {
  position: absolute;
  left: -9999px;
  visibility: none;
}
.form-row input[type=checkbox] + label {
  display: block;
  position: relative;
  width: auto;
  padding-left: 40px;
  color: #252525;
  font-size: 1.9rem;
  font-weight: normal;
  line-height: 2.9rem;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: pointer;
}
.form-row input[type=checkbox] + label:after {
  content: "";
  display: block;
  position: absolute;
  top: 2px;
  left: 0;
  width: 25px;
  height: 25px;
  border: 4px solid #555555;
  border-radius: 10px;
  background: #f8f8f8;
  box-sizing: border-box;
  box-shadow: inset 6px 8px 8px rgba(0, 0, 0, 0.15);
}
.form-row input[type=checkbox] + label:before {
  content: "";
  display: none;
  position: absolute;
  top: 3px;
  left: 5px;
  z-index: 1;
}
.form-row input[type=checkbox] + label a {
  color: #000;
  text-decoration: underline;
}
.form-row input[type=checkbox] + label a:hover, .form-row input[type=checkbox] + label a:active, .form-row input[type=checkbox] + label a:focus {
  color: #1a1a1a;
}
.form-row input[type=checkbox]:checked + label:before {
  display: block;
}
.form-row select {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.form-row .select {
  position: relative;
}
.form-row .select i {
  position: absolute;
  top: 50%;
  right: 26px;
  transform: translateY(-50%);
  pointer-events: none;
}
@media (max-width: 640px) {
  .form-row {
    margin: 30px 0 0;
  }
  .form-row input[type=checkbox] + label {
    font-size: 1.6rem;
    line-height: 2.2rem;
  }
}

.form-row--no-margin {
  margin: 0;
}

.form-row--medium-margin {
  margin: 30px 0 0;
}
@media (max-width: 640px) {
  .form-row--medium-margin {
    margin: 20px 0 0;
  }
}

.form-row--small-margin {
  margin: 18px 0 0;
}

.form-dropzone {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  background: #f8f8f8;
  width: 100%;
  height: 348px;
  border-radius: 25px;
  font-size: 2.6rem;
  font-weight: 600;
  line-height: 3.6rem;
  text-align: center;
}
.form-dropzone .dz-progress,
.form-dropzone .dz-error-message,
.form-dropzone .dz-success-mark,
.form-dropzone .dz-error-mark {
  display: none;
}
@media (max-width: 640px) {
  .form-dropzone {
    height: 250px;
    font-size: 2.2rem;
    line-height: 3rem;
  }
}

.form-dropzone--hover {
  background: #dfdfdf;
}

.form-dropzone__file {
  display: none;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 40px;
  overflow: hidden;
}
.form-dropzone__file video {
  width: 100%;
}

.form-dropzone__preview {
  display: none;
}

.form-dropzone__text {
  cursor: pointer;
  pointer-events: none;
}
.form-dropzone__text span {
  text-decoration: underline;
}

.form-dropzone__working {
  display: none;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.form-dropzone__remove {
  display: none;
  position: absolute;
  top: 5px;
  right: 20px;
}

.form-image {
  display: flex;
  align-items: center;
  position: relative;
}

.form-image__image {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 112px;
  height: 112px;
  margin-right: 30px;
  border-radius: 112px;
  background: #f8f8f8;
  overflow: hidden;
}

.form-image__preview {
  display: none;
}

.form-image__working {
  display: none;
  position: absolute;
  top: 50%;
  left: 38px;
  transform: translateY(-50%);
}

.form-image__remove {
  display: inline-block;
  margin: 13px 0 0;
  color: #000;
  font-size: 1.6rem;
  font-weight: 600;
  text-decoration: underline;
}
.form-image__remove:hover, .form-image__remove:active, .form-image__remove:focus {
  color: #1a1a1a;
  text-decoration: underline;
}

.home__hero {
  position: relative;
  padding: 100px 32px 107px 86px;
  margin: 97px 0 0;
  border-radius: 25px;
  background: #AC6CCA;
  color: #fff;
}
.home__hero .btn {
  display: block;
  max-width: 217px;
}
.home__hero .login-link {
  display: inline-block;
  margin: 19px 0 0;
  color: #fff;
  font-weight: 600;
  text-decoration: underline;
}
.home__hero .login-link:hover, .home__hero .login-link:active, .home__hero .login-link:focus {
  color: #e6e6e6;
}
@media (max-width: 980px) {
  .home__hero {
    padding: 60px 20px 70px 50px;
  }
}
@media (max-width: 640px) {
  .home__hero {
    padding: 40px 29px 276px;
    margin: 33px 0 0;
  }
  .home__hero .btn {
    margin-left: auto;
    margin-right: auto;
  }
  .home__hero .login-link {
    display: block;
    margin: 21px 0 0;
    text-align: center;
  }
}

.home__hero-title {
  font-family: "Nunito";
  font-size: 6rem;
  font-weight: 800;
}
@media (max-width: 640px) {
  .home__hero-title {
    font-size: 3.5rem;
  }
}

.home__hero-image {
  position: relative;
}
.home__hero-image img {
  position: absolute;
  top: -27px;
  right: -82px;
}
@media (max-width: 1280px) {
  .home__hero-image img {
    width: 520px;
    right: -66px;
  }
}
@media (max-width: 980px) {
  .home__hero-image img {
    width: 380px;
    top: -54px;
    right: -60px;
  }
}
@media (max-width: 760px) {
  .home__hero-image img {
    width: 290px;
    top: -6px;
    right: -75px;
  }
}
@media (max-width: 640px) {
  .home__hero-image {
    display: none;
  }
}

.home__hero-image-mobile {
  display: none;
  position: relative;
  width: calc(100% + 98px);
  margin-top: 46px;
  margin-left: -49px;
}
.home__hero-image-mobile img {
  position: absolute;
  top: 0;
  left: 20px;
}
@media (max-width: 640px) {
  .home__hero-image-mobile {
    display: block;
  }
}

.home__hero-text {
  max-width: 360px;
  margin: 48px 0 0;
  font-size: 1.9rem;
  font-weight: 500;
  line-height: 3.6rem;
}
@media (max-width: 640px) {
  .home__hero-text {
    max-width: none;
    margin: 29px 0 0;
  }
}

.home__hero-info {
  position: relative;
  padding: 8px 12px 8px 45px;
  max-width: 418px;
  margin: 69px 0 23px;
  border-radius: 10px;
  background: rgba(107, 41, 137, 0.5);
  font-size: 1.4rem;
  line-height: 2.2rem;
}
.home__hero-info i {
  display: block;
  position: absolute;
  left: 12px;
  top: 8px;
}
@media (max-width: 980px) {
  .home__hero-info {
    max-width: 318px;
  }
}
@media (max-width: 760px) {
  .home__hero-info {
    margin: 18px 0 23px;
  }
}
@media (max-width: 640px) {
  .home__hero-info {
    max-width: none;
    margin: 28px 0 32px;
  }
}

.home__hero-logo {
  margin: 45px 0 0 86px;
}
@media (max-width: 980px) {
  .home__hero-logo {
    margin: 30px 0 20px 50px;
  }
}
@media (max-width: 640px) {
  .home__hero-logo {
    margin: 226px 0 140px;
    text-align: center;
  }
}

.home__section {
  display: flex;
  position: relative;
  margin: 100px 0;
}
.home__section > div {
  flex: 0 0 auto;
  width: 480px;
  margin-left: 70px;
}
.home__section b {
  position: relative;
  flex: 1 1 auto;
}
.home__section img {
  position: absolute;
  right: 0;
  max-width: none;
}
.home__section span,
.home__section h2 {
  display: block;
  margin: 0 0 45px;
  color: #555555;
  font-size: 4.5rem;
  font-family: "Nunito";
  font-weight: 800;
  line-height: 4.5rem;
}
.home__section p {
  margin: 0 0 19px;
  font-size: 1.9rem;
  line-height: 3.6rem;
}
.home__section p:last-child {
  margin: 0;
}
@media (max-width: 980px) {
  .home__section > div {
    width: 410px;
    margin-left: 40px;
  }
  .home__section img {
    max-width: 285px;
  }
}
@media (max-width: 760px) {
  .home__section {
    margin: 70px 0;
  }
  .home__section > div {
    width: 340px;
    margin-left: 20px;
  }
}
@media (max-width: 640px) {
  .home__section {
    flex-wrap: wrap;
    margin: 115px 0;
  }
  .home__section > div {
    width: 100%;
    padding: 0 30px;
    margin: 75px 0 0;
  }
  .home__section img {
    position: static;
    max-width: 100%;
  }
  .home__section span,
.home__section h2 {
    margin: 0 0 40px;
  }
}

.home__section--guides {
  margin-top: 205px;
}
@media (max-width: 640px) {
  .home__section--guides {
    margin-top: 107px;
  }
}

.home__section--privacy {
  flex-direction: row-reverse;
  margin: 100px 0 200px;
}
.home__section--privacy > div {
  margin-left: auto;
  margin-right: auto;
  margin-right: 70px;
}
.home__section--privacy img {
  right: auto;
  left: 0;
}
@media (max-width: 980px) {
  .home__section--privacy {
    margin: 100px 0;
  }
  .home__section--privacy > div {
    margin-right: 40px;
  }
}
@media (max-width: 760px) {
  .home__section--privacy {
    margin: 70px 0;
  }
  .home__section--privacy > div {
    margin-right: 40px;
  }
}
@media (max-width: 640px) {
  .home__section--privacy {
    flex-direction: row;
    margin: 100px 0;
  }
  .home__section--privacy > div {
    margin: 75px 0 0;
  }
}

.home__section--experience {
  margin: 140px 0 150px;
}
.home__section--experience > div {
  width: 375px;
}
@media (max-width: 760px) {
  .home__section--experience {
    margin: 70px 0;
  }
}
@media (max-width: 640px) {
  .home__section--experience {
    margin: 128px 0 123px;
  }
  .home__section--experience > div {
    width: 100%;
  }
}

.home__section--account {
  padding: 55px 145px 80px;
  border-radius: 25px;
  background: #555555;
  color: #fff;
  text-align: center;
}
.home__section--account > div {
  flex: 1 1 auto;
  width: 100%;
  margin: 0;
}
.home__section--account .dots {
  margin: 0 0 54px;
}
.home__section--account .login-link {
  display: inline-block;
  margin: 18px 0 0;
  color: #fff;
  text-decoration: underline;
}
.home__section--account .login-link:hover, .home__section--account .login-link:active, .home__section--account .login-link:focus {
  color: #e6e6e6;
}
@media (max-width: 980px) {
  .home__section--account {
    padding: 35px 50px 50px;
    margin-bottom: 60px;
  }
  .home__section--account > div {
    width: 100%;
    margin: 0;
  }
}
@media (max-width: 640px) {
  .home__section--account {
    padding: 55px 20px 70px;
    margin-bottom: 55px;
  }
}

.home__section .home__section--account-title {
  margin: 0 0 54px;
  color: #fff;
  font-family: "Nunito";
  font-size: 3.5rem;
  font-weight: 800;
  text-align: center;
}

.info {
  position: relative;
  padding-left: 34px;
  margin: 17px 0 20px;
  color: #000;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 2.2rem;
}
.info i {
  position: absolute;
  top: 2px;
  left: 0;
}
.info a {
  color: #000;
  text-decoration: underline;
}
.info a:hover, .info a:active, .info a:focus {
  color: #1a1a1a;
}

.info--margin {
  margin-left: 40px;
}

.page-login {
  margin-top: 113px;
}
@media (max-width: 640px) {
  .page-login {
    margin-top: 40px;
  }
}

.login {
  margin-top: 95px;
}
@media (max-width: 980px) {
  .login {
    flex-direction: row;
  }
  .login > div:not(.sidebar) {
    width: auto;
  }
  .login .sidebar {
    position: relative;
    width: 280px;
    margin-right: 30px;
  }
  .login .sidebar img {
    position: absolute;
    right: 0;
    max-width: 290px;
  }
}
@media (max-width: 760px) {
  .login {
    flex-direction: column-reverse;
    margin-top: 40px;
  }
  .login > div:not(.sidebar) {
    width: 100%;
  }
  .login .sidebar {
    width: 100%;
  }
  .login .sidebar img {
    position: static;
    max-width: 100%;
  }
}

.login__submit {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.login__submit a {
  margin-left: 20px;
  color: #000;
  text-decoration: underline;
}
.login__submit a:hover, .login__submit a:active, .login__submit a:focus {
  color: #1a1a1a;
}
@media (max-width: 640px) {
  .login__submit {
    display: block;
  }
  .login__submit a {
    display: inline-block;
    margin: 20px 0 0;
  }
}

.menu {
  display: none;
  background: #f8f8f8;
}

.menu-links {
  display: flex;
  flex-wrap: wrap;
  padding: 34px 0 14px;
  margin: 0 -20px;
}
.menu-links div {
  flex: 0 0 auto;
  width: 195px;
  margin: 0 20px 20px;
}
.menu-links a {
  display: inline-block;
  color: #000;
  font-size: 1.7rem;
  font-weight: 600;
  text-decoration: none;
}
.menu-links a:hover, .menu-links a:active, .menu-links a:focus {
  color: #1a1a1a;
  text-decoration: none;
}
@media (max-width: 640px) {
  .menu-links {
    margin: 0 -11px;
  }
  .menu-links div {
    width: 105px;
    margin: 0 20px 11px;
  }
  .menu-links a {
    font-size: 1.2rem;
  }
}

.page-not-found {
  position: relative;
  margin-top: 123px;
  padding-top: 67px;
}
.page-not-found .rectangle {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
  width: 100%;
  height: calc(100% - 180px);
  max-width: 665px;
  min-height: 350px;
  border-radius: 25px;
  background: #f0f0f0;
}
@media (max-width: 640px) {
  .page-not-found {
    margin-top: 40px;
    padding-top: 40px;
  }
}

.not-found__text {
  max-width: 600px;
  margin: 50px auto 150px;
  color: #555555;
  font-size: 2.2rem;
  font-weight: 600;
  text-align: center;
}
@media (max-width: 640px) {
  .not-found__text {
    max-width: calc(100% - 40px);
  }
}

.popular {
  margin: 65px 0 0;
  padding-bottom: 100px;
}
.popular .info {
  display: none;
  max-width: 240px;
  padding: 10px 18px 10px 46px;
  margin: 40px auto 37px;
  border-radius: 10px;
  background: rgba(225, 225, 225, 0.5);
  color: #555555;
}
.popular .info i {
  top: 13px;
  left: 13px;
}
@media (max-width: 980px) {
  .popular {
    margin: 40px 0 0;
  }
}
@media (max-width: 640px) {
  .popular {
    padding: 52px 26px 30px;
  }
  .popular .info {
    display: block;
  }
  .popular .cards--slider {
    margin-top: 0;
  }
}

.recommended {
  position: relative;
  padding: 118px 100px;
}
.recommended .rectangle {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  width: 100%;
  height: calc(100% - 215px);
  border-radius: 25px;
  background: #AC6CCA;
}
.recommended .info {
  display: none;
  max-width: 240px;
  padding: 10px 18px 10px 46px;
  margin: 40px auto 37px;
  border-radius: 10px;
  background: rgba(107, 41, 137, 0.5);
  color: #fff;
}
.recommended .info i {
  top: 13px;
  left: 13px;
}
@media (max-width: 980px) {
  .recommended {
    padding: 60px 30px;
  }
  .recommended .rectangle {
    height: calc(100% - 150px);
  }
}
@media (max-width: 640px) {
  .recommended {
    padding: 52px 26px;
  }
  .recommended .info {
    display: block;
  }
  .recommended .cards--slider {
    margin-top: 0;
  }
}

.page-register {
  margin-top: 113px;
}
@media (max-width: 640px) {
  .page-register {
    margin-top: 40px;
  }
}

.register {
  margin-top: 95px;
}
@media (max-width: 980px) {
  .register {
    flex-direction: row;
  }
  .register > div:not(.sidebar) {
    width: auto;
  }
  .register .sidebar {
    position: relative;
    width: 280px;
    min-height: 400px;
    margin-right: 30px;
  }
  .register .sidebar img {
    position: absolute;
    right: 0;
    max-width: 290px;
  }
}
@media (max-width: 760px) {
  .register {
    flex-direction: column-reverse;
    margin-top: 40px;
  }
  .register > div:not(.sidebar) {
    width: 100%;
  }
  .register .sidebar {
    width: 100%;
  }
  .register .sidebar img {
    position: static;
    max-width: 100%;
  }
}

.page-search {
  position: relative;
  margin-top: 123px;
  padding-top: 67px;
}
.page-search .rectangle {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
  width: 100%;
  height: calc(100% - 180px);
  max-width: 665px;
  min-height: 350px;
  border-radius: 25px;
  background: #f0f0f0;
}
@media (max-width: 640px) {
  .page-search {
    margin-top: 40px;
    padding-top: 40px;
  }
}

.search__empty {
  margin: 50px 0 150px;
  color: #555555;
  font-size: 3rem;
  font-weight: 600;
  text-align: center;
}

.send-ideas {
  padding: 57px 75px 78px;
  margin: 108px 0 0;
  background: #555555;
  color: #fff;
  border-radius: 25px;
}
@media (max-width: 980px) {
  .send-ideas {
    padding: 40px 26px 66px;
    margin: 52px 0 0;
  }
}

.send-ideas__details {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 53px 0 0;
}
.send-ideas__details div {
  margin: 0 20px;
  font-size: 2.6rem;
  font-weight: 600;
  line-height: 2.6rem;
}
.send-ideas__details a {
  flex: 0 0 auto;
  white-space: nowrap;
}
@media (max-width: 640px) {
  .send-ideas__details {
    display: block;
    margin: 34px 0 0;
  }
  .send-ideas__details div {
    margin: 0 0 35px;
    font-size: 2.4rem;
    font-weight: 800;
  }
}

.ideas-popup .title {
  font-size: 2.4rem;
}

.ideas-popup__user {
  display: flex;
  align-items: center;
  margin: 0 0 22px;
}

.ideas-popup__user-image {
  flex: 0 0 auto;
  width: 86px;
  height: 86px;
  margin-right: 29px;
  border-radius: 86px;
  overflow: hidden;
}
@media (max-width: 640px) {
  .ideas-popup__user-image {
    width: 70px;
    height: 70px;
    margin-right: 15px;
  }
}

.ideas-popup__user-name {
  color: #000;
  font-size: 2.6rem;
  font-weight: 600;
}
@media (max-width: 640px) {
  .ideas-popup__user-name {
    font-size: 2.2rem;
  }
}

.ideas-popup__label {
  font-size: 2.6rem;
  font-weight: 600;
  line-height: 3.6rem;
}
@media (max-width: 640px) {
  .ideas-popup__label {
    font-size: 2.2rem;
    line-height: 3rem;
  }
}

.single__social {
  display: flex;
  align-items: center;
  margin: 0 -10px;
}
.single__social span {
  margin-right: 20px;
  font-weight: 500;
}
.single__social a {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 10px;
  width: 33px;
  height: 33px;
  border-radius: 33px;
  background: #555555;
}
@media (max-width: 640px) {
  .single__social {
    display: none;
  }
}

.single__social--mobile {
  display: none;
}
@media (max-width: 640px) {
  .single__social--mobile {
    display: flex;
    justify-content: center;
    margin: 0 0 39px;
  }
}

.single__top {
  overflow: hidden;
}

.single__top--grey {
  margin: 0 0 57px;
  padding: 55px 0 0;
  border-radius: 25px;
  background: #f8f8f8;
  overflow: hidden;
}
.single__top--grey .title {
  padding: 0 35px;
}
.single__top--grey .single__details {
  margin-bottom: 48px;
}
@media (max-width: 640px) {
  .single__top--grey .title {
    padding: 0 20px;
  }
}

.single__details {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0 -40px 78px;
}
.single__details div {
  position: relative;
  margin: 0 40px;
  color: #000;
  font-size: 1.7rem;
  font-weight: 500;
  line-height: 2.6rem;
  text-align: center;
}
.single__details div:after {
  content: "";
  display: block;
  position: absolute;
  top: 9px;
  right: -50px;
  width: 9px;
  height: 9px;
  border: 2px solid #000;
  border-radius: 9px;
  box-sizing: border-box;
}
.single__details div:last-child:after {
  display: none;
}
.single__details a {
  color: #000;
  text-decoration: underline;
}
.single__details a:hover, .single__details a:active, .single__details a:focus {
  color: #1a1a1a;
}
@media (max-width: 980px) {
  .single__details {
    margin: 35px 0;
  }
  .single__details div {
    margin: 0;
    font-size: 1.4rem;
  }
  .single__details div:first-child {
    margin-right: 60px;
  }
  .single__details div:after {
    display: none;
    right: -35px;
  }
  .single__details div:first-child:after {
    display: block;
  }
  .single__details .single__details-author {
    flex: 0 0 100%;
    width: 100%;
    margin-top: 2px;
    text-align: center;
  }
}

.single__sensitive {
  padding: 44px 88px 92px;
  background: #f0f0f0;
  text-align: center;
}
@media (max-width: 640px) {
  .single__sensitive {
    padding: 35px 20px 50px;
  }
}

.single__sensitive--verified {
  padding-bottom: 51px;
}
.single__sensitive--verified .single__sensitive-title {
  margin: 0;
}
.single__sensitive--verified .single__sensitive-title span {
  display: block;
  margin: 19px 0 0;
  color: #000;
  font-family: "Montserrat", sans-serif;
  font-size: 1.9rem;
  font-weight: normal;
  line-height: 3.6rem;
}
.single__sensitive--verified .single__sensitive-title span a {
  color: #000;
  text-decoration: underline;
}
.single__sensitive--verified .single__sensitive-title span a:hover, .single__sensitive--verified .single__sensitive-title span a:active, .single__sensitive--verified .single__sensitive-title span a:focus {
  color: #1a1a1a;
}
.single__sensitive--verified .single__sensitive-verification-request {
  display: none;
}

.single__sensitive--rounded {
  margin: 0 0 86px;
  border-radius: 25px;
}

.single__sensitive-title {
  margin: 0 0 40px;
  color: #252525;
  font-family: "Nunito";
  font-size: 3.5rem;
}
.single__sensitive-title div {
  margin: 30px 0 0;
  font-size: 1.9rem;
  font-family: "Montserrat", sans-serif;
}
@media (max-width: 640px) {
  .single__sensitive-title {
    font-size: 2.8rem;
    margin: 0 0 30px;
  }
  .single__sensitive-title div {
    margin: 20px 0 0;
  }
}

.single__sensitive-verification-request {
  margin: 53px 0 0;
}
.single__sensitive-verification-request .info {
  max-width: 600px;
  margin: 55px auto 0;
  text-align: left;
}
.single__sensitive-verification-request .btn {
  margin: 55px 0 0;
}

.single__login {
  margin: 50px 0 0;
}
.single__login .btn {
  margin-bottom: 25px;
}
.single__login a:not(.btn) {
  color: #252525;
  text-decoration: underline;
}
.single__login a:not(.btn):hover, .single__login a:not(.btn):active, .single__login a:not(.btn):focus {
  color: #3f3f3f;
}
@media (max-width: 640px) {
  .single__login {
    margin: 30px 0 0;
  }
}

.single__pretext {
  display: flex;
  color: #555555;
  margin: 0 0 80px;
}
@media (max-width: 980px) {
  .single__pretext {
    margin: 0 0 50px;
  }
}
@media (max-width: 640px) {
  .single__pretext {
    display: block;
    margin: 0 0 36px;
  }
}

.single__nav {
  flex: 0 0 auto;
  border-radius: 25px;
  width: 340px;
  padding: 72px 47px 40px;
  background: #6B2989;
  box-shadow: 5px 0 10px 0 rgba(0, 0, 0, 0.1);
  color: #fff;
  z-index: 1;
}
.single__nav span {
  margin-left: 16px;
  font-size: 1.4rem;
  font-weight: 800;
  text-transform: uppercase;
  text-decoration: none;
}
@media (max-width: 980px) {
  .single__nav {
    padding: 52px 30px 25px;
  }
}
@media (max-width: 640px) {
  .single__nav {
    width: 100%;
    padding: 53px 46px 56px;
    margin: 0 0 33px;
  }
}

.single__nav-links {
  margin: 45px 0 0;
}
.single__nav-links a,
.single__nav-links div {
  display: flex;
  align-items: center;
  margin: 0 0 17px;
  color: #fff;
  font-size: 1.7rem;
  line-height: 2.6rem;
  text-decoration: none;
}
.single__nav-links a:hover, .single__nav-links a:active, .single__nav-links a:focus,
.single__nav-links div:hover,
.single__nav-links div:active,
.single__nav-links div:focus {
  color: #e6e6e6;
}
.single__nav-links a:last-child,
.single__nav-links div:last-child {
  margin: 0;
}
.single__nav-links p {
  margin: 0;
  text-decoration: underline;
}
.single__nav-links div:hover, .single__nav-links div:active, .single__nav-links div:focus {
  color: #fff;
}
.single__nav-links div p {
  text-decoration: none;
}

.single__tldr {
  flex: 1 1 auto;
  padding: 55px 85px 72px;
  margin: 16px 0;
  border-top-right-radius: 25px;
  border-bottom-right-radius: 25px;
  background: #f0f0f0;
  font-size: 1.7rem;
  line-height: 3rem;
}
.single__tldr p {
  margin: 0 0 17px;
}
.single__tldr p:last-child {
  margin: 0;
}
.single__tldr ul {
  list-style-type: inherit;
  margin: 0 0 17px 20px;
  padding: 0 0 0 20px;
}
.single__tldr ul:last-child {
  margin-bottom: 0;
}
@media (max-width: 980px) {
  .single__tldr {
    padding: 35px 35px 52px;
  }
}
@media (max-width: 640px) {
  .single__tldr {
    padding: 56px 25px 48px 45px;
    margin-left: -20px;
  }
}

.single__tldr-text {
  margin: 45px 0 0;
}

@media (max-width: 980px) {
  .single__sidebar-user-xp {
    display: flex;
    margin: 0 -15px;
  }
  .single__sidebar-user-xp > div {
    flex: 0 0 auto;
    width: calc(50% - 30px);
    margin: 0 15px;
  }
  .single__sidebar-user-xp .sidebar__btn {
    width: 100%;
    margin: 0;
  }
}
@media (max-width: 640px) {
  .single__sidebar-user-xp {
    display: block;
    margin: 0;
  }
  .single__sidebar-user-xp > div {
    width: 100%;
    margin: 0;
  }
  .single__sidebar-user-xp .sidebar__btn {
    margin: 0 0 29px;
  }
}

.single__sidebar-title {
  margin: 60px 0 25px;
  color: #252525;
  font-size: 2.4rem;
  font-weight: 800;
  line-height: 2.6rem;
}

.single__like-dislike .btn {
  display: inline-flex;
  align-items: center;
  padding: 14px 30px;
}
.single__like-dislike .btn:first-child {
  margin-right: 19px;
}
.single__like-dislike .btn i {
  margin-right: 16px;
}
@media (max-width: 640px) {
  .single__like-dislike {
    display: flex;
  }
  .single__like-dislike .btn {
    width: calc(50% - 10px);
  }
  .single__like-dislike .btn:first-child {
    margin-right: 20px;
  }
}

.single__text {
  color: #252525;
  font-size: 1.9rem;
  font-weight: 300;
  line-height: 3.6rem;
}
.single__text h2 {
  margin: 25px 0 21px;
  color: #555555;
  font-family: "Nunito", Arial;
  font-size: 3.5rem;
  font-weight: 800;
  line-height: 4rem;
}
.single__text p {
  font-size: 1.9rem;
  line-height: 3.6rem;
  margin: 0 0 17px;
}
.single__text figure {
  margin-left: 0;
  margin-right: 0;
}
.single__text ul {
  list-style-type: inherit;
  margin: 0 0 17px 20px;
  padding: 0 0 0 20px;
}

.single__add-case {
  padding: 55px 50px 50px;
  margin: 0 0 57px;
  border-radius: 25px;
  background: #f0f0f0;
}
@media (max-width: 640px) {
  .single__add-case {
    padding: 55px 45px 70px;
  }
}

.single__add-case-details {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 50px 0 0;
  color: #555555;
  font-size: 2.4rem;
  font-weight: 800;
  line-height: 2.6rem;
}
.single__add-case-details > div {
  max-width: 350px;
}
.single__add-case-details > a {
  padding: 24px 81px;
}
@media (max-width: 980px) {
  .single__add-case-details {
    display: block;
    text-align: center;
  }
  .single__add-case-details > div {
    max-width: none;
    margin-bottom: 43px;
  }
  .single__add-case-details > a {
    padding: 23px 16px;
  }
  .single__add-case-details .btn br {
    display: none;
  }
}
@media (max-width: 640px) {
  .single__add-case-details {
    text-align: left;
  }
  .single__add-case-details .btn br {
    display: inline;
  }
}

.single__cases {
  padding: 0 0 49px;
}

.single__case {
  margin: 0 0 46px;
  border-radius: 25px;
  background: #f8f8f8;
  overflow: hidden;
}

.single__case-title {
  padding: 33px 50px 32px;
  font-family: "Nunito", Arial;
  font-size: 2.5rem;
  font-weight: 800;
  line-height: 3.5rem;
}
@media (max-width: 640px) {
  .single__case-title {
    padding: 33px 41px 32px;
  }
}

.single__case-details {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 25px 50px 39px;
  margin: 0 -10px;
  background: #f0f0f0;
}
.single__case-details > * {
  margin: 0 10px;
}
@media (max-width: 640px) {
  .single__case-details {
    display: block;
    padding: 25px 41px 35px;
    margin: 0;
  }
  .single__case-details > * {
    margin: 0;
  }
  .single__case-details .btn {
    padding: 12px 20px;
  }
}

.single__case-author-image {
  width: 86px;
  height: 86px;
  border-radius: 86px;
  background: #f8f8f8;
  overflow: hidden;
}
@media (max-width: 640px) {
  .single__case-author-image {
    float: left;
  }
}

.single__case-organisation {
  max-width: 165px;
}
@media (max-width: 640px) {
  .single__case-organisation {
    float: right;
    max-width: 140px;
    height: 86px;
    overflow: hidden;
  }
  .single__case-organisation img {
    height: 100%;
  }
}

.single__case-author {
  font-size: 1.7rem;
}
.single__case-author div {
  margin: 0 0 10px;
  font-size: 2.6rem;
  font-weight: 600;
}
@media (max-width: 640px) {
  .single__case-author {
    padding: 42px 0 0;
    margin: 0 0 32px;
    clear: both;
  }
}

.single__case-top {
  overflow: hidden;
}

.single__details--case {
  justify-content: flex-start;
  margin-bottom: 63px;
}

.single-case__attachment {
  margin: 0 0 25px;
  border-radius: 25px;
  overflow: hidden;
}
.single-case__attachment img,
.single-case__attachment video {
  display: block;
  width: 100%;
}

.single-case__attachment-document {
  text-align: center;
}
.single-case__attachment-document img {
  display: inline;
  width: auto;
}

.single-case__content {
  margin: 74px 0 0;
  color: #252525;
}
.single-case__content h2 {
  font-family: "Nunito", Arial;
  font-size: 3.5rem;
  font-weight: 800;
  line-height: 4rem;
  margin: 40px 0 20px;
}
@media (max-width: 640px) {
  .single-case__content {
    margin: 30px 0 0;
  }
}

.single-case__text {
  margin: 0 0 17px;
  font-size: 1.9rem;
  line-height: 3.6rem;
}
.single-case__text p {
  margin: 0 0 17px;
}

.single-case__post {
  display: flex;
  align-items: center;
  height: 265px;
  padding: 59px 75px 65px;
  margin: 150px 0 0;
  border-radius: 25px;
  background: #555555;
}
.single-case__post > div:first-child {
  margin-right: 92px;
  color: #fff;
  font-family: "Nunito", Arial;
  font-size: 7rem;
  font-weight: 800;
  line-height: 7rem;
}
.single-case__post > div:last-child {
  position: relative;
  flex: 0 0 auto;
  width: 240px;
}
.single-case__post > div:last-child .card {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
@media (max-width: 1126px) {
  .single-case__post > div:first-child {
    font-size: 5.5rem;
    line-height: 5.5rem;
  }
}
@media (max-width: 980px) {
  .single-case__post {
    padding: 40px 40px 50px;
    margin: 150px 0 100px;
  }
  .single-case__post > div:first-child {
    margin-right: 40px;
    font-size: 4.5rem;
    line-height: 4.5rem;
  }
}
@media (max-width: 640px) {
  .single-case__post {
    display: none;
  }
}

@media (max-width: 980px) {
  .single-case__submit-case {
    text-align: center;
  }
  .single-case__submit-case .btn {
    margin: 0 auto 29px;
  }
}
@media (max-width: 640px) {
  .single-case__submit-case {
    text-align: left;
  }
}

.single-page {
  margin-top: 123px;
}

.single-page__text {
  max-width: 600px;
  margin: 50px auto 30px;
  font-size: 1.9rem;
  line-height: 3.6rem;
}
.single-page__text h2 {
  margin: 25px 0 21px;
  font-size: 3.5rem;
  font-weight: 800;
  line-height: 4rem;
}
.single-page__text p {
  font-size: 1.9rem;
  line-height: 3.6rem;
  margin: 0 0 17px;
}
.single-page__text ul {
  list-style-type: inherit;
  padding-left: 20px;
  margin-left: 20px;
  margin-bottom: 17px;
}

.page-theme {
  position: relative;
  margin-top: 123px;
  padding-top: 77px;
}
.page-theme .rectangle {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
  width: 100%;
  height: calc(100% - 180px);
  max-width: 665px;
  min-height: 350px;
  border-radius: 25px;
  background: #555555;
}

.page-theme--administration .rectangle {
  background: #77ACDD;
}

.page-theme--campaigning .rectangle {
  background: #27AA59;
}

.page-theme--communications .rectangle {
  background: #707CDF;
}

.page-theme--community .rectangle {
  background: #FA9EC7;
}

.page-theme--fundraising .rectangle {
  background: #E13A3B;
}

.page-theme--russian .rectangle {
  background: #FFB904;
}

.page-theme--security .rectangle {
  background: #56BBAB;
}

.page-theme--wellbeing .rectangle {
  background: #F49826;
}

.page-themes {
  position: relative;
  margin-top: 123px;
  padding-top: 77px;
}
.page-themes .rectangle {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
  width: 100%;
  height: 674px;
  max-width: 665px;
  border-radius: 25px;
  background: #f8f8f8;
}
@media (max-width: 640px) {
  .page-themes {
    margin-top: 33px;
  }
  .page-themes .rectangle {
    width: calc(100% - 40px);
    height: calc(100% - 78px);
  }
}

.themes {
  display: flex;
  flex-wrap: wrap;
  margin: 63px -7px 155px;
}
@media (max-width: 980px) {
  .themes {
    width: calc(100% + 24px);
    margin: 49px -15px 85px;
  }
}
@media (max-width: 640px) {
  .themes {
    margin: 49px -12px 85px;
  }
}

.theme {
  display: block;
  flex: 0 0 calc(25% - 14px);
  width: calc(25% - 14px);
  margin: 0 7px 16px;
  border: 6px solid #555555;
  border-radius: 15px;
  box-shadow: 4px 4px 10px 0 rgba(0, 0, 0, 0.15);
  overflow: hidden;
  text-decoration: none;
}
.theme:hover, .theme:active, .theme:focus {
  text-decoration: none;
}
@media (max-width: 980px) {
  .theme {
    flex: 0 0 calc(50% - 30px);
    width: calc(50% - 30px);
    margin: 0 15px 15px;
  }
}
@media (max-width: 640px) {
  .theme {
    flex: 0 0 calc(50% - 10px);
    width: calc(50% - 10px);
    margin: 0 5px 12px;
  }
}

.theme__image {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 150px;
  padding: 10px;
}
@media (max-width: 640px) {
  .theme__image {
    height: 105px;
  }
}

.theme__image--administration {
  background: #77ACDD;
}
.theme:hover .theme__image--administration {
  background: #a0c5e7;
}

.theme__image--campaigning {
  background: #27AA59;
}
.theme:hover .theme__image--campaigning {
  background: #34d06f;
}

.theme__image--communications {
  background: #707CDF;
}
.theme:hover .theme__image--communications {
  background: #9aa2e8;
}

.theme__image--community {
  background: #FA9EC7;
}
.theme:hover .theme__image--community {
  background: #fcc5dd;
}

.theme__image--fundraising {
  background: #E13A3B;
}
.theme:hover .theme__image--fundraising {
  background: #e86667;
}

.theme__image--russian {
  background: #FFB904;
}
.theme:hover .theme__image--russian {
  background: #ffce51;
}

.theme__image--security {
  background: #56BBAB;
}
.theme:hover .theme__image--security {
  background: #8dd1c6;
}

.theme__image--wellbeing {
  background: #F49826;
}
.theme:hover .theme__image--wellbeing {
  background: #f8bb6f;
}

.theme__image-img {
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.theme__details {
  padding: 13px 19px 16px;
  background: #fff;
}
.theme__details h2 {
  color: #555555;
  font-size: 2.2rem;
  font-weight: 600;
  line-height: 2.7rem;
}
.theme__details span {
  display: block;
  margin: 2px 0 0;
  font-size: 1.7rem;
  font-weight: normal;
  line-height: normal;
}
@media (max-width: 640px) {
  .theme__details {
    padding: 6px 11px 9px;
  }
  .theme__details h2 {
    font-size: 1.4rem;
    line-height: normal;
  }
  .theme__details span {
    font-size: 1.4rem;
  }
}

.title {
  margin: 0 0 50px;
  color: #555555;
  font-family: "Nunito", Arial;
  font-size: 7.5rem;
  font-weight: 800;
  line-height: 7.5rem;
  text-align: center;
}
.title span {
  display: block;
  margin: 15px 0 0;
  font-family: "Montserrat", sans-serif;
  font-size: 1.9rem;
  font-weight: normal;
  line-height: 3.6rem;
}
.title a {
  color: #000;
  text-decoration: underline;
}
.title a:hover, .title a:active, .title a:focus {
  color: #1a1a1a;
}
@media (max-width: 980px) {
  .title {
    margin: 0 0 30px;
    font-size: 5rem;
    line-height: 5rem;
  }
}
@media (max-width: 640px) {
  .title {
    margin: 0 0 25px;
    font-size: 4rem;
    line-height: 4rem;
  }
}

.title--big {
  margin: 0 0 10px;
  font-size: 9rem;
  line-height: normal;
}
@media (max-width: 980px) {
  .title--big {
    font-size: 7.5rem;
  }
}
@media (max-width: 640px) {
  .title--big {
    font-size: 6rem;
  }
}

.title--medium {
  font-size: 8rem;
}
@media (max-width: 980px) {
  .title--medium {
    font-size: 6rem;
    line-height: normal;
  }
}
@media (max-width: 640px) {
  .title--medium {
    font-size: 4rem;
  }
}

.title--small {
  margin: 0 0 30px;
  font-size: 5rem;
  line-height: 7rem;
}

.title--tiny {
  margin: 0 0 25px;
  font-size: 3.5rem;
  line-height: normal;
}

.title--white {
  color: #fff;
}

.title--left {
  text-align: left;
}
@media (max-width: 640px) {
  .title--left {
    text-align: center;
  }
}

.title--theme {
  max-width: 625px;
  margin: 0 auto 40px;
}

.subtitle {
  display: block;
  margin: 0 0 17px;
  font-size: 2.6rem;
  font-weight: 600;
  line-height: 3.6rem;
}
@media (max-width: 640px) {
  .subtitle {
    margin: 0 0 15px;
    font-size: 2.2rem;
    line-height: 3rem;
  }
}

.page-user-settings {
  padding-bottom: 70px;
  margin-top: 135px;
}
@media (max-width: 640px) {
  .page-user-settings {
    margin-top: 50px;
  }
}

.user-settings {
  margin-top: 87px;
}
.user-settings .title--small {
  margin-top: 55px;
}
@media (max-width: 980px) {
  .user-settings {
    width: 100%;
    flex-direction: column;
    margin-top: 40px;
  }
  .user-settings .sidebar {
    width: 100%;
    margin: 30px 0 20px;
  }
}

.user-settings__nav {
  padding: 40px 0 0;
  border-radius: 25px;
  background: #f8f8f8;
  overflow: hidden;
}
.user-settings__nav .title {
  padding: 0 50px;
}

.user-settings__nav-links {
  margin: 30px 0 0;
  padding: 50px;
  background: #f0f0f0;
}
.user-settings__nav-links a {
  display: block;
  margin: 0 0 17px;
  color: #252525;
  font-size: 1.7rem;
  line-height: 2.6rem;
  text-decoration: underline;
}
.user-settings__nav-links a:hover, .user-settings__nav-links a:active, .user-settings__nav-links a:focus {
  color: #3f3f3f;
}
.user-settings__nav-links a:last-child {
  margin: 0;
}

.user-settings__anonymous {
  margin: 27px 0 0 14px;
}

.user-settings__unsubscribe-all {
  display: inline-flex;
  align-items: center;
  margin: 20px 0 0;
}
.user-settings__unsubscribe-all i {
  flex: 0 0 auto;
  position: relative;
  top: -1px;
  margin-right: 15px;
}

.user-settings__email-types {
  display: flex;
  flex-wrap: wrap;
  padding: 0 14px;
  margin: 0 -15px;
}

.user-settings__email-type {
  flex: 0 0 calc(50% - 30px);
  width: calc(50% - 30px);
  margin: 0 15px 37px;
}

.user-settings__cases {
  padding: 0 0 49px;
}
.user-settings__cases .empty {
  display: block;
  margin: 25px 0 0;
  padding: 0;
  font-size: 1.9rem;
  text-align: left;
}
@media (max-width: 640px) {
  .user-settings__cases {
    padding: 0;
  }
}

.user-settings__case {
  margin: 0 0 46px;
  border-radius: 25px;
  background: #f8f8f8;
  overflow: hidden;
}

.user-settings__case-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 33px 50px 32px;
  font-family: "Nunito", Arial;
  font-size: 2.5rem;
  font-weight: 800;
  line-height: 3.5rem;
}
.user-settings__case-title a {
  color: #252525;
  text-decoration: none;
}
.user-settings__case-title a:hover, .user-settings__case-title a:active, .user-settings__case-title a:focus {
  color: #3f3f3f;
  text-decoration: none;
}
.user-settings__case-title div {
  color: #252525;
}
.user-settings__case-title span {
  margin-left: 10px;
  font-family: "Montserrat", sans-serif;
  font-size: 1.4rem;
  font-weight: 500;
  text-transform: uppercase;
}
@media (max-width: 640px) {
  .user-settings__case-title {
    padding: 25px 30px;
  }
}

.user-settings__case-details {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 25px 50px 39px;
  margin: 0 -10px;
  background: #f0f0f0;
}
.user-settings__case-details > * {
  margin: 0 10px;
}
@media (max-width: 640px) {
  .user-settings__case-details {
    display: block;
    padding: 25px 30px;
  }
  .user-settings__case-details > * {
    margin: 0 0 20px;
  }
  .user-settings__case-details > *:last-child {
    margin: 0;
  }
  .user-settings__case-details .btn--grey {
    width: calc(50% - 12px);
  }
  .user-settings__case-details .btn--grey:first-child {
    margin-right: 20px;
  }
}

.user-settings__verification-request {
  padding-top: 25px;
}

.video {
  position: relative;
  width: 100%;
  height: 348px;
  cursor: pointer;
  overflow: hidden;
}
.video:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}
.video img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.video iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: none;
}
.video.video-playing:after {
  display: none;
}
.video.video-playing iframe {
  display: block;
}