/*#####################*/
/* TABLE OF CONTENTS:  */
/*#####################*/
/* 01 FONTS            */
/*=====================*/
/* 02 RESET            */
/*=====================*/
/* 03 GENERAL STYLES   */
/*=====================*/
/* 04 TYPOGRAPHY       */
/*=====================*/
/* 05 BUTTONS          */
/*=====================*/
/* 06 HEADER           */
/*#####################*/
/*#######*/
/* FONTS */
/*#######*/
@import url("https://fonts.googleapis.com/css2?family=Muli:wght@200;300;400;500;600;700;800;900&amp;display=swap");
@import url("https://fonts.googleapis.com/css2?family=Kanit:wght@100;200;300;400;500;600;700;800;900&amp;display=swap");
/*#######*/
/* RESET */
/*#######*/
html {
  overflow-y: scroll;
}

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%;
  font: inherit;
  vertical-align: baseline;
}

blockquote,
q {
  quotes: none;
}

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

body * {
  -webkit-text-size-adjust: none;
  outline: none;
}

.clear {
  clear: both;
  overflow: hidden;
  height: 0px;
  font-size: 0px;
  display: block;
}

input:focus,
select:focus,
textarea:focus,
button:focus {
  outline: none;
}

input,
textarea,
select {
  font-weight: 400;
  -webkit-appearance: none;
  -moz-appearance: none;
  /*appearance: none;*/
  border-radius: 0;
  background: none;
  border: none;
  margin: 0;
  width: 100%;
  font-family: 'Arial';
}

textarea {
  display: block;
  resize: none;
  overflow: auto;
}

select::-ms-expand {
  display: none;
}

input[type="submit"],
input[type="file"] {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  border: none;
  cursor: pointer;
  z-index: 1;
}

a,
a:link,
a:visited,
a:active,
a:hover {
  cursor: pointer;
  text-decoration: none;
  outline: none;
}

body {
  font-weight: 400;
  font-size: 14px;
  line-height: 1;
  font-family: 'Arial';
}

b,
strong {
  font-weight: 700;
}

ul,
ol {
  list-style: none;
}

a {
  color: inherit;
}

/*################*/
/* GENERAL STYLES */
/*################*/
::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

::-webkit-scrollbar-track {
  background-color: #eaedf8;
}

::-webkit-scrollbar-thumb {
  background-color: #004aad;
}

html {
  height: 100%;
}

header,
#content-block,
footer {
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}

body {
  height: 100%;
  overflow: hidden;
}

  body.blured header,
  body.blured #content-block,
  body.blured footer {
    -webkit-filter: blur(6px);
    filter: blur(6px);
  }

section,
.section {
  position: relative;
}

  section > .bg-black,
  .section > .bg-black {
    top: 0;
    left: 0;
    right: 0;
    height: 42%;
    position: absolute;
  }

#content-block {
  margin-top: 140px; /*82px*/
  overflow: hidden;
  position: relative;
  will-change: filter;
  min-height: calc(100vh - 140px); /*82px*/
}
/*@media(max-width: 1030px){
    body #content-block{
        margin-top: 130px;
        min-height: calc(100vh - 130px);
    }
}*/

.overflow-hidden,
html.overflow-hidden body {
  overflow: hidden;
}

.swiper-slide:not(:first-child) {
  display: none;
}

.spacer-xl,
.spacer-lg,
.spacer-md,
.spacer-sm,
.spacer-xs {
  clear: both;
}

.spacer-xl {
  height: 120px;
}

.spacer-lg {
  height: 100px;
}

.spacer-md {
  height: 60px;
}

.spacer-sm {
  height: 30px;
}

.spacer-xs {
  height: 15px;
}

.no-padding {
  padding: 0 !important;
}

.no-margin {
  margin: 0 !important;
}

.bg,
.bg:after,
.full-size {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.bg {
  background: center / cover no-repeat;
}

  .bg:after {
    content: '';
  }

  .bg.overlay-left:after {
    background: -webkit-gradient(linear, left top, right top, from(white), color-stop(29%, white), color-stop(42%, rgba(255, 255, 255, 0.98)), to(transparent));
    background: -o-linear-gradient(left, white 0%, white 29%, rgba(255, 255, 255, 0.98) 42%, transparent 100%);
    background: linear-gradient(to right, white 0%, white 29%, rgba(255, 255, 255, 0.98) 42%, transparent 100%);
  }

  .bg.fixed {
    background-attachment: fixed;
  }

.img {
  position: relative;
}

  .img img {
    width: 100%;
    display: block;
    max-width: 100%;
    margin-left:6%;
  }

  .img.centered {
    padding-top: 100%;
  }

    .img.centered img {
      top: 50%;
      left: 50%;
      position: absolute;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
    }

  .img.animation {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }

    .img.animation.animated {
      -webkit-transform: none;
      -ms-transform: none;
      transform: none;
    }

.bg-black {
  background-color: #000;
}

.bg-dark {
  background-color: #1D1D1B;
}

.bg-light {
  background-color: #f7f9fc;
}

.bg-grey {
  background-color: #eaedf8;
}

.animation {
  opacity: 0;
  will-change: transform, opacity;
  -webkit-transition: all .33s ease-in .11s;
  -o-transition: all .33s ease-in .11s;
  transition: all .33s ease-in .11s;
}

  .animation.animated {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

.zoom {
  z-index: 1;
  overflow: hidden;
  position: relative;
}

  .zoom img {
    will-change: transform;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
  }

.align-items-center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.banner {
  position: relative;
  background-color: #eaedf8;
  height: 520px;
}

  .banner .container,
  .banner .row,
  .banner .row > div,
  .banner .swiper-entry,
  .banner .swiper-container,
  .banner .swiper-wrapper,
  .banner .swiper-slide,
  .banner .swiper-entry .img {
    height: 100%;
  }

  .banner .container {
    position: relative;
  }

    .banner .container > .bg {
      left: 46%;
      background: right center / contain no-repeat;
    }

  .banner .row > div:first-child {
    z-index: 1;
  }

  .banner .img {
    padding-top: 0;
  }

    .banner .img.centered img {
      width: auto;
      max-width: 100%;
      max-height: 100%;
    }

  .banner .swiper-entry {
    pointer-events: none;
  }

  .banner:not(.no-swipe) .swiper-container .swiper-wrapper,
  .banner:not(.no-swipe) .swiper-container-vertical .swiper-wrapper {
    cursor: auto;
  }

  .banner .swiper-slide .img:not(.centered),
  .banner .swiper-slide .h2 {
    display: inline-block;
    vertical-align: middle;
  }

  .banner .swiper-slide .img.centered img {
    right: 0;
    bottom: 0;
    top: auto;
    left: auto;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  .banner .swiper-slide .img:not(.centered) {
    max-width: 30px;
    margin-right: 10px;
  }

  .banner .vertical-align {
    position: relative;
    margin-right: -15px;
  }

    .banner .vertical-align > div.bg {
      background-size: contain;
    }

    .banner .vertical-align > div:not(.bg) {
      position: relative;
    }

  .banner .h1 {
    margin-bottom: 15px;
  }

    .banner .h1 span {
      color: #73ac18;
    }

#contacts-section > .bg {
  top: -110px;
  background-position: top right;
}

  #contacts-section > .bg:after {
    top: 110px;
  }

/*#######*/
/* HOVER */
/*#######*/
/*###############*/
/* MEDIA QUERIES */
/*###############*/
@media (min-width: 1200px) {
  .only-pad, .mobile-and-pad {
    display: none !important;
  }
}

@media (max-width: 1199px) {
  #content-block {
    margin-top: 60px;
    min-height: calc(100vh - 60px);
  }
  .spacer-xl {
    height: 110px;
  }
  .spacer-lg {
    height: 80px;
  }
  #contacts-section > .bg {
    display: none;
  }
  .mobile-and-pad {
    padding: 6px;
  }
}

@media (min-width: 992px) {
  .vertical-align {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-height: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
    .vertical-align > div {
      width: 100%;
    }
  .education-info {
    padding: 0 20px;
  }
}

@media (max-width: 991px) {
  #content-block {
    min-height: calc(100vh - 266px);
  }
  .spacer-xl {
    height: 60px;
  }
  .spacer-lg,
  .spacer-md {
    height: 40px;
  }
  .banner {
    height: auto;
    padding: 60px 0;
  }
    .banner .row > div:last-child,
    .banner .container > .bg {
      display: none;
    }
    .banner .vertical-align {
      margin: 0;
    }
}

@media (min-width: 768px) {
  .only-mobile {
    display: none !important;
  }
  .animation.fade-in-left {
    will-change: opacity, transform;
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
  }
    .animation.fade-in-left.animated {
      -webkit-transform: none;
      -ms-transform: none;
      transform: none;
    }
}

@media (max-width: 767px) {
  .only-desktop,
  .only-pad {
    display: none !important;
  }
  .spacer-xl,
  .spacer-lg {
    height: 60px;
  }
  .spacer-md,
  .spacer-sm {
    height: 30px;
  }
  .spacer-xs {
    height: 15px;
  }
  .reverse-xs > div:first-child {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .reverse-xs > div:last-child {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .map-wrap {
    padding-top: 0;
    height: 290px;
  }
}

/*############*/
/* TYPOGRAPHY */
/*############*/
body,
.text {
  color: #74777f;
  font-size: 18px;
  line-height: 25px;
  font-family: "Muli", sans-serif;
}

b,
strong {
  font-weight: 700;
}

i {
  font-style: italic;
}

a {
  outline: none;
  color: inherit;
  cursor: pointer;
  text-decoration: none;
}

  a:link,
  a:visited,
  a:active,
  a:hover {
    cursor: pointer;
    text-decoration: none;
    outline: none;
  }

iframe {
  border: none;
  outline: none;
}

ul,
ol {
  list-style: none;
}

.text-sm {
  font-size: 13px;
}

.text {
  color: #74777f;
  font-weight: 400;
}

  .text h1 b,
  .text h2 b,
  .text h3 b,
  .text h4 b,
  .text h5 b,
  .text h6 b {
    font-weight: 700;
  }

  .text > * {
    margin-bottom: 12px;
  }

    .text > *:first-child {
      margin-top: 0;
    }

    .text > *:last-child {
      margin-bottom: 0;
    }

  .text img {
    max-width: 100%;
    height: auto;
    display: block;
  }

  .text ul li,
  .text ol li {
    padding-left: 32px;
    position: relative;
    margin-bottom: 8px;
  }

    .text ul li:last-child,
    .text ol li:last-child {
      margin-bottom: 0;
    }

    .text ul li:before {
      left: 6px;
      top: 10px;
      width: 6px;
      height: 6px;
      content: '';
      position: absolute;
      border-radius: 50%;
      background-color: #eaedf8;
    }

  .text ol {
    counter-reset: number;
  }

    .text ol li:before {
      top: -2px;
      left: 0;
      color: #eaedf8;
      font-weight: 500;
      position: absolute;
      font-family: "Kanit", sans-serif;
      counter-increment: number;
      content: counter(number) ".";
    }

    .text ol li:nth-child(1):before, .text ol li:nth-child(2):before, .text ol li:nth-child(3):before, .text ol li:nth-child(4):before, .text ol li:nth-child(5):before, .text ol li:nth-child(6):before, .text ol li:nth-child(7):before, .text ol li:nth-child(8):before, .text ol li:nth-child(9):before {
      content: "0" counter(number) ".";
    }

  .text > div,
  .text img {
    margin: 30px 0;
  }

  .text.light ul li:before {
    background-color: #D7D2CB;
  }

  .text.light ol li:before {
    color: #D7D2CB;
  }

blockquote {
  position: relative;
  color: #222323;
  font-size: 22px;
  font-weight: 500;
  line-height: 32px;
  padding-left: 30px;
  text-align: left;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  color: #222323;
  font-weight: 700;
}

  h1.light,
  .h1.light,
  h2.light,
  .h2.light,
  h3.light,
  .h3.light,
  h4.light,
  .h4.light,
  h5.light,
  .h5.light,
  h6.light,
  .h6.light {
    color: #fff;
  }

h1,
.h1 {
  font-size: 40px;
  line-height: 56px;
}

h2,
.h2 {
  font-size: 30px;
  line-height: 40px;
}

h3,
.h3 {
  font-size: 24px;
  line-height: 34px;
}

h4,
.h4 {
  font-size: 20px;
  line-height: 30px;
}

h5,
.h5 {
  font-size: 18px;
  line-height: 28px;
}

h6,
.h6 {
  font-size: 16px;
  line-height: 26px;
}

.title {
  color: #222323;
  font-size: 40px;
  font-weight: 700;
  line-height: 50px;
  letter-spacing: .4px;
}

  .title:first-letter {
    color: #fff;
    padding: 0 8px;
    margin-right: 4px;
    position: relative;
    background-color: #004aad;
  }

  .title:after {
    bottom: -1px;
    content: '.';
    color: #73ac18;
    line-height: 8px;
    position: relative;
    display: inline-block;
    vertical-align: baseline;
  }

  .title.question:after {
    content: '?';
  }

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

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

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

.text-medium {
  font-weight: 500;
}

.text-semibold {
  font-weight: 600;
}

.text-bold {
  font-weight: 700;
}

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

.color-green {
  color: #73ac18;
}

.color-blue {
  color: #004aad;
}

.list-item {
  position: relative;
  padding-left: 80px;
  margin-bottom: 30px;
}

  .list-item:last-child {
    margin-bottom: 0;
  }

  .list-item .img {
    top: 0;
    left: 0;
    width: 62px;
    height: 62px;
    padding-top: 0;
    position: absolute;
  }

    .list-item .img img {
      width: 84%;
      max-width: 84%;
      max-height: 84%;
    }

  .list-item .h5 {
    display: block;
    margin-bottom: 10px;
  }

    .list-item .h5 span {
      color: #004aad;
    }

/*#######*/
/* HOVER */
/*#######*/
@media (min-width: 1200px) {
  .text a:hover {
    opacity: .46;
  }
  .h1 > a:hover,
  .h2 > a:hover,
  .h3 > a:hover,
  .h4 > a:hover,
  .h5 > a:hover,
  .h6 > a:hover {
    color: #eaedf8;
  }
}

/*###############*/
/* MEDIA QUERIES */
/*###############*/
@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left;
  }
  .text-xl-center {
    text-align: center;
  }
  .text-xl-right {
    text-align: right;
  }
}

@media (max-width: 1199px) {
  h1,
  .h1 {
    font-size: 34px;
    line-height: 48px;
  }
  h2,
  .h2 {
    font-size: 28px;
    line-height: 38px;
  }
  h3,
  .h3 {
    font-size: 22px;
    line-height: 32px;
  }
}

@media (max-width: 991px) {
  .title {
    font-size: 30px;
    line-height: 40px;
    letter-spacing: .2px;
  }
    .title:first-letter {
      margin-right: 2px;
    }
  .text-center-sm {
    text-align: center;
  }
}

@media (max-width: 767px) {
  h1,
  .h1 {
    font-size: 24px;
    line-height: 34px;
  }
  h2,
  .h2 {
    font-size: 22px;
    line-height: 32px;
  }
  h2,
  .h2 {
    font-size: 21px;
    line-height: 30px;
  }
  .text-center-xs {
    text-align: center;
  }
  .list-item {
    padding-left: 50px;
  }
    .list-item .img {
      top: 6px;
      width: 32px;
      height: 32px;
    }
      .list-item .img img {
        width: 96%;
        max-width: 96%;
        max-height: 96%;
      }
}

/*#########*/
/* BUTTONS */
/*#########*/
.btn,
.btn-close {
  cursor: pointer;
}

  .btn:active,
  .btn-close:active {
    -webkit-transform: scale(0.98);
    -ms-transform: scale(0.98);
    transform: scale(0.98);
  }

.btn {
  color: #fff;
  font-size: 15px;
  line-height: 25px;
  padding: 14px 26px;
  position: relative;
  z-index: 20;
  display: inline-block;
  font-family: "Kanit", sans-serif;
  background-color: #73ac18;
  text-transform: uppercase;
  border: 2px solid #cddaef;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  will-change: transform, background-color, border-color, color;
  -webkit-transition: color .3s ease, border-color .3s ease, background-color .3s ease, -webkit-transform .1s ease;
  transition: color .3s ease, border-color .3s ease, background-color .3s ease, -webkit-transform .1s ease;
  -o-transition: color .3s ease, border-color .3s ease, background-color .3s ease, transform .1s ease;
  transition: color .3s ease, border-color .3s ease, background-color .3s ease, transform .1s ease;
  transition: color .3s ease, border-color .3s ease, background-color .3s ease, transform .1s ease, -webkit-transform .1s ease;
}

.btn-close {
  width: 30px;
  height: 30px;
  position: absolute;
  -webkit-transition: -webkit-transform .1s ease;
  transition: -webkit-transform .1s ease;
  -o-transition: transform .1s ease;
  transition: transform .1s ease;
  transition: transform .1s ease, -webkit-transform .1s ease;
}

  .btn-close:before, .btn-close:after {
    top: 14px;
    left: 0;
    content: '';
    height: 2px;
    width: 100%;
    position: absolute;
    background-color: #cddaef;
  }

  .btn-close:before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  .btn-close:after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }

/*#######*/
/* HOVER */
/*#######*/
@media (min-width: 1200px) {
  .btn:hover {
    color: green;
    border-color: #73ac18;
    background-color: transparent;
  }
  .btn-close:hover:before, .btn-close:hover:after {
    background-color: #73ac18;
  }
}

/*###############*/
/* MEDIA QUERIES */
/*###############*/
@media (max-width: 1199px) {
  .btn {
    font-size: 12px;
    line-height: 20px;
    padding: 10px 18px;
    border: 1px solid #cddaef;
  }
  .mobile-and-pad {
    padding: 5px;
  }
}

/*########*/
/* HEADER */
/*########*/
header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 82px;
  z-index: 99;
  background: #fff;
}

  header .container {
    height: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  header .button {
    margin-left: auto;
  }

  header.scrolled {
    -webkit-box-shadow: 0 8px 40px 0 rgba(0, 0, 0, 0.06);
    box-shadow: 0 8px 40px 0 rgba(0, 0, 0, 0.06);
  }

nav {
  height: 100%;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 2%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

  nav > ul > li {
    margin-right: 20px;
  }

  nav li {
    position: relative;
    display: inline-block;
  }

    nav li > ul {
      top: 100%;
      opacity: 0;
      left: -15px;
      position: absolute;
      -webkit-transform: scaleY(0);
      -ms-transform: scaleY(0);
      transform: scaleY(0);
      -webkit-transform-origin: top center;
      -ms-transform-origin: top center;
      transform-origin: top center;
      -webkit-box-shadow: 0 8px 5px 0 rgba(0, 0, 0, 0.06);
      box-shadow: 0 8px 5px 0 rgba(0, 0, 0, 0.06);
    }

      nav li > ul > li {
        width: 100%;
        padding: 15px;
        background: #fff;
        border-top: 1px solid #b2b8c1;
        -webkit-transition: opacity .2s ease-in-out;
        -o-transition: opacity .2s ease-in-out;
        transition: opacity .2s ease-in-out;
        opacity: 0;
      }

        nav li > ul > li:first-child {
          border-top: none;
        }

      nav li > ul a {
        position: relative;
        display: inline-block;
      }

  nav a {
    color: #222323;
    font-size: 18px;
  }

    nav a.active {
      color: #73ac18;
    }

#logo,
.logo {
  width: 194px;
  display: inline-block;
}

.dropdown {
  padding-right: 20px;
}

  .dropdown span {
    top: 12px;
    width: 6px;
    content: '';
    height: 6px;
    position: absolute;
    border-style: solid;
    border-width: 5px 5px 0;
    border-color: #222323 transparent transparent;
    right: 0;
  }

.tel,
.account {
  color: #222323;
  font-size: 16px;
  cursor: pointer;
  padding-left: 30px;
  position: relative;
  margin-right: 15px;
  display: inline-block;
  font-family: "Kanit", sans-serif;
  text-transform: uppercase;
}

  .tel:before,
  .account:before {
    left: 0;
    top: 50%;
    content: '';
    width: 20px;
    height: 20px;
    margin-top: -10px;
    position: absolute;
    background: center / contain no-repeat;
  }

  .tel.only-pad,
  .account.only-pad {
    margin-right: 0;
  }

  .tel:before {
    background-image: url("../img/call.svg");
  }

  .account:before {
    background-image: url("../img/user.svg");
  }

@media (min-width: 1200px) {
  html body nav > ul > li.menu-item-332 ul {
    width: 1110px;
    left: auto;
    right: -24px;
    background: #fff;
    padding: 40px 30px 30px !important;
    box-shadow: inset 0px 5px 10px 0px #eee;
  }

    html body nav > ul > li.menu-item-332 ul:before,
    html body nav > ul > li.menu-item-332 ul:after {
      content: '';
      position: absolute;
      top: 40px;
      width: 1px;
      height: 132px;
      background-color: #ddd;
      display: block;
      z-index: 9;
    }
    html body nav > ul > li.menu-item-332 ul:before {
      left: 375px;
    }
    html body nav > ul > li.menu-item-332 ul:after {
      right: 375px;
    }

  nav > ul > li.menu-item-332 ul li {
    position: relative;
    float: left;
    width: 31.3333%;
    display: block;
    border: 0;
    text-align: left;
    padding: 5px 5px 5px 15px;
  }
    nav > ul > li.menu-item-332 ul li:not(:nth-child(3n+1)) {
      margin-left: 3%;
    }
    nav > ul > li.menu-item-332 ul li:before {
      content: '';
      position: absolute;
      left: 0;
      top: 50%;
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 4px 0 4px 8px;
      border-color: transparent transparent transparent #004aad;
      margin-top: -4px;
      opacity: 0;
    }
    nav > ul > li.menu-item-332 ul li:hover:before {
      opacity: 1;
    }
}
@media (max-width: 1199px) {
  ul:not(.sub-menu) > li > a {
    font-weight: 700;
  }
}

/*#######*/
/* HOVER */
/*#######*/
@media (min-width: 1200px) {
  nav > ul > li:hover ul {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    padding-top: 15px;
    /*    padding-top: 0;
    margin-top: 15px;
    max-height: 447px;
    overflow: hidden auto;*/
    /*    width: 1110px;
    left: -60px;
    background: #fff;
    padding: 30px;*/
  }


    nav > ul > li:hover ul li {
      -webkit-transition: opacity .3s ease-in-out .07s;
      -o-transition: opacity .3s ease-in-out .07s;
      transition: opacity .3s ease-in-out .07s;
      opacity: 1;
    }
  nav a:hover {
    /*color: #73ac18;*/
    color: #004aad;
  }
  .dropdown:hover span {
    /*border-color: #73ac18 transparent transparent;*/
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    border-color: #004aad transparent transparent;
  }
  .account:hover {
    color: #73ac18;
  }
}

/*###############*/
/* MEDIA QUERIES */
/*###############*/
@media (min-width: 1200px) {
  nav li > ul {
    -webkit-transition: opacity .3s ease-in-out .1s, padding-top .4s ease-in-out, -webkit-transform .4s ease-in-out;
    transition: opacity .3s ease-in-out .1s, padding-top .4s ease-in-out, -webkit-transform .4s ease-in-out;
    -o-transition: transform .4s ease-in-out, opacity .3s ease-in-out .1s, padding-top .4s ease-in-out;
    transition: transform .4s ease-in-out, opacity .3s ease-in-out .1s, padding-top .4s ease-in-out;
    transition: transform .4s ease-in-out, opacity .3s ease-in-out .1s, padding-top .4s ease-in-out, -webkit-transform .4s ease-in-out;
  }
    nav li > ul a {
      white-space: nowrap;
    }
  .burger-wrp, .burger {
    display: none;
  }
}

@media (max-width: 1399px) {
  nav > ul > li:last-child {
    margin-right: 0;
  }
}

@media (max-width: 1199px) {
  header {
    z-index: 101;
    height: 60px;
  }
    header .container {
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
    }
  #logo,
  .logo {
    width: 120px;
  }
  nav,
  nav li {
    display: block;
  }
  nav {
    left: 0;
    z-index: 98;
    top: 60px;
    width: 100%;
    height: auto;
    display: none !important;
    overflow: auto;
    position: fixed;
    text-align: center;
    background-color: #fff;
    padding: 40px 15px 110px;
    max-height: calc(100% - 60px);
    -webkit-box-shadow: 0 12px 20px 0 rgba(0, 0, 0, 0.06);
    box-shadow: 0 12px 20px 0 rgba(0, 0, 0, 0.06);
  }
    nav::-webkit-scrollbar {
      width: 4px;
      height: 4px;
    }
    nav::-webkit-scrollbar-track {
      background-color: #eaedf8;
    }
    nav::-webkit-scrollbar-thumb {
      background-color: #004aad;
    }
    nav > ul > li {
      margin: 0 0 25px;
    }
      nav > ul > li:last-child {
        margin-bottom: 0;
      }
    nav li.dropdown {
      padding: 0 0 0 25px;
    }
      nav li.dropdown span {
        top: auto;
        right: auto;
        margin-left: 15px;
        position: relative;
        display: inline-block;
        vertical-align: middle;
      }
        nav li.dropdown span:before {
          top: -15px;
          left: -15px;
          right: -15px;
          bottom: -5px;
          content: '';
          position: absolute;
        }
      nav li.dropdown.active span {
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg);
      }
    nav li > ul {
      display: none;
      position: relative;
      top: auto;
      left: auto;
      -webkit-box-shadow: none;
      box-shadow: none;
      opacity: 1;
      padding-top: 15px;
      -webkit-transform: none;
      -ms-transform: none;
      transform: none;
      margin-left: -25px;
    }
      nav li > ul > li {
        padding: 0;
        width: 100%;
        background: #fff;
        border: none;
        opacity: 1;
        margin-bottom: 20px;
      }
        nav li > ul > li:last-child {
          margin-bottom: 0;
        }
  .burger-wrp {
    cursor: pointer;
    margin-left: -27%;
  }
  .burger-text {
    font-size: 14px;
    color: #000;
    font-family: "Kanit", sans-serif;
  }
  .burger {
    position: relative;
    display: inline-block;
    width: 48px;
    height: 48px;
    vertical-align: middle;
  }
    .burger span:first-child, .burger span:nth-child(2), .burger span:last-child {
      position: absolute;
      left: 4px;
      width: 40px;
      height: 4px;
      background: #004aad;
    }
    .burger span:first-child {
      top: 10px;
    }
    .burger span:nth-child(2) {
      top: 22px;
    }
    .burger span:last-child {
      top: 34px;
    }
    .burger.active span:first-child, .burger.active span:last-child {
      top: 24px;
    }
    .burger.active span:first-child {
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: rotate(45deg);
    }
    .burger.active span:nth-child(2) {
      top: 25px;
      height: 0;
    }
    .burger.active span:last-child {
      -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
      transform: rotate(-45deg);
    }
}

@media (max-width: 1199px) and (min-width: 768px) {
  nav .tel,
  nav .account,
  nav .btn {
    display: none;
  }
}

@media (max-width: 767px) {
  nav ul,
  nav .tel,
  nav .account {
    margin: 0 0 25px;
  }
}
@media (max-width: 370px) {
  .burger-text {
    display: none;
  }
}

/*######*/
/* FORM */
/*######*/
input[type=search]::-ms-clear,
input[type=search]::-ms-reveal,
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration,
input::-ms-clear,
select::-ms-expand {
  width: 0;
  height: 0;
  display: none;
}

label,
input,
textarea,
select {
  width: 100%;
  display: block;
  position: relative;
  -webkit-appearance: none;
}

label {
  margin-bottom: 25px;
}

  label span {
    color: #222323;
    font-size: 15px;
    font-weight: 700;
    line-height: 24px;
    position: relative;
    margin-bottom: 10px;
  }

    label span:before {
      top: 46px;
      left: 20px;
      z-index: 1;
      content: '';
      width: 26px;
      height: 26px;
      position: absolute;
      background: center / contain no-repeat;
    }
  body form label.input-name-priority span:before,
  label.input-name span:before {
    background-image: url("../img/input-user.png");
  }

  label.input-email span:before {
    background-image: url("../img/input-mail.png");
  }

  label.input-tel span:before {
    background-image: url("../img/input-smartphone.png");
  }

  label.input-message span:before {
    background-image: url("../img/input-message.png");
  }

  label.input-loan > span {
    z-index: 3;
  }
    label.input-loan > span + span {
      z-index: 2;
    }

    label.input-loan > span:before {
      background-image: url("../img/input-select-loan.png");
    }

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  font-size: 14px;
  line-height: 24px;
}

input::-moz-placeholder, textarea::-moz-placeholder {
  font-size: 14px;
  line-height: 24px;
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  font-size: 14px;
  line-height: 24px;
}

input::-ms-input-placeholder, textarea::-ms-input-placeholder {
  font-size: 14px;
  line-height: 24px;
}

input,
textarea,
input::placeholder,
textarea::placeholder {
  font-size: 14px;
  line-height: 24px;
}

input,
textarea {
  color: #222323;
  border-radius: 3px;
  padding: 16px 20px 16px 60px;
  border: 1px solid #c9d1db;
  background-color: rgba(255, 255, 255, 0.8);
}

  input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
    color: #74777f;
  }

  input::-moz-placeholder, textarea::-moz-placeholder {
    color: #74777f;
  }

  input:-ms-input-placeholder, textarea:-ms-input-placeholder {
    color: #74777f;
  }

  input::-ms-input-placeholder, textarea::-ms-input-placeholder {
    color: #74777f;
  }

  input::placeholder,
  textarea::placeholder {
    color: #74777f;
  }

  input:focus,
  textarea:focus {
    border-color: #004aad;
  }

  input.invalid,
  textarea.invalid {
    border-color: #D03C3C;
  }

input {
  height: 58px;
}

  input[type=number] {
    -moz-appearance: textfield;
  }

    input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none;
      margin: 0;
    }



textarea {
  resize: none;
  height: 108px;
  overflow: auto;
  padding-top: 15px;
  padding-bottom: 15px;
  line-height: 25px;
}

form.row,
.form.row {
  margin: 0 -10px;
}

  form.row > div,
  .form.row > div {
    padding: 0 10px;
  }

.range {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 15px 10%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 10px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 2px solid #b2b8c1;
  background-color: rgba(255, 255, 255, 0.361);
  -webkit-box-shadow: 0 4px 8.73px 0.27px rgba(0, 0, 0, 0.61);
  box-shadow: 0 4px 8.73px 0.27px rgba(0, 0, 0, 0.61);
}

  .range span {
    margin: 0;
    display: inline-block;
  }

  .range input::-webkit-input-placeholder {
    font-family: "Muli", sans-serif;
  }

  .range input::-moz-placeholder {
    font-family: "Muli", sans-serif;
  }

  .range input:-ms-input-placeholder {
    font-family: "Muli", sans-serif;
  }

  .range input::-ms-input-placeholder {
    font-family: "Muli", sans-serif;
  }

  .range input,
  .range input::placeholder {
    font-family: "Muli", sans-serif;
  }

  .range .h2 {
    margin-left: 10px;
  }

  .range .slider-range {
    width: 100%;
    margin: 15px 0;
    position: relative;
    background-color: #d6e1f2;
  }

  .range > div:not(.slider-range) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .range .ui-slider-range {
    height: 14px;
    background-color: #004aad;
  }

  .range .ui-slider-handle {
    top: -5px;
    width: 24px;
    height: 24px;
    margin-left: -12px;
    border-radius: 50%;
    position: absolute;
    background-color: #fff;
    border: 3px solid #004aad;
  }

/*#######*/
/* HOVER */
/*#######*/
@media (min-width: 1200px) {
  .range .ui-slider-handle:hover {
    cursor: -webkit-grab;
    cursor: grab;
  }
    .range .ui-slider-handle:hover:active {
      cursor: -webkit-grabbing;
      cursor: grabbing;
    }
}

/*###############*/
/* MEDIA QUERIES */
/*###############*/
@media (max-width: 991px) {
  label {
    margin-bottom: 20px;
  }
    label span {
      margin-bottom: 5px;
    }
      label span:before {
        top: 44px;
        left: 10px;
        width: 20px;
        height: 20px;
      }
  input,
  textarea {
    padding: 12px 15px 12px 36px;
  }
  input {
    height: 50px;
  }
}

@media (max-width: 767px) {
  .range {
    padding: 15px;
  }
    .range input {
      max-width: 100px;
    }
    .range .h3 {
      font-size: 18px;
      line-height: 28px;
    }
}

/*########*/
/* THUMBS */
/*########*/
.thumbs-wrap > div:last-child .thumb .img:before, .thumbs-wrap > div:last-child .thumb .img:after {
  display: none;
}

.thumb {
  position: relative;
  text-align: center;
}

  .thumb .img img {
    width: auto;
    max-height: 100%;
  }

  .thumb.style-1 {
    padding: 0 18%;
  }

    .thumb.style-1 .img {
      margin-bottom: 30px;
    }

      .thumb.style-1 .img:before, .thumb.style-1 .img:after {
        content: '';
        position: absolute;
      }

      .thumb.style-1 .img:before {
        height: 2px;
        right: -53%;
        bottom: -2px;
        width: 35.72%;
        background-color: #73ac18;
      }

      .thumb.style-1 .img:after {
        right: -56%;
        top: 12px;
        width: 6px;
        content: '';
        height: 6px;
        position: absolute;
        border-style: solid;
        border-width: 5px 5px 0;
        border-color: #73ac18 transparent transparent;
        top: auto;
        bottom: -4px;
        -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        transform: rotate(-90deg);
      }

      .thumb.style-1 .img span {
        top: 0;
        left: -10px;
        color: #73ac18;
        font-size: 196px;
        font-weight: 700;
        line-height: 196px;
        position: absolute;
        font-family: "Muli", sans-serif;
      }

      .thumb.style-1 .img.centered {
        padding-top: 100%;
      }

        .thumb.style-1 .img.centered img {
          top: auto;
          bottom: 0;
          -webkit-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
          transform: translateX(-50%);
        }

    .thumb.style-1 .h5,
    .thumb.style-1 .text {
      width: auto;
      margin: 0 -8%;
      display: block;
    }

    .thumb.style-1 .h5 {
      margin-bottom: 15px;
    }

  .thumb.style-2 {
    margin-top: 30px;
    padding: 0 11%;
  }

    .thumb.style-2 .img {
      padding-top: 33%;
      margin-bottom: 15px;
    }

.review {
  height: 100%;
  margin-left: -11%;
  position: relative;
  background-color: #f7f9fc;
  padding: 35px 66px 35px 80px;
}

  .review .img {
    top: -2px;
    left: -60px;
    width: 118px;
    height: 118px;
    padding-top: 0;
    overflow: hidden;
    border-radius: 50%;
    position: absolute;
    background: #edf2f9 center/auto url(../img/user-icon.png) no-repeat;
  }

    .review .img:before, .review .img:after {
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      content: '';
      z-index: 1;
      position: absolute;
      border-radius: 50%;
    }

    .review .img:before {
      border: 9px solid #fff;
    }

    .review .img:after {
      border: 1px solid #d6e1f2;
    }

    .review .img img {
      width: auto;
      max-width: calc(100% - 18px);
      max-height: calc(100% - 18px);
    }

  .review .h6,
  .review .text-sm {
    max-width: 50%;
  }

  .review .h6 {
    font-size: 15px;
    line-height: 25px;
  }

  .review .text-sm {
    top: 35px;
    right: 66px;
    position: absolute;
  }

.stars {
  font-size: 0;
}

  .stars span {
    width: 22px;
    height: 22px;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    background: center/contain url(../img/star.png) no-repeat;
  }

/*#######*/
/* HOVER */
/*#######*/
/*###############*/
/* MEDIA QUERIES */
/*###############*/
@media (max-width: 1199px) {
  .thumb.style-1 {
    padding: 0 11%;
  }
    .thumb.style-1 .img:before {
      right: -29%;
      width: 17.69%;
    }
    .thumb.style-1 .img:after {
      right: -32%;
    }
  .thumb.style-2 {
    padding: 0 5%;
  }
    .thumb.style-2 .img {
      padding-top: 33%;
      margin-bottom: 15px;
    }
  .review {
    padding: 35px 35px 35px 60px;
  }
    .review .text-sm {
      right: 35px;
    }
}

@media (max-width: 991px) {
  .thumb .img {
    margin-bottom: 15px;
  }
  .thumb.style-1, .thumb.style-2 {
    padding: 0;
  }
    .thumb.style-1 .img:before, .thumb.style-1 .img:after {
      display: none;
    }
    .thumb.style-1 .img span {
      left: -8px;
      font-size: 160px;
      line-height: 160px;
    }
    .thumb.style-1 .h5,
    .thumb.style-1 .text {
      margin-left: 0;
      margin-right: 0;
    }
    .thumb.style-1 .h5 {
      font-size: 16px;
      line-height: 26px;
      margin-bottom: 10px;
    }
  .review {
    padding: 30px 15px 30px 50px;
  }
    .review .img {
      left: -46px;
      width: 90px;
      height: 90px;
    }
      .review .img:before {
        border-width: 6px;
      }
    .review .text-sm {
      top: 30px;
      right: 15px;
    }
}

@media (min-width: 768px) {
  .thumbs-wrap > div:nth-child(1) .thumb.style-2, .thumbs-wrap > div:nth-child(2) .thumb.style-2, .thumbs-wrap > div:nth-child(3) .thumb.style-2 {
    margin-top: 0;
  }
  .thumbs-wrap > div:nth-child(3n + 1) .thumb {
    -webkit-transition: all .33s ease-in .11s;
    -o-transition: all .33s ease-in .11s;
    transition: all .33s ease-in .11s;
  }
  .thumbs-wrap > div:nth-child(3n + 2) .thumb {
    -webkit-transition: all .33s ease-in .33s;
    -o-transition: all .33s ease-in .33s;
    transition: all .33s ease-in .33s;
  }
  .thumbs-wrap > div:nth-child(3n + 3) .thumb {
    -webkit-transition: all .33s ease-in .55s;
    -o-transition: all .33s ease-in .55s;
    transition: all .33s ease-in .55s;
  }
}

@media (max-width: 767px) {
  .thumbs-wrap > div:last-child .thumb,
  .thumbs-wrap > div:last-child .review {
    margin-bottom: 0;
  }
  .thumb.style-1, .thumb.style-2 {
    margin-top: 0;
    padding: 0 11%;
    margin-bottom: 30px;
  }
    .thumb.style-1 .img span {
      left: 3%;
      top: -10px;
      font-size: 64px;
      line-height: 64px;
    }
    .thumb.style-1 .img.centered {
      padding-top: 43%;
    }
  .review {
    height: auto;
    margin-left: 0;
    margin-top: 46px;
    text-align: center;
    margin-bottom: 30px;
    padding: 50px 15px 15px;
  }
    .review .img {
      left: 50%;
      top: -46px;
      width: 90px;
      height: 90px;
      margin-left: -45px;
    }
      .review .img:before {
        border-width: 6px;
      }
    .review .h6,
    .review .text-sm {
      max-width: none;
    }
    .review .text-sm {
      top: auto;
      right: auto;
      display: block;
      margin-top: 5px;
      position: relative;
      margin-bottom: 5px;
    }
}

/*########*/
/* FOOTER */
/*########*/
footer {
  overflow: hidden;
  position: relative;
  font-size: 17px;
}

  footer .full-size {
    top: -100px;
    right: -40px;
    left: -1000000px;
    bottom: -1000000000px;
    background-color: #f0f2f7;
  }

    footer .full-size.nsl {
      right: 0;
    }

    footer .full-size + .text-center {
      position: relative;
    }

  footer .h6 {
    display: block;
    position: relative;
    padding-left: 14px;
    margin-bottom: 15px;
  }

    footer .h6:before {
      top: 0;
      left: 0;
      bottom: 0;
      width: 3px;
      content: '';
      position: absolute;
      background-color: #004aad;
    }

  footer ul {
    padding-left: 14px;
  }

    footer ul li {
      margin-bottom: 10px;
    }

  footer .text-right > img {
    max-width: 60px;
  }

.contact {
  display: block;
  position: relative;
  padding-left: 68px;
  margin-bottom: 25px;
}

  .contact:last-child {
    margin-bottom: 0;
  }

  .contact:before {
    top: 0;
    left: 0;
    margin: 0;
    content: '';
    width: 48px;
    height: 48px;
    position: absolute;
    border-radius: 2px;
    /*background: #004aad center/46% no-repeat;*/
    background-size: 48px;
  }

  .contact.tel {
    cursor: auto;
    text-transform: none;
  }

    .contact.tel:before {
      /*background-image: url("../img/call-light.svg");*/
      background-image: url("../img/call-us.png");
    }

  .contact.location:before {
    /*background-image: url("../img/placeholder-light.svg");*/
    background-image: url("../img/write-to-us-icon.png");
  }

.social {
  font-size: 0;
}

  .social a {
    width: 20px;
    height: 20px;
    margin-right: 15px;
    display: inline-block;
  }

    .social a:last-child {
      margin-right: 0;
    }

    .social a svg {
      max-width: 100%;
      max-height: 100%;
      fill: #004aad;
    }

/*#######*/
/* HOVER */
/*#######*/
@media (min-width: 1200px) {
  footer ul a:hover {
    color: #73ac18;
  }
  .contact a:hover {
    color: #73ac18;
  }
  .social a:hover svg {
    fill: #73ac18;
  }
}

/*###############*/
/* MEDIA QUERIES */
/*###############*/
@media (max-width: 1199px) {
  footer .h6 {
    font-size: 15px;
    line-height: 25px;
  }
}

@media (max-width: 991px) {
  footer.bg-light {
    background-color: #f0f2f7;
  }
  footer .h6,
  footer .contact:first-child {
    margin-top: 40px;
  }
  footer .social {
    margin-bottom: 15px;
  }
}

@media (max-width: 767px) {
  footer .h6,
  footer ul {
    padding-left: 0;
  }
    footer .h6:before {
      display: none;
    }
}

.accordion {
  position: relative;
  margin-bottom: 50px;
}
  .accordion .accordion-main-title {
    padding: 20px;
    margin-bottom: 15px;
  }
  .accordion.blue .accordion-main-title {
    background-color: #004aad;
  }
  .accordion.green .accordion-main-title {
    background-color: #73ac18;
  }
  .accordion .accordion-main-title > * {
    color: #fff;
  }

  .accordion .accordion-item .accordion-item-question {
    position: relative;
    padding-left: 30px;
    -webkit-transition: margin-bottom .3s ease-out;
    -moz-transition: margin-bottom .3s ease-out;
    -o-transition: margin-bottom .3s ease-out;
    transition: margin-bottom .3s ease-out;
    cursor: pointer;
  }

  .accordion .accordion-item.open .accordion-item-question {
    margin-bottom: 20px;
  }

  .accordion.blue .accordion-item .accordion-item-question {
    color: #004aad;
  }
  .accordion.green .accordion-item .accordion-item-question {
    color: #73ac18;
  }
  .accordion .accordion-item .accordion-item-question:before {
    content: '';
    position: absolute;
    top: 2px;
    left: 0;
    border-radius: 50%;
    border: 1px solid;
    width: 24px;
    height: 24px;
    line-height: 22px;
    font-size: 18px;
    text-align: center;
    font-family: 'Courier New';
  }
  .accordion .accordion-item .accordion-item-question:after {
    content: '';
    position: absolute;
    left: 7px;
    top: 8px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 5px 10px 5px;
  }
  .accordion.blue .accordion-item .accordion-item-question:after {
    border-color: transparent transparent #004aad transparent;
  }
  .accordion.green .accordion-item .accordion-item-question:after {
    border-color: transparent transparent #73ac18 transparent;
  }

  .accordion .accordion-item.open .accordion-item-question:after {
    border-width: 10px 5px 0 5px;
    top: 10px;
  }

  .accordion.blue .accordion-item.open .accordion-item-question:after {
    border-color: #004aad transparent transparent transparent;
    ;
  }

  .accordion.green .accordion-item.open .accordion-item-question:after {
    border-color: #73ac18 transparent transparent transparent;
    ;
  }
  .accordion.blue .accordion-item .accordion-item-question:before {
    color: #004aad;
    border-color: #004aad;
  }
  .accordion.green .accordion-item .accordion-item-question:before {
    color: #73ac18;
    border-color: #73ac18;
  }
  .accordion .accordion-item .accordion-item-answer {
    padding: 0 0px 0 30px;
    margin-bottom: 20px;
    max-height: 0;
    overflow: hidden;
    -webkit-transition: max-height .3s ease-out;
    -moz-transition: max-height .3s ease-out;
    -o-transition: max-height .3s ease-out;
    transition: max-height .3s ease-out;
  }
  .accordion .accordion-item.open .accordion-item-answer {
    max-height: 1500px;
  }
  .accordion .accordion-item .accordion-item-answer > * {
    color: #000;
  }
    .accordion .accordion-item .accordion-item-answer > * + * {
      margin-top: 15px;
    }
  .accordion .accordion-item .accordion-item-answer ol,
  .accordion .accordion-item .accordion-item-answer ul {
    list-style-position: inside;
    padding-left: 20px;
  }
    .accordion .accordion-item .accordion-item-answer ol li + li,
    .accordion .accordion-item .accordion-item-answer ul li + li {
      margin-top: 10px;
    }
  .accordion .accordion-item .accordion-item-answer ol {
    list-style: decimal;
  }

.page-template-default #content-block {
  min-height: 90%;
  min-height: calc(100vh - 409px);
}

.title > span {
  color: #73ac18;
}
body .title:after {
  display: none;
}

.info-boxes {
  padding: 30px 0;
}
  .info-boxes .info-box {
    padding: 20px 0;
    max-width: 380px;
    margin: 0 auto;
  }
    .info-boxes .info-box .icon-wrapper img {
      display: block;
      margin: 0 auto;
      max-width: 100%;
      height: auto;
    }

.posts-wrapper {
  padding: 70px 0;
}
  .posts-wrapper .post-item + .post-item {
    margin-top: 50px;
  }
  .posts-wrapper .post-item .nawspaper-desc {
    margin: 15px 0 25px;
  }
  .posts-wrapper .post-item img {
    display: block;
    max-width: 100%;
    height: auto;
  }

@media (max-width: 767px) {
  .posts-wrapper .post-item .newspaper-title {
    display: block;
    margin-bottom: 10px;
  }
}

/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
  margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

a img.alignnone {
  margin: 5px 20px 20px 0;
}

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

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

@media (max-width: 767px) {
  .alignright,
  .alignleft {
    float: none;
    display: block;
    margin: 5px auto 5px auto;
  }
  a img.alignright,
  a img.alignleft {
    float: none;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  .page-id-118 .bg.only-desktop {
    display: block !important;
  }
}

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%; /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center;
}

  .wp-caption.alignnone {
    margin: 5px 20px 20px 0;
  }

  .wp-caption.alignleft {
    margin: 5px 20px 20px 0;
  }

  .wp-caption.alignright {
    margin: 5px 0 20px 20px;
  }

  .wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
  }

  .wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
  }

/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

  .screen-reader-text:focus {
    background-color: #eee;
    clip: auto !important;
    clip-path: none;
    color: #444;
    display: block;
    font-size: 1em;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar. */
  }

.tpa {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
}
.wp-video {
  margin-left: auto;
  margin-right: auto;
}
.page-template-page-template-form #content-block {
  margin-top: 0;
}
.page-template-page-template-form .SumoSelect > .optWrapper {
  background-color: #fff;
}
.SumoSelect > .CaptionCont {
  position: relative;
}
  .SumoSelect > .CaptionCont:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
  }

.z-index-2 {
  z-index: 2;
}
.z-index-3 {
  z-index: 3;
}
.z-index-4 {
  z-index: 4;
}
.z-index-5 {
  z-index: 5;
}
.z-index-6 {
  z-index: 6;
}
.z-index-7 {
  z-index: 7;
}
.z-index-8 {
  z-index: 8;
}

@media screen and (min-width: 768px) {
  .step-2-menu-res-status .SumoSelect > .optWrapper > .options {
    max-height: 102px;
  }
}
.page-template-page-template-form .wpcf7-images-optimize-upload-wrap .images-optimize-upload-button {
  background-color: #004aad;
}
.page-template-page-template-form .text .cf7mls ul li:before {
  opacity: 0;
  visibility: hidden;
}
.page-template-page-template-form .cf7mls_progress_bar li .cf7_mls_count_step {
  font-size: 20px;
}
.page-template-page-template-form .cf7mls_bar_style_navigation_horizontal_squaren.cf7mls_bar_style_text_no .cf7_mls_steps_item_icon,
.page-template-page-template-form .cf7mls_bar_style_navigation_horizontal_round.cf7mls_bar_style_text_no .cf7_mls_steps_item_icon {
  width: 39px;
  height: 39px;
  line-height: 37px;
}
.page-template-page-template-form .cf7mls_bar_style_navigation_horizontal_squaren.cf7mls_bar_style_text_no .cf7mls_progress_bar_title:after,
.page-template-page-template-form .cf7mls_bar_style_navigation_horizontal_round.cf7mls_bar_style_text_no .cf7mls_progress_bar_title:after {
  top: 0;
}
.page-template-page-template-form .wpcf7-form {
  border-width: 10px;
}
.page-template-page-template-form .text {
  max-width: 590px;
  margin-left: auto;
  margin-right: auto;
}
.striped-bg > div {
  padding: 5px 0;
}
  .striped-bg > div > span:first-child {
    color: #222323;
    display: block;
    font-size: 15px;
    font-weight: 700;
    line-height: 24px;
    position: relative;
    padding: 0px 10px;
    word-wrap: break-word;
  }
  .striped-bg > div:nth-child(odd) {
    background-color: #f7f7f7;
  }
  .striped-bg > div:nth-child(even) {
    background-color: #fafafa;
  }
  .striped-bg > div > span {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    padding-right: 10px;
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
.ssflex {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.striped-bg > div > span .SumoSelect {
  margin-bottom: 0;
  z-index: auto;
}
.striped-bg input,
.striped-bg textarea {
  padding: 0 20px;
}
.striped-bg .SumoSelect > .CaptionCont {
  padding: 7px 20px;
}
  .striped-bg .SumoSelect > .CaptionCont:after {
    top: 18px;
  }
.striped-bg input {
  height: 40px;
}
.striped-bg .SumoSelect .optWrapper > .options li.opt {
  padding: 2px 20px;
  margin-bottom: 0px;
}
.striped-bg .optWrapper > .options li.opt:hover {
  background-color: #004aad;
  color: #fff;
}
.striped-bg .SumoSelect > .optWrapper > .options li.opt:hover label {
  color: #fff;
  font-weight: bold;
}
.striped-bg .optWrapper > .options li.opt label, div .striped-bg .SelectBox > span, div .striped-bg .optWrapper > .options li.opt.selected label {
  color: #222323;
}
.striped-bg .SumoSelect > .optWrapper {
  z-index: 1;
  padding: 0px;
}
.striped-bg .ssfull p {
  font-weight: bold;
  padding: 0 10px;
  color: #222323;
}
.striped-bg .SumoSelect > .optWrapper > .options {
  max-height: inherit;
}
.striped-bg .SumoSelect > .optWrapper.isFloating > .options li.opt {
  padding: 0px 6px;
}
.app-form .fieldset-cf7mls-wrapper, .app-form {
  overflow: visible;
}
#content-block .app-form li.cf7mls-steps-item-finish .cf7_mls_steps_item_icon {
  background-color: #73ac18;
}
.app-form .add-sign {
  position: relative;
}
  .app-form .add-sign input {
    padding-left: 31px;
  }
  .app-form .add-sign .sign {
    position: absolute;
    top: 7px;
    left: 21px;
    color: #222323;
  }
@media(max-width: 600px) {
  .app-form .fieldset-cf7mls-wrapper fieldset {
    padding: 0px;
  }
  .app-form fieldset h2 {
    text-align: center;
    padding: 0px 10px;
  }
  .app-form .cf7mls-btns {
    padding: 0px 10px;
  }
}
.title_with_number {
  position: relative;
  padding-left: 30px;
}
  .title_with_number > span {
    position: absolute;
    left: 0;
    font-size: 13px;
    font-weight: 800;
    line-height: 16px;
    color: #73ac18;
  }

/*-------APPLICATION FORM - BUTTONS COLOURS----------*/
.app-form .cf7mls_back {
  background-color: #004aad;
  color: #fff;
}
.app-form .cf7mls_next {
  background-color: #73ac18;
  color: #fff;
}
/*-------END APPLICATION FORM - BUTTONS COLOURS----------*/

.top-nav-wrp {
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
  font-size: smaller;
}
  .top-nav-wrp ul li {
    display: inline-block;
    padding: 0 10px;
    color: #222;
  }
    .top-nav-wrp ul li a:hover {
      color: #004aad;
    }
.btn_1 a:hover {
  opacity: 1;
}
.sub-footer-text {
  text-align: left;
  margin: 0 auto;
  font-size: 12px;
  line-height: 19px;
}
/*---------------------------------------Image captcha--------------*/
.kc_captcha .captcha-image {
  margin: 0;
  border: none !important;
}
.captcha-image input {
  padding: 0 0 10px;
}
div .captcha-image svg {
  border: none;
  width: 40px;
  height: 40px;
}
div .captcha-image .cf7ic_instructions span {
  color: #004aad;
}
div .captcha-image label > input:checked + svg, div .captcha-image label > input:focus + svg {
  border: none;
  color: #004aad;
}
/*--------------------------------------END Image captcha--------------*/

@media (max-width: 768px) {
  .image-left-right-text .img.centered {
    padding-top: 0px;
  }
    .image-left-right-text .img.centered img {
      position: static;
      -webkit-transform: none;
      -ms-transform: none;
      transform: none;
    }

  .CustomerSite .Header {
    margin-top: 10% !important;
    font-size: 19px !important;
  }
}
