/*$font: 'Roboto', sans-serif;*/
html {
  box-sizing: border-box;
  font-size: 10px; }

*, *:before, *:after {
  box-sizing: inherit; }

@-ms-viewport {
  width: device-width; }

body {
  background: #fff; }

body, p, td, div {
  font-family: "Montserrat", sans-serif;
  /*font-family: 'Montserrat', sans-serif;*/
  /*font-family: 'Open Sans', sans-serif;*/
  color: #232323;
  font-size: 1.6rem;
  line-height: 1.5; }

p {
  margin: 0 0 2.8rem; }

a {
  color: #045353;
  text-decoration: none;
  -webkit-transition: all 150ms ease-in-out;
  -moz-transition: all 150ms ease-in-out;
  -o-transition: all 150ms ease-in-out;
  -ms-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out; }
  a:hover, a:focus {
    text-decoration: underline; }

strong {
  font-weight: 700; }

i {
  font-style: italic; }

h1, .h1 {
  font-size: 2.8rem;
  line-height: 1.33;
  font-weight: 700; }
  @media screen and (min-width: 768px) {
    h1, .h1 {
      font-size: 2.8rem;
      line-height: 1.33; } }
  @media screen and (min-width: 992px) {
    h1, .h1 {
      font-size: 3.8rem;
      line-height: 1.33; } }
  @media screen and (min-width: 1600px) {
    h1, .h1 {
      font-size: 5.8rem;
      line-height: 1.33; } }
h2, .h2 {
  font-size: 2.2rem;
  line-height: 1.33; }
  @media screen and (min-width: 768px) {
    h2, .h2 {
      font-size: 2.2rem;
      line-height: 1.33; } }
  @media screen and (min-width: 992px) {
    h2, .h2 {
      font-size: 3.4rem;
      line-height: 1.33; } }
h3, .h3 {
  font-size: 2rem;
  line-height: 1.3; }
  @media screen and (min-width: 992px) {
    h3, .h3 {
      font-size: 2.8rem;
      line-height: 1.3; } }
h4, .h4 {
  font-size: 1.6rem;
  line-height: 1.3; }
  @media screen and (min-width: 480px) {
    h4, .h4 {
      font-size: 1.6rem;
      line-height: 1.3; } }
  @media screen and (min-width: 768px) {
    h4, .h4 {
      font-size: 1.6rem;
      line-height: 1.3; } }
  @media screen and (min-width: 992px) {
    h4, .h4 {
      font-size: 2.2rem;
      line-height: 1.3; } }
  @media screen and (min-width: 1600px) {
    h4, .h4 {
      font-size: 2.2rem;
      line-height: 1.3; } }
h5, .h5 {
  font-size: 1.6rem;
  line-height: 1.3;
  font-weight: 700; }
  @media screen and (min-width: 480px) {
    h5, .h5 {
      font-size: 1.6rem;
      line-height: 1.3; } }
  @media screen and (min-width: 768px) {
    h5, .h5 {
      font-size: 1.6rem;
      line-height: 1.3; } }
  @media screen and (min-width: 992px) {
    h5, .h5 {
      font-size: 2rem;
      line-height: 1.3; } }
  @media screen and (min-width: 1600px) {
    h5, .h5 {
      font-size: 2rem;
      line-height: 1.3; } }
h6, .h6 {
  font-size: 1.4rem;
  line-height: 1.35; }
  @media screen and (min-width: 1600px) {
    h6, .h6 {
      font-size: 14px;
      line-height: 1.35; } }
h1, h2, h3, .h1, .h2, .h3 {
  margin: 0 0 2rem; }

h4, h5, h6, .h4, .h5, .h6 {
  margin: 0 0 1.6rem; }

ul, ol, li {
  margin: 0;
  padding: 0; }

ul {
  margin: 0 0 2.8rem;
  list-style-type: none;
  overflow: hidden; }
  ul li:before {
    content: '';
    display: inline-block;
    width: 5px;
    height: 5px;
    margin-right: 6px;
    border-radius: 50%;
    vertical-align: 5px;
    background-color: #088080; }

ol {
  margin: 0 0 2.8rem;
  padding-left: 35px;
  overflow: hidden; }

hr {
  height: 1px;
  border: 0;
  background: #088080; }

mark {
  background: #088080;
  padding: 0 5px;
  color: #fff; }

pre {
  font-family: monospace;
  margin: 0px;
  padding: 12px;
  border: 1px solid #999;
  background-color: #8ff8f8; }

iframe {
  border: 0; }

table {
  empty-cells: show;
  margin: 0 0 2.8rem 0;
  border-collapse: collapse;
  border-spacing: 0; }
  table th, table td {
    padding: 0.8rem 1.2rem 1.2rem;
    border: 0px;
    text-align: left; }
  table thead tr, table thead td, table thead span, table thead th, table thead div, table thead p {
    color: #fff; }
  table thead tr td, table thead tr th {
    padding: 0.8rem 1.2rem 1.2rem;
    border-right: 1px solid #fff;
    background: #088080; }
    table thead tr td:last-child, table thead tr th:last-child {
      border-right-color: #088080; }
  table tbody tr:first-child th, table tbody tr:first-child td {
    border-top: 1px solid #088080; }
  table tbody tr:last-child td {
    border-bottom: 1px solid #088080; }
  table tbody tr:nth-child(even) {
    background-color: #E5F2F2; }
  table tbody tr td, table tbody tr th {
    border-left: 1px solid #088080; }
    table tbody tr td:last-child, table tbody tr th:last-child {
      border-right: 1px solid #088080; }

table:not([border]),
table[border="0"] {
  border: 0 none; }

table[border="1"] td {
  border-width: 1px; }

table[border="2"] td {
  border-width: 2px; }

table[border="3"] td {
  border-width: 3px; }

table[border="4"] td {
  border-width: 4px; }

table[border="5"] td {
  border-width: 5px; }

form {
  margin: 0;
  padding: 0; }

input[type=text], input[type=email], input[type=password], input[type=url], input[type=tel], input[type=number], input[type=search], input[type=date], input[type=month], input[type=week], input[type=datetime], input[type=datetime-local], textarea {
  background-color: #fff;
  width: 100%;
  height: 3.2rem;
  margin: 0;
  padding: 0 0;
  border: 0;
  border-bottom: 1px solid #232525;
  outline: none;
  -webkit-appearance: none;
  -webkit-transition: all 150ms ease-in-out;
  -moz-transition: all 150ms ease-in-out;
  -o-transition: all 150ms ease-in-out;
  -ms-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out; }
  @media only screen and (min-width: 768px) {
    input[type=text], input[type=email], input[type=password], input[type=url], input[type=tel], input[type=number], input[type=search], input[type=date], input[type=month], input[type=week], input[type=datetime], input[type=datetime-local], textarea {
      max-width: 26rem; } }
  @media only screen and (min-width: 1200px) {
    input[type=text], input[type=email], input[type=password], input[type=url], input[type=tel], input[type=number], input[type=search], input[type=date], input[type=month], input[type=week], input[type=datetime], input[type=datetime-local], textarea {
      height: 3.2rem; } }
  input[type=text]:focus, input[type=email]:focus, input[type=password]:focus, input[type=url]:focus, input[type=tel]:focus, input[type=number]:focus, input[type=search]:focus, input[type=date]:focus, input[type=month]:focus, input[type=week]:focus, input[type=datetime]:focus, input[type=datetime-local]:focus, textarea:focus {
    border-color: #088080; }
  input[type=text]:focus-within, input[type=email]:focus-within, input[type=password]:focus-within, input[type=url]:focus-within, input[type=tel]:focus-within, input[type=number]:focus-within, input[type=search]:focus-within, input[type=date]:focus-within, input[type=month]:focus-within, input[type=week]:focus-within, input[type=datetime]:focus-within, input[type=datetime-local]:focus-within, textarea:focus-within {
    outline: #000 auto 2px; }

input[readonly]:not(.datepicker) {
  border-color: #CDCBC8;
  cursor: not-allowed; }

button, input[type=submit], input[type=button], input[type=reset], a.mygtukas, span.mygtukas a {
  display: -webkit-inline-box;
  display: -moz-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  height: 4rem;
  margin: 0;
  padding: 0.4rem 1.2rem;
  border: 2px solid #F4B054;
  color: #232323;
  font-weight: 700;
  background-color: #F4B054;
  cursor: pointer;
  outline: none;
  border-radius: 4px;
  -webkit-transition: all 150ms ease-in-out;
  -moz-transition: all 150ms ease-in-out;
  -o-transition: all 150ms ease-in-out;
  -ms-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out; }
  @media only screen and (min-width: 1200px) {
    button, input[type=submit], input[type=button], input[type=reset], a.mygtukas, span.mygtukas a {
      height: 4.5rem;
      padding: 0.4rem 2rem; } }
  button:hover, input[type=submit]:hover, input[type=button]:hover, input[type=reset]:hover, a.mygtukas:hover, span.mygtukas a:hover {
    background-color: #fff; }
  button.inverted, input[type=submit].inverted, input[type=button].inverted, input[type=reset].inverted, a.mygtukas.inverted, span.mygtukas a.inverted {
    background-color: #fff; }
    button.inverted:hover, input[type=submit].inverted:hover, input[type=button].inverted:hover, input[type=reset].inverted:hover, a.mygtukas.inverted:hover, span.mygtukas a.inverted:hover {
      background-color: #F4B054; }
  button.round, input[type=submit].round, input[type=button].round, input[type=reset].round, a.mygtukas.round, span.mygtukas a.round {
    width: 3.8rem;
    height: 3.8rem;
    padding: 0;
    border-radius: 50%;
    border: 1px solid #F4B054;
    background-color: #fff;
    color: #F4B054; }
    @media only screen and (min-width: 992px) {
      button.round, input[type=submit].round, input[type=button].round, input[type=reset].round, a.mygtukas.round, span.mygtukas a.round {
        width: 4.8rem;
        height: 4.8rem; } }
    button.round .icon-chevron-up, input[type=submit].round .icon-chevron-up, input[type=button].round .icon-chevron-up, input[type=reset].round .icon-chevron-up, a.mygtukas.round .icon-chevron-up, span.mygtukas a.round .icon-chevron-up {
      margin-left: 1px;
      font-size: 2rem; }
      @media only screen and (min-width: 992px) {
        button.round .icon-chevron-up, input[type=submit].round .icon-chevron-up, input[type=button].round .icon-chevron-up, input[type=reset].round .icon-chevron-up, a.mygtukas.round .icon-chevron-up, span.mygtukas a.round .icon-chevron-up {
          font-size: 2.7rem; } }
    button.round:hover, input[type=submit].round:hover, input[type=button].round:hover, input[type=reset].round:hover, a.mygtukas.round:hover, span.mygtukas a.round:hover {
      border-color: #088080;
      background-color: #088080; }
  button:focus-within, input[type=submit]:focus-within, input[type=button]:focus-within, input[type=reset]:focus-within, a.mygtukas:focus-within, span.mygtukas a:focus-within {
    outline: #000 auto 1px; }

input[disabled], button[disabled] {
  background-color: #CDCBC8;
  cursor: not-allowed;
  color: #232323;
  border-color: transparent; }
  input[disabled]:hover, input[disabled]:focus, button[disabled]:hover, button[disabled]:focus {
    background-color: #ccc;
    color: #232323;
    border-color: transparent; }

textarea {
  display: block;
  resize: vertical;
  width: 100%;
  padding-top: 0;
  padding-bottom: 0;
  transition: none;
  -webkit-transition: all 150ms ease-in-out;
  -moz-transition: all 150ms ease-in-out;
  -o-transition: all 150ms ease-in-out;
  -ms-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out; }
  @media only screen and (min-width: 768px) {
    textarea {
      max-width: 57rem; } }
select {
  outline: none; }

input[type=checkbox] {
  margin: 0;
  padding: 0;
  background: inherit;
  margin-top: 3px;
  height: auto;
  line-height: inherit;
  border: none;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0; }
  input[type=checkbox]:focus-within + span.checkbox_design {
    outline: #000 auto 2px; }

input[type=radio] {
  margin: 0;
  padding: 0;
  height: auto;
  line-height: inherit;
  background: inherit;
  border: none;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0; }
  input[type=radio]:focus-within + span.radio_design {
    outline: #000 auto 2px; }

li > p {
  margin: 0;
  padding: 0; }

table td p:first-of-type {
  margin-top: 0; }

table td p:last-of-type {
  margin-bottom: 0; }

.paveiksliukas_prie_teksto_kaireje {
  float: left;
  margin: 0 10px 8px 0; }
  @media only screen and (min-width: 1024px) {
    .paveiksliukas_prie_teksto_kaireje {
      margin: 0 20px 15px 0; } }
.paveiksliukas_prie_teksto_desineje {
  float: right;
  margin: 0 0px 8px 10px; }
  @media only screen and (min-width: 1024px) {
    .paveiksliukas_prie_teksto_desineje {
      margin: 0 0px 15px 20px; } }
a.mygtukas, span.mygtukas a {
  text-decoration: none; }

table.lentele_minimali {
  border: 1px solid #f1f1f1;
  background: none;
  padding: 0px;
  color: #232323;
  width: auto; }
  table.lentele_minimali td, table.lentele_minimali th {
    background: transparent !important;
    padding: 10px 18px;
    border: 1px solid #f1f1f1; }

.didesnis_tekstas {
  font-size: 1.4em; }

ul.buletavimas_prie_paveikslelio {
  overflow: hidden; }

.ml-auto {
  margin-left: auto !important; }

/*# sourceMappingURL=base.css.map */