body {
  min-width: 320px;
  background: #fff;
  font-family: "BR Firma", sans-serif;
  font-size: 20px;
  line-height: 1.6;
  color: #575757;
  /* Mobile */
}
@media (max-width: 767px) {
  body {
    font-size: 18px;
    line-height: 1.56;
  }
}
img {
  max-width: 100%;
  height: auto;
}
a {
  color: #401a55;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
[href^="mailto"] {
  text-decoration: none;
}
[href^="mailto"]:hover {
  text-decoration: underline;
}
[href^="tel"] {
  pointer-events: none;
  text-decoration: none;
  /* Mobile */
}
@media (max-width: 767px) {
  [href^="tel"] {
    pointer-events: all;
  }
}
figure {
  display: block;
  margin: 0;
}
ul,
ol,
dl {
  padding: 0 0 0 20px;
}
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
}
ul,
ol,
dl,
h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin-top: 0;
  margin-bottom: 0.6em;
}
ul:last-child,
ol:last-child,
dl:last-child,
h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
h5:last-child,
h6:last-child,
p:last-child {
  margin-bottom: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
  line-height: 1.11;
  color: #0b0b0b;
}
h1 {
  font-size: 114px;
  line-height: 1.18;
  /* Tablet landscape */
  /* Tablet Portrait */
  /* Mobile */
}
@media (max-width: 1199px) {
  h1 {
    font-size: 90px;
  }
}
@media (max-width: 1023px) {
  h1 {
    font-size: 80px;
  }
}
@media (max-width: 767px) {
  h1 {
    font-size: 56px;
    line-height: 1.14;
  }
  h1 span {
    display: block;
  }
}
h2 {
  font-size: 36px;
  line-height: 1.11;
  color: #3c3c3c;
  /* Tablet Portrait */
  /* Mobile */
}
@media (max-width: 1023px) {
  h2 {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  h2 {
    font-size: 24px;
    line-height: 1.25;
  }
}
h3 {
  font-size: 30px;
  font-weight: 600;
  line-height: 1.5;
  /* Tablet landscape */
  /* Tablet Portrait */
  /* Mobile */
}
@media (max-width: 1199px) {
  h3 {
    font-size: 25px;
  }
}
@media (max-width: 1023px) {
  h3 {
    font-size: 22px;
  }
}
@media (max-width: 767px) {
  h3 {
    font-size: 20px;
    line-height: 1.65;
  }
}
/* Header */

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #fff;
  z-index: 60;
}

.header .header__content {
  padding: 16px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (max-width: 767px) {
  .header .header__content {
    padding: 6px 0;
  }
}

.logo {
  position: relative;
  display: inline-block;
  width: 151px;
  height: 56px;
}

.logo svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media (max-width: 767px) {
  .logo {
    width: 118px;
    height: 44px;
  }
}

.shell {
  max-width: 1522px;
  padding-right: 80px;
  padding-left: 80px;
  margin: auto;
}

@media (max-width: 767px) {
  .shell {
    padding: 0 16px;
  }
}

/* Section */
.section {
  padding: 70px 0 77px;
}
@media (max-width: 767px) {
  .section {
    padding: 42px 0 85px;
  }
}
.section .tag {
  margin-bottom: 23px;
}
@media (max-width: 767px) {
  .section .tag {
    margin-bottom: 21px;
  }
}
.section .section__head {
  padding-bottom: 43px;
}
@media (max-width: 767px) {
  .section .section__head {
    padding-bottom: 27px;
  }
}

.section .section__body {
  position: relative;
}

.section .section__body.fixed-content .section__aside {
  position: fixed;
  z-index: 60;
  top: 88px;
  left: 50%;
  margin-left: -681px;
}

@media (max-width: 1522px) {
  .section .section__body.fixed-content .section__aside {
    margin-left: 0;
    left: 80px;
    width: calc(50% - 80px);
  }
}
@media (max-width: 1440px) {
  .section .section__body.fixed-content .section__aside {
    left: 50px;
    width: 450px;
  }
}
@media (max-width: 1199px) {
  .section .section__body.fixed-content .section__aside {
    width: calc(50% - 50px);
  }
}
@media (max-width: 1023px) {
  .section .section__body.fixed-content .section__aside {
    left: 30px;
    width: calc(50% - 30px);
  }
}
@media (max-width: 991px) and (min-width: 768px) and (orientation: landscape) {
  .section .section__body.fixed-content .section__aside {
    width: 238px;
  }
}
.section .section__body.bottom-reached .section__aside {
  position: absolute;
  top: auto;
  bottom: 0;
}
.section .section__aside {
  position: absolute;
  top: 0;
  left: 0;
  width: 681px;
  padding-right: 9px;
  /* Small Desktop */
  /* Tablet landscape */
  /* Mobile */
}
@media (max-width: 1522px) {
  .section .section__aside {
    width: 50%;
  }
}
@media (max-width: 1440px) {
  .section .section__aside {
    width: 450px;
  }
}
@media (max-width: 1199px) {
  .section .section__aside {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .section .section__aside {
    position: relative;
    top: auto;
    left: auto;
    padding: 0;
    margin-bottom: 28px;
    width: 100%;
  }
}
@media (max-width: 991px) and (min-width: 768px) and (orientation: landscape) {
  .section .section__aside {
    width: 238px;
  }
}
.section .section__content {
  margin-left: auto;
  max-width: 50%;
  padding-left: 39px;
  /* Small Desktop */
  /* Tablet landscape */
  /* Mobile */
}
@media (max-width: 1440px) {
  .section .section__content {
    padding-left: 20px;
    max-width: calc(100% - 450px);
  }
}
@media (max-width: 1199px) {
  .section .section__content {
    max-width: 50%;
  }
}
@media (max-width: 767px) {
  .section .section__content {
    max-width: 100%;
    margin: 0;
    padding: 0;
  }
}
@media (max-width: 991px) and (min-width: 768px) and (orientation: landscape) {
  .section .section__content {
    max-width: calc(100% - 238px);
  }
}
.section .section__image {
  position: relative;
  height: auto;
  width: 100%;
  padding-top: 119%;
}
.section .section__image figure {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: inline-block;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.section .section__entry {
  margin-right: -42px;
  padding-bottom: 24px;
  /* Small Desktop */
  /* Mobile */
}
@media (max-width: 1440px) {
  .section .section__entry {
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  .section .section__entry {
    margin-right: -3px;
  }
}
.section .section__entry p {
  margin-bottom: 36px;
  /* Mobile */
}
.section .section__entry p:last-child {
  margin-bottom: 21px;
}
@media (max-width: 767px) {
  .section .section__entry p {
    margin-bottom: 20px;
  }
  .section .section__entry p:last-child {
    margin-bottom: 37px;
  }
}
.section .section__entry--first {
  position: relative;
  top: -9px;
  padding-bottom: 42px;
  /* Tablet Portrait */
  /* Mobile */
}
@media (max-width: 1023px) {
  .section .section__entry--first {
    top: -4px;
  }
}
@media (max-width: 767px) {
  .section .section__entry--first {
    top: auto;
    padding-bottom: 71px;
  }
}
.section .section__entry--first h3 {
  padding-right: 20px;
  font-weight: 600;
  /* Tablet landscape */
}
@media (max-width: 1199px) {
  .section .section__entry--first h3 {
    padding-right: 0;
  }
}
.section .section__entry:last-of-type {
  padding-bottom: 0;
}
.section .section__entry:last-of-type p:last-child {
  margin-bottom: 0;
}

/* Btn */

.btn {
  position: relative;
  z-index: 2;
  display: inline-block;
  min-width: 185px;
  height: 62px;
  padding: 1px 15px 0;
  border: 2px solid #401a55;
  border-radius: 0;
  outline: 0;
  background: #401a55;
  font-family: inherit;
  font-weight: 400;
  font-size: 20px;
  color: #fff;
  line-height: 56px;
  letter-spacing: 0em;
  vertical-align: middle;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  overflow: hidden;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-transition: 0.3s ease-out;
  -o-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
@media (max-width: 767px) {
  .btn {
    min-width: 110px;
    padding: 0 5px;
    height: 40px;
    font-size: 20px;
    line-height: 36px;
  }
}
.btn:hover {
  background: transparent;
  border-color: #401a55;
  color: #401a55;
  text-decoration: none;
}
.btn--block {
  display: block;
  padding-left: 0;
  padding-right: 0;
}
.btn-outline {
  min-width: 166px;
  height: 56px;
  padding: 1px 15px 0;
  background: transparent;
  border-color: violet;
  color: violet;
  font-size: 20px;
  font-weight: 600;
  line-height: 52px;
}
/* Mobile */
@media (max-width: 767px) {
  .btn-outline {
    min-width: 116px;
    height: 44px;
    padding: 0 10px 0 16px;
    font-size: 16px;
    line-height: 40px;
  }
}

.btn-outline:hover {
  background: violet;
  border-color: violet;
  color: #fff;
}

/* Tag */
.tag {
  position: relative;
  z-index: 2;
  display: inline-block;
  min-width: 168px;
  height: 52px;
  padding: 1px 15px 0;
  border: 2px solid #401a55;
  border-radius: 0;
  outline: 0;
  background: #401a55;
  font-family: inherit;
  font-weight: 400;
  font-size: 20px;
  color: #fff;
  line-height: 46px;
  letter-spacing: 0em;
  vertical-align: middle;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  overflow: hidden;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-transition: 0.3s ease-out;
  -o-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  /* Mobile */
}
@media (max-width: 767px) {
  .tag {
    min-width: 120px;
    padding: 0 5px;
    height: 44px;
    font-size: 18px;
    line-height: 40px;
  }
}
.tag:hover {
  background: transparent;
  border-color: violet;
  color: violet;
  text-decoration: none;
}

.socials ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}
.socials li {
  padding: 10px;
}
.socials a {
  text-decoration: none;
}
.socials a:hover svg path {
  fill: #105bc3;
}
.socials svg {
  max-width: 38px;
  width: 38px;
  height: 38px;
}
.socials svg path {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

/* Helpers */
.clear:after {
  content: "";
  display: block;
  clear: both;
}
/*  Notext  */
.notext {
  overflow: hidden;
  text-indent: 101%;
  white-space: nowrap;
}
/*  Hidden  */
[hidden],
.hidden {
  display: none !important;
}
/*  Alignleft  */
.alignleft {
  float: left;
}
/*  Alignright  */
.alignright {
  float: right;
}
/*  Disabled  */
[disabled],
.disabled {
  cursor: default;
}
/*  Grid  */
.col {
  max-width: 100%;
  -webkit-box-flex: 1;
  -ms-flex: 1 1;
  flex: 1 1;
}
.cols {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}
.col--1of2 {
  max-width: 50%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
}
/*  Responsive Helpers  */
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
  .visible-xs-block {
    display: block !important;
  }
  .visible-xs-inline {
    display: inline !important;
  }
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .hidden-sm {
    display: none !important;
  }
  .visible-sm-block {
    display: block !important;
  }
  .visible-sm-inline {
    display: inline !important;
  }
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
  .visible-md-block {
    display: block !important;
  }
  .visible-md-inline {
    display: inline !important;
  }
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
  .visible-lg-block {
    display: block !important;
  }
  .visible-lg-inline {
    display: inline !important;
  }
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
