@import '../bower_components/pure/pure-min.css';
@import '../bower_components/pure/grids-responsive-min.css';
@import '../css/pure-extend.css';
@import '../css/extra.css';
@import '../bower_components/Swiper/dist/css/swiper.min.css';
@import '../bower_components/font-awesome/css/font-awesome.min.css';
@import '../bower_components/TurnWheel/jReject/css/jquery.reject.css';
@import '../bower_components/fancybox/source/jquery.fancybox.css';
@import url(https://fonts.googleapis.com/css?family=Roboto:400,300,500,700&subset=latin,cyrillic-ext,latin-ext,cyrillic);

html {
    height: 100%;
}

body {
    min-height: 100%;
    height: 100%;
    color: #111;
    font-weight: normal;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    line-height: 1.5;
    color: #ffffff;
}

a {
    text-decoration: none;
    outline: none;
    color: #66ca06;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

a:hover {
    color: #fff;
}

img {
    border: 0
}

p {
    margin: 1.5em 0;
}

p:first-child {
    margin-top: 0;
}

p:last-child {
    margin-bottom: 20px;
}

strong {
    font-weight: 800;
}

#page {
    height: auto !important;
    position: relative;
    width: 100%;
}

#footer_guarantor {
    height: 48px;
    clear: both;
    background: #a09f9f;
    margin-top: 0px;
}
div.section{
  margin-bottom: 0px;
}

#footer {
    margin: 0 auto;
    margin-top: -28px;
    height:auto;
    clear: both;
    position: relative;
    z-index: 3;
    background: #252525;
    align-items: center;
    color: #fff;
    font-size: 10px;
}

div.footer-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #4a4a4a;
}
div.footer-content > div{
	margin-top: 7px;
}
div.footer-content > div > span{
  font-family: 'Open Sans';
  font-size: 12px;
  padding-top: 5px;
  margin-top: 15px;
}
div.footer-content > div > span > a{
  color: #fff;
}
div.footer-content > div > span > a:hover{
  opacity: 0.5;
}
div.top-footer{
  width: 1170px;
  margin: 0 auto;
  height: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #252525;
  position: relative;
  text-align: center;
  z-index: 10000;
}
div.top-footer {
  font-family: 'Open Sans';
  font-size: 12px;
  color: #fff;
}
div.footer-menu {
    display: inline-block;;
    margin: 0 auto;
}
div.footer-menu > div{
  float: left;
}
div.footer-menu > div > a {
    display:block;
    color: #e1e1e1;
    padding: 0 11px 0 12px;
    position: relative;
    font-size: 12px;
	text-transform: uppercase;
}
div.footer-menu > div:hover > a {
  opacity: 0.5;
}
#footer > div.container{
  position: relative;
  height: 100%;
  background-color: #4a4a4a;
}
#footer > div:last-child{
	background-color: #4a4a4a;
	height: 30px;
}
div.footer-content{
	display: flex;
    align-items: center;
    justify-content: space-between;
    width: 1170px;
    margin: 0 auto;
}

#header {
    height: 90px;
    position: relative;
    z-index: 222;
    color: #fff;
}

#header .container {
    height: 130px;
    position: relative;
    width: 1170px;
	margin: 0 auto;
    padding: 0;
    background-color: #484848;
}
#header > div.header-wrap{
	background: #484848;
}
#header > div.header-wrap > div.color{
	width: 100%;
	position: absolute;
	height: 45px;
	background: #252525;
}

a.logo {
    display: block;
    width: 330px;
    height: 100px;
    position: absolute;
    left: 0;
    top: 35px;
    background: url(../images/logo.png) 0 0 no-repeat;
    z-index: 58;
}

#sidebar {
    width: 180px;
    float: left;
}

#mainbar {
    overflow: hidden;
    background: #b0b0f0;
}

div.section {
    padding: 35px 0;
    background: #a09f9f;
}
div.section > div.container{
  width: 1170px;
  margin: 0 auto;
}
div.index-swiper-container {
    position: relative;
    margin: -90px 0 0;
    height: auto;
    overflow: hidden;
}

div.index-swiper-container .swiper-pagination {
    left: 0;
    right: 0;
    bottom: 30px;
}

div.index-swiper-container .swiper-pagination * {
    width: 7px;
    height: 7px;
    border-radius: 1;
    background: #fff;
    opacity: 1;
    margin: 0 4px;
    cursor: pointer;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

div.index-swiper-container .swiper-pagination *.swiper-pagination-bullet-active,
div.index-swiper-container .swiper-pagination *:hover {
    background: #b0ada7;
}

div.index-swiper .swiper-slide:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 1;
    background: rgba(0, 0, 0, 0.05);
}
div.index-swiper .swiper-slide{
  height: auto;
  overflow: hidden;
}
div.index-swiper .swiper-slide .photo {
    margin-top: 130px;
    width: 100%;
    height: auto;
    display: block;
}

div.index-swiper div.swiper-slide-content {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 5;
    display: flex;
    align-items: center;
    color: #fff;
    font-size: 16px;
    margin-top: 120px;
}

div.index-swiper div.swiper-slide-content h1 {
    font-size: 36px;
    text-transform: uppercase;
    font-weight: 700;
}

div.index-swiper div.swiper-slide-content .cont {
    margin-bottom: 15px;
}

div.header-content {
    height: 100%;
    width:100%;
    position: relative;
    display: flex;

    justify-content: flex-end;
    padding-top: 0px;
}

div.header-elements {
  width: 100%;
}
div.header-elements > div {
	background: #252525;
	width: 100%;
	height: 22.5px;
}

div.h-element-1 {
    justify-content: space-between;
    align-items: center;
    margin-bottom: 5px;
    width: 1170px;
	margin: 0 auto;
    margin-top: 0px;
    height: 40px;
    position: relative;
}
div.h-element-2{
	width: 1170px;
	margin: 0 auto;
}
div.write-me-place{
  float: left;
  font-family: 'Open Sans';
  font-size: 12px;
  color: #d5d5d5;
  padding-top: 10px;
  position:relative;
  padding-right: 20px;
}
div.write-me-place:before{
  content: '';
  position: absolute;
  right: 0;
  top: 70%;
  margin-top: -6px;
  height: 12px;
  width: 1px;
  background: #fff;
}
div.write-me-place > i,
div.call-me-place > i{
  padding-right: 5px;
}
div.write-me-place > a,
div.call-me-place > a{
  color: #d5d5d5;
}
div.write-me-place >a:hover,
div.call-me-place >a:hover{
  opacity: 0.5;
}
div.call-me-place{
    float: left;
    font-family: 'Open Sans';
    font-size: 12px;
    color: #d5d5d5;
    padding-top: 10px;
    position:relative;
    padding-left: 20px;
}

div.index-swiper-container .swiper-button-prev,
div.index-swiper-container .swiper-button-next {
    width: 28px;
    height: 51px;
    background: url("../images/icons/ico-1.png") center center no-repeat;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
    margin-top: 30px;

}

div.index-swiper-container .swiper-button-next {
    transform: rotate(180deg);
}
div.main-color{
	background: #a09f9f;
}
div.page-main-part{
  background: #a09f9f;
  width: 1170px;
  margin: 0 auto;
}
div.page-main-part > div.pure-g{
  padding-top: 50px;
}
.pure-u-2-3{
  position:relative;
}
div.main-photo-with-text{
	margin-bottom: 30px;
  min-height: 400px;
  padding: 20px;
}
div.main-photo-with-text div.text-container iframe{
  width:100%;
}
div.main-photo-with-text > img{
  width: 100%;
  position: relative;
}
div.text-container{
  width: 90%;
  margin-left: 4%;
  background-color: rgba(54,54,54,0.8);
  padding-left: 20px;
  padding-top: 20px;
  padding-right: 20px;
  padding-bottom: 20px;
  text-align: justify;
}
div.text-container > h2{
  font-family: 'Open Sans';
  font-size: 24px;
  color: #ffffff;
  font-weight: 800;
}
div.text-container {
  font-family: 'Open Sans';
  font-size: 14px;
  color: #ebebeb;
}
div.about-us{
  background: #363636;
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 30px;
  padding-bottom: 30px;
  text-align: center;
}
div.about-us > h2{
  font-family: 'Open Sans';
  font-size: 24px;
  color: #ffffff;
  font-weight: 800;
}
div.about-us > p{
	text-align: justify;
}
div.about-us {
  font-family: 'Open Sans';
  font-size: 14px;
  color: #ebebeb;
}

div.page-top-photo {
    height: 258px;
    background-position: center center;
    background-size: cover;
    margin: -90px 0 0;
    position: relative;
    padding: 30px 0;
    display: flex;
    align-items: flex-end;
}

div.page-top-photo:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 1;
    background: rgba(0, 0, 0, 0.5);
}

div.page-top-photo .container {
    position: relative;
    z-index: 4;
    width: 1170px;
}

div.page-top-photo h1 {
    font-size: 30px;
    color: #fff;
    font-weight: 700;
    margin: 0;
    text-transform: uppercase;
}

div.path-container {
    position: relative;
    top: -15px;
    font-size: 12px;
    font-weight: 300;
    color: #ffffff;
}

ul.path {
    list-style: none;
    display: flex;
    padding: 0;
    margin: 0;
}
a.iconed-link{
  color:#ffffff;
}

ul.path > li > a {
    display: block;
    padding-right: 21px;
    position: relative;
    color:#ffffff;
}

ul.path > li > a:after {
    content: '\f105';
    font-family: FontAwesome;
    position: absolute;
    right: 9px;
    top: 50%;
    margin-top: -0.7em;
}
ul.path > li > a:hover,
a.iconed-link:hover{
  opacity: 0.5;
}

div.products-list {
    margin: -16px -8px 0;
    position: relative;
}

div.products-list > div {
    padding: 0 8px !important;
    margin-top: 16px;
    position:relative;

}

div.products-list > div:nth-child(4n+1) {
    clear: both;
}


div.products-list   .photo {
    display: block;
    position: relative;
    z-index: 10;
    overflow: hidden;
	z-index: 1;
}
div.overlay:after{
	content: '';
    position: absolute;
    left: 8px;
    right: 8px;
    top: 0;
    bottom: 0;
    z-index: 1;
    -webkit-box-shadow: inset 18px -149px 80px -49px rgba(0,0,0,0.75);
	-moz-box-shadow: inset 18px -149px 80px -49px rgba(0,0,0,0.75);
	box-shadow: inset 18px -149px 80px -49px rgba(0,0,0,0.75);
}
div.products-list .photo:after{
  -webkit-box-shadow: inset 0 0 10px 10px #000;
  -moz-box-shadow: inset 0 0 10px 10px #000;
  box-shadow: inset -7px -13px 207px -8px #000;
  bottom: 0;
  content: "";
  display: block;
  left: 0;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}
div.wrap-text{
  position:absolute;
  margin-top: -80px;
  padding-left: 20px;
  padding-right: 40px;
  width: 100%;
  z-index: 100;
}
div.wrap-text > h3{
	font-size: 13px;
	font-weight: 800;
	font-family: "Open Sans";
}
div.wrap-text > p{
	font-size: 12px;
	font-weight: 400;
	font-family: "Open Sans";
}
div.wrap-text > h3,
div.wrap-text > p{
  color: #fff;
}

div.products-list  .photo img {
    display: block;
    width: 100%;
    height: auto;
}





ul.product-tabs {
    list-style: none;
    display: flex;
    padding: 0;
    margin: 0;
}

ul.product-tabs > li {
  padding: 0 20px;
}

ul.product-tabs > li > a {
    display: flex;
    align-items: center;
    height: 42px;
    font-size: 14px;
    font-family: 'Open Sans';
    color: #fff;
    text-transform: uppercase;
    font-weight: 800;
    text-decoration: none !important;
    position: relative;
    padding: 0 0px;
	border-bottom: 2px solid #a09f9f;
}

ul.product-tabs > li:hover > a,
ul.product-tabs > li.selected > a {
  border-bottom: 2px solid #fff;
}

div.product-tabs-content {
    padding: 28px;
    font-weight: 400;
    border: 1px solid #fff;
    margin-top: 15px;
    text-align: justify;
    font-family: Arial;
    color: #fff;
	font-size: 12px;
}

div.product-tabs-content > div {
    display: none;
}
div.product-card  > div.pure-g > div > div.nuotrauka{
  height: 300px;
  overflow: hidden;
  position: relative;
}
div.product-card {
  text-align: justify;
  font-family: 'Open Sans';
  font-size: 13px;
  color: #fff;
}
div.product-card  > div.pure-g > div > img{
  width: 100%;
  height: auto;
}
div.partners-carusel-container {
    position: relative;
    margin-top: 10px;
}
div.partners-carusel{
  margin-left: 50px;
  margin-right: 50px;
}
div.partners-carusel .swiper-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
}

div.partners-carusel .swiper-slide {
    width: auto;
}

div.partners-carusel .swiper-slide a {
    display: block;
    text-align: center;
}

div.partners-carusel .swiper-slide a img {
    display: block;
    width: auto;
    height: 100px;
    margin: 0 auto;
}
div.partners-carusel-container .swiper-button-next{
  transform: rotate(180deg);
}
div.partners-carusel-container .swiper-button-prev,
div.partners-carusel-container .swiper-button-next {
  color: #111;
  height: 13px;
  margin-top: 0px;
  background: url("../images/icons/ico-1.png") center center no-repeat;
}

/*LISTS*/

div.top-menu-container {
  position: relative;
  width: 100%;
}

div.top-menu {
    display: flex;
    position: absolute;
    padding-top: 10px;
    right: 50px;
}

div.top-menu > div > a {
    display: block;
    font-family: 'Montserrat';
    font-size: 12px;
    color: #a8a6a5;
    padding: 0 11px 0 12px;
    position: relative;
    font-size: 12px;
}

div.top-menu > div > a:before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -6px;
    height: 12px;
    width: 1px;
    background: #a8a6a5;
}

div.top-menu > div:first-child > a:before {
    display: none;
}

div.top-menu > div:hover > a,
div.top-menu > div.selected > a {
    opacity: 0.5;
}

div.top-menu > div.selected > a {
    cursor: default;
}
div.langs-menu-container{
  position: relative;
  float: right;
  width: 54px;
  height: 40px;
  padding-top: 10px;
}
.s-menu-lang {
  position: absolute;
  padding: 0px 0;
  margin:-2px 20px;
  margin-right: 0px;
  padding-right: 0px;
  padding-top: 1px;
}
.s-menu-lang > a .fa {
  font-size: 10px;
  margin-left: 10px;
}
.s-menu-lang > a {
  display: block;
  color: #a8a6a5;
  font-family: 'Montserrat';
  text-decoration: none;
  font-size: 12px;
  line-height: 20px;
  text-transform: uppercase;
}
.s-menu-lang > ul {
  position: absolute;
  left:50%;
  margin-left: -19px;
  top:100%;
  background: rgba(0,0,0,0.9);
  z-index: 11111;
  display:none;
}
.s-menu-lang ul > li {
  float:none;
  z-index: 111110;
}
.s-menu-lang ul > li > a {
  display: block;
  color:#fff;
  text-transform: uppercase;
  padding: 5px 10px;
}
.s-menu-lang ul > li:hover > a,
.s-menu-lang ul > li.selected > a {
}

div.main-menu-container {
    position: relative;
    width: 100%;
}

div.main-menu {
    display: flex;
    width: 100%;
	position: absolute;
    padding-top: 57px;
	justify-content: flex-end;
}

div.main-menu > div > a {
    display: flex;
    height: 32px;
    align-items: center;
    padding: 0 22px 0 23px;
    position: relative;
    font-size: 14px;
    font-weight: 700;
    color: #fff;
	border: 1px solid #484848;
}



div.main-menu > div > a > span {
    display: flex;
    height: 32px;
    align-items: center;
    border-bottom: 2px solid rgba(227, 20, 20, 0);
}

div.main-menu > div:hover > a ,
div.main-menu > div.selected > a  {
    border: 1px solid #dc5625;
    color: #dc5625;
}


div.side-menu > div {
  border-bottom: 1px solid #fff;
}

div.side-menu > div > a {
    display: block;
    font-size: 14px;
    color: #fff;
    padding: 10px 0px;
    position: relative;
    text-transform: uppercase;
}
div.side-menu > div:first-child{
  border-top: 1px solid #fff;
}

div.side-menu > div > a:after {
  content: '\f105';
  font-family: FontAwesome;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -0.7em;
}

div.side-menu > div:hover > a {
    color: #000000;
    border-bottom-color: #000000;
}

div.side-menu > div.selected {
  border-bottom: 1px solid #000000;
}

div.side-menu > div.selected > a{
  color: #000000;

}
div.side-menu > div.selected > a:after{
  transform: rotate(90deg);
  right: 1px;
}
div.side-menu-level-2 {
    padding: 5px 0;
}

div.side-menu-level-2 > div > a {
    display: block;
    font-size: 12px;
    color: #111111;
    padding: 0px 18px 6px 20px;
    position: relative;
}


div.side-menu-level-2 > div:hover > a,
div.side-menu-level-2 > div.selected > a {
    opacity: 0.5;
}

div.section > div.container > div.pure-g > div.pure-u-md-7-24{
  padding-left: 0px;
}
div.section > div.container > div.pure-g > div.pure-u-md-17-24{
  padding-right: 0px;
}

/*INPUTS*/

input,
select,
textarea{
    border: 1px solid #f4a1a1;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 12px 14px;
    font-family: 'Roboto', sans-serif;
    text-transform: uppercase;
    color: #111;
    font-size: 13px;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

input:focus,
select:focus,
textarea:focus{
    border-color: #ca4949;
}

div.inputs-container{
    margin-top: -20px;
}

div.inputs-container > div{
    margin-top: 20px;
}

div.inputs-container input{
    width: 100%;
}

div.inputs-container textarea{
    width: 100%;
    resize: vertical;
    height: 120px;
}

/*HEADERS*/

h1 {
    font-weight: 400;
    line-height: 1.2;
    margin: 0 0 0.5em;
}

h2 {
    font-weight: 400;
    line-height: 1.2;
    margin: 0 0 0.5em;
}

h3 {
    font-weight: 400;
    line-height: 1.2;
    margin: 0 0 0.5em;
}

h4 {
    font-weight: 400;
    line-height: 1.2;
    margin: 0 0 0.5em;
}

.main-title {
    font-size: 20px;
    margin-bottom: 1em;
    color: #fff;
}

/*BUTTONS*/
.more{
  margin-left: 20px;
  color: #66ca06;
}
.zoom_button{
  position: absolute;
  z-index: 10000;
  padding: 10px 12px 10px 12px;
  background-color: #ffffff;
  right: 10px;
  top: 10px;
}
.zoom_button > i{
  color: #111111;
}
.ext_button {
    align-items: center;
    display: inline-flex;
    height: 3.8461em;
    line-height: 3.8461em;
    padding: 0 3.8461em;
    position: relative;
    text-decoration: none !important;
}

/*SPECIAL*/
div.pr-gallery-container {
    position: relative;
    margin: 0 0 5px;
	padding-left: 20px;
	padding-right: 20px;
}

div.pr-gallery-container a.fancy.fa-search-plus:before {
    position: absolute;
    right: 15px;
    top: 5px;
    font-size: 20px;
	padding: 10px 10px 10px 10px;
	background-color: #ffffff;
	color: #000;
}

div.pr-gallery-container .swiper-pagination {
    display: none;
}

div.pr-gallery-thumbs-container{
	position: relative;
	padding-left: 20px;
	padding-right: 28px;
}

div.pr-gallery-thumbs-container .swiper-button-prev, div.pr-gallery-thumbs-container .swiper-button-next {
    width: 20px;
    height: 60px;
    text-align: center;
    line-height: 60px;
	background-image: none;
    left: 0;
	top: 33px;
    color: #fff;
    font-size: 19px;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
}


div.pr-gallery-thumbs-container .swiper-button-next {
    left: auto;
    right: 0;
}

div.pr-gallery-thumbs .swiper-slide {
    width: auto;
}

div.pr-gallery-thumbs .swiper-slide img {
	cursor: pointer;

}


div.pr-gallery-thumbs .swiper-slide.custom_selected img {
    border-color: #00a400;
}
/*MISC*/

div.page_module ul {
    margin: 20px;
}

div.page_module ul > li {
    margin: 5px 0 0;
}

div.page_module ul > li:first-child {
    margin: 0
}

div.page_module ol {
    margin: 20px;
}

div.page_module ol > li {
    margin: 5px 0 0
}

div.page_module ol > li:first-child {
    margin: 0
}

div.page_module table {
    background: #fff
}

div.page_module table td {
    padding: 13px 18px;
    border-top: 1px solid #e5e7e7
}

div.page_module table tr:first-child td {
    border-top: 0
}

div.page_module thead td {
    background: #e1e1e1;
}

/*COLORS*/

.grey-bg {
    background: #f5f5f5;
}

.gallery-blocks-2.pure-g {
  margin-top: -20px;
}
.gallery-blocks-2.pure-g [class*="pure-u"] img {
  width:100%;
  height:auto;
}
.gallery-blocks-2.pure-g [class*="pure-u"] {
  padding:20px;
}
.gallery-blocks-2 a:hover img{
	opacity: 0.8;
}

/* XS */
@media (max-width: 767px) {
  div.section table td{
    display:block;
  }
  div.main-photo-with-text div.text-container iframe{
    height: auto;
  }
  div.path-container{
    display: none;
  }
	div.footer-content{
		width: auto;
	}
    a.smart_menu_caller {
        display: flex;
        color: #fff;
    }

    table.special {
        width: 100%;
        display: block;
        margin: 10px 0;
    }

    table.special thead {
        display: none;
    }

    table.special tbody {
        width: 100%;
        display: block;
    }

    table.special tbody tr {
        width: 100%;
        display: block;
    }

    table.special tbody td:before {
        display: block;
        background: #7F7F7F;
        padding: 10px;
        content: attr(data-label);
        margin: -10px;
        margin-bottom: 10px;
        color: #fff;
        font-weight: 800;
    }

    table.special tbody td {
        width: 100%;
        display: block;
        background: #e7e7e7;
        padding: 10px;
        margin-bottom: 10px;
    }

    .container {
        width: auto;
    }

    div.mob_nav_container div.mob-nav-top-line {
        background: #484848;
        display: flex;
        justify-content: space-between;
        color: #fff;
    }

    div.mob-nav-top-line > div {
        width: 33.333%;
        border-left: 1px solid rgba(193, 217, 184, 0.3);
    }

    div.mob-nav-top-line a {
        display: block;
        text-align: center;
        color: #fff;
        padding: 15px;
    }

    div.mob_header_extention {
        display: block;
        position: absolute;
        left: 160px;
        top: 0;
        right: 70px;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: flex-end;
    }
    div.section > div.container > div.pure-g > div.pure-u-1-1{
      padding-right: 0px;
      padding-left: 0px;
    }
    div.products-list .photo{
      height: auto;
    }

    div.mob_header_extention > div {
        height: 70px;
    }

    div.mob-header-items {
        display: flex;
    }

    div.mob-header-items > div {
        border-right: 1px solid rgba(193, 217, 184, 0.3);
    }

    div.mob-search-container {
        display: block;
        height: 0;
        overflow: hidden;
        -webkit-transition: all ease 0.3s;
        -moz-transition: all ease 0.3s;
        -ms-transition: all ease 0.3s;
        -o-transition: all ease 0.3s;
        transition: all ease 0.3s;
    }

    div.mob-search-container.opened {
        height: 40px;
    }

    /* style sample */
    div.langs-select select {
        border: 0;
        height: 70px;
        text-align: center;
        font-size: 16px;
        padding: 0 15px;
        color: #fff;
        background: #484848;
    }

    div.langs-select select option {
        color: #000;
        background: #fff;
    }

    /* style sample */
    div.mob_search a {
        display: flex;
        height: 70px;
        width: 60px;
        align-items: center;
        justify-content: center;
        font-size: 16px;
        text-decoration: none;
    }

    body {
        font-size: 13px;
    }

    #header {
        height: 70px;
    }
    #header > .container{
      height: 70px;
      background: #fff;
    }

    a.logo {
        background-position: left center;
        background-size: contain;
        width: 170px;
        top: 5px;
        left: 9px;
        height: 60px;
        background-color: #484848;
        border: 10px solid #484848;
    }

    .ext_button {
        font-size: 12px;
    }

    div.header-content {
        display: none;
    }

    div.index-swiper-container {
        margin: 0;
    }

    div.index-swiper {

    }
	div.index-swiper .swiper-slide{
		position: relative;
	}
    div.index-swiper .swiper-slide .photo {
        margin-top: 0;
    }

    div.index-swiper div.swiper-slide-content {
        text-align: center;
        padding-left: 40px;
        padding-right: 40px;
        font-size: 3.3vw;
        margin-top: 0px;
    }

    div.index-swiper div.swiper-slide-content br {
        display: none;
    }

    div.index-swiper div.swiper-slide-content h1 {
        font-size: 4.1vw;
    }

    div.index-swiper div.swiper-slide-content .ext_button {
        font-size: 2.5vw !important;
    }

    div.index-swiper-container .swiper-pagination {
        display: none;
    }

    div.index-swiper-container .swiper-button-prev,
    div.index-swiper-container .swiper-button-next{
      margin-top: -15px;
      height: 20px;
    }
    div.section {
        padding: 15px 0;
    }

    h1.f_24 {
        font-size: 18px;
    }
    div.separator{
      position: relative;
      height: auto;
    }
    div.gallery-carusel{
      height: auto;
      margin-top: 20px;
      display: inline-block;
    }
    div.gallery-carusel > div.gallery{
      width: auto;
    }


    div.page-main-part > div.pure-g{
      padding-left: 0px;
      padding-right: 0px;
    }
    div.pure-u-2-3,
    div.pure-u-1-3{
      width: 100%;
      padding-left: 10px!important;
      padding-right: 10px!important;
    }
    div.text-container{
      padding: 10px 5px 10px 5px;
    }
	div.text-container > h2{
		font-size: 14px!important;
	}
	div.text-container > p{
		font-size: 11px!important;
		margin-bottom: 0px;
	}
    div.about-us{
      padding: 15px 10px 15px 10px;
      margin-bottom: 30px;
    }
	div.about-us  > h2{
		font-size: 14px!important;
	}
	div.about-us > p{
		font-size: 11px!important;
	}



    #footer_guarantor {
        display: none;
    }

    #footer {
        margin: 0;
        height: auto;
    }

    div.footer-content {
        padding: 5px 10px 5px 10px;
        font-size: 13px;
    }
    div.footer-content > div > span{
      font-size: 8pt!important;
    }
    div.top-footer{
      padding-left: 10px;
      padding-right: 10px;
    }
    div.top-footer > p{
      font-size: 8.7pt;
      text-align: justify;
    }
    div.footer-menu > div > a{
      font-size: 8.7pt;
      padding: 0 5px 0 5px;
    }
    div.main-menu {
        display: block;
        width: 100%;
        padding-top: 0px;
		position: relative;
    }

    div.main-menu > div{
        position: relative;
    }

    div.main-menu > div > a {
        padding: 12px 15px !important;
        height: auto;
        border: 0;
        border-bottom: 1px solid #d4cccc;
        color: #585858;
        text-align: center;
        width: auto;
    }


    div.main-menu > div > a > span {
        height: auto;
        border: 0 !important;
        margin: 0 auto;
    }

    div.main-menu > div:hover > a,
    div.main-menu > div.selected > a {
        color: #fff;
        background: #585858;
		border: none;
        border-bottom:1px solid #585858;
    }

    div.top-menu {
        display: block;
        position: relative;
        left:0;
        float: none;
        clear: both;
        padding-top: 0;
    }
    div.top-menu > div{
      height: auto;
      position: relative;
      width: 100%;
      text-align: center;
    }

    div.top-menu > div > a {
        padding: 12px 15px !important;
        height: auto;
        border: 0;
        border-bottom: 1px solid #d4cccc;
        color: #585858;
        font-size: 15px;
        font-weight: 700;
        text-transform: uppercase;
    }

    div.top-menu > div > a:before {
        display: none;
    }

    div.top-menu > div:hover > a,
    div.top-menu > div.selected > a {
        color: #fff;
        background: #585858;
    }

    div.call-me-place {
        padding: 15px;
        text-align: center;
    }

    a.call-me {
        font-size: 17px;
        color: #e31414;
    }

    div.page-top-photo {
        margin: 0;
		height: 100px;
    }

    div.page-top-photo h1{
        font-size: 24px;
        text-transform: uppercase;
    }
    div.page-top-photo div.container{
      margin-left: 10px;
    }

    div.path-container {
        top: 0;
        margin-bottom: 15px;
    }

    .mobile-menu-toggler {
        display: flex !important;
        padding: 15px;
        border: 1px solid #f1f1f1;
        position: relative;
        bottom: -1px;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 15px;
        color: #f1f1f1;
    }

    .mobile-menu-toggler .fa {
        font-size: 18px;
        -webkit-transition: all ease 0.3s;
        -moz-transition: all ease 0.3s;
        -ms-transition: all ease 0.3s;
        -o-transition: all ease 0.3s;
        transition: all ease 0.3s;
    }

    .mobile-menu-toggler.opened .fa {
        transform: rotate(180deg);
    }

    .side-menu {
        max-height: 0;
        overflow: hidden;
        -webkit-transition: all ease 0.3s;
        -moz-transition: all ease 0.3s;
        -ms-transition: all ease 0.3s;
        -o-transition: all ease 0.3s;
        transition: all ease 0.3s;
    }

    .side-menu.opened {
        max-height: 500px;
        margin-bottom: 30px;
    }
    div.page-top-photo .container{
      margin-left: 50px;
    }
    div.section > div.container{
      padding-left: 10px;
      padding-right: 10px;
    }
    ul.product-tabs{
        display: block;
    }
     div.product-card .pure-u-1-1{
      padding-left: 0px;
    }
    .main-title{
      margin-left: 0px;
    }

    div.product-tabs-content{
        padding: 15px;
    }
    div.nuotrauka{
      margin-top: 20px;
    }


    /**/

    .xs-padd-bottom-15{
        margin-bottom: 15px;
    }
	#header > div.header-wrap {
		background: none;
	}
	#header > div.header-wrap > div.color{
		heihgt: 0px;
		background: none;
	}
	#header > div.header-wrap > div.container{
		position: relative;
		width: 100%;
		height: 70px;
		margin: 0 auto;
		padding: 0;
		background: #484848;
	}
	div.h-element-1{
		width: 100%;
	}
	div.page-top-photo  .container{
		width: 100%;
	}

	div.section > div.container{
		width: 100%;
	}

	div.top-footer{
		width: 100%;
	}
	div.page-main-part{
	  width: 100%;
	  margin: 0 auto;
	}

}

/* SM */
@media (min-width: 568px) and (max-width: 767px) {

}

/* */
@media (min-width: 768px) and (max-width: 1023px){
  div.products-list .photo{
    height: 220px;
  }
  div.products-list .photo  img{
    height: 100%;
    width: auto;
  }
  div.wrap-text{
    margin-top: -110px;
    font-size: 9pt;
    padding-left: 5px;
    padding-right: 5px;
  }
  div.nuotrauka{
    margin-top: 20px;
  }
  div.footer-content{
	width: 632px;
  }
  div.top-footer{
	width: 656px!important;
  }
}

/* MD */
@media (min-width: 853px) and (max-width: 1023px) {

    a.logo {
        background-position: left center;
        background-size: contain;
        width: 200px;
    }
    div.main-menu > div > a{
      padding: 0px 15px 0px 15px;
    }
    div.page-main-part > div.pure-g{
      padding-left: 50px;
      padding-right: 50px;
    }


    div.pure-u-2-3,
    div.pure-u-1-3{
      width: 100%;
    }
div.index-swiper .swiper-slide .photo{

	}

    /**/

    .md-padd-bottom-15{
        margin-bottom: 15px;
    }

	#header > div {
	background-position: center center;
    background-size: cover;
	}
	#header > div > .container{
		width: 835px;
	}
	div.header-elements > div {
		background-position: center center;
		background-size: cover;
	}
	div.h-element-1{
		width: 835px;
		padding-left: 15px;
		padding-right: 15px;
	}
	div.page-top-photo{
		background-position: center center;
		background-size: cover;
	}
	div.page-top-photo  .container{
		width: 835px;
	}
	div.section{
		background-position: center center;
		background-size: cover;
	}
	div.section > div.container{
		width: 835px;
	}
	#footer {
		background-position: center center;
		background-size: cover;
	}

	div.page-main-part{
	  width: 835px;
	  margin: 0 auto;
	}

}

/* LG */
@media (min-width: 1024px) and (max-width: 1279px) {

	#header > div {
	background-position: center center;
    background-size: cover;
	}
	#header > div > .container{
		width: 1000px;
	}
	div.header-elements > div {
		background-position: center center;
		background-size: cover;
	}
	div.h-element-1{
		width: 1000px;
		padding-left: 15px;
		padding-right: 15px;
	}
	div.page-main-part{
	  width: 1000px;
	  margin: 0 auto;
	}
	div.page-top-photo{
		background-position: center center;
		background-size: cover;
	}
	div.page-top-photo  .container{
		width: 1000px;
	}
	div.section{
		background-position: center center;
		background-size: cover;
	}
	div.section > div.container{
		width: 1000px;
	}
	#footer {
		background-position: center center;
		background-size: cover;
	}
	div.top-footer{
		width: 912px;
	}
	div.index-swiper .swiper-slide .photo{

	}
    div.index-swiper div.swiper-slide-content{
        padding-left: 50px;
        padding-right: 50px;
    }
    div.main-menu > div > a {
        padding: 0 10px 0 11px;
        font-size: 13px;
    }
    div.text-container > h2,
    div.about-us > h2{
      font-size: 15pt!important;
    }
    div.text-container > p,
    div.about-us > p{
      font-size: 10pt!important;
    }
    div.page-main-part > div.pure-g{
      padding-left: 50px;
      padding-right: 50px;
    }
    div.wrap-text{
      margin-top: -110px;
    }
    div.products-list .photo img{
      height: 100%;
      width: auto;
    }
    div.products-list > div.pure-u-lg-1-3{
      width: 50%;
    }
	div.footer-content{
		width: 890px;
	}


}
@media (min-width: 768px) and (max-width: 852px){
  a.logo{
    background-position: left center;
    background-size: contain;
    width: 150px;
    left: 10px;
  }
  div.write-me-place,
  div.call-me-place{
    font-size: 9pt;
  }
  div.write-me-place{
    padding-right: 10px;
  }
  div.call-me-place{
    padding-left: 10px;
  }
  div.main-menu > div > a{
    padding: 0 9px 0 9px;
  }
  div.top-menu{
    right: 40px;
  }
  div.top-menu > div > a{
    font-size: 9pt;
    padding: 0 7px 0 7px;
  }
  div.index-swiper div.swiper-slide-content{
      padding-left: 50px;
      padding-right: 50px;
  }
  div.index-swiper .swiper-slide .photo{

  }
  div.h-element-1 {
      justify-content: flex-end;
      padding-left: 50px;
      padding-right: 50px;
  }
  div.pure-u-2-3,
  div.pure-u-1-3{
    width: 100%;
  }
  div.page-main-part > div.pure-g{
    padding-left: 50px;
    padding-right: 50px;
  }

  	#header > div {
	background-position: center center;
    background-size: cover;
	}
	#header > div > .container{
		width: 756px;
	}
	div.header-elements > div {
		background-position: center center;
		background-size: cover;
	}
	div.h-element-1{
		width: 756px;
		padding-left: 15px;
		padding-right: 15px;
	}
	div.page-top-photo{
		background-position: center center;
		background-size: cover;
	}
	div.page-top-photo  .container{
		width: 756px;
	}
	div.section{
		background-position: center center;
		background-size: cover;
	}
	div.section > div.container{
		width: 756px;
	}
	#footer {
		background-position: center center;
		background-size: cover;
	}
	div.page-main-part{
	  background: #a09f9f;
	  width: 756px;
	  margin: 0 auto;
	}
}

/* XL */
@media (max-width: 1341px) {
  div.text-container{

  }
    div.text-container h2{
      font-size: 20pt;
    }
    div.text-container p{
      font-size: 12pt;
    }
    div.about-us h2{
      font-size: 20pt;
    }
    div.about-us p{
      font-size: 12pt;
    }

}

/* PORTRAIT ORIENTATION*/
@media all and (orientation: portrait) {
}

/* LANDSCAPE ORIENTATION*/
@media all and (orientation: landscape) {
}
