html, body {
  font-family: 'IBM Plex Sans', sans-serif;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
	font-size: 16px;
}

/*Header*/
.navbar-brand {
	padding: 0 0.9375rem 0.3125rem;
}

.vardsNav {
  min-height: 5rem;
	width: auto;
	margin-bottom: 0;
	border-radius: 0;
	background-color: #FFFFFF;
	box-shadow: 0 0.125rem 1.5rem 0 rgba(0, 0, 0, 0.08);
}

.navbar-inner {
  min-height: 4rem;
  padding-top: 0.8rem;
  width: 100vw;
}

.vardsNav .nav-link {
	text-decoration: none;
	font-weight: 600;
	color: #595959;
}

.vardsNav .nav-link:hover, .vardsNav .nav-link.active {
	color: #7ac11d;
}

.vardsNavContainer li{
  list-style: none;
}

.green {
	border: none;
  padding: 0 1.75rem;
  height: 2.5rem;
  border-radius: 3.9375rem;
	background-image: linear-gradient(to bottom, #7ac11d, #7ac11d);
	text-decoration: none;
	color:#FFFFFF !important;
	text-align: center;
  line-height: 2.5rem;
  font-size: 1rem;
  font-weight: 500 !important;
}

.green:hover {
	color:#FFFFFF;
  box-shadow: 0 0.125rem 0.875rem 0 rgba(122, 193, 29, 0.5);
  cursor: pointer;
}

.green:focus {
  outline: none;
}

.green.big {
  height: 3.5625rem;
  font-size: 1.25rem;
  letter-spacing: 0.0125rem;
}

.green.apskatit {
  margin-left: 17px;
}

.green.whitebutton {
  background-image: none;
  background-color: #FFFFFF;
  color: #7ac11d !important;
}

.top-triangles {
  position: relative;
}

.green.whitebutton:hover {
  background-image: none;
  background-color: #FFFFFF;
  border: solid 0.125rem #7ac11d;
}

.green.whitebutton:active {
  background-image: none;
  background-color: #fcfff8;
  border: solid 0.125rem #7ac11d;
}

/*End of header*/

.vardsMain {
	position: relative;
/*  top: 5rem;*/
  text-align: center;
  
}

.trianglesRow{
  position: relative;
  top: 5rem;
}

.bgGrey{
  background-color: #f4f4f4;
}

.vardsTriangles {
	position: relative;
	margin: 0 auto;
	width: auto;
  height: 7.4375rem;
}

.vardsTriangles > img{
  width:100%;
}

/*Main*/

/*Info Block*/
span.title {
  padding-top: 3.75rem;
  display:block;
  font-size: 4.375rem;
  font-weight: bold;
  color: #393939;
}

span.title.big {
  padding-top: 6.5rem;
  font-size: 4.375rem;
}

p {
  font-size: 1.25rem;
  font-weight: normal;
  line-height: 1.7;
  color: #595959;
}

.solutions.white {
padding-bottom: 3rem!important;
}

.sasniegumi.white span {
font-size: 50px;
}

.sasniegumi h2 {
  font-size: 5rem;
  font-weight: bold;
	color: #7ac11d;
	margin: 0%;
}

.sasniegumi p {
  font-size: 1.625rem;
	color: #868686;
	margin: 0%;
}

.gray {
  background-color: #f4f4f4;
  padding-top: 6.25rem;
  padding-bottom: 3.125rem;
}

.white, .gray {
  position: relative;
  margin-top: 0px;
  margin-bottom: 0px;
}

.white{
  padding-bottom: 3.125rem;
  padding-top: 3.125rem;
}

.solutions.white {
  padding-bottom: 6.25rem;
}

.blockButton {
  width: 10.5rem;
  height: 10.5rem;
  border-radius: 0.8125rem;
  display: inline-block;
  margin: 0 1rem;
  position: relative;
  cursor: pointer;
}

.blockButton:hover:not(.small) {
  -webkit-animation-name: rise, blockButton;
  animation-name: rise, blockButton;
  -webkit-animation-duration: .3s, 1.5s;
  animation-duration: .3s, 1.5s;
  -webkit-animation-delay: 0s, .3s;
  animation-delay: 0s, .3s;
  -webkit-animation-timing-function: ease-out, ease-in-out;
  animation-timing-function: ease-out, ease-in-out;
  -webkit-animation-iteration-count: 1, infinite;
  animation-iteration-count: 1, infinite;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-direction: normal, alternate;
  animation-direction: normal, alternate;
}

.blockButton span {
  font-size: 1.125rem;
  color: #ffffff;
  position: absolute;
  bottom: 1.375rem;
  display: block;
  width: 100%;
  text-align: center;
}

.blockButton img {
  display: block;
  margin:2.25rem auto 0;
  position: relative;
}

.blockButton.nams {
  background-image: linear-gradient(135deg, #b9e738, #28b000);
}

.blockButton.namsaimnieks {
  background-image: linear-gradient(139deg, #f44336, #c70040);
}

.blockButton.webnams {
  background-image: linear-gradient(139deg, #74bcff, #2c50c0);
}

.blockButton.debitori {
   background-image: linear-gradient(139deg, #ff6c00, #d23d00);
}

.blockButton.nomnieki {
  background-image: linear-gradient(139deg, #2195f3, #002ed0);
}


.blockButton.nams:hover:not(.small) {
  box-shadow: 0 0.625rem 2.125rem 0 #28b000;
}

.blockButton.namsaimnieks:hover:not(.small) {
  box-shadow: 0 0.625rem 2.125rem 0 #c70040;
}

.blockButton.webnams:hover:not(.small) {
  box-shadow: 0 0.625rem 2.125rem 0 #2c50c0;
}

.blockButton.debitori:hover:not(.small) {
  box-shadow: 0 0.625rem 2.125rem #d23d00;
}

.blockButton.nomnieki:hover:not(.small) {
  box-shadow: 0 0.625rem 2.125rem #002ed0;
}

/*End of info block*/





/*START Animationns*/

@-webkit-keyframes blockButton {
  0% {
    -webkit-transform: translateY(-0.5rem);
    transform: translateY(-0.5rem);
  }
  50% {
    -webkit-transform: translateY(-0.25rem);
    transform: translateY(-0.25rem);
  }
  100% {
    -webkit-transform: translateY(-0.5rem);
    transform: translateY(-0.5rem);
  }
}

@keyframes blockButton {
  0% {
    -webkit-transform: translateY(-0.5rem);
    transform: translateY(-0.5rem);
  }
  50% {
    -webkit-transform: translateY(-0.25rem);
    transform: translateY(-0.25rem);
  }
  100% {
    -webkit-transform: translateY(-0.5rem);
    transform: translateY(-0.5rem);
  }
}

@-webkit-keyframes rise {
  100% {
    -webkit-transform: translateY(-0.5rem);
    transform: translateY(-0.5rem);
  }
}

@keyframes rise {
  100% {
    -webkit-transform: translateY(-0.5rem);
    transform: translateY(-0.5rem);
  }
}

/*END Animations*/


.products p {
  color: #868686;
  font-size: 1.25rem;
  margin-top: 1.75rem;
  margin-bottom: 1.75rem;
}

.products span.title {
  padding-top: 2.8125rem !important;
  font-size: 50px !important;
}

.title.web {
  padding-left: 18px;
}

.product-image  {
  position: relative;
}
.product-image>img {
  position: relative;
  /* box-shadow: 0 0.125rem 1.5rem 0 rgba(0, 0, 0, 0.16); */
}



.blockButton.small {
  width: 7.5625rem;
  height: 7.5625rem;
  cursor: default;
}

.products .blockButton {
  position: absolute;
  bottom: 25px;
  left: -0.8125rem;
  text-align: center !important;
}

.products.right .blockButton {
  left: auto;
  right: -0.8125rem;
}

.products .blockButton.webnams img {
  max-width: 5.5rem;
  height: auto;
}

.products .blockButton:not(.webnams) img {
  max-width: 3.25rem;
  height: auto;
}

.products .blockButton img {
  display: inline-block;
  position: relative;
  vertical-align: middle
}

.products.gray{
  padding-top: 6.9375rem; 
  padding-bottom: 6.9375rem;
}
.products.white{
  padding-top: 6.9375rem!important; 
  padding-bottom: 6.9375rem!important;
}

.carousel-item>img {
  margin: 0 auto;
  border-radius: 0.625rem;
}

span.carousel-title  {
  padding-top: 58px !important;
}

.carousel-item .link {
  cursor: pointer;
}

.carousel {
  margin-top: 3.4375rem;
}

.carousel-inner { 
  max-width: 32.5rem;
  margin: 0 auto;
}

.carousel-inner .client_title {
  position: absolute;
  left: 2rem;
  bottom: 0.9375rem;
}

.carousel-inner .client_title h1 {
  font-size: 3.125rem;
  font-weight: bold;
}

.carousel-inner .client_title.light h1 {
  color: #FFFFFF;
}

.carousel-inner .client_title.dark h1 {
  color: #929292;
}

.icon-prev, .icon-next {
  display: inline-block;
  width: 4.5rem;
  height: 4.5rem;
  background: transparent no-repeat center center;
  background-size: 100% 100%;
}
.icon-prev, .icon-next {
  display: inline-block;
  width: 4.5rem;
  height: 4.5rem;
  background: transparent no-repeat center center;
  background-size: 100% 100%;
}

.icon-prev {
  background-image: url("/img/prev.svg");
}

.icon-prev:hover {
  background-image: url("/img/prev-hover.svg");
}

.icon-prev:active {
  background-image: url("/img/prev-active.svg");
}

.icon-next {
  background-image: url("/img/next.svg");
}

.icon-next:hover {
  background-image: url("/img/next-hover.svg");
}

.icon-next:active {
  background-image: url("/img/next-active.svg");
}

.carousel-control-prev {
  left: 10.625rem;
}

.carousel-control-next {
  right: 10.625rem;
}

.carousel-control-prev, .carousel-control-next {
  opacity: 1;
  width: 6.25rem;
}

.white.products-page-tab {
  padding-top: 6.25rem;
}

.triangle {
  z-index: 1;
/*  margin-top: 100px;*/
  -moz-transform: scaleY(-1);
  -o-transform: scaleY(-1);
  -webkit-transform: scaleY(-1);
  transform: scaleY(-1);
  position: relative;
  bottom: -1.0625rem;
  right: -0.1875rem!important;
  background-image: url(/img/green.png);
  background-position: center;
  padding-top: 6.25rem;
  background-repeat: no-repeat;
}

.container-fluid .triangle {
  right: -0.125rem;
}

.footer  {
  position: relative;
  height: 43.5rem;
  text-align: center;
  background-image: url('/img/f_bg.png');
  background-position: center 6.9375rem;
  background-repeat: no-repeat;
  background-size: 81.25rem auto;
  z-index: 5;
}

.footer .container:first-of-type  {
  padding-top: 6rem;
}

.footer::before, .footer::after {
  content: "";
  position:absolute;
  bottom: 0;
  height: 31.375rem;
  width: calc((100vw - 81.25rem ) / 2 - ((100vw - 100%)/2) + 1px);
  background-image: url('/img/bg.svg');
  background-repeat: no-repeat;
  background-size: auto 31.25rem;
  overflow: hidden;
  z-index: 1;
}

.footer::before {
  left: 0px;
  background-position: right;  
}

.footer::after {
  right: 0px;
  background-position: left;
}

.footertitle {
  display: block;
  position: relative;
  font-size: 3.125rem;
  font-weight: bold;
  color: #ffffff;
  text-shadow: 0 0.125rem 0.625rem rgba(0, 0, 0, 0.5);
  padding-top: 12rem;
}

.footer p {
  padding-top:1.875rem;  
  font-size: 1.25rem;
  line-height: 1.7;
  color: #ffffff;
  padding-bottom: 0.625rem;
  margin: 0 auto;
  max-width: 40.625rem;
  text-align: center;
}

.footerbot .row {
  margin-right: 0 !important;
  padding-top: 2.25rem;
  padding-bottom: 2.5625rem;
}

.footerbot span {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.9375rem;
  color: #b2b2b2;
}

.footerbot .fblink {
  position: relative;
  display: inline-block;
  width: 1.5rem;
  height: 1.5rem;
  top: 0.25rem; 
  cursor: pointer;
  background-image: url('/img/fb.svg');
  background-repeat: no-repeat;
  background-position: center;
}

.footerbot .fblink:hover {
  background-image: url('/img/fb_hover.svg');
}

.footerbot .fblink:active {
  background-image: url('/img/fb_active.svg');
}

.footerbot .imgleft img {
  width: 9.275rem;
  height: 1.25rem;
}

/*Par mums*/
.parmums {
  padding-top: 8rem;
  padding-bottom: 6.375rem;
}

.parmums h1{
  font-size: 4.375rem;
  font-weight: bold;
  color: #393939;
}

.parmums span {
  font-size: 1.25rem;
  line-height: 1.7;
  text-align: center;
  color: #595959;
}

.pieredze {
	min-height: 30rem;
}

.pieredze h2 {
  font-size: 3.125rem;
  font-weight: bold;
  color: #393939;
}

.pieredze span {
  font-size: 1.25rem;
  line-height: 1.7;
  color: #868686;
}

.par_mums_img_1, .par_mums_sturi {
  position: absolute;
}

.par_mums_img_1 {
  right: 0px;
  top: -7.875rem;
}

.par_mums_sturi {
  right: -4.375rem;
  top: 6.4375rem;
}

.par_mums_img_3, .par_mums_img_4, .par_mums_img_5  {
  position: absolute;
}

.par_mums_img_3  {
  top: -0.6875rem;
  left: 23.1875rem;
}

.par_mums_img_4 {
  top: 5.6875rem;
  left: 4.0625rem;
  z-index: 1;
}

.par_mums_img_5 {
  top: 15.875rem;
  left: 8rem;
}

.pt-55 {
  padding-top: 3.4375rem;
  padding-bottom: 2.1875rem;
} 

/*Kontakti*/
.kontakti-info {
  padding-bottom: 2.5rem;
}

.kontakti-info h1 {
  font-size: 4.375rem;
  font-weight: bold;
  color: #393939;
  text-align: center;
  padding-top: 8rem;
}

.kontakti-info span {
  font-size: 1.25rem;
  line-height: 1.7;
  text-align: center;
  color: #595959;
}


.green.nosutit {
  border-radius: 0.1875rem;
  background-color: #7ac11d;
  float: right;
}

.green.nosutit:hover {
  background-color: #7ecc17;
  box-shadow: 0 0.125rem 0.875rem 0 rgba(122, 193, 29, 0.5);
}

.product {
  height: 30rem;
  position: relative;
  margin-top: -7.375rem;
  padding-top: 10rem;
  z-index: -1;
}

.product.nams {
  background-image: linear-gradient(108deg, #b9e738, #28b000);
}

.product.namsaimnieks {
  background-image: linear-gradient(108deg, #f44336, #c70040);
}

.product.webnams {
  background-image: linear-gradient(108deg, #74bcff, #2c50c0);
}

.product.debitori {
   background-image: linear-gradient(108deg, #ff6c00, #d23d00);
}

.product.nomnieki {
  background-image: linear-gradient(108deg, #2195f3, #002ed0);
}

textarea {
  width: 29.3125rem;
  height: 10.625rem;
  border-radius: 0.125rem;
  resize: none;
}

.forma {
  width: 31.1875rem;
  padding-top: 3.375rem;
}

.forma input {
  height: 2.5rem;
}
#map {
  height: 13.9375rem;
}
.rekviziti {
  background-color: #ffffff;
  height: 13.9375rem;
}
.modal-body {
  border-radius: 0;
  width: 31.25rem;
  height: 15rem;
  background: 
   url(/img/fill-4-copy-53.svg) 29.35rem 1.625rem no-repeat,
   url(/img/fill-4-copy-53.svg) 24.375rem 12.875rem no-repeat,
   url(/img/fill-4-copy-19.svg) 1.75rem 0px no-repeat,
   url(/img/fill-4-copy-5.svg) 0px 1.0625rem no-repeat;
}

.modal-content h2 {
  font-size: 2rem;
  font-weight: bold;
  line-height: 0.81;
  color: #1a1919;
  padding-top: 2.8125rem;
  padding-bottom: 0px;
}

.modal-content p {
  font-size: 1rem;
  line-height: 1.38;
  color: #595959;
  padding-top: 0.375rem;
}


.write_us_response .modal-content {
    border-radius: 0 !important;
  }

.rekviziti h2, p {
  padding-left: 1.25rem; 
}

.rekviziti h2 {
  font-size: 1.375rem;
  font-weight: 500;
  color: #1a1919;
  padding-top: 1rem;
  padding-bottom: 0.375rem;
}

.rekviziti p {
  font-size: 1.125rem;
  line-height: 1.44;
  color: #1a1919;
  padding-top: 0.75rem;
}


.gm-fullscreen-control {
  display: none;
}

.grecaptcha-badge {
  z-index: 10;
}

.map-rekviziti-pt {
  margin-bottom: 0;
  padding-bottom: 0;
}

.pb-80 {
  padding-bottom: 0rem;
}

.mt--100 {
  margin-top: -6.26rem;
}


.vakances h1 {
  font-size: 4.375rem;
  font-weight: bold;
  color: #393939;
  padding-top: 0px;
  margin-top: 4.5rem;
}

.vakances span {
  font-size: 1.25rem;
  line-height: 1.7;
  color: #595959;
}
.above-card-title{
  padding-bottom: 4.875rem;
}

 
.phptext{
  padding: 0;
}
.phptext .block {
  background-color: #ffffff;
  height:100%;
  padding: 1.5rem 2.25rem;
}

.phptext h2 {
  padding-top: 1.875rem;
  font-size: 1.375rem;
  font-weight: 500;
  color: #1a1919;
}

.phptext span {
  font-size: 1.125rem;
  line-height: 1.44;
  color: #1a1919;
}

.green.lasit-vairak {
  margin-top: 1.75rem;
}

.phpimage, .phpimage2 {
  height: 18.75rem;
  text-align: right;
  padding: 0;
}

.card-vak {
  padding-bottom: 24px;
}

.vakances_container {
  margin: 0 auto;
}

ul {
  list-style-type: none;
  padding-left: 0;
}

.vakances-section {
  background-color: #ffffff;
  width: 43.75rem;
}

.vakances-page {
  margin: 0;
  padding: 0;
}

.vakances-page h1 {
  margin-top: 3.75rem;
  font-size: 4.375rem;
  font-weight: bold;
  color: #393939;
  padding-bottom: 2.75rem;
}

.vakances-section img {
  margin-top: 2.25rem;
  width: 39.25rem;
  height: 25.9375rem;
}

.vakances-text {
  margin-top: 0.625rem;
}

.vakances-section .col {
  padding-left: 2.25rem;
  padding-right: 2.25rem;
}

.vakances-text h2{
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.08;
  color: #1a1919;
  padding-bottom: 1.125rem;
  margin-top: 2.1875rem;
}

.vakances-text span{
  font-size: 1.125rem;
  line-height: 1.44;
  color: #1a1919;
}

.forma2 {
  width: 31.1875rem;
  margin-left: 0.4375rem;
  padding-bottom: 4.375rem;
}

.forma2 input {
  height: 2.5rem;
}

.green.pieteikties-vakancei {
  border-radius: 3.9375rem;
  float: left;
  height: 3.5rem;
}

.produkti-page-sections {
 /* width: 34.5rem; */
  /*max-height: 18.75rem; */
  width:100%;
}

.triangles_container {
  margin-top: 2.5rem;
}

.products .white {
  padding-top: 4rem;

}

.vakances.gray {
  padding-top: 0px !important;
  margin-bottom: 0;
}

.num{
  font-size: 1rem;
  color: #b3b3b3;
  padding-top: 1.25rem;
}

span.carousel-title {
  display:block;
  font-size: 3.125rem;
  font-weight: bold;
  color: #393939;
  padding-top: 6.25rem;
}

.rowPadding {
  padding-top: 4.375rem;
  padding-bottom: 3.125rem;
}

.rowTitleColor, .rowPColor {
  color: #ffffff;
  position: relative;
  top: 3.75rem;
}

.rowTitleColor {
  font-size: 4.375rem;
  font-weight: bold;
}

.rowPColor {
  font-size: 1.25rem;
  line-height: 1.7;
  position: relative;
  bottom: 100px;
}

.iespejas h1 {
  font-size: 3.125rem;
  font-weight: bold;
  color: #393939;
  padding-bottom: 4.375rem;
}
.iespejas-list h2 {
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 1.7;
  color: #595959;
}
.iespejas-list span {
  font-size: 1rem;
  line-height: 1.38;
  color: #595959;
}

.iespejas-row {
  padding-bottom: 2.3125rem;
}

.ajax-file-upload, .rm_file {
  font-weight: bold;
  line-height: 1.38;
  color: #7ac11d;
  cursor: pointer !important;
}

.rm_file {
  margin-left: 0.5rem;
}

.ajax-file-upload input {
  cursor: pointer !important;
}

.checkmark {
  width: 2.5rem;
  height: 3rem;
}

.navbar-toggler {
  background-color: #7ac11d;
  position: absolute;
  display: inline-block;
  right: 2rem;
  top: 1rem;
}

.navbar-toggler.active .navbar-toggler-icon {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

.navbar-toggler .navbar-toggler-icon {
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

.products-page-tab span.title {
  padding-top: 0;
  font-size: 50px;
}

.button-line {
  padding-bottom: 47px;
}

@media only screen and (max-device-width : 768px) {
  html, body {
    font-size: 80%;
  }
  .vardsNav .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
  }

  .vardsTriangles {
    overflow: hidden;
    width: 100vw;
    background-position-x: center;
    background-size: auto 7.4375rem;
    position: absolute;
  }


  .top-triangles {
    padding: 0;
    height: 7.4375rem;
  }
  .carousel-control-prev {
    left: 2rem;
  }
  .carousel-item>img {
    max-width: 90vw;
    width: auto;
    height: auto;
    border-radius: 0.625rem;
  }

  .carousel-control-next {
    right: 2rem;
  }
  .vardsNavContainer {
/*
    max-width: 100vw !important;
    width: auto !important;
*/
  }
  
/*
  .vardsNav {
    max-width: 84vw;
  }
  
*/
  .product-image {
    width: 300px;
    height: auto;
  }

  .bbutton-image {
    max-width: 100%;
    width: auto;
  }

  .blockButton {
    margin-top: 2rem;
  }

  .products .blockButton {
    bottom: 14px;
  }

  .blockButton img {
    width: 65px;
    height: 65px;
  }
  .blockButton.webnams img {
    width: auto;
    height: 45px;
  }
  .blockButton.small img{
    width: 50px;
    margin-top: 15px;
  }
  .blockButton.small.webnams img{
    width: 50px;
    margin-top: 22px;
  }
  .blockButton.small {
    height: 70px;
    width: 70px;
    display: block;
    margin-right: 60px;
    position: absolute;
  }
  .blockButton.small.namsaimnieks, .blockButton.small.debitori, .blockButton.small.webnams  {
    height: 70px;
    width: 70px;
    display: block;
    margin-left: 65px;
    position: absolute;
  }


  span.title.web {
    font-size: 40px !important;

  }

  .products p {
    text-align: center !important;
  }

  .products.gray {
    padding-top: 25px;
    padding-bottom: 80px;
  }

  .green.apskatit {
    margin-bottom: 15px;
    text-align: center;
  }
  
  .navigacija_mobile {
    text-align: center;
    position: relative;
/*    top: 22px;*/
    width: auto;
    font-size: 20px;
  }
  #VARdSNav {
    top:60px; 
    position: absolute;
    width: 100vw;
    background-color: white;
    padding-bottom: 1rem;
    box-shadow: 0 2px 24px 0 rgba(0, 0, 0, 0.08);
  }
  .navigacija_mobile li {
    padding: 0.5rem 3rem;
  }
  #VARdSNav .nav-link.green {
    height: 3rem;
    max-width: 50vw;
    margin: 0.5rem auto;
    line-height: 3rem;
  }
  .nav-link {
    font-size: 18px;
  }
  .navbar-collapse {
    margin-right: -13px;
    margin-left: -13px;
    margin-bottom: 10px; 
  }

  .green{
    font-size: 18px;
  }
  .green.whitebutton {
    position: relative;
    bottom: -15px;
  }

  .footerbot span {
    font-size: 1.3rem;
  }
  .footerbot .fblink {
    width: 2.5rem;
    height: 2.5rem;
  }
  .footerbot .imgleft img {
    width: 10rem;
    height: 2rem;
  }
  .products.white {
    padding-top: 15px !important;
    padding-bottom: 55px !important;
  }
  .green.apskatit {
    position: relative;
    left :23vw;
  }
  .title {
    text-align: center;
  }
  .products-page-tab span.title {
    padding-top: 20px;
    font-size: 40px; 
  }

  .parmums h1 {
    padding-top: 40px;
    font-size: 30px;
  }
  .parmums {
    max-width: 100%;
    width: auto; 
    padding-bottom: 100px;
  }

  .pieredze {
    min-height: 10rem;
  }

  .pieredze h2 {
    font-size: 25px;
    text-align: center !important;
  }
  .pieredze span {
    font-size: 20px;
    text-align: center !important;
  }

  /*.twoImage {*/
  /*  padding-top: 225px;*/
  /*}*/

  .parmums span, .pieredze span {
    font-size:15px;
  }
  .par_mums_img_1, .par_mums_img_4, .par_mums_img_3, .par_mums_img_5, .par_mums_sturi {
     max-width: 70%;
     width: auto;
  }
  .par_mums_img_1 {
    right: 4rem;
    top: -34rem;
  }

  .text_block {
    margin-top: 130px;
    margin-bottom: 4rem;
  }

  .image_block {
    height: auto;
    position: relative;
  }

  .image_block {
    min-height: 80px;
  }

  .block_2 {
    margin-top: 0px !important;
  }

  .par_mums_sturi {
    display: none;
  }
  
  /*.par_mums_img_3  {*/
  /*  top: 1rem;*/
  /*  left: 24.1rem;*/
  /*  max-width: 15%;*/
  /*  width: auto;*/

  /*}*/

  .par_mums_img_3 {
    display: none;
  }

  /*.par_mums_img_4 {*/
  /*  top: -1rem;*/
  /*  left: 9rem;*/
  /*  z-index: 1;*/
  /*}*/

  .par_mums_img_4 {
    top: -10rem;
    left: 4rem;
  }
  
  /*.par_mums_img_5 {*/
  /*  top: 3rem;*/
  /*  left: 4rem;*/
  /*}  */
  .par_mums_img_5 {
    display: none;
  }

  .text_mid {
    text-align: center !important;
  }

  /* .padding_top_second_text {
    padding-top: 255px;
  } */

  .card-vak img {
    max-width: 100%;
    width: auto;
    height: auto;
  }
  .card-vak {
    max-width: 100vw;
    width: auto;
    height: 220px;
  }
  .triangles_container {
   padding: 0;
   margin-top: 0px; 
  }
  .triangle {
    padding-top: 8.25rem;
    max-width: 100%;
    width: auto;
  }
  .container-fluid .triangle {
    right: 0;
}
  .phpimage {
    max-width: 100%;
    width: auto;
    height: auto;
    padding: 0;
  }
  .phptext {
    max-width: 100%;
    width: auto;
    text-align: center !important;
    padding-right: 10px;
    padding-left: 10px;
  }

  .green.lasit-vairak {
    width: 75vw;
    margin-top: 20px;
  }
  .vakances h1 {
    margin-top: 64px;
  }
  .card-vak {
    max-width: 100%;
    width: auto;
    display: inline-block;
    margin-bottom: 20px;
  }
  .vakances_container {
    max-width: 100%;
    width: auto;
    height: auto;
    margin-bottom: 45px;
  }
  .vakances-page h1 {
    font-size: 40px;
    margin-top: 0; 
    /*padding-top: 15px;*/
  }
  .vakances-page {
    margin-top: 64px;
  }
  .vakances-section img {
    max-width:100%;
    width: auto; 
    height: auto;
  }
  .vakances-section {
    text-align: center !important;
    max-width: 100%;
    width: auto;
  }
  .vakances-text {
    max-width: 100%;
    width: auto;
    text-align: center !important;
  }
  .pienakumi {
    font-size: 14px;
  }
  .kontakti-info {
    padding-top: 50px;
  }
  .map-rekviziti {
    max-width: 100%;
    width: auto;
  }
  .forma {
    width: auto;
    padding-bottom: 0;
  }
  .gray {
    padding-top: 25px;
    padding-bottom: 15px;
    }
    .white {
      padding-bottom:15px;
    }
    .solutions.white {
      padding-bottom: 0;
    }
    span.carousel-title {
      padding-top: 0;
    }
    .produkti-page-sections {
      max-width: 100%;
      width: auto;
    }
    .iespejas {
      padding-bottom: 0;
    }
    .iespejas-list {
      padding-left: 30px;
    }
    img.checkmark {
      width: 10vw;
      padding-right: 3vw;
    }
    .top-triangles {
      max-width: 100%;
      width: auto;
    }
    span.rowTitleColor{
      font-size: 50px;
      padding-top: 200px;
    }
    .product{
      padding-top: 150px;
    }
    .product span{
      font-size: 35px;
    }
    .title.big {
      padding-top:1.25rem;
    }
}

 
@media only screen and (max-width: 991px) {
  .par-mums-img{
    position: relative;
    top: inherit;
    left: inherit;
    width:100%;
  }
  .par_mums_sturi, .par_mums_img_3 {
    display:none;
  }
  .par_mums_img_4 {
    padding-bottom:10px;
  }
  .white {
    padding-bottom: 0;
  }
  .product-image img {
    width: 100%;
  }
  .rowTitleColor {
    font-size: 3.375rem;
  }

  .products.gray, .products.white {
    padding-top: 2rem!important;
    padding-bottom: 2rem!important;
  }
  .products span.title { 
    padding-top: 1rem!important;
    font-size: 2rem !important;
  }
  .text-justify, .title.web {
    padding-left: 0;
  }

  .gray.iespejas {
    padding-top: 2rem!important;
  }
}