@charset "UTF-8";
/*
Theme Name: Bootstrap Basic
Theme URI: http://rundiz.com
Author: Vee Winch
Author URI: 
Description: Bootstrap v.3 basic theme for developers to build their new theme very fast and easy. You can support theme author by <a href="https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=9HQE4GVV4KTZE" target="donate">donate</a>. To follow what was changed, please look for <a href="https://github.com/Rundiz/bootstrap-basic" target="commits">commits</a> of this theme at Github.
Version: 1.0.14
License: MIT
License URI: http://opensource.org/licenses/MIT
Text Domain: bootstrap-basic
Domain Path: /languages/
Tags: one-column, two-columns, three-columns, left-sidebar, right-sidebar, custom-background, custom-menu, featured-images, front-page-post-form, post-formats, threaded-comments, translation-ready

This theme built with Twitter Bootstrap v.3. It is basic theme with basic style for build new theme with Bootstrap.

*/
/*
Required WordPress CSS
*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em; }

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em; }

/* WordPress gallery */
.gallery {
  margin-bottom: 1.6em; }

.gallery-item {
  display: inline-block;
  padding: 1.79104477%;
  text-align: center;
  vertical-align: top;
  width: 100%; }

.gallery-columns-2 .gallery-item {
  max-width: 50%; }

.gallery-columns-3 .gallery-item {
  max-width: 33.33%; }

.gallery-columns-4 .gallery-item {
  max-width: 25%; }

.gallery-columns-5 .gallery-item {
  max-width: 20%; }

.gallery-columns-6 .gallery-item {
  max-width: 16.66%; }

.gallery-columns-7 .gallery-item {
  max-width: 14.28%; }

.gallery-columns-8 .gallery-item {
  max-width: 12.5%; }

.gallery-columns-9 .gallery-item {
  max-width: 11.11%; }

.gallery-icon img {
  margin: 0 auto; }

.gallery-caption {
  color: #707070;
  color: rgba(51, 51, 51, 0.7);
  display: block;
  font-family: "Noto Sans", sans-serif;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.5;
  padding: 0.5em 0; }

.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
  display: none; }

.wp-caption {
  border: 1px solid #ccc;
  margin-bottom: 1.5em;
  max-width: 100%; }

.wp-caption img[class*="wp-image-"] {
  display: block;
  margin: 1.2% auto 0;
  max-width: 98%; }

.wp-caption-text {
  text-align: center; }

.wp-caption .wp-caption-text {
  margin: 0.8075em 0; }

/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden; }

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */ }

html {
  width: 100%;
  font-size: 62.5%;
  font-size: 0.521vw; }
  @media only screen and (max-width: 1199px) {
    html {
      font-size: 0.781vw; } }
  @media only screen and (max-width: 991px) {
    html {
      font-size: 62.5%; } }

body {
  font-family: 'Montserrat', arial, sans-serif;
  font-weight: 500;
  font-size: 1.4rem;
  color: #000;
  min-width: 32rem;
  line-height: 1.286;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  margin: 0; }
  body.fancybox-active {
    overflow: auto; }

.compensate-for-scrollbar {
  margin-right: 0 !important; }

*:focus {
  outline: none !important; }

*::-moz-selection {
  background: #9f2728;
  color: white; }

*::selection {
  background: #9f2728;
  color: white; }

button {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s; }

a {
  color: #232323;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s; }
  a:hover, a:focus {
    color: #232323;
    text-decoration: none; }

h2, .h2 {
  font-size: 1.8rem;
  font-weight: 700;
  text-transform: uppercase;
  color: #7e6d4b;
  text-align: center; }
  h2:before, h2:after, .h2:before, .h2:after {
    content: '';
    display: inline-block;
    width: 9rem;
    height: 0.2rem;
    background-color: #7e6d4b;
    vertical-align: middle; }
    @media only screen and (max-width: 767px) {
      h2:before, h2:after, .h2:before, .h2:after {
        width: 3rem; } }
    @media only screen and (max-width: 480px) {
      h2:before, h2:after, .h2:before, .h2:after {
        display: none; } }
  h2:before, .h2:before {
    margin-right: 1.5rem; }
  h2:after, .h2:after {
    margin-left: 1.5rem; }

h3, .h3 {
  color: #7c2d1c;
  text-transform: uppercase;
  font-size: 2.6rem; }

h4, .h4 {
  font-size: 2.1rem;
  font-weight: 700;
  color: #b4a683; }

.btn {
  background-color: #8b7e63;
  padding: 1.1rem 2rem;
  min-width: 20.4rem;
  text-transform: uppercase;
  color: #fff;
  font-size: 1.5rem;
  border-radius: 0;
  text-decoration: none !important;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s; }
  .btn:hover, .btn:focus {
    background-color: #635944;
    color: #fff; }

.btn-bg {
  font-size: 1.8rem;
  background: url("img/btn-bg.png") right bottom no-repeat #8d7f5f;
  padding: 1.7rem 2rem;
  width: 95.5%;
  min-width: 28rem;
  max-width: 100%; }
  @media only screen and (max-width: 480px) {
    .btn-bg {
      font-size: 1.6rem;
      width: 100%;
      min-width: 0; } }

.btn-silver {
  background-color: #989797;
  font-size: 1.8rem; }
  @media only screen and (max-width: 480px) {
    .btn-silver {
      font-size: 1.4rem; } }

header {
  width: 24.8%;
  padding: 7.4rem 3.3% 10rem;
  background: url("img/header-bg.png") left bottom no-repeat #ba2223;
  background-position: left 0 bottom 7rem;
  background-size: contain;
  /*	.header-wrapper {
		height: 100%;
    	overflow-y: auto;
	}*/ }
  @media only screen and (max-width: 1199px) {
    header {
      width: 47rem;
      max-width: 100%;
      padding-right: 4rem;
      padding-left: 4rem;
      -webkit-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
      transform: translateX(-100%);
      position: absolute;
      min-height: 100%;
      z-index: 1000;
      -webkit-transition: -webkit-transform 0.5s;
      transition: -webkit-transform 0.5s;
      -o-transition: transform 0.5s;
      transition: transform 0.5s;
      transition: transform 0.5s, -webkit-transform 0.5s; }
      header.open {
        -webkit-transform: translateX(0%);
        -ms-transform: translateX(0%);
        transform: translateX(0%);
        -webkit-box-shadow: 0 0 3rem 0 rgba(0, 0, 0, 0.42);
        box-shadow: 0 0 3rem 0 rgba(0, 0, 0, 0.42); } }
  @media only screen and (max-width: 480px) {
    header {
      padding-right: 3rem;
      padding-left: 3rem;
      width: 32rem; } }
  header h4 {
    margin-top: 4.7rem;
    margin-bottom: 1.5rem; }
  header .header-contacts ul {
    list-style: none;
    padding-left: 0;
    margin-bottom: 3.8rem; }
    header .header-contacts ul li {
      display: block; }
      header .header-contacts ul li a {
        color: #fff;
        display: block;
        font-size: 2rem;
        padding: 0.4rem 0; }
  header .btn-close {
    display: none; }
    @media only screen and (max-width: 1199px) {
      header .btn-close {
        display: block;
        position: absolute;
        right: 4rem;
        top: 4rem; } }
    @media only screen and (max-width: 480px) {
      header .btn-close {
        right: 3rem;
        top: 3rem; } }

.header-toggle {
  display: none; }
  @media only screen and (max-width: 1199px) {
    .header-toggle {
      display: block;
      position: absolute;
      top: 2.5rem;
      left: 2rem;
      padding: 1rem;
      background-color: transparent;
      background-image: none;
      border: 1px solid transparent;
      border-radius: 0; }
      .header-toggle .icon-bar {
        -webkit-transition: all .3s ease;
        -o-transition: all .3s ease;
        transition: all .3s ease;
        display: block;
        width: 3rem;
        height: 0.3rem;
        border-radius: 0.1rem;
        background-color: #ba2223;
        margin: 0.5rem 0; }
      .header-toggle:hover .icon-bar, .header-toggle:focus .icon-bar {
        background-color: #8b7e63; } }
  @media only screen and (max-width: 480px) {
    .header-toggle {
      left: 0.5rem; } }

.logo {
  text-align: center;
  margin-bottom: 3.5rem;
  display: block; }
  .logo img {
    max-width: 100%; }

.left-menu {
  list-style: none;
  padding-left: 0;
  margin-bottom: 4.5rem; }
  .left-menu li {
    display: block; }
    .left-menu li a {
      color: #fff;
      display: block;
      font-size: 1.9rem;
      padding: 0.8rem 1.2rem 0.9rem;
      background-color: transparent; }
      @media only screen and (max-width: 480px) {
        .left-menu li a {
          font-size: 1.5rem; } }
      .left-menu li a:hover, .left-menu li a:focus {
        background-color: #7e6d4b; }

.vk-vidget {
  padding: 15px;
  background-color: #fff;
  width: 215px;
  margin: 12rem auto 9.4rem; }
  @media only screen and (max-width: 480px) {
    .vk-vidget {
      margin: 5rem auto; } }

main {
  padding: 9.7rem 3.9% 9.7rem 3rem;
  width: 75.2%;
  background: url("img/main-bg.png") right 5.1rem no-repeat;
  background-size: 26.9%; }
  @media only screen and (max-width: 1199px) {
    main {
      width: 100%;
      padding-left: 3rem;
      padding-right: 3rem;
      background-size: 40%; } }
  @media only screen and (max-width: 767px) {
    main {
      background-image: none; } }
  @media only screen and (max-width: 480px) {
    main {
      padding-left: 1.5rem;
      padding-right: 1.5rem; } }

.primary-menu {
  list-style: none;
  padding-left: 0;
  margin-bottom: 2.7rem; }
  @media only screen and (max-width: 1199px) {
    .primary-menu {
      margin-left: -1.5rem;
      margin-right: -1.5rem; } }
  .primary-menu:after {
    content: '';
    display: table;
    clear: both; }
  .primary-menu li {
    display: block;
    float: left; }
    .primary-menu li a {
      text-transform: uppercase;
      font-size: 1.7rem;
      display: block;
      padding: 0.8rem 2.15rem 0.9rem;
      background-color: transparent; }
      @media only screen and (max-width: 1199px) {
        .primary-menu li a {
          padding-left: 1.5rem;
          padding-right: 1.5rem; } }
      .primary-menu li a:hover, .primary-menu li a:focus {
        background-color: #7e6d4b;
        color: #fff; }

@media only screen and (max-width: 767px) {
  .main-slider .owl-stage {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .main-slider .owl-stage:after {
      display: none; } }

.main-slider .slide {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  //min-height: 56.8rem;
  border: 1px solid #eee;
  //padding: 8rem 10rem 7.5rem;
  //display: -webkit-box;
  //display: -ms-flexbox;
 //display: flex; }
  @media only screen and (max-width: 767px) {
    .main-slider .slide {
      //padding: 3rem 6rem 7.5rem;
      display: block;
      height: 100%;
	padding-bottom: 14rem;	  } }
  @media only screen and (max-width: 480px) {
    .main-slider .slide {
      //padding: 3rem 1.5rem 7.5rem;
      display: block;
      height: 100%;
      //min-height: 37.8rem;
    	
    } }

.main-slider .slide-left {
  width: 50%;
  padding-right: 3rem;
position: absolute;
    top: 8rem;
    left: 10rem;  }
  @media only screen and (max-width: 767px) {
    .main-slider .slide-left {
      width: 100%;
      padding-right: 0;
      margin-bottom: 3rem; } }
  .main-slider .slide-left h3 {
    margin-bottom: 0; }
  .main-slider .slide-left p {
    font-size: 1.5rem;
    text-transform: uppercase;
    color: #000; }
    .main-slider .slide-left p strong {
      font-size: 3.4rem;
      font-weight: 500; }

.main-slider .slide-right {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
	position: absolute;
    bottom: 7.5rem;
    right: 10rem;  }
  @media only screen and (max-width: 767px) {
    .main-slider .slide-right {
      width: 100%;
	right: 0;	  } }
  .main-slider .slide-right .slide-content {
    max-width: 38.5rem;
    color: #fff;
    font-size: 1.5rem;
    font-weight: 400; }
@media only screen and (max-width: 767px) {
    .main-slider .slide-right .slide-content {
      max-width: 100%;
	  width: 100%;
	text-align: center;	  } }
    .main-slider .slide-right .slide-content p {
      margin-bottom: 7rem; }

.main-slider .slide-label {
  background: url("img/label-bg.png") right bottom no-repeat #ba2223;
  display: inline-block;
  color: #fff;
  padding: 4rem 4rem 5rem;
  font-size: 2.1rem;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 4.8rem; }
  .main-slider .slide-label span {
    font-size: 1.4rem;
    display: block;
    letter-spacing: 0.3rem; }
  @media only screen and (max-width: 991px) {
    .main-slider .slide-label {
      display: none; } }

.main-slider .owl-carousel .owl-nav .owl-prev {
  left: 1.5rem;
  margin-top: -1.7rem; }
  @media only screen and (max-width: 480px) {
    .main-slider .owl-carousel .owl-nav .owl-prev {
      display: none; } }

.main-slider .owl-carousel .owl-nav .owl-next {
  right: 1.5rem;
  margin-top: -1.7rem; }
  @media only screen and (max-width: 480px) {
    .main-slider .owl-carousel .owl-nav .owl-next {
      display: none; } }

@media only screen and (min-width: 768px) {
  .main-slider .owl-carousel .owl-nav .owl-next, .main-slider .owl-carousel .owl-nav .owl-prev {
    width: 3.4rem;
    height: 7.9rem;
    margin-top: -4.5rem; }
    .main-slider .owl-carousel .owl-nav .owl-next:before, .main-slider .owl-carousel .owl-nav .owl-next:after, .main-slider .owl-carousel .owl-nav .owl-prev:before, .main-slider .owl-carousel .owl-nav .owl-prev:after {
      width: 5rem;
      height: 0.2rem; }
  .main-slider .owl-carousel .owl-nav .owl-prev {
    left: 1.7rem; }
    .main-slider .owl-carousel .owl-nav .owl-prev:before {
      -webkit-transform: rotate(-50deg) translate(-1.9rem, 0.6rem);
      -ms-transform: rotate(-50deg) translate(-1.9rem, 0.6rem);
      transform: rotate(-50deg) translate(-1.9rem, 0.6rem); }
    .main-slider .owl-carousel .owl-nav .owl-prev:after {
      -webkit-transform: rotate(50deg) translate(3.8rem, 4.2rem);
      -ms-transform: rotate(50deg) translate(3.8rem, 4.2rem);
      transform: rotate(50deg) translate(3.8rem, 4.2rem); }
  .main-slider .owl-carousel .owl-nav .owl-next {
    right: 1.7rem; }
    .main-slider .owl-carousel .owl-nav .owl-next:before {
      -webkit-transform: rotate(50deg) translate(0.9rem, 1.8rem);
      -ms-transform: rotate(50deg) translate(0.9rem, 1.8rem);
      transform: rotate(50deg) translate(0.9rem, 1.8rem); }
    .main-slider .owl-carousel .owl-nav .owl-next:after {
      -webkit-transform: rotate(-50deg) translate(-4.9rem, 3rem);
      -ms-transform: rotate(-50deg) translate(-4.9rem, 3rem);
      transform: rotate(-50deg) translate(-4.9rem, 3rem); } }

.owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev {
  width: 2.4rem;
  height: 5.2rem;
  position: absolute;
  top: 50%;
  margin-top: -1.7rem; }
  .owl-carousel .owl-nav .owl-next:before, .owl-carousel .owl-nav .owl-next:after, .owl-carousel .owl-nav .owl-prev:before, .owl-carousel .owl-nav .owl-prev:after {
    content: '';
    display: block;
    width: 3.2rem;
    height: 0.1rem;
    background-color: #8b7e63;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-transition: background-color 0.3s;
    -o-transition: background-color 0.3s;
    transition: background-color 0.3s; }
  .owl-carousel .owl-nav .owl-next:hover:before, .owl-carousel .owl-nav .owl-next:hover:after, .owl-carousel .owl-nav .owl-next:focus:before, .owl-carousel .owl-nav .owl-next:focus:after, .owl-carousel .owl-nav .owl-prev:hover:before, .owl-carousel .owl-nav .owl-prev:hover:after, .owl-carousel .owl-nav .owl-prev:focus:before, .owl-carousel .owl-nav .owl-prev:focus:after {
    background-color: #ba2223; }

.owl-carousel .owl-nav .owl-prev {
  left: 0; }
  .owl-carousel .owl-nav .owl-prev:before {
    -webkit-transform: rotate(-50deg) translate(-1.3rem, 0.6rem);
    -ms-transform: rotate(-50deg) translate(-1.3rem, 0.6rem);
    transform: rotate(-50deg) translate(-1.3rem, 0.6rem); }
  .owl-carousel .owl-nav .owl-prev:after {
    -webkit-transform: rotate(50deg) translate(2.7rem, 2.7rem);
    -ms-transform: rotate(50deg) translate(2.7rem, 2.7rem);
    transform: rotate(50deg) translate(2.7rem, 2.7rem); }

.owl-carousel .owl-nav .owl-next {
  right: 0; }
  .owl-carousel .owl-nav .owl-next:before {
    -webkit-transform: rotate(50deg) translate(0.7rem, 1.2rem);
    -ms-transform: rotate(50deg) translate(0.7rem, 1.2rem);
    transform: rotate(50deg) translate(0.7rem, 1.2rem); }
  .owl-carousel .owl-nav .owl-next:after {
    -webkit-transform: rotate(-50deg) translate(-3.2rem, 2.1rem);
    -ms-transform: rotate(-50deg) translate(-3.2rem, 2.1rem);
    transform: rotate(-50deg) translate(-3.2rem, 2.1rem); }

.owl-dots {
  position: absolute;
  bottom: 1.7rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%); }
  .owl-dots .owl-dot {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    background-color: #cfcccc;
    border-radius: 50%;
    margin-right: 1.4rem;
    -webkit-transition: background-color 0.3s;
    -o-transition: background-color 0.3s;
    transition: background-color 0.3s; }
    .owl-dots .owl-dot:last-child {
      margin-right: 0; }
    .owl-dots .owl-dot.active {
      background-color: #ba2223; }

.services {
  padding: 3.1rem 0 1rem; }
  .services h2 {
    margin-bottom: 0.5rem; }

.services-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 -1.67%; }
  @media only screen and (max-width: 767px) {
    .services-items {
      margin: 1rem -1rem; } }
  .services-items .s-item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 21.66%;
    flex: 0 0 21.66%;
    max-width: 100%;
    margin: 2.3rem 1.67%;
    position: relative; }
    @media only screen and (max-width: 1199px) {
      .services-items .s-item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 21.66%;
        flex: 0 0 21.66%; } }
    @media only screen and (max-width: 991px) {
      .services-items .s-item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 29.99333%;
        flex: 0 0 29.99333%; } }
    @media only screen and (max-width: 767px) {
      .services-items .s-item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        margin: 0;
        padding: 1rem;
        max-width: 29.7rem; } }
    @media only screen and (max-width: 480px) {
      .services-items .s-item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%; } }
    .services-items .s-item img {
      -o-object-fit: cover;
      object-fit: cover;
      width: 100%;
      height: 100%;
      -webkit-filter: grayscale(100%);
      filter: grayscale(100%); }
    .services-items .s-item:hover img, .services-items .s-item:focus img {
      -webkit-filter: grayscale(0%);
      filter: grayscale(0%); }
    .services-items .s-item:hover .s-caption, .services-items .s-item:focus .s-caption {
      background-color: #635944; }
    .services-items .s-item .s-caption {
      width: 67%;
      height: 11rem;
      background-color: #ba2223;
      color: #fff;
      text-transform: uppercase;
      font-size: 1.5rem;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      padding: 1.5rem 1rem;
      text-align: center;
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      -webkit-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s; }
      @media only screen and (max-width: 991px) {
        .services-items .s-item .s-caption {
          font-size: 1.2rem; } }
      @media only screen and (max-width: 480px) {
        .services-items .s-item .s-caption {
          font-size: 1.5rem; } }

.owl-team {
  padding: 1rem 4rem; }
  .owl-team .t-item img {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    -webkit-transition: -webkit-filter 0.5s;
    transition: -webkit-filter 0.5s;
    -o-transition: filter 0.5s;
    transition: filter 0.5s;
    transition: filter 0.5s, -webkit-filter 0.5s; }
  .owl-team .t-item:hover img, .owl-team .t-item:focus img {
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%); }
  .owl-team .t-item .t-caption {
    text-align: center;
    font-size: 1.6rem;
    text-transform: uppercase;
    margin-top: 1.7rem;
    color: #000; }
    .owl-team .t-item .t-caption span {
      font-size: 1.3rem;
      display: block; }
  .owl-team .owl-nav .owl-next, .owl-team .owl-nav .owl-prev {
    top: 40%; }

.contacts {
  padding: 2.2rem 0 0; }
  .contacts ul {
    list-style: none;
    padding-left: 0;
    margin-top: 2.6rem; }
    .contacts ul li {
      display: inline-block;
      margin-right: 2.2rem;
      font-size: 1.6rem;
      margin-bottom: 1rem;
      color: #000; }
      .contacts ul li strong {
        font-weight: 700;
        color: #826e45; }
      .contacts ul li:last-child {
        margin-right: 0; }

.btn-close {
  padding: 0;
  border-radius: 0;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  position: absolute;
  top: 3.4rem;
  width: 2.1rem;
  height: 2.1rem;
  cursor: pointer; }
  .btn-close .lr, .btn-close .rl {
    width: 0.2rem;
    height: 2.8rem;
    background-color: #fff;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease; }
  .btn-close .lr {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    position: relative;
    right: -0.9rem;
    top: -0.5rem; }
  .btn-close .rl {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg); }
  .btn-close:hover .lr, .btn-close:hover .rl, .btn-close:focus .lr, .btn-close:focus .rl {
    background-color: #8b7e63; }

article.page, .news-single, .news {
  padding: 2rem 0 2rem 6rem; }
  @media only screen and (max-width: 1199px) {
    article.page, .news-single, .news {
      padding-left: 0; } }
  article.page h1, article.page .h1, .news-single h1, .news-single .h1, .news h1, .news .h1, action-new .h1 {
    font-size: 3rem;
    color: #7e6d4b;
    text-align: center;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 6.5rem; }
    article.page h1:before, article.page h1:after, article.page .h1:before, article.page .h1:after, .news-single h1:before, .news-single h1:after, .news-single .h1:before, .news-single .h1:after,
    .news h1:before, .news h1:after, .news .h1:before, .news .h1:after,.action-new h1:before, .action-new h1:after {
      content: '';
      display: inline-block;
      width: 9rem;
      height: 0.2rem;
      background-color: #7e6d4b;
      vertical-align: middle; }
      @media only screen and (max-width: 767px) {
        article.page h1:before, article.page h1:after, article.page .h1:before, article.page .h1:after, .news-single h1:before, .news-single h1:after, .news-single .h1:before, .news-single .h1:after, .news h1:before, .news h1:after, .news .h1:before, .news .h1:after {
          width: 3rem; } }
      @media only screen and (max-width: 480px) {
        article.page h1:before, article.page h1:after, article.page .h1:before, article.page .h1:after, .news-single h1:before, .news-single h1:after, .news-single .h1:before, .news-single .h1:after, .news h1:before, .news h1:after, .news .h1:before, .news .h1:after {
          display: none; } }
    article.page h1:before, article.page .h1:before, .news-single h1:before, .news-single .h1:before, .news h1:before, .news .h1:before,.action-new h1:before, .action-new .h1:before {
      margin-right: 1.5rem; }
    article.page h1:after, article.page .h1:after, .news-single h1:after, .news-single .h1:after, .news h1:after, .news .h1:after, .action-new h1:after, .action-new .h1:after{
      margin-left: 1.5rem; }
  article.page h2, .news-single h2, .news h2, .action-new h2 {
    font-size: 2.4rem;
    text-align: inherit;
    margin-bottom: 3.8rem; }
    @media only screen and (max-width: 767px) {
      article.page h2, .news-single h2, .news h2, .action-new h2 {
        text-align: center; } }
    article.page h2:before, article.page h2:after, .news-single h2:before, .news-single h2:after, .news h2:before, .news h2:after, .action-new h2:before, .action-new h2:after {
      display: none; }
  article.page h3, .news-single h3, .news h3,.action-new h3 {
    font-size: 1.8rem;
    font-weight: 700;
    color: #87795c;
    text-transform: uppercase;
    margin-top: 4rem;
    line-height: 1.2; }
  article.page h4, .news-single h4, .news h4, .action-new h4 {
    text-transform: uppercase;
    color: #000;
    font-size: 1.4rem;
    text-align: center; }
    @media only screen and (max-width: 1399px) {
      article.page h4, .news-single h4, .news h4, .action-new h4 {
        font-size: 1.6rem; } }
    @media only screen and (max-width: 1199px) {
      article.page h4, .news-single h4, .news h4, .action-new h4 {
        font-size: 1.4rem; } }
  article.page p, .news-single p, .news p, .action-new p {
    font-size: 2rem;
    line-height: 1.125;
    margin-bottom: 2rem; }
    @media only screen and (max-width: 1399px) {
      article.page p, .news-single p, .news p,.action-new p {
        font-size: 2rem; } }
    @media only screen and (max-width: 1199px) {
      article.page p, .news-single p, .news p, .action-new p {
        font-size: 1.6rem; } }
  article.page em, .news-single em, .news em, .action-new em {
    font-style: normal;
    color: #92754d; }
  article.page a, .news-single a, .news a, .action-new a {
    text-decoration: underline; }
    article.page a:hover, article.page a:focus, .news-single a:hover, .news-single a:focus, .news a:hover, .news a:focus {
      text-decoration: none; }
  @media only screen and (max-width: 1399px) {
    article.page .btn, .news-single .btn, .news .btn, .action-new .btn {
      font-size: 1.7rem; } }
  @media only screen and (max-width: 1199px) {
    article.page .btn, .news-single .btn, .news .btn, action-new .btn {
      font-size: 1.5rem; } }

.products .red-text {
  font-size: 1.5rem;
  line-height: 1.2;
  color: #9f2728;
  margin-top: 2.6rem; }
  @media only screen and (max-width: 1399px) {
    .products .red-text {
      font-size: 1.85rem; } }
  @media only screen and (max-width: 1199px) {
    .products .red-text {
      font-size: 1.5rem; } }

.products-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -6rem;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
  @media only screen and (max-width: 1199px) {
    .products-list {
      margin-left: 0; } }
  .products-list .p-item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 100%;
    padding: 4.1rem 2.3rem;
    text-align: center; }
    @media only screen and (max-width: 991px) {
      .products-list .p-item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%; } }
    @media only screen and (max-width: 767px) {
      .products-list .p-item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        padding: 3rem 2.3rem; } }
    .products-list .p-item img {
      max-height: 31.6rem;
      max-width: 100%; }
    .products-list .p-item p {
      margin-bottom: 0.5rem; }
    .products-list .p-item .caption {
      font-size: 1.7rem;
      margin-top: 2.6rem; }
      @media only screen and (max-width: 1399px) {
        .products-list .p-item .caption {
          font-size: 2rem; } }
      @media only screen and (max-width: 1199px) {
        .products-list .p-item .caption {
          font-size: 1.7rem; } }
    .products-list .p-item .price, .products-list .p-item .volume {
      font-size: 1.8rem;
      color: #80765f;
      display: inline-block;
      width: 50%; }
      @media only screen and (max-width: 1399px) {
        .products-list .p-item .price, .products-list .p-item .volume {
          font-size: 2.1rem; } }
      @media only screen and (max-width: 1199px) {
        .products-list .p-item .price, .products-list .p-item .volume {
          font-size: 1.8rem; } }

.about .btn {
  margin-bottom: 1.5rem;
  margin-top: 1rem; }

.about-gallery {
  padding: 3rem 0 4rem; }

.about-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  margin: 0 -0.8rem; }
  @media only screen and (max-width: 767px) {
    .about-row {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      max-width: 40rem;
      margin: 0 auto; } }
  .about-row > figure {
    margin: 0.8rem;
    height: 35rem;
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto;
    overflow: hidden; }
    @media only screen and (max-width: 991px) {
      .about-row > figure {
        height: 20%; } }
    @media only screen and (max-width: 767px) {
      .about-row > figure {
        height: auto;
        margin-left: 0;
        margin-right: 0; } }
  .about-row img {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 100%; }

.about-team p.h1 {
  margin-bottom: 3.5rem; }

.about-team .director {
  max-width: 22.8rem;
  margin-bottom: 1rem; }

.about-team h4 {
  margin-bottom: 3rem; }

.about-team .owl-team {
  padding: 3rem 4rem; }
  .about-team .owl-team .t-item img {
    -webkit-filter: none;
    filter: none; }

.page-team {
  margin-top: 1.5rem; }
  .page-team .cta {
    text-align: center;
    margin-top: 4rem;
    padding-bottom: 5rem; }
    .page-team .cta p {
      font-size: 2.2rem; }
    .page-team .cta h3 {
      font-size: 3.4rem;
      color: #7e6d4b;
      font-weight: 500;
      letter-spacing: -0.09rem;
      margin-bottom: 1rem;
      text-transform: none; }
      @media only screen and (max-width: 480px) {
        .page-team .cta h3 {
          font-size: 3rem; } }

.team-card {
  padding-bottom: 9rem; }
  .team-card:after {
    content: '';
    display: table;
    clear: both; }
  .team-card .left {
    float: left;
    width: 37%;
    padding-right: 11rem;
    padding-left: 6rem; }
    @media only screen and (max-width: 991px) {
      .team-card .left {
        padding-right: 3rem;
        padding-left: 0; } }
    @media only screen and (max-width: 767px) {
      .team-card .left {
        padding-right: 0;
        padding-bottom: 3rem;
        float: none;
        width: 100%;
        text-align: center; } }
    .team-card .left img {
      width: 100%; }
      @media only screen and (max-width: 767px) {
        .team-card .left img {
          max-width: 30rem; } }
  .team-card .right {
    float: right;
    width: 63%; }
    @media only screen and (max-width: 767px) {
      .team-card .right {
        float: none;
        width: 100%; } }
    .team-card .right h3 {
      font-size: 2.5rem;
      color: #000;
      text-transform: none;
      margin-top: -0.5rem;
      margin-bottom: 2rem;
      font-weight: 500; }
      @media only screen and (max-width: 1399px) {
        .team-card .right h3 {
          font-size: 2.8rem; } }
      @media only screen and (max-width: 1199px) {
        .team-card .right h3 {
          font-size: 2.5rem; } }
      @media only screen and (max-width: 767px) {
        .team-card .right h3 {
          text-align: center; } }
      .team-card .right h3 span {
        color: #7e6d4b;
        font-size: 1.8rem; }
        @media only screen and (max-width: 1399px) {
          .team-card .right h3 span {
            font-size: 2rem; } }
        @media only screen and (max-width: 1199px) {
          .team-card .right h3 span {
            font-size: 1.8rem; } }
        @media only screen and (max-width: 767px) {
          .team-card .right h3 span {
            display: block; } }
  .team-card .diplom {
    margin-top: 2.5rem; }
    @media only screen and (max-width: 767px) {
      .team-card .diplom {
        text-align: center; } }
    .team-card .diplom a {
      display: inline-block;
      height: 17.6rem;
      margin-right: 1rem; }
      .team-card .diplom a:last-child {
        margin-right: 0; }
      .team-card .diplom a img {
        height: 100%; }

.page-contacts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end; }
  @media only screen and (max-width: 991px) {
    .page-contacts {
      display: block; } }
  .page-contacts .left {
    width: 50%;
    height: 60rem; }
    @media only screen and (max-width: 991px) {
      .page-contacts .left {
        width: 100%;
        height: 40rem;
        margin-bottom: 8rem; } }
  .page-contacts .right {
    width: 50%;
    padding-left: 9.8rem; }
    @media only screen and (max-width: 991px) {
      .page-contacts .right {
        width: 100%;
        padding-left: 0;
        text-align: center; } }
  .page-contacts .entry-content p {
    margin-bottom: 3.5rem;
    line-height: 1.4375; }
    .page-contacts .entry-content p:last-of-type {
      margin-bottom: 0; }
  .page-contacts .entry-content strong {
    font-size: 1.9rem; }
  .page-contacts .entry-content h3 {
    text-transform: none;
    font-size: 2.2rem;
    margin-top: 7rem;
    margin-bottom: 2rem; }

.promo-card {
  padding-bottom: 14rem; }
  @media only screen and (max-width: 767px) {
    .promo-card {
      padding-bottom: 8rem; } }
  .promo-card:after {
    content: '';
    display: table;
    clear: both; }
  .promo-card .left {
    width: 64%;
    float: left;
    padding-right: 7rem; }
    @media only screen and (max-width: 991px) {
      .promo-card .left {
        width: 100%;
        float: none;
        padding-right: 0;
        margin-bottom: 4rem; } }
    .promo-card .left img {
      width: 100%;
      height: auto;
      border: 1px solid #eee; }
  .promo-card .right {
    width: 36%;
    float: right; }
    @media only screen and (max-width: 991px) {
      .promo-card .right {
        width: 100%;
        float: none; } }
    .promo-card .right h2 {
      margin-top: 0; }
  @media only screen and (max-width: 767px) {
    .promo-card .btn-wrapper {
      text-align: center; } }

.news .promo-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding-bottom: 9rem; }
  @media only screen and (max-width: 767px) {
    .news .promo-card {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; } }
  .news .promo-card .left {
    width: auto;
    max-width: 32.5%;
    padding: 0; }
    @media only screen and (max-width: 991px) {
      .news .promo-card .left {
        max-width: 50%; } }
    @media only screen and (max-width: 767px) {
      .news .promo-card .left {
        max-width: 100%; } }
    .news .promo-card .left figure {
      margin-right: 9rem; }
      @media only screen and (max-width: 991px) {
        .news .promo-card .left figure {
          margin-right: 3rem; } }
      @media only screen and (max-width: 767px) {
        .news .promo-card .left figure {
          margin-right: 0; } }
    .news .promo-card .left img {
      width: 700px;
      max-width: 100%; }
  .news .promo-card .right {
    width: 100%; }
  .news .promo-card .news-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: top;
    -ms-flex-align: top;
    align-items: top;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 3rem; }
    @media only screen and (max-width: 480px) {
      .news .promo-card .news-header {
        display: block; } }
    .news .promo-card .news-header h2 {
      margin-bottom: 0;
      font-size: 2rem; }
      @media only screen and (max-width: 767px) {
        .news .promo-card .news-header h2 {
          text-align: left; } }
      @media only screen and (max-width: 480px) {
        .news .promo-card .news-header h2 {
          text-align: center;
          margin-bottom: 2rem; } }
    .news .promo-card .news-header span {
      font-size: 1.8rem;
      padding-left: 2rem; }
      @media only screen and (max-width: 1399px) {
        .news .promo-card .news-header span {
          font-size: 2rem; } }
      @media only screen and (max-width: 1199px) {
        .news .promo-card .news-header span {
          font-size: 1.8rem; } }
      @media only screen and (max-width: 480px) {
        .news .promo-card .news-header span {
          text-align: center;
          display: block;
          padding-left: 0; } }
  .news .promo-card .btn-wrapper {
    text-align: right; }
    @media only screen and (max-width: 480px) {
      .news .promo-card .btn-wrapper {
        text-align: center; } }

.modal-content {
  border-radius: 0; }

.modal-header {
  border: none;
  padding: 1.5rem 5rem;
  background-color: #ba2223;
  position: relative; }
  .modal-header .btn-close {
    top: 2rem;
    right: 2rem; }
  .modal-header h2 {
    color: #fff;
    margin: 1.5rem 0;
    line-height: 1.4;
    font-size: 2.2rem; }
    @media only screen and (max-width: 1399px) {
      .modal-header h2 {
        font-size: 2.4rem; } }
    @media only screen and (max-width: 1199px) {
      .modal-header h2 {
        font-size: 2.2rem; } }
    @media only screen and (max-width: 480px) {
      .modal-header h2 {
        font-size: 1.8rem; } }
    .modal-header h2:before, .modal-header h2:after {
      display: none; }

.modal-body {
  padding: 3rem 1.5rem; }

.modal-dialog {
  margin: 8rem auto;
  width: 90rem; }
  @media only screen and (max-width: 991px) {
    .modal-dialog {
      width: 90%; } }
  @media only screen and (max-width: 480px) {
    .modal-dialog {
      margin: 3rem auto; } }

form, article.page form {
  text-align: center; }
  form, form p, article.page form, article.page form p {
    font-size: 2.2rem; }
    @media only screen and (max-width: 1399px) {
      form, form p, article.page form, article.page form p {
        font-size: 2.4rem; } }
    @media only screen and (max-width: 1199px) {
      form, form p, article.page form, article.page form p {
        font-size: 2.2rem; } }
    @media only screen and (max-width: 480px) {
      form, form p, article.page form, article.page form p {
        font-size: 1.8rem; } }
  form input:not([type="submit"]), article.page form input:not([type="submit"]) {
    padding: 1.5rem;
    width: 100%; }
  form span.your-subject, article.page form span.your-subject {
    display: none; }
  form p, article.page form p {
    margin-bottom: 3rem; }
  form .wpcf7-form-control-wrap, article.page form .wpcf7-form-control-wrap {
    max-width: 40rem;
    display: block;
    margin: 0 auto 3.8rem; }
    form .wpcf7-form-control-wrap.file, article.page form .wpcf7-form-control-wrap.file {
      max-width: 42rem; }
      @media only screen and (max-width: 1399px) {
        form .wpcf7-form-control-wrap.file, article.page form .wpcf7-form-control-wrap.file {
          max-width: 46rem; } }
      @media only screen and (max-width: 1199px) {
        form .wpcf7-form-control-wrap.file, article.page form .wpcf7-form-control-wrap.file {
          max-width: 42rem; } }
    @media only screen and (max-width: 480px) {
      form .wpcf7-form-control-wrap, article.page form .wpcf7-form-control-wrap {
        margin-bottom: 3rem; } }
  form textarea, article.page form textarea {
    width: 100%;
    padding: 1.5rem; }
  form .btn, article.page form .btn {
    font-size: 2.2rem;
    padding: 1.4rem 2rem;
    width: 33.5rem;
    max-width: 90%;
    font-weight: 700; }
    @media only screen and (max-width: 1399px) {
      form .btn, article.page form .btn {
        font-size: 2.4rem; } }
    @media only screen and (max-width: 1199px) {
      form .btn, article.page form .btn {
        font-size: 2.2rem; } }
    @media only screen and (max-width: 480px) {
      form .btn, article.page form .btn {
        font-size: 1.8rem; } }

.close {
  text-shadow: none;
  opacity: 1; }

div.wpcf7-validation-errors {
  display: none !important; }

div.wpcf7-mail-sent-ok {
  border: none;
  color: #7e6d4b;
  padding: 0;
  margin-left: 0;
  margin-right: 0; }

span.wpcf7-not-valid-tip {
  font-size: 0.85em;
  text-align: left;
  padding: 0 1.7rem; }

.page-reviews {
  -webkit-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 15rem;
  column-gap: 15rem;
  margin-left: -4rem; }
  @media only screen and (max-width: 1199px) {
    .page-reviews {
      margin-left: 0; } }
  @media only screen and (max-width: 991px) {
    .page-reviews {
      -webkit-column-count: 1;
      column-count: 1; } }

.reviews-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 2.5rem;
  -webkit-column-break-inside: avoid;
  break-inside: avoid;
  page-break-inside: avoid; }
  @media only screen and (max-width: 480px) {
    .reviews-card {
      display: block;
      text-align: center;
      margin-bottom: 8rem; } }
  .reviews-card img {
    border-radius: 50%;
    margin-right: 2rem;
    max-width: 15.1rem; }
    @media only screen and (max-width: 480px) {
      .reviews-card img {
        margin-right: 0; } }
  .reviews-card .content h3 {
    text-transform: none;
    font-size: 2.3rem;
    font-weight: 500;
    padding-top: 4.7rem;
    padding-bottom: 2rem;
    margin: 0; }
    @media only screen and (max-width: 480px) {
      .reviews-card .content h3 {
        padding-top: 2.5rem; } }
  .reviews-card .content p {
    line-height: 1.26666; }
  .reviews-card .content:after {
    content: '';
    display: block;
    width: 40%;
    border-bottom: 0.3rem dotted #7e6d4b;
    height: 1rem; }
    @media only screen and (max-width: 480px) {
      .reviews-card .content:after {
        margin-left: auto;
        margin-right: auto; } }

article.page .page-reviews-form {
  margin-top: 18rem;
  margin-left: -2rem; }
  @media only screen and (max-width: 1199px) {
    article.page .page-reviews-form {
      margin-left: 0; } }
  @media only screen and (max-width: 767px) {
    article.page .page-reviews-form {
      margin-top: 9rem; } }
  @media only screen and (max-width: 480px) {
    article.page .page-reviews-form {
      margin-top: 3rem; } }
  article.page .page-reviews-form h2 {
    font-size: 2.9rem; }
  article.page .page-reviews-form form {
    text-align: left; }
    article.page .page-reviews-form form .wpcf7-form-control-wrap {
      max-width: 100%; }
    article.page .page-reviews-form form input:not([type="submit"]) {
      max-width: 40rem; }

article.page .services {
  padding-top: 0; }

.services-price {
  padding-bottom: 3rem; }

.panel-group {
  padding: 0.8rem;
  background-color: #cdc5b4; }
  .panel-group .panel {
    background-color: #fff;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 0;
    margin-bottom: 0; }
    .panel-group .panel + .panel {
      margin-top: 0.6rem; }
  .panel-group .panel-heading {
    border-bottom: 0;
    border-radius: 0;
    padding: 0;
    position: relative; }
    .panel-group .panel-heading a {
      color: #fff;
      border-bottom: 0;
      display: block;
      padding: 0.8rem 5rem 0.8rem 0.8rem;
      background-color: #a84744;
      font-size: 1.6rem;
      font-weight: bold;
      text-transform: uppercase;
      text-decoration: none; }
      .panel-group .panel-heading a.collapsed {
        background-color: #9b8d71;
        color: rgba(255, 255, 255, 0.8); }
        .panel-group .panel-heading a.collapsed:hover {
          background-color: #a84744;
          color: #fff; }
      .panel-group .panel-heading a:after {
        content: "–";
        position: absolute;
        width: 2rem;
        height: 2rem;
        right: 0.5rem;
        top: 0.6rem;
        display: block;
        font-weight: bold;
        text-align: center;
        font-size: 2.4rem;
        line-height: 1;
        z-index: 5; }
      .panel-group .panel-heading a.collapsed:after {
        content: "+";
        position: absolute;
        width: 2rem;
        height: 2rem;
        right: 0.5rem;
        top: 0.6rem;
        display: block;
        font-weight: bold;
        text-align: center;
        font-size: 2.4rem;
        line-height: 1;
        z-index: 5; }
  .panel-group table {
    width: 100%; }
    .panel-group table tr {
      border-bottom: 1px solid #eee; }
      .panel-group table tr:last-child {
        border-bottom: 0; }
    .panel-group table td {
      font-size: 1.6rem;
      padding-top: 0.6rem;
      padding-bottom: 0.6rem;
      vertical-align: top; }
      @media only screen and (max-width: 1399px) {
        .panel-group table td {
          font-size: 1.9rem; } }
      @media only screen and (max-width: 1199px) {
        .panel-group table td {
          font-size: 1.6rem; } }
      .panel-group table td:last-child {
        text-align: center;
        padding-left: 2rem; }

.services-team .owl-team {
  padding: 0 4rem 6rem; }
  .services-team .owl-team .t-item {
    padding: 0 4rem; }
    @media only screen and (max-width: 991px) {
      .services-team .owl-team .t-item {
        padding: 0 2rem; } }
    @media only screen and (max-width: 767px) {
      .services-team .owl-team .t-item {
        max-width: 302px;
        margin-left: auto;
        margin-right: auto; } }
    @media only screen and (max-width: 480px) {
      .services-team .owl-team .t-item {
        padding: 0; } }
    .services-team .owl-team .t-item img {
      -webkit-filter: none;
      filter: none; }

.services-team .btn {
  padding: 1.8rem 6rem;
  font-size: 2rem; }

.services-photo {
  margin-top: 9rem; }
  .services-photo:after {
    content: '';
    display: table;
    clear: both; }

.grid {
  margin: -0.25rem -0.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  /*	&:nth-child(odd) {
		.grid-item {
			&:nth-child(3), &:nth-child(5) {
				width: 100%;
				padding-bottom: 70%;
			}

			&:nth-child(4) {
				width: 100%;
				padding-bottom: 110%;

				@include media($xs) {
					padding-bottom: 70%;
				}
			}
		}
	}

	&:nth-child(even) {
		.grid-item {
			&:nth-child(1), &:nth-child(7) {
				width: 100%;
				padding-bottom: 70%;
			}

			&:nth-child(4) {
				width: 100%;
				padding-bottom: 110%;

				@include media($xs) {
					padding-bottom: 70%;
				}
			}
		}
	}*/ }
  .grid .grid-item {
    width: 25%;
    float: left;
    position: relative;
    padding: 0.5rem;
    /*		&.s2 {
			width: 100%;
			padding-bottom: 110%;

			@include media($xs) {
				padding-bottom: 70%;
			}
		}

		&.s3 {
			width: 100%;
			padding-bottom: 70%;
		}*/
    /*		figure {
			padding: 0.5rem;
			position: absolute;
    		top: 0;
    		right: 0;
    		bottom: 0;
    		left: 0;
    		break-inside: avoid;
    		page-break-inside: avoid;
		}*/ }
    @media only screen and (max-width: 991px) {
      .grid .grid-item {
        width: 33.333333%; } }
    @media only screen and (max-width: 767px) {
      .grid .grid-item {
        width: 50%; } }
    @media only screen and (max-width: 480px) {
      .grid .grid-item {
        width: 100%;
        max-width: 300px; } }
    .grid .grid-item img {
      width: 100%; }

.news-single .news-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start; }
  @media only screen and (max-width: 991px) {
    .news-single .news-header {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
      flex-direction: row-reverse;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; } }

.news-single .title {
  width: 100%; }
  .news-single .title h2 {
    font-size: 3.2rem;
    padding-top: 4.5rem;
    margin-bottom: 3rem; }
    @media only screen and (max-width: 1399px) {
      .news-single .title h2 {
        font-size: 3.6rem; } }
    @media only screen and (max-width: 1199px) {
      .news-single .title h2 {
        font-size: 3.2rem; } }
    @media only screen and (max-width: 991px) {
      .news-single .title h2 {
        text-align: center;
        padding-top: 0; } }
    @media only screen and (max-width: 767px) {
      .news-single .title h2 {
        font-size: 2.6rem; } }
  .news-single .title span {
    display: block;
    text-align: right;
    font-size: 1.8rem; }
    @media only screen and (max-width: 1399px) {
      .news-single .title span {
        font-size: 2.1rem; } }
    @media only screen and (max-width: 1199px) {
      .news-single .title span {
        font-size: 1.8rem; } }
    @media only screen and (max-width: 991px) {
      .news-single .title span {
        text-align: center; } }

.news-single .wp-post-image {
  float: left;
  width: 40%;
  height: auto;
  margin-right: 4.5rem;
  margin-bottom: 3rem; }
  @media only screen and (max-width: 991px) {
    .news-single .wp-post-image {
      margin-right: auto;
      margin-left: auto;
      width: 70rem;
      max-width: 100%; } }

.news-single .entry-content {
  margin-top: 3.5rem;
  margin-bottom: 8rem; }
  @media only screen and (max-width: 767px) {
    .news-single .entry-content {
      margin-top: 2.5rem;
      margin-bottom: 6rem; } }
  .news-single .entry-content img {
    max-width: 100%;
    height: auto; }

.news-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .news-footer .left {
    font-size: 1.6rem;
    margin-bottom: 3rem; }
    @media only screen and (max-width: 1399px) {
      .news-footer .left {
        font-size: 1.9rem; } }
    @media only screen and (max-width: 1199px) {
      .news-footer .left {
        font-size: 1.6rem; } }
  .news-footer .right {
    margin-bottom: 1.5rem; }

.ya-share2 {
  display: inline-block;
  margin-left: 1rem;
  vertical-align: middle;
  margin-right: 2rem; }

.news-btn {
  background-color: #787878;
  margin-bottom: 1.5rem; }
  .news-btn.prev {
    margin-right: 2rem; }

.pagination > li:first-child > a, .pagination > li:first-child > span, .pagination > li:last-child > a, .pagination > li:last-child > span {
  border-radius: 0; }

.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
  background-color: #d4d4d4;
  border: none;
  color: #000; }

.pagination > li > a, .pagination > li > span {
  font-size: 1.6rem;
  padding: 0.6rem 1.5rem;
  border: none;
  color: #000; }
  @media only screen and (max-width: 1399px) {
    .pagination > li > a, .pagination > li > span {
      font-size: 1.9rem; } }
  @media only screen and (max-width: 1199px) {
    .pagination > li > a, .pagination > li > span {
      font-size: 1.6rem; } }

.pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus {
  color: #000; }

article.page .job h3 {
  text-transform: none;
  font-size: 2.6rem;
  margin-bottom: 3rem; }

article.page .job p {
  font-size: 2rem;
  line-height: 1.579;
  margin-bottom: 3rem; }

.stati-page {
  padding: 0;
  margin-top: 9rem; }

.action-new h1{
  font-size: 3rem;
  color: rgb(126, 109, 75);
  text-align: center;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 6.5rem;
}
.action-new{
  padding: 2rem 0 2rem 6rem
}
.span-left{
  font-size: 1.8rem;
  padding-left: 2rem;
  float: right;
}

.action-header{
  padding: 0 0 1.5vw 0;
}

.btn-bg1{
  font-size: 1.8rem;
  background: url(img/btn-bg.png) right bottom no-repeat #8d7f5f;
  padding: 1.7rem 2rem;
  /* width: 95.5%; */
  min-width: 28rem;
  max-width: 100%;
  margin-top: 2vw;
}