:root{
  --primaryColor: #1a8400;
  --containerWidth: 1800px;
  --bodyColor: #ccc9c6;
  }

* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
  -moz-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  -ms-text-size-adjust: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;

}

::-webkit-scrollbar {
    width: 8px;
    height: 8px
}

::-webkit-scrollbar-track {
    background-color: #f5f4f2
}

::-webkit-scrollbar-thumb {
    background-color: #999999
}

::-webkit-scrollbar-thumb,::-webkit-scrollbar-track {
    border-radius: 12px
}

* {
    scrollbar-width: thin;
    scrollbar-color: #999999 #f5f4f2
}
* {
  font-family: "Schibsted Grotesk", sans-serif;
  font-optical-sizing: auto;

  font-style: normal;
  font-variation-settings:
    "wdth" 100;
}

html, body {
  width: 100%;
  padding: 0;
  margin: 0;
    overflow-x: hidden;
}

body {
  padding: 0;
  margin: 0;
  width: 100%;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height:1.5;
  min-width: 320px;
  color: #000;

  background-color: #fff;
}

section {
  position: relative;
  clear: both;
  width: 100%;
}

*:focus, a:hover, a:active, a:focus {
  outline: 0;
}

*:focus {
  outline-style: none;
  box-shadow: none;
  border-color: transparent;
}

button::-moz-focus-inner, select::-moz-focus-inner {
  border: 0;
  outline: 0;
}

figure {
  padding: 0;
  margin: 0;
}
a {
  opacity: 1;
  color: #000;
  font-weight: 500;
  text-decoration: none;
  -webkit-transition: all .6s cubic-bezier(.4, 0, .2, 1);
  -moz-transition: all .6s cubic-bezier(.4, 0, .2, 1);
  -o-transition: all .6s cubic-bezier(.4, 0, .2, 1);
  transition: all .6s cubic-bezier(.4, 0, .2, 1);
  /* transition-timing-function: cubic-bezier(0.16, 0.84, 0.44, 1); */
}

a:hover {
  text-decoration: none;
}

img {
  border: 0;
  outline: none;
  display: block;
  min-height: 1px;
  max-width: 100%;
  height: auto
}

img::selection {
  background: none;
}

h1, h2, h3, h4, h5, h6 {
  padding: 0px;
  margin: 0;
 /* font-family: "Roboto Condensed", sans-serif; */
  font-weight: 500;
  line-height: 1.2;
}

h1 {
font-size: 40px;
margin-bottom: 30px;
}
h2{
  font-size: 30px;
  margin-bottom: 20px;
}
h3{
  font-size: 26px;
  margin-bottom: 20px;
}
h4{
  font-size: 24px;
  margin-bottom: 15px;
}

h5{
  font-size: 22px;
  margin-bottom: 15px;
}

h6{
  font-size: 18px;
  margin-bottom: 10px;
}

ul {
  padding: 0 0 20px 20px;
  margin: 0;
}

ol {
  padding: 0 0 20px 20px;
  margin: 0;
}

ul li {
  position: relative;
  padding: 5px 0 5px 0px;
}

ol li {
  padding: 5px 0 5px 0px;
}

ul ol{
  padding: 0 0 0 40px;
}
b, strong{
  font-weight: 600;
}
p {
  margin: 0;
  padding: 0 0 20px 0;
  position: relative;
}


input[type='text'],
input[type='tel'],
input[type='date'],
input[type='email'],
textarea,
select{
  width: 100%;
  border: 0px;
border-bottom: 1px solid #000;
font-size: 16px;
padding: 8px 10px !important;
margin: 0;
color: #000000;
border-radius: 0;
-webkit-appearance: none;
-moz-appearance:    none;
appearance:        none;
background-color: transparent !important;

}

input[type='submit'], input[type=button], input[type=reset], button, .primaryBtn {
  font-size: 12px;
  line-height: 1.2;
  background-color: var(--primaryColor);
  color: #fff;
  padding: 8px 15px;
  border-radius: 0px;
  display: inline-block;
border: 0;
  text-align: center;
  width: auto;
  min-width: 80px;
  cursor: pointer;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
  transition: all .5s ease;
  word-break: break-word;
  width: auto;
}

input[type='submit']:hover, input[type=button]:hover, input[type=reset]:hover, button:hover, .primaryBtn:hover{
  background-color: #000;
}

.col_1_1, .col_1_1_1, .col_1_1_1_1
{
  margin: 0 auto;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-flow: row wrap;
  width: 100%;
}
.container{
  width: 100%;
  max-width: var(--containerWidth);
  margin: 130px auto 0 auto;
  padding: 0px;
  background: #fff;
  border-radius: 10px;
  display: block;
  position: relative;

}

.centerBlock{
  position: relative;
    max-width: var(--containerWidth);
    margin: 0 auto;
    padding: 0px 50px;
}

header{
  background: #fff;
  position: fixed;
  left: 0;
  top:0;
  z-index: 4;
  padding: 20px 0;
  width: 100%;
  border-bottom:1px solid #e4e4e4;
}
header .centerBlock{
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
header .primaryBtn{
  text-transform: uppercase;
}

.logo{
  width: 210px;
}
.logo img{
  width: 100%;
}
header nav{margin-top: 35px; padding-right: 160px;}
ul.mainMenu{    margin: 0 0 0 0;
    padding: 0;
    list-style: none;
    display: flex;
    font-size: 15px;
    position: relative;
    z-index: 1;
}
ul.mainMenu > li{
  padding: 0px 15px;
}
ul.mainMenu  li a{
  color: #000;
  padding: 5px 0px;
  position: relative;
  font-weight: 400;
}
.mainMenu ul{
  position: absolute;
  left: 0px;
  top: 25px;
opacity: 0;
z-index: -1;
visibility: hidden;
white-space: nowrap;
display: flex;
flex-direction: column;
padding: 10px 15px;
list-style: none;
margin: 0;
border-radius: 0 ;
background-color: #fff;
border:1px solid #e4e4e4;
}
ul.mainMenu > li:hover ul{
  opacity: 1;
  z-index:1;
  visibility: visible;

}
ul.mainMenu > li:has(ul){
  padding-right: 25px;
}
ul.mainMenu > li:has(ul) > a::after
{content: '';

        display: block;
        position: absolute;
        right: -10px;
        top: 45%;
        width: 6px;
        height: 6px;
      transform: rotate(45deg) translateY(-50%);
    border-right: 2px solid #000;
  border-bottom: 2px solid #000;}
.connectBlock
{    position: absolute;
    right: 50px;
    display: flex;
    flex-direction: column-reverse;
align-items: flex-end;
font-size: 15px;
z-index: 0;

  }
  .connectBlock .primaryBtn{
    margin-top: 15px;
        padding: 8px 10px;
  }
  .connectBlock a[href^="mailto:"]{
    padding-left: 25px;
    background: url('../images/email-address.png');
    background-repeat: no-repeat;
    background-position: center left;
    background-size: auto 15px;
    line-height: 1.5;
    display: inline-block;
    font-weight: 400;
  }
  .connectBlock a[href^="tel:"]{
    padding-left: 20px;
    background: url('../images/call-us.png');
    background-repeat: no-repeat;
    background-position: center left;
    background-size: auto 15px;
    margin-right: 20px;
    line-height: 1.5;
    display: inline-block;
    font-weight: 400;
  }


.col_1_1 .col{
  width: 50%;

}
.col_1_1 .col:first-child{
  padding-right: 0px;
}
.col_1_1 .col:last-child{
  padding-left: 50px;
}



h3.highlight {
      position: relative;
      display: inline-block;
      text-transform: uppercase;
      z-index: 1;
      background:  #e8ac01;
      color: #fff;
      top: 1px;
      left: 0px;
      padding: 5px 15px;
      border-radius: 0px;
      font-size: 16px;
      line-height: 22px;

 }
h3.highlight::after {
      content: '';
      display: block;
      position: absolute;
      z-index: -1;
      width: 100%;
      height: 32px;
      transform: skewX(45deg);
    background: rgb(232 172 1 / 70%);
      left: 20px;
      top: 0px;
 }
  h3.highlight::before {
      content: '';
      display: block;
      position: absolute;
      z-index: -1;
      width: 100%;
      height: 32px;
      transform: skewX(-45deg);
    background: rgb(232 172 1 / 70%);
      left: 20px;
      top: 0px;
 }
 ul.tick {position: relative; list-style: none; padding: 0; margin-bottom: 20px;}
 ul.tick::before {
     content: '';
     display: inline-block;
     position: absolute;
     width: 0;
     height: calc(100% - 20px);
     border: 1px dashed #000;
     left: 10px;
     top: 12px;
 }
 ul.tick > li:last-child{
   padding-bottom: 0;
 }
ul.tick > li
 {
 padding: 9px 0px 9px 30px;}
ul.tick > li::before {
    content: '';

   left: 8px;
   top: 12px;
   height: 9px;
   width: 5px;
   display: inline-block;
    transform: rotate(45deg) translateY(0%);
position: absolute;
    z-index: 2;
   border-bottom: 2px solid #1a8400;
border-right: 2px solid #1a8400;
}
ul.tick > li::after {
     content: '';
     position: absolute;
     left: 0px;
     top: 7px;
     display: inline-block;
     height: 20px;
     width: 20px;
     background: #fff;
     border-radius: 100%;
     border: 2px solid #1a8400;
 }

ul.tick > li p{padding: 0;}
 .custom-counter {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.custom-counter li {
  counter-increment: step-counter;
  margin-bottom: 10px;
  padding: 3px 0 3px 30px;
  position: relative;
}

.custom-counter li::before {
  content: counter(step-counter);

  font-size: 12px;
  width: 20px;
  height: 20px;
  background-color: var(--primaryColor);
  color: white;
  font-weight: bold;
  display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 0;
    top: 3px;
  border-radius: 50%;
}

.bspace{
padding-bottom: 70px;
}

ul.columnStyle{
  column-count: 2;
padding-left: 15px;
list-style-type: square;
gap:30px;
margin-top: 15px;
padding-bottom: 20px

}
ul.columnStyle.three{
  column-count: 3;
    border: 1px solid #e4e4e4;
    padding: 15px 30px 20px 30px !important;
}

.card ul.columnStyle:not(:last-child){
  padding-bottom: 30px
}
.tableWrap{width: 100%;
overflow: auto;}
.tableWrap table{
  table-layout: fixed;
  min-width: 420px;
  border: 1px solid #ebebeb; border-collapse: collapse;
}
.tableWrap table th, .tableWrap table td
{
  padding: 5px;
text-align: left;
border: 1px solid #ebebeb;
}
.col_1_1 .col:last-child:has(.twomap){padding-left: 20px !important;}
.twomap{
  justify-content: space-between;
  align-items: flex-start !important;
}
.twomap .mapHolder{
  width: calc(50% - 10px);
}
.col_1_1_1.threemap
{
  gap:15px;
  margin-top: 20px;
}
.col_1_1_1.threemap .col{
  width: calc(33.33% - 10px);
}

.mapHolder
{
  position: relative;
  padding-top: 56.5%;
  width: 100%;
  margin-bottom: 20px;
  background: #fcfcfc;
}
.twomap .mapHolder{
  padding-top: 45%
}
.col_1_1_1.threemap .col .mapHolder{
  padding-top: 65%;margin-top: 10px;
}
.mapHolder iframe
{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
