/* ------------------------------------------------------------ *\
	Variables
\* ------------------------------------------------------------ */
/*  Colors  */
/* ------------------------------------------------------------ *\
	Mixins
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
	Reset
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
	Sprite
\* ------------------------------------------------------------ */
* {
  padding: 0;
  margin: 0;
  outline: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }
*:before, *:after {
    -webkit-box-sizing: inherit;
            box-sizing: inherit; }
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
main {
  display: block; }
template {
  display: none; }
html {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  tap-highlight-color: rgba(0, 0, 0, 0); }
body {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -webkit-text-size-adjust: none;
     -moz-text-size-adjust: none;
      -ms-text-size-adjust: none;
          text-size-adjust: none; }
img,
iframe,
video,
audio,
object {
  max-width: 100%; }
img,
iframe {
  border: 0 none; }
img {
  height: auto;
  display: inline-block;
  vertical-align: middle; }
b,
strong {
  font-weight: bold; }
address {
  font-style: normal; }
svg:not(:root) {
  overflow: hidden; }
a,
button,
input[type='submit'],
input[type='button'],
input[type='reset'],
input[type='file'],
input[type='image'],
label[for] {
  cursor: pointer; }
a[href^='tel'],
button[disabled],
input[disabled],
textarea[disabled],
select[disabled] {
  cursor: default; }
button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0; }
input[type='text'],
input[type='password'],
input[type='date'],
input[type='datetime'],
input[type='datetime-local'],
input[type='month'],
input[type='week'],
input[type='email'],
input[type='number'],
input[type='search'],
input[type='tel'],
input[type='time'],
input[type='url'],
input[type='color'],
textarea,
a[href^='tel'] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; }
input[type='search']::-webkit-search-cancel-button,
input[type='search']::-webkit-search-decoration {
  -webkit-appearance: none;
          appearance: none; }
textarea {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch; }
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased; }
button,
select {
  text-transform: none; }
table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0; }
nav ul,
nav ol {
  list-style: none outside none; }
/* ------------------------------------------------------------ *\
	Base
\* ------------------------------------------------------------ */
body {
  min-width: 320px;
  background: #fff;
  font-family: "Proxima Nova", sans-serif;
  font-size: 19px;
  line-height: 1.8;
  color: #000;
  letter-spacing: -0.01em; }
@media (max-width: 767px) {
    body {
      font-size: 18px; } }
a {
  color: inherit;
  text-decoration: underline; }
a:hover, a[href^="tel"] {
    text-decoration: none; }
h1 {
  font-size: 34px; }
h2 {
  font-size: 31px; }
h3 {
  font-size: 28px; }
h4 {
  font-size: 25px; }
h5 {
  font-size: 22px; }
h6 {
  font-size: 19px; }
/* ------------------------------------------------------------ *\
	Fonts
\* ------------------------------------------------------------ */
@font-face {
  font-family: 'Pipetton Sans';
  src: url("../fonts/PipettonSans.woff2") format("woff2"), url("../fonts/PipettonSans.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'Proxima Nova';
  src: url("../fonts/ProximaNova-Medium.woff2") format("woff2"), url("../fonts/ProximaNova-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal; }
@font-face {
  font-family: 'Proxima Nova';
  src: url("../fonts/ProximaNova-Semibold.woff2") format("woff2"), url("../fonts/ProximaNova-Semibold.woff") format("woff");
  font-weight: 600;
  font-style: normal; }
@font-face {
  font-family: 'Proxima Nova';
  src: url("../fonts/ProximaNova-Regular.woff2") format("woff2"), url("../fonts/ProximaNova-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal; }
@font-face {
  font-family: 'Proxima Nova';
  src: url("../fonts/ProximaNova-Bold.woff2") format("woff2"), url("../fonts/ProximaNova-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal; }
/* ------------------------------------------------------------ *\
	Helpers
\* ------------------------------------------------------------ */
/*  Clear  */
.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: 1200px) {
  .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: 1201px) {
  .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; } }
/* ------------------------------------------------------------ *\
	Wrapper
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
	Shell
\* ------------------------------------------------------------ */
.shell {
  max-width: 1476px;
  padding-right: 30px;
  padding-left: 30px;
  margin: auto; }
.shell--fluid {
    max-width: none; }
/* ------------------------------------------------------------ *\
	Container
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
	Header
\* ------------------------------------------------------------ */
.header {
  background: #be8eff;
  padding: 17px 0; }
@media (max-width: 767px) {
    .header--home {
      padding: 14px 0; }
      .header--home .nav {
        font-size: 13px; } }
/* ------------------------------------------------------------ *\
	Main
\* ------------------------------------------------------------ */
.main {
  position: relative;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #d4a9ff), color-stop(80%, white), to(white));
  background: -o-linear-gradient(top, #d4a9ff 1%, white 80%, white 100%);
  background: linear-gradient(to bottom, #d4a9ff 1%, white 80%, white 100%); }
.main:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: #fff; }
/* ------------------------------------------------------------ *\
	Sidebar
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
	Content
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
	Footer
\* ------------------------------------------------------------ */
.footer {
  padding: 23px 0;
  font-size: 13px; }
.footer .footer__inner {
    padding: 0 3px 0 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
.footer .socials {
    margin-top: -9px; }
.footer--home {
    padding: 30px 0;
    text-align: center; }
.footer--home .footer__inner {
      padding: 0;
      display: block; }
@media (max-width: 767px) {
    .footer .footer__inner {
      padding: 0 3px 0 9px; }
    .footer .socials {
      max-width: 62px;
      -webkit-box-flex: 0;
          -ms-flex: 0 0 62px;
              flex: 0 0 62px; }
      .footer .socials ul {
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between; }
      .footer .socials li {
        margin: 0; }
    .footer--home {
      padding: 14px 0;
      font-size: 10px; } }
@media (max-width: 490px) {
    .footer .footer__inner {
      padding: 0;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start; }
    .footer .socials {
      margin: 0 0 0 10px; } }
/* ------------------------------------------------------------ *\
	Button
\* ------------------------------------------------------------ */
.btn {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  cursor: pointer;
  text-decoration: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  font-size: 17px;
  font-weight: 600;
  min-width: 256px;
  padding: 9px;
  background: #ff7a6e;
  color: #fff;
  border-radius: 7px;
  -webkit-transition: opacity .4s;
  -o-transition: opacity .4s;
  transition: opacity .4s; }
.btn--blue {
    background: #59ade7; }
.btn--block {
    display: block;
    padding-left: 0;
    padding-right: 0; }
@media (min-width: 1024px) {
    .btn:hover {
      opacity: .9; } }
@media (max-width: 767px) {
    .btn {
      font-size: 16px;
      min-width: 238px;
      padding: 9px 9px 8px 9px; } }
@media (max-width: 490px) {
    .btn {
      min-width: 210px; } }
/* ------------------------------------------------------------ *\
	Form Elements
\* ------------------------------------------------------------ */
input::-webkit-input-placeholder {
  color: inherit;
  opacity: 1; }
input::-moz-placeholder {
  color: inherit;
  opacity: 1; }
input::-ms-input-placeholder {
  color: inherit;
  opacity: 1; }
input::placeholder {
  color: inherit;
  opacity: 1; }
textarea::-webkit-input-placeholder {
  color: inherit;
  opacity: 1; }
textarea::-moz-placeholder {
  color: inherit;
  opacity: 1; }
textarea::-ms-input-placeholder {
  color: inherit;
  opacity: 1; }
textarea::placeholder {
  color: inherit;
  opacity: 1; }
input:-webkit-autofill {
  -webkit-text-fill-color: inherit;
  -webkit-box-shadow: 0 0 0 1000px #fff inset; }
/* ------------------------------------------------------------ *\
	Form
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
	List
\* ------------------------------------------------------------ */
[class^="list-"] {
  list-style: none outside none; }
/* ------------------------------------------------------------ *\
	List features
\* ------------------------------------------------------------ */
.list-features {
  padding: 24px 0; }
.list-features li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 30px;
    position: relative;
    padding-left: 51px; }
.list-features img {
    position: absolute;
    top: 7px;
    left: 0;
    width: 19px;
    height: 19px; }
@media (min-width: 768px) {
    .list-features {
      display: block !important; } }
@media (max-width: 1023px) {
    .list-features {
      font-size: 17px; } }
@media (max-width: 767px) {
    .list-features {
      font-size: 19px;
      display: none;
      padding: 22px 0 17px; }
      .list-features li {
        margin-bottom: 30px; }
        .list-features li:last-child {
          margin-bottom: 0; } }
@media (max-width: 490px) {
    .list-features li {
      display: block;
      padding-left: 35px; } }
/* ------------------------------------------------------------ *\
	Logo
\* ------------------------------------------------------------ */
.logo {
  display: block;
  width: 529px;
  height: 174px;
  margin: 0 auto 34px; }
@media (max-width: 767px) {
    .logo {
      width: 450px;
      height: 148px;
      margin: 0 auto 25px; } }
@media (max-width: 530px) {
    .logo {
      width: 80%;
      height: auto; } }
/* ------------------------------------------------------------ *\
	Nav
\* ------------------------------------------------------------ */
.nav {
  font-family: "Pipetton Sans", sans-serif;
  text-transform: uppercase;
  font-size: 18px;
  color: #fff;
  letter-spacing: 0; }
.nav a {
    text-decoration: none;
    position: relative; }
.nav a:before {
      content: '';
      position: absolute;
      bottom: -5px;
      left: 0;
      width: 0%;
      height: 2px;
      background: #fff;
      -webkit-transition: width .4s;
      -o-transition: width .4s;
      transition: width .4s; }
.nav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
.nav li {
    margin: 0 24px; }
.nav li.current {
      position: relative; }
.nav li.current:before {
        content: '';
        position: absolute;
        bottom: -17px;
        left: 50%;
        -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
                transform: translateX(-50%);
        display: block;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 0 10px 10px 10px;
        border-color: transparent transparent #d4a9ff transparent; }
@media (max-width: 767px) {
    .nav li {
      margin: 0 20px; } }
/* ------------------------------------------------------------ *\
	Section
\* ------------------------------------------------------------ */
.section {
  padding: 128px 0 133px; }
.section .section__inner {
    max-width: 1097px;
    margin: 0 auto; }
.section .section__head {
    text-align: center;
    margin-bottom: 72px; }
.section .section__head h4 {
      font-weight: 500; }
@media (max-width: 1023px) {
    .section {
      padding: 80px 0; } }
@media (max-width: 767px) {
    .section {
      padding: 96px 0 37px; }
      .section .section__head {
        margin-bottom: 57px; }
        .section .section__head h4 {
          font-size: 18px;
          max-width: 87%;
          margin: 0 auto;
          letter-spacing: -0.015em; }
        .section .section__head > div {
          margin: 0 -30px; }
        .section .section__head .logo {
          margin: 0 auto 35px; } }
/* ------------------------------------------------------------ *\
	Slider
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
	Table
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
	Widgets
\* ------------------------------------------------------------ */
.widgets {
  list-style: none outside none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin: 0 -3px; }
@media (max-width: 767px) {
    .widgets {
      display: block;
      margin: 0; } }
/* ------------------------------------------------------------ *\
	Widget
\* ------------------------------------------------------------ */
.widget {
  padding: 0 3px;
  max-width: 50%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%; }
.widget .widget__inner {
    background: #fff;
    padding: 45px 50px 0 61px; }
.widget .widget__bar {
    background: #ff7a6e;
    font-size: 20px;
    letter-spacing: -0.02em;
    text-align: center;
    color: #fff;
    padding: 17px 10px; }
.widget .widget__title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-weight: 600;
    letter-spacing: -0.045em;
    margin-bottom: 32px;
    padding-left: 5px; }
.widget .widget__title img {
      width: 35px;
      height: 34px;
      margin-right: 27px; }
.widget .widget__trigger {
    -webkit-transition: font-size .4s;
    -o-transition: font-size .4s;
    transition: font-size .4s; }
.widget .widget__trigger a {
      color: #ff7a6e;
      text-decoration: none;
      position: relative;
      display: inline-block; }
.widget .widget__trigger a:after {
        content: '';
        position: absolute;
        bottom: 7px;
        left: 0;
        width: 100%;
        height: 2px;
        background: #ff7a6e; }
.widget .widget__actions {
    text-align: center;
    margin: 51px 0; }
.widget .widget__prices {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 34px; }
.widget .widget__prices strong {
      margin-right: 18px; }
.widget .widget__prices strong + strong {
        margin-right: 15px; }
.widget .widget__prices p {
      font-style: italic; }
.widget--blue .widget__bar {
    background: #59ade7; }
.widget--blue .widget__inner {
    padding: 45px 40px 0 81px; }
.widget--blue .widget__actions {
    padding-right: 27px; }
.widget--blue .widget__trigger a {
    color: #59ade7; }
.widget--blue .widget__trigger a:after {
      background: #59ade7; }
.widget--blue .widget__title img {
    width: 28px;
    height: 35px;
    margin-right: 30px; }
@media (max-width: 1023px) {
    .widget .widget__bar {
      font-size: 19px;
      padding: 16px 10px; }
    .widget .widget__inner {
      padding: 40px 15px 0 15px; }
    .widget--blue .widget__actions {
      padding-right: 0; } }
@media (min-width: 768px) and (max-width: 1024px) {
    .widget .widget__prices p {
      max-width: 100%;
      -webkit-box-flex: 0;
          -ms-flex: 0 0 100%;
              flex: 0 0 100%; }
    .widget .widget__bar {
      min-height: 75px;
      line-height: 1;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; } }
@media (max-width: 767px) {
    .widget {
      max-width: 100%;
      -webkit-box-flex: 0;
          -ms-flex: 0 0 100%;
              flex: 0 0 100%;
      margin-bottom: 23px;
      padding: 0; }
      .widget .widget__inner {
        padding: 40px 54px 0 54px; }
      .widget .widget__title {
        font-size: 26px;
        margin-bottom: 30px; }
      .widget .widget__prices {
        margin-top: 32px; }
      .widget .widget__actions {
        margin: 47px 0 23px;
        padding-bottom: 36px;
        -webkit-transition: margin .4s, padding .4s;
        -o-transition: margin .4s, padding .4s;
        transition: margin .4s, padding .4s; }
        .widget .widget__actions .btn {
          margin-bottom: 34px; }
        .widget .widget__actions.active {
          margin-bottom: 0;
          padding-bottom: 0; }
      .widget .widget__trigger.active {
        font-size: 0; }
      .widget--blue .widget__inner {
        padding: 40px 26px 0 75px; }
      .widget--blue .widget__actions {
        margin: 47px 0 23px -30px; }
      .widget--blue .widget__title img {
        margin-right: 28px; }
      .widget--blue .widget__prices strong + strong {
        margin-right: 9px; } }
@media (max-width: 490px) {
    .widget .widget__inner {
      padding: 20px; }
    .widget .widget__prices {
      display: block; }
    .widget .widget__actions {
      padding-right: 0; }
    .widget--blue .widget__actions {
      margin-left: 0; } }
/* ------------------------------------------------------------ *\
	Intro
\* ------------------------------------------------------------ */
.intro {
  height: calc(100vh - (66px + 83px));
  min-height: 620px;
  padding: 40px 0;
  position: relative; }
.intro h4 {
    font-weight: 500; }
.intro .intro__inner {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    padding-top: 67px; }
.intro .intro__image {
    width: 99px;
    height: 111px;
    margin: 0 auto 49px; }
.intro .intro__content {
    text-align: center; }
.intro .socials {
    margin-top: 59px; }
@media (max-width: 767px) {
    .intro {
      height: auto;
      /* min-height: 450px; */
      min-height: 580px; }
      .intro h4 {
        font-size: 18px;
        margin: 0 auto;
        letter-spacing: -0.015em; }
      .intro .intro__image {
        margin: 0 auto 30px;
        width: 75px;
        height: 90px; }
      .intro .intro__inner {
        width: 100%; }
      .intro .socials {
        margin-top: 47px; }
        .intro .socials li {
          margin: 0 14px; }
        .intro .socials .ico-facebook {
          width: 7px;
          height: 13px; }
        .intro .socials .ico-instagram {
          width: 13px;
          height: 13px; } }
@media (max-width: 530px) {
    .intro .intro__inner {
      padding-top: 0; } }
/* ------------------------------------------------------------ *\
	Socials
\* ------------------------------------------------------------ */
.socials ul {
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
.socials li {
  margin: 0 18px; }
.socials .ico-facebook {
  width: 8px;
  height: 18px; }
.socials .ico-instagram {
  width: 17px;
  height: 17px; }
.socials .icon-hover {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden; }
.socials .ico-facebook,
.socials .ico-instagram {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative; }
.socials .ico-facebook img,
  .socials .ico-instagram img {
    -webkit-transition: opacity .4s, visibility .4s;
    -o-transition: opacity .4s, visibility .4s;
    transition: opacity .4s, visibility .4s; }
@media (min-width: 1024px) {
  .socials .ico-facebook:hover img:first-child,
  .socials .ico-instagram:hover img:first-child {
    opacity: 0;
    visibility: hidden; }
  .socials .ico-facebook:hover .icon-hover,
  .socials .ico-instagram:hover .icon-hover {
    opacity: 1;
    visibility: visible; } }
