html {
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

article,
aside,
footer,
header,
nav,
section {
  display: block; }

h1 {
  margin: 0.67em 0; }

figcaption,
figure,
main {
  display: block; }

figure {
  margin: 1em 40px; }

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible; }

pre {
  font-family: monospace, monospace;
  font-size: 1em; }

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects; }

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; }

b,
strong {
  font-weight: inherit; }

b,
strong {
  font-weight: bolder; }

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

dfn {
  font-style: italic; }

mark {
  background-color: #ff0;
  color: #000; }

small {
  font-size: 80%; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
  position: relative; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

audio,
video {
  display: inline-block; }

audio:not([controls]) {
  display: none;
  height: 0; }

img {
  border-style: none; }

svg:not(:root) {
  overflow: hidden; }

button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font-family: sans-serif;
  font-size: 100%;
  line-height: 1.15; }

button,
input {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
html [type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button; }

button::-moz-focus-inner,
[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner {
  padding: 0;
  border-style: none; }

button:-moz-focusring,
[type='button']:-moz-focusring,
[type='reset']:-moz-focusring,
[type='submit']:-moz-focusring {
  outline: 1px dotted ButtonText; }

fieldset {
  padding: 0.35em 0.75em 0.625em; }

legend {
  display: table;
  max-width: 100%;
  padding: 0;
  box-sizing: border-box;
  color: inherit;
  white-space: normal; }

progress {
  display: inline-block;
  vertical-align: baseline; }

textarea {
  overflow: auto; }

[type='checkbox'],
[type='radio'] {
  box-sizing: border-box;
  padding: 0; }

[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
  height: auto; }

[type='search'] {
  -webkit-appearance: textfield;
  outline-offset: -2px; }

[type='search']::-webkit-search-cancel-button,
[type='search']::-webkit-search-decoration {
  -webkit-appearance: none; }

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit; }

details,
menu {
  display: block; }

summary {
  display: list-item; }

canvas {
  display: inline-block; }

template {
  display: none; }

[hidden] {
  display: none; }

html {
  box-sizing: border-box;
  text-rendering: optimizeLegibility; }

*, *:before, *:after {
  box-sizing: inherit; }

body {
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

a {
  color: inherit;
  text-decoration: none; }

img {
  vertical-align: middle; }

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
figure,
p,
pre,
fieldset,
ul,
ol,
menu,
form {
  margin: 0; }

button,
fieldset,
iframe {
  border: 0; }

fieldset,
ul,
ol,
button,
menu {
  padding: 0; }

ol,
ul {
  list-style: none; }

textarea {
  resize: vertical; }

table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0; }

td {
  padding: 0; }

*:focus {
  outline: none; }

*[padding='no'] {
  padding-left: 0 !important;
  padding-right: 0 !important; }

::-webkit-input-placeholder {
  color: #1e1e1e; }

::-moz-placeholder {
  color: #1e1e1e; }

:-ms-input-placeholder {
  color: #1e1e1e; }

:-moz-placeholder {
  color: #1e1e1e; }

html,
body {
  min-height: 100vh; }
  html.full-page,
  body.full-page {
    height: 100%; }

body {
  display: flex;
  flex-direction: column;
  color: #1e1e1e;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-weight: 400;
  position: relative;
  overflow-x: hidden; }
  body.is-fixed {
    overflow: hidden; }

a {
  transition: 0.15s; }

img[responsive='true'] {
  display: block;
  max-width: 100%;
  height: auto; }

p[role='paragraph'] {
  margin-bottom: 20px;
  line-height: 1.6em; }

address {
  font-style: normal; }

.preloader {
  display: flex;
  width: 100%;
  height: 100%;
  margin: auto;
  opacity: 0;
  visibility: hidden;
  align-items: center;
  justify-content: center;
  background-color: #ffffff;
  transition: all 300ms linear;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 101; }
  .preloader.current {
    opacity: 1;
    visibility: visible; }

.wrapper {
  flex: 1 0 auto; }

.hidden_xs {
  display: none; }
  @media (min-width: 768px) {
    .hidden_xs {
      display: block; } }

.hidden_sm {
  display: none; }
  @media (min-width: 991px) {
    .hidden_sm {
      display: block; } }

.hidden_md {
  display: none; }
  @media (min-width: 1170px) {
    .hidden_md {
      display: block; } }

.hidden_lg {
  display: none; }
  @media (min-width: 1170px) {
    .hidden_lg {
      display: block; } }

.logo {
  display: block; }

.title {
  padding-bottom: 5px;
  font-size: 21px;
  font-weight: 700;
  border-bottom: 1px solid rgba(0, 0, 0, 0.3); }
  .title-page {
    margin-bottom: 15px; }
  .title_home {
    margin-bottom: 25px; }
  .title-colored {
    color: #a87c5f;
    text-align: center; }
  .title_headset {
    display: flex;
    flex: 1;
    color: #a87c5f;
    align-items: center; }

.text p {
  color: #676767;
  line-height: 22px; }
  .text p + p {
    margin-top: 20px; }

.text a,
.text b,
.text strong {
  color: #a87c5f;
  font-weight: 700; }

.text b,
.text strong {
  font-size: 15px; }

.text ul {
  margin-top: 20px; }
  .text ul li {
    padding-left: 20px;
    color: #676767;
    line-height: 30px;
    position: relative; }
    .text ul li:before {
      content: '';
      width: 9px;
      height: 9px;
      border-radius: 50%;
      background-color: #a87c5f;
      position: absolute;
      top: 10px;
      left: 0; }
    .text ul li + li {
      margin-top: 10px; }

.social {
  display: flex; }
  .social-item {
    display: flex;
    width: 30px;
    height: 30px;
    align-items: center;
    justify-content: center; }

.sharer {
  display: flex;
  padding-top: 15px;
  margin-top: 40px;
  border-top: 1px solid #707070; }
  .sharer-item {
    display: flex;
    width: 30px;
    height: 30px;
    align-items: center;
    justify-content: center; }
    .sharer-item + .sharer-item {
      margin-left: 20px; }
    .sharer-item:hover .sharer-icon {
      fill: #a87c5f; }
  .sharer-icon {
    stroke: none;
    fill: #000;
    font-size: 25px;
    transition: all 200ms linear; }
    .sharer-icon svg {
      width: 1em;
      height: 1em;
      margin: 0;
      vertical-align: middle; }

.ellipsis {
  padding-right: 20px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden; }

.outer {
  position: relative; }
  .outer:before {
    display: block;
    content: '';
    width: 100%; }

.inner,
.aspect-ratio {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; }

.inner {
  background-position: center center;
  background-repeat: no-repeat; }

.aspect-ratio {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover; }

.copyright {
  color: #a87c5f;
  font-size: 10px;
  font-weight: 600; }

.card {
  padding: 30px;
  color: #000000;
  line-height: 19px;
  background-color: #f7f7f7;
  box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.1);
  transition: all 300ms linear; }
  @media (min-width: 768px) {
    .card {
      padding: 35px; } }
  @media (min-width: 991px) {
    .card {
      padding: 40px 35px; } }
  .card:hover {
    color: #ffffff;
    background-color: #000000; }
  .card_page {
    margin-bottom: 30px; }
  .card-date {
    display: flex;
    margin-bottom: 10px;
    align-items: flex-end;
    color: inherit;
    font-size: 12px;
    font-weight: 300; }
    .card-date img {
      margin-right: 10px; }
  .card span {
    display: block;
    //height: 70px;
    height: 50px;
    margin-bottom: 10px;
    color: inherit;
    font-size: 14px;
    font-weight: 700;
    font-family: "Open Sans Condensed", sans-serif;
    position:relative; }
    @media (min-width: 768px) {
      .card span {
        font-size: 16px; } }
    .card span:after {
      content: '';
      display: block;
      width: 115px;
      height: 1px;
      margin-top: 10px;
      background-color: #707070;
      position: absolute;
      bottom: 0; }
  .card p,
  .card a {
    font-size: 12px; }
    @media (min-width: 768px) {
      .card p,
      .card a {
        font-size: 13px; } }
  .card p {
    height:75px;
    margin-bottom: 20px;
    font-weight: 300; }
  .card a {
    color: #a87c5f;
    font-weight: 700;
    text-decoration: underline; }

.form-title {
  display: none;
  margin-bottom: 21px;
  font-size: 19px;
  font-weight: 700; }
  @media (min-width: 768px) {
    .form-title {
      display: none; } }

.form-row + .form-row {
  margin-top: 16px; }

.form-btn {
  display: flex;
  max-width: 170px;
  width: 100%;
  height: 44px;
  margin-right: auto;
  margin-left: auto;
  color: #ffffff;
  align-items: center;
  justify-content: center;
  font-weight: 300;
  background-color: #383838; }
  @media (min-width: 768px) {
    .form-btn {
      margin-right: 0; } }

.form-file {
  display: flex;
  align-items: center;
  margin-bottom: 10px; }
  @media (min-width: 768px) {
    .form-file {
      margin-right: auto;
      margin-bottom: 0; } }

.form-shadow {
  border: none;
  box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.2);
  background-color: #fafafa; }

.cv-btn {
  margin-right: auto;
  margin-left: auto; }
  @media (min-width: 768px) {
    .cv-btn {
      margin-right: 0; } }
  .cv-btn:before {
    content: '';
    width: 22px;
    height: 22px;
    margin-right: 10px; }

input[type='text'],
input[type='date'],
textarea {
  display: flex;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 1em;
  font-family: "Open Sans", sans-serif;
  transition: all 300ms linear;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

input[type='button'] {
  width: 100px;
  border: none;
  font-weight: 600;
  cursor: pointer; }

input[type='text'], input[type='date'] {
  height: 50px;
  align-items: center; }
  @media (min-width: 991px) {
    input[type='text'], input[type='date'] {
      height: 41px; } }

textarea {
  padding: 15px;
  resize: none; }
  textarea.h120 {
    min-height: 120px; }

button[type='submit'] {
  display: flex;
  width: 100px;
  height: 40px;
  color: #ffffff;
  align-items: center;
  justify-content: center;
  background-color: #000000;
  cursor: pointer;
  font-family: "Open Sans", sans-serif; }

button:-moz-focusring,
[type='button']:-moz-focusring,
[type='reset']:-moz-focusring,
[type='submit']:-moz-focusring {
  outline: none; }

button {
  outline: none; }

button::-moz-focus-inner {
  border: 0; }

.select {
  display: block;
  max-width: 60px;
  width: 100%;
  height: 30px;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 13px;
  font-weight: 700;
  cursor: pointer;
  box-sizing: border-box;
  border: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none; }

.select::-ms-expand {
  display: none; }

.select:hover {
  border-color: #888; }

.select:focus {
  border-color: #aaa;
  box-shadow: 0 0 1px 3px rgba(59, 153, 252, 0.7);
  box-shadow: 0 0 0 3px -moz-mac-focusring;
  color: #222;
  outline: none; }

.select option {
  font-weight: normal; }

/* Uncomment and set these variables to customize the grid. */
.container {
  width: 100%;
  max-width: 95%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  /*
	@include mq("large"){
		max-width: 1340px;
	}
	*/ }
  @media (min-width: 768px) {
    .container {
      width: 95%; } }
  @media (min-width: 991px) {
    .container {
      max-width: 1140px; } }

.container-large {
  width: 100%;
  max-width: 95%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem; }
  @media (min-width: 768px) {
    .container-large {
      width: 95%; } }
  @media (min-width: 991px) {
    .container-large {
      max-width: 1140px; } }
  @media (min-width: 1390px) {
    .container-large {
      max-width: 1450px; } }

.container-fluid {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 0.9375rem;
  padding-left: 0.9375rem; }

.row {
  box-sizing: border-box;
  display: flex;
  flex: 0 1 auto;
  flex-direction: row;
  flex-wrap: wrap; }
  .row-list {
    display: flex;
    margin-right: -0.9375rem;
    margin-left: -0.9375rem;
    box-sizing: border-box;
    flex: 0 1 auto;
    flex-direction: row;
    flex-wrap: wrap; }

.row.reverse {
  flex-direction: row-reverse; }

.col.reverse {
  flex-direction: column-reverse; }

.col-xs {
  flex-grow: 1;
  flex-basis: 0;
  max-width: 100%;
  box-sizing: border-box;
  flex: 0 0 auto;
  padding-right: 0.9375rem;
  padding-left: 0.9375rem; }

.col-xs-1 {
  box-sizing: border-box;
  flex: 0 0 auto;
  padding-right: 0.9375rem;
  padding-left: 0.9375rem; }

.col-xs-2 {
  box-sizing: border-box;
  flex: 0 0 auto;
  padding-right: 0.9375rem;
  padding-left: 0.9375rem; }

.col-xs-3 {
  box-sizing: border-box;
  flex: 0 0 auto;
  padding-right: 0.9375rem;
  padding-left: 0.9375rem; }

.col-xs-4 {
  box-sizing: border-box;
  flex: 0 0 auto;
  padding-right: 0.9375rem;
  padding-left: 0.9375rem; }

.col-xs-5 {
  box-sizing: border-box;
  flex: 0 0 auto;
  padding-right: 0.9375rem;
  padding-left: 0.9375rem; }

.col-xs-6 {
  box-sizing: border-box;
  flex: 0 0 auto;
  padding-right: 0.9375rem;
  padding-left: 0.9375rem; }

.col-xs-7 {
  box-sizing: border-box;
  flex: 0 0 auto;
  padding-right: 0.9375rem;
  padding-left: 0.9375rem; }

.col-xs-8 {
  box-sizing: border-box;
  flex: 0 0 auto;
  padding-right: 0.9375rem;
  padding-left: 0.9375rem; }

.col-xs-9 {
  box-sizing: border-box;
  flex: 0 0 auto;
  padding-right: 0.9375rem;
  padding-left: 0.9375rem; }

.col-xs-10 {
  box-sizing: border-box;
  flex: 0 0 auto;
  padding-right: 0.9375rem;
  padding-left: 0.9375rem; }

.col-xs-11 {
  box-sizing: border-box;
  flex: 0 0 auto;
  padding-right: 0.9375rem;
  padding-left: 0.9375rem; }

.col-xs-12 {
  box-sizing: border-box;
  flex: 0 0 auto;
  padding-right: 0.9375rem;
  padding-left: 0.9375rem; }

.col-xs-1 {
  flex-basis: 8.333%;
  max-width: 8.333%; }

.col-xs-2 {
  flex-basis: 16.667%;
  max-width: 16.667%; }

.col-xs-3 {
  flex-basis: 25%;
  max-width: 25%; }

.col-xs-4 {
  flex-basis: 33.333%;
  max-width: 33.333%; }

.col-xs-5 {
  flex-basis: 41.667%;
  max-width: 41.667%; }

.col-xs-6 {
  flex-basis: 50%;
  max-width: 50%; }

.col-xs-7 {
  flex-basis: 58.333%;
  max-width: 58.333%; }

.col-xs-8 {
  flex-basis: 66.667%;
  max-width: 66.667%; }

.col-xs-9 {
  flex-basis: 75%;
  max-width: 75%; }

.col-xs-10 {
  flex-basis: 83.333%;
  max-width: 83.333%; }

.col-xs-11 {
  flex-basis: 91.667%;
  max-width: 91.667%; }

.col-xs-12 {
  flex-basis: 100%;
  max-width: 100%; }

.col-xs-offset-1 {
  margin-left: 8.333%; }

.col-xs-offset-2 {
  margin-left: 16.667%; }

.col-xs-offset-3 {
  margin-left: 25%; }

.col-xs-offset-4 {
  margin-left: 33.333%; }

.col-xs-offset-5 {
  margin-left: 41.667%; }

.col-xs-offset-6 {
  margin-left: 50%; }

.col-xs-offset-7 {
  margin-left: 58.333%; }

.col-xs-offset-8 {
  margin-left: 66.667%; }

.col-xs-offset-9 {
  margin-left: 75%; }

.col-xs-offset-10 {
  margin-left: 83.333%; }

.col-xs-offset-11 {
  margin-left: 91.667%; }

.start-xs {
  justify-content: flex-start;
  text-align: start; }

.center-xs {
  justify-content: center;
  text-align: center; }

.end-xs {
  justify-content: flex-end;
  text-align: end; }

.top-xs {
  align-items: flex-start; }

.middle-xs {
  align-items: center; }

.bottom-xs {
  align-items: flex-end; }

.around-xs {
  justify-content: space-around; }

.between-xs {
  justify-content: space-between; }

.first-xs {
  order: -1; }

.last-xs {
  order: 1; }

@media (min-width: 768px) {
  .col-sm-1 {
    box-sizing: border-box;
    flex: 0 0 auto;
    padding-right: 0.9375rem;
    padding-left: 0.9375rem; }
  .col-sm-2 {
    box-sizing: border-box;
    flex: 0 0 auto;
    padding-right: 0.9375rem;
    padding-left: 0.9375rem; }
  .col-sm-3 {
    box-sizing: border-box;
    flex: 0 0 auto;
    padding-right: 0.9375rem;
    padding-left: 0.9375rem; }
  .col-sm-4 {
    box-sizing: border-box;
    flex: 0 0 auto;
    padding-right: 0.9375rem;
    padding-left: 0.9375rem; }
  .col-sm-5 {
    box-sizing: border-box;
    flex: 0 0 auto;
    padding-right: 0.9375rem;
    padding-left: 0.9375rem; }
  .col-sm-6 {
    box-sizing: border-box;
    flex: 0 0 auto;
    padding-right: 0.9375rem;
    padding-left: 0.9375rem; }
  .col-sm-7 {
    box-sizing: border-box;
    flex: 0 0 auto;
    padding-right: 0.9375rem;
    padding-left: 0.9375rem; }
  .col-sm-8 {
    box-sizing: border-box;
    flex: 0 0 auto;
    padding-right: 0.9375rem;
    padding-left: 0.9375rem; }
  .col-sm-9 {
    box-sizing: border-box;
    flex: 0 0 auto;
    padding-right: 0.9375rem;
    padding-left: 0.9375rem; }
  .col-sm-10 {
    box-sizing: border-box;
    flex: 0 0 auto;
    padding-right: 0.9375rem;
    padding-left: 0.9375rem; }
  .col-sm-11 {
    box-sizing: border-box;
    flex: 0 0 auto;
    padding-right: 0.9375rem;
    padding-left: 0.9375rem; }
  .col-sm-12 {
    box-sizing: border-box;
    flex: 0 0 auto;
    padding-right: 0.9375rem;
    padding-left: 0.9375rem; }
  .col-sm {
    flex-grow: 1;
    flex-basis: 0;
    max-width: 100%; }
  .col-sm-1 {
    flex-basis: 8.333%;
    max-width: 8.333%; }
  .col-sm-2 {
    flex-basis: 16.667%;
    max-width: 16.667%; }
  .col-sm-3 {
    flex-basis: 25%;
    max-width: 25%; }
  .col-sm-4 {
    flex-basis: 33.333%;
    max-width: 33.333%; }
  .col-sm-5 {
    flex-basis: 41.667%;
    max-width: 41.667%; }
  .col-sm-6 {
    flex-basis: 50%;
    max-width: 50%; }
  .col-sm-7 {
    flex-basis: 58.333%;
    max-width: 58.333%; }
  .col-sm-8 {
    flex-basis: 66.667%;
    max-width: 66.667%; }
  .col-sm-9 {
    flex-basis: 75%;
    max-width: 75%; }
  .col-sm-10 {
    flex-basis: 83.333%;
    max-width: 83.333%; }
  .col-sm-11 {
    flex-basis: 91.667%;
    max-width: 91.667%; }
  .col-sm-12 {
    flex-basis: 100%;
    max-width: 100%; }
  .col-sm-offset-1 {
    margin-left: 8.333%; }
  .col-sm-offset-2 {
    margin-left: 16.667%; }
  .col-sm-offset-3 {
    margin-left: 25%; }
  .col-sm-offset-4 {
    margin-left: 33.333%; }
  .col-sm-offset-5 {
    margin-left: 41.667%; }
  .col-sm-offset-6 {
    margin-left: 50%; }
  .col-sm-offset-7 {
    margin-left: 58.333%; }
  .col-sm-offset-8 {
    margin-left: 66.667%; }
  .col-sm-offset-9 {
    margin-left: 75%; }
  .col-sm-offset-10 {
    margin-left: 83.333%; }
  .col-sm-offset-11 {
    margin-left: 91.667%; }
  .start-sm {
    justify-content: flex-start;
    text-align: start; }
  .center-sm {
    justify-content: center;
    text-align: center; }
  .end-sm {
    justify-content: flex-end;
    text-align: end; }
  .top-sm {
    align-items: flex-start; }
  .middle-sm {
    align-items: center; }
  .bottom-sm {
    align-items: flex-end; }
  .around-sm {
    justify-content: space-around; }
  .between-sm {
    justify-content: space-between; }
  .first-sm {
    order: -1; }
  .last-sm {
    order: 1; } }

@media (min-width: 991px) {
  .col-md-1 {
    box-sizing: border-box;
    flex: 0 0 auto;
    padding-right: 0.9375rem;
    padding-left: 0.9375rem; }
  .col-md-2 {
    box-sizing: border-box;
    flex: 0 0 auto;
    padding-right: 0.9375rem;
    padding-left: 0.9375rem; }
  .col-md-3 {
    box-sizing: border-box;
    flex: 0 0 auto;
    padding-right: 0.9375rem;
    padding-left: 0.9375rem; }
  .col-md-4 {
    box-sizing: border-box;
    flex: 0 0 auto;
    padding-right: 0.9375rem;
    padding-left: 0.9375rem; }
  .col-md-5 {
    box-sizing: border-box;
    flex: 0 0 auto;
    padding-right: 0.9375rem;
    padding-left: 0.9375rem; }
  .col-md-6 {
    box-sizing: border-box;
    flex: 0 0 auto;
    padding-right: 0.9375rem;
    padding-left: 0.9375rem; }
  .col-md-7 {
    box-sizing: border-box;
    flex: 0 0 auto;
    padding-right: 0.9375rem;
    padding-left: 0.9375rem; }
  .col-md-8 {
    box-sizing: border-box;
    flex: 0 0 auto;
    padding-right: 0.9375rem;
    padding-left: 0.9375rem; }
  .col-md-9 {
    box-sizing: border-box;
    flex: 0 0 auto;
    padding-right: 0.9375rem;
    padding-left: 0.9375rem; }
  .col-md-10 {
    box-sizing: border-box;
    flex: 0 0 auto;
    padding-right: 0.9375rem;
    padding-left: 0.9375rem; }
  .col-md-11 {
    box-sizing: border-box;
    flex: 0 0 auto;
    padding-right: 0.9375rem;
    padding-left: 0.9375rem; }
  .col-md-12 {
    box-sizing: border-box;
    flex: 0 0 auto;
    padding-right: 0.9375rem;
    padding-left: 0.9375rem; }
  .col-md {
    flex-grow: 1;
    flex-basis: 0;
    max-width: 100%; }
  .col-md-1 {
    flex-basis: 8.333%;
    max-width: 8.333%; }
  .col-md-2 {
    flex-basis: 16.667%;
    max-width: 16.667%; }
  .col-md-3 {
    flex-basis: 25%;
    max-width: 25%; }
  .col-md-4 {
    flex-basis: 33.333%;
    max-width: 33.333%; }
  .col-md-5 {
    flex-basis: 41.667%;
    max-width: 41.667%; }
  .col-md-6 {
    flex-basis: 50%;
    max-width: 50%; }
  .col-md-7 {
    flex-basis: 58.333%;
    max-width: 58.333%; }
  .col-md-8 {
    flex-basis: 66.667%;
    max-width: 66.667%; }
  .col-md-9 {
    flex-basis: 75%;
    max-width: 75%; }
  .col-md-10 {
    flex-basis: 83.333%;
    max-width: 83.333%; }
  .col-md-11 {
    flex-basis: 91.667%;
    max-width: 91.667%; }
  .col-md-12 {
    flex-basis: 100%;
    max-width: 100%; }
  .col-md-offset-0 {
    margin-left: 0; }
  .col-md-offset-1 {
    margin-left: 8.333%; }
  .col-md-offset-2 {
    margin-left: 16.667%; }
  .col-md-offset-3 {
    margin-left: 25%; }
  .col-md-offset-4 {
    margin-left: 33.333%; }
  .col-md-offset-5 {
    margin-left: 41.667%; }
  .col-md-offset-6 {
    margin-left: 50%; }
  .col-md-offset-7 {
    margin-left: 58.333%; }
  .col-md-offset-8 {
    margin-left: 66.667%; }
  .col-md-offset-9 {
    margin-left: 75%; }
  .col-md-offset-10 {
    margin-left: 83.333%; }
  .col-md-offset-11 {
    margin-left: 91.667%; }
  .start-md {
    justify-content: flex-start;
    text-align: start; }
  .center-md {
    justify-content: center;
    text-align: center; }
  .end-md {
    justify-content: flex-end;
    text-align: end; }
  .top-md {
    align-items: flex-start; }
  .middle-md {
    align-items: center; }
  .bottom-md {
    align-items: flex-end; }
  .around-md {
    justify-content: space-around; }
  .between-md {
    justify-content: space-between; }
  .first-md {
    order: -1; }
  .last-md {
    order: 1; } }

@media (min-width: 1170px) {
  .col-lg-1 {
    box-sizing: border-box;
    flex: 0 0 auto;
    padding-right: 0.9375rem;
    padding-left: 0.9375rem; }
  .col-lg-2 {
    box-sizing: border-box;
    flex: 0 0 auto;
    padding-right: 0.9375rem;
    padding-left: 0.9375rem; }
  .col-lg-3 {
    box-sizing: border-box;
    flex: 0 0 auto;
    padding-right: 0.9375rem;
    padding-left: 0.9375rem; }
  .col-lg-4 {
    box-sizing: border-box;
    flex: 0 0 auto;
    padding-right: 0.9375rem;
    padding-left: 0.9375rem; }
  .col-lg-5 {
    box-sizing: border-box;
    flex: 0 0 auto;
    padding-right: 0.9375rem;
    padding-left: 0.9375rem; }
  .col-lg-6 {
    box-sizing: border-box;
    flex: 0 0 auto;
    padding-right: 0.9375rem;
    padding-left: 0.9375rem; }
  .col-lg-7 {
    box-sizing: border-box;
    flex: 0 0 auto;
    padding-right: 0.9375rem;
    padding-left: 0.9375rem; }
  .col-lg-8 {
    box-sizing: border-box;
    flex: 0 0 auto;
    padding-right: 0.9375rem;
    padding-left: 0.9375rem; }
  .col-lg-9 {
    box-sizing: border-box;
    flex: 0 0 auto;
    padding-right: 0.9375rem;
    padding-left: 0.9375rem; }
  .col-lg-10 {
    box-sizing: border-box;
    flex: 0 0 auto;
    padding-right: 0.9375rem;
    padding-left: 0.9375rem; }
  .col-lg-11 {
    box-sizing: border-box;
    flex: 0 0 auto;
    padding-right: 0.9375rem;
    padding-left: 0.9375rem; }
  .col-lg-12 {
    box-sizing: border-box;
    flex: 0 0 auto;
    padding-right: 0.9375rem;
    padding-left: 0.9375rem; }
  .col-lg {
    flex-grow: 1;
    flex-basis: 0;
    max-width: 100%; }
  .col-lg-1 {
    flex-basis: 8.333%;
    max-width: 8.333%; }
  .col-lg-2 {
    flex-basis: 16.667%;
    max-width: 16.667%; }
  .col-lg-3 {
    flex-basis: 25%;
    max-width: 25%; }
  .col-lg-4 {
    flex-basis: 33.333%;
    max-width: 33.333%; }
  .col-lg-5 {
    flex-basis: 41.667%;
    max-width: 41.667%; }
  .col-lg-6 {
    flex-basis: 50%;
    max-width: 50%; }
  .col-lg-7 {
    flex-basis: 58.333%;
    max-width: 58.333%; }
  .col-lg-8 {
    flex-basis: 66.667%;
    max-width: 66.667%; }
  .col-lg-9 {
    flex-basis: 75%;
    max-width: 75%; }
  .col-lg-10 {
    flex-basis: 83.333%;
    max-width: 83.333%; }
  .col-lg-11 {
    flex-basis: 91.667%;
    max-width: 91.667%; }
  .col-lg-12 {
    flex-basis: 100%;
    max-width: 100%; }
  .col-lg-offset-1 {
    margin-left: 8.333%; }
  .col-lg-offset-2 {
    margin-left: 16.667%; }
  .col-lg-offset-3 {
    margin-left: 25%; }
  .col-lg-offset-4 {
    margin-left: 33.333%; }
  .col-lg-offset-5 {
    margin-left: 41.667%; }
  .col-lg-offset-6 {
    margin-left: 50%; }
  .col-lg-offset-7 {
    margin-left: 58.333%; }
  .col-lg-offset-8 {
    margin-left: 66.667%; }
  .col-lg-offset-9 {
    margin-left: 75%; }
  .col-lg-offset-10 {
    margin-left: 83.333%; }
  .col-lg-offset-11 {
    margin-left: 91.667%; }
  .start-lg {
    justify-content: flex-start;
    text-align: start; }
  .center-lg {
    justify-content: center;
    text-align: center; }
  .end-lg {
    justify-content: flex-end;
    text-align: end; }
  .top-lg {
    align-items: flex-start; }
  .middle-lg {
    align-items: center; }
  .bottom-lg {
    align-items: flex-end; }
  .around-lg {
    justify-content: space-around; }
  .between-lg {
    justify-content: space-between; }
  .first-lg {
    order: -1; }
  .last-lg {
    order: 1; } }

.menu {
  display: flex;
  width: 100%;
  padding-top: 60px;
  padding-bottom: 50px;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  box-shadow: 0 5px 6px rgba(0, 0, 0, 0.16);
  background-color: #ffffff;
  transition: all 0.3s cubic-bezier(0.77, 0.2, 0.05, 1);
  transform: translateY(-150%);
  position: absolute;
  top: 0;
  right: 0; }
  @media (min-width: 768px) {
    .menu {
      padding-top: 110px; } }
  @media (min-width: 991px) {
    .menu {
      display: flex;
      padding-top: 0;
      padding-bottom: 0;
      align-items: flex-end;
      justify-content: flex-end;
      box-shadow: none;
      background-color: initial;
      transform: translateY(0);
      position: relative;
      top: initial;
      right: initial; } }
  .menu.current {
    transform: translateY(0); }
  .menu-primary > li, .menu-secondary > li {
    border-bottom: 1px solid rgba(168, 124, 95, 0.3); }
    @media (min-width: 991px) {
      .menu-primary > li, .menu-secondary > li {
        border-bottom: none; } }
    .menu-primary > li > a, .menu-secondary > li > a {
      display: flex;
      height: 40px;
      padding-right: 10px;
      padding-left: 10px;
      color: #a87c5f;
      align-items: center;
      justify-content: center;
      position: relative; }
      @media (min-width: 991px) {
        .menu-primary > li > a, .menu-secondary > li > a {
          color: rgba(255, 255, 255, 0.5);
          justify-content: flex-start; } }
  .menu-primary {
    display: flex;
    width: 255px;
    flex-direction: column; }
    @media (min-width: 991px) {
      .menu-primary {
        width: auto;
        flex-direction: row; } }
    @media (min-width: 991px) {
      .menu-primary > li:hover > a {
        color: white; } }
    @media (min-width: 991px) {
      .menu-primary > li.opened:hover > a:after {
        opacity: 1;
        visibility: visible; }
      .menu-primary > li.opened:hover > ul {
        opacity: 1;
        max-height: 500px;
        visibility: visible; } }
    .menu-primary > li.opened > a:after {
      opacity: 1;
      visibility: visible; }
    .menu-primary > li.opened > ul.active {
      opacity: 1;
      max-height: 750px;
      visibility: visible; }
    .menu-primary > li.opened > a:after {
      content: '';
      width: 1px;
      height: 15px;
      opacity: 0;
      visibility: hidden;
      background-color: #ffffff;
      position: absolute;
      top: 28px;
      left: 50%;
      transform: translateX(-50%); }
    @media (min-width: 991px) {
      .menu-primary > li + li {
        margin-left: 10px; } }
  .menu-secondary {
    display: flex;
    width: 100%;
    max-height: 750px;
    padding-bottom: 85px;
    align-items: center;
    flex-direction: column;
    border-radius: 6px;
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    transition: all 0.3s cubic-bezier(0.77, 0.2, 0.05, 1);
    transform: translateY(75px);
    background-color: #ffffff;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 13; }
    @media (min-width: 768px) {
      .menu-secondary {
        transform: translateY(110px); } }
    @media (min-width: 991px) {
      .menu-secondary {
        height: auto;
        max-height: 0;
        padding: 22px 44px;
        transform: translateY(0);
        align-items: flex-start;
        top: 100%; } }
    .menu-secondary > li {
      width: 290px; }
      @media (min-width: 991px) {
        .menu-secondary > li {
          width: auto; } }
  .menu-link {
    display: flex;
    width: 100% !important;
    height: 30px;
    align-items: center;
    justify-content: center;
    box-sizing: border-box; }
    @media (min-width: 991px) {
      .menu-link {
        width: auto;
        justify-content: flex-start; }
        .menu-link:before {
          content: '';
          display: block;
          width: 11px;
          height: 11px;
          margin-right: 8px;
          background-color: #000000; } }
  @media (min-width: 991px) {
    .menu-expand > a {
      color: #000000 !important; } }
  .menu-expand > a:before {
    content: '';
    display: block;
    width: 11px;
    height: 11px;
    margin-right: 8px;
    background-color: #000000; }
  .menu-expand:hover > a {
    color: #a87c5f !important; }
    .menu-expand:hover > a:before {
      background-color: #a87c5f; }
  .menu-expand.active > .menu-link {
    color: #a87c5f; }
    .menu-expand.active > .menu-link:before {
      background-color: #a87c5f; }
  .menu-expand.active > .menu-dropdown {
    margin-bottom: 10px;
    max-height: 1000px;
    opacity: 1;
    visibility: visible; }
    @media (min-width: 991px) {
      .menu-expand.active > .menu-dropdown {
        max-height: 500px; } }
  .menu-dropdown {
    display: flex;
    max-height: 0;
    opacity: 0;
    visibility: hidden;
    flex-direction: column;
    transition: all 200ms linear;
    z-index: 93; }
    @media (min-width: 991px) {
      .menu-dropdown {
        max-height: 500px;
        padding-right: 10px;
        padding-left: 10px;
        flex-wrap: wrap;
        flex-direction: row;
        opacity: 1;
        visibility: visible;
        border-top: 1px solid rgba(191, 158, 137, 0.5);
        border-bottom: 1px solid rgba(191, 158, 137, 0.5); } }
    .menu-dropdown a {
      display: flex;
      width: 100%;
      height: 30px;
      font-size: 13px;
      align-items: center;
      justify-content: center; }
      @media (min-width: 991px) {
        .menu-dropdown a {
          width: 25%;
          height: 36px;
          line-height: normal;
          justify-content: flex-start; }
          .menu-dropdown a:hover {
            color: #a87c5f; }
            .menu-dropdown a:hover:before {
              background-color: #a87c5f; }
          .menu-dropdown a:before {
            content: '';
            display: block;
            width: 5px;
            height: 5px;
            margin-right: 8px;
            background-color: #000000; } }
  .menu-social {
    display: flex;
    margin-top: 40px; }
    @media (min-width: 991px) {
      .menu-social {
        display: none; } }
    .menu-social .social-item + .social-item {
      margin-left: 20px; }

.header {
  width: 100%;
  position: absolute;
  top: 0;
  z-index: 91; }
  @media (min-width: 991px) {
    .header {
      background-color: initial;
      top: 40px; } }
  .header-container {
    display: flex;
    height: 60px;
    align-items: center;
    justify-content: space-between; }
    @media (min-width: 768px) {
      .header-container {
        height: 110px;
        padding-top: 40px;
        padding-bottom: 20px; } }
    @media (min-width: 991px) {
      .header-container {
        height: auto;
        padding-top: 0;
        padding-bottom: 0; } }
  .header-logo {
    position: relative;
    z-index: 13; }
    .header-logo img {
      display: block;
      width: 100px;
      height: auto; }
      @media (min-width: 768px) {
        .header-logo img {
          width: 170px; } }
      @media (min-width: 991px) {
        .header-logo img {
          width: 190px; } }

.lang {
  display: none;
  position: relative; }
  @media (min-width: 768px) {
    .lang {
      display: flex;
      margin-left: auto;
      color: #a87c5f; } }
  @media (min-width: 991px) {
    .lang {
      margin-left: 30px; }
      .lang:before {
        content: '|';
        margin-right: 15px;
        line-height: 15px; } }
  .lang a {
    color: inherit; }
    .lang a.current {
      font-weight: 700; }
    .lang a + a:before {
      content: '/';
      margin-left: 5px;
      margin-right: 5px; }

.nav-switch {
  display: flex;
  width: 30px;
  height: 30px;
  margin-left: 45px;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  background-image: url(../images/menu.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  transition: all 300ms linear;
  position: relative; }
  @media (min-width: 991px) {
    .nav-switch {
      display: none; } }

.aside {
  margin-top: 30px; }
  @media (min-width: 991px) {
    .aside {
      margin-top: 0;
      position: -webkit-sticky;
      position: sticky;
      top: 0; } }
  .aside, .aside-dropdown, .aside-expand {
    display: flex;
    flex-direction: column; }
  .aside-dropdown {
    max-height: 0;
    opacity: 0;
    visibility: hidden;
    overflow: hidden; }
  .aside-expand {
    position: relative; }
    .aside-expand.active .aside-dropdown {
      max-height: 750px;
      opacity: 1;
      visibility: visible; }
    .aside-expand.active .aside-box:after {
      opacity: 1;
      visibility: visible;
      transform: rotate(-45deg); }
  .aside-btn, .aside-box, .aside-dropdown {
    transition: all 200ms linear; }
  .aside-btn, .aside-box {
    display: flex;
    height: 36px;
    align-items: center;
    line-height: normal;
    position: relative; }
    .aside-btn:after, .aside-box:after {
      opacity: 0;
      visibility: hidden; }
  .aside .current:after, .aside-box:after, .aside-btn:after {
    content: '';
    padding: 8px;
    position: absolute;
    right: 0;
    box-shadow: 3px -1px 0 3px #a87c5f inset;
    -webkit-box-shadow: 3px -3px #a87c5f inset;
    border: solid transparent;
    border-width: 0 0 1px 1px;
    transform: rotate(225deg); }
  .aside .current, .aside-btn:hover {
    color: #a87c5f; }
    .aside .current:before, .aside-btn:hover:before {
      width: 100%; }
    .aside .current:after, .aside-btn:hover:after {
      opacity: 1;
      visibility: visible; }
  .aside-btn {
    font-weight: 400; }
    .aside-btn:before, .aside-btn:after {
      transition: all 300ms linear; }
    .aside-btn:before {
      content: '';
      width: 0;
      height: 1px;
      background-color: rgba(168, 124, 95, 0.5);
      position: absolute;
      bottom: 0;
      left: 0; }
  .aside-box {
    margin-bottom: 10px;
    font-weight: 700;
    color: #a87c5f;
    border-bottom: 1px solid rgba(168, 124, 95, 0.5); }
  .aside-title {
    padding-left: 35px; }

.footer {
  color: rgba(255, 255, 255, 0.6);
  border-bottom: 15px solid #a87c5f;
  background: url(../images/footer_bg.jpg) no-repeat center center/cover; }
  .footer-container {
    display: flex;
    padding-top: 20px;
    padding-bottom: 20px;
    align-items: center;
    justify-content: center;
    flex-direction: column; }
    @media (min-width: 768px) {
      .footer-container {
        height: 135px;
        padding-top: 0;
        padding-bottom: 0;
        flex-direction: row;
        justify-content: space-between; } }
  @media (min-width: 991px) {
    .footer-address br {
      display: none; } }
  @media (min-width: 768px) {
    .footer-address {
      margin-bottom: 10px; } }
  .footer-item {
    display: none; }
    @media (min-width: 768px) {
      .footer-item {
        display: flex;
        align-items: center;
        line-height: normal; }
        .footer-item + .footer-item {
          margin-left: 15px; } }
  .footer-icon {
    display: flex;
    width: 20px;
    height: 20px;
    margin-right: 5px;
    align-items: center;
    background-repeat: no-repeat;
    background-position: center center; }
  .footer_pin {
    background-image: url(../images/icon-pin.svg); }
  .footer_phone {
    background-image: url(../images/icon-phone.svg); }
  .footer_mail {
    background-image: url(../images/icon-mail.svg); }
  .footer-social {
    justify-content: flex-end; }
  .footer-logo {
    margin-bottom: 15px;
    text-align: center; }
    @media (min-width: 768px) {
      .footer-logo {
        text-align: left; } }
    .footer-logo img {
      display: block;
      width: 125px;
      margin-right: auto;
      margin-left: auto;
      height: auto; }
      @media (min-width: 768px) {
        .footer-logo img {
          width: auto;
          margin-right: 0;
          margin-left: 0; } }
  .footer-row {
    display: none; }
    @media (min-width: 768px) {
      .footer-row {
        display: flex;
        margin-bottom: 10px; } }
  .footer_end {
    display: flex;
    margin-top: 15px;
    align-items: flex-end;
    flex-direction: column; }
    @media (min-width: 768px) {
      .footer_end {
        margin-top: 0; } }

.slider_home {
  height: 350px;
  position: relative; }
  @media (min-width: 768px) {
    .slider_home {
      height: 300px; } }
  @media (min-width: 991px) {
    .slider_home {
      height: 500px; } }

.slider_subs {
  height: 190px;
  position: relative; }
  @media (min-width: 768px) {
    .slider_subs {
      height: 250px; } }
  @media (min-width: 991px) {
    .slider_subs {
      height: 420px; } }

.slider_mobile {
  display: block; }
  @media (min-width: 768px) {
    .slider_mobile {
      display: none; } }

.slider_tablet {
  display: none; }
  @media (min-width: 768px) {
    .slider_tablet {
      display: block; } }
  @media (min-width: 991px) {
    .slider_tablet {
      display: none; } }

.slider_desktop {
  display: none; }
  @media (min-width: 991px) {
    .slider_desktop {
      display: block; } }

.slider-item {
  width: 100%;
  height: 100%;
  margin: auto;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; }

.slider-slide {
  display: flex;
  justify-content: center;
  align-items: center; }

.slider-container {
  width: 100%;
  height: 100%; }

.slider-slogan {
  position: relative; }
  .slider-slogan div {
    position: absolute;
    right: 0.9375rem;
    bottom: 70px;
    z-index: 101; }
    @media (min-width: 768px) {
      .slider-slogan div {
        right: 15px;
        bottom: 45px; } }
    @media (min-width: 991px) {
      .slider-slogan div {
        right: 90px;
        bottom: 80px; } }
    .slider-slogan div img {
      display: block;
      width: 100%;
      max-width: 150px;
      height: auto; }
      @media (min-width: 991px) {
        .slider-slogan div img {
          max-width: 215px; } }

.slider-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  bottom: 70px !important;
  z-index: 119; }
  .slider-pagination div.index {
    display: flex;
    width: 55px;
    height: 30px;
    align-items: center;
    text-align: center;
    justify-content: center;
    flex-direction: column;
    opacity: 1;
    border-radius: 0;
    color: #ffffff;
    position: relative;
    background-color: transparent; }
    .slider-pagination div.index.swiper-pagination-bullet-active small {
      opacity: 1;
      visibility: visible; }
    .slider-pagination div.index span {
      width: 100%;
      height: 2px;
      background-color: #ffffff; }
    .slider-pagination div.index small {
      opacity: 0;
      visibility: hidden;
      font-size: 12px;
      position: absolute;
      top: 0;
      right: 0; }

.slider-btn {
  display: flex;
  width: 30px;
  height: 40px;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  background-position: center center;
  background-repeat: no-repeat;
  transform: translateY(-50%);
  position: absolute;
  top: 50%;
  z-index: 109; }
  .slider-btn_prev {
    background-image: url(../images/slider-arrow_left.svg);
    left: 20px; }
    @media (min-width: 991px) {
      .slider-btn_prev {
        left: 100px; } }
  .slider-btn_next {
    background-image: url(../images/slider-arrow_right.svg);
    right: 20px; }
    @media (min-width: 991px) {
      .slider-btn_next {
        right: 100px; } }

.section.space_40 {
  margin-bottom: 40px; }

.section.space_50 {
  margin-bottom: 50px; }

.section.space_60 {
  margin-bottom: 60px; }

.section.space_70 {
  margin-bottom: 70px; }

.section.space_80 {
  margin-bottom: 80px; }

.section.space_100 {
  margin-bottom: 100px; }

.showcase {
  position: relative;
  z-index: 13; }
  .showcase-container {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column; }
  .showcase-img {
    margin-top: -15px;
    margin-bottom: 15px;
    border-radius: 10px;
    overflow: hidden; }
    @media (min-width: 768px) {
      .showcase-img {
        margin-top: -18px; } }
    @media (min-width: 991px) {
      .showcase-img {
        margin-top: -30px; } }

.articles-swiper {
  padding-bottom: 50px; }

.articles-pagination {
  display: flex;
  justify-content: center;
  position: absolute; }
  .articles-pagination .swiper-pagination-bullet {
    width: 13px;
    height: 13px;
    opacity: 1;
    margin: 0 8px !important;
    background-color: #959595; }
    .articles-pagination .swiper-pagination-bullet-active {
      background-color: #a87c5f; }

.about_rgt, .about_lft {
  display: flex;
  flex-direction: column; }

.about_rgt {
  align-items: center;
  text-align: center; }
  @media (min-width: 768px) {
    .about_rgt {
      align-items: flex-end;
      text-align: right; } }

.about_lft {
  align-items: center;
  text-align: center; }
  @media (min-width: 768px) {
    .about_lft {
      align-items: flex-start;
      text-align: left; } }

.about_centered {
  margin-bottom: 30px;
  text-align: center; }

.about-img {
  width: 260px;
  position: relative; }
  .about-img:after {
    content: '';
    width: 100%;
    height: 15px;
    border-radius: 4px;
    background-color: #a87c5f;
    position: absolute;
    bottom: 0;
    left: 0; }
  .about-img img {
    display: block;
    width: 100%; }

.about-headset {
  margin-top: 25px;
  margin-bottom: 20px; }
  .about-headset_rgt:after {
    margin-right: auto;
    margin-left: auto; }
    @media (min-width: 768px) {
      .about-headset_rgt:after {
        margin-right: 0; } }
  .about-headset_lft:after {
    margin-right: auto;
    margin-left: auto; }
    @media (min-width: 768px) {
      .about-headset_lft:after {
        margin-left: 0; } }
  .about-headset:after {
    content: '';
    display: block;
    width: 120px;
    height: 1px;
    margin-top: 13px;
    background-color: #707070; }
  .about-headset b,
  .about-headset i {
    display: block; }
  .about-headset b {
    font-size: 19px;
    font-weight: 700; }
  .about-headset i {
    font-weight: 300;
    font-style: italic; }

.about-txt p {
  color: #676767;
  font-weight: 300;
  line-height: 20px; }
  .about-txt p + p {
    margin-top: 20px; }

.pages-headset {
  display: flex;
  margin-bottom: 30px; }

.pages-search {
  margin-left: 30px;
  width: 350px;
  position: relative; }

.feed-headset {
  margin-bottom: 25px; }

.feed-date {
  font-weight: 300; }
  .feed-date:after {
    content: '';
    display: block;
    width: 60px;
    height: 1px;
    margin: 10px 0;
    background-color: #707070; }

.feed-user {
  display: flex;
  margin-bottom: 15px;
  align-items: flex-end;
  font-size: 13px; }
  .feed-user i {
    margin-left: 10px; }

.feed-title {
  color: #a87c5f;
  font-size: 18px;
  font-weight: 700; }

.search-form {
  position: relative; }

.search-input {
  border: 1px solid #cecece;
  border-radius: 14px !important; }

.search-btn {
  display: flex;
  width: 40px;
  height: 30px;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  background-color: transparent;
  transform: translateY(-50%);
  position: absolute;
  top: 50%;
  right: 10px; }

.address-title {
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 600;
  text-align: center; }
  @media (min-width: 768px) {
    .address-title {
      text-align: left; } }

.address-row {
  margin-bottom: 35px; }
  .address-row:before {
    content: '';
    display: block;
    width: 70px;
    height: 1px;
    margin-right: auto;
    margin-bottom: 20px;
    margin-left: auto;
    background-color: #707070; }
    @media (min-width: 768px) {
      .address-row:before {
        margin-right: 0;
        margin-left: 0; } }
  .address-row li {
    display: flex;
    font-weight: 300;
    align-items: center;
    text-align: center;
    flex-direction: column;
    justify-content: center;
    font-size: 14px;
    line-height: 20px;
    position: relative; }
    @media (min-width: 768px) {
      .address-row li {
        padding-left: 30px;
        text-align: left;
        flex-direction: row;
        font-size: 14px;
        justify-content: flex-start; } }
    .address-row li span {
      margin-right: 15px;
      margin-left: 15px; }
    .address-row li + li {
      margin-top: 10px; }
    .address-row li.pin {
      font-weight: 700; }
      .address-row li.pin:before {
        background-image: url(../images/icon-pin.svg); }
      .address-row li.pin br {
        display: none; }
        @media (min-width: 576px) {
          .address-row li.pin br {
            display: block; } }
    .address-row li.phone:before {
      background-image: url(../images/icon-phone.svg); }
    .address-row li.mail:before {
      background-image: url(../images/icon-mail.svg); }
    .address-row li:before {
      content: '';
      width: 20px;
      height: 20px;
      margin-bottom: 5px;
      background-repeat: no-repeat;
      background-position: center center; }
      @media (min-width: 768px) {
        .address-row li:before {
          margin-bottom: 0;
          position: absolute;
          top: 3px;
          left: 0; } }

.map {
  display: flex;
  width: 100%;
  height: 300px;
  margin-top: 40px;
  align-items: center;
  justify-content: center; }
  .map-box {
    width: 100%;
    height: 100%; }

