/* normalize.css */
@import "lightgallery.css";
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

main {
  display: block;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

.screen-reader-text {
  display: none;
}

/* /normalize.css */
html {
  margin: 0;
  padding: 0;
  font-size: 18px;
  line-height: 1.5em;
}

body {
  margin: 0;
  padding: 0;
  font-family: "Figtree", sans-serif;
}
body.disa-bar-open .disa-wrap {
  display: flex;
}
body.fullscreen-road-qual .form-road-qual {
  display: flex;
  justify-content: center;
  align-items: center;
}
body.fullscreen-search .form-search-box {
  display: flex;
  justify-content: center;
  align-items: center;
}

a {

  transition: all 0.3s ease;
}

header {
  position: relative;
  top: 0;
  display: flex;
  flex-direction: column;
  background-color: #ffffff;
  z-index: 999;
  padding: 80px 0;
}
header > div {
  order: 2;
}
header .wrap {
  margin: 0 auto;
  padding: 0 40px;
  min-width: 1340px;
  max-width: 1840px;
  width: calc(100% - 80px);
  display: flex;
  flex-grow: 1;
  justify-content: center;
}
header .top-msg {
  padding: 7px 0;
  min-height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #0C91BA;
  color: #ffffff;
  font-size: 0.889rem;
  font-weight: 600;
}
header .top-msg p {
  margin: 0;
  padding: 0;
  width: 100%;
  text-align: left;
}

.cb-pagesteps .wrap-limit{
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
}
header .top-msg marquee {
  height: 100%;
  vertical-align: middle;
}
header .top-msg a {
  color: #ffffff;
}
header .top-main {
  /* padding: 0 40px; */
  max-width: 1640px;
  flex-grow: 1;
  display: flex;
  align-items: center;
}
header .logo {
}
header .logo a {
  width: 263px;
  height: 66px;
  background: url("../img/logo-black.svg") center center no-repeat;
  background-size: 100% auto;
  display: block;
  text-indent: -9999em;
  overflow: hidden;
  user-select: none;
}
header .menu {
  flex-grow: 1;
  display: flex;
  justify-content: center;
  align-items: stretch;
}
header .menu > ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  justify-content: center;
}
header .menu > ul > li {
  font-size: 1rem;
  position: relative;
}
header .menu > ul > li > a {
  padding: 0 1.667rem;
  padding: 0 clamp(0.5rem, 1vw, 1.667rem);
  height: 100%;
  display: flex;
  align-items: center;
  color: #231F20;
  text-decoration: none;
  font-weight: 400;
  white-space: nowrap;
  border-bottom: 5px solid transparent;
}
header .menu > ul > li > a:hover {
  background-color: #fafafa;
  border-bottom: 5px solid #0C91BA;
}
header .menu > ul > li.current-menu-item > a {
  background-color: #fafafa;
  border-bottom: 5px solid #0C91BA;
}
header .menu > ul > li > ul {
  padding: 10px 30px;
  width: 240px;
  list-style: none;
  position: absolute;
  left: 0;
  background-color: #fafafa;
  font-size: 0.944rem;
  line-height: 1.25rem;
  visibility: hidden;
  opacity: 0;
  z-index: 10;
  white-space: normal;
  border-bottom: 5px solid #0C91BA;
  transition: opacity 0.3s ease;
}
header .menu > ul > li > ul > li {
  padding: 10px 0;
}
header .menu > ul > li > ul > li.current-menu-item > a {
  color: #0C91BA;
}
header .menu > ul > li > ul > li > a {
  color: #231F20;
  text-decoration: none;
}
header .menu > ul > li > ul > li > a:hover {
  color: #0C91BA;
}
header .menu > ul > li.menu-item-has-children:hover > a {
  background-color: #fafafa;
  border-bottom: 0;
  border-bottom-color: transparent;
}
header .menu > ul > li.menu-item-has-children:hover > ul {
  visibility: visible;
  opacity: 1;
}
header .menu-mob {
  display: none;
}
.home header .icons, #mob-menu .icons{
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgb(255 255 255 / 40%);
  border-radius: 15px;
  padding: 1em 2em;
}
#mob-menu .icons .lang-item{
  text-transform: uppercase;
}
header .icons ul:first-of-type,  #mob-menu .icons ul:first-of-type, header .icons ul:last-of-type li:first-of-type,  #mob-menu .icons ul:last-of-type li:first-of-type{
  margin-right: 50px;
}
#mob-menu #menu-meniu, #mob-menu #menu-meniu-english{
  display: inline-block;
  list-style-type: none;
  margin-block-start: 0;
  margin-block-end: 0;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  padding-inline-start: 0;
  margin-top: 50px;
  width: 100%;
}
#mob-menu #menu-meniu > li > a, #mob-menu #menu-meniu-english > li > a{
  margin-bottom: 50px;
  display: block;
}
#mob-menu #menu-meniu > li {
  /* margin-right: 100px; */
  /* min-width: 20%; */
}
#mob-menu #menu-meniu ul,#mob-menu #menu-meniu-english ul{
  list-style-type: none;
  margin-block-start: 0;
  margin-block-end: 0;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  padding-inline-start: 0;
}
#mob-menu #menu-meniu .menu-item-has-children,#mob-menu #menu-meniu-english .menu-item-has-children{
  width: 20%;
  float: left;
  padding-right: 100px;
}
#mob-menu #menu-meniu > li a,#mob-menu #menu-meniu-english > li a{
  font-size: 29px;
  line-height: 35px;
  color: #fff;
  text-decoration: none;
}
#mob-menu #menu-meniu  li,#mob-menu #menu-meniu-english  li{
  line-height: 26px !important;
  margin-bottom: 10px;
}
#mob-menu #menu-meniu  li  a{
 /* line-height: 22px !important; */

}
#mob-menu #menu-meniu > li > a::after,#mob-menu #menu-meniu-english > li > a::after{
  content: url(../img/arrmob.svg);
  width: 25px;
  height: 15px;
  position: absolute;
  margin-left: 30px;
  transition: all .2s linear;
}

#mob-menu #menu-meniu > li.facebook > a::after,#mob-menu #menu-meniu > li.linkedin > a::after,#mob-menu #menu-meniu > li.youtube > a::after,#mob-menu #menu-meniu-english > li.facebook > a::after,#mob-menu #menu-meniu-english > li.linkedin > a::after,#mob-menu #menu-meniu-english > li.youtube > a::after{
  content: none;
}

#mob-menu #menu-meniu > li,#mob-menu #menu-meniu-english > li{
  line-height: 36px;
}
#mob-menu #menu-meniu > li > a:hover::after,#mob-menu #menu-meniu-english > li > a:hover::after{
  margin-left: 20px;
  transition: all .2s linear;
}
#mob-menu #menu-meniu > li li a,#mob-menu #menu-meniu-english > li li a{
  font-size: 19px;
  line-height: 36px;
  color: #fff;
  width: 100%;
  display: block;
}
header .icons{
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgb(12 145 186 / 8%);
  border-radius: 15px;
  padding: 1em 2em;
}
header .icons ul , #mob-menu .icons ul{
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
}
#mob-menu .icons ul{
  align-items: center;
}
#mob-menu .icons ul svg{
  width: 20px;
  height: 20px;
}
header .icons li, #mob-menu .icons li {
  margin: 0 0 0 10px;
  display: inline-block;
}
header .icons li:first-of-type {
  margin: 0;
}
header .icons li.lang-item {
  text-transform: uppercase;
}
.home header .icons li.lang-item a , .home header .icons a,  #mob-menu .icons a{
  color: #ffffff;
  text-decoration: none;
  font-size: 21px;
}

.buttons-hero{
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
}

.buttons-hero .item{
  margin: 0 1.389rem 0 0;
  display: flex;
  background-color: transparent;
  opacity: 1;
  border: 1px solid #fff;
  transition: opacity 0.3s ease;
  border-radius: 15px;
}

.buttons-hero .item a{
  padding: 1rem 2rem 1rem 2rem;
  display: flex;
  align-items: center;
  color: #ffffff;
  font-size: 21px;
  font-weight: 400;
  text-decoration: none;
}

.pop-header{
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

header .icons a svg{
  width: 10px;
  height: 10px;
  margin-left: 15px;
}

body:not(.home) header .icons a svg .cls-1dot{
fill: #002633 !important;
}

header .icons li.lang-item a, header .icons a{
  color: #002633;
  text-decoration: none;
  font-size: 21px;
}
header .icons a,  #mob-menu .icons a{

  display: flex;
  justify-content: center;
  align-items: center;
}
header .icons a.disa {
  background-color: #3b3a3a;
}
header .icons a:hover {
  filter: brightness(1.2);
}
header .icons a span.label {
  display: flex;
}
header .disa-wrap {
  padding: 15px 0 15px;
  order: 1;
  width: 100%;
  justify-content: center;
  background: #000000;
  display: none;
}
header .disa-wrap .wrap {
  max-width: 1640px;
  display: flex;
}
header .disa-wrap .wrap .option {
  flex-grow: 1;
  font-size: 16px;
  color: #fff;
}
header .disa-wrap .wrap .option .title {
  font-size: 16px;
}
header .disa-wrap .wrap .option ul {
  margin: 0;
  padding: 0;
  display: inline-block;
  list-style: none;
}
header .disa-wrap .wrap .option ul li {
  display: inline-block;
}
header .disa-wrap .wrap .option ul li a {
  padding: 1px 6px;
  color: #ffffff;
  text-decoration: none;
  border: 1px solid #ffffff;
  background: #000000;
}
header .disa-wrap .wrap .option ul li a.active {
  color: #000000 !important;
  background: #ffffff;
}
header .disa-wrap .wrap .option ul li a.size1 {
  font-size: 14px;
  line-height: 14px;
}
header .disa-wrap .wrap .option ul li a.size2 {
  font-size: 17px;
  line-height: 17px;
}
header .disa-wrap .wrap .option ul li a.size3 {
  font-size: 20px;
  line-height: 20px;
}
header .disa-wrap .wrap .disa-close-btn {
  flex-grow: 0;
}
header .disa-wrap .wrap .disa-close-btn a {
  display: inline-block;
  width: 15px;
  height: 15px;
  text-indent: -9999em;
  overflow: hidden;
  outline: none;
  background: url("../img/icn-close.svg") center center no-repeat !important;
  background-size: 100% 100%;
  filter: brightness(5);
}

.main {
  margin: 0 0 3rem;
  min-height: 12rem;
}
.main > div > .wrap {
  margin: 0 auto;
  padding: 0 40px;
  min-width: 1340px;
  max-width: 1840px;
  width: calc(100% - 80px);
}
.main > div > .wrap-limit {
  max-width: 1640px;
}
.main > .index-news > .wrap {
  /* max-width: 1300px; */
}
.index-photo {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 90vh;
  /*770px;*/
  max-height: 1400px;
  display: flex;
  align-items: stretch;
}
.index-photo > .wrap {
  display: flex;
  flex-grow: 1;
  flex-direction: column;
  justify-content: flex-end;
}
.index-photo .block-hero {
  margin: 0 0 80px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  flex-wrap: nowrap;
}
.logo h1{
  font-size: 40px;
  font-weight: 400;
  color: #002633;
  margin: 0;
}
.block-hero img{
  width: 580px;
  /* max-width: 100%; */
}
.home header{
  top: 0;
  display: flex;
  flex-direction: column;
  background-color: transparent;
  z-index: 999;
  position: absolute;
  width: 100%;
}
.index-photo .block-hero .text {
  max-width: 580px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  color: #ffffff;
  font-size: 3.833rem;
  line-height: 1.2em;
  font-weight: 700;
  user-select: none;
  width: 100%;
}
.uzpildas{
  display: flex;
  width: 100%;
  height: 70px;
  background-image: url("../img/longslashAsset4.svg");
  margin-left: 2em;
}
.index-photo .block-hero .text p {
  margin: 0;
  padding: 0;
}
.index-photo .block-hero .item-list-wrap {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  flex-grow: 1;
  width: 570px;
}
.index-photo .block-hero .item-list {
  display: flex;
  float: right;
  flex-wrap: nowrap;
  justify-content: flex-end;
  width: 570px;
}
.index-photo .block-hero .item-list .item {
  margin: 1.389rem 0 0 1.389rem;
  display: flex;
  background-color: transparent;
  opacity: 1;
  border: 1px solid #fff;
  transition: all 0.3s ease;
  border-radius: 15px;
}
.index-photo .block-hero .item-list .item:hover {
  opacity: 1;
}
.index-photo .block-hero .item-list .item .icn {
  margin: 0 18px 0 0;
}
.index-photo .block-hero .item-list .item a {
  padding: 1rem 2rem 1rem 2rem;
  display: flex;
  align-items: center;
  color: #ffffff;
  font-size: 21px;
  font-weight: 400;
  text-decoration: none;
  
}

.index-photo .block-hero .item-list .item:hover{
  
  background-color: #fff;
  transition: all 0.3s ease;
}

.index-photo .block-hero .item-list .item:hover a{
  color: #000;
}

.facebook::before{
  content: url(../img/fbpop.svg);
  width: 12px;
  height: 25px;
  position: relative;
  margin-left: 0;
  display: inline-block;
}
.linkedin::before{
  content: url(../img/linkedinpop.svg);
  width: 20px;
  height: 21px;
  position: relative;
  margin-left: 20px;
  display: inline-block;
}
.youtube::before{
  content: url(../img/ytpop.svg);
  width: 28px;
  height: 20px;
  position: relative;
  margin-left: 20px;
  display: inline-block;
}

.facebook, .youtube, .linkedin{
  display: inline-block;
  position: relative;
}

.facebook a, .youtube a, .linkedin a{
  display: inline-block !important;
  margin-left: 10px;
  font-size: 0 !important;
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  width: 100%;
  margin: 0;
  padding: 0;
}

.index-serv .item-list {
  display: flex;
  justify-content: space-between;
  margin-top: 100px;
  margin-bottom: 100px;
}
.index-serv .item-list .item {
  padding: 1.75vw;
  max-width: 27%;
  height: 280px;
  flex-grow: 1;
  display: flex;
  align-items: flex-end;
  border-bottom: 3px solid transparent;
  font-size: 1.111rem;
  font-size: 29px;
  color: #fff;
  font-weight: 400;
  line-height: 48px;
  text-decoration: none;
  border-radius: 15px;
  background-image: url(../img/longslashAsset4.svg);
  background-repeat: no-repeat;
  background-size: 14%;
  background-position: 10% 23%;
}
.index-serv .item-list .item:nth-of-type(1){
  background-color: #005063;
}
.index-serv .item-list .item:nth-of-type(2){
  background-color: #0C91BA;
}
.index-serv .item-list .item:nth-of-type(3){
  background-color: #002633;
}

.index-serv .item-list .item .icn {
  margin: 0 1rem 0 0;
  width: 4vw;
  height: 4vw;
  max-width: 67px;
  max-height: 67px;
  background-size: 100% auto;
}
.index-serv .item-list .item .label {
 
}

.index-serv .item-list .item .label span{
  font-size: 77px;
}

.index-news {
  margin: 3.889rem 0 0;
}
.index-news .block-pretitle {
  margin: 0;
  padding: 0;
  opacity: 0.33;
  color: #231F20;
  font-size: 1.167rem;
  font-weight: 600;
}
.index-news .block-title {
  margin: 0;
  padding: 0;
  color: #231F20;
  font-size: 40px;
  font-weight: 400;
  line-height: 48px;
  
}
.index-news .block-title a{
  text-decoration: none;
  margin: 0;
  padding: 0;
  color: #231F20;
  font-size: 40px;
  font-weight: 400;
  line-height: 48px;
}
.index-news .more-link {
  margin: 5rem 0 5.556rem;
  width: 100%;
  display: block;
  text-align: center;
}
.index-news .more-link a {
  padding: 1.389rem 1.944rem;
  display: inline-block;
  color: #ffffff;
  font-size: 1rem;
  font-weight: 600;
  background-color: #0C91BA;
  text-decoration: none;
}
.index-news .more-link a::after {
  margin: 0 0 0 1.111rem;
  content: "";
  display: inline-block;
  width: 1.167rem;
  height: 0.778rem;
  position: relative;
  background: url("../img/icn-arrow-right-white.svg") center center no-repeat;
  background-size: contain;
  transition: margin-left 0.3s ease;
}
.index-news .more-link a:hover {
  filter: brightness(1.1);
}

.news-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.news-list .item {
  margin: 3.333rem 0 1.667rem;
  width: calc(33% - 1rem);
}

.news-list .item .info{
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  flex-wrap: nowrap;
  height: 100%;
}
.news-list .item .img {
  width: 100%;
  /*height: 20vw;*/
  /* height: 285px;
  max-height: 285px; */
  display: flex;
}
.news-list .item .img a {
  width: 100%;
  display: block;
  background-color: white;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 10px;
  height: 285px;
}
#mdp-readabler-popup-box.mdp-readabler-modal-animation-fade #mdp-readabler-popup{
  right: 0;
  left: auto !important;
}
.news-list .item .info .date {
  margin: 1.944rem 0 0.833rem;
  padding: 0;
  opacity: 1;
  color: #A7A9AC;
  font-size: 14px;
  font-weight: 400;
}
.news-list .item .info .date::first-letter {
  text-transform: capitalize;
}
.news-list .item .info .title {
  color: #231F20;
  font-size: 29px;
  font-weight: 400;
  line-height: 36px;
  text-decoration: none;
  height: 100%;
  padding-right: 25px;
}
.news-list .item .info .block-text {
  color: #231F20;
  font-size: 1rem;
  font-weight: 400;
  line-height: 2em;
}
.news-list .item .info .block-btns a.link-arrow-right {
  color: #231F20;
  font-size: 21px;
  font-weight: 400;
  line-height: 29px;
  text-decoration: none;
}



.index-road-qual {
  padding: 2.5rem 0;
  background-position: center bottom;
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 365px;
}
.index-road-qual > .wrap {
  text-align: center;
}
.index-road-qual span.icn {
  margin: 10px 45px 45px;
}
.index-road-qual .label {
  margin: 0 0 45px;
  display: block;
  text-align: center;
  color: #ffffff;
  line-height: 1.25em;
  font-size: 2.111rem;
  font-weight: 700;
}
.index-road-qual .label p {
  margin: 0;
  padding: 0 0 25px;
  display: inline-block;
  border-bottom: 4px solid #0C91BA;
}

.form-fullscreen {
  display: none;
  padding: 1rem;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(29, 29, 27, 0.73);
  z-index: 1001;
}
.form-fullscreen > .wrap {
  background-color: #ffffff;
  max-height: 100%;
  overflow-y: auto;
  position: relative;
}
.form-fullscreen .form-close-btn {
  display: flex;
  justify-content: flex-end;
}
.form-fullscreen .form-close-btn a.close-fullscreen-form {
  padding: 0 5px;
  width: 44px;
  height: 44px;
  background: #f2f2f2 url("../img/icn-close.svg") center center no-repeat;
  background-size: 12px 12px;
  text-indent: -9999em;
  overflow: hidden;
  outline: none;
  user-select: none;
}
.form-fullscreen .form-close-btn a.close-fullscreen-form:hover {
  filter: brightness(0.9);
}

.form-cont {
  padding: 1rem 3.056rem 3.056rem;
  max-width: 670px;
}
.form-cont .pretitle {
  opacity: 0.33;
  color: #231F20;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.25em;
}
.form-cont .title {
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.25em;
}
.wpcf7-list-item{
  margin: 0 !important;
}
.form-cont a {
  color: #231F20;
  text-decoration: underline;
}
.form-cont div[role=form] {
  padding: 1.944rem 0;
}
.form-cont div[role=form] .row {
  margin: 0 0 1.389rem;
}
.form-cont div[role=form] .row label {
  color: #231F20;
  font-size: 0.889em;
  line-height: 1.25rem;
  font-weight: 400;
}
.form-cont div[role=form] .row label > span {
  margin: 0.556em 0 0;
  max-width: 100%;
  display: block;
}
.form-cont div[role=form] .row label > span input {
  margin: 0;
  padding: 0.833rem 1.389rem;
  border: 0;
  display: block;
  width: calc(100% - 2.778rem);
  max-width: 100%;
  outline: none;
  background: rgba(242, 242, 242, 0.72);
  color: #231F20;
  font-size: 0.833rem;
}
.form-cont div[role=form] .row label > span textarea {
  margin: 0;
  padding: 0.833rem 1.389rem;
  height: 90px;
  border: 0;
  display: block;
  width: calc(100% - 2.778rem);
  max-width: 100%;
  outline: none;
  background: rgba(242, 242, 242, 0.72);
  resize: none;
  color: #231F20;
  font-size: 0.833rem;
  border-radius: 10px;
}
.form-cont div[role=form] .row input[type=submit] {
  margin: 0;
  border: none;
  padding: 15px 35px;
  display: inline-block;
  color: #ffffff;
  font-size: 1rem;
  font-weight: 600;
  background-color: #0C91BA;
  text-decoration: none;
  cursor: pointer;
  border-radius: 10px;
}
.form-cont div[role=form] .row input[type=submit]:hover {
  filter: brightness(1.1);
}
.form-cont div[role=form] .row-2cols {
  display: flex;
  justify-content: space-between;
}
.form-cont div[role=form] .row-2cols .col {
  width: calc(50% - 10px);
}
.form-cont div[role=form] .row-3cols {
  display: flex;
  justify-content: space-between;
}
.form-cont div[role=form] .row-3cols .col:nth-of-type(2) {
  margin: 0 20px;
  flex-grow: 1;
  color: #9b9b9a;
  font-size: 0.778rem;
  line-height: 1.25em;
}
.form-cont div[role=form] .row-3cols .col:nth-of-type(2) .wpcf7-checkbox > span {
  display: flex;
}
.form-cont div[role=form] .row-3cols .col:nth-of-type(2) input[type=checkbox] {
  margin: 0 12px 0 0;
  padding: 5px;
  height: 30px;
  width: 30px;
  background: rgba(242, 242, 242, 0.72);
  outline: none;
  cursor: pointer;
}
.form-cont div[role=form] .row-3cols .col:nth-of-type(3) {
  max-width: 160px;
  overflow: hidden;
}
.form-cont div[role=form] .row-3cols .col.col-fileupload label {
  padding: 10px 15px;
  display: inline-block;
  text-align: center;
  border: 1px dashed #707070;
  background-color: #ffffff;
  cursor: pointer;
}
.form-cont div[role=form] .row-3cols .col.col-fileupload input[type=file] {
  opacity: 0;
  visibility: hidden;
}

.index-logos {
  background: #efefef;
}
.index-logos .items-list {
  padding: 1rem 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.index-logos .items-list .slick-track {
  display: flex !important;
  align-items: center;
}
.index-logos .item {
  margin: 2px 2rem;
  min-width: 160px;
  width: calc(16.6666666667% - 4rem);
  display: flex;
}
.index-logos .item a {
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
}
.index-logos .item a:hover {
  filter: brightness(1.2);
}
.index-logos .item img {
  width: 100%;
  max-width: 160px;
  height: auto;
  max-height: 72px;
}

.index-promos .items-list {
  padding: 1.875rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.index-promos .item {
  width: calc(33% - 2rem);
  display: flex;
  flex-direction: column;
  transition: background-color 0.3s ease;
}
.index-promos .item:hover {
}
.index-promos .part-top {
  flex-grow: 1;
}
.index-promos .part-bottom {
  padding: 5px 0 0;
  display: flex;
  justify-content: space-between;
}
.index-promos .pretitle {
  margin: 0;
  padding: 0;
  color: #231F20;
  font-size: 29px;
  font-weight: 400;
  line-height: 36px;
  margin-top: 40px;
}
.index-promos{
  margin-bottom: 150px;
}
.index-promos .title {
  max-width: 100%;
  color: #231F20;
  font-size: 1.833rem;
  font-weight: 700;
  line-height: 1.25em;
  text-decoration: none;
  width: 100%;
}

.index-promos .more-btn {
  padding: 3.889rem 25px 0 0;
  flex-grow: 1;
  width: calc(40% - 25px);
  z-index: 2;
}
.index-promos a.read-more {
  padding: 15px 25px;
  font-size: 0.833rem;
  white-space: nowrap;
}
.index-promos .promo-img {
  width: 100%;
  display: flex;
  align-items: flex-end;
}
.index-promos img {
  width: 100%;
  max-width: 100%;
  border-radius: 10px;
  height: auto;
}

.cont-block {
  margin: 1rem 0;
}
.cont-block .page-title {
  color: #231F20;
  margin-bottom: 50px;
  margin-top: 50px;
}
.cont-block .page-title h1 {
  margin: 0;
  padding: 0;
  font-size: 40px;
  font-weight: 400;
  line-height: 48px;
}

.cont-block .page-title.news-page-title::after {
  margin: 15px 0 10px;
}
.cont-block .page-date {
  margin: 0.5rem 0 1rem;
  color: #bdbdbd;
  font-weight: 600;
  font-size: 0.889rem;
  line-height: 1.5em;
}
.cont-block .page-date:first-letter {
  text-transform: capitalize;
}
.cont-block .page-photo {
  margin: 0 0 2rem;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 36.667rem;
  height: clamp(10rem, 35vw, 36.667rem);
  border-radius: 15px;
}
.cont-block .event-info-row {
  margin: 0.25rem 0;
  font-size: 0.875rem;
}
.cont-block .block-title {
  font-size: 1.333rem;
}
.cont-block .block-text {
  color: #231F20;
  font-size: 21px;
  line-height: 29px;
}
.cont-block .block-text p {
  margin: 0 0 1rem 0;
}
.cont-block .block-btn a.btn {
  padding: 1rem 2rem 1rem 1.389em;
  border: none;
  color: #ffffff;
  font-size: 0.889em;
  display: inline-block;
  outline: none;
  cursor: pointer;
  background: #0C91BA url("../img/icn-arrow-right-white.svg") right center no-repeat;
  background-size: 15px 11px;
  border-right: 1.389em solid #0C91BA;
}
.cont-block .block-btn a.btn:hover {
  text-decoration: none;
  filter: brightness(1.1);
}
.cont-block img {
  max-width: 100%;
  height: auto;
}
.cont-block img.alignleft {
  margin: 5px 30px 20px 0;
  float: left;
}
.cont-block img.alignright {
  margin: 5px 0 20px 30px;
  float: right;
}
.cont-block img.aligncenter {
  margin: 20px auto;
  float: none;
  clear: both;
  display: block;
}
.cont-block a img {
  border: none;
  outline: none;
}
.cont-block h1 {
  margin: 1rem 0;
  font-size: 2.333rem;
  font-weight: 700;
  line-height: 1.25em;
  color: #231F20;
}
.cont-block h2 {
  margin: 1rem 0;
  font-size: 2.333rem;
  font-weight: 400;
  line-height: 1.25em;
  color: #231F20;
}
.cont-block h3 {
  margin: 1rem 0;
  font-size: 1.778rem;
  font-weight: 600;
  line-height: 1.25em;
  color: #231F20;
}
.cont-block h4 {
  margin: 1rem 0;
  font-size: 1.778rem;
  font-weight: 400;
  line-height: 1.25em;
  color: #231F20;
}
.cont-block h5 {
  margin: 1rem 0;
  font-size: 1.444rem;
  font-weight: 600;
  line-height: 1.25em;
  color: #231F20;
}
.cont-block h6 {
  margin: 1rem 0;
  font-size: 1.444rem;
  font-weight: 400;
  line-height: 1.25em;
  color: #231F20;
}
.cont-block a {
  color: #0C91BA;
  text-decoration: none;
}
.cont-block a:hover {
  text-decoration: underline;
  
}
.cb-pagesteps a:hover{
  color: #0C91BA;
  text-decoration: none;
}
.cont-block button {
  padding: 1rem 2rem 1rem 1.389em;
  border: none;
  color: #ffffff;
  font-size: 0.889em;
  outline: none;
  cursor: pointer;
  background: #0C91BA url("../img/icn-arrow-right-white.svg") right center no-repeat;
  background-size: 15px 11px;
  border-right: 1.389em solid #0C91BA;
}
.cont-block button:hover {
  filter: brightness(1.1);
}
.cont-block table {
  min-width: 100%;
  max-width: 100%;
  width: fit-content;
  height: auto !important;
  border-collapse: collapse;
  border: none;
  overflow-x: auto;
  display: block;
}
.cont-block table tbody {
  width: 100%;
  display: table;
}
.cont-block table th td {
  vertical-align: top;
}
.cont-block table tr:nth-child(even) {
  background-color: #ffffff;
}
.cont-block table tr:nth-child(odd) {
  background-color: #f4f4f4;
}
.cont-block table tr:nth-of-type(1) td {
  vertical-align: top;
}
.cont-block table td {
  padding: 0.5rem 1rem;
  border-left: 1px solid #e6e6e6;
}
.cont-block table td:first-child {
  border-left: none;
}

.h5vp_player button {
  border: none !important;
}

/* Text page */
.cont-block-1 .block-title {
  font-size: 1.333rem;
}

.cont-block-2cols .block-text {
  display: flex;
  justify-content: space-between;
  flex-grow: 1;
}
.cont-block-2cols .block-col-left {
  margin: 0 1rem 0 0;
  flex-basis: 50%;
}
.cont-block-2cols .block-col-right {
  margin: 0 0 0 1rem;
  flex-basis: 50%;
}

.cont-block-3cols .block-text {
  display: flex;
  justify-content: space-between;
  flex-grow: 1;
}
.cont-block-3cols .block-col-left {
  margin: 0 1rem 0 0;
  flex-basis: 33.333%;
  word-break: break-word;
}
.cont-block-3cols .block-col-center {
  margin: 0 1rem;
  flex-basis: 33.333%;
  word-break: break-word;
}
.cont-block-3cols .block-col-right {
  margin: 0 0 0 1rem;
  flex-basis: 33.333%;
  word-break: break-word;
}

.cont-block-photo-left > .wrap {
  display: flex;
  justify-content: space-between;
}
.cont-block-photo-left .block-title {
  margin-top: 0;
}
.cont-block-photo-left .float-photo-cont {
  width: calc(50% - 1rem);
  overflow: hidden;
}
.cont-block-photo-left .float-photo-cont img {
  width: 100%;
  height: auto;
}
.cont-block-photo-left .float-title-txt-cont {
  width: calc(50% - 1rem);
}

.cont-block-photo-left-button .block-title {
  margin-top: 0;
}
.cont-block-photo-left-button .float-title-txt-cont {
  padding: 2.5em 4rem;
  width: calc(50% + 1rem - 8rem);
  background-color: #fafafa;
}
.cont-block-photo-left-button .float-photo-cont {
  background-color: #fafafa;
}

.cont-block-photo-right > .wrap {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
}
.cont-block-photo-right .block-title {
  margin-top: 0;
}
.cont-block-photo-right .float-photo-cont {
  width: calc(50% - 1rem);
  overflow: hidden;
}
.cont-block-photo-right .float-photo-cont img {
  width: 100%;
  height: auto;
}
.cont-block-photo-right .float-title-txt-cont {
  width: calc(50% - 1rem);
}

.cont-block-photo-right-button .block-title {
  margin-top: 0;
}
.cont-block-photo-right-button .float-title-txt-cont {
  padding: 2.5em 4rem;
  width: calc(50% + 1rem - 8rem);
  background-color: #fafafa;
}
.cont-block-photo-right-button .float-photo-cont {
  background-color: #fafafa;
}

.cont-block-photo .block-photo-list {
  margin: 1rem 0;
}
.cont-block-photo .block-photo-item {
  margin: 0 0 1rem;
}
.cont-block-photo .block-photo-item img {
  min-width: 100%;
  width: 100%;
  height: auto;
  display: block;
}

.cont-block-photo-50 .block-photo-list {
  margin: 1rem 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.cont-block-photo-50 .block-photo-item {
  margin: 1rem 0 1rem;
  width: calc(50% - 1rem);
}
.cont-block-photo-50 .block-photo-item img {
  min-width: 100%;
  width: 100%;
  height: auto;
  display: block;
}

.cont-block-gallery .gallery-item-list {
  margin: -0.5rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.cont-block-gallery .gallery-item-list a.item-image {
  margin: 0.5rem;
  min-width: calc(25% - 1rem);
  flex-basis: calc(25% - 1rem);
  outline: none;
  text-decoration: none;
}
.cont-block-gallery .gallery-item-list a.item-image span {
  display: block;
  width: 100%;
  height: 300px;
  height: clamp(150px, 15vw, 300px);
  background-position: center center;
  background-size: cover;
}

.cont-block-files .file-list-block {
  margin: 0;
  padding: 0;
  list-style: none;
}
.cont-block-files .file-list-block li {
  padding: 0.5rem 0;
}
.cont-block-files .file-list-block li a {
  padding: 0 0 0 45px;
  display: flex;
  min-height: 33px;
  color: #231F20;
  align-items: center;
  background: url("../img/icn-file.svg") left center no-repeat;
  background-size: 26px 33px;
  text-decoration: none;
}
.cont-block-files .file-list-block li a:visited {
  color: #747474;
}
.cont-block-files .file-list-block li a:hover {
  color: #0C91BA;
}

.cont-block-links .link-list-block {
  margin: 0;
  padding: 0;
  list-style: none;
}
.cont-block-links .link-list-block li {
  padding: 0.5rem 0;
}
.cont-block-links .link-list-block li a {
  padding: 0 0 0 45px;
  display: flex;
  min-height: 34px;
  color: #231F20;
  align-items: center;
  background: url("../img/icn-search-document.svg") left center no-repeat;
  background-size: 26px 34px;
  text-decoration: none;
}
.cont-block-links .link-list-block li a:visited {
  color: #747474;
}
.cont-block-links .link-list-block li a:hover {
  color: #0C91BA;
}

.cont-block-yt .yt-video-frame {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  height: 0;
}
.cont-block-yt .yt-video-frame iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cont-block-yt .yt-tekstas {
  padding: 15px 0;
}
.cont-block-yt .yt-link {
  padding: 10px 0 15px;
}

.cont-block-contacts .contacts-list-block {
  margin: 0 -0.5rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.cont-block-contacts .contact-box {
  margin: 0.5rem;
  padding: 0 0 1rem;
  width: calc(25% - 1rem);
  line-height: 1.25em;
  background-color: #fafafa;
  border-radius: 10px;
}
.cont-block-contacts .contact-box .contact-title {
  margin: 0 0 1rem;
  padding: 1.389em 1rem;
  color: #002633;
  font-size: 1rem;
  font-weight: 400;
  border-radius: 15px;
}
.cont-block-contacts .contact-box .contact-subtitle {
  margin: 0.5rem 0;
  padding: 0 1rem;
  color: #231F20;
  font-size: 0.889rem;
  font-weight: 600;
}
.cont-block-contacts .contact-box .contact-text {
  margin: 0.5rem 0;
  padding: 0 1rem;
  color: #231F20;
  font-size: 0.833rem;
  font-weight: 400;
}
.cont-block-contacts .contact-box .contact-text p {
  margin: 0.5rem 0;
}
.cont-block-contacts .contact-box .phone-list-block {
  margin: 0.5rem 0;
  padding: 0 1rem;
  color: #231F20;
  font-size: 0.833rem;
  font-weight: 400;
}
.cont-block-contacts .contact-box .phone-list-block .phone {
  margin: 0.5rem 0;
  display: flex;
  align-items: center;
}
.cont-block-contacts .contact-box .phone-list-block .phone .icn {
  margin-right: 14px;
}
.cont-block-contacts .contact-box .contact-mail {
  margin: 0.5rem 0;
  padding: 0 1rem;
}
.cont-block-contacts .contact-box .contact-mail a {
  display: flex;
  align-items: center;
  word-break: break-word;
}
.cont-block-contacts .contact-box .contact-mail .icn {
  margin-right: 9px;
  width: 22px;
  height: 15px;
}

.cont-block-form .form-cont {
  margin: 0 auto;
  padding: 2rem 3.056rem 0.5rem;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.16);
  background-color: #ffffff;
  border-radius: 15px;
}

.cont-block-contacts-photo .contacts-list-block {
  margin: 0 -1.5rem;
  display: flex;
  flex-wrap: wrap;
}
.cont-block-contacts-photo .contacts-list-block .contact-box {
  margin: 1.5rem;
  padding: 1.26rem;
  width: calc(50% - 3rem - 2.52rem);
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.16);
  background-color: #fafafa;
  display: flex;
  justify-content: space-between;
}
.cont-block-contacts-photo .contacts-list-block .contact-box .photo-wrap {
  width: calc(50% - 1.9rem);
}
.cont-block-contacts-photo .contacts-list-block .contact-box .info-wrap {
  width: calc(50% - 1.9rem);
  display: flex;
  flex-direction: column;
}
.cont-block-contacts-photo .contacts-list-block .contact-box .info-wrap .part-top {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cont-block-contacts-photo .contacts-list-block .contact-box .info-wrap .part-top .name {
  width: 100%;
  color: #231F20;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.25em;
}
.cont-block-contacts-photo .contacts-list-block .contact-box .info-wrap .part-top .name::after {
  margin: 10px 0 0;
  width: 170px;
  content: "";
  display: block;
  position: relative;
  border-bottom: 4px solid #0C91BA;
}
.cont-block-contacts-photo .contacts-list-block .contact-box .info-wrap .part-top .work {
  margin: 10px 0 0;
  color: #231F20;
  font-size: 1.111rem;
  font-weight: 400;
  line-height: 1.5em;
}
.cont-block-contacts-photo .contacts-list-block .contact-box .info-wrap .part-bottom {
  margin: 1rem 0 0;
  display: flex;
  align-items: flex-end;
}
.cont-block-contacts-photo .contacts-list-block .contact-box .info-wrap .part-bottom a {
  display: flex;
}
.cont-block-contacts-photo .contacts-list-block .contact-box .info-wrap .part-bottom a:hover {
  filter: brightness(1.1);
}

.photo-1-1 {
  position: relative;
  width: 100%;
  padding-top: 100%;
  /* 1:1 Aspect Ratio */
}
.photo-1-1 .photo {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.cont-block-iframe .block-iframe {
  overflow-x: hidden;
}
.cont-block-iframe .block-iframe iframe {
  max-width: 100%;
}

.cont-block-tabs.tab-level-2 > .wrap > * {
  padding-left: 3rem;
  width: auto;
}
.cont-block-tabs.tab-level-3 > .wrap > * {
  padding-left: 6rem;
  width: auto;
}
.cont-block-tabs.tab-level-4 > .wrap > * {
  padding-left: 9rem;
  width: auto;
}
.cont-block-tabs .block-tab-row-item {
  margin: 1rem 0;
}
.cont-block-tabs .block-tab-row-item.open .tab-title a span.icn {
  transform: rotate(90deg);
}
.cont-block-tabs .block-tab-row-item .tab-title {
 border-bottom: 1px solid #002633;
}
.cont-block-tabs .block-tab-row-item .tab-title a {
  padding: 1rem 0;
  display: flex;
  color: #231F20;
  font-size: 21px;
  font-weight: 400;
  line-height: 25px;
  align-items: center;
}
.cont-block-tabs .block-tab-row-item .tab-title a:hover{
  text-decoration: none;
}
.cont-block-tabs .block-tab-row-item .tab-title a span.txt {
  padding-right: 0.5rem;
  flex-grow: 1;
}
.cont-block-tabs .block-tab-row-item .tab-title a span.icn {
  transition: all 0.3s ease;
  transform: rotate(-90deg);
}
.cont-block-tabs .block-tab-row-item .tab-content {
  display: none;
  margin: 10px 0;
  padding: 1rem 0;
}
.cont-block-tabs .block-tab-row-item .tab-content .cont-block-tab {
  margin: 1rem 0 2rem;
}
.cont-block-tabs .block-tab-row-item .tab-content .contacts-list-block .contact-box {
  background-color: #ffffff;
}
.cont-block-tabs .block-tab-row-item .tab-content .contacts-list-block .contact-box .contact-title {
  background-color: rgb(12 145 186 / 8%);
}

.cont-block-job .block-job-row-list .row {
  display: flex;
  background-color: #ffffff;
  font-size: 0.889rem;
}
.cont-block-job .block-job-row-list .row:nth-of-type(odd) {
  background-color: #f4f4f4;
}
.cont-block-job .block-job-row-list .row .row-title {
  padding: 0.5rem 1.389em;
  width: 11.111rem;
  border-right: 1px solid #e6e6e6;
}
.cont-block-job .block-job-row-list .row .row-about {
  padding: 0.5rem 1.389em;
  flex-grow: 1;
}

/* /Text page */
/* Site structure */
.cb-pagesteps {
  margin: 0;
  background-color: #fafafa;
}
.cb-pagesteps .path {
  padding: 10px 0;
}
.cb-pagesteps ul {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 0.778rem;
  color: #231F20;
}
.cb-pagesteps li {
  display: inline-block;
}
.cb-pagesteps li.separator {
  margin: 0 5px;
}
.cb-pagesteps strong {
  font-weight: 400;
}
.cb-pagesteps a {
  color: #231F20;
  text-decoration: none;
}

.cb-print-share {
}
.cb-print-share ul {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: right;
  color: #231F20;
  font-size: 0.667rem;
  font-weight: 400;
  line-height: 1.5em;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.cb-print-share li {
  margin: 0.5rem 0 0.5rem 1.389rem;
  display: inline-block;
}
.cb-print-share a {
  display: flex;
  align-items: center;
  color: #231F20;
  text-decoration: none;
}
.cb-print-share a .icn {
  margin: 0 7px 0 0;
}
.cb-print-share a:hover {
  color: #0C91BA;
  text-decoration: none;
}

.cb-structure {
  margin: 0 0 5rem;
}
.cb-structure .page-list > ul {
  margin: 0;
  padding: 0;
  list-style: none;
  background-color: #fafafa;
  line-height: 1.25em;
}
.cb-structure .page-list > ul > li {
  margin: 0 0 1rem;
  color: #231F20;
  font-size: 1rem;
  font-weight: 700;
  text-transform: uppercase;
}
.cb-structure .page-list > ul > li > a {
  padding: 1rem 2rem;
  display: block;
  background-color: #f4f4f4;
  border-bottom: 2px solid #0C91BA;
  color: #231F20;
  text-decoration: none;
}
.cb-structure .page-list > ul > li ul {
  margin: 0;
  padding: 0;
  list-style: none;
  list-style: none;
  text-transform: none;
  font-size: 0.889rem;
  font-weight: 600;
}
.cb-structure .page-list > ul > li ul.sub-menu {
  margin: 1rem 0 0;
}
.cb-structure .page-list > ul > li ul a {
  padding: 0.278rem 2rem 0.278rem 2.778rem;
  display: block;
  color: #231F20;
  text-decoration: none;
}
.cb-structure .page-list > ul a:hover {
  color: #0C91BA;
  text-decoration: underline;
}

/* News */
.cb-news {
  margin: 0 0 5rem;
}
.cb-news .wrap-2cols {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  flex-wrap: nowrap;
}
.cb-news .wrap-2cols > .left {
  width: 100%;
}
.cb-news .wrap-2cols .sb-widget {
  margin-bottom: 2rem;
}
.cb-news .wrap-2cols .sb-widget.arch-widget {
  background-color: rgb(12 145 186 / 8%);
  display: flex;
  border-radius: 15px;
  color: #231F20;
  font-size: 21px;
  font-weight: 400;
  line-height: 25px;
  border:1px solid rgb(12 145 186 / 8%);
}
.cb-news .wrap-2cols .sb-widget.arch-widget .calendar-archives.classiclight .month {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cb-news .wrap-2cols .sb-widget.arch-widget .calendar-archives.classiclight .month a {
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  color: #0b0b0b;
}
.cb-news .wrap-2cols .sb-widget.arch-widget .calendar-archives.classiclight .month a span {
  color: #0b0b0b;
}
.cb-news .wrap-2cols .sb-widget.arch-widget .calendar-archives.classiclight .month a:hover {
  text-decoration: none;
}
.cb-news .wrap-2cols .sb-widget.arch-widget .calendar-archives.classiclight .calendar-navigation {
  background-color: #f4f4f4;
}
.cb-news .wrap-2cols .sb-widget.arch-widget .calendar-archives.classiclight .calendar-navigation > .menu-container {
  background-color: transparent;
}
.cb-news .wrap-2cols .sb-widget.arch-widget .calendar-archives.classiclight .calendar-navigation > .menu-container:hover {
  background-color: transparent;
}
.cb-news .wrap-2cols .sb-widget.arch-widget .calendar-archives.classiclight .calendar-navigation > .menu-container .arrow-down {
  color: #0b0b0b;
}
.cb-news .wrap-2cols .sb-widget.arch-widget .calendar-archives.classiclight .calendar-navigation > .menu-container .arrow-down:hover {
  background-color: transparent;
  border-left: 1px solid transparent;
}
.cb-news .wrap-2cols .sb-widget.arch-widget .calendar-archives.classiclight .calendar-navigation > .menu-container > ul.menu {
  background-color: #f4f4f4;
}
.cb-news .wrap-2cols .sb-widget.arch-widget .calendar-archives.classiclight .calendar-navigation a {
  border-color: #0b0b0b;
  color: #0b0b0b;
  text-decoration: none;
}
.cb-news .wrap-2cols .sb-widget.arch-widget .calendar-archives.classiclight .calendar-navigation a:hover {
  text-decoration: none;
  background-color: transparent;
  color: #0b0b0b;
}
.cb-news .wrap-2cols .sb-widget .widget-title {
  padding: 1em;
  color: #231F20;
  font-size: 21px;
  font-weight: 400;
  line-height: 25px;
}
.cb-news .wrap-2cols .sb-widget .widget-cont {
  padding: 1em;
}
.cb-news .wrap-2cols .sb-widget .widget-cont select{
  text-indent: 1px;
    text-overflow: '';
    background: transparent;
    border: none;
}
.news-w-years{
  display: flex;
  flex-wrap: nowrap;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 20px;
}
.cb-news .wrap-2cols .sb-widget .widget-cont ul {
  margin: 0;
  padding: 0;
  list-style: none;
  color: #231F20;
  font-size: 0.889rem;
  font-weight: 400;
  line-height: 1.25em;
}
.cb-news .wrap-2cols .sb-widget .widget-cont li {
  margin: 8px 0;
}
.cb-news .wrap-2cols .sb-widget .widget-cont li.closed ul {
  display: none;
}
.cb-news .wrap-2cols .sb-widget .widget-cont a {
  color: #231F20;
  text-decoration: none;
}
.cb-news .wrap-2cols .sb-widget .widget-cont a.month::first-letter {
  text-transform: capitalize;
}
.cb-news .wrap-2cols .sb-widget .widget-cont a.active {
  font-weight: 700;
  text-decoration: underline;
}
.cb-news .wrap-2cols .sb-widget .widget-cont a:hover {
  text-decoration: underline;
}
.cb-news .wrap-2cols .sb-widget .widget-cont div > ul > li > a::before {
  margin: 0 1rem 0 0;
  content: "";
  width: 13px;
  height: 13px;
  display: inline-block;
  background: url("../img/icn-minus.svg") left center no-repeat;
  background-size: 13px 3px;
}
.cb-news .wrap-2cols .sb-widget .widget-cont div > ul > li.closed > a::before {
  background-image: url("../img/icn-plus.svg");
  background-size: 13px 13px;
}
.cb-news .wrap-2cols .sb-widget .widget-cont ul ul {
  padding: 0 0 0 2.5rem;
}
.cb-news .wrap-2cols .sb-widget .widget-cont ul ul ul {
  padding: 0 0 0 1rem;
}
.cb-news .wrap-2cols .filter-widget form {
  font-size: 0.889rem;
  font-weight: 400;
  line-height: 1.25em;
}
.cb-news .wrap-2cols .filter-widget form label {
  margin: 0 0 0.25rem;
  display: block;
}
.cb-news .wrap-2cols .filter-widget form div.cust-inp {
  margin: 0 0 0.5rem;
  background: #ffffff;
}
.cb-news .wrap-2cols .filter-widget form input[type=text] {
  margin: 0;
  padding: 0.65rem 1rem;
  width: 100%;
  min-width: 100%;
  box-sizing: border-box;
  border: none;
  outline: none;
  flex-grow: 1;
  font-size: 0.889em;
  background: #ffffff;
  color: #231F20;
}
.cb-news .wrap-2cols .filter-widget form input[type=submit] {
  margin: 0.5rem 0 0;
  padding: 0.5rem 1rem;
  display: inline-block;
  color: #ffffff;
  font-size: 0.889rem;
  font-weight: 600;
  background: #0C91BA;
  text-decoration: none;
  border: none;
  outline: none;
  cursor: pointer;
  transition: all 0.3s ease;
}
.cb-news .wrap-2cols .filter-widget form input[type=submit]:hover {
  filter: brightness(1.1);
}
.cb-news .wrap-2cols > .right {
  width: 100%;
}
.cb-news .wrap-2cols .news-cats ul {
  margin: 0;
  padding: 0;
  list-style: none;
  color: #231F20;
  font-size: 21px;
  font-weight: 400;
  line-height: 25px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.cb-news .wrap-2cols .news-cats li {
  display: inline-block;
  color: #231F20;
  font-size: 0.889rem;
  line-height: 1.25em;
  font-weight: 600;
}
.cb-news .wrap-2cols .news-cats a {
  color: #231F20;
  text-decoration: none;
  margin: 0 25px 25px 0;
  border: 1px solid #000;
  border-radius: 15px;
  padding: 1em;
  display: block;
  overflow: hidden;
  position: relative;
}
.cb-news .wrap-2cols .news-cats a.active, .cb-news .wrap-2cols .news-cats a:hover {
  color: #fff;
  text-decoration: none !important;
  background-color: #0C91BA;
  border-color: #0C91BA;
}
.cb-news .wrap-2cols .news-cats a::after{
  background: #0C91BA;
  content: "";
  height: 155px;
  left: -75px;
  opacity: .2;
  position: absolute;
  top: -50px;
  transform: rotate(35deg);
  transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
  width: 50px;
  z-index: -10;
}
.cb-news .wrap-2cols .news-cats a:hover::after{
  left: 120%;
  transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
}
.cb-news .wrap-2cols .news-cats ul li{
  margin: 0;
  padding: 0;
  list-style: none;
  color: #231F20;
  font-size: 21px;
  font-weight: 400;
  line-height: 25px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.cb-news .wrap-2cols .news-list .item {
  margin: 0 0 3rem;
  display: flex;
    flex-direction: column;
}
.cb-news .wrap-2cols .news-list .item .info .date {
  margin: 1rem 0;
}
.cb-news .wrap-2cols .news-list .item .info .title {
  /* font-size: 1.333rem; */
}
.cb-news .wrap-2cols .news-list .item .info .block-text {
  margin: 1rem 0 0;
  font-size: 0.889rem;
  line-height: 1.75em;
}

.cb-top-projects .mob-items-list {
  display: none;
}
.cb-top-projects .items-list {
  margin: 0 -1.5rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.cb-top-projects .item {
  margin: 1.5rem;
  width: calc(33.333% - 3rem);
}
.cb-top-projects .item .item-photo {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  background-color: white;
  height: 375px;
  height: clamp(10rem, 20vw, 375px);
  display: flex;
}
.cb-top-projects .item .item-photo a {
  display: flex;
  flex-grow: 1;
  text-decoration: none;
}
.cb-top-projects .item .item-title {
  margin: 1rem 0;
  color: #231F20;
  font-size: 1.333rem;
  font-weight: 600;
  line-height: 1.25em;
}
.cb-top-projects .item .item-title a {
  color: #231F20;
  text-decoration: none;
}
.cb-top-projects .item .item-title a:hover {
  color: #0C91BA;
}

.cb-galleries .gallery-list {
  margin: 0 -0.5rem;
  display: flex;
  flex-wrap: wrap;
}
.cb-galleries .gallery-list .item {
  margin: 0.5rem 0.5rem 2rem;
  width: calc(33.333% - 1rem);
}
.cb-galleries .gallery-list .item .img {
  width: 100%;
  /*height: 20vw;*/
  height: 20.833rem;
  height: clamp(8rem, 20vw, 315px);
  max-height: 20.833rem;
  display: flex;
}
.cb-galleries .gallery-list .item .img a {
  width: 100%;
  display: block;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.cb-galleries .gallery-list .item .info .date {
  margin: 1rem 0;
  padding: 0;
  opacity: 0.64;
  color: #8e8e8e;
  font-size: 0.833rem;
  font-weight: 600;
}
.cb-galleries .gallery-list .item .info .date::first-letter {
  text-transform: capitalize;
}
.cb-galleries .gallery-list .item .info .title {
  color: #231F20;
  font-size: 1.333rem;
  font-weight: 600;
  line-height: 1.25em;
  text-decoration: none;
}
.cb-galleries .gallery-list .item .info .block-text {
  margin: 1rem 0 0;
  font-size: 0.889rem;
  line-height: 1.75em;
  color: #231F20;
  font-weight: 400;
}
.cb-galleries .gallery-list .item .info .block-btns {
  margin: 0.75rem 0 0;
}
.cb-galleries .gallery-list .item .info .block-btns a.link-arrow-right {
  color: #0C91BA;
  font-size: 0.833rem;
  font-weight: 600;
  line-height: 1.5em;
  text-decoration: none;
}
.cb-galleries .gallery-list .item .info .block-btns a.link-arrow-right::after {
  margin: 0 0 0 1rem;
  content: "";
  display: inline-block;
  width: 1.056rem;
  height: 0.778rem;
  position: relative;
  background: url("../img/icn-arrow-right.svg") center center no-repeat;
  background-size: contain;
  transition: margin-left 0.3s ease;
}
.cb-galleries .gallery-list .item .info .block-btns a.link-arrow-right:hover::after {
  margin: 0 0 0 1.333rem;
}
.cb-galleries .video-gallery-list .item .img {
  position: relative;
}
.cb-galleries .video-gallery-list .item .img a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cb-galleries .video-gallery-list .item .img a::after {
  content: "";
  width: 89px;
  height: 89px;
  display: block;
  background: url("../img/icn-video-play.svg") center center no-repeat;
  background-size: contain;
}

.cb-survey .cont-tabs-wrap {
  margin: 0 -0.5rem;
  display: flex;
  flex-wrap: wrap;
}
.cb-survey .cont-tabs-wrap h3 {
  font-weight: 600;
}
.cb-survey .cont-tab-head {
  margin: 0.5rem 0.5rem 1rem;
  width: calc(25% - 1rem);
  display: flex;
  justify-items: stretch;
  font-size: 1rem;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
  order: 1;
}
.cb-survey .cont-tab-head a {
  padding: 1.667rem;
  display: flex;
  flex-grow: 1;
  color: #231F20;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  background-color: #f4f4f4;
  outline: none;
}
.cb-survey .cont-tab-head.active, .cb-survey .cont-tab-head:hover {
  color: #ffffff;
}
.cb-survey .cont-tab-head.active a, .cb-survey .cont-tab-head:hover a {
  background-color: #0C91BA;
  color: #ffffff;
}
.cb-survey .cont-tab-ins {
  margin: 0 0.5rem;
  padding: 2rem;
  flex-basis: calc(100% - 5rem);
  min-width: calc(100% - 5rem);
  order: 2;
  background-color: #fafafa;
}
.cb-survey .hidden {
  display: none;
}
.cb-survey .cont-tab-text {
  margin: 0 0 40px;
}
.cb-survey .cont-tab-form .wpforms-field {
  padding: 0.778rem 0 !important;
}
.cb-survey .cont-tab-form .wpforms-field-select .wpforms-field-label {
  display: block;
}
.cb-survey .cont-tab-form .wpforms-field-label {
  margin: 0 0 0.889rem !important;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5em;
}
.cb-survey .cont-tab-form .wpforms-field-medium {
  margin: 0;
  padding: 15px 20px;
  height: auto;
  min-width: 16.111rem;
  max-width: 500px !important;
  font-size: 0.889rem;
  color: #231F20;
  border: 1px solid transparent;
  background-color: #ffffff;
  cursor: pointer;
}
.cb-survey .cont-tab-form .wpforms-field-medium option.placeholder, .cb-survey .cont-tab-form .wpforms-field-medium::placeholder {
  color: #868686;
}
.cb-survey .cont-tab-form select.wpforms-field-medium {
  padding-left: 1rem !important;
  padding-right: 50px;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: #ffffff url("../img/icn-arrow-down.svg") right center no-repeat;
  background-size: 14px 8px;
  background-position: calc(100% - 1rem) center;
}
.cb-survey .cont-tab-form .wpforms-field-divider h3 {
  margin: 0 0 2rem;
}
.cb-survey .cont-tab-form .wpforms-field-divider .wpforms-field-description {
  margin: 1rem 0 0;
  color: #0C91BA;
  font-size: 1rem;
  font-weight: 600;
}
.cb-survey .cont-tab-form .wpforms-field-html {
  margin: 0;
}
.cb-survey .cont-tab-form .wpforms-field-html div {
  color: #231F20;
  font-size: 0.889rem;
  font-weight: 400;
}
.cb-survey .cont-tab-form .wpforms-field-radio label.wpforms-field-label {
  margin: 10px 0 10px 0;
  font-size: 1em;
  font-weight: 600;
  position: relative;
}
.cb-survey .cont-tab-form .wpforms-field-radio .wpforms-field-description {
  margin: 0 0 0 10px;
  font-size: 0.889em;
  font-weight: 400;
  position: relative;
  top: -2px;
}
.cb-survey .cont-tab-form .wpforms-field-radio ul {
  padding: 1.25rem 1.5rem 0.75rem !important;
  background: #ffffff !important;
}
.cb-survey .cont-tab-form .wpforms-list-inline ul {
  display: flex;
  position: relative;
  align-items: center;
}
.cb-survey .cont-tab-form .wpforms-list-inline ul li {
  margin-bottom: 0;
  display: flex !important;
  flex-direction: column;
}
.cb-survey .cont-tab-form .wpforms-list-inline ul li:first-of-type, .cb-survey .cont-tab-form .wpforms-list-inline ul li:last-of-type {
  margin: 0 0 0 10px;
  font-size: 0.889rem;
  font-weight: 400;
  position: relative;
  top: -2px;
  pointer-events: none;
}
.cb-survey .cont-tab-form .wpforms-list-inline ul li:first-of-type input, .cb-survey .cont-tab-form .wpforms-list-inline ul li:last-of-type input {
  display: none !important;
}
.cb-survey .cont-tab-form .wpforms-list-inline ul li:first-of-type label, .cb-survey .cont-tab-form .wpforms-list-inline ul li:last-of-type label {
  font-size: 0.889em !important;
}
.cb-survey .cont-tab-form .wpforms-list-inline ul li:first-of-type label:hover, .cb-survey .cont-tab-form .wpforms-list-inline ul li:last-of-type label:hover {
  cursor: default !important;
}
.cb-survey .cont-tab-form .wpforms-list-inline ul li input[type=radio] {
  margin: 0 5px;
  cursor: pointer;
}
.cb-survey .cont-tab-form .wpforms-list-inline ul li label {
  padding: 5px;
  text-align: center;
  cursor: pointer;
  font-size: 0.889rem;
}
.cb-survey .cont-tab-form .wpforms-field-textarea {
  margin: 0;
}
.cb-survey .cont-tab-form .wpforms-field-textarea textarea {
  min-height: 150px;
  max-width: 100% !important;
  resize: vertical;
}
.cb-survey .cont-tab-form .wpforms-field-checkbox ul {
  padding: 1.25rem 1.5rem 0.75rem !important;
  background: #ffffff !important;
}
.cb-survey .cont-tab-form .wpforms-field-checkbox input[type=checkbox] {
  cursor: pointer;
}
.cb-survey .cont-tab-form .wpforms-field-checkbox label.wpforms-field-label-inline {
  cursor: pointer;
}
.cb-survey .cont-tab-form .wpforms-submit-container {
  padding: 1.5rem 0 0 !important;
}
.cb-survey .cont-tab-form .wpforms-submit-container button[type=submit] {
  padding: 1rem 2rem 1rem 1.389em;
  border: none;
  color: #ffffff;
  font-size: 0.889em;
  outline: none;
  cursor: pointer;
  background: #0C91BA url("../img/icn-arrow-right-white.svg") right center no-repeat;
  background-size: 15px 11px;
  border-right: 1.389em solid #0C91BA;
}
.cb-survey .cont-tab-form .wpforms-submit-container button[type=submit]:hover {
  background: #0C91BA url("../img/icn-arrow-right-white.svg") right center no-repeat !important;
  background-size: 15px 11px !important;
  border: none !important;
  border-right: 1.389em solid #0C91BA !important;
  filter: brightness(1.1);
}
.cb-survey .cont-tab-form .wpforms-confirmation-scroll {
  background: #b276ff;
  border: none;
  color: #ffffff;
}

.cb-schedule {
  margin: 0 0 5rem;
}
.cb-schedule .wrap-2cols {
  display: flex;
  justify-content: space-between;
}
.cb-schedule .wrap-2cols > .left {
  width: 21.833rem;
  min-width: 21.833rem;
}
.cb-schedule .wrap-2cols .sb-widget .widget-cont {
  padding: 2rem;
  background-color: #fafafa;
  display: flex;
  flex-direction: column-reverse;
}
.cb-schedule .wrap-2cols .sb-widget .widget-cont nav {
  display: flex;
}
.cb-schedule .wrap-2cols .sb-widget .widget-cont nav span.pad {
  flex-grow: 1;
}
.cb-schedule .wrap-2cols .sb-widget .wp-calendar-nav-prev, .cb-schedule .wrap-2cols .sb-widget .wp-calendar-nav-next {
  width: 10%;
}
.cb-schedule .wrap-2cols .sb-widget .wp-calendar-nav-prev a, .cb-schedule .wrap-2cols .sb-widget .wp-calendar-nav-next a {
  position: relative;
  width: 100%;
  display: inline-block;
  text-indent: -9999em;
  outline: none;
}
.cb-schedule .wrap-2cols .sb-widget .wp-calendar-nav-prev a::after, .cb-schedule .wrap-2cols .sb-widget .wp-calendar-nav-next a::after {
  content: "";
  position: absolute;
  right: 13px;
  top: 10px;
  width: 8px;
  height: 8px;
  border-top: 1px solid #1c2422;
  border-right: 1px solid #1c2422;
  transform: rotate(45deg);
  transition: all 0.3s ease;
}
.cb-schedule .wrap-2cols .sb-widget .wp-calendar-nav-prev a:hover::after, .cb-schedule .wrap-2cols .sb-widget .wp-calendar-nav-next a:hover::after {
  right: 10px;
}
.cb-schedule .wrap-2cols .sb-widget .wp-calendar-nav-prev a::after {
  transform: rotate(-135deg);
}
.cb-schedule .wrap-2cols .sb-widget .wp-calendar-nav-prev a:hover::after {
  right: 16px;
}
.cb-schedule .wrap-2cols .sb-widget .wp-calendar-table {
  border-collapse: unset;
  overflow-x: unset;
}
.cb-schedule .wrap-2cols .sb-widget .wp-calendar-table caption {
  padding: 0 20%;
  width: 60%;
  display: block;
  font-size: 1rem;
  color: #231F20;
  line-height: 1.25em;
  position: relative;
  top: -25px;
}
.cb-schedule .wrap-2cols .sb-widget .wp-calendar-table thead {
  width: 100%;
  display: table;
  font-size: 0.889rem;
}
.cb-schedule .wrap-2cols .sb-widget .wp-calendar-table thead th {
  width: 14.2857142857%;
  text-align: center;
}
.cb-schedule .wrap-2cols .sb-widget .wp-calendar-table tr {
  background: none !important;
}
.cb-schedule .wrap-2cols .sb-widget .wp-calendar-table td {
  padding: 0.5rem 0;
  width: 14.2857142857%;
  text-align: center;
  font-size: 0.778rem;
  border: none !important;
}
.cb-schedule .wrap-2cols .sb-widget .wp-calendar-table td a {
  padding: 0.33rem 0.4rem;
  border: 1px #b5b5b5 solid;
  color: #231F20;
}
.cb-schedule .wrap-2cols .sb-widget .wp-calendar-table td a:hover {
  text-decoration: none;
  border-color: #0C91BA;
  background-color: #0C91BA;
  color: #ffffff;
}
.cb-schedule .wrap-2cols .sb-widget .wp-calendar-table td#today {
  background-color: #0C91BA;
  color: #ffffff;
}
.cb-schedule .wrap-2cols .sb-widget .wp-calendar-table td#today a {
  border-color: #0C91BA;
  background-color: #0C91BA;
  color: #ffffff;
}
.cb-schedule .wrap-2cols > .right {
  margin-left: 1.389rem;
  flex-grow: 1;
}
.cb-schedule .wrap-2cols > .right .item {
  margin: 0 0 2rem;
}
.cb-schedule .wrap-2cols > .right .item-title {
  padding: 2.5rem;
  background-color: #f4f4f4;
  color: #231F20;
  font-size: 1.111rem;
  font-weight: 700;
  border-bottom: 2px solid #0C91BA;
}
.cb-schedule .wrap-2cols > .right .info {
  padding: 2.5rem;
  color: #231F20;
  font-size: 0.889rem;
  font-weight: 400;
  background-color: #fafafa;
}
.cb-schedule .wrap-2cols > .right .info-row {
  margin: 0 0 1.5rem;
}
.cb-schedule .wrap-2cols > .right .block-time {
  font-weight: 700;
}
.cb-schedule .wrap-2cols > .right .block-text p:last-of-type {
  margin-bottom: 0;
}
.cb-schedule .wrap-2cols > .right .block-btns a {
  color: #0C91BA;
  font-size: 0.889rem;
  font-weight: 600;
}
.cb-schedule .wrap-2cols > .right .block-btns a::after {
  margin: 0 0 0 1.111rem;
  content: "";
  display: inline-block;
  width: 1.167rem;
  height: 0.778rem;
  position: relative;
  background: url("../img/icn-arrow-right.svg") center center no-repeat;
  background-size: contain;
  transition: margin-left 0.3s ease;
}
.cb-schedule .wrap-2cols > .right .block-btns a:hover::after {
  margin: 0 0 0 1.333rem;
}

.page-2cols {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
.page-2cols > .left {
  width: 100%;
}
.page-2cols .sb-widget.submenu-widget {

}
.page-2cols .sb-widget .widget-title {
  padding: 1.667em;
  color: #231F20;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.25em;
  background-color: #f4f4f4;
}
.page-2cols .sb-widget .widget-cont {
 
}
.page-2cols .sb-widget .widget-cont ul {
  margin: 0;
  padding: 0;
  list-style: none;
  color: #231F20;
  font-size: 21px;
  font-weight: 400;
  line-height: 25px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.page-2cols .sb-widget .widget-cont li {

}
.page-2cols .sb-widget .widget-cont li:hover{

}

.page-2cols .sb-widget .widget-cont li a:hover, .page-2cols .sb-widget .widget-cont .current-menu-item a, .page-2cols .sb-widget .widget-cont a.active{
  color: #fff;
  text-decoration: none !important;
  background-color: #0C91BA;
  border-color: #0C91BA;
}
.page-2cols .sb-widget .widget-cont li.current-menu-item > a {
  text-decoration: underline;
}
.page-2cols .sb-widget .widget-cont li ul {
  padding-left: 1rem;
}
.page-2cols .sb-widget .widget-cont a {
  color: #231F20;
  text-decoration: none;
  margin: 0 25px 25px 0;
  border: 1px solid #000;
  border-radius: 15px;
  padding: 1em;
  display: block;
  overflow: hidden;
  position: relative;
}
.page-2cols .sb-widget .widget-cont a:hover {
  text-decoration: none;
}

.page-2cols .sb-widget .widget-cont a::after{
  background: #0C91BA;
  content: "";
  height: 155px;
  left: -75px;
  opacity: .2;
  position: absolute;
  top: -50px;
  transform: rotate(35deg);
  transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
  width: 50px;
  z-index: -10;
}


.page-2cols .sb-widget .widget-cont a:hover::after{
  left: 120%;
  transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
}

.page-2cols > .right {
  width: 100%;
}

.cb-posts {
  margin: 1rem 0;
}
.cb-posts .news-list .item {
  margin: 1.25rem 0;
  width: calc(50% - 1rem);
}
.cb-posts .news-list .item .info .date {
  margin: 0.833rem 0;
}
.cb-posts .news-list .item .info .title {
  margin: 0.833rem 0;
  display: block;
}
.cb-posts .news-list .item .info .block-text {
  line-height: 1.75em;
}
.cb-posts .news-list .item .info .block-btns {
  margin: 0.833rem 0;
}

.cb-news-slider .news-list .slick-prev, .cb-news-slider .news-list .slick-next {
  padding: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 4;
  bottom: 0;
  width: 20%;
  text-indent: -9999em;
  background: none;
  background-image: url("../img/icn-slider-arrow-left.svg"), linear-gradient(-90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.85) 20%);
  background-position: center center, center center;
  background-repeat: no-repeat, no-repeat;
  background-size: 2rem 2rem, 100% 100%;
  border: none;
}
.cb-news-slider .news-list .slick-next {
  left: auto;
  right: 0;
  background-image: url("../img/icn-slider-arrow-right.svg"), linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.85) 20%);
}
.cb-news-slider .news-list .item {
  margin: 0 1rem;
  width: 300px;
}
.cb-news-slider .news-list .item .img {
  height: 12rem;
  max-height: 12rem;
}
.cb-news-slider .news-list .item .info .date {
  margin: 0.833rem 0;
}
.cb-news-slider .news-list .item .info .title {
  margin: 0.833rem 0;
  display: block;
}
.cb-news-slider .news-list .item .info .block-text {
  line-height: 1.75em;
}
.cb-news-slider .news-list .item .info .block-btns {
  margin: 0.833rem 0;
}

.cb-search-res .res-cont {
  padding: 2rem;
  background-color: #fafafa;
  border-radius: 15px;
}
#ajaxsearchpro1_1, #ajaxsearchpro1_2, div.asp_m.asp_m_1, #ajaxsearchpro1_1 .probox .prosettings, #ajaxsearchpro1_2 .probox .prosettings, div.asp_m.asp_m_1 .probox .prosettings{
  border-radius: 5px !important;
}
.cb-search-res label.before-form {
  margin: 0 0 1rem;
  padding: 0;
  color: #231F20;
  font-size: 1.111rem;
  font-weight: 700;
  line-height: 1.5em;
}
.cb-search-res form {
  margin: 0 0 0;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.cb-search-res label.before-form{
  display: none;
}
.cb-search-res .cust-inp {
  margin: 0 2rem 1rem 0;
  padding: 0.25rem 0.25rem 0.25rem 0.35rem;
  display: flex;
  max-width: calc(33% - 2rem);
  flex-basis: calc(33% - 2rem);
  border: none;
  outline: none;
  color: #231F20;
  background: #ffffff;
  align-items: center;
}
.cb-search-res .cust-inp input[type=text] {
  margin: 0;
  padding: 0.65rem 1rem;
  border: none;
  outline: none;
  flex-grow: 1;
  font-size: 0.889em;
  color: #231F20;
}
.cb-search-res .cust-inp input[type=text]:focus {
  outline: none;
}
.cb-search-res .cust-inp input[type=text]::placeholder {
  color: #838382;
}
.cb-search-res .cust-inp .inp-btn {
  margin: 0 12px 0 0;
  flex-basis: 28px;
  min-width: 28px;
  height: 28px;
  border: none;
  outline: none;
  text-indent: -9999px;
  overflow: hidden;
  background: url(../img/icn-search.svg) center center no-repeat;
  background-size: 75% 75%;
  cursor: pointer;
}
.cb-search-res .chkbox-list {
  margin: 10px 0 0;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.cb-search-res .cust-checkbox {
  margin: 0 30px 10px 0;
  display: flex;
  align-items: center;
}
.cb-search-res .cust-checkbox .inp-checkbox {
  position: relative;
  top: 0;
  display: inline-block;
  width: 16px;
  height: 16px;
  border: 1px solid #707070;
  text-decoration: none;
}
.cb-search-res .cust-checkbox.active .inp-checkbox {
  background: url("../img/icn-arrow-down.svg") center center no-repeat;
  background-size: 75% 75%;
}
.cb-search-res label {
  padding: 0 0 0 10px;
  display: inline-block;
  color: #231F20;
  font-size: 0.778rem;
  font-weight: 600;
  cursor: pointer;
}
.cb-search-res .date-filter-wrap {
  width: 100%;
}
.cb-search-res .date-filter-wrap .date-filter {
  display: flex;
}
.cb-search-res .date-filter-wrap .group-wrap-title {
  display: inline-block;
  color: #231F20;
  font-size: 0.778rem;
  font-weight: 600;
}
.cb-search-res .date-filter-wrap .date-filter-group {
  margin: 0.25rem 1rem 0.25rem 0;
}
.cb-search-res .date-filter-wrap .date-filter-group select {
  color: #231F20;
  font-size: 0.778rem;
  font-weight: 600;
}
.cb-search-res .date-filter-wrap input[type=submit] {
  margin: 0.5rem 0.5rem 0 0;
  padding: 0.25rem 0.5rem;
  background-color: #0C91BA;
  color: #ffffff;
  font-size: 0.778rem;
  font-weight: 600;
  border: none;
  outline: none;
  cursor: pointer;
}

.cb-search-list .search-item {
  margin: 0 0 2.5rem;
}
.cb-search-list .search-item .res-title {
  margin: 0;
  padding: 0 0 0.75rem;
  color: #231F20;
  font-size: 0.889rem;
  font-weight: 700;
  border-bottom: 1px solid #afafaf;
}
.cb-search-list .search-item .res-title a {
  color: #231F20;
}
.cb-search-list .search-item .search-cont {
  color: #231F20;
  font-size: 0.889rem;
  font-weight: 400;
  max-height: 330px;
  overflow: hidden;
  position: relative;
}
.cb-search-list .search-item .search-cont::after {
  opacity: 1;
  content: "";
  left: 0;
  right: 0;
  bottom: 0;
  height: 30px;
  position: absolute;
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), #fafafa);
  pointer-events: none;
  transition: opacity 0s ease-in;
}

/* Comments */
.cb-comments {
  margin: 3rem 0 2rem;
  font-size: 1rem;
  line-height: 1.5em;
}
.cb-comments h3 {
  color: #231F20;
  font-size: 1.333rem;
  font-weight: 600;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1.5em;
}
.cb-comments #comments {
  display: none;
}
.cb-comments .commentlist li {
  margin: 1rem 0;
}
.cb-comments .commentlist li.depth-2 {
  margin-left: 1rem;
}
.cb-comments .commentlist li.depth-3 {
  margin-left: 2rem;
}
.cb-comments .commentlist li.depth-4 {
  margin-left: 3rem;
}
.cb-comments .commentlist li.depth-5 {
  margin-left: 4rem;
}
.cb-comments .commentlist .comment-body {
  font-size: 0.889rem;
}
.cb-comments .commentlist .comment-body p {
  margin: 0.5rem 0;
}
.cb-comments .commentlist .comment-body .reply {
  font-size: 0.75rem;
  display: none;
}
.cb-comments .commentlist .comment-author img {
  display: none;
}
.cb-comments .commentlist .comment-author .fn {
  color: #231F20;
  font-size: 1rem;
  font-weight: 700;
  text-transform: capitalize;
}
.cb-comments .comment-respond {
  font-size: 0.889rem;
}
.cb-comments .comment-respond .comment-form p label {
  width: 100%;
  display: block;
}
.cb-comments .comment-respond .comment-form p input {
  padding: 0.25rem;
  width: 100%;
  max-width: 500px;
  box-sizing: border-box;
}
.cb-comments .comment-respond .comment-form p input[type=checkbox] {
  margin: 0 0.5rem 0 0;
  width: auto;
  display: inline-block;
  position: relative;
  top: 6px;
}
.cb-comments .comment-respond .comment-form p textarea {
  padding: 0.25rem;
  width: 100%;
  max-width: 500px;
  box-sizing: border-box;
}
.cb-comments .comment-respond .comment-form p.comment-form-cookies-consent {
  display: flex;
}
.cb-comments .comment-respond .comment-form p.form-submit input[type=submit] {
  margin: 0;
  padding: 0.5rem;
  border: 0;
  outline: none;
  background-color: #0C91BA;
  color: #ffffff;
  cursor: pointer;
}

.cb-edited-date {
  padding: 1rem 0;
  font-size: 0.866rem;
}

.cb-comments-old {
  /* PINGBACKS & TRACKBACKS */
  /* COMMENT RESPOND */
}
.cb-comments-old .comments-wrapper {
  margin-top: 8rem;
}
.cb-comments-old .comment-reply-title {
  margin-bottom: 4.6rem;
}
.cb-comments-old .comment-respond p.comment-notes,
.cb-comments-old .comment-respond p.logged-in-as {
  font-size: 1.8rem;
  letter-spacing: -0.025em;
  margin: -2.5rem 0 4.4rem 0;
}
.cb-comments-old .comments .comment,
.cb-comments-old .comments .pingback,
.cb-comments-old .comments .trackback,
.cb-comments-old .comments .review {
  padding-top: 5rem;
}
.cb-comments-old div.comment:first-of-type {
  margin-top: 5rem;
}
.cb-comments-old .comment-meta {
  margin-bottom: 2rem;
  min-height: 6rem;
  padding: 0.3rem 0 0 7.5rem;
}
.cb-comments-old .comment-meta .avatar {
  display: block;
  height: 6rem;
  position: absolute;
  left: 0;
  top: 0;
  width: 6rem;
}
.cb-comments-old .comment-author {
  font-size: 2.4rem;
}
.cb-comments-old .comment-metadata {
  font-size: 1.6rem;
  margin-top: 0.8rem;
}
.cb-comments-old .comment-footer-meta {
  margin-top: 2.5rem;
}
.cb-comments-old .comments-pagination {
  margin-top: 8rem;
}
.cb-comments-old .pingback .comment-body {
  padding: 0;
}
.cb-comments-old .comment-respond p {
  margin-bottom: 2.5rem;
}
.cb-comments-old .comment-form p.logged-in-as {
  margin: -2.5rem 0 4.4rem 0;
}
.cb-comments-old .comment-respond .comment-form-author,
.cb-comments-old .comment-respond .comment-form-email {
  float: left;
  width: calc(50% - 1rem);
}
.cb-comments-old .comment-respond .comment-form-email {
  margin-left: 2rem;
}
.cb-comments-old .comments .comment-respond {
  padding: 5rem 0 0;
}
.cb-comments-old .comment-reply-title small {
  display: inline;
  margin: 0 0 0 0.5rem;
}

.cb-pagination .nav-links {
  color: #000000;
  font-size: 0.889rem;
  font-weight: 400;
  line-height: 1em;
  text-align: center;
}
.cb-pagination .nav-links span {
  margin: 5px;
  padding: 10px 13px;
  display: inline-block;
  border-radius: 5px;
}
.cb-pagination .nav-links span.current {
  background-color: #0C91BA;
  color: #ffffff;
}
.cb-pagination .nav-links a {
  margin: 5px;
  padding: 10px 13px;
  display: inline-block;
  color: #000000;
  text-decoration: none;
  background-color: #f4f4f4;
  border-radius: 5px;
}
.cb-pagination .nav-links a.next, .cb-pagination .nav-links a.prev {
  width: 10px;
  position: relative;
  text-indent: -9999em;
  outline: none;
}
.cb-pagination .nav-links a.next::after, .cb-pagination .nav-links a.prev::after {
  content: "";
  position: absolute;
  right: 15px;
  top: 13px;
  width: 8px;
  height: 8px;
  border-top: 1px solid #1c2422;
  border-right: 1px solid #1c2422;
  transform: rotate(45deg);
}
.cb-pagination .nav-links a.prev::after {
  right: auto;
  left: 13px;
  transform: rotate(-135deg);
}
.cb-pagination .nav-links a:hover {
  background-color: #0C91BA;
  color: #ffffff;
}
.cb-pagination .nav-links a:hover::after {
  border-color: #ffffff;
}

#mob-menu {
  position: absolute;
  background-color: #002633;
  color: #fff;
  width: calc(100% - 160px);
  margin: 40px;
  border-radius: 30px;
  padding: 40px;
  z-index: -111;
  /* display: none; */
  transition: all .2s linear;
  opacity: 0;
  top: 0;
}

.mob-menu-open #window::before{
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgb(0 0 0 / 85%);
  content: '';
  top: 0;
  z-index: 1111;
  min-height: 100%
}

.mob-menu-open #mob-menu {
  /* display: block; */
  transition: all .2s linear;
  opacity: 1;
  z-index: 11111;
}

footer {
  padding: 6.111rem 0;
  background-color: #002632;
  color: #818286;
}
footer > .wrap {
  margin: 0 auto;
  padding: 0 40px;
  min-width: 1340px;
  max-width: 1840px;
  width: calc(100% - 80px);
  max-width: 1640px;
}
footer .cols-list {
  display: flex;
  justify-content: space-between;
}
footer .linija{
  width: 66px;
  height: 1px;
  background-color: #808285;
}
footer .contacts li{
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
}
footer .cols-list .col{
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
footer .col-1 {
  flex-basis: calc(27% - 80px);
}
footer .col-2 {
  flex-basis: calc(25% - 80px);
}
footer .col-3 {
  flex-basis: calc(20% - 80px);
}
footer .col-4 {
  flex-basis: calc(28% - 80px);
}
footer .logo {
  padding: 0 0 40px;
}
footer .logo a {
  width: 239px;
  height: 60px;
  background: url("../img/logo-white.svg") center center no-repeat;
  background-size: 100% auto;
  display: block;
  text-indent: -9999em;
  overflow: hidden;
  outline: none;
  user-select: none;
}
footer .block-text-title {
  margin: 0 0 50px;
  color: #808285;
}
footer .block-text-title h3 {
  margin: 0;
  padding: 0;
  font-size: 19px;
  font-weight: 400;
  line-height: 22px;
  color: #fff;
}
footer .block-text {
  color: #808285;
  font-size: 19px;
  font-weight: 400;
  line-height: 29px;
}
footer .col-5 > .block-text.pirmas{
  margin-bottom: 100px;
}
footer .block-text p {
  margin: 0 0 5px;
}
footer .block-text a {
  color: #808285;
  text-decoration: none;
}
footer .block-text .socials a{
  color: #808285;
  text-decoration: none;
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  margin-right: 40px;
}
footer .block-text .socials a svg{
  width: 20px;
  max-height: 25px;
  margin-right: 10px;
}
footer .block-text a:hover {
  color: #fff;
}
footer ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
footer ul.socials{
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
}
footer .col-2 ul {
  color: #ffffff;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.25em;
}
footer .col-2 li {
  margin: 0 0 20px;
}
footer .col-2 a {
  color: #818285;
  text-decoration: none;
}
footer .col-2 a:hover {
  color: #ffffff;
}
footer .col-3 .contacts {
  margin: 0 0 40px;
}
footer .col-3 .contacts .icn-phone {
  margin: 0 16px 0 0;
  width: 17px;
  height: 17px;
}
footer .col-3 .contacts .icn-email {
  margin: 0 12px 0 0;
  width: 21px;
  height: 14px;
}
footer .col-3 .contacts li {
  margin: 0 0 5px;
}
footer .col-3 .contacts a {
  text-decoration: none;
}
footer .col-3 .socials li {
  margin: 0 15px 15px 0;
  display: inline-block;
}
footer .block-newsletter-form form {
  margin: 0;
  padding: 0;
}
footer .block-newsletter-form .tnp-field {
  margin: 0 0 1rem !important;
}
footer .block-newsletter-form .tnp-field.tnp-field-button {
  margin: 1.5rem 0 1rem !important;
}
footer .block-newsletter-form .tnp-field input[type=text],
footer .block-newsletter-form .tnp-field input[type=email] {
  margin: 0.5rem 0;
  padding: 0.5rem 0;
  color: #ffffff;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.25em;
  border: none;
  border-bottom: 1px solid #707070;
  outline: none;
  background-color: #3b3a3a;
}
footer .block-newsletter-form .tnp-field input[type=text]::placeholder,
footer .block-newsletter-form .tnp-field input[type=email]::placeholder {
  opacity: 0.8;
  color: #ffffff;
  font-weight: 400;
}
footer .block-newsletter-form .tnp-field input[type=email] {
  padding-right: 3rem;
  background-image: url("../img/icn-email.svg");
  background-position: right center;
  background-repeat: no-repeat;
  background-size: auto 1rem;
}
footer .block-newsletter-form .tnp-field input[type=submit] {
  padding: 0.75rem 3rem 0.75rem 1.25rem;
  display: inline-block;
  color: #ffffff;
  font-size: 0.889rem;
  font-weight: 600;
  background: #0C91BA url("../img/icn-arrow-right-white.svg") no-repeat;
  background-position: 85% center;
  background-size: 1rem auto;
  text-decoration: none;
  border: none;
  outline: none;
  cursor: pointer;
  transition: all 0.3s ease;
}
footer .block-newsletter-form .tnp-field input[type=submit]:hover {
  filter: brightness(1.1);
}
footer .block-newsletter-form .tnp-privacy-field {
  color: #ffffff;
  font-size: 0.778rem;
  font-weight: 400;
}
footer .block-newsletter-form .tnp-privacy-field label {
  display: flex;
}
footer .block-newsletter-form .tnp-privacy-field input[type=checkbox] {
  margin: 0 0.35rem 0 0;
  width: 24px;
  height: 24px;
  cursor: pointer;
  border: 1px solid #3b3a3a;
  background-color: #4b4a4a;
}
footer .block-newsletter-form .tnp-privacy-field a {
  opacity: 0.65;
  color: #ffffff;
  font-size: 0.778rem;
  font-weight: 400;
  line-height: 1.5em;
  text-decoration: none;
}

.main .tnp-field {
  font-size: 0.889rem;
  font-weight: 400;
}
.main .tnp-field label {
  font-weight: 400;
}

.orange-button {
  padding: 25px 35px;
  display: inline-block;
  color: #ffffff;
  font-size: 1rem;
  font-weight: 600;
  background-color: #0C91BA;
  text-decoration: none;
}
.orange-button::after {
  margin: 0 0 0 1.111rem;
  content: "";
  display: inline-block;
  width: 1.167rem;
  height: 0.778rem;
  position: relative;
  background: url("../img/icn-arrow-right-white.svg") center center no-repeat;
  background-size: contain;
  transition: margin-left 0.3s ease;
}
.orange-button:hover {
  filter: brightness(1.1);
}

.ajaxsearchpro {
  width: 450px !important;
  max-width: 100% !important;
}

.ajaxsearchpro .probox {
  padding: 5px 0 !important;
}

.ajaxsearchpro .probox .promagnifier {
  background: #ffffff !important;
}

.ajaxsearchpro .probox .promagnifier .innericon svg {
  fill: #000 !important;
}

.icn {
  width: 18px;
  height: 18px;
  display: inline-block;
  text-decoration: none;
  outline: none;
  user-select: none;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: auto 100%;
}

.icn-search {
  width: 19px;
  height: 18px;
  background-image: url("../img/icn-search.svg");
}

.icn-struct {
  width: 27px;
  height: 20px;
  background-image: url("../img/icn-structure.svg");
}

.icn-disa {
  width: 17px;
  height: 20px;
  background-image: url("../img/icn-disabled.svg");
}

.icn-phone {
  width: 17px;
  height: 16px;
  background-image: url("../img/icn-phone.svg");
}

.icn-email {
  width: 23px;
  height: 16px;
  background-image: url("../img/icn-email.svg");
}

.icn-url {
  width: 23px;
  height: 23px;
  background-image: url("../img/icn-url.svg");
}

.icn-road-cone {
  width: 116px;
  height: 115px;
  background-image: url("../img/icn-work.svg");
}

.icn-f {
  width: 11px;
  height: 22px;
  background-image: url("../img/icn-f.svg");
}

.icn-in {
  width: 22px;
  height: 22px;
  background-image: url("../img/icn-in.svg");
}

.icn-yt {
  width: 22px;
  height: 16px;
  background-image: url("../img/icn-yt.svg");
}

.icn-print {
  width: 21px;
  height: 21px;
  background-image: url("../img/icn-print.svg");
}

.icn-share {
  width: 22px;
  height: 16px;
  background-image: url("../img/icn-share.svg");
}

.icn-linkedin {
  width: 37px;
  height: 37px;
  background-image: url("../img/icn-linkedin.svg");
}

.icn-tab-arrow {
  width: 8px;
  height: 15px;
  min-width: 8px;
  background-image: url("../img/icn-arrow.svg");
}

.form-search-box > .wrap {
  width: 38rem;
}
.form-search-box form {
  padding: 3rem 0 0;
  display: flex;
  flex-wrap: wrap;
}
.form-search-box .cust-inp {
  flex-grow: 1;
  margin: 0 2rem 1rem 0;
  padding: 0.25rem 0.25rem 0.25rem 0.35rem;
  display: flex;
  border: none;
  outline: none;
  color: #231F20;
  background: #f6f6f6;
  align-items: center;
}
.form-search-box .cust-inp input[type=text] {
  margin: 0;
  padding: 0.65rem 1rem;
  min-width: 150px;
  border: none;
  outline: none;
  flex-grow: 1;
  font-size: 0.889em;
  background: #f6f6f6;
  color: #231F20;
}
.form-search-box .cust-inp input[type=text]:focus {
  outline: none;
}
.form-search-box .cust-inp input[type=text]::placeholder {
  color: #838382;
}
.form-search-box .submit-btn {
  margin: 0 0 1rem;
}
.form-search-box .submit-btn input[type=submit] {
  padding: 1rem 3.5rem 1rem 2rem;
  display: inline-block;
  color: #ffffff;
  font-size: 0.889rem;
  font-weight: 600;
  background: #0C91BA url("../img/icn-arrow-right-white.svg") no-repeat;
  background-position: 77.7% center;
  background-size: 1rem auto;
  text-decoration: none;
  border: none;
  outline: none;
  cursor: pointer;
  transition: all 0.3s ease;
}
.form-search-box .submit-btn input[type=submit]:hover {
  filter: brightness(1.1);
}
#cookie-notice .cn-button:not(.cn-button-custom){
  color: #fff !important;
  background-color: transparent !important;
  border: 1px solid #fff !important;
  border-radius: 10px !important;
}
.cn-text-container a{
  color: #fff;
}
div#cookie-notice{
  width: 30%;
  min-width: auto;
  border-radius: 15px;
  margin: 15px;
}
@media screen and (min-width: 1550px) {
  .home div .index-news .wrap{
    max-width: 1640px !important;
  }
  .home .index-promos .wrap{
    max-width: 1640px;
    margin: 0 auto;
  }
  .home .index-promos .items-list{
    padding: 0;
  }
}
@media screen and (max-width: 1440px) {
  html {
    font-size: 15px;
  }

  header .wrap {
    padding: 0 30px;
    min-width: 944px;
    max-width: 1360px;
    width: calc(100% - 60px);
  }
  header .top-main {
    padding: 0;
    max-width: none;
  }
  header .logo a {
    width: 218px;
    height: 54px;
  }
  header .icons a {
    width: 29px;
    height: 29px;
  }

  .main > div > .wrap {
    padding: 0 30px;
    min-width: 944px;
    max-width: 1360px;
    width: calc(100% - 60px);
  }
  .main > div > .wrap-limit {
    max-width: 1224px;
  }
  .main > .index-news > .wrap {
    /* max-width: 1300px; */
  }

  .index-news .item .img {
    height: 18.8rem;
    max-height: 18.8rem;
  }

  .index-promos .title {
    max-width: 100%;
  }

  footer > .wrap {
    padding: 0 30px;
    min-width: 944px;
    max-width: 1360px;
    width: calc(100% - 60px);
  }
  footer .logo a {
    width: 179px;
    height: 45px;
  }
}
.home .news-list .slick-list{
  padding: 0 !important;
}
.news-list svg{
  position: absolute;
  z-index: 1;
  width: 10px;
  right: 0;
  top: -35px;
  
}
.news-list .item .info .block-btns{
  margin-top: 30px;
}
.news-list .slick-track{
  display: flex !important;
}
.news-list.slick-initialized .slick-slide{
  height: auto;
}
.news-list svg:hover{
  cursor: pointer;
  opacity: 0.5;
}
.news-list svg:first-of-type{
transform: rotate(180deg);
right: 30px;
}
.news-list{
  position: relative;
}
#mob-menu2, header .icons .burger-menu2{
  display: none;
}

/** 1023 start */

@media screen and (max-width: 1023px) {
  div.page-2cols .sb-widget .widget-cont ul{
    display: none;
  }
  .menu-mob
  div#mob-menu2, header .menu-mob .icons li a.burger-menu2{
    display: block;
  }
  div.news-w-years{
    flex-direction: column;
  }
  div#mob-menu{
    padding: 20px;
    margin: 10px;
    width: calc(100% - 60px);
  }
  div.pop-header{
    flex-direction: column;
  }
  div#mob-menu .icons{
    order: 1;
  }
  div.buttons-hero{
    order: 2;
    margin-top: 20px;
    justify-content: space-between;
    width: 100%;
  }
  div#mob-menu #menu-meniu,   div#mob-menu #menu-meniu-english{
    margin-top: 20px;
  }
  div.buttons-hero .item a{
    padding: 5px;
    font-size: 15px;
  }
  div.buttons-hero .item:first-of-type{
    margin-right: 10px;
  }
  div.buttons-hero .item:last-of-type{
    margin-right: 0 !important;
  }
  div#cookie-notice{
    width: calc(100% - 30px) !important;
  }
  body footer .block-text .socials a{
    margin-right: 10px;
  }
  body footer .block-text{
    font-size: 16px;
    line-height: 24px;
    margin: 50px 0;
  }
  body footer .block-text-title{
    margin: 0;
  }
  .news-cats #pasirinkimai, .widget-cont #pasirinkimai{
    display: block !important;
  }

  .news-cats ul{
    display: none !important;
  }
  html {
    font-size: 15px;
  }

  header .wrap {
    padding: 0 15px;
    min-width: 290px;
  }
  header .disa-wrap .wrap .option {
    font-size: 12px;
  }
  header .disa-wrap .wrap .option ul li a.size1 {
    font-size: 8px;
  }
  header .disa-wrap .wrap .option ul li a.size2 {
    font-size: 10px;
  }
  header .disa-wrap .wrap .option ul li a.size3 {
    font-size: 12px;
  }
  header .top-main {
    background: rgb(12 145 186 / 30%);
    padding: 20px;
    border-radius: 20px;
  }
  .home header .top-main{
    background: rgb(255 255 255 / 40%);
  }
  header .logo {
    /* padding: 15px 0; */
  }
  header .logo a {
   width: 200px;
  }
  header .menu {
    display: none;
  }
  header .menu-mob {
    flex-grow: 1;
    display: flex;
    align-items: center;
  }
  header .menu-mob ul {
    margin: 0;
    padding: 0;
    list-style: none;
    flex-grow: 1;
    display: flex;
    justify-content: flex-end;
  }
  header .menu-mob li {
    display: flex;
  }
  header .menu-mob a.burger-menu{
    display: none !important;
  }
  header .menu-mob a.burger-menu2 {
    padding: 10px;
    width: 24px;
    height: 18px;
    display: inline-block;
    text-align: left;
    background:  url("../img/mobmenuAsset1.svg") center center no-repeat;
    background-size: 40px 70px;
    text-indent: -9999em;
    overflow: hidden;
    outline: none;
    user-select: none;
  }
  div.index-photo .block-hero .item-list-wrap{
    justify-content: flex-start;
  }
  div.index-photo .block-hero .item-list{
    flex-direction: column;
  }
  header .icons {
    display: none;
  }

  .main {
    display: flex;
    flex-direction: column;
  }
  .main > div > .wrap {
    padding: 0 15px;
    min-width: 290px;
  }
  .main > div > .wrap-limit {
    max-width: 1224px;
  }
  .main > .index-news > .wrap {
    /* max-width: 1300px; */
  }
  .main .cont-block .page-2cols {
    /* flex-direction: column-reverse; */
  }
  .main .cont-block .page-2cols .left {
    /* margin: 3rem 0 0; */
    width: 100%;
  }
  .main .cont-block .page-2cols .right {
    width: 100%;
  }
  .main .cont-block .page-title::after {
    margin: 15px 0 15px;
  }

  .index-photo {
    min-height: 460px;
  }
  .index-photo .block-hero {
    margin: 0 0 40px;
    flex-wrap: wrap;
  }
  .index-photo .block-hero .text {
    position: absolute;
    top: 66px;
    width: 200px;
    left: 50px;
  }
  .index-photo .block-hero .item-list-wrap .item {
    margin: 1rem 0 0 1rem;
  }
  .index-photo .block-hero .item-list-wrap .item a {
    /* padding: 0.75rem 1rem 0.75rem 1rem; */
  }

  .index-serv {
    background-color: #fcfcfc;
  }
  .index-serv .item-list {
    padding: 1.75vw 0;
    flex-wrap: wrap;
  }
  .index-serv .item-list .item {
    max-width: 100%;
    width: 100%;
    margin-bottom: 30px;
  }
  div.index-photo .block-hero .item-list{
    width: auto;
  }
  div.block-hero img{
    width: auto;
  }
  .home header .logo{
    position: absolute;
    top: 150px;
    line-height: normal;
  }
  header{
    padding: 40px 0 !important; 
  }
  body header .icons{
    display: none !important;
  }
  .index-serv .item-list .item .icn {
    width: 7vw;
    height: 7vw;
  }
  div.uzpildas{
    display: none;
  }
  .index-news {
    margin: 1.5rem 0 0;
  }
  .index-news .block-pretitle {
    font-size: 0.8rem;
  }
  .index-news .block-title {
    font-size: 1.533rem;
  }
  .index-news .item {
    margin: 2rem 0 1.667rem;
    width: 100%;
    max-width: 100%;
  }
  .index-news .item .img {
    height: 18.8rem;
    max-height: 18.8rem;
    max-height: clamp(184px, 40vw, 18.8rem);
  }
  .index-news .more-link {
    margin: 2rem 0 2.5rem;
  }

  .index-road-qual .label {
    font-size: 1.8rem;
  }
  .index-road-qual .label p {
    padding: 0 0 15px;
  }

  .index-logos .items-list {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .index-logos .item {
    min-width: 95px;
  }

  .index-promos .items-list {
    padding: 0;
  }
  .index-promos .item {
    margin: 15px 0 0;
    padding: 40px 30px 40px 40px;
    width: calc(100% - 70px);
  }
  .index-promos .item:last-of-type {
    margin-bottom: 15px;
  }
  .index-promos .title {
    max-width: 100%;
  }
  .index-promos .part-bottom {
    flex-wrap: wrap;
  }
  .index-promos .more-btn {
    padding: 2rem 25px 0 0;
    width: 100%;
  }
  .index-promos .promo-img {
    margin: 3rem 0 0;
    width: 100%;
    justify-content: flex-end;
  }

  .form-search-box form .cust-inp {
    margin: 0 0 1rem 0;
  }
  .form-search-box form .submit-btn {
    flex-grow: 1;
    display: flex;
    width: 100%;
  }
  .form-search-box form .submit-btn .inp-btn {
    flex-grow: 1;
    padding: 1rem 2rem 1rem 2rem;
    background-position: 65% center;
  }

  .cb-print-share {
    display: none;
  }
  .cb-print-share ul {
    justify-content: center;
  }

  .cont-block .wrap-2cols {
    flex-direction: column-reverse;
  }
  .cont-block .wrap-2cols .left {
    margin: 3rem 0 0;
    width: 100%;
  }
  .cont-block .wrap-2cols .right {
    width: 100%;
  }

  .cb-news .wrap-2cols .news-cats {
    width: 100%;
  }
  div.cb-news .wrap-2cols .sb-widget.arch-widget{
    justify-content: space-between;
    width: 100%;
  }
  .cb-news .wrap-2cols .news-cats a {
    margin: 0 0.667rem 0.667rem 0;
  }
  .cb-news .wrap-2cols .news-list .item {
    width: 100%;
  }
  .cb-news .wrap-2cols .news-list .item .img {
    height: 220px;
    height: clamp(150px, 50vw, 290px);
  }

  .cont-block-tabs .block-tab-row-item .tab-title a {
    /* padding: 1rem 1rem; */
  }

  .cont-block-tabs .block-tab-row-item .tab-title a:hover{

  }
/* 
  .cont-block-tabs .block-tab-row-item .tab-title a:hover:before {
    bottom: auto;
    top: 0;
    width: 70%;
  } */

/* 
  .cont-block-tabs .block-tab-row-item .tab-title a:before {
    backface-visibility: hidden;
    border: 1px solid rgba(#000, 0);
    bottom: 0px;
    content: " ";
    display: block;
    margin: 0 auto;
    position: relative;
    transition: all 280ms ease-in-out;
    width: 0;
  } */
  
/* 
  .cont-block-tabs .block-tab-row-item .tab-title a:hover:before {
    backface-visibility: hidden;
    border-color: #000;
    transition: width 350ms ease-in-out;
    width: 70%;
  } */

  .cont-block-tabs .block-tab-row-item .tab-content {
    /* padding: 1rem; */
  }
  div.cont-block .page-title{

  }

  .cb-top-projects .items-list {
    display: none;
  }
  .cb-top-projects .mob-items-list {
    margin: 0 -1.5rem;
    padding: 0 0 1rem;
    display: block;
    position: relative;
  }
  .cb-top-projects .mob-items-list button.slick-prev, .cb-top-projects .mob-items-list button.slick-next {
    margin: 0;
    padding: 0;
    width: 30px;
    height: 30px;
    position: absolute;
    bottom: 0;
    left: 40%;
    z-index: 4;
    text-indent: -9999em;
    background: none;
    background-image: url("../img/icn-slider-arrow-left.svg");
    background-position: center center, center center;
    background-repeat: no-repeat, no-repeat;
    background-size: 2rem 2rem, 100% 100%;
    border: none;
  }
  .cb-top-projects .mob-items-list button.slick-next {
    left: auto;
    right: 40%;
    background-image: url("../img/icn-slider-arrow-right.svg");
  }
  .cont-block.cont-block-2cols .block-text {
    flex-wrap: wrap;
  }
  .cont-block.cont-block-2cols .block-col-left {
    margin: 0 0 1rem 0;
    flex-basis: 100%;
  }
  .cont-block.cont-block-2cols .block-col-right {
    margin: 1rem 0 0 0;
    flex-basis: 100%;
  }
  .cont-block.cont-block-3cols .block-text {
    flex-wrap: wrap;
  }
  .cont-block.cont-block-3cols .block-col-left {
    margin: 0 0 1rem 0;
    flex-basis: 100%;
  }
  .cont-block.cont-block-3cols .block-col-center {
    margin: 1rem 0 1rem 0;
    flex-basis: 100%;
  }
  .cont-block.cont-block-3cols .block-col-right {
    margin: 1rem 0 0 0;
    flex-basis: 100%;
  }
  .cont-block.cont-block-photo-left > .wrap {
    flex-wrap: wrap;
  }
  .cont-block.cont-block-photo-left > .wrap > div {
    width: 100%;
  }
  .cont-block.cont-block-photo-left > .wrap .float-photo-cont {
    margin: 0 0 1rem;
  }
  .cont-block.cont-block-photo-right > .wrap {
    flex-wrap: wrap;
  }
  .cont-block.cont-block-photo-right > .wrap > div {
    width: 100%;
  }
  .cont-block.cont-block-photo-right > .wrap .float-photo-cont {
    margin: 0 0 1rem;
  }
  .cont-block.cont-block-photo-left-button .float-photo-cont {
    margin-bottom: 0 !important;
  }
  .cont-block.cont-block-photo-left-button .float-title-txt-cont {
    padding: 1.5rem 1.5rem;
  }
  .cont-block.cont-block-photo-right-button .float-photo-cont {
    margin-bottom: 0 !important;
  }
  .cont-block.cont-block-photo-right-button .float-title-txt-cont {
    padding: 1.5rem 1.5rem;
  }
  .cont-block.cont-block-gallery .gallery-item-list a.item-image {
    min-width: calc(50% - 1rem);
    max-width: 35rem;
    flex-basis: calc(25% - 1rem);
  }
  .cont-block.cont-block-gallery .gallery-item-list a.item-image span {
    height: clamp(150px, 30vw, 300px);
  }
  .cont-block.cont-block-contacts .contacts-list-block {
    flex-wrap: wrap;
  }
  .cont-block.cont-block-contacts .contact-box {
    width: 100%;
  }
  .cont-block.cont-block-contacts-photo .contacts-list-block {
    flex-wrap: wrap;
  }
  .cont-block.cont-block-contacts-photo .contact-box {
    width: 100%;
    flex-wrap: wrap;
  }
  .cont-block.cont-block-contacts-photo .contact-box .photo-wrap {
    margin: 0 1rem 0 0;
    min-width: 180px;
  }
  .cont-block.cont-block-contacts-photo .contact-box .info-wrap {
    min-width: 200px;
  }
  .cont-block.cont-block-contacts-photo .contact-box .info-wrap .part-top {
    margin-top: 1rem;
  }
  .cont-block.cont-block-form .form-cont {
    padding: 1rem;
  }
  .cont-block.cont-block-form .form-cont .row-2cols {
    flex-wrap: wrap;
  }
  .cont-block.cont-block-form .form-cont .row-2cols .col {
    margin: 0 0 1rem;
    width: 100%;
  }
  .cont-block.cont-block-form .form-cont .row-3cols {
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }
  .cont-block.cont-block-form .form-cont .row-3cols .col {
    margin: 0 0 1rem !important;
    width: 100%;
  }

  .form-road-qual .form-cont {
    padding: 1rem;
  }
  .form-road-qual .form-cont .row-2cols {
    flex-wrap: wrap;
  }
  .form-road-qual .form-cont .row-2cols .col {
    margin: 0 0 1rem;
    width: 100% !important;
  }
  .form-road-qual .form-cont .row-3cols {
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }
  .form-road-qual .form-cont .row-3cols .col {
    margin: 0 0 1rem !important;
    width: 100% !important;
  }

  .cont-block-tabs.tab-level-2 > .wrap > * {
    padding-left: 1.5rem;
  }

  .cont-block-tabs.tab-level-3 > .wrap > * {
    padding-left: 3rem;
  }

  .cont-block-tabs.tab-level-4 > .wrap > * {
    padding-left: 4.5rem;
  }

  .cb-schedule .wrap-2cols > .left {
    min-width: 19rem;
  }
  .cb-schedule .wrap-2cols > .right {
    margin: 0;
  }
  .cb-schedule .wrap-2cols > .right .item-title {
    padding: 1.5rem;
  }
  .cb-schedule .wrap-2cols > .right .info {
    padding: 1.5rem;
  }
  .cb-schedule .schedule-widget .widget-cont {
    padding: 1rem !important;
  }

  .cb-search-res .cust-inp {
    max-width: none;
  }
  .cb-search-res .date-filter-wrap .date-filter {
    flex-wrap: wrap;
  }
  .cb-search-res .date-filter-wrap .date-filter > div {
    width: 100%;
  }

  .cb-galleries .gallery-list {
    flex-wrap: wrap;
  }
  .cb-galleries .gallery-list .item {
    width: 100%;
  }
  .cb-galleries .gallery-list .item .img {
    height: clamp(10rem, 50vw, 315px);
  }

  .cb-survey .cont-tab-head {
    margin: 0.25rem 0.5rem;
    width: 100%;
  }
  .cb-survey .cont-tab-head a {
    padding: 0.75rem;
  }
  .cb-survey .cont-tab-ins {
    margin-top: 2rem;
    padding: 1rem;
    flex-basis: calc(100% - 3rem);
    min-width: calc(100% - 3rem);
  }
  .cb-survey div.wpforms-container-full .wpforms-form .wpforms-list-inline ul li {
    margin: 0.25rem !important;
  }
  .cb-survey div.wpforms-container-full .wpforms-form .wpforms-list-inline ul li:last-of-type {
    position: relative;
    top: -10px;
  }
  .cb-survey .wpforms-field-radio ul {
    flex-wrap: wrap;
    justify-content: center;
  }
  .cb-survey .wpforms-field-radio ul li:first-of-type,
.cb-survey .wpforms-field-radio ul li:last-of-type {
    margin: 0.25rem 0 !important;
    width: 100% !important;
    display: inline-block !important;
    text-align: center;
  }
  .cb-survey .wpforms-field-radio ul li:first-of-type label,
.cb-survey .wpforms-field-radio ul li:last-of-type label {
    width: 100%;
    max-width: 150px;
    display: inline-block;
    text-align: left;
  }
  .cb-survey .wpforms-field-radio ul li:last-of-type {
    position: relative;
    top: -5px;
  }
  .cb-survey .wpforms-field-radio ul li:last-of-type label {
    text-align: right;
  }

  body.mob-menu-open #window > div {
  
  }
  body.mob-menu-open #window footer {
    display: none;
  }
  body.mob-menu-open header .menu-mob a.burger-menu {
    background-image: url("../img/icn-burger-close.svg");
    background-size: 20px 18px;
  }
  body.mob-menu-open #mob-menu {
    display: block;
  }

  #mob-menu {
    display: none;
    /* position: relative; */
    z-index: 100;
  }
  #mob-menu .menu-lang ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    font-size: 0.933rem;
  }
  #mob-menu .menu-lang li {
    flex-grow: 1;
    background-color: #f2f2f2;
    text-transform: uppercase;
  }
  #mob-menu .menu-lang li.current-lang {
    background-color: #0C91BA;
  }
  #mob-menu .menu-lang li.current-lang a {
    color: #ffffff;
  }
  #mob-menu .menu-lang a {
    padding: 10px 0;
    color: #231F20;
    display: block;
    text-align: center;
    text-decoration: none;
  }
  #mob-menu .menu-icons ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
  }
  #mob-menu .menu-icons li {
    padding: 20px 0;
    flex-grow: 1;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #mob-menu .menu-icons a {
    width: 39px;
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #f2f2f2;
  }
  #mob-menu .menu-icons a.disa {
    background-color: #363636;
  }
  #mob-menu .menu-main ul {
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 0.933rem;
    line-height: 1.25em;
  }
  #mob-menu .menu-main li {
    border-top: 1px solid #c3c3c3;
    position: relative;
  }
  #mob-menu .menu-main li.facebook, #mob-menu .menu-main li.youtube, #mob-menu .menu-main li.linkedin{
    border-top: none !important;
    border-bottom: none !important;
  }
  #mob-menu .menu-main li:last-of-type {
    border-bottom: 1px solid #c3c3c3;
  }
  #mob-menu .menu-main li.menu-item-has-children > a {
    padding-right: 50px;
    display: flex;
    align-items: center;
  }
  #mob-menu .menu-main li.menu-item-has-children > a::after {
    content: "";
    width: 7px;
    height: 11px;
    background: url("../img/icn-arrow.svg") right center no-repeat;
    background-size: 7px 11px;
    position: absolute;
    right: 25px;
    display: inline-block;
    transform: rotate(90deg);
    transition: all 0.3s ease;
  }
  #mob-menu .menu-main li.open > a {
    /* background-color: #f7f7f7; */
  }
  div#mob-menu #menu-meniu .menu-item-has-children,  div#mob-menu #menu-meniu-english .menu-item-has-children{
    width: auto;
    float: none;
    padding-right: 0;
    margin-bottom: 0;
  }
  #mob-menu .menu-main li.open > a::after {
    transform: rotate(90deg);
  }
  div#mob-menu #menu-meniu > li > a,  div#mob-menu #menu-meniu-english > li > a{
    margin-bottom: 0;
    padding: 10px;
    font-size: 18px;
    line-height: 24px;
  }
  div#mob-menu #menu-meniu > li > a::after,   div#mob-menu #menu-meniu-english > li > a::after{
    width: 15px;
    height: 25px;
  }

  div.index-serv .item-list .item{
    padding: 3.75vw;
  }
  #mob-menu .menu-main li.open > ul {
    padding: 15px 0;
  }
  #mob-menu .menu-main li.open > ul > li {
    border: none;
  }
  #mob-menu .menu-main li.open > ul > li > a {
    padding: 0 15px;
  }
  #mob-menu .menu-main li > a {
    padding: 25px;
    display: block;
    text-decoration: none;
    color: #231F20;
  }
  #mob-menu .menu-main li > ul {
    display: none;
  }

  footer {
    padding: 4rem 0;
    display: block;
  }
  footer > .wrap {
    padding: 0 15px;
    min-width: 290px;
  }
  footer .cols-list {
    padding: 0 15px;
    flex-wrap: wrap;
  }
  footer .cols-list .col {
    margin: 0 0 30px;
    width: 100%;
    flex-basis: 100%;
  }
  footer .logo a {
    width: 179px;
    height: 45px;
  }

  .orange-button {
    padding: 15px 25px;
  }
}

/** 1023 end */
@media print {
  header {
    position: relative;
  }
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

body.bg2 {
  background: #000000;
}
body.bg2 header {
  background: #000000;
}
body.bg2 header .icons a {
  background: #000000;
}
body.bg2 header .logo a {
  filter: brightness(10);
}
body.bg2 header .menu > ul > li > a,
body.bg2 header .menu > ul > li.menu-item-has-children > a {
  background: #000000;
  border-bottom: none;
}
body.bg2 header .menu > ul > li > a:hover,
body.bg2 header .menu > ul > li.menu-item-has-children > a:hover {
  background: #000000;
}
body.bg2 header .menu > ul > li ul,
body.bg2 header .menu > ul > li.menu-item-has-children ul {
  background: #000000;
}
body.bg2 .wrap {
  color: #ffffff !important;
}
body.bg2 .cb-pagesteps ul,
body.bg2 .page-title,
body.bg2 .block-title,
body.bg2 .block-text {
  color: #ffffff !important;
}
body.bg2 h1, body.bg2 h2, body.bg2 h3, body.bg2 h4, body.bg2 h5, body.bg2 h6 {
  color: #ffffff !important;
}
body.bg2 a {
  color: #ffffff !important;
}
body.bg2 .icn {
  filter: brightness(17);
}
body.bg2 .cb-print-share .icn {
  filter: invert(1);
}
body.bg2 .cb-pagesteps,
body.bg2 .index-promos .item,
body.bg2 .wrap-2cols .news-cats a:not(.active) {
  background: #000000 !important;
}
body.bg2 .sb-widget {
  background: #3b3a3a !important;
}
body.bg2 .sb-widget .widget-title {
  background: #3b3a3a !important;
  color: #ffffff !important;
}
body.bg2 .sb-widget a::before {
  filter: brightness(7);
}
body.bg2 .cb-pagination .nav-links {
  color: #ffffff !important;
}
body.bg2 .cb-pagination .nav-links a {
  background: #000000;
}
body.bg2 .cb-pagination .nav-links a.prev, body.bg2 .cb-pagination .nav-links a.next {
  filter: brightness(17);
}
body.bg2 .tab-title,
body.bg2 .tab-content {
  background: #3b3a3a !important;
}
body.bg2 .cont-block-files .file-list-block li a,
body.bg2 .cont-block-links .link-list-block li a {
  color: #000000 !important;
  filter: invert(1);
}
body.bg2 .contact-box {
  background: #3b3a3a !important;
  color: #ffffff !important;
}
body.bg2 .contact-box .contact-title {
  background: #3b3a3a !important;
}
body.bg2 .contact-box .contact-title,
body.bg2 .contact-box .contact-subtitle,
body.bg2 .contact-box .phone-list-block,
body.bg2 .contact-box .contact-text {
  color: #ffffff !important;
}
body.bg2 .block-job-row-list .row:nth-of-type(odd) {
  background: #000000 !important;
}
body.bg2 .block-job-row-list .row:nth-of-type(even) {
  background: #3b3a3a !important;
}
body.bg2 .block-job-row-list .row-title {
  border-color: #000000 !important;
}
body.bg2 .cont-block-photo-left-button .float-photo-cont,
body.bg2 .cont-block-photo-left-button .float-title-txt-cont,
body.bg2 .cont-block-photo-right-button .float-photo-cont,
body.bg2 .cont-block-photo-right-button .float-title-txt-cont {
  background: #3b3a3a !important;
}
body.bg2 table tr:nth-child(even) {
  background: #000000 !important;
}
body.bg2 table tr:nth-child(odd) {
  background: #3b3a3a !important;
}
body.bg2 table td {
  border-color: #3b3a3a !important;
}
body.bg2 .form-cont .title {
  color: #231F20;
}
body.bg2 .contact-box .info-wrap .part-top .name {
  color: #ffffff !important;
}
body.bg2 .contact-box .info-wrap .part-top .work {
  color: #ffffff !important;
}
body.bg2 span.icn-linkedin {
  filter: none !important;
}
body.bg2 .cb-structure .page-list > ul {
  background: #000000 !important;
}
body.bg2 .cb-structure .page-list > ul > li > a {
  background: #3b3a3a !important;
}
body.bg2 #mob-menu {
  background: #000000 !important;
}
body.bg2 #mob-menu .menu-lang li {
  background: #3b3a3a;
}
body.bg2 #mob-menu .menu-lang li.current-lang {
  background-color: #0C91BA;
}
body.bg2 #mob-menu .menu-icons a {
  background: #3b3a3a;
}
body.bg2 #mob-menu .menu-main li.open > a {
  background: #000000 !important;
}
body.img2 * {
  background-size: 0 0 !important;
}
body.img2 img {
  visibility: hidden !important;
}
body.img2 header .icons a .icn {
  background-size: auto 100% !important;
}

.papildomi{
	list-style: none;
    font-size: 18px;
    color: #0C91BA;
}
.papildomi a{
	color: #0C91BA !important;
	padding: 0 27px 0 0 !important;
    background-position-x: right !important;
    width: fit-content;
    background-size: 16px !important;
}

.gray-button{
	background-color: #f4f4f4;
    border-bottom: 2px solid #0C91BA;
    padding: 2px 12px;
    color: #231F20 !important;
}

.popup-myg, .print-right{
	text-align:right;
}

.print-right{
	float: right;
	color: #231F20 !important;
}

.popup-myg h1:after, .popup-myg h2:after, .visi-pop .form-cont h2:after, .visi-pop .form-cont h1:after{
	margin: 15px 0 50px;
    content: "";
    display: block;
    position: relative;
    width: 60px;
    height: 0;
    border-bottom: 4px solid #0C91BA;
}

.visi-pop.active{
	display:flex;
}

.visi-pop.active > .wrap{
	 background-color: #ffffff;
    max-height: 100%;
    overflow-y: auto;
    position: relative;
}

.visi-pop.active .form-close-btn{
	    display: flex;
    justify-content: flex-end;
}

.visi-pop.active .form-close-btn a.close-fullscreen-form{
	    padding: 0 5px;
    width: 44px;
    height: 44px;
    background: #f2f2f2 url("../img/icn-close.svg") center center no-repeat;
    background-size: 12px 12px;
    text-indent: -9999em;
    overflow: hidden;
    outline: none;
    user-select: none;
}

div #pasirinkimai{
  color: #231F20;
  text-decoration: none;
  margin: 0 0 25px 0;
  border: 1px solid #000;
  border-radius: 15px;
  padding: 1em;
  overflow: hidden;
  position: relative;
  width: 100%;
  display: none;
  font-size: 21px;
    font-weight: 400;
    line-height: 25px;
}

.visi-pop{
    justify-content: center;
    align-items: center;
    display: none;
    padding: 1rem;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(29, 29, 27, 0.73);
    z-index: 1001;
}

.popup-myg .form-cont{
	text-align:left;
}

.cont-block-contacts .contact-box .contact-subtitle a{
	padding: 0 !important;
}
.grecaptcha-badge{
  display: none !important;
}

/* Single post layout: image float left, text wraps right */
.page-photo {
  float: left;
  max-width: 50%;
  margin: 0 50px 20px 0;
}

.nuotr-tekstas::after {
  content: "";
  display: table;
  clear: both;
}

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