.wrapper {
  display: block;
  max-width: 1200px;
  margin: 0 auto;
  position: relative; }
  .wrapper:after {
    content: "";
    display: table;
    clear: both; }
  @media (max-width: 1200px) {
    .wrapper {
      padding-left: 20px;
      padding-right: 20px; } }

.img-wrapper {
  position: relative;
  overflow: hidden; }
  .img-wrapper:before {
    display: block;
    padding-top: 100%;
    content: ""; }
  .img-wrapper--ratio-1x1:before {
    padding-top: 100%; }
  .img-wrapper--ratio-4x3:before {
    padding-top: -webkit-calc(3 / 4 * 100%);
    padding-top: calc(3 / 4 * 100%); }
  .img-wrapper--ratio-16x9:before {
    padding-top: -webkit-calc(9 / 16 * 100%);
    padding-top: calc(9 / 16 * 100%); }
  .img-wrapper > img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    height: 100%; }

.btn {
  line-height: 1.25;
  font-size: 16px;
  border: 1px solid;
  padding: 0.5em 1.25em;
  -webkit-border-radius: 3px;
          border-radius: 3px;
  display: inline-block;
  text-align: center;
  text-transform: uppercase;
  font-weight: 600;
  font-family: "Open Sans", sans-serif;
  cursor: pointer;
  text-decoration: none;
  border-color: black;
  background-color: transparent;
  color: black;
  -webkit-transition-duration: .25s;
          transition-duration: .25s; }
  .btn:hover {
    border-color: black;
    background-color: black;
    color: white;
    -webkit-transition-duration: .25s;
            transition-duration: .25s; }
  .btn:hover {
    text-decoration: none; }
  .btn:focus, .btn:active {
    outline: none; }
  .btn--cursive {
    font-family: "Amatic SC", cursive;
    padding-top: 0.25em;
    padding-bottom: 0.25em; }
  .btn--sm {
    font-size: 12px; }
  .btn--lg {
    font-size: 20px; }
  .btn--xl {
    font-size: 35px; }
  .btn--block {
    display: block;
    width: 100%; }
  .btn--green-transparent {
    border-color: #8cc53b;
    background-color: transparent;
    color: #8cc53b;
    -webkit-transition-duration: .25s;
            transition-duration: .25s; }
    .btn--green-transparent:hover {
      border-color: #8cc53b;
      background-color: #8cc53b;
      color: white;
      -webkit-transition-duration: .25s;
              transition-duration: .25s; }
  .btn--green {
    border-color: #8cc53b;
    background-color: #8cc53b;
    color: white;
    -webkit-transition-duration: .25s;
            transition-duration: .25s; }
    .btn--green:hover {
      border-color: #709e2f;
      background-color: #709e2f;
      color: white;
      -webkit-transition-duration: .25s;
              transition-duration: .25s; }
	.btn--yellow {
    border-color: #ffcb04;
    background-color: #ffcb04;
    color: #353535;
    -webkit-transition-duration: .25s;
            transition-duration: .25s; }
    .btn--yellow:hover {
      border-color: #e7b809;
      background-color: #e7b809;
      color: #353535;
      -webkit-transition-duration: .25s;
              transition-duration: .25s; }
  .btn--green-white {
    border-color: white;
    background-color: #8cc53b;
    color: white;
    -webkit-transition-duration: .25s;
            transition-duration: .25s; }
    .btn--green-white:hover {
      border-color: white;
      background-color: white;
      color: #8cc53b;
      -webkit-transition-duration: .25s;
              transition-duration: .25s; }
  .btn--blue-transparent {
    border-color: #2d78c4;
    background-color: transparent;
    color: #2d78c4;
    -webkit-transition-duration: .25s;
            transition-duration: .25s; }
    .btn--blue-transparent:hover {
      border-color: #2d78c4;
      background-color: #2d78c4;
      color: white;
      -webkit-transition-duration: .25s;
              transition-duration: .25s; }
  .btn--blue {
    border-color: #2d78c4;
    background-color: #2d78c4;
    color: white;
    -webkit-transition-duration: .25s;
            transition-duration: .25s; }
    .btn--blue:hover {
      border-color: #235f9b;
      background-color: #235f9b;
      color: white;
      -webkit-transition-duration: .25s;
              transition-duration: .25s; }

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

html, body {
  font-family: "Open Sans", sans-serif;
  margin: 0;
  padding: 0;
  font-size: 16px;
  color: #333; }

section {
  padding: 60px 0; }
  section.no-padding {
    padding: 0; }

.video-container {
  width: 862px;
  max-width: 100%;
  height: auto;
  position: relative;
  margin: 60px auto 0; }

.video-thumb {
  display: block;
  width: 100%; }

.video-play {
  position: absolute;
  width: 110px;
  height: 64px;
  left: 50%;
  top: 50%;
  margin-top: -32px;
  margin-left: -55px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url("../images/ui/video-play_bg.png");
  cursor: pointer; }

@font-face {
  font-family: "hh";
  src: url("../fonts/hh.eot");
  src: url("../fonts/hh.eot?#iefix") format("embedded-opentype"), url("../fonts/hh.woff") format("woff"), url("../fonts/hh.ttf") format("truetype"), url("../fonts/hh.svg#hh") format("svg");
  font-weight: normal;
  font-style: normal; }

[data-icon]:before {
  font-family: "hh" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

[class^="hh-"]:before,
[class*=" hh-"]:before {
  font-family: "hh" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.hh-angle-left:before {
  content: "\3c"; }

.hh-angle-right:before {
  content: "\3e"; }

.hh-art:before {
  content: "\61"; }

.hh-ball:before {
  content: "\62"; }

.hh-check:before {
  content: "\76"; }

.hh-graph:before {
  content: "\69"; }

.hh-heart:before {
  content: "\6c"; }

.hh-plane:before {
  content: "\72"; }

.hh-quotes:before {
  content: "\71"; }

.hh-phone:before {
  content: "\70"; }

.hh-home:before {
  content: "\68"; }

.hh-close:before {
  content: "\63"; }

.hh-menu:before {
  content: "\64"; }

h1, h2, h3, h4, h5, h6 {
  color: inherit;
  font-weight: 700;
  margin-top: 0.5em;
  margin-bottom: 0.5em; }

h1.background {
  color: white;
  text-align: center;
  line-height: 70px;
  padding: 45px 15px;
  margin: 0;
  background-image: url("../images/ui/header_bg.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover; }

h1.cursive {
  font-family: "Amatic SC", cursive;
  text-transform: uppercase;
  text-align: center; }

h1 {
  font-size: 56px;
  font-weight: 700; }

h2 {
  font-size: 36px;
  font-weight: 600; }

h3 {
  font-size: 22px;
  font-weight: 600; }

p {
  margin-top: 1em;
  margin-bottom: 1em;
  line-height: 1.625; }

.text-gray {
  color: #666; }

.text-blue {
  color: #2d78c4; }

.text-darkblue {
  color: #083f88; }

.text-green {
  color: #8cc53b; }

.text-condensed {
  font-family: "Open Sans Condensed", sans-serif; }

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

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

.text-xxl {
  font-size: 80px; }

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

.text-cursive {
  font-family: "Amatic SC", cursive; }

body.modal-opened {
  height: 100%;
  overflow: hidden; }

.modal {
  width: 100%;
  position: fixed;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 1000;
  display: none;
  background-color: #fff;
  -webkit-border-radius: 10px;
          border-radius: 10px;
  max-width: 600px;
  max-height: -webkit-calc(100vh - 100px);
  max-height: calc(100vh - 100px);
  overflow: auto; }
  .modal.in {
    display: block; }
  .modal-overlay {
    position: fixed;
    height: 100%;
    width: 100%;
    z-index: 999;
    background-color: rgba(0, 0, 0, 0.5);
    left: 0;
    top: 0; }
  .modal-dialog {
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
    z-index: 1000;
    position: relative;
    padding-top: 50px; }

.modal-header, .modal-footer, .modal-body {
  padding: 20px; }

.modal-header {
  border-bottom: 1px solid #efefef;
  position: relative; }
  .modal-header h1 {
    margin: 0; }
  .modal-header .modal-close {
    position: absolute;
    right: 20px;
    top: 20px;
    cursor: pointer;
    font-size: 20px;
    color: #083f88; }

.modal-footer {
  border-top: 1px solid #efefef;
  text-align: right; }

.modal-settings:after {
  content: "";
  display: table;
  clear: both; }

.modal-settings__left {
  float: left; }

.modal-settings__right {
  float: right;
  text-align: right; }

.modal-settings .modal-forget-link {
  margin: 30px 0;
  display: inline-block; }

ul.list-checked {
  list-style: none;
  margin: 0;
  padding: 0; }
  ul.list-checked li {
    position: relative;
    padding-left: -webkit-calc(1em + 10px);
    padding-left: calc(1em + 10px); }
    ul.list-checked li:before {
      content: '\76';
      font-family: 'hh' !important;
      font-weight: normal !important;
      text-transform: none !important;
      color: #8cc53b;
      height: 1em;
      width: 1em;
      display: inline-block;
      vertical-align: middle;
      margin-right: 10px;
      position: absolute;
      left: 0;
      top: 0; }
  ul.list-checked.text-cursive li:before {
    height: 0.75em;
    width: 0.75em;
    font-size: 0.75em;
     }
  ul.list-checked--yellow li:before {
    color: #ffcb08; }
  ul.list-checked--inline li {
    display: inline-block;
    vertical-align: middle;
    margin: 0 0.5em; }
    @media (max-width: 480px) {
      ul.list-checked--inline li {
        display: block;
        text-align: left; } }
  ul.list-checked--fixed-width li {
    padding: 0;
    max-width: 300px;
    vertical-align: top;
    font-size: 40px; }
    ul.list-checked--fixed-width li:before {
      position: static;
      display: block;
      text-align: center;
      width: 100% !important;
      margin-bottom: 10px; }
    @media (max-width: 480px) {
      ul.list-checked--fixed-width li {
        text-align: center;
        margin-right: auto;
        margin-left: auto;
        margin-bottom: 20px; } }

.list-background-wrap {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url("../images/ui/list_bg.png");
  color: white;
  font-family: "Amatic SC", cursive;
  font-size: 45px; }

a {
  color: #2d78c4;
  text-decoration: none; }
  a:hover {
    text-decoration: underline; }

a.phone-link, span.phone-link {
  text-decoration: none;
  display: inline-block;
  vertical-align: middle; }
  a.phone-link:before, span.phone-link:before {
    font-family: "hh" !important;
    content: "\70";
    font-size: 1.25em;
    margin-right: 0.25em;
    display: inline-block;
    vertical-align: middle;
    font-weight: normal !important; }
  a.phone-link:hover, span.phone-link:hover {
    text-decoration: none; }

.social-links--inline .social-links__item {
  display: inline-block; }

.social-links__item {
  color: #333;
  font-size: 16px;
  font-weight: 400;
  line-height: 48px;
  text-decoration: none;
  display: block;
  margin-right: 40px; }
  .social-links__item:before {
    content: '';
    height: 33px;
    width: 33px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px; }
  .social-links__item--facebook:before {
    background-image: url("../images/ui/icon_facebook.svg"); }
  .social-links__item--google:before {
    background-image: url("../images/ui/icon_google.svg"); }
  .social-links__item--twitter:before {
    background-image: url("../images/ui/icon_twitter.svg"); }

table.hh-table {
  border-collapse: collapse;
  width: 100%; }
  table.hh-table td, table.hh-table th {
    border-left: none;
    border-right: none;
    padding: 10px;
    font-size: 16px; }
    table.hh-table td.actions, table.hh-table th.actions {
      text-align: right; }
  table.hh-table td {
    border-bottom: 1px solid #083f88;
    color: #083f88;
    background-color: #fff;
    text-align: center; }
  table.hh-table th {
    border-bottom: none;
    text-transform: uppercase;
    text-align: center;
    color: white;
    font-weight: bold;
    background-color: #8cc53b; }

.card {
  background-color: white;
  padding: 30px 20px;
  -webkit-border-radius: 5px;
          border-radius: 5px;
  display: inline-block;
  vertical-align: top;
  text-align: center;
  font-size: 16px; }
  .card--skyblue {
    background-color: #e9f8ff; }
  .card--lightblue {
    background-color: #4ab7dd; }

.cards-wrap {
  text-align: center;
  font-size: 0; }

.page-header {
  position: relative; }
  .page-header__top {
    min-height: 100px;
    color: #083f88;
    font-size: 24px;
    font-weight: 700;
    /**padding: 0 50px 0 290px;**/
    text-align: right;
    line-height: 100px; }
    .page-header__top > * {
      display: inline-block;
      vertical-align: middle; }
    @media (max-width: 1200px) {
      .page-header__top {
        padding-left: 150px; } }
    @media (max-width: 1100px) {
      .page-header__top {
        padding-left: 150px;
        padding-right: 0;
        font-size: 20px; } }
    @media (max-width: 900px) {
      .page-header__top {
        line-height: 50px; } }
    @media (max-width: 480px) {
      .page-header__top {
        padding-left: 0;
        text-align: center; } }
  .page-header__logo {
    position: absolute;
    left: 0;
    top: 12px;
    z-index: 11; }
    .page-header__logo img {
      display: block;
      width: 100%; }
    @media (max-width: 1200px) {
      .page-header__logo {
        left: 20px;
        width: 120px; } }
    @media (max-width: 480px) {
      .page-header__logo {
        position: static;
        display: block;
        margin: 15px auto; } }
  .page-header__login-group {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    z-index: 15; }
    .page-header__login-group:after {
      content: '';
      position: absolute;
      z-index: 5;
      right: -70px;
      top: 0;
      height: 110px;
      width: 100px;
      background-image: url("../images/ui/dog-bye.png");
      background-position: top right;
      background-repeat: no-repeat;
      background-size: 100px; }
    @media (max-width: 1280px) {
      .page-header__login-group {
        padding-right: 60px; }
        .page-header__login-group:after {
          right: 0; } }
    @media (max-width: 900px) {
      .page-header__login-group {
        display: block;
        padding-right: 0;
        margin: 0  auto 15px; }
        .page-header__login-group:after {
          display: none; } }
  .page-header__phone {
    color: #8bbe1d;
    text-decoration: none;
    display: inline-block;
    vertical-align: middle;
    line-height: 27px;
    margin-right: 50px;
    margin-left: 13px; }
    @media (max-width: 1100px) {
      .page-header__phone {
        margin-right: 13px; } }
    @media (max-width: 900px) {
      .page-header__phone {
        margin-right: 0; } }

.main-menu {
  text-align: right;
  font-size: 18px;
  font-weight: 600;
  line-height: 70px;
  background-color: #2d78c4;
  color: white;
  position: relative;
  min-height: 70px;
  z-index: 10; }
  .main-menu__toggler {
    position: absolute;
    right: 20px;
    top: 10px;
    height: 50px;
    width: 50px;
    z-index: 20;
    color: white;
    text-decoration: none;
    text-align: center; }
    .main-menu__toggler i {
      font-size: 40px;
      line-height: 40px; }
      .main-menu__toggler i.hh-close {
        display: none; }
    .main-menu__toggler.opened i.hh-close {
      display: block; }
    .main-menu__toggler.opened i.hh-menu {
      display: none; }
    @media (min-width: 769px) {
      .main-menu__toggler {
        display: none; } }
  .main-menu__items {
    padding-left: 12%;
    color: inherit; }
    @media (max-width: 1200px) {
      .main-menu__items {
         } }
    @media (max-width: 768px) {
      .main-menu__items {
        -webkit-transform: scaleY(0);
            -ms-transform: scaleY(0);
                transform: scaleY(0);
        -webkit-transform-origin: top;
            -ms-transform-origin: top;
                transform-origin: top;
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        padding: 70px 20px 0;
        background-color: #2d78c4;
        z-index: 10;
        -webkit-transition-duration: .25s;
                transition-duration: .25s; }
        .main-menu__items > * {
          opacity: 0;
          -webkit-transition-duration: .15s;
                  transition-duration: .15s; }
        .main-menu__items.opened {
          -webkit-transform: scaleY(1);
              -ms-transform: scaleY(1);
                  transform: scaleY(1);
          -webkit-transition-duration: .25s;
                  transition-duration: .25s; }
          .main-menu__items.opened > * {
            opacity: 1;
            -webkit-transition-duration: .15s;
                    transition-duration: .15s;
            -webkit-transition-delay: .15s;
                    transition-delay: .15s; } }
  .main-menu__item {
    color: inherit;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 18px;
    margin-left: 60px; }
    .main-menu__item:hover {
      color: #ffcb08;
      text-decoration: none; }
    @media (max-width: 1200px) {
      .main-menu__item {
        margin-left: 20px; } }
    @media (max-width: 768px) {
      .main-menu__item {
        display: block;
        width: 100%;
        text-align: center;
        margin: 0; } }

.pre-footer {
  height: 570px;
  width: 100%;
  background-position: bottom center;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url("../images/contents/footer-banner_bg.png");
  position: relative; }
  .pre-footer .blimp {
    width: 310px;
    height: 260px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url("../images/ui/assessmant_blimp.png");
    position: absolute;
    left: 50%;
    top: 14%;
    margin-left: -174px;
    padding: 133px 10px 10px;
    color: #083f88;
    font-weight: 700; }
    .pre-footer .blimp .btn {
      font-size:26px;
	  margin-top: 16px; }

.page-footer__test {
  min-height: 115px;
  text-align: center;
  background-color: #2d78c4;
  color: white;
  font-size: 28px;
  font-weight: 700; }
  .page-footer__test img {
    margin-top: -37px;
    display: inline-block;
    vertical-align: middle; }
  .page-footer__test .test-text {
    display: inline-block;
    margin-left: 30px;
    margin-right: 30px; }
  .page-footer__test .test-text, .page-footer__test .btn {
    vertical-align: middle; }

.page-footer__bottom {
  background-color: #2d78c4;
  color: white;
  min-height: 60px;
  font-size: 16px;
  font-weight: 300; }
  .page-footer__bottom a {
    color: inherit;
    text-decoration: none;
    line-height: 60px; }
  .page-footer__bottom .address {
    float: left; }
  .page-footer__bottom .design-link {
    float: right; }
  @media (max-width: 768px) {
    .page-footer__bottom {
      padding: 10px 0; }
      .page-footer__bottom .address, .page-footer__bottom .design-link {
        float: none; }
      .page-footer__bottom a {
        line-height: 30px; } }

.page-footer__main {
  padding: 40px 0 70px 0;
  background-color: white; }

.page-footer__main-content {
  padding-left: 200px;
  min-height: 200px;
  background-position: top left;
  background-repeat: no-repeat;
  background-image: url("../images/ui/hh_logo.png"); }
  @media (max-width: 768px) {
    .page-footer__main-content {
      padding-left: 100px;
      background-size: 100px; } }
  @media (max-width: 500px) {
    .page-footer__main-content {
      padding-left: 0;
      padding-top: 220px;
      background-position: top center;
      background-size: 200px; } }

.footer-menu {
  width: 55%;
  float: left;
  padding: 0 30px; }
  .footer-menu__item-group {
    float: left;
    width: 50%; }
    .footer-menu__item-group:first-of-type {
      padding-right: 30px; }
  .footer-menu__item {
    color: #333;
    font-size: 16px;
    font-weight: 400;
    line-height: 34px;
    text-decoration: none;
    display: block; }
    .footer-menu__item:hover {
      text-decoration: underline; }
    .footer-menu__item--home {
      color: #094485;
      font-size: 19px;
      font-weight: 600;
      text-transform: uppercase; }
      .footer-menu__item--home:hover {
        text-decoration: none; }
  @media (max-width: 1100px) {
    .footer-menu {
      width: 50%; }
      .footer-menu__item-group {
        width: 100%;
        float: none; }
        .footer-menu__item-group:first-of-type {
          padding-right: 0; } }
  @media (max-width: 400px) {
    .footer-menu {
      padding: 0;
      float: none;
      width: 100%;
      margin-bottom: 10px; } }

.footer-contacts {
  float: left;
  width: 45%; }
  .footer-contacts .header {
    color: #094485;
    font-size: 19px;
    font-weight: 600;
    text-transform: uppercase; }
  .footer-contacts__socials {
    float: left;
    width: 50%; }
  .footer-contacts__phone {
    text-align: right;
    float: left;
    width: 50%; }
    .footer-contacts__phone .text {
      color: #333;
      font-size: 16px;
      font-weight: 400;
      line-height: 40px; }
    .footer-contacts__phone .phone {
      color: #8bbe1d;
      text-decoration: none;
      display: block;
      vertical-align: middle;
      line-height: 27px;
      font-weight: 700;
      font-size: 24px; }
  @media (max-width: 1100px) {
    .footer-contacts {
      width: 50%; }
      .footer-contacts__socials, .footer-contacts__phone {
        width: 100%;
        float: none;
        padding: 0; }
      .footer-contacts__phone {
        text-align: left;
        margin-top: 20px; } }
  @media (max-width: 400px) {
    .footer-contacts {
      padding: 0;
      float: none;
      width: 100%;
      margin-bottom: 10px; } }

.chess-section {
  padding: 0;
  background-color: #4ab7dd; }
  .chess-section__row {
    position: relative;
    width: 100%;
    margin: 0 auto; }
    .chess-section__row:after {
      content: "";
      display: table;
      clear: both; }
    .chess-section__row--right .chess-section__img {
      left: 50%; }
    .chess-section__row--right .chess-section__txt {
      margin-right: 50%;
      margin-left: auto; }
    .chess-section__row .btn {
      margin-top: 15px; }
  .chess-section__img {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    min-height: 690px;
    width: 50%;
    background-color: #8bbe1d;
    overflow: hidden; }
    .chess-section__img img {
      position: absolute;
      left: 50%;
      top: 50%;
      -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      display: block;
      height: 100%; }
  .chess-section__txt {
    color: white;
    width: 100%;
    padding: 80px 70px;
    margin-left: 50%;
    margin-right: auto;
    max-width: 600px;
    min-height: 690px; }
    @media (max-width: 1200px) {
      .chess-section__txt {
        max-width: 50%; } }
  @media (max-width: 1024px) {
    .chess-section__row--right .chess-section__img {
      left: 0; }
    .chess-section__img {
      position: relative;
      left: 0;
      top: 0;
      width: 100%;
      min-height: 0; }
      .chess-section__img img {
        -webkit-transform: none;
            -ms-transform: none;
                transform: none;
        left: 0;
        top: 0;
        position: static;
        width: 100%;
        display: block; }
    .chess-section__txt {
      margin: 0;
      max-width: 100%;
      min-height: 0;
      padding: 30px; } }
  @media (max-width: 768px) {
    .chess-section__txt {
      padding: 20px; } }

.page-banner {
  width: 100%;
  min-height: 551px;
  padding: 30px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat; }
  @media (max-width: 640px) {
    .page-banner {
      padding-right: 0;
      padding-left: 0;
      min-height: 0; } }
  .page-banner--b1 {
    background-image: url("../images/contents/parents_banner_1_bg.jpg"); }
    @media (max-width: 640px) {
      .page-banner--b1 {
        min-height: 0; } }
  .page-banner--b2 {
    background-image: url("../images/contents/parents_banner_2_bg.jpg"); }
    @media (max-width: 1024px) {
      .page-banner--b2 .page-banner__bubble {
        max-width: 400px;
        padding: 50px;
        height: 400px;
        font-size: 45px; } }
    @media (max-width: 810px) {
      .page-banner--b2 {
        min-height: 0; } }
    @media (max-width: 480px) {
      .page-banner--b2 .page-banner__bubble {
        display: block;
        margin: 0 auto;
        max-width: 100%;
        -webkit-border-radius: 15px;
                border-radius: 15px;
        padding: 20px;
        height: auto;
        font-size: 35px;
        line-height: 45px; } }
  .page-banner--homepage {
    background-image: url("../images/contents/banner-bg.jpg");
    padding-top: 60px; }
    @media (max-width: 640px) {
      .page-banner--homepage {
        padding-top: 20px; } }
		@media (max-width: 380px) {
      .page-banner--homepage {
        background-color:#4ab7dd;
		background-image:none; } }
  .page-banner--homepage-2 {
    background-image: url("../images/contents/homepage-banner-2.jpg"); }
    @media (max-width: 480px) {
      .page-banner--homepage-2 {
        padding-bottom: 110px; } }
  .page-banner--teacher {
    background-image: url("../images/contents/teachers-bg.jpg");
     }
    @media (max-width: 640px) {
      .page-banner--teacher {
        padding-top: 30px;
        padding-bottom: 30px; } }
  .page-banner--features_1 {
    background-image: url("../images/contents/features-banner-1.png");
    min-height: 410px;
    padding-top: 100px;
    padding-bottom: 100px;
    color: white; }
    .page-banner--features_1 p {
      font-size: 24px;
      line-height: 1.25;
      font-weight: 300; }
  .page-banner--features_2 {
    min-height: 585px;
    background-image: url("../images/contents/features-banner-bg-2.jpg");
    background-position: right center;
    background-size: contain;
    background-repeat: no-repeat; }
    .page-banner--features_2 img {
      position: absolute;
      left: 0;
      bottom: -10px;
      z-index: 1; }
    @media (max-width: 640px) {
      .page-banner--features_2 {
        padding-top: 200px;
        padding-bottom: 150px; }
        .page-banner--features_2 img {
          width: 150px; } }
    @media (max-width: 480px) {
      .page-banner--features_2 {
        min-height: 0;
        padding-bottom: 0; }
        .page-banner--features_2 img {
          display: none; } }
  .page-banner__header-xl {
    font-family: "Amatic SC", cursive;
    color: #e9f8ff;
    font-size: 70px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 0;
    line-height: 150px; }
    @media (max-width: 1024px) {
      .page-banner__header-xl {
        font-size: 45px;
        line-height: 90px; } }
    @media (max-width: 480px) {
      .page-banner__header-xl {
        font-size: 30px;
        line-height: 60px; } }
  .page-banner__bubble {
    width: 479px;
    height: 487px;
    background-color: rgba(255, 255, 255, 0.8);
    color: #094485;
    font-family: "Amatic SC", cursive;
    font-size: 80px;
    font-weight: 700;
    line-height: 84px;
    text-transform: uppercase;
    display: inline-block;
    -webkit-border-radius: 50%;
            border-radius: 50%;
    text-align: center;
    padding: 120px 20px;
    position: relative;
    z-index: 2; }
    .page-banner__bubble .quote {
      margin-top: -30px; }
      .page-banner__bubble .quote:before {
        content: "\71";
        font-family: "hh" !important;
        text-transform: none !important;
        display: block;
        margin-bottom: 15px;
        font-size: 44px;
        line-height: 1;
        color: #d3d3d3;
        text-align: center; }
      @media (max-width: 640px) {
        .page-banner__bubble .quote {
          margin-top: 0; }
          .page-banner__bubble .quote:before {
            height: 30px; } }
    .page-banner__bubble--small {
      font-size: 53px;
      line-height: 60px;
      padding: 100px 50px; }
    .page-banner__bubble--blue {
      background-color: #eef7fa; }
    @media (max-width: 640px) {
      .page-banner__bubble {
        display: block;
        margin: 0 auto;
        max-width: 100%;
        -webkit-border-radius: 15px;
                border-radius: 15px;
        padding: 20px;
        height: auto;
        font-size: 35px;
        line-height: 40px; } }
  .page-banner__text {
    color: white;
    max-width: 650px;
    margin: 0 auto;
    font-size: 30px; }
    .page-banner__text ul {
      font-size: 22px;
      margin-bottom: 30px; }
    .page-banner__text--home {
      max-width: 800px;
      padding-left: 100px; }
      .page-banner__text--home h1 {
        font-size: 75px;
        margin-bottom: 0; }
      .page-banner__text--home p {
        margin-bottom: 0.75em;
        margin-top: 0.75em;
        margin-left: 0.7em;
        margin-right: 0.7em;
        line-height: 1.25; }
      .page-banner__text--home .btn {
        font-size: 40px;
        text-align: center;
        padding-left: 0;
        padding-right: 0;
        width: 300px; }
      @media (max-width: 1024px) {
        .page-banner__text--home {
          padding-left: 0; } }
      @media (max-width: 768px) {
        .page-banner__text--home .btn {
          margin-bottom: 10px; } }
  .page-banner__picture-wrap {
    float: right;
    text-align: right; }
    .page-banner__picture-wrap .title {
      color: #083f88;
      font-family: "Amatic SC", cursive;
      font-size: 53px;
      font-weight: 700;
      text-transform: uppercase;
      margin-bottom: 50px; }
    @media (min-width: 1440px) {
      .page-banner__picture-wrap {
        margin-right: -110px; } }
    @media (max-width: 1200px) {
      .page-banner__picture-wrap {
        width: 400px; }
        .page-banner__picture-wrap img {
          display: block;
          max-width: 85%;
          margin: 0 auto; } }
    @media (max-width: 1024px) {
      .page-banner__picture-wrap {
        width: 300px; }
        .page-banner__picture-wrap .title {
          font-size: 45px;
          margin-bottom: 75px; }
        .page-banner__picture-wrap img {
          display: block;
          max-width: 65%;
          margin-right: 0;
          margin-left: auto; } }
    @media (max-width: 810px) {
      .page-banner__picture-wrap img {
        position: absolute;
        bottom: 0;
        right: 0;
        width: 200px;
        z-index: 10; }
      .page-banner__picture-wrap .title {
        display: none; } }
    @media (max-width: 640px) {
      .page-banner__picture-wrap img {
        width: 120px;
        bottom: -20px;
        right: 0; } }
    @media (max-width: 640px) {
      .page-banner__picture-wrap img {
        display: none; } }

.small-banner {
  text-align: center;
  background: #2d78c4; }
  .pre-footer .small-banner {
    position: absolute;
    width: 100%;
    bottom: 0;
    background-color: transparent; }
  .small-banner__inner {
    color: white;
    position: relative;
    padding: 25px 15px 25px 150px;
    min-height: 115px;
    max-width: 1100px;
    margin: 0 auto; }
    .small-banner__inner a {
      color: white; }
    @media (max-width: 1200px) {
      .small-banner__inner {
        padding-left: 150px; } }
    @media (max-width: 768px) {
      .small-banner__inner {
        padding-left: 200px; } }
    @media (max-width: 480px) {
      .small-banner__inner {
        padding-left: 15px; } }
  .small-banner--no-img .small-banner__inner {
    padding-left: 15px; }
  .small-banner__text {
    display: inline-block;
    vertical-align: middle;
    font-size: 28px;
    font-weight: 700;
    margin-right: 25px; }
    @media (max-width: 768px) {
      .small-banner__text {
        margin-right: 0;
        margin-bottom: 10px; } }
    @media (max-width: 480px) {
      .small-banner__text {
        display: block; } }
  .small-banner__image {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 10; }
    @media (max-width: 768px) {
      .small-banner__image {
        left: 25px; } }
    @media (max-width: 480px) {
      .small-banner__image {
        position: static;
        display: block;
        text-align: center;
        margin: -25% auto 20px; } }
  .small-banner .btn {
    vertical-align: middle; }

.reasons-banner__cards {
  font-size: 0;
  text-align: center; }

.reasons-banner__card {
  display: inline-block;
  vertical-align: top;
  width: -webkit-calc((100/4) * 1% - 20/2 * 1px);
  width: calc((100/4) * 1% - 20/2 * 1px);
  margin: 30px 5px;
  min-height: 300px;
  background-color: #4ab7dd;
  -webkit-border-radius: 5px;
          border-radius: 5px;
  text-align: center;
  color: white;
  font-size: 18px;
  line-height: 22px;
  font-weight: 600;
  padding: 25px; }
  @media (max-width: 768px) {
    .reasons-banner__card {
      width: -webkit-calc((100/3) * 1% - 20/2 * 1px);
      width: calc((100/3) * 1% - 20/2 * 1px); } }
  @media (max-width: 640px) {
    .reasons-banner__card {
      width: -webkit-calc((100/2) * 1% - 20/2 * 1px);
      width: calc((100/2) * 1% - 20/2 * 1px); } }
  @media (max-width: 480px) {
    .reasons-banner__card {
      width: -webkit-calc((100/1) * 1% - 20/2 * 1px);
      width: calc((100/1) * 1% - 20/2 * 1px); } }
  .reasons-banner__card .img {
    width: 100%; }
    .reasons-banner__card .img img {
      display: block;
      width: 100%; }
  .reasons-banner__card .text {
    min-height: 70px;
    margin-top: 20px; }

.reasons-banner__link {
  font-size: 0;
  margin: 30px  auto 0;
  width: 800px;
  max-width: 100%;
  text-align: center; }
  .reasons-banner__link .image {
    width: 343px;
    height: auto;
    margin-right: -15px;
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 10px; }
    @media (max-width: 800px) {
      .reasons-banner__link .image {
        width: 170px;
        margin-right: 0; } }
  .reasons-banner__link .text {
    width: 440px;
    padding-right: 110px;
    color: #333;
    font-family: "Amatic SC", cursive;
    font-size: 50px;
    font-weight: 700;
    text-transform: uppercase;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    text-align: left; }
    .reasons-banner__link .text .btn {
      margin-top: 20px;
      display: block;
      width: 100%;
      font-size: 40px;
      padding-left: 0;
      padding-right: 0;
      position: relative; }
      .reasons-banner__link .text .btn:after {
        content: '';
        position: absolute;
        left: -webkit-calc(100% + 15px);
        left: calc(100% + 15px);
        top: -60px;
        width: 83px;
        height: 106px;
        background-position: center center;
        background-repeat: no-repeat;
        background-size: contain;
        background-image: url("../images/contents/reasons_arrow.svg"); }
    @media (max-width: 800px) {
      .reasons-banner__link .text {
        padding-right: 80px; }
        .reasons-banner__link .text .btn:after {
          width: 63px; } }
    @media (max-width: 640px) {
      .reasons-banner__link .text {
        padding-right: 0;
        font-size: 35px;
        width: initial; }
        .reasons-banner__link .text .btn:after {
          display: none; } }

.testimonial {
  width: 1060px;
  max-width: 100%;
  margin: 0 auto;
  font-size: 20px; }
  .testimonial__list-wrap {
    font-size: 0;
    max-width: 900px;
    margin: 30px auto;
    text-align: center; }
    .testimonial__list-wrap ul {
      display: inline-block;
      width: 50%;
      font-size: 18px;
      font-weight: 600;
      color: #083f88;
      text-align: left;
      line-height: 1.5; }
  .testimonial__header {
    color: #083f88;
    margin-top: 20px; }
    .testimonial__header img {
      display: inline-block;
      vertical-align: middle;
      margin: 0 10px; }
  .testimonial__carousel {
    position: relative;
    margin-top: 55px;
    margin-bottom: 30px; }
  .testimonial__control {
    position: absolute;
    width: 54px;
    height: 54px;
    -webkit-border-radius: 50%;
            border-radius: 50%;
    top: 50%;
    margin-top: -27px;
    cursor: pointer;
    color: #083f88;
    font-size: 50px; }
    .testimonial__control--prev {
      left: 50px; }
    .testimonial__control--next {
      right: 50px; }
    @media (max-width: 1024px) {
      .testimonial__control--prev {
        left: 0; }
      .testimonial__control--next {
        right: 0; } }
    @media (max-width: 480px) {
      .testimonial__control {
        width: 35px;
        height: 35px;
        margin-top: -35px;
        font-size: 35px; } }
  .testimonial__slides {
    padding: 0 150px;
    position: relative; }
    @media (max-width: 1024px) {
      .testimonial__slides {
        padding: 0 75px; } }
    @media (max-width: 480px) {
      .testimonial__slides {
        padding: 0 50px; } }
  .testimonial__slide {
    text-align: center;
    margin: 0 auto; }
    .testimonial__slide .text {
      color: #666;
      font-size: 24px;
      font-weight: 300;
      line-height: 35px; }
    .testimonial__slide .name {
      font-size: 18px;
      font-weight: 600;
      line-height: 30px;
      color: #083f88;
      margin-top: 20px; }

.advantages {
  background-position: center;
  background-size: cover;
  background-image: url("../images/ui/advantages_bg.png");
  min-height: 500px; }
  .advantages__header {
    color: #fff;
    margin-bottom: 80px; }
  .advantages__list {
    font-size: 0;
    text-align: center; }
  .advantages__item {
    width: -webkit-calc((100/4) * 1% - 20/2 * 1px);
    width: calc((100/4) * 1% - 20/2 * 1px);
    margin: 25px 5px;
    text-align: center;
    color: #094485;
    font-size: 18px;
    font-weight: 600; }
    .advantages__item i {
      display: block;
      font-size: 70px;
      color: #8bba0d; }
    .advantages__item .img-wrapper {
      margin: 0 auto 20px;
      width: 70%; }
    @media (max-width: 1024px) {
      .advantages__item {
        width: -webkit-calc((100/3) * 1% - 20/2 * 1px);
        width: calc((100/3) * 1% - 20/2 * 1px); } }
    @media (max-width: 768px) {
      .advantages__item {
        width: -webkit-calc((100/2) * 1% - 20/2 * 1px);
        width: calc((100/2) * 1% - 20/2 * 1px); } }
    @media (max-width: 640px) {
      .advantages__item {
        width: 100%;
        margin: 10px 0; } }
    .advantages__item--white {
      background-color: white;
      width: -webkit-calc((100/3) * 1% - 20/2 * 1px);
      width: calc((100/3) * 1% - 20/2 * 1px);
      padding: 30px 25px; }
      .advantages__item--white img {
        height: 80px; }
      .advantages__item--white h3 {
        font-weight: 700;
        font-size: 40px; }
      .advantages__item--white p {
        margin-bottom: 0;
        font-weight: 300;
        color: #444; }
      @media (max-width: 768px) {
        .advantages__item--white {
          width: -webkit-calc((100/2) * 1% - 20/2 * 1px);
          width: calc((100/2) * 1% - 20/2 * 1px); } }
      @media (max-width: 640px) {
        .advantages__item--white {
          width: 100%;
          margin: 10px 0; } }

.section-advantage {
  background-color: #e9f8ff;
  padding-bottom: 370px;
  background-position: center bottom;
  background-size: auto 450px;
  background-repeat: no-repeat;
  background-image: url("../images/ui/advantages_bg_2.png"); }
  .section-advantage ul {
    font-size: 20px;
    margin: 50px 0;
    width: 50%;
    float: left;
    padding: 0 25px; }
    .section-advantage ul li {
      margin: 10px 0;
      line-height: 1.5; }
    @media (max-width: 480px) {
      .section-advantage ul {
        width: 100%;
        float: none;
        margin: 0;
        padding: 0; }
        .section-advantage ul li {
          margin: 10px 0; } }

.partnership__header {
  font-weight: 700;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 145px;
  min-height: 110px;
  background-position: left top;
  background-repeat: no-repeat;
  background-image: url("../images/contents/quality_sign.png");
  margin-bottom: 40px; }
  @media (max-width: 480px) {
    .partnership__header {
      padding-left: 0;
      padding-top: 145px;
      background-position: center top; } }

.partnership__text {
  max-width: 1000px;
  margin: 0 auto; }

.partnership p img {
  vertical-align: middle;
  margin-top: -9px; }

.partnership__subheader {
  color: #094485;
  font-family: "Amatic SC", cursive;
  font-size: 56px;
  font-weight: 700;
  line-height: 59px;
  text-transform: uppercase;
  text-align: center;
  margin: 50px 0; }

.partnership__items {
  text-align: center;
  font-size: 0; }

.partnership-item {
  vertical-align: middle;
  display: inline-block;
  margin: 10px;
  width: -webkit-calc((100/3) * 1% - 20px);
  width: calc((100/3) * 1% - 20px);
  border: 9px solid white;
  -webkit-border-radius: 6px;
          border-radius: 6px;
  position: relative;
  background-size: cover;
  background-position: center; }
  .partnership-item:before {
    content: '';
    display: block;
    padding-top: 100%; }
  .partnership-item__content {
    position: absolute;
    color: white;
    font-size: 30px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 200px; }
    .partnership-item__content .btn {
      margin-top: 20px;
      font-size: 28px; }
  .partnership-item--parent {
    background-image: url("../images/contents/patnership-parents.jpg"); }
  .partnership-item--teacher {
    background-image: url("../images/contents/patnership-teacher.jpg"); }
  .partnership-item--school {
    background-image: url("../images/contents/patnership-school.jpg"); }
  @media (max-width: 900px) {
    .partnership-item {
      width: -webkit-calc(50% - 20px);
      width: calc(50% - 20px); } }
  @media (max-width: 640px) {
    .partnership-item {
      display: block;
      width: 100%; } }

.assessments {
  margin-bottom: -110px;
  padding-bottom: 170px;
  background: url("../images/contents/assessments-bg.jpg") no-repeat top center;
  background-size: 1900px 370px; }
  @media (max-width: 1024px) {
    .assessments {
      background-size: auto 400px; } }
  @media (max-width: 480px) {
    .assessments {
      background-size: auto 300px; } }
  .assessments__header {
    text-align: center;
    font-family: "Amatic SC", cursive;
    font-size: 60px; }
    .assessments__header--white {
      color: white; }
  .assessments__wrapper {
    max-width: 940px;
    margin: 0 auto;
    width: 100%;
    padding: 0 20px; }
  .assessments__lead {
    font-size: 18px;
    text-align: center;
    margin-bottom: 50px; }
  .assessments__subheader {
    font-size: 40px;
    margin-top: 1em;
    margin-bottom: 0.5em;
    color: #2d78c4;
    font-family: "Amatic SC", cursive; }
  .assessments .btn--xl {
    margin-top: 40px; }

.features-list {
  min-height: 750px;
  padding-bottom: 300px;
  background-color: #8ed8f8;
  background-image: url("../images/contents/features-list-bg.png");
  background-size: auto 750px;
  background-position: center bottom;
  background-repeat: no-repeat; }
  .features-list__header {
    font-size: 60px;
    margin-bottom: 70px; }
  .features-list__items {
    font-size: 0;
    text-align: center; }
  .features-list__item-group {
    width: -webkit-calc((100/3) * 1%);
    width: calc((100/3) * 1%);
    padding-right: 40px;
    display: inline-block;
    vertical-align: top; }
    .features-list__item-group:nth-of-type(3n) {
      padding-right: 0; }
    @media (max-width: 1024px) {
      .features-list__item-group {
        width: 50%;
        padding-right: 20px; }
        .features-list__item-group:nth-of-type(3n) {
          padding-right: 20px; }
        .features-list__item-group:nth-of-type(2n) {
          padding-right: 0; } }
    @media (max-width: 1024px) {
      .features-list__item-group {
        display: block;
        width: 100%;
        padding-right: 0; }
        .features-list__item-group:nth-of-type(2n) {
          padding-right: 0; } }
  .features-list__item {
    font-size: 22px;
    font-weight: 600;
    color: #083f88;
    min-height: 62px;
    margin-bottom: 10px;
    position: relative;
    text-align: left; }
    .features-list__item .txt {
      display: inline-block;
      vertical-align: middle;
      width: -webkit-calc(100% - 87px);
      width: calc(100% - 87px); }
    .features-list__item .img {
      position: relative;
      height: 62px;
      width: 62px;
      -webkit-border-radius: 50%;
              border-radius: 50%;
      display: inline-block;
      vertical-align: middle;
      background-color: #8cc53b;
      margin-right: 15px; }
      .features-list__item .img img {
        position: absolute;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
        display: block;
        max-width: 80%; }

.features-benefits__header {
  font-size: 60px; }

.features-benefits__list {
  font-size: 0;
  text-align: center; }

.features-benefits__item {
  width: -webkit-calc((100/4) * 1% - 20/2 * 1px);
  width: calc((100/4) * 1% - 20/2 * 1px);
  margin: 20px 5px;
  padding: 20px; }
  @media (max-width: 1024px) {
    .features-benefits__item {
      width: -webkit-calc((100/3) * 1% - 20/2 * 1px);
      width: calc((100/3) * 1% - 20/2 * 1px); } }
  @media (max-width: 768px) {
    .features-benefits__item {
      width: -webkit-calc((100/2) * 1% - 20/2 * 1px);
      width: calc((100/2) * 1% - 20/2 * 1px); } }
  @media (max-width: 640px) {
    .features-benefits__item {
      width: 100%;
      margin: 10px 0; } }
  .features-benefits__item .text {
    font-size: 18px;
    font-weight: 600;
    min-height: 50px;
    margin-top: 20px;
    color: white; }
  .features-benefits__item .image img {
    display: block;
    width: 100%; }

.thanks {
  padding-bottom: 0; }
  .thanks__video {
    padding-left: 400px;
    margin-bottom: 130px;
    background: url("../images/ui/dog-bye.png") bottom left no-repeat; }
    .thanks__video p {
      font-size: 26px;
      font-weight: 300;
      line-height: 31px;
      color: #444;
      text-align: center; }
    @media (max-width: 1024px) {
      .thanks__video {
        padding-left: 300px; } }
    @media (max-width: 768px) {
      .thanks__video {
        padding-left: 250px;
        background-size: 250px auto; } }
    @media (max-width: 640px) {
      .thanks__video {
        padding-left: 0;
        background: none;
        margin-bottom: 50px; } }
  .thanks__message {
    padding: 50px 25px;
    background: url("../images/ui/list_bg.png") center no-repeat;
    background-size: cover;
    color: white;
    text-align: center;
    position: relative; }
    .thanks__message:before {
      content: '';
      position: absolute;
      top: 0;
      width: 0;
      height: 0;
      right: 50%;
      border: 18px solid;
      border-color: white transparent transparent; }
    .thanks__message p {
      display: inline-block;
      vertical-align: middle;
      font-size: 18px;
      font-weight: 300;
      line-height: 26px;
      max-width: 600px;
      margin: 10px 50px; }

.form {
  background-color: #efefef;
  width: 100%;
  padding: 70px; }
  @media (max-width: 1024px) {
    .form {
      padding: 35px; } }
  @media (max-width: 480px) {
    .form {
      padding: 18px; } }
  .form--transparent {
    background-color: white; }
  .form .g-recaptcha {
    display: inline-block;
    vertical-align: middle;
    margin: 10px 10px 10px 0;
    -webkit-transform-origin: 0 0;
        -ms-transform-origin: 0 0;
            transform-origin: 0 0; }
    @media (max-width: 480px) {
      .form .g-recaptcha {
        -webkit-transform: scale(0.75);
            -ms-transform: scale(0.75);
                transform: scale(0.75); } }

.form-inline-group {
  display: inline-block;
  font-size: 0;
  width: 100%; }

.form-inline-col {
  width: -webkit-calc(100/3 * 1% - 10px);
  width: calc(100/3 * 1% - 10px);
  vertical-align: middle;
  display: inline-block; }
  .form-inline-col + .form-inline-col {
    margin-left: 15px; }
  @media all and (max-width: 480px) {
    .form-inline-col {
      width: 100%;
      display: block; }
      .form-inline-col + .form-inline-col {
        margin-left: 0; } }

.form-row .tt-menu {
  margin-top: -18px; }

.form-group {
  padding-top: 20px; }
  .form-group--submit > * {
    margin-left: 10px; }

.input-error {
  font-size: 16px;
  margin-bottom: 18px;
  margin-top: -9px;
  display: none;
  padding: 10px;
  background-color: red;
  color: white;
  font-weight: 400;
  position: relative;
  -webkit-border-radius: 4px;
          border-radius: 4px; }
  .input-error .hh-close {
    position: absolute;
    right: 10px;
    top: 10px;
    color: white;
    cursor: pointer;
    font-size: 0.75em; }

.input {
  display: block;
  width: 100%;
  color: #333;
  padding: 17px 22px;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
  background-color: white;
  border: 1px solid #2d78c4;
  -webkit-border-radius: 4px;
          border-radius: 4px;
  font-family: "Open Sans", sans-serif;
  margin-bottom: 18px; }
  .input:placeholder-shown {
    border-color: #999; }
  .input::-webkit-input-placeholder, .input::-moz-placeholder, .input:-ms-input-placeholder, .input:-moz-placeholder, .input::-webkit-input-placeholder {
    color: #666; }
  .input::-webkit-input-placeholder, .input::-moz-placeholder, .input:-ms-input-placeholder, .input:-moz-placeholder, .input::placeholder {
    color: #666; }
  .input:hover, .input:focus, .input:active {
    outline: none;
    border-color: #2d78c4; }
  .input.invalid {
    border-color: #e9322d;
    color: #e9322d; }
  .input.invalid + .input-error {
    display: block; }

select.input {
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 0.01px;
  text-overflow: '';
  -ms-appearance: none;
  appearance: none !important;
  background: white url("../images/ui/select_bg.svg") no-repeat -webkit-calc(100% - 15px) center;
  background: white url("../images/ui/select_bg.svg") no-repeat calc(100% - 15px) center;
  background-size: 20px auto;
  padding-right: 44px; }
  select.input.invalid, select.input:invalid:focus {
    background-image: url("../images/ui/select_bg_error.svg"); }

.checkbox {
  margin: 30px 0; }
  .checkbox.inline {
    display: inline-block;
    margin-right: 10px; }
  .checkbox input[type=checkbox] {
    display: none; }
    .checkbox input[type=checkbox] + label {
      position: relative;
      padding-left: 50px;
      line-height: 20px; }
      .checkbox input[type=checkbox] + label:before {
        content: '';
        width: 40px;
        height: 40px;
        position: absolute;
        display: block;
        vertical-align: middle;
        background-color: white;
        border: 1px solid #8c8c8c;
        -webkit-border-radius: 4px;
                border-radius: 4px;
        font-family: "hh";
        text-align: center;
        line-height: 40px;
        color: white;
        cursor: pointer;
        left: 0;
        top: -10px; }
    .checkbox input[type=checkbox]:checked + label:before {
      content: "v";
      background-color: #8cc53b;
      border-color: #8cc53b; }

.contact-form__form-wrap {
  padding-left: 390px;
  position: relative;
  margin-bottom: 130px; }
  .contact-form__form-wrap:before {
    content: '';
    position: absolute;
    width: 543px;
    height: 605px;
    left: -96px;
    top: -25px;
    background: url("../images/contents/dog_pencil.png") center no-repeat;
    background-size: contain; }
  @media (max-width: 1024px) {
    .contact-form__form-wrap {
      padding-left: 200px; }
      .contact-form__form-wrap:before {
        width: 343px; } }
  @media (max-width: 768px) {
    .contact-form__form-wrap {
      padding-left: 150px; }
      .contact-form__form-wrap:before {
        width: 200px;
        left: 0;
        top: 0;
        height: 100%;
        background-position: bottom; } }
  @media (max-width: 640px) {
    .contact-form__form-wrap {
      padding-left: 0;
      margin-bottom: 50px; }
      .contact-form__form-wrap:before {
        display: none; } }

.contact-form input[type=submit] {
  font-size: 31px;
  vertical-align: middle; }

.contact-form__info {
  padding: 0 100px; }
  .contact-form__info:after {
    content: "";
    display: table;
    clear: both; }
  @media (max-width: 1024px) {
    .contact-form__info {
      padding: 0; } }

.contact-form__address {
  width: 66%;
  float: left;
  color: #666; }
  .contact-form__address:after {
    content: "";
    display: table;
    clear: both; }
  .contact-form__address .column {
    width: 50%;
    float: left; }
    @media (max-width: 480px) {
      .contact-form__address .column {
        width: 100%;
        float: none; } }
  @media (max-width: 768px) {
    .contact-form__address {
      width: 100%;
      float: none; } }

.contact-form__address-item {
  padding-left: 50px;
  padding-right: 10px;
  padding-bottom: 40px;
  position: relative;
  line-height: 24px;
  font-size: 16px;
  font-weight: 300; }
  .contact-form__address-item:before {
    content: '';
    font-family: 'hh';
    font-size: 27px;
    color: #8cc53b;
    position: absolute;
    left: 0;
    top: 0;
    width: 50px;
    height: 100%;
    background: 0 0 no-repeat;
    background-size: 27px; }
  .contact-form__address-item--place:before {
    background-image: url("../images/ui/icon-location_green.svg"); }
  .contact-form__address-item--phone:before {
    content: 'p'; }
  .contact-form__address-item--time:before {
    background-image: url("../images/ui/icon-time_green.svg"); }

.contact-form__socials {
  width: 34%;
  float: left; }
  @media (max-width: 768px) {
    .contact-form__socials {
      width: 100%;
      float: none; } }

.faq__lead {
  font-weight: 600; }

.faq__question {
  margin-bottom: 10px;
  margin-right: 10%; }

.faq__btn {
  text-align: left;
  padding-top: 0.75em;
  padding-bottom: 0.75em;
  position: relative; }
  .faq__btn:before {
    color: white;
    content: '>';
    position: absolute;
    right: 15px;
    top: 50%;
    margin-top: -12px;
    -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg);
    font-family: "hh" !important; }
  .opened .faq__btn:before {
    content: '<'; }

.faq__answer {
  background-color: white;
  padding: 10px;
  font-size: 16px;
  width: 70%; }

.collapsed {
  display: none; }

.error-404 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%; }
  .error-404 img {
    display: block;
    max-width: 100%; }
  .error-404 .list-checked {
    font-size: 20px; }
    .error-404 .list-checked li {
      display: block;
      margin-bottom: 0.25em; }
  @media (max-width: 768px) {
    .error-404 {
      display: block; } }
