main div#infoWindowContent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  main div#infoWindowContent > h1.infoWindowTitle,
  main div#infoWindowContent > h2.infoWindowSubtitle {
    margin: 0;
    text-align: center;
    font-size: 16px; }
  main div#infoWindowContent > img.infoWindowImage {
    max-width: 240px;
    height: auto; }

main div.contacts {
  width: 90%;
  margin-top: 4%;
  margin-bottom: 4%;
  margin-left: 3%;
  padding: 2%;
  background: linear-gradient(rgba(76, 76, 76, 0.71), rgba(0, 0, 0, 0.42));
  color: #d6d5d5;
  max-width: 800px; }
  main div.contacts > h1 {
    text-transform: uppercase;
    border-bottom: 2px solid #ec7932;
    margin-bottom: 4%;
    font-size: 34px; }
  main div.contacts div.map-contacts-container {
    position: relative;
    height: 650px;
    box-shadow: 0 0 1px 1px #313131; }
  main div.contacts div.contacts-map div#map {
    width: 100%;
    height: 650px; }
  main div.contacts div.contacts-info {
    width: 40%;
    margin-left: 2%;
    color: #b3b3b3;
    background: linear-gradient(rgba(33, 33, 33, 0.8), rgba(33, 33, 33, 0.8));
    position: absolute;
    top: 0;
    right: 0;
    padding: 2%;
    max-width: 300px;
    box-sizing: border-box;
    height: 650px;
    font-size: 17.5px; }
    main div.contacts div.contacts-info div.contacts-address-time > div:not(:last-child) {
      margin-bottom: 3%; }
    main div.contacts div.contacts-info div.contacts-address-time div.address {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      main div.contacts div.contacts-info div.contacts-address-time div.address > i {
        color: #EC7932;
        font-size: 20px; }
      main div.contacts div.contacts-info div.contacts-address-time div.address > p {
        text-align: center;
        margin: 0;
        margin-top: 3%; }
        main div.contacts div.contacts-info div.contacts-address-time div.address > p:first-of-type {
          width: 80%;
          border-top: 1px solid #EC7932;
          margin-top: 3%;
          padding-top: 4%; }
    main div.contacts div.contacts-info div.contacts-address-time div.telephone {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      main div.contacts div.contacts-info div.contacts-address-time div.telephone > i {
        color: #EC7932;
        font-size: 20px; }
      main div.contacts div.contacts-info div.contacts-address-time div.telephone > p {
        text-align: center;
        margin: 0;
        margin-top: 3%; }
        main div.contacts div.contacts-info div.contacts-address-time div.telephone > p:first-of-type {
          width: 80%;
          border-top: 1px solid #EC7932;
          margin-top: 3%;
          padding-top: 4%; }
    main div.contacts div.contacts-info div.contacts-address-time div.work-time {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      main div.contacts div.contacts-info div.contacts-address-time div.work-time > i {
        color: #EC7932;
        font-size: 20px; }
      main div.contacts div.contacts-info div.contacts-address-time div.work-time > p {
        text-align: center;
        margin: 0;
        margin-top: 3%; }
        main div.contacts div.contacts-info div.contacts-address-time div.work-time > p:first-of-type {
          width: 80%;
          border-top: 1px solid #EC7932;
          margin-top: 3%;
          padding-top: 4%; }
    main div.contacts div.contacts-info div.contacts-rekvizitai {
      margin-top: 3%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      main div.contacts div.contacts-info div.contacts-rekvizitai > i {
        color: #EC7932;
        font-size: 20px; }
      main div.contacts div.contacts-info div.contacts-rekvizitai > p {
        text-align: center;
        margin: 0;
        margin-top: 3%; }
        main div.contacts div.contacts-info div.contacts-rekvizitai > p:first-of-type {
          width: 80%;
          border-top: 1px solid #EC7932;
          margin-top: 3%;
          padding-top: 4%; }

@media (max-width: 1000px) {
  main div.contacts div.map-contacts-container {
    height: auto; }
    main div.contacts div.map-contacts-container div.contacts-info {
      position: relative;
      width: 100%;
      max-width: 100%;
      margin-left: 0;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      top: 2%;
      height: auto;
      background: linear-gradient(rgba(76, 76, 76, 0.8), rgba(33, 33, 33, 0.8)); }
    main div.contacts div.map-contacts-container div.contacts-rekvizitai {
      margin-top: 0; } }

@media (max-width: 768px) {
  main div.contacts {
    width: 100%;
    box-sizing: border-box;
    margin: 0; }
    main div.contacts div.map-contacts-container {
      height: auto; }
      main div.contacts div.map-contacts-container div.contacts-map div#map {
        height: 450px; }
      main div.contacts div.map-contacts-container div.contacts-info {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; }
      main div.contacts div.map-contacts-container div.contacts-rekvizitai {
        margin-top: 3%; } }

div.sl-wrapper.simple-lightbox > button.sl-close {
  color: #EC7932; }

div.sl-wrapper.simple-lightbox div.sl-navigation > button {
  color: #EC7932;
  font-size: 4rem; }

div.sl-overlay {
  background: #404040; }

main div.gallery-container > h1 {
  margin-bottom: 5% !important; }

main div.gallery-container .gallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  main div.gallery-container .gallery a.big {
    width: 40%;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 60%; }
  main div.gallery-container .gallery a {
    box-sizing: border-box;
    width: 20%;
    padding-left: 1%;
    min-width: 130px;
    -webkit-box-flex: 0.5;
        -ms-flex-positive: 0.5;
            flex-grow: 0.5; }
    main div.gallery-container .gallery a img {
      box-sizing: border-box;
      width: 100%;
      height: 200px;
      -o-object-fit: cover;
         object-fit: cover;
      border: 2px solid #fff;
      transition: -webkit-transform .15s ease;
      transition: transform .15s ease;
      transition: transform .15s ease, -webkit-transform .15s ease;
      position: relative;
      box-shadow: 0 0 3px 3px #242424; }
    main div.gallery-container .gallery a:hover img {
      -webkit-transform: scale(1.05);
      transform: scale(1.05);
      z-index: 5; }

@media (max-width: 400px) {
  main div.gallery-container div.gallery > a,
  main div.gallery-container div.gallery > a.big {
    width: 100%;
    max-width: 100%; } }

.fb-page {
  position: fixed !important;
  bottom: 2%;
  right: 15%;
  -webkit-transform: translateX(24%);
          transform: translateX(24%); }
  .fb-page a {
    color: transparent; }

#fp-nav ul li a span,
.fp-slidesNav ul li a span {
  background: #EC7932; }

main#fullpage {
  z-index: -1;
  overflow: visible;
  position: absolute !important; }
  main#fullpage div.section {
    background: linear-gradient(rgba(33, 33, 33, 0.8), rgba(33, 33, 33, 0.8)), url(../images/real-dagris.jpg) no-repeat center center;
    background-size: cover; }
    main#fullpage div.section#section1 div.section-info-container {
      position: relative;
      right: 0;
      bottom: 150px;
      width: 60%;
      margin: auto; }
      main#fullpage div.section#section1 div.section-info-container > p.first-section-thesis {
        color: white;
        letter-spacing: -1px;
        border-bottom: 2px solid #ec7932;
        font-size: 38px;
        font-style: italic;
        padding-bottom: 3%; }
        main#fullpage div.section#section1 div.section-info-container > p.first-section-thesis > span {
          font-style: normal;
          font-size: 45px; }
      main#fullpage div.section#section1 div.section-info-container > p.first-section-thesis-description {
        font-size: 23px;
        color: #e5e5e5;
        line-height: 140%; }
      main#fullpage div.section#section1 div.section-info-container > p.signature {
        color: #e5e5e5;
        text-align: right;
        font-style: italic; }
    main#fullpage div.section#section2 {
      background: linear-gradient(rgba(33, 33, 33, 0.8), rgba(33, 33, 33, 0.8)), url(../images/background-6.jpg) no-repeat center center;
      background-size: cover; }
    main#fullpage div.section#section3 {
      background: linear-gradient(rgba(33, 33, 33, 0.8), rgba(33, 33, 33, 0.8)), url(../images/background-3.jpg) no-repeat center center;
      background-size: cover; }
    main#fullpage div.section#section4 {
      background: linear-gradient(rgba(33, 33, 33, 0.8), rgba(33, 33, 33, 0.8)), url(../images/background-5.jpg) no-repeat center center;
      background-size: cover; }
    main#fullpage div.section#section5 {
      background: linear-gradient(rgba(33, 33, 33, 0.8), rgba(33, 33, 33, 0.8)), url(../images/background-7.jpg) no-repeat center center;
      background-size: cover; }
    main#fullpage div.section#section6 {
      background: linear-gradient(rgba(33, 33, 33, 0.8), rgba(33, 33, 33, 0.8)), url(../images/background-4.jpg) no-repeat center center;
      background-size: cover; }
    main#fullpage div.section div.section-info-container {
      position: relative;
      right: 0;
      bottom: 150px;
      margin: auto;
      width: 80%; }
      main#fullpage div.section div.section-info-container > p.thesis {
        font-size: 30px;
        color: white;
        letter-spacing: -1px;
        font-weight: 800;
        line-height: 96%;
        border-bottom: 2px solid #EC7932;
        padding-bottom: 3%;
        margin-bottom: 0; }
      main#fullpage div.section div.section-info-container > p.thesis-description {
        font-size: 20px;
        color: #e5e5e5;
        line-height: 140%; }

@media (max-width: 768px) {
  .fb-page {
    /*position: absolute !important;*/
    /*bottom: -70%;*/
    /*right: 25%;*/
    /*z-index: 1;*/
    display: none;
    }
  main#fullpage {
    position: relative !important; }
    main#fullpage > div.section div.section-info-container,
    main#fullpage > div.section#section1 div.section-info-container {
      padding: 6%;
      box-sizing: border-box;
      height: auto;
      width: 100%;
      margin: 0; }
      main#fullpage > div.section div.section-info-container > p.signature,
      main#fullpage > div.section#section1 div.section-info-container > p.signature {
        font-size: 20px; } }

body {
  display: block;
  height: 100%;
  overflow: hidden;
  margin: 0;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif; }

header.main-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: fixed;
  padding: 0 10px;
  z-index: 1;
  top: 0;
  width: 250px;
  height: 100%;
  background: #212121;
  font-size: 100px;
  box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.68); }
  header.main-header a.main-logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-color: white;
    background-image: url("../images/logo.png");
    background-size: 95%;
    background-position: center;
    background-repeat: no-repeat;
    height: 20%;
    min-height: 20%; }
  header.main-header nav {
    padding: 2% 0;
    margin: 5px 0 20px 0; }
    header.main-header nav div.nav-menu {
      position: relative;
      width: 100%;
      /*change*/
      font: bold 16px 'Bitter', sans-serif; }
    header.main-header nav div.nav-menu ul {
      padding: 0;
      margin: 0;
      position: relative;
      list-style: none;
      z-index: 100; }
    header.main-header nav div.nav-menu ul li {
      position: relative;
      box-shadow: 0 4px 2px -5px white; }
    header.main-header nav div.nav-menu ul li:last-child {
      box-shadow: none; }
    header.main-header nav div.nav-menu ul li a,
    header.main-header nav div.nav-menu ul li span {
      display: block;
      position: relative;
      text-decoration: none;
      background: transparent;
      padding: 14px 10px;
      color: white; }
    header.main-header nav div.nav-menu ul li a:link,
    header.main-header nav div.nav-menu ul li a:active,
    header.main-header nav div.nav-menu ul li a:visited {
      color: #beb2ae; }
    header.main-header nav div.nav-menu ul li:hover > a {
      background: #565656;
      color: white; }
    header.main-header nav div.nav-menu ul li ul {
      position: absolute;
      left: -5000px;
      top: 0;
      opacity: 0;
      visibility: hidden;
      background-color: #212121;
      width: 230px;
      border: 1px solid #545252;
      transition: opacity .3s, visibility 0s .3s, left 0s .3s; }
    header.main-header nav div.nav-menu ul li:hover > ul {
      left: 100%;
      visibility: visible;
      opacity: 1;
      transition: opacity .5s; }
    header.main-header nav div.nav-menu ul li ul li {
      display: list-item;
      float: none; }
    header.main-header nav div.nav-menu ul ul li:hover > a {
      background: #EC7932; }
    header.main-header nav div.nav-menu ul li ul li a {
      border-top-width: 0;
      border-right: none;
      background: transparent;
      font: normal 14px 'Bitter', sans-serif;
      padding: 10px;
      margin: 0; }
    header.main-header nav div.nav-menu ul li > a {
      padding-right: 25px; }
    header.main-header nav div.nav-menu ul li > a:only-child {
      padding-right: 10px; }
    header.main-header nav div.nav-menu ul li > a:after {
      content: "";
      position: absolute;
      height: 0;
      width: 0;
      border: 5px solid transparent;
      border-left-color: #beb2ae;
      top: 40%;
      right: 8px; }
    header.main-header nav div.nav-menu ul li > a:only-child:after {
      display: none; }
    @media (max-width: 768px) {
      header.main-header nav div.nav-menu {
        width: 100%;
        box-sizing: border-box;
        padding-right: 3%; }
      header.main-header nav div.nav-menu ul {
        position: static; }
      header.main-header nav div.nav-menu ul li {
        position: static; }
      header.main-header nav div.nav-menu ul li > a:active {
        background: #565656;
        color: white; }
      header.main-header nav div.nav-menu ul li.tap > a:after,
      header.main-header nav div.nav-menu ul li.tap > a:after {
        content: "";
        position: absolute;
        height: 0;
        width: 0;
        border: 5px solid transparent;
        border-left-color: transparent;
        border-bottom-color: #fff;
        top: 40%;
        right: 8px; }
      header.main-header nav div.nav-menu ul li > a:after {
        /* arrow down */
        content: "";
        position: absolute;
        height: 0;
        width: 0;
        border: 5px solid transparent;
        border-left-color: transparent;
        border-top-color: #fff;
        top: 40%;
        right: 8px; }
      header.main-header nav div.nav-menu ul li ul {
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        width: 100%;
        border-top: 1px solid rgba(0, 0, 0, 0.6);
        display: none;
        position: static;
        opacity: 1;
        visibility: visible; }
      header.main-header nav .tap {
        display: block !important; }
      header.main-header nav .active-li {
        background: #565656; }
      header.main-header nav .active-a {
        color: white !important; } }
    header.main-header nav:before {
      content: "";
      background-size: 10px 20px;
      width: 100%;
      height: 10px;
      display: block;
      background: repeating-linear-gradient(135deg, #212121, #212121 10px, #EC7932 10px, #EC7932 20px); }
    header.main-header nav:after {
      content: "";
      background-size: 10px 20px;
      width: 100%;
      height: 10px;
      display: block;
      background: repeating-linear-gradient(135deg, #212121, #212121 10px, #EC7932 10px, #EC7932 20px); }
  header.main-header div.contacts-mini {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: 38%;
    margin-bottom: auto; }
    header.main-header div.contacts-mini div.contacts-mini-place {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      border-top: 1px solid rgba(189, 189, 189, 0.19);
      padding-top: 3%;
      margin-top: auto; }
      header.main-header div.contacts-mini div.contacts-mini-place > span {
        font-size: 12pt;
        color: #beb2ae;
        text-align: center; }

main {
  position: absolute;
  left: 270px;
  overflow: auto;
  right: 0;
  background: linear-gradient(rgba(33, 33, 33, 0.8), rgba(33, 33, 33, 0.8)), url(../images/real-dagris.jpg) no-repeat center center fixed;
  background-size: cover;
  height: 100%; }

@media (max-width: 768px) {
  body {
    overflow: visible; }
  header.main-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    position: absolute;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    padding: 0;
    top: 0;
    width: 100%;
    height: auto; }
    header.main-header a.main-logo {
      background-size: 60%;
      min-height: 200px;
      padding: 1% 0; }
    header.main-header nav {
      padding: 2% 1.2%; }
  main {
    position: static;
    left: 0;
    height: auto !important;
    overflow: visible;
    display: none; } }

@media screen and (min-width: 768px) and (max-height: 768px) {
  header.main-header a.main-logo {
    min-height: 100px; } }

@media screen and (min-width: 768px) and (max-height: 700px) {
  header.main-header a.main-logo {
    background-size: 85%; }
  header.main-header nav {
    margin-bottom: 0;
    margin-top: 0; }
    header.main-header nav div.nav-menu ul li a, header.main-header nav span {
      padding: 11px 10px; }
  header.main-header div.contacts-mini div.contacts-mini-place > span {
    font-size: 11pt; } }


main.periodical-main {
  background: linear-gradient(rgba(33, 33, 33, 0.8), rgba(33, 33, 33, 0.8)), url(../images/background-7.jpg) no-repeat center center fixed;
  background-size: cover; }

main div.prices-side-nav {
  width: 25%;
  box-shadow: 0 0 3px black;
  font-size: 16px;
  position: fixed;
  z-index: 100;
  right: 20px;
  top: 263px;
  max-width: 400px; }
  main div.prices-side-nav > ul {
    background: #212121;
    list-style: none;
    padding: 2%;
    margin: 0; }
    main div.prices-side-nav > ul > li {
      box-shadow: 0 4px 2px -5px white; }
      main div.prices-side-nav > ul > li:hover {
        background: #565656; }
        main div.prices-side-nav > ul > li:hover > a {
          color: white; }
      main div.prices-side-nav > ul > li > a {
        display: block;
        color: #beb2ae;
        text-decoration: none;
        background: transparent;
        padding: 14px 10px; }
    main div.prices-side-nav > ul > li:last-child {
      box-shadow: none; }

main .side-nav-active {
  background: #EC7932 !important;
  color: white !important; }

main div.service-prices {
  width: 80%;
  padding: 5%;
  height: 40%;
  position: relative;
  height: auto;
  background: linear-gradient(rgba(76, 76, 76, 0.71), rgba(0, 0, 0, 0.42));
  margin-left: 5%;
  line-height: 1.35;
  color: #d6d5d5;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.68);
  font-size: 17px;
  margin-top: 4%;
  margin-bottom: 4%;
  max-width: 800px; }
  main div.service-prices > h1 {
    border-bottom: 2px solid #ec7932;
    text-transform: uppercase;
    margin: 0; }
  main div.service-prices > div.price-block {
    width: 60%;
    margin-top: 7%; }
    main div.service-prices > div.price-block > h2 {
      margin-bottom: 1%;
      text-transform: uppercase; }
    main div.service-prices > div.price-block > table {
      width: 100%;
      border-collapse: collapse;
      border-spacing: 0; }
      main div.service-prices > div.price-block > table > tbody > tr > td.blank {
        width: 5%; }
      main div.service-prices > div.price-block > table > tbody > tr > td.price {
        width: 25%;
        text-align: right;
        padding-right: 5%; }
  main div.service-prices div.kainos-autoserviso-informacija {
    margin-top: 5%;
    width: 60%; }
    main div.service-prices div.kainos-autoserviso-informacija > p {
      margin: 3% 0; }

@media (min-width: 1400px) {
  div.prices-side-nav {
    right: 12% !important; } }

@media (min-width: 1550px) {
  div.prices-side-nav {
    left: 1000px; } }

@media (max-width: 768px) {
  main div.service-prices {
    width: 100%;
    box-sizing: border-box;
    margin: 0; }
    main div.service-prices > div.price-block,
    main div.service-prices > div.kainos-autoserviso-informacija {
      width: 100%; }
  main div.prices-side-nav {
    display: none; } }

main#sertifikatas {
  background: linear-gradient(rgba(33, 33, 33, 0.8), rgba(33, 33, 33, 0.8)), url(../images/sertifikavimas.jpg) no-repeat center center fixed;
  background-size: cover; }

main.service-main {
  background: linear-gradient(rgba(33, 33, 33, 0.8), rgba(33, 33, 33, 0.8)), url(../images/background-7.jpg) no-repeat center center fixed;
  background-size: cover; }
  main.service-main div.service > div.serv-desc-block a.link-to-prices {
    background: linear-gradient(#EC7932, #673516);
    border: none;
    color: white;
    padding: 12px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    border-radius: 7px; }
    main.service-main div.service > div.serv-desc-block a.link-to-prices:hover {
      background: linear-gradient(#969696, #020202);
      color: #EC7932; }
    main.service-main div.service > div.serv-desc-block a.link-to-prices:after {
      content: '';
      border: solid #ffffff;
      border-width: 0 2px 2px 0;
      display: inline-block;
      padding: 3px;
      margin-left: 14px;
      margin-bottom: 1px;
      transform: rotate(-45deg);
      -webkit-transform: rotate(-45deg); }

main.ratlankiai-main {
  background: linear-gradient(rgba(33, 33, 33, 0.8), rgba(33, 33, 33, 0.8)), url(../images/shop-walp/ratlankiai.jpg) no-repeat center top fixed;
  background-size: cover;
  height: 100%; }

main.tyres-main {
  background: linear-gradient(rgba(33, 33, 33, 0.8), rgba(33, 33, 33, 0.8)), url(../images/shop-walp/padangos.jpg) no-repeat center top fixed;
  background-size: cover;
  height: 100%; }

main.filters-main {
  background: linear-gradient(rgba(33, 33, 33, 0.8), rgba(33, 33, 33, 0.8)), url(../images/shop-walp/filtrai.jpg) no-repeat;
  background-size: cover;
  height: 100%; }

main.oils-main {
  background: linear-gradient(rgba(33, 33, 33, 0.8), rgba(33, 33, 33, 0.8)), url(../images/shop-walp/alyva.jpg) no-repeat center center fixed;
  background-size: cover;
  height: 100%; }

main > div.shop,
main > div.periodical,
main > div.service,
main > div.sertifikatas,
main > div.gallery-container,
main > div.imonems {
  width: 80%;
  padding: 5%;
  position: relative;
  height: auto;
  background: linear-gradient(rgba(76, 76, 76, 0.71), rgba(0, 0, 0, 0.42));
  margin-left: 5%;
  line-height: 1.35;
  color: #d6d5d5;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.68);
  font-size: 17px;
  margin-top: 4%;
  margin-bottom: 4%;
  max-width: 800px; }
  main > div.shop p.adv-text,
  main > div.periodical p.adv-text,
  main > div.service p.adv-text,
  main > div.sertifikatas p.adv-text,
  main > div.gallery-container p.adv-text,
  main > div.imonems p.adv-text {
    color: #d6d5d5;
    margin-top: 8%;
    border: 1px solid #ec7932;
    border-right: none;
    border-left: none;
    padding: 2%;
    text-align: left;
    font-weight: 600; }
  main > div.shop h1,
  main > div.periodical h1,
  main > div.service h1,
  main > div.sertifikatas h1,
  main > div.gallery-container h1,
  main > div.imonems h1 {
    text-transform: uppercase;
    border-bottom: 2px solid #ec7932;
    margin: 0; }
  main > div.shop > div,
  main > div.periodical > div,
  main > div.service > div,
  main > div.sertifikatas > div,
  main > div.gallery-container > div,
  main > div.imonems > div {
    margin-top: 7%; }
    main > div.shop > div:first-of-type,
    main > div.periodical > div:first-of-type,
    main > div.service > div:first-of-type,
    main > div.sertifikatas > div:first-of-type,
    main > div.gallery-container > div:first-of-type,
    main > div.imonems > div:first-of-type {
      margin-top: 0; }
    main > div.shop > div > h2,
    main > div.periodical > div > h2,
    main > div.service > div > h2,
    main > div.sertifikatas > div > h2,
    main > div.gallery-container > div > h2,
    main > div.imonems > div > h2 {
      margin-bottom: 0;
      border-bottom: 1px solid rgba(189, 189, 189, 0.4);
      text-transform: uppercase; }
    main > div.shop > div > ul,
    main > div.periodical > div > ul,
    main > div.service > div > ul,
    main > div.sertifikatas > div > ul,
    main > div.gallery-container > div > ul,
    main > div.imonems > div > ul {
      padding-left: 1%; }
      main > div.shop > div > ul li,
      main > div.periodical > div > ul li,
      main > div.service > div > ul li,
      main > div.sertifikatas > div > ul li,
      main > div.gallery-container > div > ul li,
      main > div.imonems > div > ul li {
        background: url("../images/wrench.png");
        padding: 0 0 3px 26px;
        list-style: none;
        background-position: left 7px;
        background-repeat: no-repeat; }

@media (max-width: 768px) {
  main > div.shop,
  main > div.periodical,
  main > div.service,
  main > div.sertifikatas,
  main > div.gallery-container,
  main > div.imonems {
    width: 100%;
    box-sizing: border-box;
    margin: 0; } }

main div.shop span.sub {
  vertical-align: super;
  font-size: smaller;
  color: #EC7932; }

main div.shop ul.tyre-parameters-list > li {
  background: none;
  display: table; }
  main div.shop ul.tyre-parameters-list > li > span:first-child {
    position: relative;
    left: -26px;
    color: #ec7932; }
  main div.shop ul.tyre-parameters-list > li > span:nth-child(2) {
    display: table-cell;
    position: relative;
    left: -13px; }

main div.shop div.shop-desc-block a.link-to-site {
  color: #EC7932;
  text-decoration: none; }

main div.shop div.shop-desc-block img.tyre-experiment {
  max-width: 100%;
  height: auto; }

