/*background: bg-color bg-image position/bg-size bg-repeat bg-origin bg-clip bg-attachment initial|inherit;*/
/* @import url("/css/main.css"); */
.skin-body {
  display: flex;
  flex-flow: column nowrap;
  min-height: 101%;
}

.x1240 {
  max-width: 1240px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
  box-sizing: border-box;
}

@media (max-width: 450px) {
  .x1240 {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.pTopBottom {
  padding-top: 15px;
  padding-bottom: 15px;
}

img {
  max-width: 100%;
}

.read-more {
  padding-right: 20px;
  background-image: url("/css/i/strelka.svg");
  background-size: 13px 10px;
  background-position: 100% 60%;
  background-repeat: no-repeat;
  position: absolute;
  bottom: 10px;
  font-size: 1.7rem;
  left: 15px;
}

.overlay {
  position: fixed;
  display: none;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 250;
  cursor: pointer;
}

.animated-underline {
  position: relative;
  padding-bottom: 5px;
}

.animated-underline:before, .animated-underline:after {
  content: "";
  width: 0%;
  position: absolute;
  top: 100%;
  visibility: hidden;
  height: 2px;
  background: #43AEE1;
  transition: width 0.5s;
}

.animated-underline:hover {
  text-decoration: none;
}

.animated-underline:before {
  left: 50%;
}

.animated-underline:after {
  right: 50%;
}

.animated-underline:hover:before, .animated-underline:hover:after {
  width: 50%;
  transition: width 0.5s;
  visibility: visible;
}

.wrap-coockies-div {
  background: rgb(67, 174, 225);
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 999999;
  padding: 10px;
}

.text-coockies {
  font-size: var(--font-size-h6);
  color: #FFF;
  position: relative;
  box-sizing: border-box;
  max-width: var(--main-width);
  margin: 0 auto;
  padding: 5px 80px 8px 20px;
}

.fade-out {
  transform: translate(0, 100%);
  transition: transform 0.5s cubic-bezier(0.09, 0.14, 0.07, 0.1);
}

.text-coockies #notag {
  right: 5px;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  padding: 3px;
}

#notag img {
  width: 20px;
}

.text-coockies a {
  margin-left: 5px;
  color: #042E4E;
}

.text-coockies .text {
  color: #042E4E;
  border-radius: 5px;
  text-decoration: none;
  cursor: pointer;
  text-decoration: underline;
}

.coock {
  color: rgba(153, 153, 153, 0.6);
  text-decoration: none;
  font-size: 16px;
}

/*custom pages */
.custom-section {
  margin: 30px 0;
}

.custom-section-table table {
  border-collapse: collapse;
  border: 1px solid #E4E5E5;
  background: #FFF;
  width: 100%;
}

.custom-section-table table tr:nth-child(even) {
  background: #fafafa;
}

.custom-section-table table td {
  padding: 0.5em;
  box-sizing: border-box;
  border-bottom: 1px solid #E4E5E5;
  text-align: center;
}

.custom-section-table table td:first-child {
  text-align: left;
}

.wrap-custom-title .custom-title-border {
  padding-bottom: 5px;
  border-bottom: 1px solid #C2C2C2;
  background-position: 100% 50%;
  background-repeat: no-repeat;
}

.down-file {
  padding: 5px 0px 5px 35px;
  margin-bottom: 10px;
  background-image: url("/css/i/Adobe_PDF_icon.svg");
  background-size: 25px 25px;
  background-repeat: no-repeat;
  background-position: 0% 0%;
  box-sizing: border-box;
  font-size: 1.6rem;
}

/*custom pages */
input, select, textarea, button {
  font-family: var(--font-Source-Sans-3);
  font-size: 1.6rem;
}

@media print {
  html, body {
    height: auto;
  }
  .skin-body {
    min-height: 0;
  }
  .no-print {
    display: none;
  }
  /*body > *:not(.skin-body) {display: none;}*/
}
.content-title {
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
  padding: 15px 20px;
  box-sizing: border-box;
  text-align: center;
}

.content-title h1 {
  color: #43AEE1;
}

.btn {
  display: inline-block;
  padding: 8px 16px !important;
  background: #0064A6;
  border: none;
  outline: none;
  cursor: pointer;
  border-radius: 4px;
  color: #fff;
  text-align: center;
  min-width: 100px;
  font-size: 18px;
  text-decoration: none;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 3px 1px -2px, rgba(0, 0, 0, 0.14) 0px 2px 2px 0px, rgba(0, 0, 0, 0.12) 0px 1px 5px 0px;
  transition: box-shadow 280ms cubic-bezier(0.4, 0, 0.2, 1) 0s;
  transition-property: box-shadow;
  transition-duration: 280ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-delay: 0s;
}

.btn:hover, .btn:focus {
  box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 4px -1px, rgba(0, 0, 0, 0.14) 0px 4px 5px 0px, rgba(0, 0, 0, 0.12) 0px 1px 10px 0px;
  text-decoration: none;
}

.btn:active {
  box-shadow: rgba(0, 0, 0, 0.2) 0px 5px 5px -3px, rgba(0, 0, 0, 0.14) 0px 8px 10px 1px, rgba(0, 0, 0, 0.12) 0px 3px 14px 2px;
}

.SubMenuWrap {
  width: 100%;
  background: #43AEE1;
  padding: 15px 20px;
  box-sizing: border-box;
  text-align: center;
  position: sticky;
  top: 109px;
  z-index: 400;
}

.SubMenu {
  background: #43AEE1;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.SubMenu a {
  text-transform: uppercase;
  margin: 10px 0;
  display: inline-block;
  padding: 0 15px;
  box-sizing: border-box;
  border-radius: 5px;
  color: #fff;
  opacity: 0.9;
}

.SubMenu a:hover,
.SubMenu a.selected {
  text-decoration: underline;
  opacity: 1;
}

/* header */
@media (max-width: 1279px) {
  .skin-header .main-header .menu a {
    margin: 0 7px;
  }
}
@media screen and (max-width: 1023px) {
  .skin-header .main-header {
    align-items: center;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .skin-header .main-header .top-nav {
    display: none;
  }
  .skin-header .main-header .icons .online-payment,
  .skin-header .main-header .icons .phone,
  .skin-header .main-header .icons .hamb {
    display: block;
  }
  .skin-header .main-header .menu {
    box-sizing: border-box;
    position: fixed;
    max-width: 500px;
    width: 100%;
    margin: 0;
    padding: 20px 10px 40px 10px;
    display: none;
    top: 99px;
    bottom: 0;
    overflow-y: auto;
    right: 0;
    z-index: 500;
    text-align: right;
    background: #fff;
    box-shadow: -1px 2px 5px 0px #ccc;
  }
  .header-phones-wrap.invisible + .skin-header .wrap-main-header .main-header .menu {
    top: 112px;
  }
  .skin-header .main-header .menu.open-menu {
    display: block;
  }
  .skin-header .main-header .menu .menu-labels {
    display: flex;
    flex-wrap: wrap;
    order: 2;
  }
  .skin-header .main-header .menu .menu-labels a {
    padding: 15px 0;
    flex: 0 1 100%;
    border-bottom: 1px solid #ccc;
  }
  .skin-header .main-header .menu .menu-labels a:before, .skin-header .main-header .menu .menu-labels a:after {
    display: none;
  }
  .skin-header .main-header .menu .icons {
    display: none;
  }
  .skin-header .main-header .menu .icons .menu-icon {
    border: none;
    padding: 0;
    order: 1;
  }
  .skin-header .main-header .icons.mobile {
    display: block;
    position: absolute;
    right: 70px;
    bottom: 35px;
  }
  .skin-header .main-header .menu .menu-icon:last-child {
    margin: 0 10px 0 5px;
  }
  .skin-header .main-header .hamb {
    display: block;
  }
  .content-title {
    position: unset;
  }
  .SubMenuWrap {
    position: unset;
    padding: 10px 0;
  }
  .SubMenuWrap .SubMenu {
    padding: 0;
    justify-content: flex-start;
  }
  .SubMenuWrap .SubMenu a {
    margin: 5px 0;
    text-transform: none;
    font-size: 16px;
  }
  .skin-header .main-header .menu .website-search-form {
    display: block;
    padding: 15px 7px;
  }
  .skin-header .main-header .menu .website-search-form > input {
    width: 200px;
  }
}
@media (max-width: 767px) {
  .skin-header .main-header {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .skin-header .main-header .logo {
    max-width: 80px;
  }
  .skin-header .main-header .menu {
    top: 71px;
  }
  .skin-header .main-header .icons a {
    margin-left: 15px;
  }
  .header-phones-wrap.invisible + .skin-header .wrap-main-header .main-header .menu {
    top: 66px;
  }
  .skin-header .main-header .icons.mobile {
    bottom: 15px;
  }
  .text-coockies {
    max-width: 100%;
  }
}
/*form submitting*/
form.submitting {
  position: relative;
}

form.submitting:after {
  content: "";
  display: block;
  position: absolute;
  top: -5px;
  left: -5px;
  right: -5px;
  bottom: -5px;
  background: rgba(255, 255, 255, 0.5);
}

form.submitting button {
  position: relative;
  pointer-events: none;
}

form.submitting button:after {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  position: absolute;
  top: 0;
  left: 100%;
  margin-left: 10px;
  background: url(/css/i/loading.gif) 50% 50% no-repeat;
}

/*styled-form-v1*/
.styled-form-v1 {
  position: relative;
  max-width: 550px;
  margin: 20px 0;
  padding: 15px;
  border: 1px solid #95989A;
  box-sizing: border-box;
  background: #F7F7F7;
  font-size: 1.6rem;
}

.styled-form-v1 .Errors {
  color: red;
  margin-bottom: 10px;
  line-height: 1.4em;
}

.styled-form-v1 .Success {
  color: green;
  margin-bottom: 10px;
  line-height: 1.4em;
  font-size: 2rem;
}

.styled-form-v1 label .error {
  margin-left: 2px;
  color: red;
}

.styled-form-v1 input:not([type=checkbox]):not([type=radio]),
.styled-form-v1 select,
.styled-form-v1 textarea {
  display: block;
  width: 100%;
  margin-bottom: 10px;
  padding: 5px;
  box-sizing: border-box;
}

.styled-form-v1 textarea {
  height: 80px;
}

.styled-form-v1 .check-box {
  margin-bottom: 10px;
}

.styled-form-v1 .check-box p {
  margin: 0;
  padding: 0;
  display: inline;
}

.styled-form-v1 .captcha {
  max-width: 300px;
  margin: 0px;
  padding: 0;
}

.styled-form-v1 button.btn {
  border: none;
  cursor: pointer;
}

.styled-form-v1 button.btn:disabled {
  background-color: #AAA !important;
  border-color: #AAA !important;
  color: #fff !important;
  box-shadow: none !important;
  filter: grayscale(100%);
  cursor: default;
}

.styled-form-v1 .wrap-btn {
  display: inline-block;
  vertical-align: top;
  position: relative;
}

.styled-form-v1 .wrap-btn .spam-lbl {
  position: absolute;
  left: 100%;
  top: 0;
  margin-left: 10px;
  width: 120px;
  font-size: 14px;
  color: #333;
  visibility: hidden;
  opacity: 0;
  transform: translateX(-10px);
  transition: visibility 0.2s, opacity 0.2s, transform 0.2s;
}

.styled-form-v1 .wrap-btn:hover button.btn:disabled ~ .spam-lbl {
  visibility: visible;
  opacity: 1;
  transform: translateX(0);
}

.styled-form-v1 a#form-submitted:target {
  top: -250px;
  position: absolute;
}

@media (max-width: 1023px) {
  .styled-form-v1 a#form-submitted:target {
    top: -150px;
  }
}
/*products-table*/
.custom-section-table.products-table {
  overflow-y: auto;
}

.custom-section-table.products-table table td:nth-child(1) {
  text-align: left;
}

.custom-section-table.products-table table td:nth-child(2) {
  text-align: right;
}

.custom-section-table.products-table table td.td-head {
  text-align: left;
  font-size: 25px;
  color: #0064A6;
}

.custom-section-table.products-table table td.td-separator {
  padding: 0;
}

/*website-search-form*/
.website-search-form > input {
  box-sizing: border-box;
  width: 180px;
  height: 24px;
  border: 1px solid transparent;
  border-bottom-color: #0064A6;
  vertical-align: bottom;
  outline: none;
}

.website-search-form > button {
  box-sizing: border-box;
  width: 24px;
  height: 24px;
  margin: 0;
  padding: 2px;
  border: none;
  outline: none;
  vertical-align: bottom;
  cursor: pointer;
  background: url("/css/i/search-icon.svg") 50% 50%/20px auto no-repeat;
}

/* ---------------------------- NEW STYLE ---------------------------------  */
:root {
  /* font sizes */
  --font-size-h1: clamp(40px, calc(2.5rem + ((1vw - 3.75px) * 0.6472)), 50px);
  --font-size-h2: clamp(40px, calc(2.5rem + ((1vw - 4.15px) * 0.578)), 45px);
  --font-size-h3: clamp(35px, calc(2.1875rem + ((1vw - 3.75px) * 0.3236)), 40px);
  --font-size-h4: clamp(30px, calc(1.875rem + ((1vw - 3.75px) * 0.3236)), 35px);
  --font-size-h5: clamp(25px, calc(1.5625rem + ((1vw - 3.75px) * 0.3236)), 30px);
  --font-size-h6: clamp(20px, calc(1.25rem + ((1vw - 3.75px) * 0.3236)), 25px);
  --font-size-p: clamp(18px, calc(1.125rem + ((1vw - 3.75px) * 0.1294)), 20px);
  --font-size-sm: clamp(16px, calc(1rem + ((1vw - 3.75px) * 0.1294)), 18px);
  --font-size-ssm: clamp(14px, calc(0.875rem + ((1vw - 3.75px) * 0.1294)), 16px);
  --font-size-mainmenu: clamp(20px, calc(1.25rem + ((1vw - 12.8px) * 0.4688)), 23px);
  --font-size-mobilemenu: clamp(20px, calc(1.25rem + ((1vw - 12.8px) * 0.4688)), 23px);
  /* colors */
  --white-color: rgba(255,255,255,1);
  /* --black-color: rgba(0,0,0,1); */
  --black-color: #4d4d4d;
  --blue-color: rgba(0,100,166,1);
  --main-width: 1720px;
  --w: calc(100% - var(--main-width));
  --hw: calc(var(--w)/2);
  --hhw: calc(var(--hw) - 60px);
  --inside-width: 1370px;
  --font-Source-Sans-3: "Source Sans 3", sans-serif;
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  line-height: 1.2em;
}

html {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  scroll-behavior: smooth;
  scroll-padding-top: 130px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

@media (max-width: 768px) {
  html {
    scroll-padding-top: 90px;
  }
}
body {
  position: relative;
  margin: 0;
  padding: 120px 0 0 0;
  width: 100%;
  min-width: 375px;
  height: 100%;
  font-family: var(--font-Source-Sans-3);
  font-size: var(--font-size-p);
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: italic;
  color: var(--black-color);
  overflow-x: hidden;
  background: #fafafa;
}
@media (max-width: 768px) {
  body {
    padding: 80px 0 0 0;
  }
}

h1 {
  font-size: var(--font-size-h1);
}

h2 {
  font-size: var(--font-size-h2);
}

h3 {
  font-size: var(--font-size-h3);
}

h4 {
  font-size: var(--font-size-h4);
}

h5 {
  font-size: var(--font-size-h5);
}

p {
  font-size: var(--font-size-p);
  white-space: pre-line !important;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 400;
}

strong {
  font-weight: 600 !important;
  font-size: auto !important;
}

a {
  color: var(--blue-color);
  text-decoration: underline;
}
a:hover {
  text-decoration: none;
}

ul li, ol li {
  font-size: var(--font-size-sm);
}

ol {
  list-style-type: decimal;
}

.myNote {
  display: block;
  border: 1px solid #e4e5e5;
  border-radius: 10px;
  background: #fafafa;
  padding: 10px;
  font-size: var(--font-size-ssm);
}

.mySmallText {
  font-size: var(--font-size-ssm);
}

.myDarkBlue {
  color: #0064A6;
}

.wpb_wrapper {
  font-size: var(--font-size-sm);
}
.wpb_wrapper h1, .wpb_wrapper h2, .wpb_wrapper h3, .wpb_wrapper h4, .wpb_wrapper h5, .wpb_wrapper h6 {
  display: block;
  margin: 10px 0 !important;
}
.wpb_wrapper h5 {
  margin: 25px 0;
  font-size: var(--font-size-h6);
}
.wpb_wrapper ul {
  margin: 10px 0 !important;
}

.nbo-title {
  width: 100%;
  max-width: var(--main-width);
  margin: 20px auto 10px;
  font-size: var(--font-size-h5);
  color: var(--blue-color);
}

.nbo-contact-form-title {
  display: block;
  margin: 60px auto 20px auto;
  font-size: var(--font-size-h5);
  color: var(--blue-color);
  max-width: 70%;
}
@media (max-width: 1200px) {
  .nbo-contact-form-title {
    max-width: 90%;
  }
}
@media (max-width: 1024px) {
  .nbo-contact-form-title {
    margin: 30px auto 20px auto;
  }
}
@media (max-width: 768px) {
  .nbo-contact-form-title {
    margin: 20px auto 20px auto;
    max-width: 100%;
  }
}

.nbo-def-contentainer-head {
  display: block;
  width: 100%;
  background: #43aee1;
  margin: 0;
  padding: 0 90px 0 30px;
}
@media (max-width: 768px) {
  .nbo-def-contentainer-head {
    padding: 0 20px;
  }
}
.nbo-def-contentainer-head .nbo-def-contentainer-head-content {
  width: 100%;
  max-width: var(--main-width);
  margin: 0 auto;
  padding: 15px 0;
  font-size: var(--font-size-h6);
  font-weight: 500;
  color: var(--white-color);
  font-style: normal;
}

.nbo-def-content-title {
  display: block;
  width: 100%;
  font-size: var(--font-size-h5);
  font-weight: 400;
  color: var(--blue-color);
  margin: 0 0 10px;
}

.nbo-def-container {
  width: 100%;
  margin: 0;
  padding: 40px 90px 40px 30px;
}
@media (max-width: 1024px) {
  .nbo-def-container {
    padding: 30px 90px 30px 30px;
  }
}
@media (max-width: 768px) {
  .nbo-def-container {
    padding: 20px 90px 20px 20px;
  }
}
@media (max-width: 600px) {
  .nbo-def-container {
    padding: 20px;
  }
}
.nbo-def-container .nbo-def-content {
  width: 100%;
  max-width: var(--inside-width);
  margin: 0 auto;
}
.nbo-def-container .nbo-def-content h5 {
  display: block;
  font-size: var(--font-size-h6);
  margin: 0 0 10px;
}
.nbo-def-container .nbo-def-content p {
  display: block;
  margin: 0 0 10px;
  font-size: var(--font-size-sm);
}
.nbo-def-container .nbo-def-content ul, .nbo-def-container .nbo-def-content ol {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin: 10px 0 10px 40px;
  font-size: var(--font-size-sm);
}

.nbo-locations {
  position: relative;
  margin: 0;
  width: 100%;
  height: auto;
  aspect-ratio: 2.41/1;
  padding: 15px 30px;
  background: #fffdf1;
  border: 1px solid #d6dadf;
  border-radius: 15px;
  display: flex;
  flex-direction: column;
}
@media (max-width: 768px) {
  .nbo-locations {
    min-height: 260px;
    padding: 15px 10px;
  }
}
.nbo-locations h3 {
  font-size: var(--font-size-h4);
  font-weight: 500;
  color: var(--blue-color);
  line-height: 1.1em;
  margin-bottom: 0;
  z-index: 10;
}
@media (max-width: 425px) {
  .nbo-locations h3 {
    font-size: var(--font-size-h4);
  }
}
.nbo-locations .nbo-locations-map {
  position: relative;
  width: 100%;
  max-width: auto;
  height: 100%;
  aspect-ratio: 2.41/1;
  overflow: hidden;
  background: url("/i/map.svg") bottom center no-repeat;
  background-size: contain;
  margin: 0 auto;
}
.nbo-locations .nbo-locations-map .nbo-map-pin {
  position: absolute;
  font-size: var(--font-size-mainmenu);
  font-weight: 500;
  color: var(--blue-color);
  text-decoration: none;
}
.nbo-locations .nbo-locations-map .nbo-map-pin:hover::before {
  animation: bouncePin 2s ease infinite;
}
@media (max-width: 768px) {
  .nbo-locations .nbo-locations-map .nbo-map-pin {
    font-size: var(--font-size-h6);
    height: auto;
  }
}
@media (max-width: 600px) {
  .nbo-locations .nbo-locations-map .nbo-map-pin {
    font-size: var(--font-size-sm);
  }
}
.nbo-locations .nbo-locations-map .nbo-map-pin::before {
  position: absolute;
  content: "";
  bottom: 5px;
  width: 24px;
  height: 34px;
  background: url("/i/icons/map-pin.svg") center center no-repeat;
  background-size: contain;
}
.nbo-locations .nbo-locations-map .twn-1 {
  top: 45%;
  left: 35%;
}
.nbo-locations .nbo-locations-map .twn-1::before {
  left: -25px;
}
.nbo-locations .nbo-locations-map .twn-2 {
  top: 64%;
  left: 45%;
}
.nbo-locations .nbo-locations-map .twn-2::before {
  left: -25px;
}
.nbo-locations .nbo-locations-map .twn-4 {
  top: 50%;
  left: 70%;
}
.nbo-locations .nbo-locations-map .twn-4::before {
  left: -25px;
}
.nbo-locations .nbo-locations-map .twn-5 {
  top: 53%;
  left: 16%;
}
.nbo-locations .nbo-locations-map .twn-5::before {
  right: -25px;
}
.nbo-locations .nbo-locations-map .twn-6 {
  top: 44%;
  left: 47%;
}
.nbo-locations .nbo-locations-map .twn-6::before {
  right: -25px;
}
.nbo-locations .nbo-locations-map .twn-7 {
  top: 25%;
  left: 23%;
}
.nbo-locations .nbo-locations-map .twn-7::before {
  right: -25px;
}
.nbo-locations .nbo-locations-map .twn-8 {
  top: 10%;
  left: 19%;
}
.nbo-locations .nbo-locations-map .twn-8::before {
  right: -25px;
}
.nbo-locations .nbo-locations-map .twn-9 {
  top: 22%;
  left: 44%;
}
.nbo-locations .nbo-locations-map .twn-9::before {
  left: -25px;
}
@media (max-width: 425px) {
  .nbo-locations .nbo-locations-map .twn-1 {
    top: 45%;
    left: 24%;
  }
  .nbo-locations .nbo-locations-map .twn-4 {
    top: 50%;
    left: 83%;
  }
  .nbo-locations .nbo-locations-map .twn-5 {
    top: 52%;
    left: 15%;
  }
  .nbo-locations .nbo-locations-map .twn-5::before {
    right: auto;
    left: -25px;
  }
  .nbo-locations .nbo-locations-map .twn-7 {
    top: 27%;
    left: 8%;
  }
  .nbo-locations .nbo-locations-map .twn-8 {
    top: 10%;
    left: 6%;
  }
  .nbo-locations .nbo-locations-map .twn-9 {
    top: 22%;
    left: 40%;
  }
}

@keyframes bouncePin {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-15px);
  }
  60% {
    transform: translateY(-5px);
  }
}
.crumbs-path {
  display: block;
  width: 100%;
  font-size: var(--font-size-ssm);
  margin: -15px 0 30px;
}
.crumbs-path ol {
  display: flex;
  flex-direction: row !important;
  flex-wrap: wrap;
  gap: 5px;
  list-style-type: none;
  margin: 0 !important;
}
.crumbs-path ol li {
  color: #808080;
}
.crumbs-path ol li a {
  text-decoration: underline;
  color: var(--blue-color);
}
.crumbs-path ol li a:hover {
  text-decoration: none;
}

.inside-width {
  max-width: var(--inside-width) !important;
}

/* TO TOP BTN START */
#nbo-totop {
  opacity: 0;
  position: fixed;
  bottom: 40px;
  right: 20px;
  width: 34px;
  height: 34px;
  border-radius: 6px;
  background: var(--blue-color);
  z-index: 9999;
  transition: all 0.5s;
}

#nbo-totop:hover {
  transform: scale(1.2);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

#nbo-totop::before {
  position: absolute;
  content: "";
  top: 14px;
  left: 10px;
  border: solid var(--white-color);
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 6px;
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
}

.nbo-show-totop {
  opacity: 1 !important;
}

/* TO TOP BTN END */
.nbo-item-rm {
  margin-top: auto;
  position: relative;
  color: var(--blue-color);
  font-weight: 400;
  font-size: var(--font-size-ssm);
  font-weight: 500;
  align-self: flex-start;
  text-decoration: none;
}

.nbo-item-rm::before, .nbo-item-rm::after {
  position: absolute;
  content: "";
  top: 50%;
  transition: all 0.5s;
}

.nbo-item-rm::before {
  width: 10px;
  height: 1px;
  background: var(--blue-color);
  right: -20px;
}

.nbo-item-rm::after {
  border: solid var(--blue-color);
  border-width: 0 1px 1px 0;
  display: inline-block;
  padding: 1.5px;
  transform: rotate(-45deg) translateY(-50%);
  -webkit-transform: rotate(-45deg) translateY(-50%);
  right: -22px;
}

.nbo-item-rm:hover::before {
  right: -25px;
}

.nbo-item-rm:hover::after {
  right: -27px;
}

.nbo-contacts-content-form {
  position: relative;
  width: 100%;
  max-width: 70%;
  background: var(--white-color);
  border-radius: 15px;
  margin: 0 auto;
  padding: 30px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  justify-content: flex-start;
  align-content: flex-start;
  align-items: flex-start;
}
@media (max-width: 1200px) {
  .nbo-contacts-content-form {
    max-width: 90%;
  }
}
@media (max-width: 768px) {
  .nbo-contacts-content-form {
    gap: 20px;
    padding: 20px;
    max-width: 100%;
  }
}

.Errors {
  width: 100%;
  color: red;
}

.nbo-contacts-content-form-lbl {
  width: 100%;
  max-width: calc(50% - 15px);
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 5px;
  font-size: var(--font-size-sm);
  -webkit-user-select: none; /* Safari */ /* IE 10 and IE 11 */
  -moz-user-select: none;
       user-select: none; /* Standard syntax */
}
@media (max-width: 768px) {
  .nbo-contacts-content-form-lbl {
    max-width: 100%;
  }
}
.nbo-contacts-content-form-lbl .error {
  color: #43aee1;
  font-size: var(--font-size-h5);
  line-height: 0.7em;
}
.nbo-contacts-content-form-lbl a {
  color: var(--blue-color);
  text-decoration: underline;
}
.nbo-contacts-content-form-lbl a:hover {
  text-decoration: none;
}
.nbo-contacts-content-form-lbl .nbo-contacts-content-form-lbl-row {
  display: flex;
  justify-content: flex-start;
  align-content: flex-start;
  align-items: flex-start;
}
.nbo-contacts-content-form-lbl .nbo-contacts-content-form-inp,
.nbo-contacts-content-form-lbl .nbo-contacts-content-form-txt,
.nbo-contacts-content-form-lbl .nbo-contacts-content-form-sel {
  order: 5;
  width: 100%;
  border: 1px solid #d6dadf;
  border-radius: 6px;
  min-height: 40px;
  outline: none;
  padding: 6px;
  font-size: var(--font-size-ssm);
}
.nbo-contacts-content-form-lbl .nbo-contacts-content-form-inp:focus, .nbo-contacts-content-form-lbl .nbo-contacts-content-form-inp:active,
.nbo-contacts-content-form-lbl .nbo-contacts-content-form-txt:focus,
.nbo-contacts-content-form-lbl .nbo-contacts-content-form-txt:active,
.nbo-contacts-content-form-lbl .nbo-contacts-content-form-sel:focus,
.nbo-contacts-content-form-lbl .nbo-contacts-content-form-sel:active {
  border: 1px solid var(--blue-color);
}
.nbo-contacts-content-form-lbl .nbo-contacts-content-form-txt {
  min-height: 100px;
}
.nbo-contacts-content-form-lbl .nbo-contacts-content-form-chk {
  width: 20px;
  height: 20px;
  vertical-align: middle;
  display: inline-block;
  margin: 0px 6px 0 0;
  padding: 0;
}

.nbo-contacts-content-form-box {
  width: 100%;
  max-width: calc(50% - 15px);
  align-self: flex-end;
}
@media (max-width: 768px) {
  .nbo-contacts-content-form-box {
    max-width: 100%;
  }
}
.nbo-contacts-content-form-box .nbo-contacts-content-form-lbl {
  width: 100%;
  max-width: 100%;
}

.captcha {
  display: block;
  margin: 0 0 10px;
}

.nbo-contacts-content-form-submit {
  width: 100%;
}
.nbo-contacts-content-form-submit .nbo-contacts-content-form-submit-btn {
  width: 100%;
  max-width: 33.33%;
  background: var(--blue-color);
  border: none;
  font-size: var(--font-size-p);
  color: var(--white-color);
  font-family: var(--font-Source-Sans-3);
  font-style: italic;
  font-weight: 400;
  border-radius: 6px;
  background: #43aee1;
  height: 40px;
  cursor: pointer;
  transition: all 0.5s;
}
.nbo-contacts-content-form-submit .nbo-contacts-content-form-submit-btn:hover {
  background: var(--blue-color);
}
@media (max-width: 768px) {
  .nbo-contacts-content-form-submit .nbo-contacts-content-form-submit-btn {
    max-width: 50%;
  }
}

#form-submitted {
  position: absolute;
}
#form-submitted:target {
  top: -250px;
  position: absolute;
}
@media (max-width: 1023px) {
  #form-submitted:target {
    top: -150px;
  }
}

.spam-lbl {
  display: block;
  margin: 10px 0 0 0;
  font-size: var(--font-size-ssm);
}

.Success {
  font-size: var(--font-size-h6);
  color: #32cd32;
}

.p-form {
  display: flex;
  gap: 30px;
}
@media (max-width: 768px) {
  .p-form {
    flex-direction: column;
    gap: 20px;
  }
}
.p-form .nbo-contacts-content-form-col {
  width: 100%;
  max-width: calc(50% - 15px);
  display: flex;
  flex-direction: column;
  gap: 30px;
}
@media (max-width: 768px) {
  .p-form .nbo-contacts-content-form-col {
    max-width: 100%;
  }
}
.p-form .nbo-contacts-content-form-col .check-box-holder {
  display: flex;
  gap: 20px;
}
.p-form .nbo-contacts-content-form-col .nbo-contacts-content-form-box {
  max-width: 100%;
}
.p-form .nbo-contacts-content-form-col .nbo-contacts-content-form-lbl {
  width: 100%;
  max-width: 100%;
}
.p-form .nbo-contacts-content-form-col .nbo-contacts-content-form-txt {
  min-height: 136px;
}

img.myImgLeft {
  float: left;
  height: auto !important;
  max-width: 100% !important;
  max-height: 100% !important;
  margin: 0 20px 10px 0;
}

img.myImgRight {
  float: right;
  max-width: 100% !important;
  max-height: 100% !important;
  margin: 0 0 10px 20px;
}/*# sourceMappingURL=MainSkin.css.map */