@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 '../css/fonts/stylesheet.css';

html {
    height: 100%;
}

body {
    min-height: 100%;
    height: 100%;
    color: #323232;
    font-weight: normal;
    font-family: Arial, Verdana, Helvetica, Sans-Serif;
    font-size: 12px;
    line-height: 1.5;
}

a {
    text-decoration: underline;
    outline: none;
    color: #1a5ba9;
}

a:hover {
    text-decoration: none;
}

img {
    border: 0
}

p {
    margin: 1.5em 0;
}

p:first-child {
    margin-top: 0;
}

p:last-child {
    margin-bottom: 0;
}

strong {
    font-weight: 700;
}

.login_visible #page {
   transform: translate(0,64px);
}
#page {
    height: auto !important;
    min-height: 100%;
    height: 100%;
    position: relative;
    transition: all ease-in-out 0.2s;
}

#footer_guarantor {
    height: 274px;
    clear: both;
}
#footer a {
  color:#fed804;
  text-decoration: none;
}
#footer .line-1 .map-align {
  display: inline-block;
  text-align: left;
  max-width: 268px;
  width: 100%;
}
#footer .line-1 .text-place {
  text-align: justify;
}
#footer .line-1 .map {
  display: inline-block;
  border: 3px solid #c4c0c0;
  font-size: 0;
  line-height: 0;
  margin-bottom: 15px;
  margin-top: 5px;
  width: 100%;
  overflow: hidden;
}
#footer .line-1 h2 {
  font-size: 16px;
  font-family: 'robotobold';
  font-weight: normal;
  text-transform: uppercase;
  margin: 0;
  line-height: 24px;
  margin-bottom: 17px;
}
#footer .line-1 {
  min-height: 221px;
  font-size: 14px;
  color: #ffffff;
  font-family: 'robotolight';
  line-height: 23px;
  padding: 16px 0;
}
#footer .line-2 {
  background: #01305f;
  font-size: 13px;
  color: #ffffff;
  padding: 17px 0;
  font-family: 'open_sansregular';
}
#footer {
    margin: 0 auto;
    margin-top: -274px;
    height: 274px;
    clear: both;
    position: relative;
    z-index: 3;
    background: #00468e;
}

#header > .container {
  position: relative;
}
#header {
    height: 88px;
    position: relative;
    z-index: 222;
    background: #ffffff;
    border-bottom: 1px solid #00468e;
}

a.logo {
    display: block;
    width: 136px;
    height: 71px;
    position: absolute;
    left: 15px;
    top: 5px;
    background: url(../images/logo.png) 0 0 no-repeat;
    background-size: contain;
  }

#sidebar {
    width: 266px;
    margin-right: 70px;
    float: left;
}

#mainbar a.fancy {
  margin-left: 44px;
}
#mainbar p {
  margin: 20px 0;
}
#mainbar h1 {
  font-size: 24px;
  color: #252525;
  font-family: 'robotoregular';
  text-decoration: none;
  font-weight: normal;
  text-transform: uppercase;
  margin: 0;
  line-height: 25px;
  padding: 10px 0;
  margin-bottom: 20px;
}
#mainbar {
    overflow: hidden;
    font-size: 14px;
    color: #363636;
    font-family: 'robotolight';
    line-height: 24px;
    color: #363636;
}

.carousel-wrapper {
  padding: 20px 33px;
  position: relative;
}
.carousel-wrapper .swiper-button-next,.carousel-wrapper .swiper-button-prev {}
.carousel-wrapper .swiper-button-next {
  background: url('../images/icons/next.png') no-repeat center center;
  right: 0;
  width: 20px;
}
.carousel-wrapper .swiper-button-prev {
  background: url('../images/icons/prev.png') no-repeat center center;
  left:0;
  width: 20px;
}
.carousel-slider {}
.carousel-slider .swiper-slide {}
#mainbar .carousel-slider .swiper-slide a.fancy {
  margin-left: 0;
  display: block;
  text-decoration: none;
  color:#000;
}
#mainbar .carousel-slider .swiper-slide a.fancy .title {
  display: block;
}
.carousel-slider .swiper-slide .element {
  display: block;
}
.carousel-slider .swiper-slide .element img {
  width: 100%;
  height: auto;
}

.top-picture > .container {
  display: flex;
  height: 100%;
  align-items: flex-end;
}
.top-picture h1 {
  font-size: 30px;
  color: #252525;
  font-family: 'robotoregular';
  text-transform: uppercase;
  font-weight: normal;
  margin: 0;
  padding: 20px 0;
  line-height: 46px;
}
.top-picture {
  height: 150px;
  background-size: cover;
  border-bottom: 14px solid #00468e;
}
div.section{
    padding: 15px 0;
}

.index-slider {
    height:600px;
}
.swiper-button-next,
.swiper-button-prev {
    background:none;
    font-size:60px;
    margin-top:-30px;
}

.s-menu-top {
    padding: 17px 0;
}
.s-menu-top ul {}
.s-menu-top ul > li {}
.s-menu-top ul > li:first-child > a {
  border-left: 0;
}
.s-menu-top ul > li > a {
  display: block;
  font-size: 13px;
  color:#212a35;
  font-family: 'robotoregular';
  padding: 0 11px;
  border-left: 1px solid #212a35;
  line-height: 12px;
}
.s-menu-top ul > li:hover > a,
.s-menu-top ul > li.selected > a {
  color: #00468e;
}

.s-menu-lang {
  padding: 18px 0;
}
.s-menu-lang ul {}
.s-menu-lang ul > li {}
.s-menu-lang ul > li > a {
  display: block;
  font-size: 11px;
  color: #00468e;
  font-family: 'robotoregular';
  text-transform: uppercase;
  line-height: 10px;
  border-left: 1px solid #6b86b0;
  padding: 0 6px;
}
.s-menu-lang ul > li:first-child > a {
  border-left: 0;
}
.s-menu-lang ul > li:hover > a,
.s-menu-lang ul > li.selected > a {}

.s-menu-social {
  padding: 0 15px;
}
.s-menu-social ul {}
.s-menu-social ul > li {}
.s-menu-social ul > li > a {
  font-size: 16px;
  padding: 14px 5px;
  line-height: 18px;
  display: block;
}
.s-menu-social ul > li:hover > a,
.s-menu-social ul > li.selected > a {}

.s-menu-main {}
.s-menu-main ul {}
.s-menu-main ul > li {}
.s-menu-main ul > li:last-child > a {
  padding-right: 0;
}
.s-menu-main ul > li > a {
  display: block;
  font-size: 14px;
  color: #00468e;
  font-family: 'robotoregular';
  text-transform: uppercase;
  padding: 6px 17px;
}
.s-menu-main ul > li > a span {
  position: relative;
}
.s-menu-main ul > li.selected > a span,
.s-menu-main ul > li:hover > a span:after {
  visibility: visible;
  opacity: 1;
}
.s-menu-main ul > li > a span:after {
  transition: all ease-in-out 0.2s;
  position: absolute;
  top: calc( 100% + 3px );
  left:0;
  right:0;
  content:" ";
  display: block;
  border-bottom: 3px solid #00468e;
  visibility: hidden;
  opacity: 0;
}
.s-menu-main ul > li > a:after{
  content: " ";
  position: absolute;
  top: calc( 100% - 4px);
  left: 27px;
  right: 27px;
  height: 0px;
  transition: all ease-in-out 0.2s;
  background: #ffffff;
}

.s-menu-main > ul > li > ul {
  padding: 20px 5px;
  margin:0;
  list-style: none;
  padding-bottom: 15px;
  /*padding-left: 25px;*/
  /*padding-right: 25px;*/
  min-width: 100%;
  background: #FFFFFF;
}

.s-menu-main > ul > li > ul > li {
  background: #FFF;
}

.s-menu-main > ul > li > ul > li > a {
  text-decoration: none;
  display: block;
  line-height: 1.2;
  font-size: 12px;
  -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;
    text-transform: none;

}
.s-menu-main > ul > li > ul > li > a:hover {
  color:#FED804;
}

.s-menu-main > ul > li > ul > li > a .fa {
  margin-right: 10px;
}

.s-menu-side {}
.s-menu-side ul {}
.s-menu-side ul > li {}
.s-menu-side ul > li > a:before {
  content: " ";
  right: 100%;
  top:-1px;
  bottom:-1px;
  width: 6000px;
  transition: all ease-in-out 0.2s;
}
.s-menu-side ul > li.selected > a:before,
.s-menu-side ul > li:hover > a:before {
  background: #00468e;
  color: #ffffff;
  position: absolute;
}
.s-menu-side ul > li:last-child > a {
  border-bottom:1px solid #7fa2c6;
}
.s-menu-side ul > li > a {
  position: relative;
  font-size: 16px;
  font-family: 'robotolight';
  color: #252525;
  padding: 14px 0;
  padding-left: 38px;
  padding-right: 15px;
  display: block;
  border-top:1px solid #7fa2c6;
  transition: all ease-in-out 0.2s;
}
.s-menu-side ul > li:hover > a,
.s-menu-side ul > li.selected > a {
  background: #00468e;
  color: #ffffff;
  border-top: 1px solid transparent;
}
.s-menu-side ul > li:last-child:hover > a,
.s-menu-side ul > li:last-child.selected > a {
  border-bottom: 1px solid #00468e;
}
.s-menu-side ul > li:hover + li > a,
.s-menu-side ul > li.selected + li > a {
  border-top: 1px solid #00468e;
}

.icons {}
.icons ul {}
.icons ul > li .fa {
  font-size: 26px;
  margin-right: 13px;
}
.icons ul > li {
  font-size: 14px;
  padding: 5px 0;
}

.back {
  font-size: 10px;
  color: #363636;
  font-family: 'robotoregular';
  text-decoration: none;
  padding: 15px 0;
  line-height: 14px;
  display: inline-block;
}

.s-menu-breadcrumb {
  padding: 14px 0;
  line-height: 16px;
}
.s-menu-breadcrumb ul {}
.s-menu-breadcrumb ul > li:first-child {
  padding-left: 0;
}
.s-menu-breadcrumb ul > li:last-child {
  background: none;
}
.s-menu-breadcrumb ul > li {
  color:#363636;
  font-size: 10px;
  color:#00468e;
  padding:0 10px;
  font-family: 'robotoregular';
  background: url('../images/icons/arrow.png') no-repeat center right;
}
.s-menu-breadcrumb ul > li > a {
  color:#363636;
  font-size: 10px;
  font-family: 'robotoregular';
}
.s-menu-breadcrumb ul > li:hover > a,
.s-menu-breadcrumb ul > li.selected > a{}

#header .line-1 {
  padding-left: 140px;
}
#header .line-2 {
  margin-top: 8px;
  padding-left: 140px;
}
.yellow {
  color:#fed804;
}
div.blue-line .pure-g {}
div.blue-line .pure-g [class*="pure-u"] {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
div.blue-line {
  background: #00468e;
  color:#fff;
  font-family: 'robotolight';
  padding: 30px 0;
}
.blue-line .first-line {
  line-height: 41px;
}
.blue-line .second-line {
  line-height: 29px;
  margin-bottom: 11px;
}

.index-image {

}
.index-image .pure-g {
  margin: 0;
}
.index-image .pure-g [class*="pure-u"] {
  padding: 0;
  border-left: 7px solid #00468e;
}
.index-image .pure-g [class*="pure-u"]:first-child {
  border-left:0;
}
.index-image .pure-g [class*="pure-u"] .ph {
  height: 40vw;
  max-height: 430px;
  background-size: cover;
  background-position: center center;
}
.index-image .pure-g [class*="pure-u"] img {
  width: 100%;
  height: auto;
}

.button:hover,
.button:focus {
  background: #ceb217;
}
.button.smaller {
  padding: 10px 32px;
  font-size: 20px;
}
.button {
  font-size: 24px;
  color: #212a35;
  background: #fed804;
  text-decoration: none;
  padding: 17px 45px;
  line-height: 18px;
  transition: all ease-in-out 0.2s;
      text-align: center;
}
.button.logout {
  padding: 10px;
  font-size: 12px;
}
.container-fluid {overflow: hidden;}
.line_grey {
  background: #01305f;
  height: 6px;
}
.usefull-info .text-wrapper {
  padding: 20px 0;
  padding-bottom: 60px;
}
.usefull-info {
  font-size: 16px;
  color: #212a35;
  font-family: 'robotolight';
  line-height: 20px;
}
.usefull-info h2 {
  font-size: 30px;
  color: #111111;
  font-family: 'robotoregular';
  padding: 27px 0;
  line-height: 32px;
  margin: 0;
  font-weight: normal;
}
.usefull-info .top-text {
  margin-bottom: 30px;
}

.usefull-info .element {
  font-size: 16px;
  color: #212a35;
  line-height: 20px;
    text-decoration: none;
  display: table;
}
.usefull-info .element:hover h3 {
  color:#A5A39C;
}
.usefull-info .element h3 {
    transition: all ease-in-out 0.2s;
  font-family: 'robotoregular';
  font-weight: normal;
  font-size: 24px;
  color: #111111;
  margin: 0;
  padding: 11px 0;
  line-height: 27px;
}
.usefull-info .element .ico {
  width: 130px;
  display: block;
  height: 95px;
  background-repeat: no-repeat;
  background-position: center center;
  display: table-cell;
  vertical-align: top;
}
.usefull-info .element:hover .text {
    color:#A5A39C;
}
.usefull-info .element .text {
  transition: all ease-in-out 0.2s;
  overflow: hidden;
  display: table-cell;
  vertical-align: top;
}
.usefull-info .text-wrapper .pure-g {
  margin: -25px;
}
.usefull-info .text-wrapper .pure-g [class*="pure-u"] {
  padding: 25px;
}
.usefull-info > .pure-g {
  margin: 0 -55px;
}
.usefull-info > .pure-g > [class*="pure-u"] {
  padding: 0 55px;
}


/* FORM STYLES */
.block-form {}
.block-form .form.pure-g {
  margin: -10px;
}
.block-form .form.pure-g [class*="pure-u"] {
  padding: 10px;
}
.block-form .form textarea,
.block-form .form input{
	display:block;
	font-size:14px;
  font-family: 'open_sansregular';
  color: #414141;
	line-height: 20px;
	height: 40px;
	background:#f5f7f7;
	padding: 3px 12px;
	border: 1px solid #c4ccd0;outline:none;
	box-sizing: border-box;
}
.block-form .form textarea{
	width:100%;resize: vertical;height: 60px;line-height: 20px;  padding:11px;   font-family: 'open_sansregular';
}
.block-form .form select:focus  {
  background:#f5f7f7 url('../images/icons/arrow_deselect.png') no-repeat center right 10px;
}
.block-form .form select{
  display:block;
  width: 100%;
	font-size:14px;
  font-family: 'open_sansregular';
  color: #414141;
	line-height: 20px;
	height: 40px;
	padding: 3px 12px;
	border: 1px solid #c4ccd0;outline:none;
	box-sizing: border-box;
  background:#f5f7f7 url('../images/icons/arrow_select.png') no-repeat center right 10px;
}
.block-form .form input{
	width:100%;
  font-family: 'open_sansregular';
}
.block-form .form textarea.error,
.block-form .form input.error{border:1px solid red;color:red;}
/* FORM STYLES END*/
/*LISTS*/

/*INPUTS*/

/*HEADERS*/

/*BUTTONS*/

/*SPECIAL*/

/*MISC*/

.mob_nav_menus {}
.mob_nav_menus .s-menu-main,
.mob_nav_menus .s-menu-top {
  padding: 0;
  margin: 0;
}
.mob_nav_menus .s-menu-main ul,
.mob_nav_menus .s-menu-top ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.mob_nav_menus .s-menu-main ul > li,
.mob_nav_menus .s-menu-top ul > li {}
.mob_nav_menus .s-menu-top ul > li:hover > a,
.mob_nav_menus .s-menu-top ul > li.selected > a,
.mob_nav_menus .s-menu-main ul > li.selected > a,
.mob_nav_menus .s-menu-main ul > li:hover > a {
  color: #212a35;
  background: #fed804;
}
.mob_nav_menus .s-menu-main ul > li > a,
.mob_nav_menus .s-menu-top ul > li > a {
  display: block;
  text-decoration: none;
  padding: 0;
  margin: 0;
  border: 0;
  font-family: 'robotoregular';
  font-size: 12px;
  line-height: 14px;
  padding: 10px;
  background: #00468e;
  color: #fff;
  border-top: 1px solid rgba(193, 217, 184, 0.3);
  transition: all ease-in-out 0.2s;
}
/* MOBILE SIDE MENU */

.s-menu-side .fa {
    font-size: 26px;
}
.s-menu-side .fa-angle-double-up {
    display: none;
}
.s-menu-side.open .fa-angle-double-down {
    display: none;
}
.s-menu-side.open .fa-angle-double-up {
    display: inline-block;
}
.s-menu-side .mobile_menu {
    display: none;
    margin-bottom: 10px;
}
.main-content {margin-bottom: 30px;}
.news-list {}
.news-list .news-element:nth-child(2n+1) {
  background: #edf2f7;
}
.news-list .news-element:nth-child(2n) {
}
.news-list .news-element {
  padding: 20px 15px;
  font-size: 14px;
  line-height: 25px;
  color: #363636;
  font-family: 'robotolight';
}
.news-list .news-element h2 > a {
  color: #00468e;
  text-decoration: none;
}

.news-list .news-element h2 > a:hover {
  color: #fed804;
}

.news-list .news-element h2 {
  font-size: 18px;
  color: #00468e;
  font-family: 'robotobold';
  font-weight: normal;
  text-transform: uppercase;
  margin: 0;
  padding: 10px 0;
}

.login_visible .login {
  visibility: visible;;
  opacity: 1;
}
.login > .container  {
  position: relative;
}
.login a.close {
  position: absolute;
  top: 50%;
  right: -15px;
  width: 20px;
  z-index: 50;
  margin-top: -14px;
  font-size: 20px;
  color: #000;
}
.login {
  padding:10px 0;
  border-bottom: 1px solid #00468e;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  visibility: hidden;
  opacity: 0;
  transition: all ease-in-out 0.2s;
}
.login .submit-button {
  position: relative;
  display: inline-block;
}
.login .submit-button .fa {
  font-size: 26px;
  position: absolute;
  top: 0;
  left:0;
  right: 0;
  bottom:0;
  text-align: center;
  line-height: 38px;
}
.login .submit-button input[type='submit'] {
  display: block;
  border: 0;
  outline:none;
  background: #00468e;
  color:#fff;
  padding: 12px 20px;
  width:100%;
}
.login input[type='text'],
.login input[type='password']{
  border:1px solid #00468e;
  width:100%;
  font-family: 'open_sansregular';
  padding: 10px;
}

.login-form {}
.login-form form > .pure-g {
  margin: 0 -5px;
}
.login-form form > .pure-g > [class*="pure-u"] {
  padding: 0 5px;
}
.disposimage{
  background-position-x: 55px !Important;
}

/* MOBILE SIDE MENU END */
/* XS */
@media (max-width: 767px) {
    .index-image .pure-g [class*="pure-u"] {
      padding: 0;
      border:0;
      border-top: 7px solid #00468e;
    }
    .top-picture {
      height: 102px;
    }
    #sidebar {
      float: none;
      width:100%;
    }
    #footer {
      height: auto;
    }
    #mainbar h1 {
      margin-top: 20px;
    }
    #mainbar a.fancy img {
      width: 100%;
      height: auto;
    }
    #mainbar a.fancy {
      display: block;
      float:none;
      margin: 0
    }
    .usefull-info {
      padding: 0 20px;
    }
    a.smart_menu_caller {
        display: flex;
        color:#00468e;
    }
    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: #00468e;
        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.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: #00468e;
    }

    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;
        color: #00468e;
    }
    a.logo {
      left:10px;
    }
    .s-menu-side ul > li > a:before {
      display: none;
    }
    .s-menu-side {
      margin-bottom: 20px;
    }
    .s-menu-side > ul {
     display: none;
    }
    .s-menu-side .mobile_menu {
      display: block;
    }
    .s-menu-side > a {
      font-size: 16px;
      font-family: 'robotolight';
      color: #252525;
      padding: 14px 0;
      display: block;
      text-decoration: none;
      text-transform: uppercase;
      color: #272625;
      border: 1px solid #d4d4d3;
      padding-left: 38px;
      padding-right: 15px;
    }

    #footer .line-1 .text-place {
      max-width: 100%;
    }
    #footer .line-1 h2 {
      margin-top: 17px;
    }
    .s-menu-social ul {
      padding: 0;
      list-style: none;
    }
    .login_visible #page {
       transform: translate(0,130px);
    }

}

/* SM */
@media /*(min-width: 568px) and */
(max-width: 767px) {

}

/* */
@media (min-width: 768px) {

}

/* MD */
@media (min-width: 768px) and (max-width: 1023px) {
  .usefull-info > .pure-g {}
  .usefull-info > .pure-g > [class*="pure-u"] {}
  .usefull-info .element .ico {background-size: contain;    margin-right: 10px;}
  #header .line-2 {
    padding: 0;
  }
  .s-menu-main {float:none;}
  .s-menu-main ul {
    display: flex;
    justify-content: space-between;
  }
  .s-menu-main ul > li {
    float:none;
  }
  .s-menu-main ul > li > a {
    padding: 6px 8px;
    font-size: 11px;
  }
  #header .line-2 {
    margin-top: 0;
  }
  .s-menu-top {
    padding: 0;
    margin-top: 5px;
    margin-bottom: 9px;
  }
  a.logo {
    height: 50px;
    background-size: contain;
  }
  .s-menu-lang {
    padding: 10px 0;
  }

  .s-menu-social ul > li > a {
    padding: 6px 5px;
  }
  a.logo {
    left:10px;
  }
  #mainbar a.fancy img {
    width:100%;
    height:auto;
  }
  #mainbar a.fancy {
    float: none;
    width:100%;
    margin: 0;
  }
  #mainbar h1 {
    margin-top: 20px;
  }
  .top-picture {
    height: 180px;
  }
}

/* LG */
@media (min-width: 1024px) and (max-width: 1279px) {
  .usefull-info .element .ico {background-size: contain;    margin-right: 10px;}
  .s-menu-main ul > li > a {
    padding: 6px 11px;
    font-size: 12px;
  }
}

/* XL */
@media (min-width: 1280px) {

}
@media (max-width: 1380px) {
  .disposimage{
    background-position-x: 0 !Important;
  }
}

/* PORTRAIT ORIENTATION*/
@media all and (orientation: portrait) {
}

/* LANDSCAPE ORIENTATION*/
@media all and (orientation: landscape) {
}
