

/* Start:/local/templates/litvilas/css/main.css?159947197329781*/
@font-face {
  font-family: PragmaticaBook;
  src: url("/local/templates/litvilas/css/../fonts/PragmaticaBook.otf") format("opentype"); }

body {
  font-family: PragmaticaBook;
  margin: 0;
  color: #282828;
  line-height: 1.8; }

a:focus, input:focus, textarea:focus, select:focus, button:focus {
  outline: none; }

section, .row {
  position: relative; }

section {
  z-index: 2;
  background: #fff; }

li {
  list-style: none; }

a {
  text-decoration: none; }

a.logo {
  width: 200px;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  position: relative; }
  a.logo svg {
    width: 100%;
    height: auto;
    fill: #fff; }

.dropdown {
  width: 70px;
  position: relative; }
  .dropdown__options--visible .dropdown__options {
    -webkit-animation: showit .35s forwards ease-out;
            animation: showit .35s forwards ease-out; }
  .dropdown__options--visible .dropdown__arrow {
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
    top: 9px;
    right: 0; }
  .dropdown__skeleton {
    background-color: transparent;
    border-radius: 5px;
    padding: 0px;
    position: relative;
    transition: box-shadow 0.2s cubic-bezier(0.17, 0.67, 0.83, 0.67);
    cursor: pointer;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none; }
    .dropdown__skeleton label {
      font-weight: 700;
      text-transform: uppercase;
      color: #9297ab;
      font-size: .8rem;
      letter-spacing: 0.64px;
      margin-bottom: 8px;
      display: block;
      cursor: pointer; }
  .dropdown__option {
    display: flex;
    align-items: center; }
    .dropdown__option span {
      margin-left: 5px;
      margin-top: 4px;
      color: #fff;
      font-size: 13px;
      letter-spacing: 4px; }
  .dropdown .dropdown__skeleton .dropdown__option {
    text-transform: uppercase; }
  .dropdown .dropdown__options span {
    font-size: 14px; }
  .dropdown__arrow {
    position: absolute;
    top: 50%;
    right: 0;
    width: 24px;
    height: 24px;
    transition: all .2s ease-in-out;
    -webkit-transform-origin: top;
            transform-origin: top; }
    .dropdown__arrow::before, .dropdown__arrow::after {
      --angle: 45deg;
      content: '';
      width: 8px;
      background-color: #fff;
      display: block;
      padding: 1px;
      border-radius: 1px;
      position: absolute; }
    .dropdown__arrow::before {
      -webkit-transform: rotate(var(--angle));
              transform: rotate(var(--angle)); }
    .dropdown__arrow::after {
      -webkit-transform: rotate(calc(var(--angle) * -1));
              transform: rotate(calc(var(--angle) * -1));
      margin-left: 5px; }
  .dropdown__options {
    position: absolute;
    top: 50px;
    right: 10px;
    padding: 10px;
    background-color: #fff;
    width: 150px;
    -webkit-transform: scale(0);
            transform: scale(0);
    z-index: 1; }
    .dropdown__options .dropdown__option span {
      color: #000; }

@-webkit-keyframes showit {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0); }
  70% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05); }
  80% {
    -webkit-transform: scale(0.95);
            transform: scale(0.95); }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1); } }

@keyframes showit {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0); }
  70% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05); }
  80% {
    -webkit-transform: scale(0.95);
            transform: scale(0.95); }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1); } }
    .dropdown__options .dropdown__option {
      padding: 6px 10px;
      transition: background-color .2s ease-in-out, opacity .2s ease-in-out;
      cursor: pointer;
      opacity: .7;
      border-radius: 5px; }
      .dropdown__options .dropdown__option:hover {
        background-color: #eee;
        opacity: 1; }
      .dropdown__options .dropdown__option--selected {
        opacity: 1; }
    .dropdown__options::before {
      content: '';
      position: absolute;
      right: -10px;
      top: -3px;
      height: 10px;
      width: 10px;
      border: 10px solid transparent;
      border-left: 10px solid #fff;
      -webkit-transform: rotate(45deg);
      transform: rotate(45deg); }

.fixed-scroll {
  position: fixed;
  left: -25px;
  top: 0;
  width: 50px;
  height: 100%;
  z-index: 4;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center; }
  .fixed-scroll .pagination {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg); }
    .fixed-scroll .pagination svg {
      top: 1px;
      left: -4px; }

#showing {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 92; }

.menu-block {
  position: absolute;
  width: 100%;
  padding: 25px 0;
  z-index: 3;
  left: 0;
  top: 0;
  transition: all .25s ease-in-out; }
  .menu-block .menu li.phone {
    display: none; }
  .menu-block.fixed {
    position: fixed;
    background: #fff;
    padding: 10px 0;
    z-index: 91;
    box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.05);
    -webkit-transform: none !important;
            transform: none !important; }
    .menu-block.fixed a, .menu-block.fixed .dropdown span {
      color: #282828 !important; }
    .menu-block.fixed a {
      font-size: 12px !important; }
    .menu-block.fixed a.logo {
      width: 180px; }
    .menu-block.fixed .menu {
      margin-bottom: 0; }
      .menu-block.fixed .menu a {
        padding-bottom: 26px; }
      .menu-block.fixed .menu a::before, .menu-block.fixed .menu a::after {
        background: #282828 !important; }
    .menu-block.fixed .dropdown__arrow::before, .menu-block.fixed .dropdown__arrow::after {
      background: #282828 !important; }
    .menu-block.fixed .logo svg {
      fill: #282828 !important; }
  .menu-block .row {
    justify-content: space-between;
    margin: 0 -20px; }
  .menu-block li a {
    color: #fff;
    margin: 0 15px;
    text-transform: uppercase;
    font-size: 14px;
    position: relative;
    letter-spacing: 2px; }
  .menu-block .menu a::before {
    content: '';
    position: absolute;
    bottom: -2px;
    right: 0;
    width: 0;
    height: 2px;
    background-color: #fff;
    transition: width 0.6s cubic-bezier(0.25, 1, 0.5, 1); }
  .menu-block .menu a:hover::before {
    left: 0;
    right: auto;
    width: 100%; }
  .menu-block ul {
    width: 33.333%;
    padding: 0;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex; }
    .menu-block ul li {
    	float: left;
    }
  .menu-block select {
    background: transparent;
    border: none;
    color: #fff; }

.slider-first h1 {
  color: #fff;
  font-weight: normal; }

.slider-first span {
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 2px; }

.slider-first .item {
  min-height: 100%; }
  .slider-first .item .row {
    align-items: center;
    text-align: center;
    justify-content: center; }

.slider-first .pagination {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg); }

.slider-first .pagination svg {
  top: 7px; }

#bottom {
  z-index: 4;
  position: absolute;
  bottom: 50px;
  left: 50%;
  width: 15px;
  margin-left: -7px;
  -webkit-animation: sdb05 1.5s infinite;
  animation: sdb05 1.5s infinite;
  box-sizing: border-box; }
  #bottom svg {
    width: 15px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    stroke: #fff; }

@-webkit-keyframes sdb05 {
  0% {
    -webkit-transform: rotate(-45deg) translate(0, 0);
    opacity: 0; }
  50% {
    opacity: 1; }
  100% {
    -webkit-transform: rotate(-45deg) translate(-20px, 20px);
    opacity: 0; } }

@keyframes sdb05 {
  0% {
    -webkit-transform: rotate(-45deg) translate(0, 0);
            transform: rotate(-45deg) translate(0, 0);
    opacity: 0; }
  50% {
    opacity: 1; }
  100% {
    -webkit-transform: rotate(-45deg) translate(-20px, 20px);
            transform: rotate(-45deg) translate(-20px, 20px);
    opacity: 0; } }

.slick-dots {
  --c-default: #D1D6EE;
  --c-hover: #A6ACCD;
  --c-active: #275EFE;
  position: relative; }
  .slick-dots li {
    display: inline-block;
    margin: 0 5px; }
    .slick-dots li button {
      cursor: pointer;
      width: 10px;
      height: 10px;
      border-radius: 50%;
      color: transparent;
      background: #8f8f8e;
      border: none; }

.pagination svg {
  display: block;
  width: 18px;
  height: 10px;
  position: absolute;
  left: -3px;
  top: 3px;
  fill: var(--c-active);
  -webkit-transform: translate(5px, 0px);
          transform: translate(5px, 0px); }

.pagination ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex; }
  .pagination ul li:not(:last-child) {
    margin-right: 8px; }
  .pagination ul li button {
    -webkit-appearance: none;
    outline: none;
    display: block;
    position: relative;
    border: none;
    padding: 0;
    margin: 0;
    cursor: pointer;
    display: block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.3);
    -webkit-transform: scale(var(--scale, 1)) translateZ(0);
            transform: scale(var(--scale, 1)) translateZ(0);
    transition: background .25s, -webkit-transform .15s;
    transition: background .25s, transform .15s;
    transition: background .25s, transform .15s, -webkit-transform .15s; }
    .pagination ul li button:before {
      content: '';
      position: absolute;
      left: -4px;
      top: -4px;
      right: -4px;
      bottom: -4px; }
    .pagination ul li button:hover {
      --background: var(--c-hover); }
  .pagination ul li:not(.active) button:active {
    --scale: .95; }

h1, .title_h1 {
  font-family: 'Tenor Sans', sans-serif;
  font-size: 3.7em;
  margin: 20px 0;
  line-height: 1; }

.t--ty {
  transition: -webkit-transform 2s cubic-bezier(0.16, 1.08, 0.38, 0.98);
  transition: transform 2s cubic-bezier(0.16, 1.08, 0.38, 0.98);
  transition: transform 2s cubic-bezier(0.16, 1.08, 0.38, 0.98), -webkit-transform 2s cubic-bezier(0.16, 1.08, 0.38, 0.98);
  will-change: transform; }

.t--ty.is-out {
  transition: none;
  transition-delay: 0s; }

*[class*="action_"] {
  display: block;
  -webkit-transform: translate(0px, 50px);
  transform: translate(0px, 50px); }

.t--ty.is-out--up {
  -webkit-transform: translate3d(0, -120px, 0);
  transform: translate3d(0, -120px, 0); }

.t--ty.is-out--down {
  -webkit-transform: translate3d(0, 120px, 0);
  transform: translate3d(0, 120px, 0); }

.t--ty.is-in {
  -webkit-transform: translateZ(0);
  transform: translateZ(0); }

.txt-middle .title_h1 {
  margin: 40px 0; }

.txt-middle span {
  display: block; }

#section_1 .txt-middle {
  padding-left: 15px;
  padding-right: 15px; }

#section_2 {
  text-align: center;
  padding: 120px 0; }
  #section_2 .txt-middle {
    text-align: center;
    max-width: 70%;
    margin-left: auto;
    margin-right: auto; }
    #section_2 .txt-middle img {
      margin-left: auto;
      margin-right: auto; }

.slider {
  cursor: -webkit-grab;
  cursor: grab; }

#section_3 {
  padding: 60px 0;
  background: #edece8; }
  #section_3 .slider {
    position: absolute;
    z-index: -3;
    opacity: 0;
    visibility: hidden;
    width: 100%;
    transition: opacity .25s ease-in-out; }
    #section_3 .slider.active {
      position: relative;
      z-index: 4;
      opacity: 1;
      visibility: visible; }
    #section_3 .slider .pull-left {
      left: 30px;
      z-index: 9; }
    #section_3 .slider .pull-right {
      right: 30px;
      z-index: 9; }
    #section_3 .slider a {
      display: block; }
      #section_3 .slider a img {
        width: 100%;
        height: auto; }
    #section_3 .slider .item {
      padding: 20px; }
      #section_3 .slider .item a:hover {
        transition: all 0.5s ease-in;
        opacity: 0.7;
        -webkit-transform: scale(0.98);
                transform: scale(0.98); }
      #section_3 .slider .item .name {
        display: inline-block;
        color: #282828;
        padding-top: 20px;
        position: relative;
        letter-spacing: 1px; }
        #section_3 .slider .item .name::before {
          content: '';
          position: absolute;
          bottom: -2px;
          right: 0;
          width: 0;
          height: 2px;
          background-color: #282828;
          transition: width 0.6s cubic-bezier(0.25, 1, 0.5, 1); }
        #section_3 .slider .item .name:hover::before {
          left: 0;
          right: auto;
          width: 100%; }

.tabs {
  width: 100%;
  margin-bottom: 40px; }
  .tabs ul {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-around;
    padding: 0;
    margin: 0; }
    .tabs ul li {
      cursor: pointer;
      text-transform: uppercase;
      position: relative;
      display: inline-block;
      letter-spacing: 2px; }
      .tabs ul li::before {
        content: '';
        position: absolute;
        bottom: -2px;
        right: 0;
        width: 0;
        height: 2px;
        background-color: #282828;
        transition: width 0.6s cubic-bezier(0.25, 1, 0.5, 1); }
      .tabs ul li:hover::before, .tabs ul li.active::before {
        left: 0;
        right: auto;
        width: 100%; }

#section_3 .slick-arrow {
  cursor: pointer;
  z-index: 7;
  top: 50%;
  margin-top: -27px;
  position: absolute;
  background: #edece8;
  border: 1px solid #282828;
  width: 55px;
  height: 55px;
  opacity: .8;
  transition: opacity .3s ease-out; }
  #section_3 .slick-arrow:hover {
    opacity: 1; }
  #section_3 .slick-arrow span {
    position: relative; }
  #section_3 .slick-arrow svg {
    left: 50%;
    top: 50%;
    margin-top: -6px;
    margin-left: -5px;
    position: absolute;
    width: 10px;
    height: auto;
    stroke: #282828; }

#section_3 .center {
  margin-top: 40px;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center; }
  #section_3 .center a {
    margin: 0 25px; }

#section_3 .pull-left {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg); }

#main {
  position: relative; }

.black,
.white {
  position: relative;
  overflow: hidden;
  cursor: pointer;
  text-align: center;
  display: inline-block;
  min-width: 190px;
  padding: 17px;
  font-size: 14px;
  letter-spacing: 2px;
  text-transform: uppercase;
  border: 1px solid #282828; }
  .black::after,
  .white::after {
    content: attr(data-text);
    font: inherit;
    padding: inherit;
    color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1; }
  .black span,
  .white span {
    position: relative;
    z-index: 2; }

.black {
  background: #282828;
  color: #fff; }
  .black:hover {
    color: #282828;
    transition: all .3s ease-in-out; }
  .black::after {
    background: #edece8;
    transition: 0.4s -webkit-transform cubic-bezier(0.275, 0, 0, 1);
    transition: 0.4s transform cubic-bezier(0.275, 0, 0, 1);
    transition: 0.4s transform cubic-bezier(0.275, 0, 0, 1), 0.4s -webkit-transform cubic-bezier(0.275, 0, 0, 1);
    -webkit-transform: translateX(101%);
    transform: translateX(101%); }
  .black:hover::after {
    -webkit-transform: none;
    transform: none; }

.white {
  background: transparent;
  color: #282828; }
  .white:hover {
    color: #fff;
    transition: all .3s ease-in-out; }
  .white::after {
    background: #000;
    transition: 0.4s -webkit-transform cubic-bezier(0.275, 0, 0, 1);
    transition: 0.4s transform cubic-bezier(0.275, 0, 0, 1);
    transition: 0.4s transform cubic-bezier(0.275, 0, 0, 1), 0.4s -webkit-transform cubic-bezier(0.275, 0, 0, 1);
    -webkit-transform: translateX(101%);
    transform: translateX(101%); }
  .white:hover::after {
    -webkit-transform: none;
    transform: none; }

.title {
  line-height: 1; }

#section_4 {
  padding: 100px 0; }
  #section_4 a {
    color: #282828; }
  #section_4 .pagination svg {
    top: 0; }
  #section_4 .cat,
  #section_4 .title,
  #section_4 .txt {
    opacity: 0; }
  #section_4 .center {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
    margin-top: 80px; }
  #section_4 .pagination {
    position: relative; }
  #section_4 .item {
    padding: 0 20px; }
  #section_4 .slider .row {
    flex-wrap: nowrap; }
    #section_4 .slider .row img {
      width: 100%;
      height: auto; }
    #section_4 .slider .row .img {
      width: 50%; }
    #section_4 .slider .row .content {
      width: 50%;
      padding-left: 40px; }
      #section_4 .slider .row .content .title {
        font-family: 'Tenor Sans', sans-serif;
        font-size: 55px;
        text-transform: uppercase;
        margin: 15px 0; }
      #section_4 .slider .row .content p {
        line-height: 2;
        margin-bottom: 50px; }
      #section_4 .slider .row .content .cat {
        text-transform: uppercase;
        font-size: 14px;
        letter-spacing: 1px; }
  #section_4 .slick-arrow {
    position: absolute;
    width: 35%;
    height: 100%;
    z-index: 7;
    opacity: 0;
    top: 0; }
  #section_4 .pull-left {
    left: 0; }
    #section_4 .pull-left:not(.slick-disabled):hover {
      cursor: url(/local/templates/litvilas/css/../img/cursor-left.png), auto !important; }
  #section_4 .pull-right {
    right: 0; }
    #section_4 .pull-right:not(.slick-disabled):hover {
      cursor: url(/local/templates/litvilas/css/../img/cursor.png), auto !important; }

#section_5 {
  padding-bottom: 200px;
  background: #fff url("/local/templates/litvilas/css/../img/bg-section-4.png") no-repeat;
  background-size: cover;
  background-position: top; }
  #section_5 .row {
    align-items: center; }
    #section_5 .row .title_h1 {
      text-transform: uppercase; }
    #section_5 .row .txt-middle {
      text-align: center;
      color: #fff;
      max-width: 70%;
      margin-left: auto;
      margin-right: auto; }

#section_6 {
  padding: 100px 0; }
  #section_6 .top, #section_6 .bottom {
    width: 100%;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between; }
    #section_6 .top img, #section_6 .bottom img {
      width: 100%;
      height: auto; }
  #section_6 .top .wrap {
    width: 45%;
    text-align: center; }
    #section_6 .top .wrap:nth-child(2) {
      margin-top: -160px; }
      #section_6 .top .wrap:nth-child(2) img {
        margin-bottom: 40px; }
  #section_6 .bottom {
    padding-top: 150px; }
    #section_6 .bottom .wrap {
      width: 45%; }
  #section_6 .title_h1 {
    text-transform: uppercase;
    margin-bottom: 40px; }
  #section_6 .made {
    display: block;
    text-transform: uppercase;
    letter-spacing: 1px; }

#section_7 {
  padding: 120px 0;
  background: #edece8; }
  #section_7 img {
    margin-left: auto;
    margin-right: auto; }
  #section_7 .title_h1 {
    text-transform: uppercase;
    margin-bottom: 40px; }
  #section_7 .txt-middle {
    max-width: 70%;
    margin-left: auto;
    margin-right: auto;
    text-align: center; }

img {
  display: block; }

#section_8 {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between; }
  #section_8 .gallery {
    width: 33.33333%;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    text-align: center;
    justify-content: center; }
    #section_8 .gallery i {
      font-style: normal;
      letter-spacing: 1px; }
    #section_8 .gallery img {
      width: 100%;
      height: auto;
      margin: 0; }
  #section_8 .photos a {
    padding: 2px;
    width: 50%; }

#section_9 {
  padding: 120px 0; }
  #section_9 .title_h1 {
    text-align: center;
    text-transform: uppercase;
    width: 100%;
    margin-bottom: 60px; }
  #section_9 .wrap {
    width: 100%;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
  #section_9 .place {
    width: calc(50% - 40px);
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    padding: 20px 0;
    border-bottom: 1px solid #adaaa7; }
    #section_9 .place .name {
      text-transform: uppercase; }
    #section_9 .place .wr {
      width: calc(100% - 100px); }
    #section_9 .place svg {
      width: 30px;
      height: auto;
      fill: #fff;
      stroke: #282828; }

.unfixed {
  position: static !important; }

.unpadding {
  padding: 0 !important; }

#section_10 {
  width: 100%;
  position: fixed;
  left: 0;
  bottom: 0;
  background: #edece8;
  padding: 80px 0;
  z-index: 1; }
  #section_10 .contact,
  #section_10 .form {
    width: 50%;
    padding: 0 15px; }
  #section_10 .contact .title {
    text-transform: uppercase;
    color: #827e7c;
    font-size: 14px;
    letter-spacing: 2px; }
  #section_10 .contact .bl-f {
    margin: 40px 0; }
    #section_10 .contact .bl-f a {
      color: #282828; }
  #section_10 .contact .inst a {
    text-transform: uppercase;
    border-bottom: 1px solid #282828; }
  #section_10 .form .title {
    margin-top: 57px;
    /*font-size: 36px;*/
    line-height: 1.4;
    margin-bottom: 30px;
    /*letter-spacing: 2px; */
    /*margin-top: -8px;*/ }
  #section_10 .form input[type="text"],
  #section_10 .form textarea {
    background: transparent;
    width: 100%;
    display: block;
    border: none;
    padding: 20px 0;
    border-bottom: 1px solid #827e7c;
    font-family: PragmaticaBook;
    position: relative;
    z-index: 2; }
  #section_10 .form textarea {
    height: 150px; }
  #section_10 .form .input {
    margin-bottom: 30px; }
  #section_10 .form .white {
    margin-top: 50px; }

.input {
  position: relative;
  z-index: 2; }
  .input::before {
    content: '';
    position: absolute;
    bottom: -2px;
    right: 0;
    width: 0;
    height: 2px;
    background-color: #282828;
    transition: width 0.6s cubic-bezier(0.25, 1, 0.5, 1); }
  .input.focus::before {
    left: 0;
    right: auto;
    width: 100%; }
  .input.focus input {
    border-color: transparent !important; }
  .input.typed::before {
    width: 100% !important;
    background-color: #ef525b !important; }
  .input label {
    color: #827e7c;
    font-family: PragmaticaBook;
    position: absolute;
    z-index: 1;
    left: 0;
    top: 50%;
    margin-top: -10px;
    transition: all .5s ease; }
    .input label.error {
      color: #ef525b !important; }
  .input.textarea label {
    top: 20px; }
  .input.focus label, .input.typed label {
    font-size: 11px;
    top: 10px; }

.mobile-b {
  display: none; }

input[type="text"]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #827e7c;
  font-family: PragmaticaBook; }

input[type="text"]::-moz-placeholder,
textarea::-moz-placeholder {
  /* Firefox 19+ */
  color: #827e7c;
  font-family: PragmaticaBook; }

input[type="text"]:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  /* IE 10+ */
  color: #827e7c;
  font-family: PragmaticaBook; }

input[type="text"]:-moz-placeholder,
textarea:-moz-placeholder {
  /* Firefox 18- */
  color: #827e7c;
  font-family: PragmaticaBook; }

.more {
  display: none; }
@media (max-width: 1200px) {
  .menu-block li a {
    margin-left: 10px;
    margin-right: 10px;
  }
}
@media (max-width: 991px) {
  .menu-block ul li {
    float: none;
  }
  .fixed-scroll {
    display: none; }
  .slider-first {
    text-align: center; }
  .slider-first .pagination {
    -webkit-transform: none;
            transform: none;
    bottom: 100px;
    top: auto;
    display: inline-block;
    position: relative; }
  #section_10 .contact, #section_10 .form {
    width: 100%; }
  .mobile-b {
    display: block;
    width: 50px;
    background: transparent;
    border: none; }
    .mobile-b span {
      height: 3px;
      background: #fff;
      display: block;
      margin: 5px 0;
      transition: -webkit-transform .3s ease;
      transition: transform .3s ease;
      transition: transform .3s ease, -webkit-transform .3s ease; }
  .more {
    display: flex;
    background: transparent;
    align-items: center;
    border: none; }
    .more svg {
      margin-left: 5px;
      width: 10px;
      fill: transparent;
      height: auto;
      stroke: #282828;
      stroke-linecap: round;
      stroke-linejoin: round; }
  #section_4 .slider .txt {
    display: none; }
  #section_4 .slider .slick-arrow {
    opacity: 1;
    border: none;
    background: transparent;
    height: 50%;
    width: 55px; }
    #section_4 .slider .slick-arrow svg {
      fill: transparent;
      stroke: #282828;
      width: 35px; }
  #section_4 .slider .row .content .title {
    font-size: 46px; }
  .mobile-b.active {
    position: relative; }
    .mobile-b.active span:nth-child(3) {
      display: none; }
    .mobile-b.active span:nth-child(1) {
      -webkit-transform: rotate(45deg);
              transform: rotate(45deg);
      margin-top: 8px; }
    .mobile-b.active span:nth-child(2) {
      -webkit-transform: rotate(-45deg);
              transform: rotate(-45deg);
      margin-top: -8px; }
  .fixed .mobile-b span {
    background: #282828; }
  .dropdown__options {
    width: 100px; }
  .menu-block .row {
    position: static; }
  .menu-block .menu {
    margin-top: 0;
    top: 0;
    display: block;
    left: -100%;
    transition: all .5s ease;
    position: fixed;
    background: #fff;
    height: 100%;
    z-index: 9;
    padding: 20px; }
    .menu-block .menu li {
      margin: 10px 0; }
    .menu-block .menu a {
      font-size: 18px !important;
      color: #282828; }
  .menu-block ul li.phone {
    display: none; }
  .menu-block .menu li.phone {
    display: block;
    margin-top: 50px; }
  #section_4 {
    padding: 40px 0; }
  #section_5 {
    background: #fff;
    padding: 40px 0; }
    #section_5 .container {
      width: 100% !important;
      max-width: 100%;
      padding-left: 0;
      padding-right: 0; }
      #section_5 .container .row {
        margin: 0;
        height: auto !important; }
    #section_5 .title_h1 {
      padding: 200px 20px;
      background: #fff url(/local/templates/litvilas/css/../img/bg-section-4.png) no-repeat;
      background-size: cover;
      background-position: center;
      padding-left: 15px;
      padding-right: 15px; }
    #section_5 .txt-middle {
      max-width: 100% !important; }
  #section_6 {
    padding: 40px 0; }
  #section_6 .top .wrap:nth-child(1) {
    display: none; }
  #section_6 .top .wrap:nth-child(2) {
    width: 100%;
    margin-top: 0; }
  #section_4 .pagination svg {
    top: 4px; }
  #section_5 .txt,
  #section_6 .txt {
    color: #282828;
    padding: 20px 15px;
    text-align: center;
    position: relative;
    height: 70px;
    overflow: hidden;
    transition: all .3s ease; }
    #section_5 .txt::after,
    #section_6 .txt::after {
      content: "";
      position: absolute;
      height: 25px;
      left: 0;
      bottom: 0;
      width: 100%;
      background: linear-gradient(to bottom, transparent, #fff); }
    #section_5 .txt.show,
    #section_6 .txt.show {
      height: auto !important; }
      #section_5 .txt.show::after,
      #section_6 .txt.show::after {
        display: none; }
  .more {
    margin-top: 30px;
    margin-left: auto;
    margin-right: auto; }
  #section_6 .bottom {
    padding-top: 60px;
    flex-wrap: wrap;
    text-align: center; }
  #section_6 .bottom .wrap {
    width: 100%;
    padding: 20px 0; }
    #section_6 .bottom .wrap .title_h1 {
      margin-bottom: 20px; }
  #section_6 .bottom .wrap:nth-child(1) {
    order: 2; }
  #section_6 .bottom .wrap:nth-child(2) {
    order: 1; }
  h1, .title_h1 {
    font-size: 46px; }
  #section_9 {
    padding: 60px 0; }
  #section_7, #section_2 {
    padding: 80px 0; }
  #section_8 {
    flex-wrap: wrap; }
  #section_8 .gallery {
    width: 100%; }
    #section_8 .gallery:not(.photos) {
      padding: 40px 0; }
  #section_9 .place {
    width: 100%; }
  #main {
    padding-bottom: 0 !important; }
  #section_10 {
    position: static; }
  #section_10 .form .white {
    margin-top: 20px; }
  .menu-block li a::before {
    display: none; }
  *[class*="action_"] {
    -webkit-transform: none !important;
            transform: none !important; } }

@media (max-width: 768px) {
  .tabs ul {
    flex-wrap: wrap; }
    .tabs ul li {
      margin: 10px 5px; }
  #section_4 .slider .row {
    flex-wrap: wrap; }
    #section_4 .slider .row .content,
    #section_4 .slider .row .img {
      width: 100%;
      padding: 20px 0; }
  h1, .title_h1 {
    font-size: 34px; }
  #section_3 .center {
    flex-wrap: wrap; }
    #section_3 .center a {
      margin: 10px 0; }
  #section_3 .pull-right {
    right: 0;
    left: auto !important; }
  .menu-block .row {
    margin-left: 0;
    margin-right: 0; } }

@media (max-width: 500px) {
  .menu-block {
    padding: 10px 0; }
  #section_10 .contact .title {
    margin-bottom: 10px; }
  #section_10 .form .title {
    font-size: 24px; }
  #section_9 .row {
    margin: 0; }
  .menu-block a.logo {
    width: 140px; }
  .menu-block.fixed a.logo {
    width: 140px; }
  .slider-first .pagination svg {
    top: 4px; }
  #section_3 .slick-arrow {
    width: 40px;
    height: 40px; }
    #section_3 .slick-arrow svg {
      width: 8px; }
  #section_4 .slider .pull-left {
    left: 15px; }
  #section_4 .slider .pull-right {
    right: 15px; }
  #section_4 .slider .slick-arrow svg {
    stroke: #fff; }
  body {
    line-height: 1.4; }
  h1, .title_h1 {
    font-size: 28px; }
  #section_10 {
    padding: 40px 0; } }

/* End */


/* Start:/local/templates/litvilas/components/bitrix/menu/top_menu/style.css?1598528526581*/
/* Left menu*/
ul.left-menu
{
	list-style:none;
	margin:0; padding:0;
	margin-bottom:8px;
	position: relative; /*IE bug*/
}

ul.left-menu li
{
	padding: 10px 16px;
	background:#F5F5F5 url(/local/templates/litvilas/components/bitrix/menu/top_menu/images/left_menu_bg.gif) top repeat-x;
}

ul.left-menu li a
{
	font-size:100%;
	color:#BC262C;
	font-weight:bold;
	text-decoration:none;
}

ul.left-menu li a:visited
{
	color:#BC262C;
}

ul.left-menu li a:hover
{
	color:#BC262C;
}


ul.left-menu li a.selected:link,
ul.left-menu li a.selected:visited,
ul.left-menu li a.selected:active,
ul.left-menu li a.selected:hover
{
	color:#FC8D3D;
}




/* End */
/* /local/templates/litvilas/css/main.css?159947197329781 */
/* /local/templates/litvilas/components/bitrix/menu/top_menu/style.css?1598528526581 */
