@charset "UTF-8";
/*задаём иконки с спрайта 
.icon-home{
  @include sprite($calendar);
 }
 */
/* reset */
/* main variables */
@import url("https://fonts.googleapis.com/css?family=Lato:300,400,700|Montserrat:400,700,800|Open+Sans:400,700|Raleway:400,500,600");
body {
  margin: 0px;
  padding: 0px;
  font-family: "Lato", sans-serif;
  background-color: #FFF;
  height: 100%;
  line-height: 1;
  position: relative;
  font-size: 16px !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/*MAIN*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset,
form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer,
header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, main {
  display: block; }

blockquote, q {
  quotes: none; }

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-width: 0px;
  padding: 0px;
  margin: 0px; }

html {
  height: 100%;
  -webkit-text-size-adjust: none;
  -ms-text-size-adjust: none; }

input,
textarea {
  color: #333;
  font-family: "Lato", sans-serif;
  outline: none;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -webkit-appearance: none; }

input[type="button"],
input[type="submit"],
button {
  cursor: pointer; }

td {
  margin: 0px;
  padding: 0px; }

form {
  padding: 0px;
  margin: 0px; }

a {
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  text-decoration: none;
  outline: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

a,
span,
div,
button {
  outline: none !important; }

input[type=submit],
input[type=button],
button {
  -webkit-appearance: none;
  outline: none; }

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

*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.clearfix:after,
.row:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden; }

@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoon.eot?qakyej");
  src: url("../fonts/icomoon.eot?qakyej#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?qakyej") format("truetype"), url("../fonts/icomoon.woff?qakyej") format("woff"), url("../fonts/icomoon.svg?qakyej#icomoon") format("svg");
  font-weight: normal;
  font-style: normal; }
[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-arrow:before {
  content: "\e900"; }

.icon-arrow-2:before {
  content: "\e901"; }

/*
================================================================================
|                                     HEADER                                   |
================================================================================
*/
header {
  grid-area: header; }
  header .wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr); }
  header .contact {
    grid-column: 3 / 4; }

header {
  padding-top: 70px;
  z-index: 999;
  padding-bottom: 20px; }

.logo {
  float: left;
  position: relative;
  margin-left: 55px; }

.header {
  border-bottom: solid 2px #136fb8; }
  .header .contact {
    padding-top: 5px;
    margin-right: 50px; }
    .header .contact p {
      font-size: 23px;
      font-weight: bold;
      color: #193459;
      padding-bottom: 6px; }
      .header .contact p a {
        color: inherit;
        transition: all 0.2s linear; }
        .header .contact p a:hover {
          opacity: 0.8; }
      .header .contact p:nth-child(2) {
        font-size: 17px;
        font-weight: bold;
        color: #5c82c1;
        padding-bottom: 0; }
        .header .contact p:nth-child(2) a {
          color: inherit;
          transition: all 0.2s linear; }
          .header .contact p:nth-child(2) a:hover {
            opacity: 0.8; }

.mainNav {
  padding-top: 20px;
  padding-bottom: 15px;
  grid-area: mainNav; }
  .mainNav ul {
    display: grid;
    grid-template-columns: 1fr repeat(5, auto);
    grid-column-gap: 1.35vw;
    justify-items: end;
    margin-right: 50px; }
    .mainNav ul li {
      text-transform: uppercase; }
      .mainNav ul li a {
        font-family: "Open Sans", sans-serif;
        font-size: 12px;
        color: #193459;
        transition: all 0.2s linear; }
        .mainNav ul li a:hover {
          opacity: 0.8; }

.mobile-trigger {
  display: none; }

.hamburger {
  padding: 7px 0px;
  height: 28px;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity,-webkit-filter;
  -webkit-transition-property: opacity,-webkit-filter;
  transition-property: opacity,filter;
  transition-property: opacity,filter,-webkit-filter;
  -webkit-transition-duration: .15s;
  transition-duration: .15s;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
  background: transparent;
  border-radius: 5px;
  width: 30px;
  height: 40px;
  padding: 14px 0px; }

.hamburger:hover {
  opacity: 0.8; }

.hamburger-box {
  width: 30px;
  height: 16px;
  display: inline-block;
  position: relative; }

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px; }

.hamburger-inner, .hamburger-inner::after, .hamburger-inner::before {
  width: 30px;
  height: 3px;
  background-color: #004b98;
  border-radius: 2px;
  position: absolute;
  transition-property: -webkit-transform;
  -webkit-transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform,-webkit-transform;
  -webkit-transition-duration: .15s;
  transition-duration: .15s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease; }

.hamburger-inner::after, .hamburger-inner::before {
  content: "";
  display: block; }

.hamburger-inner::before {
  top: -8px; }

.hamburger-inner::after {
  bottom: -10px; }

.hamburger--collapse .hamburger-inner {
  top: auto;
  bottom: 0;
  -webkit-transition-duration: .15s;
  transition-duration: .15s;
  -webkit-transition-delay: .15s;
  transition-delay: .15s;
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--collapse .hamburger-inner::after {
  top: -16px;
  -webkit-transition: top 0.3s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
  transition: top 0.3s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear; }

.hamburger--collapse .hamburger-inner::before {
  transition: top 0.12s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  -webkit-transition: top 0.12s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.12s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.12s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--collapse.is-active .hamburger-inner {
  -webkit-transform: translate3d(0, -10px, 0) rotate(-45deg);
  transform: translate3d(0, -10px, 0) rotate(-45deg);
  -webkit-transition-delay: .32s;
  transition-delay: .32s;
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  background: #282828; }

.hamburger--collapse.is-active .hamburger-inner::after {
  top: 0;
  opacity: 0;
  -webkit-transition: top 0.3s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.27s linear;
  transition: top 0.3s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.27s linear;
  background: #282828; }

.hamburger--collapse.is-active .hamburger-inner::before {
  top: 0;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  transition: top 0.12s 0.18s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.15s 0.42s cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transition: top 0.12s 0.18s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.15s 0.42s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.12s 0.18s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.15s 0.42s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.12s 0.18s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.15s 0.42s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.15s 0.42s cubic-bezier(0.215, 0.61, 0.355, 1);
  background: #282828; }

body.overflow {
  overflow: hidden !important;
  position: fixed; }

@media screen and (max-width: 1189px) {
  header {
    padding-top: 50px; }

  .logo {
    margin-left: 30px; }

  .header .contact {
    margin-right: 30px; }

  .mainNav ul {
    margin-right: 30px; } }
@media screen and (max-width: 991px) {
  header {
    padding-top: 20px; }

  .header .contact {
    padding-right: 0;
    padding-top: 7px; }

  .header .contact p {
    font-size: 19px; }

  .header .contact p:nth-child(2) {
    font-size: 15px; }

  .logo {
    margin-left: 0px; }

  .header .contact {
    margin-right: 0px; }

  .mainNav ul {
    margin-right: 0px; } }
@media screen and (max-width: 767px) {
  .logo {
    width: 250px; }
    .logo img {
      max-width: 100%; }

  .header .contact p {
    font-size: 18px; }

  .header .contact p:nth-child(2) {
    font-size: 14px; }

  .header .contact {
    padding-top: 0; }

  .mainNav {
    text-align: center; }

  .logo:before {
    left: 37px;
    top: 0;
    bottom: 0;
    width: 1px;
    height: 37px;
    background: #5b83c2;
    content: "";
    position: absolute; } }
@media screen and (max-width: 639px) {
  header .wrapper {
    display: grid;
    grid-template-columns: 1fr;
    position: relative;
    text-align: center; }

  header .contact {
    grid-column: 1; }

  .logo {
    float: none;
    margin: 0 auto;
    margin-bottom: 15px; }

  .mobile-trigger {
    display: block;
    right: 15px;
    top: -3px;
    position: absolute;
    z-index: 999; }

  .mainNav {
    display: none; }

  header {
    margin-bottom: 15px; }

  .menu-active header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: auto;
    background: #fff;
    margin-bottom: 0;
    border: none;
    height: 100vh; }
  .menu-active .mainNav {
    display: block;
    position: fixed;
    z-index: 9999;
    top: 122px;
    left: 0;
    right: 0;
    bottom: 0;
    border-top: 2px solid #136fb8;
    padding-top: 10px;
    overflow: auto; }

  .mainNav ul {
    display: grid;
    grid-template-columns: 1fr;
    grid-column-gap: 1.35vw;
    justify-items: center; }
    .mainNav ul li {
      display: block;
      padding: 10px 0; }
      .mainNav ul li a {
        font-size: 14px; }

  header {
    padding-top: 15px;
    padding-bottom: 15px; } }
@media screen and (max-width: 479px) {
  .header .contact {
    display: none; }

  .logo {
    margin-bottom: 0; }

  .menu-active .header .contact {
    display: block;
    padding-top: 15px; }

  .header .contact p {
    padding-bottom: 10px; } }
@media screen and (max-width: 374px) {
  .logo {
    display: block;
    margin-bottom: 0;
    width: 230px;
    margin-left: 0; }

  .header .contact p:nth-child(2) {
    font-size: 13px; }

  .logo:before {
    left: 34px;
    height: 34px; } }
/*
================================================================================
|                                     FOOTER                                   |
================================================================================
*/
footer {
  padding-bottom: 100px; }

.footer-content {
  background-color: #193459;
  padding: 64px 0; }
  .footer-content .wrapper {
    display: grid;
    grid-template-columns: 66% 34%;
    align-items: center; }
    .footer-content .wrapper > div {
      padding: 0 57px 0 57px;
      font-family: "Raleway", sans-serif;
      font-size: 20px;
      font-weight: 500;
      line-height: 1.45;
      color: #ffffff; }
      .footer-content .wrapper > div b {
        font-weight: 600; }
  .footer-content p {
    padding-bottom: 16px; }

.footer-phone {
  color: #fff;
  font-size: 30px;
  transition: all 0.2s linear; }
  .footer-phone:hover {
    opacity: 0.8; }

.footer-email {
  color: #54aeda;
  transition: all 0.2s linear; }
  .footer-email:hover {
    opacity: 0.8; }

.footer-nav {
  border-left: 1px solid #fff;
  padding: 0 43px 0 43px; }
  .footer-nav li {
    display: block;
    padding: 3px 0 11px 0; }
    .footer-nav li a {
      font-family: "Raleway", sans-serif;
      font-size: 14px;
      font-weight: 600;
      color: #ffffff; }
      .footer-nav li a:hover {
        opacity: 0.8; }

@media screen and (max-width: 1189px) {
  footer {
    padding-bottom: 50px; }

  .footer-content .wrapper > div, .footer-nav {
    padding: 0 30px; } }
@media screen and (max-width: 991px) {
  .footer-content {
    padding: 40px 0; }

  .footer-content .wrapper > div {
    font-size: 18px;
    padding-left: 0;
    padding-right: 15px; }

  .footer-nav {
    padding: 0 0 0 15px; } }
@media screen and (max-width: 767px) {
  footer {
    padding-bottom: 20px; }

  .footer-content {
    padding: 30px 0 20px; }

  .footer-content .wrapper {
    display: grid;
    grid-template-columns: 1fr; }

  .footer-content .wrapper > div {
    padding: 0px;
    text-align: center;
    font-size: 17px;
    padding-bottom: 25px;
    border: none; }

  .footer-phone {
    font-size: 24px; }

  .footer-nav {
    text-align: center;
    border: none; }

  .footer-nav li {
    display: inline-block;
    padding: 0 10px 10px 10px; }

  .footer-nav li a {
    font-size: 12px; } }
@media screen and (max-width: 639px) {
  .footer-content .wrapper > div {
    font-size: 16px; }

  .footer-phone {
    font-size: 22px; } }
@media screen and (max-width: 479px) {
  .footer-content .wrapper > div {
    font-size: 14px;
    padding-bottom: 15px; }

  .footer-phone {
    font-size: 18px; }

  .footer-nav li a {
    font-size: 11px; } }
.animated {
  animation-duration: 1s;
  animation-fill-mode: both; }
  .animated.infinite {
    animation-iteration-count: infinite; }
  .animated.hinge {
    animation-duration: 2s; }
  .animated.flipOutX, .animated.flipOutY, .animated.bounceIn, .animated.bounceOut {
    animation-duration: .75s; }

.animated-fast {
  -webkit-animation-duration: 0.7s;
  animation-duration: 0.7s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

@keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
.fadeIn {
  animation-name: fadeIn; }

.wrapper {
  width: 100%;
  max-width: 1280px;
  padding: 0 15px 0 15px;
  margin: 0 auto;
  position: relative; }

/* loader */
.loaded .grid {
  opacity: 0; }

.icon-load {
  background: url(../img/loader.gif?ver1.0) no-repeat left top;
  width: 40px;
  height: 40px;
  position: fixed;
  left: 50%;
  top: 50%;
  margin-left: -20px;
  margin-left: -20px;
  display: none; }

.loaded .icon-load {
  display: block; }

ul {
  list-style: none; }

.grid {
  display: grid;
  grid-template-areas: "header" "mainNav" "hero" "content" "reviews" "footer"; }

footer {
  grid-area: footer; }

/*
================================================================================
|                                     CONTENT                                 |
================================================================================
*/
.content {
  min-width: 320px;
  text-align: left;
  width: 100%;
  order: 2;
  -webkit-order: 2;
  flex-grow: 1;
  -webkit-flex-grow: 1; }

.index-banner {
  grid-area: hero;
  align-items: center;
  min-height: 312px;
  background: #6cbbf4;
  background: -moz-linear-gradient(to top, #6cbbf4, #5ea1d7);
  background: -webkit-linear-gradient(to top, #6cbbf4, #5ea1d7);
  background: -o-linear-gradient(to top, #6cbbf4, #5ea1d7);
  background: -ms-linear-gradient(to top, #6cbbf4, #5ea1d7);
  background-image: linear-gradient(to top, #6cbbf4, #5ea1d7);
  padding: 45px 0px 35px 0; }
  .index-banner .wrapper {
    display: grid;
    grid-column-gap: 3vw;
    grid-template-columns: 1fr auto;
    align-items: center; }
    .index-banner .wrapper > div {
      padding-left: 55px;
      padding-bottom: 22px; }
      .index-banner .wrapper > div:nth-child(2) {
        padding: 0;
        width: 523px; }
  .index-banner h1 {
    font-family: "Montserrat", sans-serif;
    font-size: 30px;
    font-weight: bold;
    color: #fff;
    padding-bottom: 16px;
    letter-spacing: 0.1px;
    line-height: 1.2;
    text-transform: uppercase; }
  .index-banner p {
    font-size: 17px;
    font-weight: 300;
    line-height: 1.53;
    color: #fff;
    max-width: 500px;
    letter-spacing: 0.2px; }

.intro {
  grid-area: content;
  padding: 56px 0px 55px 0px;
  border-bottom: solid 1px #97d2f0; }
  .intro .wrapper {
    display: grid;
    grid-template-columns: 54.8% 45.2%; }
  .intro-left {
    padding: 6px 45px 10px 60px;
    border-right: solid 1px #97d2f0; }
    .intro-left img {
      max-width: 100%;
      margin-bottom: 18px; }
    .intro-left p {
      font-size: 16px;
      font-weight: bold;
      line-height: 1.82;
      color: #9b9b9b; }
  .intro-right {
    padding: 8px 50px 0 44px; }
    .intro-right ul {
      padding-top: 10px; }
      .intro-right ul li {
        display: block;
        border-bottom: solid 1px #97d2f0;
        padding: 15px 2px 14px 2px; }
        .intro-right ul li:last-child {
          border-bottom: none; }
      .intro-right ul a {
        font-family: "Montserrat", sans-serif;
        font-size: 13px;
        font-weight: bold;
        line-height: 1.38;
        color: #5eb4e5;
        text-transform: uppercase;
        transition: all 0.2s linear;
        letter-spacing: 0.25px; }
        .intro-right ul a:hover {
          opacity: 0.8; }

.title {
  font-family: "Open Sans", sans-serif;
  font-size: 26px;
  font-weight: normal;
  color: #5b83c2; }

.title-2 {
  font-family: "Raleway", sans-serif;
  font-size: 26px;
  font-weight: normal;
  color: #5b83c2; }

.block-reviews {
  padding: 63px 0px 110px;
  grid-area: reviews; }
  .block-reviews .title-2 {
    padding-left: 58px; }

.reviews {
  padding-top: 29px;
  margin-left: -6px;
  margin-right: -6px;
  padding-left: 22px;
  padding-right: 22px; }
  .reviews .slick-prev {
    left: 0; }
  .reviews .slick-next {
    right: 0; }
  .reviews-item {
    padding: 0 38px;
    position: relative;
    font-family: "Raleway", sans-serif; }
    .reviews-item:before {
      content: "";
      position: absolute;
      top: 12px;
      bottom: 0px;
      left: -1px;
      background: #97d2f0;
      width: 1px; }
    .reviews-item:after {
      content: "";
      position: absolute;
      top: 12px;
      bottom: 0px;
      right: 0;
      background: #97d2f0;
      width: 1px; }
    .reviews-item p {
      font-size: 14px;
      line-height: 1.86;
      color: #49a8de;
      padding-bottom: 14px; }
    .reviews-item .name {
      font-size: 16px;
      font-weight: 500;
      line-height: 1.63;
      color: #5b83c2;
      padding-bottom: 12px; }

.reviews-item:before {
  opacity: 0; }

.reviews-item:after {
  opacity: 0; }

.slick-active .reviews-item:before {
  opacity: 1; }
.slick-active .reviews-item:after {
  opacity: 1; }

.slick-current .reviews-item:before {
  opacity: 0; }
.slick-current .reviews-item:after {
  opacity: 1; }

.slick-active + .slick-active .reviews-item:before {
  opacity: 1; }
.slick-active + .slick-active .reviews-item:after {
  opacity: 1; }

.slick-active + .slick-active + .slick-active .reviews-item:before {
  opacity: 1; }
.slick-active + .slick-active + .slick-active .reviews-item:after {
  opacity: 0; }

.slick-list {
  max-width: 100%; }

@media screen and (max-width: 1310px) {
  .reviews {
    margin: 0 0; }

  .slick-list {
    max-width: 100%;
    width: 100%; } }
@media screen and (max-width: 1189px) {
  .index-banner .wrapper > div {
    padding-left: 30px; }

  .index-banner .wrapper > div:nth-child(2) {
    width: 483px; }

  .intro-left, .intro-right {
    padding-left: 30px;
    padding-right: 30px; }

  .block-reviews .title-2 {
    padding-left: 30px; }

  .block-reviews {
    padding-bottom: 80px; }

  .reviews-item {
    padding: 0 25px; }

  .reviews {
    padding-left: 5px;
    padding-right: 5px; }
    .reviews .slick-prev {
      left: -10px; }
    .reviews .slick-next {
      right: -10px; } }
@media screen and (max-width: 991px) {
  .wrapper {
    padding: 0 5%; }

  .index-banner {
    padding: 40px 0px 30px 0px;
    text-align: center; }

  .index-banner .wrapper > div {
    padding-left: 0;
    padding-bottom: 20px; }

  .index-banner .wrapper {
    grid-column-gap: 0;
    grid-template-columns: 1fr;
    justify-content: center; }

  .index-banner p {
    margin: 0 auto; }

  .index-banner .wrapper > div:nth-child(2) {
    width: 100%; }

  .intro {
    padding: 40px 0; }

  .intro-left {
    padding-left: 0px;
    padding-right: 15px; }

  .intro-right {
    padding-left: 15px;
    padding-right: 0px; }

  .block-reviews {
    padding-bottom: 40px;
    padding-top: 40px; }

  .reviews .slick-prev {
    left: -12px; }

  .reviews .slick-next {
    right: -12px; }

  .reviews-item {
    padding: 0 15px; }

  .block-reviews .title-2 {
    padding-left: 18px; }

  .reviews-item:before {
    opacity: 0; }

  .slick-active .reviews-item:after {
    opacity: 0; }
  .slick-active .reviews-item:before {
    opacity: 1; }

  .slick-current .reviews-item:before {
    opacity: 0; }

  .slick-active + .slick-active .reviews-item:before {
    opacity: 1; }
  .slick-active + .slick-active .reviews-item:after {
    opacity: 0; } }
@media screen and (max-width: 767px) {
  .index-banner h1 {
    font-size: 26px; }

  .index-banner p {
    font-size: 16px; }

  .index-banner {
    padding: 30px 0px; }

  .intro .wrapper {
    grid-template-columns: 1fr; }

  .intro {
    padding: 30px 0 0;
    border: none; }

  .intro-left {
    padding-right: 0;
    border: none;
    padding-bottom: 20px;
    text-align: center; }

  .intro-left img {
    display: block;
    margin-left: auto;
    margin-right: auto; }

  .intro-right {
    padding-left: 0;
    border: none;
    padding-top: 0;
    text-align: center; }

  .title {
    text-align: center; }

  .block-reviews .title-2 {
    padding: 0;
    text-align: center; }

  .block-reviews {
    padding-bottom: 30px;
    padding-top: 30px; } }
@media screen and (max-width: 639px) {
  .index-banner h1 {
    font-size: 26px; }

  .index-banner p {
    font-size: 15px; }

  .index-banner img {
    max-width: 100%; }

  .intro p {
    font-size: 15px; }

  .title {
    font-size: 22px; }

  .title-2 {
    font-size: 22px; }

  .reviews-item:after {
    opacity: 0 !important; }

  .reviews-item:before {
    opacity: 0 !important; }

  .block-reviews {
    padding-bottom: 30px;
    padding-top: 20px; }

  .reviews .slick-prev {
    left: -12px; }

  .reviews .slick-next {
    right: -12px; }

  .reviews-item {
    padding: 0 5px; } }
@media screen and (max-width: 479px) {
  .index-banner h1 {
    font-size: 22px; }

  .intro-left {
    padding-top: 0; }

  .title {
    font-size: 21px; }

  .title-2 {
    font-size: 21px; }

  .block-reviews {
    padding-bottom: 20px; } }
@media screen and (min-width: 1281px) {
  .js-slider-reviews {
    width: auto !important; } }
@media screen and (min-width: 1190px) and (max-width: 1281px) {
  .js-slider-reviews {
    width: calc(100vw - 30px) !important; } }
.grid-about {
  display: grid;
  grid-template-areas: "header" "mainNav" "hero" "content" "reviews" "price" "footer"; }

.about-banner {
  grid-area: hero;
  align-items: center;
  min-height: 392px;
  background: #54aeda;
  background: -moz-linear-gradient(to top, #54aeda, #73bffb);
  background: -webkit-linear-gradient(to top, #54aeda, #73bffb);
  background: -o-linear-gradient(to top, #54aeda, #73bffb);
  background: -ms-linear-gradient(to top, #54aeda, #73bffb);
  background-image: linear-gradient(to top, #54aeda, #73bffb); }
  .about-banner .wrapper {
    display: grid;
    grid-template-columns: 358px 1fr;
    align-items: center; }
    .about-banner .wrapper > div {
      padding-left: 70px;
      padding-top: 60px;
      padding-right: 43px; }
      .about-banner .wrapper > div:nth-child(1) {
        padding: 0;
        padding-left: 57px;
        border-right: 1px solid #fff; }
    .about-banner .wrapper img {
      display: block; }
  .about-banner h1 {
    font-family: "Montserrat", sans-serif;
    font-size: 35px;
    font-weight: bold;
    color: #fff;
    padding-bottom: 11px;
    letter-spacing: 0.1px;
    line-height: 1.2;
    text-transform: uppercase; }
  .about-banner p {
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.7;
    font-family: "Raleway", sans-serif;
    max-width: 700px; }
  .about-banner .btn {
    margin: 20px 0 00 3px; }

.content {
  grid-area: content; }

.section-aside {
  padding: 61px 0 46px;
  border-bottom: solid 1px #97d2f0; }
  .section-aside .wrapper {
    display: grid;
    grid-template-columns: 357px auto; }
  .section-aside .content-aside {
    padding: 11px 70px 0; }

.aside {
  text-align: right;
  margin-left: 57px; }
  .aside ul li {
    display: block;
    border-bottom: solid 1px #97d2f0;
    padding: 14px 2px 15px 2px; }
    .aside ul li a {
      font-family: "Raleway", sans-serif;
      font-size: 13px;
      font-weight: 600;
      line-height: 1.38;
      color: #5eb4e5;
      text-transform: uppercase;
      transition: all 0.2s linear;
      letter-spacing: 0.25px; }
      .aside ul li a:hover {
        opacity: 0.8; }
    .aside ul li:last-child {
      border-bottom: none; }
    .aside ul li span {
      font-family: "Raleway", sans-serif;
      font-size: 13px;
      font-weight: 600;
      line-height: 1.38;
      color: #5eb4e5;
      text-transform: uppercase;
      transition: all 0.2s linear;
      letter-spacing: 0.25px; }
      .aside ul li span:hover {
        opacity: 0.8; }
    .aside ul li:last-child {
      border-bottom: none; }

.text {
  font-family: "Raleway", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.79;
  color: #666666; }
  .text p {
    padding-bottom: 15px; }

.section-map {
  padding: 46px 0 50px; }
  .section-map .wrapper {
    display: grid;
    grid-template-columns: 632px auto;
    align-items: center; }
  .section-map-left {
    border: solid 3px #eaeef0;
    height: 284px;
    margin-left: 57px;
    position: relative; }
  .section-map-right {
    padding: 0 60px 22px 43px; }
  .section-map .map {
    position: absolute;
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px; }
  .section-map .contact {
    font-family: "Raleway", sans-serif;
    font-size: 18px;
    font-weight: normal;
    color: #5b83c2; }
    .section-map .contact span {
      font-size: 24px;
      display: block; }
      .section-map .contact span a {
        color: inherit; }
        .section-map .contact span a:hover {
          opacity: 0.8; }

.section-price {
  grid-area: price;
  margin-top: -40px;
  border-top: solid 1px #97d2f0;
  padding: 30px 0 58px; }
  .section-price-inner {
    background: #f8f8f8;
    background-image: linear-gradient(to bottom, #f8f8f8, #e5e5e5);
    padding: 75px 0px 50px 0px; }
  .section-price .wrapper {
    display: grid;
    grid-template-columns: 49% 51%; }
    .section-price .wrapper > div:first-child {
      padding: 15px 80px 0 57px; }
    .section-price .wrapper > div:last-child {
      padding-right: 45px; }
  .section-price h2 {
    padding-bottom: 29px; }

.table {
  width: 100%;
  font-family: "Raleway", sans-serif; }

.table tr th {
  background-color: #5b83c2;
  font-size: 18px;
  font-weight: 500;
  color: #ffffff;
  vertical-align: middle;
  padding: 18px 27px 15px;
  text-align: left; }

.table tr th:last-child {
  padding-left: 18px;
  padding-right: 18px;
  border-left: 1px solid #f8f8f8;
  width: 143px; }

.table tr td {
  background-color: #e2e2e2;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.43;
  color: #5b83c2;
  padding: 9px 27px 9px;
  height: 52px;
  vertical-align: middle; }

.table tr td:last-child {
  color: #666666;
  padding-left: 18px;
  padding-right: 18px;
  border-left: 1px solid #efefef; }

.table tr:nth-child(2n) td {
  background-color: #efefef; }

.table tr:nth-child(2n) td:last-child {
  border-color: #f1f1f1; }

.btn {
  height: 44px;
  border-radius: 7px;
  background-color: #235c7b;
  border: solid 1px #ffffff;
  display: inline-block;
  font-family: "Raleway", sans-serif;
  font-size: 15px;
  font-weight: bold;
  line-height: 43px;
  text-align: center;
  padding: 0 37px;
  text-transform: uppercase;
  color: #ffffff; }
  .btn:hover {
    background-color: rgba(35, 92, 123, 0.8); }

@media screen and (max-width: 1189px) {
  .about-banner .wrapper > div {
    padding-left: 50px;
    padding-top: 40px;
    padding-right: 30px; }

  .section-aside .content-aside {
    padding-left: 50px;
    padding-right: 30px; }

  .section-price .wrapper > div:first-child {
    padding: 15px 30px 0 30px; }

  .section-price .wrapper > div:last-child {
    padding-right: 30px; }

  .section-map-right {
    padding-right: 30px; }

  .about-banner .wrapper > div:nth-child(1) {
    padding-left: 30px; }

  .about-banner .wrapper {
    grid-template-columns: 331px 1fr; }

  .aside {
    margin-left: 30px; }

  .section-aside .wrapper {
    grid-template-columns: 330px auto; }

  .section-map .wrapper {
    grid-template-columns: 605px auto; }

  .section-map-left {
    margin-left: 30px; } }
@media screen and (max-width: 991px) {
  .about-banner .wrapper > div {
    padding-left: 30px;
    padding-top: 0px;
    padding-right: 0; }

  .about-banner p {
    font-size: 18px; }

  .section-aside {
    padding: 30px 0 40px; }

  .section-aside .wrapper {
    display: grid;
    grid-template-columns: 1fr; }

  .aside {
    text-align: left; }

  .section-aside .content-aside {
    padding-left: 0;
    padding-right: 0;
    padding-top: 25px; }

  .section-map {
    padding: 40px 0 20px; }

  .section-map .wrapper {
    grid-template-columns: 1fr; }

  .section-map-right {
    padding: 20px 0 0 0; }

  .section-price {
    margin-top: -20px;
    padding-bottom: 40px; }

  .section-price-inner {
    padding-top: 40px;
    padding-bottom: 40px; }

  .section-price .wrapper > div:first-child {
    padding: 15px 30px 0 0px; }

  .section-price .wrapper > div:last-child {
    padding-right: 0; }

  .about-banner h1 {
    font-size: 30px; }

  .about-banner .wrapper {
    grid-template-columns: 301px 1fr; }

  .aside {
    margin-left: 0px; }

  .section-map-left {
    margin-left: 0px; }

  .about-banner .wrapper > div:nth-child(1) {
    padding-left: 0; } }
@media screen and (max-width: 767px) {
  .about-banner .wrapper > div {
    padding-left: 15px; }

  .about-banner h1 {
    font-size: 26px; }

  .about-banner p {
    font-size: 16px; }

  .section-aside {
    padding: 20px 0 30px; }

  .section-map {
    padding-top: 30px; }

  .section-map .contact {
    font-size: 16px; }

  .section-map .contact span {
    font-size: 20px;
    padding-bottom: 5px; }

  .section-price .wrapper {
    display: grid;
    grid-template-columns: 1fr; }

  .section-price .wrapper > div:first-child {
    padding: 0; }

  .section-price {
    padding-top: 30px;
    padding-bottom: 30px; }

  .section-price {
    padding-bottom: 30px; } }
@media screen and (max-width: 639px) {
  .about-banner .wrapper {
    grid-template-columns: 1fr;
    padding-top: 30px; }

  .about-banner .wrapper > div:nth-child(1) {
    border: none; }

  .about-banner .wrapper img {
    margin: 0 auto;
    max-width: 100%; }

  .about-banner .wrapper > div {
    padding: 25px 0 30px 0;
    text-align: center; }

  .about-banner h1 {
    font-size: 24px; } }
@media screen and (max-width: 479px) {
  .about-banner h1 {
    font-size: 22px; }

  .table tr th, .table tr td, .table tr th:last-child, .table tr td:last-child {
    padding-left: 7px;
    padding-right: 7px; }

  .table tr th {
    font-size: 16px; } }
.grid-contact {
  display: grid;
  grid-template-areas: "header" "mainNav" "content" "reviews" "footer"; }
  .grid-contact .content {
    padding-top: 8px; }
  .grid-contact .title {
    margin-top: -2px; }

.form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 30px;
  grid-row-gap: 49px;
  padding-top: 60px;
  padding-bottom: 56px; }
  .form-col:nth-child(5) {
    grid-column: 1 / 3; }
  .form-col:last-child {
    grid-column: 2 / 3;
    text-align: right; }
  .form label {
    font-family: "Raleway", sans-serif;
    font-size: 17px;
    font-weight: bold;
    color: #5b83c2;
    display: block;
    padding-bottom: 11px;
    text-transform: uppercase; }
  .form input {
    display: block;
    width: 100%;
    border-radius: 3px;
    box-shadow: 0 1px 2px 0 #ffffff, inset 0 0 0 2px rgba(255, 255, 255, 0.67);
    background-image: linear-gradient(to bottom, #ffffff, #f6f6f6);
    border: solid 1px #b9b9b9;
    height: 63px;
    padding: 0 20px;
    font-family: "Raleway", sans-serif;
    font-size: 17px;
    font-weight: bold;
    color: #5b83c2; }
  .form textarea {
    display: block;
    width: 100%;
    border-radius: 3px;
    box-shadow: 0 1px 2px 0 #ffffff, inset 0 0 0 2px rgba(255, 255, 255, 0.67);
    background-image: linear-gradient(to bottom, #ffffff, #f6f6f6);
    border: solid 1px #b9b9b9;
    height: 174px;
    padding: 20px 20px;
    font-family: "Raleway", sans-serif;
    font-size: 17px;
    font-weight: bold;
    color: #5b83c2;
    resize: none; }
  .form button {
    height: 52px;
    border-radius: 3px;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.13), inset 0 0 0 2px rgba(255, 255, 255, 0.67);
    background-image: linear-gradient(to bottom, #ffffff, #ddddde);
    border: solid 1px #b9b9b9;
    line-height: 50px;
    text-align: center;
    display: inline-block;
    width: 100%;
    max-width: 330px;
    font-family: "Lato", sans-serif;
    font-size: 15px;
    font-weight: 900;
    color: #9c9c9c;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.67);
    margin-top: -10px;
    transition: all 0.2s linear; }
    .form button:hover {
      background-size: 150%; }

@media screen and (max-width: 1189px) {
  .grid-contact .content {
    padding-top: 0; }

  .form {
    padding-bottom: 30px; } }
@media screen and (max-width: 991px) {
  .form {
    padding-bottom: 0px;
    padding-top: 40px;
    grid-row-gap: 30px; }

  .form label {
    font-size: 16px; }

  .form button {
    margin-top: 0; } }
@media screen and (max-width: 767px) {
  .form {
    grid-template-columns: 1fr; }

  .form-col:nth-child(5), .form-col:last-child {
    grid-column: 1 / 2; }

  .form-col:last-child {
    text-align: center; }

  .form input {
    height: 50px; }

  .form label {
    font-size: 15px; }

  .form textarea {
    padding-top: 15px;
    padding-bottom: 15px; } }
@media screen and (max-width: 479px) {
  .form label {
    font-size: 14px; }

  .form input, .form textarea {
    font-size: 15px; } }
@media screen and (min-width: 1190px) {
  .grid-contact .content .section-aside .content-aside {
    padding-right: 50px; } }
.grid-about {
  display: grid;
  grid-template-areas: "header" "mainNav" "hero" "content" "reviews" "price" "footer"; }

.about-banner-andrew {
  min-height: 319px; }
  .about-banner-andrew .wrapper > div {
    padding-top: 5px !important; }
    .about-banner-andrew .wrapper > div:nth-child(1) {
      padding-top: 0px !important;
      border-right: 1px solid transparent; }
  .about-banner-andrew h1 {
    padding-bottom: 15px; }

.content-aside .title {
  padding-bottom: 20px; }

@media screen and (max-width: 639px) {
  .about-banner-andrew .wrapper > div {
    padding-top: 25px !important; } }
.grid-glossary {
  display: grid;
  grid-template-areas: "header" "mainNav" "content" "reviews" "footer"; }

.section-aside .wrapper-title {
  display: block; }
  .section-aside .wrapper-title .title {
    padding-left: 57px;
    padding-bottom: 44px;
    padding-top: 18px; }

.aside-alphabet {
  margin-top: 12px; }
  .aside-alphabet ul {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    grid-column-gap: 2px;
    grid-row-gap: 2px;
    justify-self: center;
    align-self: center;
    text-align: center; }
    .aside-alphabet ul li {
      justify-self: center;
      align-self: center;
      width: 100%;
      padding: 0;
      border: none;
      height: 58px;
      line-height: 58px; }
      .aside-alphabet ul li a {
        background-color: #f5f4f4;
        display: block;
        width: 100%;
        height: 100%;
        font-family: "Raleway", sans-serif;
        font-size: 20px;
        font-weight: 300;
        color: #5b83c2;
        line-height: 58px; }

.text-title {
  font-size: 17px;
  font-weight: 600;
  line-height: 1.47;
  color: #5b83c2;
  padding-bottom: 18px; }

.text-item {
  padding-bottom: 38px; }
  .text-item:last-child {
    padding-bottom: 0; }

@media screen and (max-width: 1189px) {
  .section-aside .wrapper-title .title {
    padding-left: 30px;
    padding-bottom: 35px;
    padding-top: 0; } }
@media screen and (max-width: 991px) {
  .section-aside .wrapper-title .title {
    padding-left: 0px;
    padding-bottom: 25px;
    padding-top: 0; }

  .aside-alphabet ul {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr; }

  .text-item {
    padding-bottom: 20px; }

  .text-title {
    padding-bottom: 12px; } }
@media screen and (max-width: 767px) {
  .aside-alphabet ul li a {
    font-size: 20px;
    line-height: 50px; }

  .aside-alphabet ul li {
    height: 50px; } }
@media screen and (max-width: 639px) {
  .aside-alphabet ul {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr; }

  .section-aside .wrapper-title .title {
    padding-bottom: 15px; }

  .text-item {
    padding-bottom: 10px; } }
@media screen and (max-width: 479px) {
  .aside-alphabet ul li a {
    font-size: 18px;
    line-height: 50px; }

  .aside-alphabet ul {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr; } }
.about-banner-services .wrapper {
  grid-template-columns: 427px 1fr;
  align-items: center; }
  .about-banner-services .wrapper > div {
    padding-top: 0px; }
    .about-banner-services .wrapper > div:nth-child(1) {
      border-right: 1px solid transparent; }

.grid-services .content-aside .title-2 {
  padding-bottom: 21px;
  line-height: normal; }

ul.disclaimers li {
  font-size: 14px !important; }

@media screen and (max-width: 1189px) {
  .about-banner-services .wrapper {
    grid-template-columns: 400px 1fr; } }
@media screen and (max-width: 991px) {
  .about-banner-services .wrapper {
    grid-template-columns: 370px 1fr; } }
@media screen and (max-width: 767px) {
  .about-banner-services .wrapper {
    grid-template-columns: 300px 1fr; }

  .about-banner-services .wrapper > div:nth-child(1) {
    overflow: hidden; }

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

  .grid-services .content-aside .title-2 {
    padding-bottom: 12px; } }
@media screen and (max-width: 639px) {
  .about-banner-services .wrapper {
    grid-template-columns: 1fr; }

  .about-banner-services .wrapper > div {
    padding-top: 25px; } }
/* new */
.disclaimerText ul li {
  list-style-type: disc;
  list-style-position: inside;
  font-style: italic; }

.text-item-inside {
  display: grid;
  grid-template-columns: 37% auto; }
  .text-item-inside__left img {
    max-width: 100%;
    height: auto; }
  .text-item-inside__right {
    padding-left: 30px; }

@media screen and (max-width: 767px) {
  .text-item-inside__right {
    padding-left: 15px; } }
@media screen and (max-width: 479px) {
  .text-item-inside {
    grid-template-columns: 100%; }

  .text-item-inside__right {
    padding-left: 0px; } }
.grid-acca {
  display: grid;
  grid-template-areas: "header" "mainNav" "hero" "content" "reviews" "form" "footer"; }

.about-banner-acca {
  background-image: linear-gradient(to bottom, #193459, #73bffb);
  min-height: 319px; }
  .about-banner-acca .wrapper > div {
    padding-top: 20px;
    padding-left: 110px; }
    .about-banner-acca .wrapper > div:nth-child(1) {
      padding-top: 0px;
      padding-left: 57px;
      border-right: 1px solid transparent;
      position: relative; }
  .about-banner-acca h1 {
    font-size: 31px;
    text-transform: none; }
  .about-banner-acca .acca {
    position: absolute;
    width: 160px;
    height: 160px;
    top: 50%;
    margin-top: -80px;
    right: -80px; }

.content-aside .title {
  padding-bottom: 20px; }
.content-aside .title-2 {
  padding-bottom: 20px; }

.text ul {
  padding-bottom: 28px; }
  .text ul li {
    padding-bottom: 15px;
    font-size: 18px;
    line-height: 1.39; }
.text .btn-grey {
  margin-bottom: 25px; }

.btn-grey {
  height: 52px;
  border-radius: 3px;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.13), inset 0 0 0 2px rgba(255, 255, 255, 0.67);
  background-image: linear-gradient(to bottom, #ffffff, #ddddde);
  border: solid 1px #b9b9b9;
  line-height: 50px;
  text-align: center;
  display: inline-block;
  font-family: "Lato", sans-serif;
  font-size: 15px;
  font-weight: 900;
  color: #9c9c9c;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.67);
  padding: 0 40px;
  transition: all 0.2s linear; }
  .btn-grey:hover {
    background-size: 150%; }

.reviews-img {
  width: 147px;
  height: 147px;
  border: solid 1px #dbdbdb;
  border-radius: 50%;
  padding: 3px;
  margin: 18px auto 14px; }
  .reviews-img img {
    width: 100%;
    height: 100%;
    border-radius: 50%; }

.reviews-acca {
  text-align: center; }
  .reviews-acca .reviews-item:before, .reviews-acca .reviews-item:after {
    height: 222px; }
  .reviews-acca .reviews-item p {
    margin-top: -2px; }
  .reviews-acca .slick-prev {
    top: 130px; }
  .reviews-acca .slick-next {
    top: 130px; }

.block-acca-form {
  grid-area: form;
  border-top: solid 1px #97d2f0;
  margin-top: -25px;
  padding: 110px 0 140px; }
  .block-acca-form .wrapper {
    display: grid;
    grid-template-columns: 390px auto; }
  .block-acca-form-left {
    padding: 0  34px 0 34px;
    text-align: right; }
    .block-acca-form-left p {
      font-family: "Raleway", sans-serif;
      font-size: 16px;
      font-weight: 500;
      text-align: right;
      color: #666666;
      line-height: 2.15;
      padding-top: 13px; }
  .block-acca-form-right {
    padding: 0 52px 0 29px;
    border-left: solid 1px #97d2f0; }
  .block-acca-form .form {
    margin-top: -11px;
    padding-bottom: 0; }
    .block-acca-form .form-col:nth-child(1) {
      grid-column: 1 / 3; }
    .block-acca-form .form-col:nth-child(4) {
      grid-column: 1 / 3; }
    .block-acca-form .form-col:last-child {
      grid-column: 2 / 3;
      text-align: right; }
  .block-acca-form .title-2 {
    line-height: 1.37; }

@media screen and (max-width: 1310px) {
  .block-acca-form .wrapper {
    grid-template-columns: 357px auto; } }
@media screen and (max-width: 1189px) {
  .about-banner-acca .wrapper > div:nth-child(1) {
    padding-left: 30px; }

  .block-acca-form {
    padding: 60px  0 60px; }

  .block-acca-form-right {
    padding-right: 30px; } }
@media screen and (max-width: 991px) {
  .about-banner-acca .acca {
    width: 120px;
    height: 120px;
    margin-top: -60px;
    right: -60px; }

  .about-banner-acca .wrapper > div:nth-child(1) {
    padding-left: 0; }

  .about-banner-acca .wrapper > div {
    padding-top: 0;
    padding-left: 80px; }

  .text .btn-grey {
    margin-bottom: 0; }

  .block-acca-form-left {
    padding: 0 15px 0 0; }

  .block-acca-form .wrapper {
    grid-template-columns: 220px auto; }

  .block-acca-form-right {
    padding-right: 0; }

  .block-acca-form {
    padding: 50px 0 40px; }

  .about-banner-acca h1 {
    font-size: 30px; } }
@media screen and (max-width: 767px) {
  .about-banner-acca .acca {
    width: 100px;
    height: 100px;
    margin-top: -50px !important;
    right: -50px; }

  .about-banner-acca h1 {
    font-size: 26px; }

  .about-banner-acca .wrapper > div {
    padding-top: 0;
    padding-left: 65px; }

  .block-acca-form .wrapper {
    grid-template-columns: 1fr; }

  .block-acca-form-left p {
    text-align: center;
    font-size: 15px; }

  .text ul li {
    font-size: 16px; }

  .block-acca-form {
    padding: 30px 0 40px;
    margin-top: -15px; }

  .block-acca-form-right {
    padding-right: 0;
    padding: 30px 0 0 0;
    border: none; }

  .block-acca-form .form-col:nth-child(n), .block-acca-form .form-col:last-child {
    grid-column: 1 / 2; } }
@media screen and (max-width: 639px) {
  .about-banner-acca .acca {
    top: auto;
    bottom: -50px;
    left: 50%;
    margin-left: -50px !important; }

  .about-banner-acca .wrapper > div {
    padding-top: 65px;
    padding-left: 0; }

  .about-banner-acca h1 {
    font-size: 24px; } }
@media screen and (max-width: 479px) {
  .about-banner-acca h1 {
    font-size: 22px; }

  .btn-grey {
    padding: 0 5px;
    width: 100%;
    font-size: 14px; } }
