@import '../libs/pure/pure-min.css';
@import '../libs/pure/grids-responsive-min.css';
@import '../css/pure-extend.css';
@import '../css/extra.css';
@import '../js/johndyer-mediaelement/build/mediaelementplayer.min.css';
@import '../libs/Swiper/dist/css/swiper.min.css';
@import '../libs/font-awesome/css/font-awesome.min.css';
@import '../libs/TurnWheel/jReject/css/jquery.reject.css';
@import '../libs/fancybox/source/jquery.fancybox.css';
@import '../fonts/stylesheet.css';
@import url('https://fonts.googleapis.com/css?family=Playfair+Display:400,400i,700,700i,900,900i&subset=cyrillic,latin-ext');
/*how to write fornt font-family: 'Playfair Display', serif;  */

@import url('https://fonts.googleapis.com/css?family=Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i&subset=cyrillic,cyrillic-ext,latin-ext');
/*how to write fornt font-family: 'Roboto', sans-serif;  */


html {
    height: 100%;
}

body {
  min-height: 100%;
  height: 100%;
  color: #000;
  font-weight: 400;
  font-family: 'Playfair Display', serif;
  font-size: 15px;
  line-height: 1.5;

}

a {
    text-decoration: none;
  /*  outline: none;
    color: #000;
    -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;
    font-family: 'Roboto', sans-serif !important;
    /*font-weight: 300;*/
    font-family: 'Playfair Display', serif;
    font-size: 14px;
    color:#000;
}



a:hover {
    text-decoration: none;

}

div.index-swiper div.swiper-slide-content h2 a {
    color: #fff;

}

div.index-swiper div.swiper-slide-content h2 a:hover {
    color: #000;

}
img {
    border: 0
}

p {
    margin: 1.5em 0;
}

p:first-child {
    margin-top: 0;
}

p:last-child {
    margin-bottom: 0;
}

strong {
    font-weight: 700;
}

#page {
    height: auto !important;
    min-height: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
}

#footer_guarantor {
    height: 48px;
    clear: both;
}

#footer {
    margin: 0 auto;
    margin-top: -48px;
    height: 48px;
    clear: both;
    position: relative;
    z-index: 3;
    background: #f4f4f4;
    display: flex;
    align-items: center;
    font-size: 11px;
    color: #a7a7aa;
}

div.footer-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#header {
    height: 112px;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    z-index: 222;
}

#header > .container {
    position: relative;
    height: 100%;
}

div.header-content {
    position: relative;
    height: 100%;
}

a.logo {
    display: block;
    width: 235px;
    position: absolute;
    left: 15px;
    top: 0;
    bottom: 0;
    background: url(../images/logo.png) left center no-repeat;
    z-index: 15;
    background-size: contain;
}

#sidebar {
    width: 180px;
    float: left;
}

#mainbar {
    overflow: hidden;
    background: #b0b0f0;
}

div.section {
    padding: 76px 0;
}

div.index-swiper-container {
    position: relative;
}

div.index-swiper-container .swiper-pagination {
    left: 0;
    right: 0;
    bottom: 126px;
}

div.index-swiper-container .swiper-pagination * {
    border: 2px solid #fff;
    background: none;
    margin: 0 4px;
    width: 11px;
    height: 11px;
    border-radius: 100%;
}

div.index-swiper-container .swiper-pagination *.swiper-pagination-bullet-active {
    background: #fff;
}

div.index-swiper .swiper-slide .photo {
    width: 100%;
    height: auto;
    display: block;
}

div.index-swiper div.swiper-slide-content {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    display: flex;
    align-items: center;
  /*  background: rgba(0, 0, 0, .2);laikinai*/
    color: #fff;
    font-size: 19px;
    font-family: 'Playfair Display', serif;


}

div.index-swiper div.swiper-slide-content h2 {
    font-size: 45px;
    font-family: 'Playfair Display', serif;
    /*padding-bottom: 40px;*/
    line-height: 1.1;
}

div.index-swiper div.swiper-slide-content p {
   padding: 0;
   margin: 0;
}

div.index-swiper div.swiper-slide-content a {
   color: #fff;
   font-family: 'Playfair Display', serif;
}
div.index-swiper div.swiper-slide-content a:hover {
   color: red;
   font-family: 'Playfair Display', serif;
}

div.index-swiper-container .swiper-button-prev,
div.index-swiper-container .swiper-button-next {
    display: flex;
    align-items: center;
    justify-content: center;
    background: none;
    font-size: 28px;
    width: 40px;
    height: 60px;
    margin-top: -30px;
    background: url("../images/icons/ico-1.png") center center no-repeat;
}

div.index-swiper-container .swiper-button-next {
    transform: rotate(180deg);
}

div.swiper-carusel-container {
    position: relative;
    padding: 0 84px;
}

div.swiper-carusel .swiper-slide {
    width: auto;
}

div.swiper-carusel .swiper-slide a {
    display: block;
    border: 1px solid #212121;
}

div.swiper-carusel .swiper-slide a img {
    display: block;
    width: 100%;
    height: auto;
}

div.swiper-carusel-container .swiper-button-prev,
div.swiper-carusel-container .swiper-button-next {
    display: flex;
    align-items: center;
    justify-content: center;
    background: none;
}

div.header-elements {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
}

div.header-elements > div + div {
    margin-left: 36px;
}

div.langs-selecotr {
    position: relative;
}

a.current-lang {
    align-items: center;
    color: #fff;
    display: flex;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.1;
    padding: 10px;
}

a.current-lang .fa {
    color: #ed1c24;
    margin-left: 12px;
}

div.langs-selecotr ul {
    list-style: none;
    padding: 0;
    margin: 0;
    position: absolute;
    left: 0;
    top: 100%;
    background: #f4f4f4;
    opacity: 0;
    visibility: 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.langs-selecotr:hover ul {
    opacity: 1;
    visibility: visible;
}

div.langs-selecotr ul > li > a {
    display: block;
    padding: 10px;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.1;
}

div.langs-selecotr ul > li:hover > a {
    background: #fff;
}

div.fancy-blocks-section {
    position: relative;
    z-index: 200;
    background: rgba(0, 0, 0, .3);
    height: 106px;
    margin-top: -106px;
}

div.fancy-blocks {
    display: flex;
    height: 106px;
}

div.fancy-blocks > div {
    flex: 1 1 100%;
}

div.fancy-blocks > div > a {
    display: flex;
    height: 106px;
    align-items: center;
    justify-content: center;
    border-left: 1px solid rgba(255, 255, 255, .3);
    font-size: 21px;
    color: #fff;
    font-family: 'Playfair Display', serif;
}

div.fancy-blocks > div:first-child > a {
    border: 0;
}

div.fancy-blocks > div > a img {
    display: block;
    opacity: .5;
}

div.fancy-blocks > div > a .icos  {
    margin-right: 18px;
    display: none;
}

div.fancy-blocks > div > a span:not(.icos) {
    position: relative;
}

div.fancy-blocks > div > a span:not(.icos):after {
    content: '';
    width: 26px;
    height: 4px;
    background: #ed1c24;
    position: absolute;
    left: 0;
    top: 100%;
}

div.tituline_antraste {
  font-size: 48px;
  line-height: 1;
  padding-bottom: 10px;
}

div.news-list {
    margin-bottom: 36px;
    margin-top: -30px;
}

div.news-list > div {
    display: flex;
    margin-top: 30px;
}

div.news-list-item {
    width: 100%;
    display: flex;
    background: #f4f4f4;
    border-left: 3px solid #ed1c24;
    padding: 25px 46px;
    flex-direction: column;
    justify-content: space-between;
}

div.news-list-item > div + div {
    margin-top: 15px;
}

div.news-list-item .date {
    font-size: 12px;
    color: #6d6e71;
    font-weight: 400;
}

div.news-list-item .title {
      display: inline-block;
      font-size: 20px;
      color: #000;
      line-height: 1.2;
      font-weight: 400;
      font-family: 'Playfair Display', serif;
}

div.news-list-item .title:hover {
    color: #ed1c24;
}

div.news-list-item .more {
    display: inline-block;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 12px;
}

div.backgrounded-section {
    background-position: center center;
    background-size: cover;
}

div.bs-colls {
    display: flex;
    color: #fff;
    font-size: 18px;
    font-family: 'Roboto', sans-serif;

}

div.bs-colls > div {
    flex: 1 1 100%;
    display: flex;
    align-items: center;
}

div.bs-colls > div:first-child {
    max-width: 380px;
    font-size: 51px;
    font-family: 'Playfair Display', serif;
    line-height: 1.2;
    border-right: 1px solid rgba(255, 255, 255, .2);
}

div.bs-colls > div.cont {
    padding: 0 0 0 90px;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-around;
}

div.bs-colls > div.cont > div + div {
    margin-top: 15px;
}

div.ppro1-carusel-container {
    position: relative;
    padding: 0 84px;
}

div.ppro1-carusel .swiper-wrapper {
    align-items: center;
}

div.ppro1-carusel .swiper-slide {
    width: auto;
}

div.ppro1-carusel .swiper-slide a {
    display: block;
    opacity: 0.6;
}

div.ppro1-carusel .swiper-slide a:hover {
    opacity: 1;
}

div.ppro1-carusel .swiper-slide a img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
    height: auto;
}

div.ppro1-carusel-container .swiper-button-prev,
div.ppro1-carusel-container .swiper-button-next {
    display: flex;
    align-items: center;
    justify-content: center;
    background: none;
    font-size: 28px;
    width: 40px;
    height: 60px;
    margin-top: -30px;
    background: url("../images/icons/ico-1.png") center center no-repeat;
}

div.ppro1-carusel-container .swiper-button-next {
    transform: rotate(180deg);
}

div.footer-colls-section {
    padding: 40px 0;
}

div.footer-colls {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 13px;
    color: #6d6e71;
    font-weight: 400;
    font-family: 'Playfair Display', serif;
}

div.footer-colls > div {
    flex: 1 1 100%;
    padding: 0 25px;
    border-left: 3px solid #ed1c24;
    font-family: 'Playfair Display', serif;
    font-size: 14px;
    color:#000;
}

div.footer-colls > div:first-child {
    border: 0;
    padding-left: 0;
}

div.footer-colls > div:last-child {
    padding-right: 0;
}

div.page-top-photo-section {
    height: 516px;
    background-position: center center;
    background-size: cover;
    display: flex;
    align-items: center;
    color: #fff;
    font-size: 16px;
    position: relative;
    font-family: 'Roboto', sans-serif !important;
}
div.page-top-photo-section.smallh {
    height: 300px;
}

div.page-top-photo-section:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .1);
}

div.page-top-photo-section .container {
    position: relative;
    z-index: 3;
}

div.page-top-photo-section h2 {
  font-size: 44px;
  font-family: 'Playfair Display', serif;
  font-weight: 300;
  line-height: 1.0;
}
div.page-top-photo-section.smallh h2 {
  margin-top:88px;
  font-family: 'Playfair Display', serif;
}

div.page-top-photo-section .lbel {
    position: absolute;
    right: 38px;
    bottom: 38px;
    font-size: 20px;
    font-style: italic;
    padding: 0 28px 0 0;
    border-right: 3px solid #ed1c24;
    font-weight: 300;
}

div.path-container-section {
}

div.path-container-section + .section {
    padding-top: 0
}

div.path-container {
    position: relative;
    font-size: 10px;
      font-weight: 400;
    color: #404e5d;
    display: flex;
    justify-content: space-between;
}

div.path-container .iconed-link {
    display: flex;
    height: 54px;
    align-items: center;
}

ul.path {
    list-style: none;
    display: flex;
    padding: 0;
    margin: 0;
}

ul.path > li {
    display: flex;
    height: 54px;
    align-items: center;
}

ul.path > li > a {
    display: flex;
    height: 54px;
    align-items: center;
    padding-right: 21px;
    position: relative;
}

ul.path > li > a:after {
    content: '\f105';
    font-family: FontAwesome;
    position: absolute;
    right: 9px;
    top: 50%;
    margin-top: -0.7em;

}

div.preson-block {
    background: #f4f4f4;
    margin-bottom: 20px;
    display: flex;
    align-items: stretch;

    min-height:260px;
}

div.preson-block > div.pure-g{
  width: 100%;
  /*width: 200px;
    min-width: 200px;
    max-width: 200px;
    overflow: hidden;*/
}

div.preson-block .photo {
    display: block;
    width: 100%;
    height: auto;
    padding: 28px 15px 15px 28px;

}



div.preson-block .cont {
  /*flex: 1 1 100%;
  display: flex;*/
  flex-direction: column;
  justify-content: space-around;
  padding: 24px 26px 33px 0px;
  font-size: 14px;

}

div.preson-block .cont .vardas{
  font-weight: 600;
  color: #000
}
div.preson-block .cont .elpastas{
  color: #EA212D;
    font-weight: 500;
}

div.preson-block .cont .telefonas{
  font-weight: 500;
}

div.preson-block .cont .pareigos{
  font-style: italic;
  padding-bottom: 10px;
}

div.preson-block .cont .aprasymas{
  padding-top: 10px;
}

div.pers_title {

}

div.preson-block .cont strong {
    color: #000;
}

div.accorditions-block > div {
    margin: 5px 0 0;
    background: #f4f4f4;
}

div.contxs-list {
    margin-top: -30px;
}

div.contxs-list > div {
    margin-top: 30px;
}

div.accorditions-block > div:first-child {
    margin: 0;
}

div.accorditions-block .accord-toggler {
    display: block;
    text-decoration: none !important;
    background: #efeff0;
    padding: 15px 20px 15px 64px;
    font-size: 17px;
    color: #000;
    line-height: 1.1;
    font-weight: 400;
    position: relative;
    font-family: 'Playfair Display', serif;
}

div.accorditions-block .accord-toggler:before {
    content: '\f107';
    font-family: FontAwesome;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 44px;
    background: #ed1c24;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    -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.accorditions-block .accord-toggler:hover {
    background: #393e47;
    color: #fff;
}

div.accorditions-block .accord {
    display: none;
    width: 100% !important;
    padding: 25px 25px 25px 64px !important;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

div.accorditions-block .accord-toggler.opened {
    background: #393e47;
    color: #fff;
    font-size: 18px;
    font-family: 'Playfair Display', serif;
}

div.accorditions-block .accord-toggler.opened:before {
    transform: rotate(180deg);
}

div.horizont-content-menu-section {
    background: #ed1c24;
}

ul.horizont-content-menu {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
}

ul.horizont-content-menu > li > a {
    display: flex;
    align-items: center;
    height: 54px;
    color: #fff;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.1;
    padding: 0 18px;
    position: relative;
}

ul.horizont-content-menu > li:first-child > a {
    padding-left: 0;
}

ul.horizont-content-menu > li > a:after {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 8px 8px 8px;
    border-color: transparent transparent #ffffff transparent;
    position: absolute;
    left: 50%;
    bottom: 0;
    margin-left: -8px;
    opacity: 0;
}

ul.horizont-content-menu > li:hover > a:after,
ul.horizont-content-menu > li.selected > a:after{
    opacity: 1;
}

ul.horizont-content-menu > li.selected > a{
    cursor: default;
}

/*LISTS*/

div.main-menu-container {

}

ul.main-menu {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;

}

ul.main-menu > li {
    position: relative;
}

ul.main-menu > li > a {
    display: flex;
    padding: 10px 24px 10px 25px;
    line-height: 1.1;
    height: 74px;
    align-items: center;
    color: #fff;
    font-size: 17px;
    font-weight: 400;
    font-family: 'Playfair Display', serif;

}

ul.main-menu > li > a:hover, ul.main-menu > li.selected > a {
    color: #b6b6b6
    font-family: 'Playfair Display', serif;
}


ul.main-menu > li > a:before {
    content: '';
    position: absolute;
    width: 1px;
    height: 24px;
    background: #ed1c24;
    top: 50%;
    left: 0;
    margin-top: -12px;
}

ul.main-menu > li:first-child > a:before {
    display: none;
}

ul.main-menu > li > ul {
    list-style: none;
    padding: 0;
    margin: 0;
    position: absolute;
    left: 50%;
    margin-left: -134px;
    top: 50%;
    margin-top: 36px;
    background: #f4f4f4;
    -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;
    opacity: 0;
    visibility: hidden;
    width: 268px;
}

ul.main-menu > li > ul:before {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 8px 8px 8px;
    border-color: transparent transparent #f4f4f4 transparent;
    position: absolute;
    left: 50%;
    bottom: 100%;
    margin-left: -8px;
}

ul.main-menu > li:hover > ul {
    opacity: 1;
    visibility: visible;
}

ul.main-menu > li > ul > li > a {
    display: block;
    padding: 15px 30px;
    font-size: 14px;
    color: #6d6e71;
    font-weight: 400;
    line-height: 1.2;
    position: relative;
    font-family: 'Playfair Display', serif;
}

ul.main-menu > li > ul > li:hover > a,
ul.main-menu > li > ul > li.selected > a {
    background: #fff;
    color: #ed1c24;
    font-family: 'Playfair Display', serif;
}

ul.main-menu > li > ul > li.selected > a:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 3px;
    background: #ed1c24;
}

div.content-menu-container {
    max-width: 256px;
    background: #f4f4f4;
}

ul.content-menu {
    list-style: none;
    padding: 0;
    margin: 0;
}

ul.content-menu > li > a {
    display: block;
    padding: 9px 28px;
    padding-top: 15px;
    font-size: 15px;
    color: #6d6e71;
    line-height: 1.1;
    font-weight: 400;
}

ul.content-menu > li:hover > a {
    background: #fafafa;
    color: #ed1c24;
}

ul.content-menu > li.selected > a {
    background: #fafafa;
    color: #ed1c24;
    border-left: 3px solid #ed1c24;
    cursor: default;
}

/*INPUTS*/

/*HEADERS*/

h1 {
    line-height: 1.2;
    margin: 0 0 0.5em;
}

h2 {
    line-height: 1.2;
    margin: 0 0 0.5em;
}

h3 {
    line-height: 1.2;
    margin: 0 0 0.5em;
}

h4 {
    line-height: 1.2;
    margin: 0 0 0.5em;
}

.custom-title-1 {
    font-size: 15px;
    color: #333;
    text-transform: uppercase;
    font-weight: 400;
    margin-bottom: 3em;
    opacity: 0.9;
    font-family: 'Playfair Display', serif;
}

.custom-title-2 {
    color: #000;
    position: relative;
    font-family: 'Playfair Display', serif;
    line-height: 1.1;
    border-bottom: 4px solid #f4f4f4;
    padding: 0 0 0.7em;
    font-weight: 400;
    margin-bottom: .9em;
}

.custom-title-2:before {
    content: '';
    width: 70px;
    height: 4px;
    background: #ed1c24;
    position: absolute;
    left: 0;
    top: 100%;
}

/*BUTTONS*/

.ext_button {
    display: inline-block;
    display: inline-flex;
    align-items: center;
    height: 3.91em;
    line-height: 1;
    padding: 0 2em;
    position: relative;
    text-decoration: none !important;
}

.ext_button.bordered {
    border: 1px solid #cecece;
}

.ext_button.rounded {
    border-radius: 0.8em;
}

.ext_button.shadowed {
    -webkit-box-shadow: 0.14em 0.14em 0px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0.14em 0.14em 0px 0px rgba(0, 0, 0, 0.75);
    box-shadow: 0.14em 0.14em 0px 0px rgba(0, 0, 0, 0.75);
}

.ext_button.full-w {
    display: block;
    text-align: center;
}

.ext_button .fa {
    margin: 0 0 0 1.4em;
}

.ext_button .fa:first-child {
    margin: 0 1.4em 0 0;
}

.ext_button.dark-style {
    background: rgba(33, 33, 33, .39);
    color: #fff;
    border-left: 3px solid #ed1c24;
}

.ext_button.dark-style:hover {
    background: rgba(33, 33, 33, .9);
}

.ext_button.white-style {
    background: #fff;
    color: #ed1c24;
    border: 2px solid #f4f4f4;
    border-left: 3px solid #ed1c24;
    font-weight: 400;
}

.ext_button.white-style:hover {
    background: #f4f4f4;
}

.ext_button.grey-style {
    background: rgba(255, 255, 255, .29);
    color: #fff;
    border-left: 3px solid #ed1c24;
    font-weight: 400;
}

.ext_button.grey-style:hover {
    background: rgba(255, 255, 255, .9);
    color: #ed1c24;
}

/*SPECIAL*/

/*COLORS*/

.white-bg {
    background: #fff;
}

.grey-bg {
    background: #f4f4f4;
}

/*MISC*/

.f_34 {
    font-size: 34px;
}

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;
}


/* XS */
@media (max-width: 767px) {
    a.smart_menu_caller {
        display: flex;
        color: #ed1c24;
    }

    div.preson-block > div.pure-g{
      width: auto;
    }
    div.preson-block .photo {
      padding: 15px;
    }
    div.preson-block .cont {
      padding: 15px 35px;
    }

    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: bold;*/

    }

    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: #ed1c24;
        display: flex;
        justify-content: space-between;
        color: #fff;
    }

    div.mob-nav-top-line > div {
        flex: 1 1 100%;
        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.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;
    }

    div.langs-select select option {

    }

    /* style sample */
    div.mob_search a {
        display: flex;
        height: 70px;
        width: 60px;
        align-items: center;
        justify-content: center;
        font-size: 16px;
        text-decoration: none;
    }

    /*-----*/
    #header {
        height: 70px;
        -webkit-box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.15);
        -moz-box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.15);
        box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.15);
        background: #fff;
        position: relative;
    }

    div.header-content {
        display: none;
    }

    ul.main-menu {
        display: block;
    }

    ul.main-menu > li > a {
        display: block;
        position: relative;
        padding: 15px;
        height: auto;
        border-bottom: 1px solid rgba(0, 0, 0, .1);
        color: #404040;
        text-transform: uppercase;
    }

    ul.main-menu > li > a:before {
        display: none;
    }

    ul.main-menu > li:hover > a,
    ul.main-menu > li.selected > a {
        background: #fff;
        color: #ed1c24;
    }

    ul.main-menu > li > a .fa {
        position: absolute;
        right: 10px;
        top: 10px;
        bottom: 10px;
        width: 30px;
        background: #fff;
        display: flex;
        align-items: center;
        justify-content: center;
        -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;
        border: 1px solid rgba(0, 0, 0, 0.1);
    }

    ul.main-menu > li.selected > a .fa:before {
        content: '\f068';
    }

    ul.main-menu > li.selected > ul {
        max-height: 600px;
    }

    ul.main-menu > li > ul {
        position: static;
        opacity: 1;
        visibility: visible;
        background: #fff;
        overflow: hidden;
        max-height: 0;
        margin: 0;
        max-width: 100%;
        width: 100%;
    }

    ul.main-menu > li > ul:before {
        display: none;
    }

    ul.main-menu > li > ul > li > a {
        border-bottom: 1px solid rgba(0, 0, 0, .1);
    }

    div.section {
        padding: 15px 0;
    }

    div.index-swiper {
        height: 60vw;
    }

    div.index-swiper .swiper-slide .photo {
        height: 60vw;
        object-fit: cover;
    }

    div.index-swiper div.swiper-slide-content {
        text-align: center;
        font-size: 12px;
        line-height: 1.2;
    }

    div.index-swiper div.swiper-slide-content h2 {
        font-size: 28px;
    }

    div.index-swiper div.swiper-slide-content h2 br {
        display: none;
    }

    div.index-swiper-container .swiper-pagination {
        display: none;
    }

    div.index-swiper-container .swiper-button-prev,
    div.index-swiper-container .swiper-button-next {
        display: none;
    }

    .mobile-menu-toggler {
        display: flex !important;
        padding: 15px;
        border: 1px solid #f1f1f1;
        position: relative;
        justify-content: space-between;
        align-items: center;
    }

    .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;
        position: absolute;
        right: 0;
        top: 10px;
        bottom: 10px;
        width: 40px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-left: 1px solid rgba(0, 0, 0, 0.1);

    }

    .mobile-menu-toggler.opened .fa:before {
        content: '\f068';
    }

    div.content-menu-container {
        margin: -15px -15px 15px;
        max-width: none;
    }

    .content-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;
    }

    .content-menu.opened {
        max-height: 500px;
    }

    #footer_guarantor {
        display: none;
    }

    #footer {
        margin: 0;
        height: auto;
        padding: 15px 0;
    }

    div.footer-content {
        display: block;
        text-align: center;
    }

    div.fancy-blocks-section {
        margin: 0;
        background: rgba(0, 0, 0, 0.75);
        height: auto;
    }

    div.fancy-blocks-section .container {
        padding: 0;
    }

    div.fancy-blocks {
        flex-direction: column;
        height: auto;
    }

    div.fancy-blocks > div > a {
        border: 0;
        border-top: 1px solid rgba(255, 255, 255, .1);
    }

    div.news-list {
        margin-top: -15px;
        margin-bottom: 15px;
    }

    div.news-list > div {
        margin-top: 15px;
    }

    div.news-list-item {
        padding: 15px;
    }

    div.bs-colls {
        flex-direction: column;
    }

    div.bs-colls > div:first-child {
        max-width: 100%;
    }

    div.bs-colls > div:first-child {
        font-size: 32px;
        border: 0;
    }

    div.bs-colls > div.cont {
        padding: 0;
        margin-top: 15px;
    }

    .custom-title-1 {
        margin-bottom: 1.2em;
    }

    div.ppro1-carusel-container {
        margin: 0 -15px;
    }

    div.footer-colls {
        display: block;
    }

    div.footer-colls > div {
        padding: 15px 0;
        border-bottom: 1px solid rgba(0, 0, 0, .1);
        border: 0;
        text-align: center;
    }

    div.path-container-section {
        display: none;
    }

    div.section {
        padding: 15px 0 !important;
    }

    .custom-title-2.f_34 {
        font-size: 20px;
    }

    div.contxs-list {
        margin-top: -15px;
    }

    div.contxs-list > div {
        margin-top: 15px;
    }

    div.horizont-content-menu-section{
        display: none;
    }



  div.tituline_antraste{
    font-size: 20px;
  }

  a.logo {
      left: 10px;
      width: 180px;

  }

  div.page-top-photo-section {
      height:215px;
      background-position: center center;
      background-size: cover;
      display: flex;
      align-items: center;
      color: #fff;
      font-size: 10px;
      position: relative;
      font-family: 'Roboto', sans-serif !important;
  }
  div.page-top-photo-section .lbel {
    font-size: 10px;
    right: 12px;
    bottom: 4px;
  }
  div.page-top-photo-section.smallh {
      height: 150px;
}

}

/* */
@media (min-width: 768px) {

}

/* MD */
@media (min-width: 768px) and (max-width: 1023px) {

    a.logo {
        left: 0;
        width: 140px;

    }

    div.header-elements > div + div {
        margin-left: 15px;
    }

    div.index-swiper div.swiper-slide-content {
        font-size: 17px;
        align-items: flex-end;
        padding: 40px;
    }

    div.index-swiper div.swiper-slide-content h2 {
        font-size: 33px;
    }


    div.index-swiper-container .swiper-pagination {
        bottom: 15px;
    }

    div.fancy-blocks-section {
        margin: 0;
        background: rgba(0, 0, 0, 0.75)
    }

    div.news-list-item {
        padding: 25px;
    }

    div.news-list-item .title {
        font-size: 18px;
    }

    ul.main-menu > li > a {
        padding: 5px 7px 5px 7px;
        font-size: 14px;

    }

    div.tituline_antraste{
      font-size: 35px;
    }

    ul.main-menu > li > ul > li > a {
        padding: 15px;

    }

    div.bs-colls > div.cont {
        padding-left: 40px;
    }


}

/* LG */
@media (min-width: 1024px) and (max-width: 1279px) {
  .container {
    width: 1200px !important;
  }


}

/* XL */
@media (min-width: 1280px) {

}

/* PORTRAIT ORIENTATION*/
@media all and (orientation: portrait) {
}

/* LANDSCAPE ORIENTATION*/
@media all and (orientation: landscape) {
}
