i/*============================================================================
	Convert pixels to ems
	eg. for a relational value of 12px write em(12) when the parent is 16px
	if the parent is another value say 24px write em(12, 24)
	Based on https://github.com/thoughtbot/bourbon/blob/master/app/assets/stylesheets/functions/_px-to-em.scss
==============================================================================*/
/*================ #Mixins ================*/
/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0; }

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block; }

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px; }

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */ }

/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit; }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic; }

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000; }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block; }

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none; }

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */ }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block; }

/**
 * Add the correct display in IE.
 */
template {
  display: none; }

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none; }

* {
  outline: none; }

html, body {
  height: 100%;
  margin: 0;
  padding: 0; }

body {
  font-family: 'Roboto Slab', serif;
  font-style: normal;
  font-weight: normal;
  line-height: normal;
  font-size: 16px;
  background-color: #f9f8f8;
  color: #000000;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
  text-rendering: optimizeLegibility !important;
  -webkit-font-smoothing: antialiased !important;
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

a {
  outline: none;
  color: #007BB6;
  text-decoration: none; }
  a:active {
    outline: none; }
  a:hover {
    outline: none;
    text-decoration: underline; }

h1, .heading-big {
  font-family: 'Roboto Slab', serif;
  font-style: normal;
  font-weight: bold;
  line-height: normal;
  color: #000000;
  font-size: 52px; }
  @media only screen and (max-width: 575px) {
    h1, .heading-big {
      font-size: 27px;
      line-height: 36px; } }
  @media only screen and (min-width: 576px) and (max-width: 767px) {
    h1, .heading-big {
      font-size: 36px;
      line-height: 47px; } }

h2, .heading-middle {
  font-family: 'Roboto Slab', serif;
  font-style: normal;
  font-weight: bold;
  line-height: normal;
  color: #000000;
  font-size: 32px;
  margin: 0; }
  @media only screen and (max-width: 575px) {
    h2, .heading-middle {
      font-size: 26px; } }

h3, .heading-small {
  font-family: 'Roboto Slab', serif;
  font-style: normal;
  font-weight: bold;
  line-height: normal;
  color: #000000;
  font-size: 22px;
  margin: 0; }

h4, .heading-mini {
  font-family: 'Roboto Slab', serif;
  font-style: normal;
  font-weight: bold;
  line-height: normal;
  color: #000000;
  font-size: 18px;
  margin: 0; }

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

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

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

.text-lowercase {
  text-transform: lowercase; }

.text-uppercase {
  text-transform: uppercase; }

.text-important {
  color: #ff0000;
  font-size: 150%; }

.text-underline {
  position: relative;
  white-space: nowrap; }
  .text-underline-line {
    width: 110%;
    position: absolute;
    bottom: 5px;
    left: 50%;
    transform: translate(-50%, 100%); }
    .text-underline-line--large {
      bottom: 0; }

.icon {
  display: inline-block;
  width: 100%;
  height: 100%;
  stroke-width: 0;
  stroke: currentColor;
  fill: currentColor; }

.button {
  display: inline-block;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  user-select: none;
  border: 1px solid transparent;
  text-decoration: none;
  box-sizing: border-box;
  cursor: pointer;
  background-color: #307ab1;
  color: #ffffff;
  min-height: 44px;
  border-radius: 22px;
  padding-left: 20px;
  padding-right: 20px;
  font-family: 'Roboto Slab', serif;
  font-style: normal;
  font-weight: bold; }
  .button--large {
    min-height: 62px;
    border-radius: 31px; }
  .button:focus, .button.focus {
    outline: 0;
    box-shadow: none; }
  .button.disabled, .button:disabled {
    cursor: disabled;
    opacity: .65; }

.button-menu {
  position: relative;
  padding-left: 30px; }
  .button-menu-icon {
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%); }
  .button-menu__label {
    display: inline-block;
    font-family: 'Roboto Slab', serif;
    font-size: 18px;
    margin-left: 10px; }

.card-photo {
  position: relative;
  background-color: #ffffff;
  max-width: 250px;
  box-sizing: border-box;
  padding: 13px;
  box-shadow: 2px 2px 60px rgba(132, 118, 93, 0.25);
  margin: 0; }

.card-photo__img {
  width: 100%;
  display: block;
  height: auto; }

.card-photo__caption {
  font-family: 'Architects Daughter', cursive;
  font-size: 13px;
  line-height: 17px;
  padding-top: 7px; }

.card-photo__line {
  position: absolute;
  bottom: 18px;
  right: -30px;
  transform: rotate(-16deg); }

.container {
  box-sizing: border-box;
  max-width: 960px;
  padding-left: 20px;
  padding-right: 20px;
  margin-left: auto;
  margin-right: auto; }
  @media only screen and (min-width: 576px) and (max-width: 767px) {
    .container {
      padding-left: 15px;
      padding-right: 15px; } }

.main-header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 100;
  transition: all 0.2s ease 0s; }
  .main-header.is-sticky {
    background: #F9F8F8;
    opacity: 0.95;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25); }
  .main-header__enter {
    min-height: 124px;
    position: relative;
    display: flex;
    justify-content: flex-end;
    align-items: start; }
    @media only screen and (max-width: 767px) {
      .main-header__enter {
        align-items: center; } }
    @media only screen and (max-width: 767px) {
      .main-header__enter {
        min-height: 80px; } }
  .main-header-nav {
    display: flex;
    margin-top: 20px;
    align-items: center; }
    .main-header-nav-items {
      margin-right: 20px; }
      @media only screen and (max-width: 767px) {
        .main-header-nav-items {
          margin-left: auto;
          margin-right: auto;
          margin-top: 100px;
		  color: #fff} }
    .main-header-nav__link {
      display: inline-block;
      color: #007BB6;
      font-size: 16px;
      margin: 0 15px; }
      @media only screen and (max-width: 767px) {
		  .main-footer-nav{
			  display: none;
		  }
		  .main-header-nav__link {
          display: block;
          text-align: center;
          padding: 14px 0 ;
          font-size: 24px;
			line-height: 32px;
        text-decoration: underline;
          color: #fff; } }
    @media only screen and (max-width: 767px) {
      .main-header-nav {
        display: block;
        position: fixed;
        background: rgba(49, 122, 176, 0.96);
        width: 100%;
        height: 100%;
        top: 0;
        margin-top: 0;
        z-index: 100;
        left: 0;
        transform: translateY(-100%);
        visibility: hidden;
        opacity: 0;
        transition: all 0.5s ease 0s; } }
  .main-header__button-menu {
    display: none; }
    @media only screen and (max-width: 767px) {
      .main-header__button-menu {
        display: block;
        position: fixed;
        z-index: 200; } }
    .main-header__button-menu .button-menu-icon__close {
      display: none; }
    .main-header__button-menu.is-active {
      border: 1px solid #ffffff; }
      .main-header__button-menu.is-active .button-menu-icon__burger {
        display: none; }
      .main-header__button-menu.is-active .button-menu-icon__close {
        display: block; }
      .main-header__button-menu.is-active ~ .main-header-nav {
        transform: translateY(0);
        opacity: 1;
        visibility: visible; }

.main-header-logo {
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
  margin: 0;
  padding: 0;
  max-width: 350px; }
  .main-header-logo img {
    max-width: 100%;
    display: block; }
  @media only screen and (max-width: 575px) {
    .main-header-logo {
      max-width: 200px;
      left: 15px; } }
  @media only screen and (min-width: 576px) and (max-width: 767px) {
    .main-header-logo {
      max-width: 220px;
      left: 15px; } }

.header-sign-up {
  position: relative; }
  .header-sign-up__image {
    position: absolute;
    bottom: 16px;
    left: 40px;
	  max-width: 223px;
    transform: translate(-100%, 100%); }
  .header-sign-up__caption {
    position: absolute;
    font-family: 'Architects Daughter', cursive;
    white-space: nowrap;
    bottom: -52px;
    left: -82px;
    transform: rotate(-3deg);
    font-size: 20px; }
  .header-sign-up__line {
    position: absolute;
    right: -40px;
    top: 20px; }
  @media only screen and (max-width: 767px) {
    .header-sign-up {
      display: none; } }

.content {
  position: relative;
  margin-top: 124px;
  background-color: #ffffff;
  border: 2px solid #E2E2E2;
  box-shadow: 2px 2px 60px rgba(132, 118, 93, 0.25);
  border-radius: 10px;
  box-sizing: border-box;
  padding-left: 15px;
  padding-right: 15px; }
  @media only screen and (max-width: 767px) {
    .content {
      margin-top: 80px; } }

.section {
  position: relative;
  text-align: center;
  border-bottom: 1px solid #CBC9C9;
  padding-bottom: 40px;
  padding-top: 10px;
  max-width: 775px;
  margin-left: auto;
  margin-right: auto; }
  @media only screen and (max-width: 575px) {
    .section {
      padding-bottom: 20px; } }
  .section--one, .section--two, .section--three {
    padding-top: 35px; }
    @media only screen and (max-width: 575px) {
      .section--one, .section--two, .section--three {
        padding-top: 20px; } }
  .section--four {
    padding-top: 15px; }
  .section--five {
    padding-bottom: 0px; }
  .section--last {
    border-bottom: none; }
  .section__caption {
    text-transform: uppercase;
    font-style: normal;
    font-weight: bold;
    color: #ee6338; }
  .section-title {
    margin-bottom: 35px; }
    .section-title--last {
      margin-bottom: 0;
      margin-top: 30px; }
  .section__text {
    max-width: 540px;
    margin-left: auto;
    margin-right: auto; }
  .section__noty {
    font-size: 13px;
    font-style: italic; }
  .section-block {
    position: relative;
    max-width: 545px;
    margin-left: auto;
    margin-right: auto;
    text-align: left; }
    @media only screen and (min-width: 768px) and (max-width: 971px) {
      .section-block {
        margin-left: 0; } }
    @media only screen and (max-width: 971px) {
      .section-block {
        text-align: center; } }
    .section-block__text {
      max-width: 405px; }
      @media only screen and (max-width: 767px) {
        .section-block__text {
          margin-left: auto;
          margin-right: auto; } }
    .section-block__card-photo {
      transform: rotate(6.92deg); }
      @media only screen and (max-width: 575px) {
        .section-block__card-photo {
          max-width: 220px; } }
      @media only screen and (min-width: 768px) {
        .section-block__card-photo {
          position: absolute;
          right: -140px;
          top: 13%; } }
      @media only screen and (max-width: 971px) {
        .section-block__card-photo {
          margin-left: auto;
          margin-right: auto;
          margin-top: 20px;
          margin-bottom: 30px; } }
  .section-background {
    margin: 0;
    padding: 0;
    position: absolute;
    z-index: 0;
    pointer-events: none; }
    .section-background--first {
      right: 13%;
      top: 33%; }
    .section-background--last {
      left: 8.5%;
      top: 14%; }
    .section-background img {
      max-width: 100%; }
    @media only screen and (max-width: 767px) {
      .section-background--first {
        left: 0%;
        top: 28%;
        text-align: center;
        width: 100%; }
      .section-background--last {
        left: 0%;
        top: 5%;
        text-align: center;
        width: 100%; } }

.box-important {
  background: rgba(195, 216, 251, 0.3);
  border: 2px solid #C3D8FB;
  box-sizing: border-box;
  padding: 10px 10px;
  border-radius: 17px;
  max-width: 540px;
  margin-left: auto;
  margin-right: auto; }
  .box-important--margin-top {
    margin-top: 25px; }
  .box-important__context {
    padding-top: 20px; }

.box-contact {
  margin-top: 35px;
  display: inline-block;
  font-style: normal;
  position: relative; }
  @media only screen and (max-width: 575px) {
    .box-contact {
      margin-top: 20px; } }
  .box-contact .icon--right {
    width: 80px;
    height: 44px;
    position: absolute;
    left: 0;
    transform: translate(-150%, -50%);
    top: 50%; }
  .box-contact .icon--left {
    width: 80px;
    height: 44px;
    position: absolute;
    right: 0;
    transform: translate(150%, -50%);
    top: 50%; }
  .box-contact .icon--down {
    display: none; }
  @media only screen and (max-width: 575px) {
    .box-contact .icon--left,
    .box-contact .icon--right {
      display: none; }
    .box-contact .icon--down {
      display: block;
      width: 42px;
      height: 85px;
      margin-bottom: 10px;
      margin-left: auto;
      margin-right: auto; } }

.box-calc {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
  margin-bottom: 20px; }
  @media only screen and (max-width: 575px) {
    .box-calc {
      flex-direction: column; }
      .box-calc .box-calc__column {
        margin-top: 5px;
        margin-bottom: 5px; } }

.box-invoke {
  margin-top: 40px;
  margin-bottom: 10px; }
  .box-invoke-button {
    margin-top: 15px;
    position: relative;
    text-align: center;
    max-width: 170px;
    margin-left: auto;
    margin-right: auto; }
    @media only screen and (max-width: 767px) {
      .box-invoke-button {
        max-width: 150px; } }
    .box-invoke-button .icon--right {
      width: 80px;
      height: 40px;
      position: absolute;
      left: 0;
      transform: translateX(-100%);
      bottom: -5px; }
    .box-invoke-button .icon--left {
      position: absolute;
      width: 80px;
      height: 40px;
      right: 0;
      transform: translateX(100%);
      bottom: -5px; }
    @media only screen and (max-width: 767px) {
      .box-invoke-button .icon--left {
        width: 60px;
        height: 60px;
        transform: translateX(100%) rotate(-30deg);
        bottom: 5px; }
      .box-invoke-button .icon--right {
        width: 60px;
        height: 60px;
        transform: translateX(-100%) rotate(30deg);
        bottom: 5px; } }

.box-feature {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  padding-bottom: 23px;
  margin-top: 15px; }
  @media only screen and (max-width: 767px) {
    .box-feature {
      flex-direction: column;
      border-top: 1px solid #CBC9C9;
      padding-top: 20px;
      border-bottom: none; } }
  .box-feature--last {
    padding-bottom: 0;
    border-bottom: none;
    border-top: none; }
  .box-feature-item {
    box-sizing: border-box;
    flex: 0 0 49%;
    position: relative;
    border: 1px solid #53B45C;
    border-radius: 12px; }
    @media only screen and (max-width: 767px) {
      .box-feature-item {
        margin-bottom: 20px; } }

      @media only screen and (max-width: 767px) {
        .box-feature-item--first:before {
          display: none; } }
  .box-feature-item__caption {
    background: #53B45C;
    text-align: center;
    color: #fff;
    padding-top: 2px;
    padding-bottom: 2px;
    border-radius: 11px 11px 0 0;
    font-size: 22px;
    font-weight: bold; }
  .box-feature-item__content {
    padding: 15px 20px;
    box-sizing: border-box; }
    @media only screen and (max-width: 767px) {
      .box-feature-item__content {
        padding-left: 10px;
        padding-right: 10px; } }
    .box-feature-item__content .list-table {
      margin-left: auto;
      margin-right: auto; }
      @media only screen and (min-width: 576px) and (max-width: 767px) {
        .box-feature-item__content .list-table .list-table-cell {
          width: 50%; } }

.box-feature-block {
  margin-top: 10px;
  border-radius: 11px;
  background-color: #EE6338;
  color: #ffffff;
  font-weight: bold;
  font-size: 18px;
  padding-top: 4px;
  padding-bottom: 8px;
  padding-left: 3px;
  padding-right: 3px; }

.box-feature-block__value {
  font-size: 22px; }

.box-sign-up {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 20px; }
  @media only screen and (max-width: 767px) {
    .box-sign-up {
      margin-right: auto;
      margin-left: auto;
      flex-direction: column;
      margin-top: 5px; } }
  .box-sign-up__button {
    margin-right: 30px; }
    @media only screen and (max-width: 575px) {
      .box-sign-up__button {
        min-width: 100%;
        margin-left: auto;
        margin-right: auto; } }
  .box-sign-up--contact {
    display: none; }
    @media only screen and (max-width: 575px) {
      .box-sign-up--contact {
        display: block;
        margin-top: 20px;
        padding-top: 20px;
        border-top: 1px solid #CBC9C9; } }
  .box-sign-up-info {
    width: 390px;
    position: relative;
    text-align: right; }
    @media only screen and (max-width: 575px) {
      .box-sign-up-info {
        min-width: 100%;
        max-width: 100%;
        margin-left: auto;
        margin-right: auto;
        text-align: left; } }
    .box-sign-up-info__note {
      position: absolute;
      font-family: 'Architects Daughter', cursive;
      top: 18px;
      left: 0;
      transform: rotate(-8.77deg);
      font-size: 20px;
      line-height: 28px;
      text-align: left; }
      @media only screen and (max-width: 575px) {
        .box-sign-up-info__image{
			max-width: 220px !important;
		  }
		  
		  
		  .box-sign-up-info__note {
          transform: rotate(0deg);
          top: 42px;
          left: 85px; } }
    .box-sign-up-info__arrow {
      position: absolute;
      left: 140px;
      bottom: 10px; }
      .box-sign-up-info__arrow.sx-display {
        display: none; }
      .box-sign-up-info__arrow.lg-display {
        display: block; }
      @media only screen and (max-width: 575px) {
        .box-sign-up-info__arrow {
          left: 30px;
          bottom: 5px; }
          .box-sign-up-info__arrow.sx-display {
            display: block; }
          .box-sign-up-info__arrow.lg-display {
            display: none; } }



.list-table {
  font-size: 12px;
  line-height: 17px;
  margin: 0;
  padding: 0;
  width: 90%; }
  .list-table-cell {
    display: table-cell;
    text-align: right; }
  .list-table-cell--value {
    text-align: left;
    padding-left: 15px; }

.box-bonus {
  margin-top: -6px; }
  @media only screen and (max-width: 767px) {
    .box-bonus {
      margin-top: 0px;
      margin-bottom: 40px; } }
  .box-bonus__caption {
    font-size: 22px;
    font-weight: bold;
    max-width: 380px;
    margin-left: auto;
    margin-right: auto; }
  .box-bonus .icon {
    height: 180px; }

.main-footer {
  padding-bottom: 25px; }

.main-footer-logo {
  margin: 35px auto 0 auto;
  padding: 0;
  text-align: center;
  width: 273px; }

.main-footer-logo img {
  max-width: 100%;}

.main-footer-nav {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  margin-top: 52px; }

.main-footer-nav__link {
  display: inline-block;
  padding: 5px;
  margin-left: 3.5%;
  margin-right: 3.5%;
  color: #007BB6; }
  @media only screen and (max-width: 575px) {
    .main-footer-nav__link {
      display: block; } }

.input-text {
  display: block;
  box-sizing: border-box;
  width: 100%;
  height: 45px;
  padding: 4px 15px 4px 15px;
  font-size: 100%;
  color: #000000;
  background-color: transparent;
  background-image: none;
  border-radius: 0px;
  appearance: none;
  resize: none;
  font-family: 'Roboto Slab', serif;
  font-size: 16px;
  background: #FFFFFF;
  border: 1px solid #84765D;
  box-sizing: border-box;
  border-radius: 3px;
  transition: border-color ease-in-out .15s; }
  .input-text:invalid {
    box-shadow: none; }
  .input-text:focus {
    border-color: #307ab1;
    outline: none; }
  .input-text.is-error {
    border-color: #C21608; }
    .input-text.is-error ~ .input-notify--error {
      visibility: visible;
      opacity: 1; }
  .input-text.is-empty {
    border-color: #C21608; }
    .input-text.is-empty ~ .input-notify--empty {
      visibility: visible;
      opacity: 1; }

.main-form__buttons {
  text-align: center;
  margin-top: 20px; }

.input-text-holder {
  position: relative;
  margin-top: 20px; }
  @media only screen and (max-width: 575px) {
    .input-text-holder {
      margin-top: 10px; } }

.input-notify {
  position: absolute;
  right: 0;
  font-family: 'Roboto Slab', serif;
  font-style: normal;
  font-weight: normal;
  line-height: normal;
  font-size: 14px;
  text-align: center;
  color: #C21608;
  top: 0;
  opacity: 0;
  line-height: 16px; }

.input-label {
  display: block;
  font-family: 'Roboto Slab', serif;
  font-style: normal;
  font-weight: normal;
  line-height: normal;
  font-size: 16px;
  text-align: left;
  color: #000000;
  margin-bottom: 10px;
  line-height: 16px; }

.modal-window-success {
  display: none;
  text-align: center;
  max-width: 434px; }
  .modal-window-success.is-active {
    display: block; }
    .modal-window-success.is-active ~ * {
      display: none; }
  .modal-window-success__close {
    font-size: 16px;
    margin-top: 20px;
    text-decoration: underline;
    display: inline-block; }
    .modal-window-success__close:hover {
      text-decoration: none; }

.modal {
  background-color: rgba(22, 69, 105, 0.8);
  bottom: 0;
  height: 100%;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 2000;
  visibility: hidden;
  opacity: 0;
  transition: 0.2s ease-in 0s;
  overflow-y: scroll; }
  .modal.is-active {
    opacity: 1;
    visibility: visible; }
    .modal.is-active .modal-window {
      opacity: 1;
      transform: scale(1) translate(-50%, -50%); }
  .modal-window {
    position: absolute;
    left: 50%;
    top: 50%;
    min-width: 434px;
    box-sizing: border-box;
    padding: 20px 48px;
    opacity: 0;
    transform: scale(0.1) translate(-50%, -50%);
    transition: all 0.4s cubic-bezier(0.17, 0.89, 0.32, 1.27) 0s;
    background-color: #FFFFFF;
    border: 2px solid #E2E2E2;
    box-sizing: border-box;
    box-shadow: 2px 2px 60px rgba(132, 118, 93, 0.25);
    border-radius: 10px;
    transform-origin: 0 50% 0; }
    @media only screen and (max-width: 575px) {
      .modal-window {
        padding: 15px;
        width: calc(100% - 20px);
        min-width: auto; } }
    .modal-window__close {
      right: -24px;
      top: -24px;
      position: absolute;
      width: 48px;
      height: 48px;
      background: #313131;
      border: 1px solid #FFFFFF;
      box-sizing: border-box;
      display: flex;
      align-items: center;
      text-align: center;
      justify-content: center;
      border-radius: 50%;
      cursor: pointer; }
      @media only screen and (max-width: 575px) {
        .modal-window__close {
          right: 8px;
          top: 8px; } }
    .modal-window__header {
      text-align: center;
      font-family: 'Roboto Slab', serif;
      font-style: normal;
      font-weight: bold;
      line-height: normal;
      font-size: 32px;
      text-align: center;
      color: #000000; }
    .modal-window__title {
      margin-top: 0;
      margin-bottom: 0; }
      @media only screen and (max-width: 575px) {
        .modal-window__title {
          font-size: 28px;
          line-height: 28px; } }
    .modal-window__caption {
      margin: 10px 0 0 0; }
    .modal-window__form {
      margin-top: 30px; }
  .modal__caption {
    color: #000000;
    border-bottom: 1px solid #e1e1e1;
    padding: 10px 0 25px;
    text-align: center; }
  .modal__context {
    box-sizing: border-box;
    color: #6b6b6b;
    font-size: 12px;
    margin-top: 20px;
    max-height: 240px;
    overflow-y: scroll;
    padding-right: 15px; }
  .modal__bottom {
    margin-top: 50px; }

.section--choose {
  padding-top: 35px; }

.section--team {
  padding-bottom: 10px; }

.box-team {
  display: flex;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  justify-content:space-between;
  flex-direction: row; }
  @media only screen and (max-width: 575px) {
    .box-team {
      flex-direction: column; } }
  .box-team-item {
    flex-basis: 44%;
    padding: 0 20px;
    box-sizing: border-box; }
    @media only screen and (max-width: 767px) {
      .box-team-item {
        flex-basis: 48%; } }
    .box-team-item__title {
      font-size: 20px; }
  .box-team-item__image {
    height: 144px;
    width: 144px;
    margin-left: auto;
    margin-right: auto;
    border-radius: 50%;
    overflow: hidden; }
    .box-team-item__image img {
      display: block;
      max-width: 100%; }

.box-reviews {
  display: flex;
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
  align-items: center;
  border-bottom: 1px solid #CBC9C9;
  padding-bottom: 30px;
  padding-top: 30px;
  flex-direction: row;


}
.box-reviews--indent{
  padding-left: 7%;
  padding-right: 7%;
}

  .box-reviews:last-child {
    border-bottom: none; }
  .box-reviews--reverse {
    flex-direction: row-reverse; }
  @media only screen and (max-width: 767px) {
    .box-reviews {

      padding-left: 0;
padding-right: 0;
      flex-direction: column-reverse; } }
  .box-reviews-text {
    position: relative;
    text-align: left;
    box-sizing: border-box;
    padding-left: 50px;
		font-size: 22px;

   }

.box-reviews-text__caption{
  font-size: 16px;
  font-weight: bold;
}

    @media only screen and (max-width: 767px) {
      .box-reviews-text {
        margin-top: 30px; } }
    .box-reviews-text__quote {
      position: absolute;
      left: 0;
      top: 30px; }
  .box-reviews-images {
    width: 178px;
    display: flex;
    justify-content: flex-end;
    position: relative; }
    .box-reviews-images__figure {
      border-radius: 50%;
      overflow: hidden;
      height: 144px;
      margin: 0;
      width: 144px; }

      .box-reviews-images__figure img {
        display: block;
        max-width: 100%;
      }

    .box-reviews-images__caption {
      background-color: #53B45C;
      position: absolute;
      width: 72px;
      height: 72px;
      border-radius: 50%;
      color: #ffffff;
      display: flex;
      align-items: center;
      flex-direction: column;
      justify-content: center;
      bottom: 0;
      left: 0;
      transform: translateY(5px);
      font-weight: bold;
      font-size: 26px;
      line-height: 26px; }
      .box-reviews-images__caption span {
        font-size: 12px;
        line-height: 14px; }

.main-header-nav__link.is-active{
  font-weight: bold;
}

.main-footer-nav__link.is-active{
  font-weight: bold;
}

/*# sourceMappingURL=style.min.css.map*/
