/*!*******************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/scss/base.scss ***!
  \*******************************************************************************************************************************************************/
@import url(https://fonts.googleapis.com/css?family=Roboto+Slab:100,200,300,400,500,600,700,800,900&display=swap);
/*!***********************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/scss/base.scss (1) ***!
  \***********************************************************************************************************************************************************/
@import url(https://fonts.googleapis.com/css?family=Roboto:100,200,300,400,500,600,700,800,900&display=swap);
/*!************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/scss/css_reset.scss ***!
  \************************************************************************************************************************************************************/
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
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 {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

table {
  border-collapse: collapse;
  border-spacing: 0;
}
/*!****************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/scss/header_footer.scss ***!
  \****************************************************************************************************************************************************************/
@charset "UTF-8";
header.site-header #desktop-nav {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  height: 140px;
  padding: 18px 62px;
  background: #FFF;
  box-shadow: 0 6px 20px 0 rgba(0, 0, 0, 0.1);
  position: fixed;
  top: -1px;
  width: 100%;
  transition: ease 0.5s;
  z-index: 5000;
}
header.site-header #desktop-nav.scrolled {
  height: 80px;
  padding: 15px 62px;
}
header.site-header #desktop-nav .main-logo {
  width: 150px;
  height: 103px;
  background-position: center center;
  background-size: cover;
  transition: ease 0.5s;
}
header.site-header #desktop-nav .main-logo.scrolled {
  width: 75px;
  height: 51px;
}
header.site-header #desktop-nav .nav-right-container {
  display: flex;
  flex-direction: column;
  transition: ease 0.5s;
}
header.site-header #desktop-nav .nav-right-container.scrolled {
  margin-top: -35px;
}
header.site-header #desktop-nav .nav-right-container .nav-right-top {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin: 12px 0 24px;
  position: relative;
  top: 0;
  transition: ease 0.5s;
}
header.site-header #desktop-nav .nav-right-container .nav-right-top.scrolled {
  top: 30px;
}
header.site-header #desktop-nav .nav-right-container .nav-right-top .social-icons {
  display: flex;
  flex-wrap: wrap;
  margin: 0px 40px;
  margin-right: 20px;
}
header.site-header #desktop-nav .nav-right-container .nav-right-top .social-icons i {
  font-size: 27px;
  color: #544133;
  transition: ease 0.1s;
}
header.site-header #desktop-nav .nav-right-container .nav-right-top .social-icons i:first-child {
  margin-right: 10px;
}
header.site-header #desktop-nav .nav-right-container .nav-right-top .social-icons i:hover {
  color: #73C53A;
}
header.site-header #desktop-nav .nav-right-container .nav-right-top .btn {
  padding: 12px 30px 12px 30px;
  font-size: 15px;
  font-weight: 400;
}
header.site-header #desktop-nav .nav-right-container .nav-right-top > li {
  margin: 0 12px;
}
header.site-header #desktop-nav .nav-right-container .nav-right-top > li:last-child {
  margin: 0 0 0 15px;
}
header.site-header #desktop-nav .nav-right-container .nav-right-top li a:hover {
  color: #73C53A;
}
header.site-header #desktop-nav .nav-right-container .nav-right-top a:not(.btn) {
  color: #544133;
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: 2.25px;
  text-decoration: none;
  transition: ease 0.1s;
}
header.site-header #desktop-nav .nav-right-container .nav-right-top .menu-item-has-children {
  cursor: default;
  padding-bottom: 20px;
  position: relative;
  top: 10px;
}
header.site-header #desktop-nav .nav-right-container .nav-right-top .menu-item-has-children:after {
  content: "▼";
  color: #544133;
  font-size: 10px;
  position: absolute;
  bottom: 22px;
  right: -10px;
  transition: ease 0.1s;
}
header.site-header #desktop-nav .nav-right-container .nav-right-top .menu-item-has-children ul.sub-menu {
  display: none;
  position: absolute;
  background: #FFF;
  border-top: solid 3px #73C53A;
  padding: 16px 20px;
  margin-top: 15px;
  box-shadow: 0px 3px 5px 4px rgba(0, 0, 0, 0.1);
  z-index: 2000;
}
header.site-header #desktop-nav .nav-right-container .nav-right-top .menu-item-has-children ul.sub-menu li {
  margin-bottom: 20px;
}
header.site-header #desktop-nav .nav-right-container .nav-right-top .menu-item-has-children ul.sub-menu li:last-child {
  margin-bottom: 0px;
}
header.site-header #desktop-nav .nav-right-container .nav-right-top .menu-item-has-children ul.sub-menu a {
  font-size: 12px;
  font-weight: 400;
  transition: ease 0.1s;
}
header.site-header #desktop-nav .nav-right-container .nav-right-top .menu-item-has-children ul.sub-menu a:hover {
  color: #73C53A;
}
header.site-header #desktop-nav .nav-right-container .nav-right-top .menu-item-has-children:hover > a {
  color: #73C53A;
}
header.site-header #desktop-nav .nav-right-container .nav-right-top .menu-item-has-children:hover:after {
  transform: rotate(180deg);
  bottom: 23px;
  color: #73C53A;
}
header.site-header #desktop-nav .nav-right-container .nav-right-top .menu-item-has-children:hover ul.sub-menu {
  display: block;
}
header.site-header #desktop-nav .menu {
  display: flex;
  color: black;
  transition: ease 0.5s;
  position: relative;
  bottom: 0px;
}
header.site-header #desktop-nav .menu.scrolled {
  margin-right: 165px;
  bottom: 20px;
}
header.site-header #desktop-nav .menu > li {
  margin: 0 12px;
}
header.site-header #desktop-nav .menu > li:last-child {
  margin: 0 0 0 15px;
}
header.site-header #desktop-nav .menu li a:hover {
  color: #73C53A;
}
header.site-header #desktop-nav .menu a {
  color: #544133;
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: 2.25px;
  text-decoration: none;
  transition: ease 0.1s;
}
header.site-header #desktop-nav .menu .menu-item-has-children {
  margin-right: 30px;
  padding-bottom: 20px;
  position: relative;
}
header.site-header #desktop-nav .menu .menu-item-has-children:after {
  content: "▼";
  color: #544133;
  font-size: 10px;
  position: absolute;
  bottom: 22px;
  transition: ease 0.1s;
  right: -10px;
}
header.site-header #desktop-nav .menu .menu-item-has-children ul.sub-menu {
  display: none;
  position: absolute;
  background: #FFF;
  border-top: solid 3px #73C53A;
  padding: 16px 20px;
  margin-top: 15px;
  box-shadow: 0px 3px 5px 4px rgba(0, 0, 0, 0.1);
  min-width: 220px;
}
header.site-header #desktop-nav .menu .menu-item-has-children ul.sub-menu li {
  margin-bottom: 15px;
}
header.site-header #desktop-nav .menu .menu-item-has-children ul.sub-menu li:last-child {
  margin-bottom: 0px;
}
header.site-header #desktop-nav .menu .menu-item-has-children ul.sub-menu a {
  font-size: 12px;
  font-weight: 400;
  transition: ease 0.1s;
  text-transform: none;
  letter-spacing: 1px;
}
header.site-header #desktop-nav .menu .menu-item-has-children ul.sub-menu a:hover {
  color: #73C53A;
}
header.site-header #desktop-nav .menu .menu-item-has-children:hover > a {
  color: #73C53A;
}
header.site-header #desktop-nav .menu .menu-item-has-children:hover:after {
  transform: rotate(180deg);
  bottom: 25px;
  color: #73C53A;
}
header.site-header #desktop-nav .menu .menu-item-has-children:hover ul.sub-menu {
  display: block;
}
header.site-header nav#mobile {
  display: none;
  justify-content: space-between;
  align-items: center;
  height: 120px;
  padding: 0 62px;
  background: #FFF;
  box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.1);
  position: fixed;
  top: -2px;
  width: 100%;
  transition: ease 0.5s;
  z-index: 5000;
}
header.site-header nav#mobile.scrolled {
  height: 71px;
}
header.site-header nav#mobile .main-logo {
  width: 120px;
  height: 84px;
  background-position: center center;
  background-size: cover;
  transition: ease 0.5s;
}
header.site-header nav#mobile .main-logo.scrolled {
  width: 75px;
  height: 51px;
  margin-right: 45px;
}
header.site-header nav#mobile .tablet-assign {
  position: absolute;
  right: 180px;
  z-index: 5001;
  padding: 12px 35px;
}
header.site-header #menuToggle {
  display: flex;
  flex-direction: column;
  position: relative;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  z-index: 1;
  -webkit-user-select: none;
  user-select: none;
}
header.site-header #menuToggle input {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 29px;
  position: absolute;
  cursor: pointer;
  opacity: 0;
  z-index: 2;
}
header.site-header #menuToggle > span {
  display: flex;
  width: 36px;
  height: 4px;
  margin-bottom: 5px;
  position: relative;
  background: #544133;
  z-index: 1;
  transform-origin: 5px 0px;
  transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease;
}
header.site-header #menuToggle > span:first-child {
  transform-origin: 0% 0%;
}
header.site-header #menuToggle > span:nth-last-child(2) {
  transform-origin: 0% 100%;
}
header.site-header #menuToggle > input:checked ~ span {
  opacity: 1;
  transform: rotate(45deg) translate(-4px, 6px);
  background: #36383F;
}
header.site-header #menuToggle > input:checked ~ span:nth-last-child(3) {
  opacity: 0;
  transform: rotate(0deg) scale(0.2, 0.2);
}
header.site-header #menuToggle > input:checked ~ span:nth-last-child(2) {
  transform: rotate(-45deg) translate(-7px, -1px);
}
header.site-header #menu-mobile {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  position: absolute;
  overflow-y: scroll;
  top: -33px;
  right: -82px;
  width: 400px;
  height: 100vh;
  box-shadow: 0 0 10px #85888C;
  padding: 50px 40px 0 40px;
  background-color: #fff;
  -webkit-font-smoothing: antialiased;
  transform-origin: 0% 0%;
  transform: translate(150%, 0);
  transition: ease 0.5s;
}
header.site-header #menu-mobile a {
  color: #000;
}
header.site-header #menu-mobile.scrolled {
  top: -25px;
}
header.site-header #menu-mobile .btn {
  padding: 13px 25px 12px 25px;
  font-size: 15px;
  font-weight: 400;
  color: #FFF;
}
header.site-header #menu-mobile .mobile-list {
  margin-top: 50px;
}
header.site-header #menu-mobile .mobile-list .menu > li:last-of-type {
  margin-bottom: 60px;
}
header.site-header #menu-mobile .mobile-list .social-icons-mobile {
  display: flex;
  margin-bottom: 30px;
}
header.site-header #menu-mobile .mobile-list .social-icons-mobile i {
  font-size: 29px;
  color: #544133;
}
header.site-header #menu-mobile .mobile-list .social-icons-mobile i:first-child {
  margin-right: 10px;
}
header.site-header #menu-mobile .mobile-list div > ul > li {
  margin-bottom: 30px;
}
header.site-header #menu-mobile .mobile-list div > ul > li a {
  font-weight: 400;
}
header.site-header #menu-mobile .mobile-list a {
  color: #544133;
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: 2.25px;
  text-decoration: none;
}
header.site-header #menu-mobile .mobile-list .menu-item-has-children {
  position: relative;
}
header.site-header #menu-mobile .mobile-list .menu-item-has-children a {
  transition: ease 0.2s;
}
header.site-header #menu-mobile .mobile-list .menu-item-has-children > a {
  position: relative;
}
header.site-header #menu-mobile .mobile-list .menu-item-has-children.active > a {
  color: #73C53A;
}
header.site-header #menu-mobile .mobile-list .menu-item-has-children > a:after {
  content: "▼";
  position: absolute;
  top: 4px;
  right: -15px;
  color: #544133;
  font-size: 10px;
  transition: ease 0.2s;
}
header.site-header #menu-mobile .mobile-list .menu-item-has-children ul.sub-menu {
  display: none;
  position: relative;
  left: 30px;
}
header.site-header #menu-mobile .mobile-list .menu-item-has-children ul.sub-menu li {
  padding-bottom: 10px;
}
header.site-header #menu-mobile .mobile-list .menu-item-has-children ul.sub-menu li:first-child {
  padding-top: 10px;
}
header.site-header #menu-mobile .mobile-list .menu-item-has-children ul.sub-menu a {
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 1px;
  text-transform: none;
}
header.site-header #menu-mobile .mobile-list .menu-item-has-children ul.sub-menu a:hover {
  color: #73C53A;
}
header.site-header #menu-mobile .mobile-list .menu-item-has-children.active ul.sub-menu {
  display: block;
}
header.site-header #menu-mobile .mobile-list .menu-item-has-children.active > a:after {
  transform: rotate(-180deg);
  color: #73C53A;
  top: 2px;
}
header.site-header #menuToggle input:checked ~ div {
  transform: none;
}

footer.site-footer {
  width: 100%;
  height: 274px;
  background: #EFEFEF;
  padding: 60px 60px 0;
  display: flex;
  flex-direction: column;
}
footer.site-footer a {
  transition: ease 0.2s;
}
footer.site-footer .footer-top {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}
footer.site-footer .footer-top .footer-top-left ul {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  height: 140px;
}
footer.site-footer .footer-top .footer-top-left ul li {
  margin-bottom: 23px;
  margin-right: 138px;
}
footer.site-footer .footer-top .footer-top-left ul li:last-child {
  margin-bottom: 0px;
}
footer.site-footer .footer-top .footer-top-left ul a {
  color: #544133;
  font-size: 16px;
  letter-spacing: 0;
  text-decoration: none;
  font-weight: 600;
}
footer.site-footer .footer-top .footer-top-left ul a:hover {
  color: #73C53A;
}
footer.site-footer .footer-top .footer-top-middle > div > ul {
  margin-left: -140px;
}
footer.site-footer .footer-top .footer-top-middle > div > ul > li > a {
  color: #544133;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0;
  text-decoration: none;
  font-weight: 600;
}
footer.site-footer .footer-top .footer-top-middle > div > ul > li > a:hover {
  color: #73C53A;
}
footer.site-footer .footer-top .footer-top-middle > div > ul ul {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  height: 120px;
  padding-top: 15px;
  position: relative;
  left: 5px;
}
footer.site-footer .footer-top .footer-top-middle > div > ul ul li {
  margin-bottom: 13px;
  margin-right: 40px;
}
footer.site-footer .footer-top .footer-top-middle > div > ul ul li:last-child {
  margin-bottom: 0px;
}
footer.site-footer .footer-top .footer-top-middle > div > ul ul li:before {
  content: url(../img/list_icon_1.png);
  position: relative;
  right: 5px;
  bottom: 1px;
}
footer.site-footer .footer-top .footer-top-middle > div > ul ul a {
  color: #544133;
  font-size: 14px;
  letter-spacing: 0;
  text-decoration: none;
  font-weight: 500;
}
footer.site-footer .footer-top .footer-top-middle > div > ul ul a:hover {
  color: #73C53A;
}
footer.site-footer .footer-top .footer-top-right {
  display: flex;
  align-items: flex-end;
  flex-direction: column;
}
footer.site-footer .footer-top .footer-top-right a {
  color: #544133;
  text-decoration: none;
}
footer.site-footer .footer-top .footer-top-right a:hover {
  color: #73C53A;
}
footer.site-footer .footer-top .footer-top-right h5 {
  margin-bottom: 12px;
  color: #544133;
  font-size: 15px;
  letter-spacing: 0;
  text-decoration: none;
  text-transform: none;
  font-weight: 500;
}
footer.site-footer .footer-top .footer-top-right .footer-social-icons {
  display: flex;
}
footer.site-footer .footer-top .footer-top-right .footer-social-icons i {
  font-size: 27px;
  color: #544133;
}
footer.site-footer .footer-top .footer-top-right .footer-social-icons i:first-child {
  margin-right: 10px;
}
footer.site-footer .footer-top .footer-top-right .footer-social-icons i:hover {
  color: #73C53A;
}
footer.site-footer .footer-bottom {
  display: flex;
}
footer.site-footer .footer-bottom p {
  display: flex;
  align-items: center;
  font-size: 13px;
}
footer.site-footer .footer-bottom p:last-of-type {
  margin-left: 30px;
}
footer.site-footer .footer-bottom .SEM {
  width: 70px;
  height: 26px;
  background-position: center center;
  background-size: cover;
  margin-left: 5px;
}

@media only screen and (max-width: 1200px) {
  #desktop-nav {
    display: none !important;
  }

  nav#mobile {
    display: flex !important;
  }

  #menu-mobile > div:first-of-type {
    margin-top: 80px;
  }
  #menu-mobile div div.btn-container {
    display: none;
  }

  footer.site-footer {
    width: 100%;
    height: 364px;
    background: #EFEFEF;
    padding: 40px 60px 0;
    display: flex;
    flex-direction: column;
  }
  footer.site-footer .footer-top {
    display: flex;
    justify-content: space-between;
    margin-bottom: 40px;
  }
  footer.site-footer .footer-top .footer-top-left ul {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    height: auto;
  }
  footer.site-footer .footer-top .footer-top-left ul li {
    margin-bottom: 23px;
    margin-right: 0px;
  }
  footer.site-footer .footer-top .footer-top-left ul li:last-child {
    margin-bottom: 0px;
  }
  footer.site-footer .footer-top .footer-top-left ul a {
    color: #544133;
    font-size: 16px;
    letter-spacing: 0;
    text-decoration: none;
    font-weight: 600;
  }
  footer.site-footer .footer-top .footer-top-left ul a:hover {
    color: #73C53A;
  }
  footer.site-footer .footer-top .footer-top-middle > div > ul {
    margin-left: -25px;
  }
  footer.site-footer .footer-top .footer-top-middle > div > ul > li > a {
    color: #544133;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 0;
    text-decoration: none;
    font-weight: 600;
  }
  footer.site-footer .footer-top .footer-top-middle > div > ul > li > a:hover {
    color: #73C53A;
  }
  footer.site-footer .footer-top .footer-top-middle > div > ul ul {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    height: auto;
    padding-top: 15px;
    position: relative;
    left: 5px;
  }
  footer.site-footer .footer-top .footer-top-middle > div > ul ul li {
    margin-bottom: 13px;
    margin-right: 40px;
  }
  footer.site-footer .footer-top .footer-top-middle > div > ul ul li:last-child {
    margin-bottom: 0px;
  }
  footer.site-footer .footer-top .footer-top-middle > div > ul ul li:before {
    content: url(../img/list_icon_1.png);
    position: relative;
    right: 5px;
    bottom: 1px;
  }
  footer.site-footer .footer-top .footer-top-middle > div > ul ul a {
    color: #544133;
    font-size: 14px;
    letter-spacing: 0;
    text-decoration: none;
    font-weight: 500;
  }
  footer.site-footer .footer-top .footer-top-middle > div > ul ul a:hover {
    color: #73C53A;
  }
  footer.site-footer .footer-top .footer-top-right {
    display: flex;
    align-items: flex-end;
    flex-direction: column;
  }
  footer.site-footer .footer-top .footer-top-right h5 {
    margin-bottom: 12px;
    color: #544133;
    font-size: 15px;
    letter-spacing: 0;
    text-decoration: none;
    text-transform: none;
    font-weight: 500;
  }
  footer.site-footer .footer-top .footer-top-right .footer-social-icons {
    display: flex;
    margin-top: 5px;
    margin-right: 20px;
  }
  footer.site-footer .footer-top .footer-top-right .footer-social-icons i {
    font-size: 29px;
    color: #544133;
  }
  footer.site-footer .footer-top .footer-top-right .footer-social-icons i:first-child {
    margin-right: 10px;
  }
  footer.site-footer .footer-bottom {
    display: flex;
  }
  footer.site-footer .footer-bottom p {
    display: flex;
    align-items: center;
    font-size: 13px;
  }
  footer.site-footer .footer-bottom p:last-of-type {
    margin-left: 30px;
  }
  footer.site-footer .footer-bottom .SEM {
    width: 70px;
    height: 26px;
    background-position: center center;
    background-size: cover;
    margin-left: 5px;
  }
}
@media only screen and (max-width: 600px) {
  #menu-mobile {
    width: 100vw !important;
    right: -20px !important;
    top: -33px !important;
  }
  #menu-mobile div div.btn-container {
    display: block;
  }
  #menu-mobile > div:first-of-type {
    margin-top: 0px;
  }

  nav#mobile {
    padding: 0 20px !important;
  }
  nav#mobile .tablet-assign {
    display: none;
  }

  footer.site-footer {
    width: 100%;
    height: 303px;
    background: #EFEFEF;
    padding: 40px 20px 0;
    display: flex;
    flex-direction: column;
  }
  footer.site-footer .footer-top {
    display: flex;
    justify-content: flex-start;
    margin-bottom: 40px;
  }
  footer.site-footer .footer-top .footer-top-left {
    display: none !important;
  }
  footer.site-footer .footer-top .footer-top-left ul {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    height: auto;
  }
  footer.site-footer .footer-top .footer-top-left ul li {
    margin-bottom: 23px;
    margin-right: 0px;
  }
  footer.site-footer .footer-top .footer-top-left ul li:last-child {
    margin-bottom: 0px;
  }
  footer.site-footer .footer-top .footer-top-left ul a {
    color: #544133;
    font-size: 16px;
    letter-spacing: 0;
    text-decoration: none;
    font-weight: 600;
  }
  footer.site-footer .footer-top .footer-top-left ul a:hover {
    color: #73C53A;
  }
  footer.site-footer .footer-top .footer-top-middle {
    display: none !important;
  }
  footer.site-footer .footer-top .footer-top-middle > div > ul {
    margin-left: -50px;
  }
  footer.site-footer .footer-top .footer-top-middle > div > ul > li > a {
    color: #544133;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 0;
    text-decoration: none;
    font-weight: 600;
  }
  footer.site-footer .footer-top .footer-top-middle > div > ul > li > a:hover {
    color: #73C53A;
  }
  footer.site-footer .footer-top .footer-top-middle > div > ul ul {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    height: auto;
    padding-top: 15px;
    position: relative;
    left: 5px;
  }
  footer.site-footer .footer-top .footer-top-middle > div > ul ul li {
    margin-bottom: 13px;
    margin-right: 40px;
  }
  footer.site-footer .footer-top .footer-top-middle > div > ul ul li:last-child {
    margin-bottom: 0px;
  }
  footer.site-footer .footer-top .footer-top-middle > div > ul ul li:before {
    content: url(../img/list_icon_1.png);
    position: relative;
    right: 5px;
    bottom: 1px;
  }
  footer.site-footer .footer-top .footer-top-middle > div > ul ul a {
    color: #544133;
    font-size: 14px;
    letter-spacing: 0;
    text-decoration: none;
    font-weight: 500;
  }
  footer.site-footer .footer-top .footer-top-middle > div > ul ul a:hover {
    color: #73C53A;
  }
  footer.site-footer .footer-top .footer-top-right {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
  }
  footer.site-footer .footer-top .footer-top-right h5 {
    margin-bottom: 12px;
    color: #544133;
    font-size: 15px;
    letter-spacing: 0;
    text-decoration: none;
    text-transform: none;
    font-weight: 500;
  }
  footer.site-footer .footer-top .footer-top-right .footer-social-icons {
    display: flex;
    margin-top: 5px;
    margin-right: 20px;
  }
  footer.site-footer .footer-top .footer-top-right .footer-social-icons i {
    font-size: 29px;
    color: #544133;
  }
  footer.site-footer .footer-top .footer-top-right .footer-social-icons i:first-child {
    margin-right: 10px;
  }
  footer.site-footer .footer-bottom {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    width: 90%;
  }
  footer.site-footer .footer-bottom p {
    display: flex;
    align-items: center;
    font-size: 13px;
    margin-bottom: 20px;
  }
  footer.site-footer .footer-bottom p:last-of-type {
    margin-left: 0px;
  }
  footer.site-footer .footer-bottom .SEM {
    width: 70px;
    height: 26px;
    background-position: center center;
    background-size: cover;
    margin-left: 5px;
  }
}
/*!***********************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/scss/base.scss (2) ***!
  \***********************************************************************************************************************************************************/
html, body {
  font-family: "Roboto", serif;
  overflow: overlay;
}

.site-content {
  margin: 68px auto 0 auto;
  max-width: 1920px;
  min-height: calc(100vh - 274px - 140px + 70px);
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
  position: relative;
  z-index: 1000;
  background-image: url(../img/aiwa-tentacles.png);
  background-position: bottom right;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.site-content.single {
  margin: 0;
  max-width: 100%;
  min-height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: relative;
  z-index: 1000;
  background-image: url(../img/aiwa-tentacles.png);
  background-position: bottom left;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

h1 {
  color: #544133;
  font-size: 50px;
  font-family: "Roboto Slab", serif;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 2.5px;
}

h2 {
  color: #544133;
  font-size: 40px;
  font-family: "Roboto Slab", serif;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 2px;
  line-height: 50px;
}

h2.white {
  color: #FFF;
}

h3 {
  color: #544133;
  font-size: 30px;
  font-family: "Roboto Slab", serif;
  font-weight: 600;
  letter-spacing: 1.5px;
  line-height: 1.4;
}

h4 {
  color: #FFF;
  font-size: 20px;
  text-transform: uppercase;
  letter-spacing: 0;
}

h5 {
  color: #544133;
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: 2.25px;
}

h5.bold {
  font-weight: 600;
  letter-spacing: 3px;
}

p {
  color: #544133;
  font-size: 15px;
  letter-spacing: 0;
  line-height: 1.2;
}

p.white {
  color: #FFF;
}

p.bold {
  font-weight: 600;
}

p.thin {
  font-weight: 300;
}

p.small {
  font-size: 13px;
}

strong {
  font-weight: 600;
}

a {
  color: #FFF;
  font-weight: 600;
  text-decoration: underline;
}

.link {
  text-decoration: underline;
  color: #73C53A;
}

.btn {
  text-decoration: none;
  background: #73C53A;
  padding: 14px 45px;
  border-radius: 24px;
  transition: ease 0.2s;
}
.btn:hover {
  background: #97DF65;
  cursor: pointer;
}

.btn-container {
  margin: 15px 0;
}

.picture-btn {
  transition: ease 0.2s;
}
.picture-btn:hover {
  border: 4px solid #73C53A;
}

.cc-btn.cc-allow {
  background: #73C53A !important;
  transition: ease 0.2s;
}
.cc-btn.cc-allow:hover {
  background: #97DF65 !important;
}

.cc-btn.cc-deny {
  background: #544133 !important;
  transition: ease 0.2s;
}
.cc-btn.cc-deny:hover {
  background: #69503f !important;
}

.cc-link {
  color: #73C53A !important;
}

@media only screen and (max-width: 1000px) {
  * {
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  html, body, h1, h2, h3, h4, h5, h6, p, a {
    font-family: "Arial" !important;
  }

  h5, h6, p, a {
    font-weight: 400 !important;
  }
}
/*!**********************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/scss/general.scss ***!
  \**********************************************************************************************************************************************************/
.pakalpojumi-element-container {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  align-items: center;
  margin: 40px 95px 0;
  position: relative;
}
.pakalpojumi-element-container h5 {
  text-align: center;
  position: absolute;
  bottom: 0;
  width: 270px;
}
.pakalpojumi-element-container:hover .pakalpojumi-picture {
  border: 3px solid #73C53A;
}
.pakalpojumi-element-container:hover h5 {
  color: #73C53A;
}
.pakalpojumi-element-container .pakalpojumi-picture {
  transition: ease 0.1s;
  background-position: center center;
  background-size: cover;
  width: 230px;
  height: 230px;
  margin-bottom: 50px;
}
.pakalpojumi-element-container h5 {
  transition: ease 0.1s;
}

.specialisti-element-container {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  align-items: center;
  margin: 40px 68px 0;
}
.specialisti-element-container:hover .specialisti-picture {
  border: 3px solid #73C53A;
}
.specialisti-element-container:hover p {
  color: #73C53A;
}
.specialisti-element-container .specialisti-picture {
  background-position: top center;
  background-size: cover;
  width: 180px;
  height: 180px;
  margin-bottom: 30px;
  transition: ease 0.1s;
}
.specialisti-element-container p:first-of-type {
  margin-bottom: 5px;
}
.specialisti-element-container p {
  transition: ease 0.1s;
  text-align: center;
  max-width: 150px;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .specialisti-element-container {
    margin: 40px 50px 0 !important;
  }
}
.akcijas-element-container {
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
  align-items: center;
  margin: 40px 15px 0;
  width: 394px;
  height: 280px;
  background-position: center center;
  background-size: cover;
  text-decoration: none;
  font-weight: 400;
}
.akcijas-element-container .akcijas-element-label {
  background: #73C53A;
  margin: 20px;
  width: calc(100% - 40px);
  border-radius: 0 0 40px 0;
  padding: 20px;
  display: flex;
  justify-content: space-between;
}
.akcijas-element-container .akcijas-element-label .percentage {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.akcijas-element-container .akcijas-element-label .percentage span {
  color: #FFF;
}
.akcijas-element-container .akcijas-element-label .percentage span:first-child {
  font-size: 39px;
  font-weight: 500;
  margin-bottom: 4px;
}
.akcijas-element-container .akcijas-element-label .percentage span:last-child {
  font-size: 16px;
  font-weight: 600;
}
.akcijas-element-container .akcijas-element-label .double-price {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: flex-end;
}
.akcijas-element-container .akcijas-element-label .double-price::before {
  content: "";
  background: red;
  width: 58px;
  height: 1px;
  transform: rotate(-23deg);
  position: relative;
  top: 12px;
  left: 3px;
}
.akcijas-element-container .akcijas-element-label .double-price .double-price-top {
  display: flex;
  align-items: flex-end;
  margin-bottom: 5px;
  position: relative;
  left: 8px;
}
.akcijas-element-container .akcijas-element-label .double-price .double-price-top > span {
  color: #FFF;
  font-size: 27px;
  line-height: 0.8;
}
.akcijas-element-container .akcijas-element-label .double-price .double-price-top .double-price-top-detail {
  display: flex;
  flex-direction: column;
}
.akcijas-element-container .akcijas-element-label .double-price .double-price-top .double-price-top-detail > span {
  line-height: 0.9;
  color: #FFF;
  font-size: 11px;
}
.akcijas-element-container .akcijas-element-label .double-price .double-price-top .double-price-top-detail span:first-child {
  font-size: 16px;
}
.akcijas-element-container .akcijas-element-label .double-price .double-price-bottom {
  display: flex;
  align-items: flex-end;
}
.akcijas-element-container .akcijas-element-label .double-price .double-price-bottom > span {
  color: #FFF;
  font-size: 39px;
  line-height: 0.8;
}
.akcijas-element-container .akcijas-element-label .double-price .double-price-bottom .double-price-bottom-detail {
  display: flex;
  flex-direction: column;
}
.akcijas-element-container .akcijas-element-label .double-price .double-price-bottom .double-price-bottom-detail > span {
  line-height: 0.9;
  color: #FFF;
  font-size: 16px;
}
.akcijas-element-container .akcijas-element-label .double-price .double-price-bottom .double-price-bottom-detail span:first-child {
  font-size: 24px;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .akcijas-element-container {
    width: 365px;
  }
}
.site-content .banner {
  width: 100%;
  height: calc(100vh - 70px);
  background-position: center bottom -3px;
  background-size: cover;
  padding: 17.5% 62px 50px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.site-content .banner h1 {
  margin-bottom: 38px;
  line-height: 1.2;
}
.site-content .banner p {
  margin-bottom: 38px;
}
.site-content .banner p a {
  color: #544133;
  text-decoration: none;
}
.site-content .pakalpojumi {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding: 100px 50px;
}
.site-content .pakalpojumi .pakalpojumi-container {
  width: 100%;
  width: auto;
  margin-top: 40px;
  display: grid;
  grid-template-columns: auto auto auto;
  grid-template-rows: auto;
  grid-gap: 200px;
  grid-row-gap: 40px;
}
.site-content .pakalpojumi .pakalpojumi-container .pakalpojumi-element-container {
  margin: 0;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .site-content .pakalpojumi {
    width: 100% !important;
  }
  .site-content .pakalpojumi .pakalpojumi-container {
    width: 100% !important;
    display: flex !important;
    justify-content: center !important;
    flex-wrap: wrap !important;
    max-width: 1400px !important;
  }
  .site-content .pakalpojumi .pakalpojumi-container .akcijas-element-container {
    margin: 40px 95px 0 !important;
  }
}
.site-content .front-page-questions {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding: 100px 62px;
  background-position: top -73px right 39px;
  background-size: 131%;
  width: 100%;
}
.site-content .front-page-questions h2 {
  margin-bottom: 40px;
}
.site-content .front-page-questions h5 {
  margin-bottom: 13px;
}
.site-content .front-page-questions p {
  margin-bottom: 40px;
  max-width: 500px;
}
.site-content .front-page-questions p:last-of-type {
  margin-bottom: 0;
}
.site-content .front-supporters {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 100px 62px;
}
.site-content .front-supporters h2 {
  margin-bottom: 20px;
}
.site-content .front-supporters h5 {
  position: relative;
  background: #FFF;
  top: 50%;
  transform: translateY(50%);
  padding: 5px 30px;
  text-align: center;
  max-width: 530px;
}
.site-content .front-supporters .image-row {
  max-width: 1030px;
  width: 100%;
  display: flex;
  justify-content: center;
  border: 1px solid #c2c2c2;
  padding: 44px 44px;
  max-height: 150px;
}
.site-content .front-supporters .image-row img {
  width: 270px;
  height: auto;
  align-self: center;
  margin: 0 25px;
}
.site-content .front-supporters .image-row:first-of-type {
  margin-bottom: 30px;
}
.site-content .specialisti {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  padding: 100px 62px;
  width: 100%;
  background: #EFEFEF;
}
.site-content .specialisti .specialisti-container {
  display: flex;
  justify-content: center;
  width: 100%;
  margin-bottom: 50px;
}
.site-content .specialisti .specialist-5,
.site-content .specialisti .specialist-6 {
  display: none;
}
.site-content .akcijas-page {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  padding: 170px 32px;
  width: 100%;
}
.site-content .akcijas-page h1 {
  margin-bottom: 40px;
}
.site-content .akcijas-page .akcijas-container {
  margin-bottom: 40px;
  display: grid;
  grid-template-columns: auto auto auto;
  grid-template-rows: auto;
  grid-row-gap: 40px;
}
.site-content .akcijas-page .akcijas-container .akcijas-element-container {
  margin: 0 15px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .site-content .akcijas-page h2 {
    margin-bottom: 0px !important;
  }
  .site-content .akcijas-page .akcijas-container {
    width: 100% !important;
    display: flex !important;
    justify-content: flex-start !important;
    flex-wrap: wrap !important;
    margin-bottom: 40px !important;
    max-width: 1272px;
  }
  .site-content .akcijas-page .akcijas-container .akcijas-element-container {
    margin: 40px 15px 0px !important;
  }
}
.site-content .akcijas {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  padding: 100px 32px;
  width: 100%;
}
.site-content .akcijas .akcijas-container {
  display: flex;
  justify-content: center;
  margin-bottom: 40px;
  flex-wrap: wrap;
}
.site-content .akcijas .deal-4 {
  display: none;
}
.site-content .about-us-banner {
  width: 100%;
  height: 628px;
  background-position: center center;
  background-size: cover;
  padding: 70px 62px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.site-content .about-us-banner .banner-element-label {
  background: #73C53A;
  max-width: 500px;
  width: calc(100% - 40px);
  border-radius: 0 0 40px 0;
  padding: 40px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.site-content .about-us-banner .banner-element-label h1 {
  color: #FFF;
  margin-bottom: 15px;
}
.site-content .about-us-banner .banner-element-label p {
  color: #FFF;
  font-size: 24px;
  font-weight: 300;
}
.site-content .about-us-desc {
  display: flex;
  padding: 100px 62px;
  width: 100%;
  max-width: 1400px;
}
.site-content .about-us-desc .left {
  width: 50%;
}
.site-content .about-us-desc .left h3 {
  max-width: 500px;
}
.site-content .about-us-desc .right {
  width: 50%;
  display: flex;
  flex-direction: column;
}
.site-content .about-us-desc .right h5 {
  font-weight: 900;
  margin-bottom: 13px;
  max-width: 500px;
}
.site-content .about-us-desc .right p {
  margin-bottom: 10px;
  max-width: 500px;
}
.site-content .about-us-desc .right p:last-of-type {
  margin-bottom: 40px;
}
.site-content .about-us-desc .right .btn {
  padding: 15px 65px;
}
.site-content .pakalpojumi-page {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding-top: 179px;
}
.site-content .pakalpojumi-page h1 {
  margin-bottom: 47px;
  letter-spacing: 2px;
}
.site-content .pakalpojumi-page .pakalpojumi-element {
  display: flex;
  width: 100%;
  max-width: 1015px;
  padding-left: 68px;
  justify-content: flex-start;
}
.site-content .pakalpojumi-page .pakalpojumi-element:not(:first-of-type) {
  padding-top: 100px;
}
.site-content .pakalpojumi-page .pakalpojumi-element:last-of-type {
  margin-bottom: 100px;
}
.site-content .pakalpojumi-page .pakalpojumi-element .left {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}
.site-content .pakalpojumi-page .pakalpojumi-element .left .picture {
  width: 230px;
  height: 230px;
  margin-bottom: 53px;
  background-position: center center;
  background-size: cover;
}
.site-content .pakalpojumi-page .pakalpojumi-element .left h5 {
  position: absolute;
  bottom: 7px;
  width: 300px;
  text-align: center;
}
.site-content .pakalpojumi-page .pakalpojumi-element .right {
  display: flex;
  flex-direction: column;
  margin: 0 0 0 112px;
  justify-content: center;
  width: 100%;
}
.site-content .pakalpojumi-page .pakalpojumi-element .right a {
  padding-bottom: 15px;
  margin-top: 13px;
  border-bottom: 1px grey solid;
  font-weight: 300;
  text-decoration: none;
}
.site-content .pakalpojumi-page .pakalpojumi-element .right a:last-child {
  border: none;
}
.site-content .pakalpojumi-page .pakalpojumi-element .right a:hover p {
  color: #73C53A;
  cursor: pointer;
}
.site-content .pakalpojumi-page .pakalpojumi-element .right a p {
  display: flex;
  justify-content: space-between;
}
.site-content .single-service {
  padding-top: 170px;
  padding-bottom: 100px;
  width: 100%;
  display: flex;
  justify-content: center;
}
@media only screen and (max-width: 1200px) {
  .site-content .single-service {
    display: none !important;
  }
}
.site-content .single-service li {
  position: relative;
  left: 15px;
  margin-bottom: 10px;
  color: #544133;
  font-size: 15px;
  letter-spacing: 0;
  line-height: 1.2;
}
.site-content .single-service li:before {
  content: url(../img/list_icon_2.png);
  position: absolute;
  left: -15px;
  top: -1px;
}
.site-content .single-service li:last-child {
  margin-bottom: 0px;
}
.site-content .single-service .service-container {
  display: flex;
  width: 100%;
  max-width: 1000px;
  justify-content: center;
}
.site-content .single-service .service-container .left {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.site-content .single-service .service-container .left .picture {
  width: 260px;
  height: 260px;
  margin-bottom: 40px;
  background-position: center center;
  background-size: cover;
}
.site-content .single-service .service-container .left p {
  bottom: 0;
  width: 100%;
  text-align: center;
  margin-bottom: 20px;
}
.site-content .single-service .service-container .right {
  display: flex;
  flex-direction: column;
  margin: 0 0 0 112px;
  justify-content: center;
  width: 100%;
}
.site-content .single-service .service-container .right h3 {
  margin-bottom: 3px;
}
.site-content .single-service .service-container .right p {
  margin-bottom: 10px;
}
.site-content .single-service .service-container .right p:first-of-type {
  margin-bottom: 40px;
}
.site-content .single-service .service-container .right p:last-of-type {
  margin-top: 40px;
  margin-bottom: 20px;
}
.site-content .single-service .service-container .right .specialisti-container {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.site-content .single-service .service-container .right .specialisti-container .specialisti-element-container {
  margin: 0;
  width: 150px;
  margin-bottom: 20px;
}
.site-content .single-service .service-container .right .specialisti-container .specialisti-element-container:first-of-type {
  margin-left: 0px;
}
.site-content .single-service .service-container .right .specialisti-container .specialisti-element-container p {
  margin: 0;
  text-align: center;
  cursor: default;
}
.site-content .single-service .service-container .right .specialisti-container .specialisti-element-container .specialisti-picture {
  width: 106px;
  height: 106px;
  margin-bottom: 10px;
}
.site-content .single-service-tablet {
  display: none;
  padding: 170px 62px 100px;
  width: 100%;
  justify-content: center;
}
@media only screen and (max-width: 1200px) {
  .site-content .single-service-tablet {
    display: flex;
  }
}
.site-content .single-service-tablet .service-container {
  display: flex;
  width: 100%;
  max-width: 1000px;
  justify-content: center;
  flex-direction: column;
}
.site-content .single-service-tablet .service-container .top {
  display: flex;
  justify-content: flex-start;
  margin-bottom: 40px;
}
.site-content .single-service-tablet .service-container .top .picture {
  width: 260px;
  height: 260px;
  background-position: center center;
  background-size: cover;
}
.site-content .single-service-tablet .service-container .top .top-right {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-left: 30px;
}
.site-content .single-service-tablet .service-container .top .top-right p {
  bottom: 0;
  width: 100%;
  text-align: left;
  margin-bottom: 20px;
}
.site-content .single-service-tablet .service-container .bottom {
  display: flex;
  flex-direction: column;
  margin: 0 0 0 0;
  justify-content: center;
  width: 100%;
}
.site-content .single-service-tablet .service-container .bottom h3 {
  margin-bottom: 3px;
}
.site-content .single-service-tablet .service-container .bottom p {
  margin-bottom: 10px;
}
.site-content .single-service-tablet .service-container .bottom p:last-of-type {
  margin-top: 40px;
  margin-bottom: 20px;
}
.site-content .single-service-tablet .service-container .bottom .specialisti-container {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.site-content .single-service-tablet .service-container .bottom .specialisti-container .specialisti-element-container {
  margin: 0;
  width: 150px;
  margin-bottom: 20px;
}
.site-content .single-service-tablet .service-container .bottom .specialisti-container .specialisti-element-container:first-of-type {
  margin-left: 0px;
}
.site-content .single-service-tablet .service-container .bottom .specialisti-container .specialisti-element-container p {
  margin: 0;
  text-align: center;
  cursor: default;
}
.site-content .single-service-tablet .service-container .bottom .specialisti-container .specialisti-element-container .specialisti-picture {
  width: 106px;
  height: 106px;
  margin-bottom: 10px;
}
.site-content .specialisti-page {
  padding-top: 170px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.site-content .specialisti-page h1 {
  margin-bottom: 40px;
}
.site-content .specialisti-page .specialists-element {
  display: flex;
  width: 100%;
  max-width: 1000px;
  justify-content: center;
  margin-bottom: 100px;
}
.site-content .specialisti-page .specialists-element:not(:first-of-type) {
  margin-top: 100px;
}
.site-content .specialisti-page .specialists-element .left {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.site-content .specialisti-page .specialists-element .left .specialists-picture {
  width: 260px;
  height: 400px;
  margin-bottom: 45px;
  background-position: center center;
  background-size: cover;
}
.site-content .specialisti-page .specialists-element .left p {
  bottom: 0;
  width: 100%;
  text-align: center;
}
.site-content .specialisti-page .specialists-element .right {
  display: flex;
  flex-direction: column;
  margin: 0 0 0 30px;
  justify-content: flex-start;
  width: 100%;
  max-width: 520px;
}
.site-content .specialisti-page .specialists-element .right h3 {
  margin-bottom: 2px;
}
.site-content .specialisti-page .specialists-element .right p:first-of-type {
  margin-bottom: 40px;
}
.site-content .specialisti-page .specialists-element .right p:not(:first-of-type) {
  font-weight: 600;
  margin-bottom: 12px;
}
.site-content .specialisti-page .specialists-element .right li {
  position: relative;
  left: 10px;
  margin-bottom: 10px;
}
.site-content .specialisti-page .specialists-element .right li:before {
  content: url(../img/list_icon_2.png);
  position: absolute;
  left: -15px;
  top: -1px;
}
.site-content .specialisti-page .specialists-element .right li:last-child {
  margin-bottom: 40px;
}
.site-content .specialisti-page .specialist-table {
  width: 100%;
  padding: 30px 62px 100px;
}
.site-content .specialisti-page .specialist-table table {
  width: 100%;
}
.site-content .specialisti-page .specialist-table table td, .site-content .specialisti-page .specialist-table table th {
  border: 1px solid #D6D6D6;
  padding: 25px 20px;
  text-align: center;
  color: #544133;
}
.site-content .specialisti-page .specialist-table table th {
  border-top: none;
  border-bottom: 4px solid #73C53A;
  font-weight: 600;
}
.site-content .specialisti-page .specialist-table table th:first-child {
  border-left: none;
}
.site-content .specialisti-page .specialist-table table th:last-child {
  border-right: none;
}
.site-content .specialisti-page .specialist-table table td {
  min-height: 65px;
  vertical-align: middle;
  min-width: 160px;
}
.site-content .specialisti-page .specialist-table table td:first-child {
  border-left: none;
  text-align: left;
  padding-left: 20px;
}
.site-content .specialisti-page .specialist-table table td:nth-child(2) {
  text-align: left;
  padding-left: 20px;
}
.site-content .specialisti-page .specialist-table table td:last-child {
  border-right: none;
}
.site-content .specialisti-page .specialist-table table tr:last-of-type {
  border-bottom: none;
}
.site-content .specialisti-page .specialist-table table tr:last-of-type td {
  border-bottom: none;
}
.site-content .galerija-page {
  padding: 170px 47px 100px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.site-content .galerija-page h1 {
  margin-bottom: 50px;
}
.site-content .galerija-page .gallery-container {
  margin-bottom: 40px;
  display: grid;
  grid-template-columns: auto auto auto;
  grid-template-rows: auto;
  grid-row-gap: 40px;
}
.site-content .galerija-page .gallery-container .gallery-element-container {
  margin: 0 15px;
  max-width: 394px;
}
.site-content .galerija-page .gallery-container .gallery-element-container:hover .picture {
  border: 3px solid #73C53A;
}
.site-content .galerija-page .gallery-container .gallery-element-container:hover h5 {
  color: #73C53A;
}
.site-content .galerija-page .gallery-container .gallery-element-container .picture {
  width: 394px;
  height: 280px;
  background-position: center center;
  background-size: cover;
  margin-bottom: 20px;
  transition: ease 0.1s;
}
.site-content .galerija-page .gallery-container .gallery-element-container h5 {
  max-width: 394px;
  text-align: center;
  transition: ease 0.1s;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .site-content .galerija-page {
    padding: 170px 30px 100px !important;
  }
  .site-content .galerija-page h2 {
    margin-bottom: 0px !important;
  }
  .site-content .galerija-page .gallery-container {
    width: 100% !important;
    display: flex !important;
    justify-content: flex-start !important;
    flex-wrap: wrap !important;
    margin-bottom: 40px !important;
    max-width: 1272px;
  }
  .site-content .galerija-page .gallery-container .gallery-element-container {
    margin: 20px 15px !important;
  }
}
.site-content .single-galerija {
  padding: 170px 47px 100px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.site-content .single-galerija h1 {
  margin-bottom: 50px;
  text-align: center;
  margin-top: 10px;
  width: 90%;
  word-break: break-word;
}
.site-content .single-galerija .gallery-container {
  margin-bottom: 40px;
  display: grid;
  grid-template-columns: auto auto auto;
  grid-template-rows: auto;
  grid-row-gap: 20px;
}
.site-content .single-galerija .gallery-container .gallery-element-container {
  margin: 0 15px;
  max-width: 394px;
}
.site-content .single-galerija .gallery-container .gallery-element-container:hover .picture {
  border: 3px solid #73C53A;
}
.site-content .single-galerija .gallery-container .gallery-element-container:hover h5 {
  color: #73C53A;
}
.site-content .single-galerija .gallery-container .gallery-element-container .picture {
  width: 394px;
  height: 280px;
  background-position: center center;
  background-size: cover;
  margin-bottom: 20px;
  transition: ease 0.1s;
}
.site-content .single-galerija .gallery-container .gallery-element-container h5 {
  max-width: 394px;
  text-align: center;
  transition: ease 0.1s;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .site-content .single-galerija {
    padding: 170px 30px 100px !important;
  }
  .site-content .single-galerija h1 {
    margin-bottom: 30px;
  }
  .site-content .single-galerija .gallery-container {
    width: 100% !important;
    display: flex !important;
    justify-content: flex-start !important;
    flex-wrap: wrap !important;
    margin-bottom: 40px !important;
    max-width: 1272px;
  }
  .site-content .single-galerija .gallery-container .gallery-element-container {
    margin: 20px 15px !important;
  }
}
.site-content .single-close {
  align-self: flex-end;
  position: absolute;
  top: 50px;
  right: 50px;
  padding-top: 19px;
  height: 40px;
}
.site-content .single-close span {
  display: flex;
  width: 45px;
  height: 2px;
  margin-bottom: 5px;
  position: relative;
  background: #544133;
  z-index: 1;
}
.site-content .single-close span:first-of-type {
  transform: rotate(45deg);
}
.site-content .single-close span:last-of-type {
  transform: rotate(-45deg) translate(5px, -5px);
}
.site-content .single-deal {
  padding: 150px 62px;
  position: relative;
  top: -32px;
}
.site-content .single-deal li {
  position: relative;
  left: 10px;
  margin-bottom: 10px;
}
.site-content .single-deal li:before {
  content: url(../img/list_icon_2.png);
  position: absolute;
  left: -15px;
  top: -1px;
}
.site-content .single-deal li:last-child {
  margin-bottom: 40px;
}
.site-content .single-deal .deal-container {
  display: flex;
  justify-content: center;
}
.site-content .single-deal .deal-container .left .akcijas-element-container {
  margin: 0;
}
.site-content .single-deal .deal-container .right {
  max-width: 606px;
  margin-left: 30px;
}
.site-content .single-deal .deal-container .right h3 {
  margin-bottom: 40px;
}
.site-content .single-deal .deal-container .right p {
  margin-bottom: 20px;
}
.site-content .contact-main {
  display: flex;
  padding: 100px 62px;
  justify-content: space-between;
  width: 100%;
  max-width: 1400px;
}
.site-content .contact-main a {
  color: #544133;
  text-decoration: none;
  font-weight: 400;
}
.site-content .contact-main .left h2 {
  margin-bottom: 40px;
}
.site-content .contact-main .left p {
  margin-bottom: 30px;
  max-width: 300px;
}
.site-content .contact-main .left p.bold {
  margin-bottom: 3px;
}
.site-content .contact-main .right {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  position: relative;
}
.site-content .contact-main .right .map-label {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  position: absolute;
  background: #73C53A;
  margin: 10px;
  width: 279px;
  height: 104px;
  border-radius: 0 0 30px 0;
  padding: 20px;
  bottom: 40px;
}
.site-content .contact-main .right .map-label h5, .site-content .contact-main .right .map-label p, .site-content .contact-main .right .map-label a {
  color: #fff;
  margin-bottom: 5px;
}
.site-content .vizite-page {
  padding: 170px 0px 100px;
  background: #efefef;
  width: 100%;
}
.site-content .contact-form {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 100px;
}
.site-content .contact-form h1 {
  margin-bottom: 30px;
  text-align: center;
}
.site-content .contact-form > p:first-of-type {
  margin-bottom: 40px;
}
.site-content .contact-form .wpcf7-form {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
}
.site-content .contact-form .wpcf-field {
  border: 1px solid #D6D6D6;
  padding: 16px 15px 16px 15px;
  margin-bottom: 20px;
  width: 394px;
}
.site-content .contact-form .wpcf-field.wpcf7-not-valid {
  border: 1px solid red;
}
.site-content .contact-form .btn {
  width: 394px;
  margin-top: 20px;
  color: #FFF;
}
.site-content .contact-form .wpcf7-not-valid-tip {
  margin-bottom: 10px !important;
}
.site-content .contact-form .wpcf7-not-valid {
  margin-bottom: 3px !important;
}
.site-content .contact-form .wpcf7-not-valid::placeholder {
  opacity: 0.5;
  color: red;
}
.site-content .contact-form .wpcf7-response-output.wpcf7-display-none.wpcf7-validation-errors {
  display: none !important;
}
.site-content .contact-form .ajax-loader {
  right: 10px !important;
  position: relative !important;
  margin: 0 0 0 -20px !important;
}
.site-content .contact-form .wpcf7-mail-sent-ok {
  border: none !important;
  background: #73C53A !important;
  color: #FFF;
  border-radius: 5px;
  padding: 15px;
  width: 394px;
  text-align: center;
}
.site-content .not-found-page {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 110px 20px 40px;
}
.site-content .not-found-page .picture {
  width: 250px;
  height: 100px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  margin-bottom: 40px;
}
.site-content .not-found-page h3 {
  margin-bottom: 10px;
}
.site-content .not-found-page p {
  margin-bottom: 40px;
  text-align: center;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .banner-element-label p {
    max-width: 450px;
  }

  .pakalpojumi-element .left h5 {
    left: -33px;
  }

  .pakalpojumi-element-container h5 {
    left: -18px;
  }

  .pakalpojumi .pakalpojumi-element-container {
    margin: 40px 90px 0 !important;
  }
}
@media only screen and (max-width: 1364px) and (-ms-high-contrast: active), only screen and (max-width: 1364px) and (-ms-high-contrast: none) {
  .akcijas-page .akcijas-container {
    max-width: 848px !important;
  }
}
@media only screen and (max-width: 1364px) and (-ms-high-contrast: active), only screen and (max-width: 1364px) and (-ms-high-contrast: none) {
  .galerija-page .gallery-container {
    max-width: 848px !important;
  }
}
@media only screen and (max-width: 1364px) and (-ms-high-contrast: active), only screen and (max-width: 1364px) and (-ms-high-contrast: none) {
  .single-galerija .gallery-container {
    max-width: 848px !important;
  }
}
.wpcf7-spinner {
  display: block;
  margin: 30px auto 0;
}

.safari .fancybox-button:last-child {
  margin-right: 0;
}
/*!*********************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/scss/tablet.scss ***!
  \*********************************************************************************************************************************************************/
@media only screen and (max-width: 1200px) {
  h1 {
    font-size: 38px;
  }

  h2 {
    font-size: 34px;
    line-height: 40px;
  }

  .pakalpojumi-element-container {
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    align-items: center;
    width: 330px;
    margin: 40px 0px 0;
  }
  .pakalpojumi-element-container .pakalpojumi-picture {
    background-position: center center;
    background-size: cover;
    width: 230px;
    height: 230px;
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 1200px) and (-ms-high-contrast: active), only screen and (max-width: 1200px) and (-ms-high-contrast: none) {
  .pakalpojumi-element-container {
    width: auto !important;
    margin: 40px 70px 0 !important;
  }
}
@media only screen and (max-width: 1200px) {
  .specialisti-element-container {
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    align-items: center;
    margin: 40px 22px 0;
  }
  .specialisti-element-container .specialisti-picture {
    background-position: center center;
    background-size: cover;
    width: 180px;
    height: 180px;
    margin-bottom: 30px;
  }
  .specialisti-element-container p:first-of-type {
    margin-bottom: 5px;
  }
}
@media only screen and (max-width: 1200px) {
  .akcijas-element-container {
    display: flex;
    justify-content: flex-end;
    flex-direction: column;
    align-items: center;
    margin: 40px 15px 0;
    width: 306px;
    height: 218px;
    background-position: center center;
    background-size: cover;
  }
  .akcijas-element-container .akcijas-element-label {
    background: #73C53A;
    margin: 20px;
    width: calc(100% - 30px);
    border-radius: 0 0 35px 0;
    padding: 20px;
    display: flex;
    justify-content: space-between;
  }
  .akcijas-element-container .akcijas-element-label h4 {
    font-size: 16px;
  }
  .akcijas-element-container .akcijas-element-label .percentage {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    left: 5px;
  }
  .akcijas-element-container .akcijas-element-label .percentage span {
    color: #FFF;
  }
  .akcijas-element-container .akcijas-element-label .percentage span:first-child {
    font-size: 26px;
    font-weight: 500;
    margin-bottom: 4px;
  }
  .akcijas-element-container .akcijas-element-label .percentage span:last-child {
    font-size: 14px;
    font-weight: 600;
  }
  .akcijas-element-container .akcijas-element-label .double-price {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: flex-end;
  }
  .akcijas-element-container .akcijas-element-label .double-price::before {
    content: "";
    background: red;
    width: 38px;
    height: 1px;
    transform: rotate(-23deg);
    position: relative;
    top: 12px;
    left: 3px;
  }
  .akcijas-element-container .akcijas-element-label .double-price .double-price-top {
    display: flex;
    align-items: flex-end;
    margin-bottom: 5px;
    position: relative;
    left: 8px;
  }
  .akcijas-element-container .akcijas-element-label .double-price .double-price-top > span {
    color: #FFF;
    font-size: 24px;
    line-height: 0.8;
  }
  .akcijas-element-container .akcijas-element-label .double-price .double-price-top .double-price-top-detail {
    display: flex;
    flex-direction: column;
  }
  .akcijas-element-container .akcijas-element-label .double-price .double-price-top .double-price-top-detail > span {
    line-height: 0.9;
    color: #FFF;
    font-size: 11px;
  }
  .akcijas-element-container .akcijas-element-label .double-price .double-price-top .double-price-top-detail span:first-child {
    font-size: 16px;
  }
  .akcijas-element-container .akcijas-element-label .double-price .double-price-bottom {
    display: flex;
    align-items: flex-end;
  }
  .akcijas-element-container .akcijas-element-label .double-price .double-price-bottom > span {
    color: #FFF;
    font-size: 32px;
    line-height: 0.8;
  }
  .akcijas-element-container .akcijas-element-label .double-price .double-price-bottom .double-price-bottom-detail {
    display: flex;
    flex-direction: column;
  }
  .akcijas-element-container .akcijas-element-label .double-price .double-price-bottom .double-price-bottom-detail > span {
    line-height: 0.9;
    color: #FFF;
    font-size: 12px;
  }
  .akcijas-element-container .akcijas-element-label .double-price .double-price-bottom .double-price-bottom-detail span:first-child {
    font-size: 18px;
  }
}
@media only screen and (max-width: 1200px) {
  .site-content .banner {
    width: 100%;
    height: 698px;
    background-position: bottom -3px left -317px;
    background-size: cover;
    padding: 18% 62px 50px;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .site-content .banner h1 {
    margin-bottom: 20px;
    line-height: 1.2;
  }
  .site-content .banner p {
    margin-bottom: 38px;
  }
  .site-content .pakalpojumi {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    padding: 100px 50px;
    width: 100%;
  }
  .site-content .pakalpojumi .pakalpojumi-container {
    width: 100%;
    width: auto;
    margin-top: 40px;
    display: grid;
    grid-template-columns: auto auto;
    grid-template-rows: auto;
    grid-gap: unset;
    grid-row-gap: 40px;
  }
  .site-content .pakalpojumi .pakalpojumi-container .pakalpojumi-element-container {
    margin: 0;
  }
  .site-content .front-page-questions {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    padding: 100px 62px;
    background-position: center right -120px;
    background-size: cover;
    width: 100%;
  }
  .site-content .front-page-questions h2 {
    margin-bottom: 50px;
  }
  .site-content .front-page-questions h5 {
    margin-bottom: 13px;
  }
  .site-content .front-page-questions p {
    margin-bottom: 50px;
    max-width: 308px;
  }
  .site-content .front-page-questions p:last-of-type {
    margin-bottom: 0;
  }
  .site-content .front-supporters {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 100px 62px;
  }
  .site-content .front-supporters h2 {
    margin-bottom: 20px;
    text-align: center;
  }
  .site-content .front-supporters h5 {
    position: relative;
    background: #FFF;
    top: 50%;
    transform: translateY(50%);
    padding: 5px 30px;
    text-align: center;
  }
  .site-content .front-supporters .image-row {
    max-width: 1030px;
    width: 100%;
    display: flex;
    justify-content: center;
    border: 1px solid #c2c2c2;
    padding: 44px 44px;
    max-height: 160px;
    height: 160px;
  }
  .site-content .front-supporters .image-row img {
    width: 160px;
    height: auto;
    align-self: center;
    margin: 0 25px;
  }
  .site-content .front-supporters .image-row:first-of-type {
    margin-bottom: 20px;
  }
  .site-content .front-supporters .image-row:last-of-type img {
    width: 220px;
  }
  .site-content .specialisti {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    padding: 100px 62px;
    width: 100%;
    background: #EFEFEF;
  }
  .site-content .specialisti .specialisti-container {
    display: flex;
    justify-content: center;
    width: 100%;
    margin-bottom: 50px;
  }
  .site-content .specialisti .specialist-4 {
    display: none;
  }
  .site-content .akcijas-page {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    padding: 170px 44px 60px;
    width: 100%;
  }
  .site-content .akcijas-page h1 {
    margin-bottom: 40px;
  }
  .site-content .akcijas-page .akcijas-container {
    margin-bottom: 40px;
    display: grid;
    grid-template-columns: auto auto;
    grid-template-rows: auto;
    grid-row-gap: 40px;
  }
  .site-content .akcijas-page .akcijas-container .akcijas-element-container {
    margin: 0 15px;
  }
  .site-content .akcijas {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    padding: 100px 47px;
    width: 100%;
  }
  .site-content .akcijas .akcijas-container {
    display: flex;
    justify-content: center;
    margin-bottom: 40px;
    flex-wrap: wrap;
  }
  .site-content .akcijas .deal-3 {
    display: none;
  }
  .site-content .about-us-banner {
    position: relative;
    width: 100%;
    height: 500px;
    background-position: center center;
    background-size: cover;
    padding: 110px 0px 0;
    margin-bottom: 121px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
  }
  .site-content .about-us-banner .banner-element-label {
    position: absolute;
    bottom: -121px;
    background: #73C53A;
    max-width: unset;
    margin: 0px;
    width: 100%;
    border-radius: 0 0 0px 0;
    padding: 20px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
  }
  .site-content .about-us-banner .banner-element-label h1 {
    color: #FFF;
    margin-bottom: 15px;
  }
  .site-content .about-us-banner .banner-element-label p {
    color: #FFF;
    font-size: 24px;
    font-weight: 300;
  }
  .site-content .about-us-desc {
    display: flex;
    flex-direction: column;
    padding: 100px 62px;
    width: 100%;
  }
  .site-content .about-us-desc .left {
    width: 100%;
    margin-bottom: 40px;
  }
  .site-content .about-us-desc .left h3 {
    max-width: unset;
  }
  .site-content .about-us-desc .right {
    width: 100%;
    display: flex;
    flex-direction: column;
  }
  .site-content .about-us-desc .right h3 {
    margin-bottom: 13px;
    max-width: unset;
  }
  .site-content .about-us-desc .right p {
    margin-bottom: 10px;
    max-width: unset;
  }
  .site-content .about-us-desc .right p:last-of-type {
    margin-bottom: 40px;
  }
  .site-content .about-us-desc .right .btn {
    padding: 15px 65px;
  }
  .site-content .pakalpojumi-page {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    margin-top: 170px;
    padding: 0 62px;
  }
  .site-content .pakalpojumi-page h1 {
    margin-bottom: 40px;
  }
  .site-content .pakalpojumi-page .pakalpojumi-element {
    display: flex;
    width: 100%;
    max-width: unset;
    justify-content: flex-start;
    padding-left: 0px;
  }
  .site-content .pakalpojumi-page .pakalpojumi-element:not(:first-of-type) {
    padding-top: 100px;
  }
  .site-content .pakalpojumi-page .pakalpojumi-element:last-of-type {
    margin-bottom: 100px;
  }
  .site-content .pakalpojumi-page .pakalpojumi-element .left {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    position: relative;
  }
  .site-content .pakalpojumi-page .pakalpojumi-element .left .picture {
    width: 194px;
    height: 194px;
    margin-bottom: 30px;
    background-position: center center;
    background-size: cover;
  }
  .site-content .pakalpojumi-page .pakalpojumi-element .left h5 {
    position: relative;
    bottom: 0;
    width: 194px;
    text-align: center;
  }
  .site-content .pakalpojumi-page .pakalpojumi-element .right {
    display: flex;
    flex-direction: column;
    margin: 0 0 0 30px;
    justify-content: center;
    width: 100%;
  }
  .site-content .pakalpojumi-page .pakalpojumi-element .right a {
    padding-bottom: 15px;
    margin-top: 15px;
    border-bottom: 1px grey solid;
    font-weight: 300;
    text-decoration: none;
  }
  .site-content .pakalpojumi-page .pakalpojumi-element .right a:last-child {
    border: none;
  }
  .site-content .pakalpojumi-page .pakalpojumi-element .right a:hover p {
    color: #73C53A;
    cursor: pointer;
  }
  .site-content .pakalpojumi-page .pakalpojumi-element .right a p {
    display: flex;
    justify-content: space-between;
  }
  .site-content .single-service-tablet {
    display: none;
    padding: 140px 20px 50px;
    width: 100%;
    justify-content: center;
  }
}
@media only screen and (max-width: 1200px) and (max-width: 1200px) {
  .site-content .single-service-tablet {
    display: flex;
  }
}
@media only screen and (max-width: 1200px) {
  .site-content .single-service-tablet li {
    position: relative;
    left: 15px;
    margin-bottom: 10px;
    color: #544133;
    font-size: 15px;
    letter-spacing: 0;
    line-height: 1.2;
  }
  .site-content .single-service-tablet li:before {
    content: url(../img/list_icon_2.png);
    position: absolute;
    left: -15px;
    top: -1px;
  }
  .site-content .single-service-tablet li:last-child {
    margin-bottom: 0px;
  }
}
@media only screen and (max-width: 1200px) {
  .site-content .single-service-tablet .service-container {
    display: flex;
    width: 100%;
    max-width: 1000px;
    justify-content: center;
    flex-direction: column;
  }
  .site-content .single-service-tablet .service-container .top {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    margin-bottom: 40px;
  }
  .site-content .single-service-tablet .service-container .top .picture {
    width: 100%;
    height: 600px;
    background-position: center center;
    background-size: cover;
  }
  .site-content .single-service-tablet .service-container .top .top-right {
    margin-top: 10px;
    align-self: flex-start;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-left: 0px;
  }
  .site-content .single-service-tablet .service-container .top .top-right p {
    bottom: 0;
    width: 100%;
    text-align: left;
    margin-bottom: 20px;
  }
  .site-content .single-service-tablet .service-container .bottom {
    display: flex;
    flex-direction: column;
    margin: 0 0 0 0;
    justify-content: center;
    width: 100%;
  }
  .site-content .single-service-tablet .service-container .bottom h3 {
    margin-bottom: 3px;
  }
  .site-content .single-service-tablet .service-container .bottom p {
    margin-bottom: 10px;
  }
  .site-content .single-service-tablet .service-container .bottom p:last-of-type {
    margin-top: 40px;
    margin-bottom: 20px;
  }
  .site-content .single-service-tablet .service-container .bottom .specialisti-container {
    display: flex;
    flex-wrap: wrap;
  }
  .site-content .single-service-tablet .service-container .bottom .specialisti-container .specialisti-element-container {
    margin: 0 0 10px;
  }
  .site-content .single-service-tablet .service-container .bottom .specialisti-container .specialisti-element-container:first-of-type {
    margin-left: 0px;
  }
  .site-content .single-service-tablet .service-container .bottom .specialisti-container .specialisti-element-container p {
    margin: 0;
  }
  .site-content .single-service-tablet .service-container .bottom .specialisti-container .specialisti-element-container .specialisti-picture {
    width: 106px;
    height: 106px;
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 1200px) {
  .site-content .specialisti-page {
    padding: 170px 62px 0;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .site-content .specialisti-page h1 {
    margin-bottom: 40px;
  }
  .site-content .specialisti-page .specialists-element {
    display: flex;
    width: 100%;
    max-width: 1000px;
    justify-content: center;
    margin-bottom: 100px;
  }
  .site-content .specialisti-page .specialists-element:not(:first-of-type) {
    margin-top: 100px;
  }
  .site-content .specialisti-page .specialists-element .left {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .site-content .specialisti-page .specialists-element .left .specialists-picture {
    width: 194px;
    height: 269px;
    margin-bottom: 45px;
    background-position: center center;
    background-size: cover;
  }
  .site-content .specialisti-page .specialists-element .left p {
    bottom: 0;
    width: 100%;
    text-align: center;
  }
  .site-content .specialisti-page .specialists-element .right {
    display: flex;
    flex-direction: column;
    margin: 0 0 0 30px;
    justify-content: flex-start;
    width: 100%;
    max-width: 520px;
  }
  .site-content .specialisti-page .specialists-element .right h3 {
    margin-bottom: 2px;
  }
  .site-content .specialisti-page .specialists-element .right p:first-of-type {
    margin-bottom: 40px;
  }
  .site-content .specialisti-page .specialists-element .right p:not(:first-of-type) {
    font-weight: 600;
    margin-bottom: 12px;
  }
  .site-content .specialisti-page .specialists-element .right li {
    position: relative;
    left: 10px;
    margin-bottom: 10px;
  }
  .site-content .specialisti-page .specialists-element .right li:before {
    content: url(../img/list_icon_2.png);
    position: absolute;
    left: -15px;
    top: -1px;
  }
  .site-content .specialisti-page .specialists-element .right li:last-child {
    margin-bottom: 40px;
  }
  .site-content .specialisti-page .specialist-table {
    width: 100%;
    padding: 30px 0 100px;
  }
  .site-content .specialisti-page .specialist-table table {
    width: 100%;
  }
  .site-content .specialisti-page .specialist-table table td, .site-content .specialisti-page .specialist-table table th {
    border: 1px solid #D6D6D6;
    padding: 25px 0px;
    text-align: center;
    font-size: 11px;
  }
  .site-content .specialisti-page .specialist-table table th {
    border-top: none;
    border-bottom: 4px solid #73C53A;
  }
  .site-content .specialisti-page .specialist-table table th:first-child {
    border-left: none;
  }
  .site-content .specialisti-page .specialist-table table th:last-child {
    border-right: none;
  }
  .site-content .specialisti-page .specialist-table table td {
    min-height: 65px;
    vertical-align: middle;
    min-width: 81px;
  }
  .site-content .specialisti-page .specialist-table table td:first-child {
    border-left: none;
    text-align: left;
    padding-left: 10px;
  }
  .site-content .specialisti-page .specialist-table table td:nth-child(2) {
    text-align: left;
    padding-left: 10px;
  }
  .site-content .specialisti-page .specialist-table table td:last-child {
    border-right: none;
  }
  .site-content .specialisti-page .specialist-table table td:first-of-type, .site-content .specialisti-page .specialist-table table td:nth-of-type(2) {
    min-width: 120px;
    padding: 10px;
  }
}
@media only screen and (max-width: 1200px) {
  .site-content .galerija-page {
    padding: 170px 47px 100px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .site-content .galerija-page h1 {
    margin-bottom: 50px;
  }
  .site-content .galerija-page .gallery-container {
    margin-bottom: 40px;
    display: grid;
    grid-template-columns: auto auto;
    grid-template-rows: auto;
    grid-row-gap: 40px;
  }
  .site-content .galerija-page .gallery-container .gallery-element-container {
    margin: 0 15px;
    max-width: 290px;
  }
  .site-content .galerija-page .gallery-container .gallery-element-container .picture {
    width: 300px;
    height: 240px;
    background-position: center center;
    background-size: cover;
    margin-bottom: 20px;
  }
  .site-content .galerija-page .gallery-container .gallery-element-container h5 {
    max-width: 394px;
    text-align: center;
  }
}
@media only screen and (max-width: 1200px) {
  .site-content .single-galerija {
    padding: 170px 47px 100px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .site-content .single-galerija h1 {
    margin-bottom: 50px;
    text-align: center;
    margin-top: 10px;
    width: 90%;
  }
  .site-content .single-galerija .gallery-container {
    margin-bottom: 40px;
    display: grid;
    grid-template-columns: auto auto;
    grid-template-rows: auto;
    grid-row-gap: 20px;
  }
  .site-content .single-galerija .gallery-container .gallery-element-container {
    margin: 0 15px;
    max-width: 300px;
  }
  .site-content .single-galerija .gallery-container .gallery-element-container .picture {
    width: 300px;
    height: 240px;
    background-position: center center;
    background-size: cover;
    margin-bottom: 20px;
  }
  .site-content .single-galerija .gallery-container .gallery-element-container h5 {
    max-width: 300px;
    text-align: center;
  }
}
@media only screen and (max-width: 1200px) {
  .site-content .single-deal {
    padding: 110px 62px;
  }
  .site-content .single-deal .deal-container {
    display: block;
    justify-content: unset;
    flex-direction: unset;
    align-items: unset;
  }
  .site-content .single-deal .deal-container .left {
    float: left;
  }
  .site-content .single-deal .deal-container .left .akcijas-element-container {
    margin: 0;
  }
  .site-content .single-deal .deal-container .right {
    max-width: unset;
    margin-left: 0px;
  }
  .site-content .single-deal .deal-container .right h3 {
    margin-bottom: 40px;
    height: 218px;
    padding-left: 326px;
  }
  .site-content .single-deal .deal-container .right p {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 1200px) {
  .site-content .contact-main {
    display: flex;
    padding: 100px 62px;
    justify-content: space-between;
    width: 100%;
  }
  .site-content .contact-main .left h2 {
    margin-bottom: 40px;
  }
  .site-content .contact-main .left p {
    margin-bottom: 30px;
    max-width: 300px;
  }
  .site-content .contact-main .left p.bold {
    margin-bottom: 3px;
  }
  .site-content .contact-main .right {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    position: relative;
  }
  .site-content .contact-main .right iframe {
    width: 40vw !important;
  }
  .site-content .contact-main .right .map-label {
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: absolute;
    background: #73C53A;
    margin: 10px;
    width: 240px;
    height: 104px;
    border-radius: 0 0 30px 0;
    padding: 10px;
    bottom: 30px;
  }
  .site-content .contact-main .right .map-label h5, .site-content .contact-main .right .map-label p, .site-content .contact-main .right .map-label a {
    color: #fff;
    margin-bottom: 5px;
    letter-spacing: 2px;
  }
}
/*!*********************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/scss/mobile.scss ***!
  \*********************************************************************************************************************************************************/
@media only screen and (max-width: 600px) {
  h1 {
    font-size: 34px;
  }

  h2 {
    font-size: 29px;
    line-height: 38px;
  }

  h3 {
    line-height: 1.1;
  }

  .pakalpojumi-element-container {
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    align-items: center;
    width: 150px;
    margin: 20px 0px 0;
  }
  .pakalpojumi-element-container .pakalpojumi-picture {
    background-position: center center;
    background-size: cover;
    width: 150px;
    height: 150px;
    margin-bottom: 10px;
  }
  .pakalpojumi-element-container h5 {
    width: 150px;
    text-align: center;
  }

  .specialisti-element-container {
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    align-items: center;
    margin: 20px 0px 0;
  }
  .specialisti-element-container .specialisti-picture {
    background-position: center center;
    background-size: cover;
    width: 150px;
    height: 150px;
    margin-bottom: 10px;
  }
  .specialisti-element-container p:first-of-type {
    margin-bottom: 5px;
  }

  .akcijas-element-container {
    display: flex;
    justify-content: flex-end;
    flex-direction: column;
    align-items: center;
    margin: 40px 15px 0;
    width: 306px;
    height: 218px;
    background-position: center center;
    background-size: cover;
  }
  .akcijas-element-container .akcijas-element-label {
    background: #73C53A;
    margin: 20px;
    width: calc(100% - 30px);
    border-radius: 0 0 35px 0;
    padding: 20px;
    display: flex;
    justify-content: space-between;
  }
  .akcijas-element-container .akcijas-element-label h4 {
    font-size: 16px;
  }
  .akcijas-element-container .akcijas-element-label .percentage {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    left: 5px;
  }
  .akcijas-element-container .akcijas-element-label .percentage span {
    color: #FFF;
  }
  .akcijas-element-container .akcijas-element-label .percentage span:first-child {
    font-size: 26px;
    font-weight: 500;
    margin-bottom: 4px;
  }
  .akcijas-element-container .akcijas-element-label .percentage span:last-child {
    font-size: 14px;
    font-weight: 600;
  }
  .akcijas-element-container .akcijas-element-label .double-price {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: flex-end;
  }
  .akcijas-element-container .akcijas-element-label .double-price::before {
    content: "";
    background: red;
    width: 38px;
    height: 1px;
    transform: rotate(-23deg);
    position: relative;
    top: 12px;
    left: 3px;
  }
  .akcijas-element-container .akcijas-element-label .double-price .double-price-top {
    display: flex;
    align-items: flex-end;
    margin-bottom: 5px;
    position: relative;
    left: 8px;
  }
  .akcijas-element-container .akcijas-element-label .double-price .double-price-top > span {
    color: #FFF;
    font-size: 24px;
    line-height: 0.8;
  }
  .akcijas-element-container .akcijas-element-label .double-price .double-price-top .double-price-top-detail {
    display: flex;
    flex-direction: column;
  }
  .akcijas-element-container .akcijas-element-label .double-price .double-price-top .double-price-top-detail > span {
    line-height: 0.9;
    color: #FFF;
    font-size: 11px;
  }
  .akcijas-element-container .akcijas-element-label .double-price .double-price-top .double-price-top-detail span:first-child {
    font-size: 16px;
  }
  .akcijas-element-container .akcijas-element-label .double-price .double-price-bottom {
    display: flex;
    align-items: flex-end;
  }
  .akcijas-element-container .akcijas-element-label .double-price .double-price-bottom > span {
    color: #FFF;
    font-size: 32px;
    line-height: 0.8;
  }
  .akcijas-element-container .akcijas-element-label .double-price .double-price-bottom .double-price-bottom-detail {
    display: flex;
    flex-direction: column;
  }
  .akcijas-element-container .akcijas-element-label .double-price .double-price-bottom .double-price-bottom-detail > span {
    line-height: 0.9;
    color: #FFF;
    font-size: 12px;
  }
  .akcijas-element-container .akcijas-element-label .double-price .double-price-bottom .double-price-bottom-detail span:first-child {
    font-size: 18px;
  }

  .site-content .banner {
    width: 100%;
    height: 590px;
    background-position: center bottom 280px;
    background-size: 160%;
    background-color: #EFEFEF;
    background-repeat: no-repeat;
    padding: 300px 20px 0px;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .site-content .banner h1 {
    margin-bottom: 15px;
    line-height: 1.2;
  }
  .site-content .banner p {
    margin-bottom: 20px;
  }
  .site-content .pakalpojumi {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    padding: 40px 20px;
    width: 100%;
  }
  .site-content .pakalpojumi .pakalpojumi-container {
    width: 100%;
    width: auto;
    margin-top: 40px;
    display: grid;
    grid-template-columns: auto auto;
    grid-template-rows: auto;
    grid-gap: 20px;
    grid-row-gap: 20px;
  }
  .site-content .pakalpojumi .pakalpojumi-container .pakalpojumi-element-container {
    margin: 0;
  }
  .site-content .pakalpojumi .pakalpojumi-container .pakalpojumi-element-container .pakalpojumi-picture {
    margin-bottom: 40px;
  }
  .site-content .front-page-questions {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    padding: 40px 20px;
    background-position: bottom -130px right -27px;
    background-size: 270%;
    width: 100%;
    background-color: #EFEFEF;
    background-repeat: no-repeat;
    height: 900px;
  }
  .site-content .front-page-questions h2 {
    margin-bottom: 20px;
  }
  .site-content .front-page-questions h5 {
    margin-bottom: 11px;
  }
  .site-content .front-page-questions p {
    margin-bottom: 20px;
    max-width: unset;
    width: 100%;
  }
  .site-content .front-page-questions p:last-of-type {
    margin-bottom: 0;
  }
  .site-content .front-supporters {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 40px 20px;
  }
  .site-content .front-supporters h2 {
    margin-bottom: 20px;
    text-align: center;
  }
  .site-content .front-supporters h5 {
    position: relative;
    background: #FFF;
    top: 50%;
    transform: translateY(50%);
    padding: 5px 5px;
    text-align: center;
    width: 235px;
  }
  .site-content .front-supporters .image-row {
    max-width: 1030px;
    width: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    border: 1px solid #c2c2c2;
    padding: 40px 42px;
    max-height: unset;
    height: auto;
  }
  .site-content .front-supporters .image-row img {
    width: 235px;
    height: auto;
    align-self: center;
    margin: 40px 0px 0;
  }
  .site-content .front-supporters .image-row:first-of-type {
    margin-bottom: 20px;
  }
  .site-content .front-supporters .image-row:last-of-type img {
    width: 220px;
  }
  .site-content .specialisti {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    padding: 40px 20px;
    width: 100%;
    background: #EFEFEF;
  }
  .site-content .specialisti .specialisti-container {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    width: 100%;
    margin-bottom: 50px;
  }
  .site-content .specialisti .specialist-4 {
    display: flex;
  }
  .site-content .specialisti .specialist-4 p {
    text-align: center;
  }
  .site-content .akcijas-page {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    padding: 110px 24px 60px;
    width: 100%;
  }
  .site-content .akcijas-page h1 {
    margin-bottom: 40px;
  }
  .site-content .akcijas-page .akcijas-container {
    margin-bottom: 40px;
    display: grid;
    grid-template-columns: auto;
    grid-template-rows: auto;
    grid-row-gap: 40px;
  }
  .site-content .akcijas-page .akcijas-container .akcijas-element-container {
    margin: 0 15px;
  }
  .site-content .akcijas {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    padding: 40px 20px;
    width: 100%;
  }
  .site-content .akcijas .akcijas-container {
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
    flex-wrap: wrap;
  }
  .site-content .akcijas .deal-3 {
    display: none;
  }
  .site-content .about-us-banner {
    width: 100%;
    height: 350px;
    background-position: center center;
    background-size: cover;
    padding: 110px 0px 0;
    margin-bottom: 177px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
  }
  .site-content .about-us-banner .banner-element-label {
    position: relative;
    top: 177px;
    background: #73C53A;
    max-width: unset;
    margin: 0px;
    width: 100%;
    border-radius: 0 0 0px 0;
    padding: 20px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
  }
  .site-content .about-us-banner .banner-element-label h1 {
    color: #FFF;
    margin-bottom: 15px;
  }
  .site-content .about-us-banner .banner-element-label p {
    color: #FFF;
    font-size: 24px;
    font-weight: 300;
  }
  .site-content .about-us-desc {
    display: flex;
    flex-direction: column;
    padding: 40px 20px;
    width: 100%;
  }
  .site-content .about-us-desc .left {
    width: 100%;
    margin-bottom: 40px;
  }
  .site-content .about-us-desc .left h3 {
    max-width: unset;
  }
  .site-content .about-us-desc .right {
    width: 100%;
    display: flex;
    flex-direction: column;
  }
  .site-content .about-us-desc .right h3 {
    margin-bottom: 13px;
    max-width: unset;
  }
  .site-content .about-us-desc .right p {
    margin-bottom: 10px;
    max-width: unset;
  }
  .site-content .about-us-desc .right p:last-of-type {
    margin-bottom: 40px;
  }
  .site-content .about-us-desc .right .btn {
    padding: 15px 65px;
  }
  .site-content .pakalpojumi-page {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    margin-top: 110px;
    padding: 0 20px;
  }
  .site-content .pakalpojumi-page h1 {
    margin-bottom: 40px;
  }
  .site-content .pakalpojumi-page .pakalpojumi-element {
    padding-left: 0px;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    max-width: unset;
    justify-content: center;
    margin-bottom: 85px;
  }
  .site-content .pakalpojumi-page .pakalpojumi-element .left {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    position: relative;
  }
  .site-content .pakalpojumi-page .pakalpojumi-element .left .picture {
    width: 194px;
    height: 194px;
    margin-bottom: 10px;
    background-position: center center;
    background-size: cover;
  }
  .site-content .pakalpojumi-page .pakalpojumi-element .left h5 {
    position: relative;
    bottom: 0;
    width: 194px;
    text-align: center;
    margin-bottom: 40px;
  }
  .site-content .pakalpojumi-page .pakalpojumi-element .right {
    display: flex;
    flex-direction: column;
    margin: 0 0 0 0px;
    justify-content: center;
    width: 100%;
  }
  .site-content .pakalpojumi-page .pakalpojumi-element .right a {
    padding-bottom: 15px;
    margin-top: 15px;
    border-bottom: 1px grey solid;
    font-weight: 300;
    text-decoration: none;
  }
  .site-content .pakalpojumi-page .pakalpojumi-element .right a:last-child {
    border: none;
  }
  .site-content .pakalpojumi-page .pakalpojumi-element .right a:hover p {
    color: #73C53A;
    cursor: pointer;
  }
  .site-content .pakalpojumi-page .pakalpojumi-element .right a p {
    display: flex;
    justify-content: space-between;
  }
  .site-content .single-service-tablet {
    display: none;
    padding: 80px 20px 50px;
    width: 100%;
    justify-content: center;
  }
}
@media only screen and (max-width: 600px) and (max-width: 1200px) {
  .site-content .single-service-tablet {
    display: flex;
  }
}
@media only screen and (max-width: 600px) {
  .site-content .single-service-tablet li {
    position: relative;
    left: 15px;
    margin-bottom: 10px;
    color: #544133;
    font-size: 15px;
    letter-spacing: 0;
    line-height: 1.2;
  }
  .site-content .single-service-tablet li:before {
    content: url(../img/list_icon_2.png);
    position: absolute;
    left: -15px;
    top: -1px;
  }
  .site-content .single-service-tablet li:last-child {
    margin-bottom: 0px;
  }
}
@media only screen and (max-width: 600px) {
  .site-content .single-service-tablet .service-container {
    display: flex;
    width: 100%;
    max-width: 1000px;
    justify-content: center;
    flex-direction: column;
  }
  .site-content .single-service-tablet .service-container .top {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    margin-bottom: 40px;
  }
  .site-content .single-service-tablet .service-container .top .picture {
    width: 100%;
    height: 320px;
    background-position: center center;
    background-size: cover;
  }
  .site-content .single-service-tablet .service-container .top .top-right {
    margin-top: 10px;
    align-self: flex-start;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-left: 0px;
  }
  .site-content .single-service-tablet .service-container .top .top-right p {
    bottom: 0;
    width: 100%;
    text-align: left;
    margin-bottom: 20px;
  }
  .site-content .single-service-tablet .service-container .bottom {
    display: flex;
    flex-direction: column;
    margin: 0 0 0 0;
    justify-content: center;
    width: 100%;
  }
  .site-content .single-service-tablet .service-container .bottom h3 {
    margin-bottom: 3px;
  }
  .site-content .single-service-tablet .service-container .bottom p {
    margin-bottom: 10px;
  }
  .site-content .single-service-tablet .service-container .bottom p:last-of-type {
    margin-top: 40px;
    margin-bottom: 20px;
  }
  .site-content .single-service-tablet .service-container .bottom .specialisti-container {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
  }
  .site-content .single-service-tablet .service-container .bottom .specialisti-container .specialisti-element-container {
    margin: 0 0 10px;
  }
  .site-content .single-service-tablet .service-container .bottom .specialisti-container .specialisti-element-container:first-of-type {
    margin-left: 0px;
  }
  .site-content .single-service-tablet .service-container .bottom .specialisti-container .specialisti-element-container p {
    margin: 0;
  }
  .site-content .single-service-tablet .service-container .bottom .specialisti-container .specialisti-element-container .specialisti-picture {
    width: 106px;
    height: 106px;
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 600px) {
  .site-content .specialisti-page {
    padding: 130px 20px 0;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    /* width */
    /* Track */
    /* Handle */
    /* Handle on hover */
  }
  .site-content .specialisti-page h1 {
    margin-bottom: 40px;
  }
  .site-content .specialisti-page .specialists-element {
    display: flex;
    width: 100%;
    max-width: 1000px;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-bottom: 40px;
  }
  .site-content .specialisti-page .specialists-element:not(:first-of-type) {
    margin-top: 0px;
  }
  .site-content .specialisti-page .specialists-element .left {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .site-content .specialisti-page .specialists-element .left .specialists-picture {
    width: 300px;
    height: 300px;
    margin-bottom: 45px;
    background-position: center center;
    background-size: cover;
  }
  .site-content .specialisti-page .specialists-element .left p {
    bottom: 0;
    width: 100%;
    text-align: center;
  }
  .site-content .specialisti-page .specialists-element .right {
    display: flex;
    flex-direction: column;
    margin: 0 0 0 0px;
    justify-content: flex-start;
    width: 100%;
    max-width: 520px;
  }
  .site-content .specialisti-page .specialists-element .right h3 {
    margin-bottom: 2px;
  }
  .site-content .specialisti-page .specialists-element .right p:first-of-type {
    margin-bottom: 40px;
  }
  .site-content .specialisti-page .specialists-element .right p:not(:first-of-type) {
    font-weight: 600;
    margin-bottom: 12px;
  }
  .site-content .specialisti-page .specialists-element .right li {
    position: relative;
    left: 10px;
    margin-bottom: 10px;
  }
  .site-content .specialisti-page .specialists-element .right li:before {
    content: url(../img/list_icon_2.png);
    position: absolute;
    left: -15px;
    top: -1px;
  }
  .site-content .specialisti-page .specialists-element .right li:last-child {
    margin-bottom: 40px;
  }
  .site-content .specialisti-page .mobile-arrow-wrapper {
    width: 100%;
    position: relative;
    transition: ease 1s;
  }
  .site-content .specialisti-page .mobile-arrow-wrapper:after {
    content: "\f105";
    font-family: fontawesome;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    position: absolute;
    top: 30px;
    right: -10px;
    font-size: 30px;
    color: #544133;
    width: 30px;
    height: calc(100% - 70px);
    background: black;
    background: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, white 79%);
    transition: ease 0.5s;
    opacity: 1;
  }
  .site-content .specialisti-page .mobile-arrow-wrapper.scrolled:after {
    opacity: 0;
  }
  .site-content .specialisti-page ::-webkit-scrollbar {
    width: 0px;
    height: 4px;
  }
  .site-content .specialisti-page ::-webkit-scrollbar-track {
    background: #f1f1f1;
  }
  .site-content .specialisti-page ::-webkit-scrollbar-thumb {
    background: #73C53A;
  }
  .site-content .specialisti-page ::-webkit-scrollbar-thumb:hover {
    background: #555;
  }
  .site-content .specialisti-page .specialist-table {
    width: 100%;
    overflow: scroll;
    padding: 30px 0px 0px;
    margin-right: 20px;
    margin-bottom: 40px;
  }
  .site-content .specialisti-page .specialist-table table {
    width: 100%;
  }
  .site-content .specialisti-page .specialist-table table td, .site-content .specialisti-page .specialist-table table th {
    border: 1px solid #D6D6D6;
    padding: 25px 0px;
    text-align: center;
    font-size: 11px;
  }
  .site-content .specialisti-page .specialist-table table th {
    border-top: none;
    border-bottom: 4px solid #73C53A;
  }
  .site-content .specialisti-page .specialist-table table th:first-child {
    border-left: none;
  }
  .site-content .specialisti-page .specialist-table table th:last-child {
    border-right: none;
  }
  .site-content .specialisti-page .specialist-table table td {
    min-height: 65px;
    vertical-align: middle;
    min-width: 81px;
  }
  .site-content .specialisti-page .specialist-table table td:first-child {
    border-left: none;
    text-align: left;
    padding-left: 10px;
  }
  .site-content .specialisti-page .specialist-table table td:nth-child(2) {
    text-align: left;
    padding-left: 10px;
  }
  .site-content .specialisti-page .specialist-table table td:last-child {
    border-right: none;
  }
}
@media only screen and (max-width: 600px) {
  .site-content .galerija-page {
    padding: 110px 47px 40px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .site-content .galerija-page h1 {
    margin-bottom: 50px;
  }
  .site-content .galerija-page .gallery-container {
    margin-bottom: 40px;
    display: grid;
    grid-template-columns: auto;
    grid-template-rows: auto;
    grid-row-gap: 20px;
  }
  .site-content .galerija-page .gallery-container .gallery-element-container {
    margin: 0 15px;
  }
  .site-content .galerija-page .gallery-container .gallery-element-container .picture {
    width: 300px;
    height: 240px;
    background-position: center center;
    background-size: cover;
    margin-bottom: 20px;
  }
  .site-content .galerija-page .gallery-container .gallery-element-container h5 {
    max-width: 394px;
    text-align: center;
  }
}
@media only screen and (max-width: 600px) {
  .site-content .single-galerija {
    padding: 110px 20px 40px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .site-content .single-galerija h1 {
    margin-bottom: 50px;
    text-align: center;
    margin-top: 10px;
    width: 90%;
  }
  .site-content .single-galerija .gallery-container {
    margin-bottom: 40px;
    display: grid;
    grid-template-columns: auto;
    grid-template-rows: auto;
    grid-row-gap: 20px;
  }
  .site-content .single-galerija .gallery-container .gallery-element-container {
    margin: 0 15px;
  }
  .site-content .single-galerija .gallery-container .gallery-element-container .picture {
    width: 300px;
    height: 240px;
    background-position: center center;
    background-size: cover;
    margin-bottom: 20px;
  }
  .site-content .single-galerija .gallery-container .gallery-element-container h5 {
    max-width: 300px;
    text-align: center;
  }
}
@media only screen and (max-width: 600px) {
  .site-content .vizite-page {
    padding: 110px 0px 100px;
    background: #efefef;
    width: 100%;
  }
}
@media only screen and (max-width: 600px) {
  .site-content .single-close {
    top: 20px;
    right: 20px;
  }
}
@media only screen and (max-width: 600px) {
  .site-content .single-deal {
    padding: 110px 20px 60px;
    width: 100%;
  }
  .site-content .single-deal .deal-container {
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    align-items: center;
  }
  .site-content .single-deal .deal-container .left {
    margin-bottom: 20px;
    float: unset;
  }
  .site-content .single-deal .deal-container .left .akcijas-element-container {
    margin: 0;
    width: 100%;
  }
  .site-content .single-deal .deal-container .right {
    max-width: unset;
    margin-left: 0px;
  }
  .site-content .single-deal .deal-container .right h3 {
    margin-bottom: 20px;
    height: auto;
    padding-left: 0;
  }
  .site-content .single-deal .deal-container .right p {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 600px) {
  .site-content .contact-main {
    display: flex;
    padding: 40px 20px;
    flex-direction: column;
    justify-content: center;
    width: 100%;
  }
  .site-content .contact-main .left h2 {
    margin-bottom: 40px;
  }
  .site-content .contact-main .left p {
    margin-bottom: 30px;
    max-width: 300px;
  }
  .site-content .contact-main .left p.bold {
    margin-bottom: 3px;
  }
  .site-content .contact-main .right {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    position: relative;
  }
  .site-content .contact-main .right iframe {
    width: 90vw !important;
  }
  .site-content .contact-main .right .map-label {
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: absolute;
    background: #73C53A;
    margin: 10px;
    width: 279px;
    height: 104px;
    border-radius: 0 0 30px 0;
    padding: 20px;
    bottom: 0;
  }
  .site-content .contact-main .right .map-label h5, .site-content .contact-main .right .map-label p, .site-content .contact-main .right .map-label a {
    color: #fff;
    margin-bottom: 5px;
  }
}
@media only screen and (max-width: 600px) and (max-width: 370px) {
  .site-content .contact-main .right .map-label {
    width: 250px;
  }
}
@media only screen and (max-width: 600px) {
  .site-content .contact-form {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 40px;
  }
  .site-content .contact-form h1 {
    margin-bottom: 30px;
  }
  .site-content .contact-form > p:first-of-type {
    margin-bottom: 40px;
  }
  .site-content .contact-form .wpcf7-form {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
  }
  .site-content .contact-form .wpcf-field {
    border: 1px solid #D6D6D6;
    padding: 16px 15px 16px 15px;
    margin-bottom: 20px;
    width: 95vw;
  }
  .site-content .contact-form .wpcf-field.wpcf7-not-valid {
    border: 1px solid red;
  }
  .site-content .contact-form .btn {
    width: 95vw;
    margin-top: 20px;
    color: #FFF;
  }
  .site-content .contact-form .wpcf7-not-valid-tip {
    margin-bottom: 10px !important;
  }
  .site-content .contact-form .wpcf7-not-valid {
    margin-bottom: 3px !important;
  }
  .site-content .contact-form .wpcf7-not-valid::placeholder {
    opacity: 0.5;
    color: red;
  }
  .site-content .contact-form .wpcf7-response-output.wpcf7-display-none.wpcf7-validation-errors {
    display: none !important;
  }
  .site-content .contact-form .ajax-loader {
    right: 10px !important;
    position: relative !important;
    margin: 0 0 0 -20px !important;
  }
  .site-content .contact-form .wpcf7-mail-sent-ok {
    border: none !important;
    background: #73C53A !important;
    color: #FFF;
    border-radius: 5px;
    padding: 15px;
    width: 95vw;
    text-align: center;
  }
}
/*!*************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/scss/widescreen.scss ***!
  \*************************************************************************************************************************************************************/
@media only screen and (min-width: 1800px) {
  #desktop-nav {
    padding: 18px 120px !important;
  }

  footer.site-footer {
    padding: 60px 120px 0 !important;
  }
  footer.site-footer .footer-top .footer-top-left ul li {
    margin-right: 205px !important;
  }
  footer.site-footer .footer-top .footer-top-middle > div > ul {
    margin-left: -155px !important;
  }
  footer.site-footer .footer-top .footer-top-middle > div > ul li {
    margin-right: 115px !important;
  }
  footer.site-footer .footer-social-icons {
    display: flex;
  }
  footer.site-footer .footer-social-icons i {
    font-size: 40px !important;
    color: #544133;
  }
  footer.site-footer .footer-social-icons i:first-of-type {
    margin-right: 10px !important;
  }
  footer.site-footer .footer-social-icons > a:last-of-type i {
    margin-right: 0px !important;
  }

  .pakalpojumi-element-container {
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    align-items: center;
    margin: 40px 90px 0;
  }
  .pakalpojumi-element-container:hover .pakalpojumi-picture {
    border: 3px solid #73C53A;
  }
  .pakalpojumi-element-container:hover h5 {
    color: #73C53A;
  }
  .pakalpojumi-element-container .pakalpojumi-picture {
    transition: ease 0.1s;
    background-position: center center;
    background-size: cover;
    width: 230px;
    height: 230px;
    margin-bottom: 50px;
  }
  .pakalpojumi-element-container h5 {
    transition: ease 0.1s;
  }

  .specialisti-element-container {
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    align-items: center;
    margin: 40px 68px 0;
  }
  .specialisti-element-container:hover .specialisti-picture {
    border: 3px solid #73C53A;
  }
  .specialisti-element-container:hover p {
    color: #73C53A;
  }
  .specialisti-element-container .specialisti-picture {
    background-position: top center;
    background-size: cover;
    width: 180px;
    height: 180px;
    margin-bottom: 30px;
    transition: ease 0.1s;
  }
  .specialisti-element-container p:first-of-type {
    margin-bottom: 5px;
  }
  .specialisti-element-container p {
    transition: ease 0.1s;
  }

  .akcijas-element-container {
    display: flex;
    justify-content: flex-end;
    flex-direction: column;
    align-items: center;
    margin: 40px 15px 0;
    width: 394px;
    height: 280px;
    background-position: center center;
    background-size: cover;
    text-decoration: none;
    font-weight: 400;
  }
  .akcijas-element-container .akcijas-element-label {
    background: #73C53A;
    margin: 20px;
    width: -webkit-calc(100% - 40px);
    width: calc(100% - 40px);
    border-radius: 0 0 40px 0;
    padding: 20px;
    display: flex;
    justify-content: space-between;
  }
  .akcijas-element-container .akcijas-element-label .percentage {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .akcijas-element-container .akcijas-element-label .percentage span {
    color: #FFF;
  }
  .akcijas-element-container .akcijas-element-label .percentage span:first-child {
    font-size: 39px;
    font-weight: 500;
    margin-bottom: 4px;
  }
  .akcijas-element-container .akcijas-element-label .percentage span:last-child {
    font-size: 16px;
    font-weight: 600;
  }
  .akcijas-element-container .akcijas-element-label .double-price {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: flex-end;
  }
  .akcijas-element-container .akcijas-element-label .double-price::before {
    content: "";
    background: red;
    width: 58px;
    height: 1px;
    transform: rotate(-23deg);
    position: relative;
    top: 12px;
    left: 3px;
  }
  .akcijas-element-container .akcijas-element-label .double-price .double-price-top {
    display: flex;
    align-items: flex-end;
    margin-bottom: 5px;
    position: relative;
    left: 8px;
  }
  .akcijas-element-container .akcijas-element-label .double-price .double-price-top > span {
    color: #FFF;
    font-size: 27px;
    line-height: 0.8;
  }
  .akcijas-element-container .akcijas-element-label .double-price .double-price-top .double-price-top-detail {
    display: flex;
    flex-direction: column;
  }
  .akcijas-element-container .akcijas-element-label .double-price .double-price-top .double-price-top-detail > span {
    line-height: 0.9;
    color: #FFF;
    font-size: 11px;
  }
  .akcijas-element-container .akcijas-element-label .double-price .double-price-top .double-price-top-detail span:first-child {
    font-size: 16px;
  }
  .akcijas-element-container .akcijas-element-label .double-price .double-price-bottom {
    display: flex;
    align-items: flex-end;
  }
  .akcijas-element-container .akcijas-element-label .double-price .double-price-bottom > span {
    color: #FFF;
    font-size: 39px;
    line-height: 0.8;
  }
  .akcijas-element-container .akcijas-element-label .double-price .double-price-bottom .double-price-bottom-detail {
    display: flex;
    flex-direction: column;
  }
  .akcijas-element-container .akcijas-element-label .double-price .double-price-bottom .double-price-bottom-detail > span {
    line-height: 0.9;
    color: #FFF;
    font-size: 16px;
  }
  .akcijas-element-container .akcijas-element-label .double-price .double-price-bottom .double-price-bottom-detail span:first-child {
    font-size: 24px;
  }

  .site-content .banner {
    width: 100%;
    height: -webkit-calc(100vh - 70px);
    height: calc(100vh - 70px);
    background-position: center bottom -3px;
    background-size: cover;
    padding: 17.5% 120px 50px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
  }
  .site-content .banner h1 {
    margin-bottom: 38px;
    line-height: 1.2;
  }
  .site-content .banner p {
    margin-bottom: 38px;
  }
  .site-content .banner p a {
    color: #544133;
    text-decoration: none;
  }
}
@media only screen and (min-width: 1800px) and (-ms-high-contrast: active), only screen and (min-width: 1800px) and (-ms-high-contrast: none) {
  .site-content .banner {
    width: 99vw;
  }
}
@media only screen and (min-width: 1800px) {
  .site-content .pakalpojumi {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    padding: 100px 50px;
    width: 100%;
  }
  .site-content .pakalpojumi .pakalpojumi-container {
    width: 100%;
    width: auto;
    margin-top: 40px;
    display: grid;
    grid-template-columns: auto auto auto;
    grid-template-rows: auto;
    grid-gap: 340px;
    grid-row-gap: 40px;
  }
  .site-content .pakalpojumi .pakalpojumi-container .pakalpojumi-element-container {
    margin: 0;
  }
}
@media only screen and (min-width: 1800px) {
  .site-content .front-page-questions {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    padding: 100px 120px;
    background-position: bottom -262px right 311px;
    background-size: 92%;
    width: 100%;
  }
  .site-content .front-page-questions h2 {
    margin-bottom: 40px;
  }
  .site-content .front-page-questions h5 {
    margin-bottom: 13px;
  }
  .site-content .front-page-questions p {
    margin-bottom: 40px;
    max-width: 550px;
  }
  .site-content .front-page-questions p:last-of-type {
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 1800px) {
  .site-content .front-supporters {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 100px 120px;
  }
  .site-content .front-supporters h2 {
    margin-bottom: 20px;
  }
  .site-content .front-supporters h5 {
    position: relative;
    background: #FFF;
    top: 50%;
    transform: translateY(50%);
    padding: 5px 30px;
    text-align: center;
    max-width: 530px;
  }
  .site-content .front-supporters .image-row {
    max-width: 1120px;
    width: 100%;
    display: flex;
    justify-content: center;
    border: 1px solid #c2c2c2;
    padding: 44px 44px;
    max-height: 150px;
  }
  .site-content .front-supporters .image-row img {
    width: 270px;
    height: auto;
    align-self: center;
    margin: 0 25px;
  }
  .site-content .front-supporters .image-row:first-of-type {
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 1800px) {
  .site-content .specialisti {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    padding: 100px 120px;
    width: 100%;
    background: #EFEFEF;
  }
  .site-content .specialisti .specialist-5,
.site-content .specialisti .specialist-6 {
    display: flex;
  }
  .site-content .specialisti .specialisti-container {
    display: flex;
    justify-content: center;
    width: 100%;
    margin-bottom: 50px;
  }
  .site-content .specialisti .specialisti-container .specialisti-element-container {
    margin: 40px 52px 0;
  }
}
@media only screen and (min-width: 1800px) {
  .site-content .akcijas-page {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    padding: 170px 120px;
    width: 100%;
  }
  .site-content .akcijas-page h1 {
    margin-bottom: 40px;
  }
  .site-content .akcijas-page .akcijas-container {
    margin-bottom: 40px;
    display: grid;
    grid-template-columns: auto auto auto auto;
    grid-template-rows: auto;
    grid-row-gap: 40px;
  }
  .site-content .akcijas-page .akcijas-container .akcijas-element-container {
    margin: 0 15px;
  }
}
@media only screen and (min-width: 1800px) {
  .site-content .akcijas {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    padding: 100px 60px;
    width: 100%;
  }
  .site-content .akcijas .akcijas-container {
    display: flex;
    justify-content: center;
    margin-bottom: 40px;
    flex-wrap: wrap;
  }
  .site-content .akcijas .deal-4 {
    display: flex;
  }
}
@media only screen and (min-width: 1800px) {
  .site-content .about-us-banner {
    width: 100%;
    height: -webkit-calc(100vh - 70px);
    height: calc(100vh - 70px);
    background-position: center center;
    background-size: cover;
    padding: 70px 120px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
  }
  .site-content .about-us-banner .banner-element-label {
    background: #73C53A;
    max-width: 500px;
    width: -webkit-calc(100% - 40px);
    width: calc(100% - 40px);
    border-radius: 0 0 40px 0;
    padding: 40px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
  }
  .site-content .about-us-banner .banner-element-label h1 {
    color: #FFF;
    margin-bottom: 15px;
  }
  .site-content .about-us-banner .banner-element-label p {
    color: #FFF;
    font-size: 24px;
    font-weight: 300;
  }
}
@media only screen and (min-width: 1800px) {
  .site-content .about-us-desc {
    display: flex;
    padding: 100px 120px;
    width: 100%;
  }
  .site-content .about-us-desc .left {
    width: 50%;
  }
  .site-content .about-us-desc .left h3 {
    max-width: 500px;
  }
  .site-content .about-us-desc .right {
    width: 50%;
    display: flex;
    flex-direction: column;
  }
  .site-content .about-us-desc .right h5 {
    font-weight: 900;
    margin-bottom: 13px;
    max-width: 500px;
  }
  .site-content .about-us-desc .right p {
    margin-bottom: 10px;
    max-width: 500px;
  }
  .site-content .about-us-desc .right p:last-of-type {
    margin-bottom: 40px;
  }
  .site-content .about-us-desc .right .btn {
    padding: 15px 65px;
  }
}
@media only screen and (min-width: 1800px) {
  .site-content .pakalpojumi-page {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    padding-top: 170px;
  }
  .site-content .pakalpojumi-page h1 {
    margin-bottom: 40px;
  }
  .site-content .pakalpojumi-page .pakalpojumi-element {
    display: flex;
    width: 100%;
    max-width: 1000px;
    justify-content: flex-start;
  }
  .site-content .pakalpojumi-page .pakalpojumi-element:not(:first-of-type) {
    padding-top: 100px;
  }
  .site-content .pakalpojumi-page .pakalpojumi-element:last-of-type {
    margin-bottom: 100px;
  }
  .site-content .pakalpojumi-page .pakalpojumi-element .left {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
  }
  .site-content .pakalpojumi-page .pakalpojumi-element .left .picture {
    width: 230px;
    height: 230px;
    margin-bottom: 45px;
    background-position: center center;
    background-size: cover;
  }
  .site-content .pakalpojumi-page .pakalpojumi-element .left h5 {
    position: absolute;
    bottom: 15px;
    width: 300px;
    text-align: center;
  }
  .site-content .pakalpojumi-page .pakalpojumi-element .right {
    display: flex;
    flex-direction: column;
    margin: 0 0 0 112px;
    justify-content: center;
    width: 100%;
  }
  .site-content .pakalpojumi-page .pakalpojumi-element .right a {
    padding-bottom: 15px;
    margin-top: 15px;
    border-bottom: 1px grey solid;
    font-weight: 300;
    text-decoration: none;
  }
  .site-content .pakalpojumi-page .pakalpojumi-element .right a:last-child {
    border: none;
  }
  .site-content .pakalpojumi-page .pakalpojumi-element .right a:hover p {
    color: #73C53A;
    cursor: pointer;
  }
  .site-content .pakalpojumi-page .pakalpojumi-element .right a p {
    display: flex;
    justify-content: space-between;
  }
}
@media only screen and (min-width: 1800px) {
  .site-content .single-service {
    padding-top: 170px;
    padding-bottom: 100px;
    width: 100%;
    display: flex;
    justify-content: center;
  }
}
@media only screen and (min-width: 1800px) and (max-width: 1200px) {
  .site-content .single-service {
    display: none !important;
  }
}
@media only screen and (min-width: 1800px) {
  .site-content .single-service .service-container {
    display: flex;
    width: 100%;
    max-width: 1000px;
    justify-content: center;
  }
  .site-content .single-service .service-container .left {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .site-content .single-service .service-container .left .picture {
    width: 260px;
    height: 260px;
    margin-bottom: 40px;
    background-position: center center;
    background-size: cover;
  }
  .site-content .single-service .service-container .left p {
    bottom: 0;
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
  }
  .site-content .single-service .service-container .right {
    display: flex;
    flex-direction: column;
    margin: 0 0 0 112px;
    justify-content: center;
    width: 100%;
  }
  .site-content .single-service .service-container .right h3 {
    margin-bottom: 3px;
  }
  .site-content .single-service .service-container .right p {
    margin-bottom: 10px;
  }
  .site-content .single-service .service-container .right p:first-of-type {
    margin-bottom: 40px;
  }
  .site-content .single-service .service-container .right p:last-of-type {
    margin-top: 40px;
    margin-bottom: 20px;
  }
  .site-content .single-service .service-container .right .specialisti-container {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
  }
  .site-content .single-service .service-container .right .specialisti-container .specialisti-element-container {
    margin: 0;
  }
  .site-content .single-service .service-container .right .specialisti-container .specialisti-element-container:first-of-type {
    margin-left: 0px;
  }
  .site-content .single-service .service-container .right .specialisti-container .specialisti-element-container p {
    margin: 0;
  }
  .site-content .single-service .service-container .right .specialisti-container .specialisti-element-container .specialisti-picture {
    width: 106px;
    height: 106px;
    margin-bottom: 10px;
  }
}
@media only screen and (min-width: 1800px) {
  .site-content .single-service-tablet {
    display: none;
    padding: 170px 120px 100px;
    width: 100%;
    justify-content: center;
  }
}
@media only screen and (min-width: 1800px) and (max-width: 1200px) {
  .site-content .single-service-tablet {
    display: flex;
  }
}
@media only screen and (min-width: 1800px) {
  .site-content .single-service-tablet .service-container {
    display: flex;
    width: 100%;
    max-width: 1000px;
    justify-content: center;
    flex-direction: column;
  }
  .site-content .single-service-tablet .service-container .top {
    display: flex;
    justify-content: flex-start;
    margin-bottom: 40px;
  }
  .site-content .single-service-tablet .service-container .top .picture {
    width: 260px;
    height: 260px;
    background-position: center center;
    background-size: cover;
  }
  .site-content .single-service-tablet .service-container .top .top-right {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-left: 30px;
  }
  .site-content .single-service-tablet .service-container .top .top-right p {
    bottom: 0;
    width: 100%;
    text-align: left;
    margin-bottom: 20px;
  }
  .site-content .single-service-tablet .service-container .bottom {
    display: flex;
    flex-direction: column;
    margin: 0 0 0 0;
    justify-content: center;
    width: 100%;
  }
  .site-content .single-service-tablet .service-container .bottom h3 {
    margin-bottom: 3px;
  }
  .site-content .single-service-tablet .service-container .bottom p {
    margin-bottom: 10px;
  }
  .site-content .single-service-tablet .service-container .bottom p:last-of-type {
    margin-top: 40px;
    margin-bottom: 20px;
  }
  .site-content .single-service-tablet .service-container .bottom .specialisti-container {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
  }
  .site-content .single-service-tablet .service-container .bottom .specialisti-container .specialisti-element-container {
    margin: 0;
  }
  .site-content .single-service-tablet .service-container .bottom .specialisti-container .specialisti-element-container:first-of-type {
    margin-left: 0px;
  }
  .site-content .single-service-tablet .service-container .bottom .specialisti-container .specialisti-element-container p {
    margin: 0;
  }
  .site-content .single-service-tablet .service-container .bottom .specialisti-container .specialisti-element-container .specialisti-picture {
    width: 106px;
    height: 106px;
    margin-bottom: 10px;
  }
}
@media only screen and (min-width: 1800px) {
  .site-content .specialisti-page {
    padding-top: 170px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .site-content .specialisti-page h1 {
    margin-bottom: 40px;
  }
  .site-content .specialisti-page .specialists-element {
    display: flex;
    width: 100%;
    max-width: 1000px;
    justify-content: center;
    margin-bottom: 100px;
  }
  .site-content .specialisti-page .specialists-element:not(:first-of-type) {
    margin-top: 100px;
  }
  .site-content .specialisti-page .specialists-element .left {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .site-content .specialisti-page .specialists-element .left .specialists-picture {
    width: 260px;
    height: 400px;
    margin-bottom: 45px;
    background-position: center center;
    background-size: cover;
  }
  .site-content .specialisti-page .specialists-element .left p {
    bottom: 0;
    width: 100%;
    text-align: center;
  }
  .site-content .specialisti-page .specialists-element .right {
    display: flex;
    flex-direction: column;
    margin: 0 0 0 30px;
    justify-content: flex-start;
    width: 100%;
    max-width: 520px;
  }
  .site-content .specialisti-page .specialists-element .right h3 {
    margin-bottom: 2px;
  }
  .site-content .specialisti-page .specialists-element .right p:first-of-type {
    margin-bottom: 40px;
  }
  .site-content .specialisti-page .specialists-element .right p:not(:first-of-type) {
    font-weight: 600;
    margin-bottom: 12px;
  }
  .site-content .specialisti-page .specialists-element .right li {
    position: relative;
    left: 10px;
    margin-bottom: 10px;
  }
  .site-content .specialisti-page .specialists-element .right li:before {
    content: url(../img/list_icon_2.png);
    position: absolute;
    right: 7px;
    bottom: 1px;
  }
  .site-content .specialisti-page .specialists-element .right li:last-child {
    margin-bottom: 40px;
  }
  .site-content .specialisti-page .specialist-table {
    width: 100%;
    padding: 30px 120px 100px;
  }
  .site-content .specialisti-page .specialist-table table {
    width: 100%;
  }
  .site-content .specialisti-page .specialist-table table td, .site-content .specialisti-page .specialist-table table th {
    border: 1px solid #D6D6D6;
    padding: 25px 20px;
    text-align: center;
    color: #544133;
  }
  .site-content .specialisti-page .specialist-table table th {
    border-top: none;
    border-bottom: 4px solid #73C53A;
  }
  .site-content .specialisti-page .specialist-table table th:first-child {
    border-left: none;
  }
  .site-content .specialisti-page .specialist-table table th:last-child {
    border-right: none;
  }
  .site-content .specialisti-page .specialist-table table td {
    min-height: 65px;
    vertical-align: middle;
    min-width: 160px;
  }
  .site-content .specialisti-page .specialist-table table td:first-child {
    border-left: none;
    text-align: left;
    padding-left: 20px;
  }
  .site-content .specialisti-page .specialist-table table td:nth-child(2) {
    text-align: left;
    padding-left: 20px;
  }
  .site-content .specialisti-page .specialist-table table td:last-child {
    border-right: none;
  }
}
@media only screen and (min-width: 1800px) {
  .site-content .galerija-page {
    padding: 170px 47px 100px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .site-content .galerija-page h1 {
    margin-bottom: 50px;
  }
  .site-content .galerija-page .gallery-container {
    margin-bottom: 40px;
    display: grid;
    grid-template-columns: auto auto auto auto;
    grid-template-rows: auto;
    grid-row-gap: 40px;
  }
  .site-content .galerija-page .gallery-container .gallery-element-container {
    margin: 0 15px;
  }
  .site-content .galerija-page .gallery-container .gallery-element-container:hover .picture {
    border: 3px solid #73C53A;
  }
  .site-content .galerija-page .gallery-container .gallery-element-container:hover h5 {
    color: #73C53A;
  }
  .site-content .galerija-page .gallery-container .gallery-element-container .picture {
    width: 394px;
    height: 280px;
    background-position: center center;
    background-size: cover;
    margin-bottom: 20px;
    transition: ease 0.1s;
  }
  .site-content .galerija-page .gallery-container .gallery-element-container h5 {
    max-width: 394px;
    text-align: center;
    transition: ease 0.1s;
  }
}
@media only screen and (min-width: 1800px) {
  .site-content .single-galerija {
    padding: 170px 47px 100px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .site-content .single-galerija h1 {
    margin-bottom: 50px;
    text-align: center;
    margin-top: 10px;
    width: 90%;
  }
  .site-content .single-galerija .gallery-container {
    margin-bottom: 40px;
    display: grid;
    grid-template-columns: auto auto auto auto;
    grid-template-rows: auto;
    grid-row-gap: 20px;
  }
  .site-content .single-galerija .gallery-container .gallery-element-container {
    margin: 0 15px;
  }
  .site-content .single-galerija .gallery-container .gallery-element-container:hover .picture {
    border: 3px solid #73C53A;
  }
  .site-content .single-galerija .gallery-container .gallery-element-container:hover h5 {
    color: #73C53A;
  }
  .site-content .single-galerija .gallery-container .gallery-element-container .picture {
    width: 394px;
    height: 280px;
    background-position: center center;
    background-size: cover;
    margin-bottom: 20px;
    transition: ease 0.1s;
  }
  .site-content .single-galerija .gallery-container .gallery-element-container h5 {
    max-width: 394px;
    text-align: center;
    transition: ease 0.1s;
  }
}
@media only screen and (min-width: 1800px) {
  .site-content .single-deal {
    padding: 170px 120px 100px;
  }
  .site-content .single-deal .deal-container {
    display: flex;
    justify-content: center;
  }
  .site-content .single-deal .deal-container .left .akcijas-element-container {
    margin: 0;
  }
  .site-content .single-deal .deal-container .right {
    max-width: 606px;
    margin-left: 30px;
  }
  .site-content .single-deal .deal-container .right h3 {
    margin-bottom: 40px;
  }
  .site-content .single-deal .deal-container .right p {
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 1800px) {
  .site-content .contact-main {
    display: flex;
    padding: 100px 120px;
    justify-content: space-between;
    width: 100%;
  }
  .site-content .contact-main a {
    color: #544133;
    text-decoration: none;
    font-weight: 400;
  }
  .site-content .contact-main .left h2 {
    margin-bottom: 40px;
  }
  .site-content .contact-main .left p {
    margin-bottom: 30px;
    max-width: 300px;
  }
  .site-content .contact-main .left p.bold {
    margin-bottom: 3px;
  }
  .site-content .contact-main .right {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    position: relative;
  }
  .site-content .contact-main .right .map-label {
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: absolute;
    background: #73C53A;
    margin: 10px;
    width: 279px;
    height: 104px;
    border-radius: 0 0 30px 0;
    padding: 20px;
    bottom: 40px;
  }
  .site-content .contact-main .right .map-label h5, .site-content .contact-main .right .map-label p, .site-content .contact-main .right .map-label a {
    color: #fff;
    margin-bottom: 5px;
  }
}
@media only screen and (min-width: 1800px) {
  .site-content .contact-form {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 100px;
  }
  .site-content .contact-form h1 {
    margin-bottom: 30px;
    text-align: center;
  }
  .site-content .contact-form > p:first-of-type {
    margin-bottom: 40px;
  }
  .site-content .contact-form .wpcf7-form {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
  }
  .site-content .contact-form .wpcf-field {
    border: 1px solid #D6D6D6;
    padding: 16px 15px 16px 15px;
    margin-bottom: 20px;
    width: 394px;
  }
  .site-content .contact-form .wpcf-field.wpcf7-not-valid {
    border: 1px solid red;
  }
  .site-content .contact-form .btn {
    width: 394px;
    margin-top: 20px;
    color: #FFF;
  }
  .site-content .contact-form .wpcf7-not-valid-tip {
    margin-bottom: 10px !important;
  }
  .site-content .contact-form .wpcf7-not-valid {
    margin-bottom: 3px !important;
  }
  .site-content .contact-form .wpcf7-not-valid::placeholder {
    opacity: 0.5;
    color: red;
  }
  .site-content .contact-form .wpcf7-response-output.wpcf7-display-none.wpcf7-validation-errors {
    display: none !important;
  }
  .site-content .contact-form .ajax-loader {
    right: 10px !important;
    position: relative !important;
    margin: 0 0 0 -20px !important;
  }
  .site-content .contact-form .wpcf7-mail-sent-ok {
    border: none !important;
    background: #73C53A !important;
    color: #FFF;
    border-radius: 5px;
    padding: 15px;
    width: 394px;
    text-align: center;
  }
}
@media only screen and (min-width: 1800px) {
  .site-content .not-found-page {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 110px 20px 40px;
  }
  .site-content .not-found-page .picture {
    width: 250px;
    height: 100px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    margin-bottom: 40px;
  }
  .site-content .not-found-page h3 {
    margin-bottom: 10px;
  }
  .site-content .not-found-page p {
    margin-bottom: 40px;
    text-align: center;
  }
}
