/*
------------------------------
MAIN DEFINITION FILE
------------------------------
*/
/*
    Document   : reset
*/
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;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  padding-left: 20px;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
strong {
  font-weight: bold;
}
/*
------------------------------
Variables
------------------------------
*/
/*
------------------------------
Colors
------------------------------
*/
/*
------------------------------
Fonts
------------------------------
*/
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v13/UcCO3FwrK3iLTeHuS_fvQtMwCp50KnMw2boKoduKmMEVuLyfMZg.ttf) format('truetype');
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v13/UcCO3FwrK3iLTeHuS_fvQtMwCp50KnMw2boKoduKmMEVuI6fMZg.ttf) format('truetype');
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v13/UcCO3FwrK3iLTeHuS_fvQtMwCp50KnMw2boKoduKmMEVuFuYMZg.ttf) format('truetype');
}
/*
------------------------------
Breakpoints
------------------------------
*/
.italic {
  font-style: italic;
}
body,
html {
  font-family: 'Inter', sans-serif, Tahoma, Verdana, Arial, sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 28px;
  color: #003B33;
  -webkit-text-size-adjust: 100%;
  height: 100%;
  position: relative;
  background-color: #fff;
}
@media (max-width: 600px) {
  body,
  html {
    font-size: 16px;
    line-height: 20px;
  }
}
a {
  color: #00A991;
  text-decoration: none;
  -o-transition: 0.2s;
  -ms-transition: 0.2s;
  -moz-transition: 0.2s;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
a:hover {
  color: #00A991;
  text-decoration: underline;
}
a.button {
  padding: 16px 46px 16px 20px;
  border-radius: 4px;
  background-color: #00A991;
  color: #fff;
  font-size: 17px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  /* 117.647% */
  position: relative;
}
a.button::after {
  content: url(../img/ico/arrow-white.svg);
  position: absolute;
  right: 12px;
  top: 16px;
}
.page {
  margin: auto;
  position: relative;
  height: 100%;
}
a:focus,
button:focus,
input:focus,
:focus {
  outline: none;
}
.content {
  max-width: 1440px;
  margin: auto;
  position: relative;
  padding-left: 20px;
  padding-right: 20px;
  box-sizing: border-box;
}
b,
strong {
  font-weight: 700;
}
i,
em {
  font-style: italic;
}
.clearer {
  clear: both;
}
.imgresp {
  max-width: 100%;
  height: auto;
}
h2 {
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 48px;
  /* 120% */
  letter-spacing: -0.4px;
}
@media (max-width: 600px) {
  h2 {
    font-size: 25px;
    line-height: 30px;
  }
}
h3 {
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 40px;
  /* 125% */
  letter-spacing: -0.32px;
}
@media (max-width: 600px) {
  h3 {
    font-size: 25px;
    line-height: 30px;
  }
}
.pt-0 {
  padding-top: 0px;
}
.pt-5 {
  padding-top: 5px;
}
.pt-10 {
  padding-top: 10px;
}
.pt-20 {
  padding-top: 20px;
}
.pt-30 {
  padding-top: 30px;
}
.pt-40 {
  padding-top: 40px;
}
.pt-50 {
  padding-top: 50px;
}
.pt-60 {
  padding-top: 60px;
}
.pt-70 {
  padding-top: 70px;
}
.pt-80 {
  padding-top: 80px;
}
.pb-0 {
  padding-bottom: 0px;
}
.pb-10 {
  padding-bottom: 10px;
}
.pb-20 {
  padding-bottom: 20px;
}
.pb-30 {
  padding-bottom: 30px;
}
.pb-40 {
  padding-bottom: 40px;
}
.pb-50 {
  padding-bottom: 50px;
}
.pb-60 {
  padding-bottom: 60px;
}
.pb-70 {
  padding-bottom: 70px;
}
.pb-80 {
  padding-bottom: 80px;
}
.nocase {
  text-transform: none !important;
}
.text-small {
  font-size: 14px;
}
.text-center {
  text-align: center;
}
.text-content {
  width: 80%;
  margin: auto;
}
@media (max-width: 600px) {
  .text-content {
    width: 100%;
  }
}
ul.text-content {
  width: 60%;
  margin: auto;
  box-sizing: border-box;
}
@media (max-width: 600px) {
  ul.text-content {
    width: 100%;
  }
}
@media (max-width: 1000px) {
  .desktop {
    display: none;
  }
}
.mobile {
  display: none;
}
@media (max-width: 1000px) {
  .mobile {
    display: block;
  }
}
sub {
  font-size: 15px;
  position: relative;
  bottom: -4px;
}
.awhite {
  color: #fff !important;
}
.responsiveimage {
  max-width: 100%;
}
.nav,
nav {
  padding: 12px 32px;
  color: #003B33;
  background-color: #E6F6F4;
  position: relative;
  /*
	a.fb {
		background: url(../img/fb.svg) 0 0 no-repeat;
		width: 30px;
		height: 30px;
		display: inline-block;
		margin-right: 0px;
	}

	a.tw {
		background: url(../img/tw.svg) 0 0 no-repeat;
		width: 30px;
		height: 30px;
		display: inline-block;
		margin-right: 0px;
	}
	*/
}
.nav a.logo,
nav a.logo {
  /*
		font-size: 30px;
		font-style: normal;
		font-weight: 700;
		line-height: 40px; */
  /* 125% */
  /*
		letter-spacing: -0.32px;
		color: @black;
		*/
}
.nav a.logo img,
nav a.logo img {
  width: 300px;
}
.nav a,
nav a {
  color: #003B33;
}
.nav a:hover,
nav a:hover {
  color: #00A991;
}
.nav ul,
nav ul {
  position: absolute;
  padding: 15px 10px 10px 20px;
  right: 0;
  top: 0;
}
.nav ul li,
nav ul li {
  display: inline-block;
  list-style-type: none;
  padding-right: 25px;
  font-size: 16px;
}
.nav ul li a,
nav ul li a {
  position: relative;
}
.nav ul li a::after,
nav ul li a::after {
  content: '|';
  position: absolute;
  top: -3px;
  right: -20px;
  color: #009883;
}
.nav ul li:last-child a::after,
nav ul li:last-child a::after {
  content: '';
}
.nav .responsivemenu,
nav .responsivemenu {
  display: none;
}
@media (max-width: 1400px) {
  .nav,
  nav {
    position: relative;
  }
  .nav .content,
  nav .content {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .nav ul.menu,
  nav ul.menu {
    display: none;
  }
  .nav ul.secondary,
  nav ul.secondary {
    display: none;
  }
  .nav .responsivemenu,
  nav .responsivemenu {
    display: inline-block;
    position: absolute;
    top: 15px;
    right: 20px;
    width: 32px;
    height: 40px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    cursor: pointer;
    /* Icon 3 */
  }
  .nav .responsivemenu span,
  nav .responsivemenu span {
    display: block;
    position: absolute;
    height: 4px;
    width: 100%;
    background: #000;
    border-radius: 0px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 0.25s ease-in-out;
    -moz-transition: 0.25s ease-in-out;
    -o-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
  }
  .nav .responsivemenu span:nth-child(1),
  nav .responsivemenu span:nth-child(1) {
    top: 0px;
  }
  .nav .responsivemenu span:nth-child(2),
  nav .responsivemenu span:nth-child(2),
  .nav .responsivemenu span:nth-child(3),
  nav .responsivemenu span:nth-child(3) {
    top: 10px;
  }
  .nav .responsivemenu span:nth-child(4),
  nav .responsivemenu span:nth-child(4) {
    top: 20px;
  }
  .nav .responsivemenu.open span:nth-child(1),
  nav .responsivemenu.open span:nth-child(1) {
    top: 18px;
    width: 0%;
    left: 50%;
  }
  .nav .responsivemenu.open span:nth-child(2),
  nav .responsivemenu.open span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .nav .responsivemenu.open span:nth-child(3),
  nav .responsivemenu.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .nav .responsivemenu.open span:nth-child(4),
  nav .responsivemenu.open span:nth-child(4) {
    top: 18px;
    width: 0%;
    left: 50%;
  }
}
@media (max-width: 480px) {
  .nav,
  nav {
    padding: 10px 20px;
  }
  .nav .responsivemenu,
  nav .responsivemenu {
    top: 7px;
    right: 0px;
  }
  .nav a.logo img,
  nav a.logo img {
    width: 200px;
  }
}
ul.studies {
  padding: 10px 0 0 0;
}
ul.studies li {
  list-style-type: none;
  display: block;
  color: #000;
  font-size: 16px;
}
ul.studies li a {
  color: #46474b;
  text-decoration: underline;
}
ul.studies li a:hover {
  text-decoration: none;
}
.mobilemenu {
  display: none;
  position: absolute;
  top: 50;
  right: 0;
  max-width: 310px;
  padding: 0;
  z-index: 100;
  text-align: center;
}
.mobilemenu ul.menum {
  padding: 20px 20px 20px 20px;
  background-color: #E6F6F4;
  position: relative;
  max-width: 310px;
}
.mobilemenu ul.menum li {
  display: block;
  text-align: center;
  font-size: 16px;
  text-transform: uppercase;
  padding: 5px 0;
  font-weight: 700;
}
.mobilemenu ul.menum li a {
  color: #000;
}
.mobilemenu ul.menum li a:hover {
  color: #00A991;
}
.mobilemenu ul.menum li a::after {
  content: '';
  display: none;
}
.footer {
  margin-top: 40px;
  background-color: #E6F6F4;
  text-align: center;
  padding: 32px;
}
.footer ul.contact {
  margin: auto;
}
.footer ul.contact li {
  display: inline-block;
  vertical-align: top;
  width: 300px;
  position: relative;
  color: #003B33;
  text-align: center;
  padding: 23px 0;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 30px;
  /* 117.647% */
  list-style-type: none;
}
.footer ul.contact li a {
  padding: 2px 5px 5px 30px;
}
.footer ul.contact li a.ct {
  background: url('../img/ico/phone.svg') 0 0 no-repeat;
}
.footer ul.contact li a.cm {
  background: url('../img/ico/mail.svg') 0 0 no-repeat;
}
.footer ul.contact li a.cw {
  background: url('../img/ico/globe.svg') 0 0 no-repeat;
}
@media (max-width: 800px) {
  .footer {
    padding: 32px 0;
  }
  .footer ul.contact {
    margin: auto;
  }
  .footer ul.contact li {
    width: 100%;
  }
  .footer ul.contact li a {
    padding: 2px 5px 5px 30px;
  }
}
.copy {
  padding: 12px 32px;
  background-color: #003B33;
  text-align: center;
  font-family: Inter;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  /* 133.333% */
  color: #fff;
}
.devels {
  position: absolute;
  bottom: 50px;
  right: -20px;
  font-size: 11px;
  color: #666;
  font-family: 'Inter', sans-serif;
  transform: rotate(-90deg);
}
@media (max-width: 900px) {
  .devels {
    display: none;
  }
}
.page h1 {
  font-size: 25px;
  font-weight: bold;
}
.page .carousel {
  color: #003B33;
  font-size: 25px;
  font-style: normal;
  font-weight: 700;
  line-height: 35px;
  /* 115.385% */
  letter-spacing: -0.52px;
  background: url('../img/hp/carouselfull.jpg') right top no-repeat;
  background-color: #E6F6F4;
  height: 700px;
  position: relative;
}
.page .carousel ul {
  position: absolute;
  bottom: 140px;
  left: 40px;
}
.page .carousel li {
  color: #fff;
  list-style-type: none;
  display: none;
}
.page .carousel li div {
  font-size: 35px;
  line-height: 60px;
  /* 115.385% */
}
.page .carousel li:first-child {
  display: block;
}
.page .carousel li a {
  position: relative;
  top: 20px;
}
.page ul.benefits {
  background-color: #00A991;
  color: #fff;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px;
  /* 140% */
  letter-spacing: -0.2px;
  position: relative;
  margin: auto;
  width: 80%;
  top: -30px;
  padding: 32px 0;
  box-sizing: border-box;
}
.page ul.benefits li {
  display: inline-block;
  vertical-align: top;
  padding: 0px 32px;
  list-style-type: none;
  width: 33%;
  box-sizing: border-box;
  position: relative;
}
.page ul.benefits li a {
  color: #B0E4DD;
  padding: 0 32px 0 64px;
  display: block;
}
.page ul.benefits li a:hover {
  text-decoration: none;
}
.page ul.benefits li div {
  font-size: 14px;
  font-weight: 400;
}
.page ul.benefits li a div:hover {
  text-decoration: underline;
}
.page ul.benefits li.b1 {
  background: url('../img/ico/sale.svg') 32px 0px no-repeat;
}
.page ul.benefits li.b2 {
  background: url('../img/ico/money.svg') 32px 0px no-repeat;
}
.page ul.benefits li.b3 {
  background: url('../img/ico/save.svg') 32px 0px no-repeat;
}
.page ul.benefits li.b2 {
  border-right: 1px solid #009883;
  border-left: 1px solid #009883;
}
.page .place table {
  margin: auto;
}
.page .place table th {
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  /* 125% */
  letter-spacing: 0.8px;
  background-color: #006557;
  color: #fff;
  padding: 8px 12px;
}
.page .place table td {
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  /* 125% */
  letter-spacing: 0.8px;
  color: #003B33;
  padding: 8px 12px;
}
.page .place table tr {
  background-color: #E6F6F4;
}
.page .place table tr:nth-child(even) {
  background-color: #fff;
}
.page .noice ul.noice-graph {
  position: relative;
  margin: auto;
  text-align: center;
}
.page .noice ul.noice-graph li {
  display: inline-block;
  vertical-align: top;
  width: 200px;
  position: relative;
  color: #003B33;
  text-align: center;
  padding: 23px 0 28px 0;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  /* 150% */
}
.page .noice ul.noice-graph li span {
  position: absolute;
  bottom: -30px;
  left: 0;
  width: 100%;
  color: #003B33;
  text-align: center;
  font-size: 12px;
}
.page .noice ul.noice-graph li.c1 {
  background: #367CA3;
  color: #fff;
}
.page .noice ul.noice-graph li.c2 {
  background: #4CA883;
}
.page .noice ul.noice-graph li.c3 {
  background: #9FBD60;
}
.page .noice ul.noice-graph li.c4 {
  background: #DAE150;
}
.page .noice ul.noice-graph li.c5 {
  background: #F5C546;
}
@media (max-width: 1200px) {
  .page ul.benefits {
    font-size: 20px;
    line-height: 28px;
    /* 140% */
    width: 95%;
    top: -30px;
    padding: 20px 0;
  }
}
@media (max-width: 1000px) {
  .page h1 {
    font-size: 20px;
  }
  .page ul.benefits {
    width: 60%;
    top: -30px;
    padding: 32px 0;
  }
  .page ul.benefits li {
    display: block;
    width: 100%;
    padding: 10px 32px;
    list-style-type: none;
  }
}
@media (max-width: 700px) {
  .page .carousel {
    font-size: 20px;
    line-height: 25px;
    /* 115.385% */
    background: url('../img/hp/carouselfull.jpg') left top no-repeat;
    background-size: cover;
    background-color: #E6F6F4;
    height: 400px;
    text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.9);
  }
  .page .carousel ul {
    position: absolute;
    bottom: 100px;
    left: 0px;
  }
  .page .carousel li {
    color: #fff;
    list-style-type: none;
    display: none;
  }
  .page .carousel li div {
    font-size: 25px;
    line-height: 35px;
  }
  .page .carousel li a {
    position: relative;
    top: 30px;
  }
  .page ul.benefits {
    width: 90%;
    padding: 15px 0;
  }
  .page ul.benefits li {
    display: block;
    width: 100%;
    padding: 10px 10px;
    list-style-type: none;
  }
  .page ul.benefits li a {
    padding-right: 0;
    padding-left: 40px;
    font-size: 18px;
    line-height: 22px;
  }
  .page ul.benefits li.b1 {
    background: url('../img/ico/sale.svg') 10px 10px no-repeat;
  }
  .page ul.benefits li.b2 {
    background: url('../img/ico/money.svg') 10px 10px no-repeat;
  }
  .page ul.benefits li.b3 {
    background: url('../img/ico/save.svg') 10px 10px no-repeat;
  }
}
.page .noice ul.noice-graph li {
  position: relative;
}
.page .noice ul.noice-graph li span {
  position: absolute;
  bottom: 5px;
  left: 0;
  width: 100%;
  color: #003B33;
  text-align: center;
  font-size: 12px;
  z-index: 10;
}
.page .noice ul.noice-graph li.c1 {
  background: #367CA3;
  color: #fff;
}
.page .noice ul.noice-graph li.c2 {
  background: #4CA883;
}
.page .noice ul.noice-graph li.c3 {
  background: #9FBD60;
}
.page .noice ul.noice-graph li.c4 {
  background: #DAE150;
}
.page .noice ul.noice-graph li.c5 {
  background: #F5C546;
}
/*# sourceMappingURL=../../public/css/app.css.map */