/**,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

* {
  -webkit-font-smoothing: antialiased;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  margin: 0;
}

a {
  text-decoration: none;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
video {
  display: inline-block;
}

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

[hidden] {
  display: none;
} 

html {
  font-size: 100%;  
  -ms-text-size-adjust: 100%;  
  -webkit-text-size-adjust: 100%; 
  // overflow-y: scroll;
}

input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  line-height: normal;
}

body {
  margin: 0;
}

iframe {
  border-style: none;
  border: none;
  // width: inherit;
  display: block;
  position: relative;
}

a:focus {
  outline: none;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: normal;
  -webkit-appearance: none;
}

blockquote {
  margin: 0;
}

dfn {
  font-style: italic;
}

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  display: block;
  border-style: none;
  height: 2px;
  background: darken(white, 10%);
  margin: 1.5em 0;
  width: 80%;
}

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

p,
pre {
  margin: 1em 0;
}

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

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

q {
  quotes: none;
}

q:before,
q:after {
  content: "";
  content: none;
}

small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

dl,
menu,
ol,
ul {
  margin: 0;
}

dd {
  margin: 0;
}

menu,
ol,
ul {
  padding: 0;
}

nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
}

img {
  border: 0;
  -ms-interpolation-mode: bicubic;
}

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

figure {
  margin: 0;
}

form {
  margin: 0;
}

fieldset {
  border: 1px solid gray;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
  white-space: normal;
}

button,
input,
select,
textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
}

button,
input {
  line-height: normal;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  border-style: none;
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

input[type="checkbox"],
input[type="radio"] {
  padding: 0;
}

input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

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

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

audio,
canvas,
video {
  vertical-align: middle;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

textarea {
  resize: vertical;
}
*/
.row {
  line-height: normal;
  clear: both;
  zoom: 1;
  margin-right: -15px;
  margin-left: -15px;
}
.row:after {
  display: table;
  content: "";
  clear: both;
  display: table;
  content: "";
  visibility: hidden;
  height: 0;
}
.row:before {
  display: table;
  content: "";
  display: table;
  content: "";
  visibility: hidden;
  height: 0;
}
.row > [class*=col_] {
  display: inline-block;
  vertical-align: top;
  padding-left: 15px;
  padding-right: 15px;
}
.row > [class*=col_].right {
  float: right;
}
.row.big-gutter {
  margin-left: -30px;
  margin-right: -30px;
}
@media (max-width: 1550px) {
  .row.big-gutter {
    margin-left: -20px;
    margin-right: -20px;
  }
}
@media (max-width: 1300px) {
  .row.big-gutter {
    margin-left: -15px;
    margin-right: -15px;
  }
}
.row.big-gutter > [class*=col_] {
  padding-left: 30px;
  padding-right: 30px;
}
@media (max-width: 1550px) {
  .row.big-gutter > [class*=col_] {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 1300px) {
  .row.big-gutter > [class*=col_] {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.row.small-gutter {
  margin-left: -10px;
  margin-right: -10px;
}
.row.small-gutter > [class*=col_] {
  padding-left: 10px;
  padding-right: 10px;
}
.row.no-gutter {
  margin-left: 0;
  margin-right: 0;
}
.row.no-gutter > [class*=col_] {
  padding-left: 0;
  padding-right: 0;
}

.row.flex:before, .row.flex:after {
  content: none;
}

@media (max-width: 1020px) {
  .row {
    margin-right: -10px;
    margin-left: -10px;
  }
  .row > [class*=col_] {
    padding-left: 10px;
    padding-right: 10px;
  }
  .row.big-gutter {
    margin-left: -15px;
    margin-right: -15px;
  }
  .row.big-gutter > [class*=col_] {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.col_10 {
  width: 10%;
}

.col_12 {
  width: 12.5%;
}

.col_14 {
  width: 14.28%;
}

.col_15 {
  width: 15%;
}

.col_16 {
  width: 16.66%;
}

.col_18 {
  width: 18%;
}

.col_20 {
  width: 20%;
}

.col_25 {
  width: 25%;
}

.col_30 {
  width: 30%;
}

.col_33 {
  width: 33.33%;
}

.col_35 {
  width: 35%;
}

.col_40 {
  width: 40%;
}

.col_45 {
  width: 45%;
}

.col_50 {
  width: 50%;
}

.col_55 {
  width: 55%;
}

.col_60 {
  width: 60%;
}

.col_65 {
  width: 65%;
}

.col_66 {
  width: 66.66%;
}

.col_70 {
  width: 70%;
}

.col_75 {
  width: 75%;
}

.col_80 {
  width: 80%;
}

.col_90 {
  width: 90%;
}

.col_100 {
  width: 100%;
}

.col_auto {
  width: auto;
}

.col_centred {
  float: none;
  display: block !important;
  margin: 0 auto;
}

.flex {
  display: flex;
}

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

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

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

.flex-wrap {
  flex-wrap: wrap;
}

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

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

.align-self-center {
  align-self: center;
}

.flex-center {
  align-items: center;
}

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

.flex-justify-center {
  justify-content: center;
}

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

.flex-end {
  justify-content: flex-end;
}

/*body {
	font-size: 16px;
	font-family: "Poppins", sans-serif, Arial, Helvetica, sans-serif;
	line-height: 1.6;
	font-weight: 400;
	color: $font--color1;

	@include desktop-s {
		font-size: 15px;
	}
	@include tablet-l {
		font-size: 14px;
	}
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: $title-font; 
	color: $font--color1;
	font-weight: 700;
	line-height: 1.2;
	span {
		font-family: $title-font;
		line-height: 1.2;
		font-weight: 700;
	}
}

h1 {
	font-size: 36px;
	margin-bottom: $m;

	@include tablet-l {
		font-size: 32px;
	}
	@include mobile {
		font-size: 24px;
	}
}
h2 {
	font-size: 30px;
	margin-bottom: $m;

	@include tablet-l {
		font-size: 24px;
	}

	@include mobile {
		font-size: 22px;
	}
}

h3 {
	font-size: 24px;
	margin-bottom: $m;

	@include tablet-l {
		font-size: 22px;
		margin-bottom: 10px;
	}
	@include mobile {
		font-size: 20px;
	}
}
h4 {
	font-size: 22px;
	margin-bottom: $xm;
	@include tablet-l {
		font-size: 20px;
	}
	@include mobile {
		font-size: 18px;
	}
}
h5 {
	font-size: 20px;
	margin-bottom: $xm;
	@include tablet-l {
		font-size: 18px;
	}
	@include mobile {
		font-size: 16px;
	}
}

h6 {
	font-size: 18px;
	margin-bottom: $xm;

	@include tablet-l {
		font-size: 16px;
	}
	@include mobile {
		font-size: 14px;
	}
}

p,
span,
label,
li {
	font-weight: 400;
	line-height: 1.5;
}
p {
	margin: $xm 0;
	color: $font--color2;

	p,
	a,
	span,
	label,
	em {
		font-size: 100%;
		margin: 0;
		color: inherit;
	}
	b,
	strong {
		font-weight: bold;
	}
	i,
	em {
		font-style: italic;
	}
	a {
		text-decoration: underline;
		color: $font--color1;
		&:hover {
			@include opacity(0.8);
		}
	}
}

a {
	color: inherit;
	margin: 0;
	&:hover {
		text-decoration: underline;
	}
	span {
		color: inherit;
		font-weight: inherit;
	}
}

img,
span,
label,
a {
	display: inline-block;
}
blockquote {
	border: none !important;
	position: relative;
	margin: 30px 0;
}
blockquote p {
	font-size: 20px;
	line-height: 1.4;
	text-align: center;

	font-style: normal;
	color: $font--color1;
	margin: 0;
	z-index: 1;

	@include mobile {
		font-size: 18px;
		margin: 25px 0;
	}
}
*/
body {
  scroll-behavior: smooth;
}

.container {
  margin-left: auto;
  margin-right: auto;
  max-width: 1600px;
  padding-left: 100px;
  padding-right: 100px;
}
@media (max-width: 1300px) {
  .container {
    padding-left: 80px;
    padding-right: 80px;
  }
}
@media (max-width: 1020px) {
  .container {
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media (max-width: 767px) {
  .container {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 600px) {
  .container {
    padding-left: 20px;
    padding-right: 20px;
  }
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "The Sherloks", sans-serif;
  font-weight: 400;
  margin-bottom: 25px;
}

body {
  font-family: "Special Elite", sans-serif, sans-serif, Arial, Helvetica, sans-serif;
  color: #303030;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.4em;
}
@media (max-width: 1430px) {
  body {
    font-size: 18px;
  }
}
@media (max-width: 1300px) {
  body {
    font-size: 17px;
  }
}
@media (max-width: 1020px) {
  body {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  body {
    font-size: 15px;
  }
}
@media (max-width: 600px) {
  body {
    font-size: 14px;
  }
}

p {
  color: #221711;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.5em;
  margin-bottom: 15px;
}
@media (max-width: 1430px) {
  p {
    font-size: 18px;
  }
}
@media (max-width: 1300px) {
  p {
    font-size: 17px;
  }
}
@media (max-width: 1020px) {
  p {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  p {
    font-size: 15px;
  }
}
@media (max-width: 600px) {
  p {
    font-size: 14px;
  }
}

b,
strong {
  font-weight: 600;
}

.big-title {
  position: relative;
  z-index: 2;
  color: #ebe1ca;
  font-size: 50px;
}
@media (max-width: 1300px) {
  .big-title {
    font-size: 40px;
  }
}
@media (max-width: 1020px) {
  .big-title {
    font-size: 35px;
  }
}
@media (max-width: 767px) {
  .big-title {
    font-size: 30px;
  }
}
@media (max-width: 600px) {
  .big-title {
    font-size: 25px;
  }
}
@media (max-width: 480px) {
  .big-title {
    font-size: 22px;
  }
}
.big-title.big-title-black {
  color: #221711;
}

input[type=text],
input[type=email],
input[type=password],
input[type=search],
input[type=tel],
input[type=url],
input[type=number],
input[type=date],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=week],
input[type=month],
textarea,
select {
  vertical-align: middle;
  font-family: "Special Elite", sans-serif;
  border: none;
  color: #000;
  font-size: 15px;
  font-weight: 500;
  height: 50px;
  outline: none;
  padding: 0 15px;
  resize: none;
  vertical-align: middle;
  font-weight: 400;
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none !important;
  border-radius: 0;
  width: 100%;
  border: 2px solid #1a0f10;
  background: rgba(255, 255, 255, 0.3882352941);
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
  line-height: 1em;
  padding-top: 4px;
}
@media (max-width: 767px) {
  input[type=text],
  input[type=email],
  input[type=password],
  input[type=search],
  input[type=tel],
  input[type=url],
  input[type=number],
  input[type=date],
  input[type=time],
  input[type=datetime],
  input[type=datetime-local],
  input[type=week],
  input[type=month],
  textarea,
  select {
    height: 43px;
  }
}
input[type=text]:active, input[type=text]:hover, input[type=text]:focus,
input[type=email]:active,
input[type=email]:hover,
input[type=email]:focus,
input[type=password]:active,
input[type=password]:hover,
input[type=password]:focus,
input[type=search]:active,
input[type=search]:hover,
input[type=search]:focus,
input[type=tel]:active,
input[type=tel]:hover,
input[type=tel]:focus,
input[type=url]:active,
input[type=url]:hover,
input[type=url]:focus,
input[type=number]:active,
input[type=number]:hover,
input[type=number]:focus,
input[type=date]:active,
input[type=date]:hover,
input[type=date]:focus,
input[type=time]:active,
input[type=time]:hover,
input[type=time]:focus,
input[type=datetime]:active,
input[type=datetime]:hover,
input[type=datetime]:focus,
input[type=datetime-local]:active,
input[type=datetime-local]:hover,
input[type=datetime-local]:focus,
input[type=week]:active,
input[type=week]:hover,
input[type=week]:focus,
input[type=month]:active,
input[type=month]:hover,
input[type=month]:focus,
textarea:active,
textarea:hover,
textarea:focus,
select:active,
select:hover,
select:focus {
  background-color: ffffff63;
}
input[type=text]:disabled,
input[type=email]:disabled,
input[type=password]:disabled,
input[type=search]:disabled,
input[type=tel]:disabled,
input[type=url]:disabled,
input[type=number]:disabled,
input[type=date]:disabled,
input[type=time]:disabled,
input[type=datetime]:disabled,
input[type=datetime-local]:disabled,
input[type=week]:disabled,
input[type=month]:disabled,
textarea:disabled,
select:disabled {
  background: #ebebeb;
}

input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=search]:focus,
textarea:focus,
select:focus {
  box-shadow: none;
}

select {
  height: 50px;
  border: 2px solid #ebe1ca;
  background: transparent;
  color: #ebe1ca;
  font-size: 19px;
  background-image: url("images/svg/arrow-select.svg");
  background-repeat: no-repeat;
  background-size: 10px;
  background-position: right 15px center;
  padding-right: 35px;
}
@media (max-width: 1430px) {
  select {
    font-size: 18px;
  }
}
@media (max-width: 1300px) {
  select {
    font-size: 17px;
  }
}
@media (max-width: 1020px) {
  select {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  select {
    height: 43px;
    font-size: 15px;
  }
}
@media (max-width: 600px) {
  select {
    font-size: 14px;
  }
}
select:focus {
  border: 2px solid #ebe1ca;
  background-color: transparent;
  color: #ebe1ca;
}

textarea {
  line-height: 1.2;
  height: 90px;
  padding: 10px 15px;
}

body button[type=submit],
body input[type=submit] {
  align-items: center;
  background: #221711;
  color: #fff;
  display: inline-block;
  font-size: 19px;
  padding: 13px 27px 7px 27px;
  display: inline-block;
  transition: transform 0.4s ease;
  border-radius: 0;
  font-family: "Special Elite", sans-serif;
  background: #221711;
  color: #ebe1ca;
  text-transform: uppercase;
}
@media (max-width: 1300px) {
  body button[type=submit],
  body input[type=submit] {
    font-size: 18px;
  }
}
@media (max-width: 1020px) {
  body button[type=submit],
  body input[type=submit] {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  body button[type=submit],
  body input[type=submit] {
    font-size: 15px;
  }
}
@media (max-width: 600px) {
  body button[type=submit],
  body input[type=submit] {
    font-size: 14px;
  }
}
body button[type=submit]:hover,
body input[type=submit]:hover {
  text-decoration: none;
  background: #130b07;
  color: white;
  transform: translateY(-4px);
  -webkit-box-shadow: none;
}
@media (max-width: 1020px) {
  body button[type=submit]:hover,
  body input[type=submit]:hover {
    transform: translateY(0);
  }
}
body button[type=submit] img,
body input[type=submit] img {
  margin-left: 5px;
  transition: transform 0.4s ease;
}
body button[type=submit].button-arrow,
body input[type=submit].button-arrow {
  display: flex;
  align-self: center;
  justify-content: center;
}

input[type=radio],
input[type=checkbox] {
  position: relative;
  -webkit-appearance: none;
  width: 22px;
  height: 22px;
  margin-bottom: 0;
  background: #fff;
  margin-right: 10px;
  margin-left: 0;
  vertical-align: top;
  border-radius: 0;
  line-height: normal;
  cursor: pointer;
  margin-top: 0;
  color: #221711;
  outline: 0;
}
@media (max-width: 767px) {
  input[type=radio],
  input[type=checkbox] {
    width: 19px;
    height: 19px;
  }
}
input[type=radio]:before,
input[type=checkbox]:before {
  background-color: #221711;
  position: absolute;
  width: 0;
  height: 0;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition-timing-function: ease;
  content: "";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 11px;
  color: white;
  display: none;
  justify-content: center;
  align-items: center;
}

input[type=radio] {
  border-radius: 50%;
}

input[type=checkbox]:checked,
input[type=radio]:checked {
  background-color: white;
}

input[type=radio]::before {
  width: 20px;
  height: 20px;
}

input[type=checkbox]:checked:before {
  width: 18px;
  height: 18px;
  content: "\f00c";
  display: flex;
}

input[type=radio]:checked:before {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  content: "";
  display: block;
}

.noselect {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

form {
  margin: 0;
}

fieldset {
  border: none;
  padding: 0;
  margin: 0;
}

legend {
  white-space: normal;
  border: 0;
  padding: 0;
}

input[type=search] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}

input[type=search]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-input-placeholder {
  color: #000;
  font-family: "Special Elite", sans-serif;
  letter-spacing: normal;
}
@media (max-width: 1300px) {
  ::-webkit-input-placeholder {
    font-size: 14px;
  }
}

:-moz-placeholder {
  color: #000;
  font-family: "Special Elite", sans-serif;
  letter-spacing: normal;
}
@media (max-width: 1300px) {
  :-moz-placeholder {
    font-size: 14px;
  }
}

::-moz-placeholder {
  color: #000;
  font-family: "Special Elite", sans-serif;
  letter-spacing: normal;
}
@media (max-width: 1300px) {
  ::-moz-placeholder {
    font-size: 14px;
  }
}

:-ms-input-placeholder {
  color: #000;
  font-family: "Special Elite", sans-serif;
  letter-spacing: normal;
}
@media (max-width: 1300px) {
  :-ms-input-placeholder {
    font-size: 14px;
  }
}

.wpcf7-not-valid-tip {
  display: none !important;
}

.wpcf7-not-valid {
  border: 1px solid red !important;
}

.wpcf7 input:hover,
.wpcf7 input:focus,
.wpcf7 select:hover,
.wpcf7 select:focus,
.wpcf7 textarea:hover,
.wpcf7 textarea:focus {
  outline: 0 !important;
  transition: all 0.3s ease;
}

.wpcf7 input[type=submit]:hover,
.wpcf7 input[type=submit]:focus {
  outline: 0 !important;
  transition: all 0.3s ease;
}

/* #END */
div.wpcf7-response-output {
  margin: 0;
  padding: 0;
}

div.wpcf7-validation-errors,
div.wpcf7-acceptance-missing,
div.wpcf7-mail-sent-ok {
  text-align: center;
  border: 0 !important;
}

div.wpcf7-validation-errors,
div.wpcf7-acceptance-missing {
  color: #221711;
}

div.wpcf7-mail-sent-ok {
  color: #037917;
}

.wpcf7 form .wpcf7-response-output {
  margin: 10px 0;
  padding: 15px;
  text-align: center;
  font-size: 15px;
  border: none;
  border-radius: 0;
}
@media (max-width: 1020px) {
  .wpcf7 form .wpcf7-response-output {
    font-size: 14px;
    padding: 14px;
  }
}
@media (max-width: 600px) {
  .wpcf7 form .wpcf7-response-output {
    font-size: 13px;
  }
}

.wpcf7 form.sent .wpcf7-response-output {
  border: none;
  background-color: #46b450;
  color: white;
}

.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
  border-color: red;
  /* Red */
  background: red;
  color: white;
}

.wpcf7 form.spam .wpcf7-response-output {
  background: red;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output {
  background-color: red;
  color: white;
}

.wpcf7 .input_block {
  margin-bottom: 15px;
}
@media (max-width: 1300px) {
  .wpcf7 .input_block {
    width: 100%;
  }
}

.wpcf7 .white-txt p {
  margin-bottom: 7px;
  margin-top: 7px;
}
.wpcf7 .white-txt p a {
  background: linear-gradient(#c59c44, #c59c44);
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: 0 1px;
  color: #c59c44;
  display: inline;
  transition: background-size 0.4s ease;
  text-decoration: none;
}
.wpcf7 .white-txt p a:hover {
  background-size: 100% 1px;
  color: #fff;
  opacity: 1;
}
@media (max-width: 400px) {
  .wpcf7 .input_submit {
    width: 100%;
    margin-bottom: 25px;
  }
}
@media (max-width: 400px) {
  .wpcf7 .phone_submit {
    width: 100%;
    text-align: left;
  }
}
.wpcf7 .phone_submit a {
  color: #c59c44;
  background-color: transparent;
  background-image: none;
  border: 0 solid transparent;
  font-size: 1.5em;
  line-height: 1;
  padding: 0;
  transition: transform 0.4s ease;
  position: relative;
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 767px) {
  .wpcf7 .phone_submit a {
    font-size: 20px;
  }
}
@media (max-width: 600px) {
  .wpcf7 .phone_submit a {
    font-size: 17px;
  }
}
@media (max-width: 400px) {
  .wpcf7 .phone_submit a {
    justify-content: flex-start;
  }
}
.wpcf7 .phone_submit a:hover {
  color: #fff;
  transform: translateY(-4px);
}

body .entry-content p a,
body .header-text a {
  box-shadow: none;
  color: inherit;
}
body .entry-content p a:hover,
body .header-text a:hover {
  color: inherit;
  box-shadow: none;
}
body .entry-content h3.wp-block-heading,
body .entry-content h2.wp-block-heading {
  margin-bottom: 20px;
  font-size: 40px;
  line-height: 1.1em;
  margin-bottom: 15px;
}
@media (max-width: 1020px) {
  body .entry-content h3.wp-block-heading,
  body .entry-content h2.wp-block-heading {
    font-size: 35px;
  }
}
@media (max-width: 767px) {
  body .entry-content h3.wp-block-heading,
  body .entry-content h2.wp-block-heading {
    font-size: 30px;
  }
}
@media (max-width: 600px) {
  body .entry-content h3.wp-block-heading,
  body .entry-content h2.wp-block-heading {
    font-size: 28px;
  }
}
@media (max-width: 400px) {
  body .entry-content h3.wp-block-heading,
  body .entry-content h2.wp-block-heading {
    font-size: 25px;
  }
}
body .entry-content h3.wp-block-heading.mb0,
body .entry-content h2.wp-block-heading.mb0 {
  margin-bottom: 10px;
}

.mc4wp-alert {
  padding: 13px;
  margin-top: 20px;
  text-align: center;
}
.mc4wp-alert p {
  margin: 0;
  line-height: 1.5;
  font-size: 16px;
}
@media (max-width: 1020px) {
  .mc4wp-alert p {
    font-size: 15px;
  }
}
@media (max-width: 767px) {
  .mc4wp-alert p {
    font-size: 14px;
  }
}
@media (max-width: 600px) {
  .mc4wp-alert p {
    font-size: 13px;
  }
}

.mc4wp-alert.mc4wp-error {
  border: 1px solid red;
  background: red;
}
.mc4wp-alert.mc4wp-error p {
  color: white;
}

.mc4wp-alert.mc4wp-success {
  border: none;
  background: #65bc51;
  color: white;
}
.mc4wp-alert.mc4wp-success p {
  color: white;
}

.mc4wp-alert p {
  margin-bottom: 0;
  margin-top: 0 !important;
}

.mc4wp-alert.mc4wp-notice {
  background: #c9ccdc;
  border: 1px solid #acb2d0;
}

.button1,
.button2,
.button-line,
.button-line2,
.button-grey {
  align-items: center;
  background: transparent;
  display: inline-block;
  transition: transform 0.4s ease;
  border-radius: 0;
  font-family: "Special Elite", sans-serif;
  border: 2px solid #ebe1ca;
  border-radius: 0;
  background: transparent;
  text-transform: uppercase;
  padding: 13px 27px 7px 27px;
  color: #ebe1ca;
  font-size: 19px;
  text-align: center;
}
@media (max-width: 1300px) {
  .button1,
  .button2,
  .button-line,
  .button-line2,
  .button-grey {
    font-size: 18px;
  }
}
@media (max-width: 1020px) {
  .button1,
  .button2,
  .button-line,
  .button-line2,
  .button-grey {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .button1,
  .button2,
  .button-line,
  .button-line2,
  .button-grey {
    font-size: 15px;
  }
}
@media (max-width: 600px) {
  .button1,
  .button2,
  .button-line,
  .button-line2,
  .button-grey {
    font-size: 14px;
  }
}
.button1:hover,
.button2:hover,
.button-line:hover,
.button-line2:hover,
.button-grey:hover {
  background-color: #ebe1ca;
  color: #130b07;
}
.button1 img,
.button2 img,
.button-line img,
.button-line2 img,
.button-grey img {
  margin-left: 5px;
  transition: transform 0.4s ease;
}

body #sb_instagram #sbi_load .sbi_load_btn {
  padding: 13px 27px 7px 27px;
  color: #ebe1ca;
  border: 2px solid #ebe1ca;
  border-radius: 0;
  background-color: transparent !important;
  text-transform: uppercase;
  font-size: 19px;
  margin-bottom: 20px;
  margin-top: 30px;
  border-bottom: 2px solid #ebe1ca !important;
}
@media (max-width: 1300px) {
  body #sb_instagram #sbi_load .sbi_load_btn {
    font-size: 18px;
  }
}
@media (max-width: 1020px) {
  body #sb_instagram #sbi_load .sbi_load_btn {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  body #sb_instagram #sbi_load .sbi_load_btn {
    font-size: 15px;
    margin-bottom: 0;
    margin-top: 20px;
    padding: 11px 25px 7px 25px;
  }
}
body #sb_instagram #sbi_load .sbi_load_btn:hover, body #sb_instagram #sbi_load .sbi_load_btn:focus {
  box-shadow: none;
  background: #ebe1ca !important;
  background-color: #ebe1ca !important;
  color: #130b07 !important;
}

a:focus {
  outline: none;
}

a:active,
a:hover {
  outline: 0;
}

.button-span {
  cursor: pointer;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition-timing-function: ease;
}
.button-span:after {
  content: "\f054";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  opacity: 0;
  top: 0;
  right: -20px;
  transition: 0.3s;
}
.button-span:hover {
  text-decoration: none;
  background-color: rgb(219.6, 219.6, 219.6);
  color: white;
}
.button-span:hover:after {
  opacity: 1;
  right: 10px;
}

.alignleft {
  display: inline;
  float: left;
  margin-top: 20px;
  margin-right: 30px;
}

.alignright {
  display: inline;
  float: right;
  margin-top: 20px;
  margin-left: 30px;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
  margin-bottom: 20px;
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
}

@media (max-width: 768px) {
  .alignleft,
  .alignright,
  .aligncenter {
    float: none;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 15px;
  }
}
/* All delay classes will take 2x longer to start */
:root {
  --animate-delay: 3s;
}

/*body {
	// overflow: hidden;
	// overflow-x: hidden !important;
	text-rendering: optimizeLegibility;
	counter-reset: item;
	@include transition(all, 0.3s);
	background-color: #fff;
	position: relative;
}
body,
html {
	text-rendering: optimizeLegibility !important;
	-webkit-font-smoothing: antialiased !important;
	font-smooth: always;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	color: $font--color1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-text-size-adjust: none;

	overflow-x: hidden;
}*/
a {
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
}

.container-big {
  width: 100%;
  padding: 0 130px;
}
@media (max-width: 1550px) {
  .container-big {
    padding: 0 50px;
  }
}
@media (max-width: 1430px) {
  .container-big {
    padding: 0 30px;
  }
}
@media (max-width: 600px) {
  .container-big {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.general-content-wrap {
  padding: 50px 0 100px;
}
@media (max-width: 1300px) {
  .general-content-wrap {
    padding: 30px 0 70px;
  }
}
@media (max-width: 600px) {
  .general-content-wrap {
    padding: 20px 0 50px;
  }
}
.general-content-wrap .the-content {
  max-width: 766px;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 767px) {
  .the-content table {
    margin-bottom: 10px;
    margin-top: 10px;
  }
}
.the-content table td,
.the-content table th {
  padding: 10px;
  text-align: left;
  border: 1px solid #303030;
}
@media (max-width: 1430px) {
  .the-content table td,
  .the-content table th {
    font-size: 18px;
  }
}
@media (max-width: 1300px) {
  .the-content table td,
  .the-content table th {
    font-size: 17px;
  }
}
@media (max-width: 1020px) {
  .the-content table td,
  .the-content table th {
    font-size: 16px;
    padding: 5px;
  }
}
@media (max-width: 767px) {
  .the-content table td,
  .the-content table th {
    font-size: 15px;
  }
}
@media (max-width: 600px) {
  .the-content table td,
  .the-content table th {
    font-size: 14px;
  }
}
.the-content table tr:last-child td {
  border: 1px solid #303030;
}
.the-content p strong,
.the-content p b,
.the-content span strong,
.the-content span b,
.the-content label strong,
.the-content label b,
.the-content li strong,
.the-content li b {
  font-weight: 600;
}
.the-content p strong *,
.the-content p b *,
.the-content span strong *,
.the-content span b *,
.the-content label strong *,
.the-content label b *,
.the-content li strong *,
.the-content li b * {
  font-weight: 600;
}
.the-content li a,
.the-content p a {
  display: inline;
  background: linear-gradient(#221711, #221711);
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: 0 2px;
  color: #221711;
  display: inline;
  transition: background-size 0.4s ease;
}
.the-content li a:hover,
.the-content p a:hover {
  color: #221711;
  background-size: 100% 2px;
}
.the-content a.button1 {
  text-decoration: none;
}
.the-content a.button1:hover {
  text-decoration: none;
}
.the-content blockquote {
  border: none !important;
  position: relative;
  margin: 25px 0 30px;
}
.the-content blockquote p {
  font-size: 20px;
  line-height: 1.4;
  text-align: center;
  font-style: italic;
  color: #221711;
  font-weight: 400;
  margin: 0;
  z-index: 1;
}
@media (max-width: 1300px) {
  .the-content blockquote p {
    font-size: 18px;
  }
}
@media (max-width: 1020px) {
  .the-content blockquote p {
    font-size: 16px;
  }
}
@media (max-width: 600px) {
  .the-content blockquote p {
    font-size: 15px;
    margin: 25px 0;
  }
}
.the-content li {
  margin: 10px 0;
  line-height: 1.4em;
}
.the-content iframe {
  width: 100%;
}

.svg img.svg {
  display: block;
}

img.svg {
  display: none;
}

.svg img.normal {
  display: none;
}

img {
  max-width: 100%;
}

.right {
  float: right;
}

.left {
  float: left;
}

.t-right {
  display: table;
  margin: 0 0 0 auto;
}

.show {
  display: block !important;
}

.hide {
  display: none !important;
}

.a-tdu {
  text-decoration: underline;
}

.ovh:before, .ovh:after {
  content: "";
  visibility: hidden;
  height: 0;
  display: table;
}
.ovh:after {
  clear: both;
}

.cover {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.tac {
  text-align: center;
}

.tal {
  text-align: left;
}

.tar {
  text-align: right;
}

.ttu {
  text-transform: uppercase;
}

.relative {
  position: relative;
}

.table {
  display: table;
  height: 100%;
  width: 100%;
}

.table_cell {
  display: table-cell;
  vertical-align: middle;
}

.top {
  vertical-align: top;
}

.bottom {
  vertical-align: bottom;
}

.blue-bck {
  background-color: #221711;
}

.greyscale { /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
}

.white-box {
  background-color: white;
  box-shadow: 0px 0px 20px 10px rgba(0, 0, 0, 0.12);
}

.white-opacity {
  background-color: rgba(255, 255, 255, 0.1);
}

.grey-bck {
  background-color: #f4f4f4;
}

.grey-box {
  background-color: #f4f4f4;
}

.grey-box2 {
  background-color: #fbfbfb;
}

.grey-box3 {
  background-color: #fafafa;
}

.green-text {
  color: #221711;
}

.blue-box {
  background-color: #221711;
}

.dark-blue {
  background-color: #4d4d4d;
}

.white-box {
  background-color: white;
}

.shadow-left {
  box-shadow: -9px 0px 14px 5px rgba(0, 0, 0, 0.13);
}

.box-shadow {
  box-shadow: 0px 0px 9px 1px rgba(131, 131, 131, 0.33);
}

.box-shadow-black {
  box-shadow: 0px 1px 25px 0px rgba(0, 0, 0, 0.7);
}

.white-txt p,
.white-txt span,
.white-txt a,
.white-txt h1,
.white-txt h2,
.white-txt h3,
.white-txt h4,
.white-txt h5,
.white-txt h6,
.white-txt li,
.white-txt i {
  color: #ebe1ca;
}

.only-tablet {
  display: none;
}
@media (max-width: 1020px) {
  .only-tablet {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
}

.only-mobile {
  display: none;
}
@media (max-width: 767px) {
  .only-mobile {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
}

@media (max-width: 767px) {
  .only-desktop {
    display: none;
  }
}

.wp-pagenavi span,
.wp-pagenavi a {
  display: inline-block !important;
  margin-left: 10px;
}

.commentlist li {
  margin-bottom: 20px;
}
.commentlist li #respond {
  margin-top: 30px;
}

.commentlist .children {
  margin-top: 20px;
}

.commentlist .children li {
  padding-left: 20px;
}

.comment-reply-title #cancel-comment-reply-link {
  float: right;
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  text-decoration: underline;
  opacity: 0.7;
}
@media (max-width: 600px) {
  .comment-reply-title #cancel-comment-reply-link {
    float: none;
  }
}

.comment .comment-form-email,
.comment .comment-form-author,
.comment .comment-form-comment {
  margin: 0;
}

.comment .comment-notes {
  font-size: 16px;
  margin: 0 0 20px 0;
}
@media (max-width: 1020px) {
  .comment .comment-notes {
    font-size: 15px;
  }
}
@media (max-width: 767px) {
  .comment .comment-notes {
    font-size: 14px;
  }
}

.no-found {
  text-align: center;
  padding: 100px 0 0 0;
}
@media (max-width: 767px) {
  .no-found {
    padding: 50px 0 0 0;
  }
}

.wpcf7-acceptance.wpcf7-not-valid {
  border: none !important;
}
.wpcf7-acceptance.wpcf7-not-valid * {
  color: red;
}

.section-small {
  padding: 60px 0;
}
@media (max-width: 1650px) {
  .section-small {
    padding-top: 35px;
  }
}
@media (max-width: 767px) {
  .section-small {
    padding-bottom: 40px;
  }
  .section-small.section_woo_shop {
    padding-top: 0;
  }
}
.section-small .container {
  position: relative;
  z-index: 1;
}

.wp-pagenavi-nav .wp-pagenavi {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  flex-wrap: wrap;
}
.wp-pagenavi-nav .wp-pagenavi a,
.wp-pagenavi-nav .wp-pagenavi span {
  margin: 1px;
}

.no-results {
  text-align: center;
}
.no-results img {
  opacity: 0.5;
  width: 200px;
  height: auto;
}

.title-element {
  font-family: "The Sherloks", sans-serif;
  font-size: 40px;
  line-height: 1.1em;
  margin-bottom: 15px;
}
@media (max-width: 1020px) {
  .title-element {
    font-size: 35px;
  }
}
@media (max-width: 767px) {
  .title-element {
    font-size: 30px;
  }
}
@media (max-width: 600px) {
  .title-element {
    font-size: 28px;
  }
}

.section-general {
  padding-top: 100px;
  padding-bottom: 100px;
}
@media (max-width: 1300px) {
  .section-general {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media (max-width: 1020px) {
  .section-general {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .section-general {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media (max-width: 600px) {
  .section-general {
    padding-top: 35px;
    padding-bottom: 35px;
  }
}
@media (max-width: 600px) {
  .section-general.gb-layout-columns-2 {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.section-general .gb-layout-column-wrap {
  margin-left: auto;
  margin-right: auto;
  max-width: 1600px;
}

.section-general-large {
  padding-top: 200px;
  padding-bottom: 150px;
}
@media (max-width: 1300px) {
  .section-general-large {
    padding-top: 150px;
    padding-bottom: 120px;
  }
}
@media (max-width: 1020px) {
  .section-general-large {
    padding-top: 120px;
    padding-bottom: 100px;
  }
}
@media (max-width: 767px) {
  .section-general-large {
    padding-top: 40px;
    padding-bottom: 40px;
    background-repeat: repeat !important;
    background-size: 100% auto !important;
  }
}
@media (max-width: 600px) {
  .section-general-large {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

.section-general-full {
  padding-top: 100px;
  padding-bottom: 100px;
}
@media (max-width: 1300px) {
  .section-general-full {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media (max-width: 1020px) {
  .section-general-full {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .section-general-full {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media (max-width: 600px) {
  .section-general-full {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.section-general-full.wp-block-genesis-blocks-gb-column > .gb-block-layout-column-inner {
  padding-top: 100px;
  padding-bottom: 100px;
}
@media (max-width: 1300px) {
  .section-general-full.wp-block-genesis-blocks-gb-column > .gb-block-layout-column-inner {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media (max-width: 1020px) {
  .section-general-full.wp-block-genesis-blocks-gb-column > .gb-block-layout-column-inner {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .section-general-full.wp-block-genesis-blocks-gb-column > .gb-block-layout-column-inner {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media (max-width: 600px) {
  .section-general-full.wp-block-genesis-blocks-gb-column > .gb-block-layout-column-inner {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

body {
  background-color: #221711;
}
body .page-content {
  margin-bottom: 0;
}
body .site-content {
  padding-bottom: 0;
}
body .wp-block-image {
  margin: 0;
}
body .mw1200 > .gb-layout-column-wrap {
  margin-left: auto;
  margin-right: auto;
  max-width: 1200px;
  padding-left: 0;
  padding-right: 0;
}
@media (max-width: 1550px) {
  body .mw1200 > .gb-layout-column-wrap {
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media (max-width: 767px) {
  body .mw1200 > .gb-layout-column-wrap {
    display: block;
    padding-left: 30px;
    padding-right: 30px;
  }
}
body .mw1200 .wp-block-gallery {
  margin-top: 0;
  margin-bottom: 0;
}
body .mw1600 > .gb-layout-column-wrap {
  margin-left: auto;
  margin-right: auto;
  max-width: 1600px;
  padding-left: 0;
  padding-right: 0;
}
@media (max-width: 1550px) {
  body .mw1600 > .gb-layout-column-wrap {
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media (max-width: 767px) {
  body .mw1600 > .gb-layout-column-wrap {
    display: block;
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 767px) {
  body .mw1600.gb-layout-columns-2 > .gb-layout-column-wrap .wp-block-genesis-blocks-gb-column {
    width: 100%;
    margin-top: 40px;
    margin-bottom: 40px;
  }
}
@media (max-width: 600px) {
  body .mw1600.gb-layout-columns-2 > .gb-layout-column-wrap .wp-block-genesis-blocks-gb-column {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
body .wp-block-buttons {
  margin-top: 25px;
}
@media (max-width: 767px) {
  body .wp-block-buttons {
    margin-top: 15px;
  }
}
@media (max-width: 600px) {
  body .wp-block-buttons {
    margin-top: 10px;
  }
}
body .wp-block-buttons .wp-block-button__link {
  width: 100%;
  border: 2px solid #ebe1ca;
  border-radius: 0;
  background: transparent;
  text-transform: uppercase;
  padding: 13px 27px 7px 27px;
  color: #ebe1ca;
}
@media (max-width: 1300px) {
  body .wp-block-buttons .wp-block-button__link {
    font-size: 18px;
  }
}
@media (max-width: 1020px) {
  body .wp-block-buttons .wp-block-button__link {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  body .wp-block-buttons .wp-block-button__link {
    font-size: 15px;
  }
}
@media (max-width: 600px) {
  body .wp-block-buttons .wp-block-button__link {
    font-size: 14px;
  }
}
body .wp-block-buttons .wp-block-button__link:hover {
  background-color: #ebe1ca;
  color: #130b07;
}
body .dark-buttons .wp-block-button__link {
  border-color: #221711;
  color: #221711;
}
body .dark-buttons .wp-block-button__link:hover {
  background-color: #221711;
  color: #fff;
}
body .small-text-box .gb-block-layout-column-inner {
  max-width: 71%;
  margin: 0 auto;
}
@media (max-width: 1550px) {
  body .small-text-box .gb-block-layout-column-inner {
    max-width: 80%;
  }
}
@media (max-width: 1430px) {
  body .small-text-box .gb-block-layout-column-inner {
    max-width: 90%;
  }
}
@media (max-width: 767px) {
  body .small-text-box .gb-block-layout-column-inner {
    max-width: 100%;
  }
}
body .large-text-box .gb-block-layout-column-inner {
  max-width: 80%;
  margin: 0 auto;
}
@media (max-width: 1550px) {
  body .large-text-box .gb-block-layout-column-inner {
    max-width: 85%;
  }
}
@media (max-width: 1430px) {
  body .large-text-box .gb-block-layout-column-inner {
    max-width: 90%;
  }
}
@media (max-width: 767px) {
  body .large-text-box .gb-block-layout-column-inner {
    max-width: 100%;
  }
}
body .entry-header {
  margin-bottom: 0 !important;
  padding-top: 200px;
  padding-bottom: 170px;
  text-align: center;
  position: relative;
  padding-left: 30px;
  padding-right: 30px;
}
@media (max-width: 1300px) {
  body .entry-header {
    padding-bottom: 130px;
  }
}
@media (max-width: 1020px) {
  body .entry-header {
    padding-top: 150px;
    padding-bottom: 101px;
  }
}
@media (max-width: 767px) {
  body .entry-header {
    padding-top: 120px;
    padding-bottom: 60px;
  }
}
body .entry-header:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: radial-gradient(50% 45.45% at 50% 50%, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 100%);
}
body .entry-header h1,
body .entry-header h1.entry-title,
body .entry-header .entry-title {
  position: relative;
  z-index: 2;
  margin-bottom: 0;
  color: #ebe1ca;
  font-size: 50px;
}
@media (max-width: 1300px) {
  body .entry-header h1,
  body .entry-header h1.entry-title,
  body .entry-header .entry-title {
    font-size: 40px;
  }
}
@media (max-width: 1020px) {
  body .entry-header h1,
  body .entry-header h1.entry-title,
  body .entry-header .entry-title {
    font-size: 35px;
  }
}
@media (max-width: 767px) {
  body .entry-header h1,
  body .entry-header h1.entry-title,
  body .entry-header .entry-title {
    font-size: 30px;
  }
}
body .section-hero-top {
  background-image: url(images/webp/bg-who-we-are.webp);
  position: relative;
  padding-top: 200px;
  padding-bottom: 170px;
}
@media (max-width: 1300px) {
  body .section-hero-top {
    padding-bottom: 130px;
  }
}
@media (max-width: 1020px) {
  body .section-hero-top {
    padding-top: 150px;
    padding-bottom: 101px;
  }
}
@media (max-width: 767px) {
  body .section-hero-top {
    padding-top: 120px;
    padding-bottom: 60px;
  }
}
body .section-hero-top:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: radial-gradient(50% 45.45% at 50% 50%, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 100%);
  z-index: 1;
}
body .section-hero-top h1,
body .section-hero-top h1.entry-title,
body .section-hero-top .entry-title {
  position: relative;
  z-index: 2;
  margin-bottom: 0;
  color: #ebe1ca;
  font-size: 50px;
}
@media (max-width: 1300px) {
  body .section-hero-top h1,
  body .section-hero-top h1.entry-title,
  body .section-hero-top .entry-title {
    font-size: 40px;
  }
}
@media (max-width: 1020px) {
  body .section-hero-top h1,
  body .section-hero-top h1.entry-title,
  body .section-hero-top .entry-title {
    font-size: 35px;
  }
}
@media (max-width: 767px) {
  body .section-hero-top h1,
  body .section-hero-top h1.entry-title,
  body .section-hero-top .entry-title {
    font-size: 30px;
  }
}
body .decoration-top-about {
  padding-top: 30px;
  background-size: 100% auto;
}
@media (max-width: 767px) {
  body .decoration-top-about {
    padding-top: 10px;
  }
}
body .decoration-top-about:before {
  content: "";
  height: 320px;
  width: 100%;
  position: absolute;
  top: -170px;
  left: 0;
  background-image: url(images/webp/bg-press-half.webp) !important;
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: top center;
  display: inline-block;
}
@media (max-width: 1430px) {
  body .decoration-top-about:before {
    top: -150px;
  }
}
@media (max-width: 1300px) {
  body .decoration-top-about:before {
    top: -100px;
  }
}
@media (max-width: 1020px) {
  body .decoration-top-about:before {
    top: -85px;
  }
}
@media (max-width: 767px) {
  body .decoration-top-about:before {
    top: -60px;
  }
}
@media (max-width: 600px) {
  body .decoration-top-about:before {
    top: -20px;
    height: 200px;
  }
}
body .decoration-top-legend {
  padding-top: 30px;
}
@media (max-width: 767px) {
  body .decoration-top-legend {
    padding-top: 10px !important;
  }
}
body .decoration-top-legend:before {
  content: "";
  height: 600px;
  width: 100%;
  position: absolute;
  top: -170px;
  left: 0;
  background-image: url(images/webp/bg-legend-half.webp);
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: top center;
  display: inline-block;
}
@media (max-width: 1430px) {
  body .decoration-top-legend:before {
    top: -150px;
    height: 400px;
  }
}
@media (max-width: 1300px) {
  body .decoration-top-legend:before {
    top: -100px;
  }
}
@media (max-width: 1020px) {
  body .decoration-top-legend:before {
    top: -85px;
  }
}
@media (max-width: 767px) {
  body .decoration-top-legend:before {
    top: -60px;
  }
}
@media (max-width: 600px) {
  body .decoration-top-legend:before {
    top: -20px;
    height: 200px;
  }
}
body .decoration-top-page {
  padding-top: 30px;
}
body .decoration-top-page:before {
  content: "";
  height: 600px;
  width: 100%;
  position: absolute;
  top: -170px;
  left: 0;
  background-image: url(images/webp/bg-legend-half.webp);
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: top center;
  display: inline-block;
}
@media (max-width: 1430px) {
  body .decoration-top-page:before {
    top: -150px;
    height: 400px;
  }
}
@media (max-width: 1300px) {
  body .decoration-top-page:before {
    top: -100px;
  }
}
@media (max-width: 1020px) {
  body .decoration-top-page:before {
    top: -85px;
  }
}
@media (max-width: 767px) {
  body .decoration-top-page:before {
    top: -60px;
  }
}
@media (max-width: 600px) {
  body .decoration-top-page:before {
    top: -20px;
    height: 200px;
  }
}
body .mw900 .gb-layout-column-wrap {
  margin-left: auto;
  margin-right: auto;
  max-width: 900px;
}
@media (max-width: 1550px) {
  body .mw900 .gb-layout-column-wrap {
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media (max-width: 767px) {
  body .mw900 .gb-layout-column-wrap {
    display: block;
    padding-left: 30px;
    padding-right: 30px;
  }
}
body .section-upper {
  padding-top: 50px;
}
@media (max-width: 1430px) {
  body .section-upper {
    padding-top: 40px;
  }
}
@media (max-width: 767px) {
  body .section-upper {
    padding-top: 20px;
  }
}
body .section-upper:before {
  content: "";
  height: calc(100% + 170px);
  width: 100%;
  position: absolute;
  top: -170px;
  left: 0;
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: top center;
  display: inline-block;
  background-image: url(images/webp/bg-blog-half.webp);
  z-index: 1;
}
@media (max-width: 1430px) {
  body .section-upper:before {
    top: -150px;
    height: calc(100% + 150px);
  }
}
@media (max-width: 1300px) {
  body .section-upper:before {
    top: -100px;
    height: calc(100% + 100px);
  }
}
@media (max-width: 1020px) {
  body .section-upper:before {
    height: 400px;
    top: -80px;
    background-size: cover;
    background-repeat: repeat;
  }
}
@media (max-width: 600px) {
  body .section-upper:before {
    height: 200px;
    top: -30px;
  }
}
body .section-upper .container {
  position: relative;
  z-index: 2;
}
@media (max-width: 767px) {
  body .section-upper .wp-block-genesis-blocks-gb-column {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
@media (max-width: 600px) {
  body .section-upper .wp-block-genesis-blocks-gb-column {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
body .section-bottom-large {
  padding-bottom: 180px;
}
@media (max-width: 1430px) {
  body .section-bottom-large {
    padding-bottom: 180px;
  }
}
@media (max-width: 1300px) {
  body .section-bottom-large {
    padding-bottom: 100px;
  }
}
@media (max-width: 1020px) {
  body .section-bottom-large {
    padding-bottom: 60px;
  }
}
body .section-general-dark {
  position: relative;
  padding-bottom: 170px;
}
@media (max-width: 1430px) {
  body .section-general-dark {
    padding-bottom: 150px;
  }
}
@media (max-width: 1300px) {
  body .section-general-dark {
    padding-bottom: 100px;
  }
}
@media (max-width: 1020px) {
  body .section-general-dark {
    padding-bottom: 60px;
  }
}
@media (max-width: 767px) {
  body .section-general-dark {
    background-repeat: repeat-y;
    background-size: 100%;
    padding-bottom: 50px;
  }
}
body .section-general-dark.section-general-small-bottom {
  padding-bottom: 80px;
}
@media (max-width: 1430px) {
  body .section-general-dark.section-general-small-bottom {
    padding-bottom: 70px;
  }
}
@media (max-width: 1300px) {
  body .section-general-dark.section-general-small-bottom {
    padding-bottom: 60px;
  }
}
@media (max-width: 1020px) {
  body .section-general-dark.section-general-small-bottom {
    padding-bottom: 50px;
  }
}
@media (max-width: 767px) {
  body .section-general-dark.section-general-small-bottom {
    padding-bottom: 40px;
  }
}
body .section-general-dark:before {
  content: "";
  height: calc(100% + 170px);
  width: 100%;
  position: absolute;
  top: -170px;
  left: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  display: inline-block;
  background-image: url(images/webp/bg-blog-full.webp);
  z-index: 1;
}
@media (max-width: 1430px) {
  body .section-general-dark:before {
    top: -150px;
    height: calc(100% + 150px);
  }
}
@media (max-width: 1300px) {
  body .section-general-dark:before {
    top: -100px;
    height: calc(100% + 100px);
  }
}
@media (max-width: 1020px) {
  body .section-general-dark:before {
    height: 100px;
    top: -80px;
    background-size: cover;
    background-repeat: repeat;
  }
}
@media (max-width: 600px) {
  body .section-general-dark:before {
    height: 70px;
    background-repeat: no-repeat;
    top: -30px;
  }
}
body .section-general-dark .container {
  position: relative;
  z-index: 2;
}
body .section--dark {
  position: relative;
  background-size: 100% auto;
  background-repeat: repeat-y;
  padding-top: 40px;
}
@media (max-width: 1020px) {
  body .section--dark {
    background-repeat: repeat-y;
    padding-top: 10px;
  }
}
@media (max-width: 600px) {
  body .section--dark {
    padding-top: 35px;
  }
}
@media (max-width: 400px) {
  body .section--dark {
    padding-top: 20px;
  }
}
body .section--dark:before {
  content: "";
  height: calc(100% + 170px);
  width: 100%;
  position: absolute;
  top: -170px;
  left: 0;
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: top center;
  display: inline-block;
  background-image: url(images/webp/bg-blog-half.webp);
  z-index: 1;
}
@media (max-width: 1430px) {
  body .section--dark:before {
    top: -150px;
    height: calc(100% + 150px);
  }
}
@media (max-width: 1300px) {
  body .section--dark:before {
    top: -100px;
    height: calc(100% + 100px);
  }
}
@media (max-width: 1020px) {
  body .section--dark:before {
    height: 100px;
    top: -80px;
    background-size: cover;
    background-repeat: repeat;
  }
}
@media (max-width: 600px) {
  body .section--dark:before {
    height: 70px;
    background-repeat: no-repeat;
    top: -30px;
  }
}
body .section--dark .container {
  position: relative;
  z-index: 2;
}
body .section-double {
  position: relative;
  padding-top: 130px;
  padding-bottom: 100px;
  background-size: cover;
}
@media (max-width: 1430px) {
  body .section-double {
    padding-top: 100px;
    padding-bottom: 90px;
  }
}
@media (max-width: 1020px) {
  body .section-double {
    padding-bottom: 70px;
  }
}
@media (max-width: 767px) {
  body .section-double {
    padding-bottom: 20px;
  }
}
@media (max-width: 600px) {
  body .section-double {
    padding-top: 60px !important;
  }
}
@media (max-width: 400px) {
  body .section-double {
    padding-top: 40px !important;
    padding-bottom: 10px;
  }
}
body .section-double:before {
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: top center;
  display: inline-block;
  background-image: url(images/webp/bg-home-double.webp);
  z-index: 1;
}
body .section-double .container {
  position: relative;
  z-index: 2;
}
body .section-double .small-text-box {
  padding-top: 200px;
}
@media (max-width: 1430px) {
  body .section-double .small-text-box {
    padding-top: 160px;
  }
}
@media (max-width: 1020px) {
  body .section-double .small-text-box {
    padding-top: 80px;
  }
}
@media (max-width: 767px) {
  body .section-double .small-text-box {
    padding-top: 30px;
  }
}
@media (max-width: 1020px) {
  body .section-double .small-text-box .footer-icons {
    padding-top: 0;
  }
}
body .wpcf7 {
  max-width: 675px;
  display: block;
  margin: 0 auto;
}
body .wpcf7 .row {
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  body .wpcf7 .row {
    margin-bottom: 0;
  }
}
body .wpcf7 .wpcf7-spinner {
  margin: 10px 0 0 0;
}
@media (max-width: 767px) {
  body .wpcf7 .col_50 {
    width: 100%;
    margin-bottom: 10px;
  }
}
body .wpcf7 label {
  color: #ffffff;
  font-weight: 400;
  margin-bottom: 6px;
}
body .wpcf7 textarea,
body .wpcf7 input {
  background-color: #fff;
  color: #221711;
}
body .wpcf7 textarea::-moz-placeholder, body .wpcf7 input::-moz-placeholder {
  color: #221711;
  opacity: 1;
}
body .wpcf7 textarea::placeholder,
body .wpcf7 input::placeholder {
  color: #221711;
  opacity: 1;
}
body .wpcf7 textarea::-webkit-input-placeholder,
body .wpcf7 input::-webkit-input-placeholder {
  color: #221711;
}
body .wpcf7 textarea:-ms-input-placeholder,
body .wpcf7 input:-ms-input-placeholder {
  color: #221711;
}
body .wpcf7 textarea::-moz-placeholder,
body .wpcf7 input::-moz-placeholder {
  color: #221711;
}
body .wpcf7 textarea:-moz-placeholder,
body .wpcf7 input:-moz-placeholder {
  color: #221711;
}
body .wpcf7 input[type=submit] {
  border: 2px solid #ebe1ca;
  width: 100%;
  background: transparent;
  margin-top: 10px;
  color: #ebe1ca;
}
body .wpcf7 input[type=submit]:hover {
  background: #ebe1ca;
  color: #221711;
}
@media (max-width: 1300px) {
  body .hide-br br {
    display: none;
  }
}
body .section-general-none {
  position: relative;
}
body .section-general-none .gb-layout-column-wrap {
  position: initial;
}
body .section-general-none .half-text {
  padding-top: 100px;
  padding-bottom: 140px;
}
@media (max-width: 1430px) {
  body .section-general-none .half-text {
    padding-top: 80px;
    padding-bottom: 120px;
  }
}
@media (max-width: 1020px) {
  body .section-general-none .half-text {
    padding-top: 60px;
    padding-bottom: 100px;
  }
}
@media (max-width: 767px) {
  body .section-general-none .half-text {
    padding-top: 50px;
    padding-bottom: 0;
    margin-top: 0 !important;
  }
}
@media (max-width: 600px) {
  body .section-general-none .half-text {
    padding-top: 40px;
    padding-bottom: 0;
  }
}
@media (max-width: 1020px) {
  body .section-general-none .half-text .wp-block-spacer {
    height: 5px !important;
  }
}
@media (max-width: 767px) {
  body .section-general-none .half-text .wp-block-spacer {
    height: 0 !important;
  }
}
body .section-general-none .half-image {
  height: 100%;
}
@media (max-width: 767px) {
  body .section-general-none .half-image {
    margin-top: 0;
  }
}
body .section-general-none .half-image .gb-block-layout-column-inner {
  position: initial;
}
body .section-general-none .half-image * {
  height: 100%;
}
body .section-general-none .half-image img {
  width: 47%;
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
}
@media (max-width: 767px) {
  body .section-general-none .half-image img {
    position: relative;
    width: calc(100% + 60px);
    margin-left: -30px;
    max-width: calc(100% + 60px);
  }
}

.decoration-image > .gb-layout-column-wrap {
  position: absolute;
  bottom: -60px;
  left: 0;
  width: 100%;
  z-index: 2;
}
@media (max-width: 1430px) {
  .decoration-image > .gb-layout-column-wrap {
    bottom: -70px;
  }
}
@media (max-width: 1020px) {
  .decoration-image > .gb-layout-column-wrap {
    bottom: -50px;
  }
}
@media (max-width: 767px) {
  .decoration-image > .gb-layout-column-wrap {
    bottom: 0;
  }
}
@media (max-width: 1430px) {
  .decoration-image > .gb-layout-column-wrap figure {
    width: 100%;
  }
}
@media (max-width: 1430px) {
  .decoration-image > .gb-layout-column-wrap figure img {
    height: 120px;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    max-width: 100%;
  }
}
@media (max-width: 1020px) {
  .decoration-image > .gb-layout-column-wrap figure img {
    height: 100px;
  }
}
@media (max-width: 767px) {
  .decoration-image > .gb-layout-column-wrap figure img {
    height: 80px;
  }
}
@media (max-width: 600px) {
  .decoration-image > .gb-layout-column-wrap figure img {
    height: 60px;
  }
}

@media (max-width: 767px) {
  body .main-section-title {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
}
body .main-section-title h2.wp-block-heading {
  margin-bottom: 50px !important;
}
@media (max-width: 1020px) {
  body .main-section-title h2.wp-block-heading {
    margin-bottom: 30px !important;
  }
}
@media (max-width: 767px) {
  body .main-section-title h2.wp-block-heading {
    margin-bottom: 20px !important;
  }
}
@media (max-width: 1020px) {
  body .frame-image img {
    max-width: 300px;
    width: auto;
    height: auto;
  }
}
@media (max-width: 600px) {
  body .frame-image img {
    max-width: 250px;
  }
}
@media (max-width: 400px) {
  body .frame-image img {
    max-width: 200px;
  }
}
@media (max-width: 1300px) {
  body .has-large-font-size {
    font-size: 22px !important;
  }
}
@media (max-width: 767px) {
  body .has-large-font-size {
    font-size: 20px !important;
  }
}
@media (max-width: 600px) {
  body .has-large-font-size {
    font-size: 18px !important;
  }
}
@media (max-width: 1020px) {
  body .instagram-wrap {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 767px) {
  body .instagram-wrap {
    padding-left: 20px;
    padding-right: 20px;
  }
}
body .instagram-wrap #sb_instagram #sbi_images {
  padding-bottom: 0 !important;
}
@media (max-width: 1020px) {
  body .instagram-wrap #sb_instagram #sbi_images {
    padding-top: 0 !important;
  }
}

.section-press2 {
  position: relative;
  padding-bottom: 200px;
}
@media (max-width: 1020px) {
  .section-press2 {
    padding-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .section-press2 {
    padding-bottom: 50px;
  }
}
.section-press2 .decoration-image-team {
  position: absolute;
  right: 0;
  bottom: -440px;
}
@media (max-width: 1430px) {
  .section-press2 .decoration-image-team {
    bottom: -370px;
    right: -50px;
  }
}
@media (max-width: 1300px) {
  .section-press2 .decoration-image-team {
    bottom: -330px;
  }
}
@media (max-width: 1020px) {
  .section-press2 .decoration-image-team {
    display: none !important;
  }
}
@media (max-width: 1430px) {
  .section-press2 .decoration-image-team img {
    max-width: 300px;
  }
}

.section-team {
  position: relative;
  padding-bottom: 200px;
}
@media (max-width: 1020px) {
  .section-team {
    padding-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .section-team {
    padding-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .section-team:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: #000;
    opacity: 0.55;
  }
}
.section-team .decoration-image-team {
  position: absolute;
  right: 0;
  bottom: -440px;
}
@media (max-width: 1430px) {
  .section-team .decoration-image-team {
    bottom: -370px;
    right: -50px;
  }
}
@media (max-width: 1300px) {
  .section-team .decoration-image-team {
    bottom: -330px;
  }
}
@media (max-width: 1020px) {
  .section-team .decoration-image-team {
    display: none !important;
  }
}
@media (max-width: 1430px) {
  .section-team .decoration-image-team img {
    max-width: 300px;
  }
}
.section-team .team-wrap {
  margin-bottom: 50px;
  margin-top: 50px;
}
@media (max-width: 1020px) {
  .section-team .team-wrap {
    margin-bottom: 30px;
    margin-top: 30px;
  }
}
.section-team .team-wrap:last-of-type {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .section-team .team-wrap .gb-layout-column-wrap {
    display: block;
  }
}
@media (max-width: 767px) {
  .section-team .team-column {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
  }
}
.section-team .team-column figure {
  text-align: center;
  margin-bottom: 30px;
}
@media (max-width: 1300px) {
  .section-team .team-column figure {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .section-team .team-column figure {
    margin-bottom: 10px;
  }
}
@media (max-width: 767px) {
  .section-team .team-column img {
    max-width: 280px;
    display: block;
    margin: 0 auto;
  }
}
@media (max-width: 400px) {
  .section-team .team-column img {
    max-width: 200px;
  }
}
.section-team .team-column h4 {
  font-size: 40px;
  line-height: 1.1em;
  margin-bottom: 10px;
}
@media (max-width: 1430px) {
  .section-team .team-column h4 {
    font-size: 35px;
  }
}
@media (max-width: 1020px) {
  .section-team .team-column h4 {
    font-size: 30px;
  }
}
@media (max-width: 600px) {
  .section-team .team-column h4 {
    font-size: 28px;
  }
}
@media (max-width: 480px) {
  .section-team .team-column h4 {
    font-size: 25px;
  }
}
.section-team .team-column .text1 {
  font-size: 24px;
  margin-bottom: 10px;
  text-transform: uppercase;
  line-height: 1.1em;
}
@media (max-width: 1430px) {
  .section-team .team-column .text1 {
    font-size: 20px;
  }
}
@media (max-width: 1020px) {
  .section-team .team-column .text1 {
    font-size: 17px;
  }
}
@media (max-width: 767px) {
  .section-team .team-column .text1 {
    font-size: 16px;
  }
}
@media (max-width: 600px) {
  .section-team .team-column .text1 {
    font-size: 15px;
  }
}
.section-team .team-column .text2 {
  line-height: 1.1em;
  margin-bottom: 0;
}

.section-blog {
  position: relative;
  padding-top: 0;
}
@media (max-width: 1020px) {
  .section-blog {
    background-image: url(images/webp/bg-blog.webp);
    background-size: contain;
    background-repeat: repeat;
  }
}
@media (max-width: 600px) {
  .section-blog {
    padding-top: 60px;
  }
}
@media (max-width: 480px) {
  .section-blog {
    padding-top: 40px;
  }
}
.section-blog:before {
  content: "";
  height: calc(100% + 170px);
  width: 100%;
  position: absolute;
  top: -170px;
  left: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  display: inline-block;
  background-image: url(images/webp/bg-blog-full.webp);
  z-index: 1;
}
@media (max-width: 1020px) {
  .section-blog:before {
    height: 100px;
    top: -100px;
    background-size: cover;
    background-repeat: repeat;
  }
}
@media (max-width: 600px) {
  .section-blog:before {
    height: 70px;
    background-repeat: no-repeat;
    top: -30px;
  }
}
.section-blog .container {
  position: relative;
  z-index: 2;
}

.list-blog .article-box {
  margin-bottom: 55px;
}
@media (max-width: 1020px) {
  .list-blog .article-box {
    width: 50%;
    margin-bottom: 30px;
  }
}
@media (max-width: 600px) {
  .list-blog .article-box {
    width: 100%;
  }
}
.list-blog .article-box .blog-slide .news-item .ovh {
  display: block;
  width: 100%;
  height: 316px;
  overflow: hidden;
  position: relative;
  overflow: hidden;
  margin-bottom: 45px;
}
@media (max-width: 1430px) {
  .list-blog .article-box .blog-slide .news-item .ovh {
    height: 300px;
    margin-bottom: 35px;
  }
}
@media (max-width: 1300px) {
  .list-blog .article-box .blog-slide .news-item .ovh {
    height: 270px;
    margin-bottom: 25px;
  }
}
@media (max-width: 767px) {
  .list-blog .article-box .blog-slide .news-item .ovh {
    height: 250px;
    margin-bottom: 15px;
  }
}
@media (max-width: 600px) {
  .list-blog .article-box .blog-slide .news-item .ovh {
    height: 300px;
  }
}
@media (max-width: 480px) {
  .list-blog .article-box .blog-slide .news-item .ovh {
    height: 250px;
  }
}
.list-blog .article-box .blog-slide .news-item .ovh .cover {
  display: block;
  width: 100%;
  height: 100%;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition-timing-function: ease;
  transform: scale(1.01);
  background-color: #000;
}
.list-blog .article-box .blog-slide .news-item .ovh:hover .cover {
  transform: scale(1.1);
}
@media (max-width: 767px) {
  .list-blog .article-box .blog-slide .news-item .ovh:hover .cover {
    transform: scale(1);
  }
}
.list-blog .article-box .blog-slide .news-item .ovh:hover .cover:before {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.3) 0%, #000000 100%);
  opacity: 1;
}
.list-blog .article-box .blog-slide .news-item .blog-text {
  text-align: center;
}
.list-blog .article-box .blog-slide .news-item .blog-text .title {
  color: #ebe1ca;
  font-family: "The Sherloks", sans-serif;
  font-size: 24px;
  margin-bottom: 25px;
  line-height: 1.3em;
}
@media (max-width: 1430px) {
  .list-blog .article-box .blog-slide .news-item .blog-text .title {
    font-size: 20px;
    margin-bottom: 20px;
  }
}
@media (max-width: 1020px) {
  .list-blog .article-box .blog-slide .news-item .blog-text .title {
    font-size: 17px;
    margin-bottom: 15px;
  }
}
@media (max-width: 767px) {
  .list-blog .article-box .blog-slide .news-item .blog-text .title {
    font-size: 16px;
    margin-bottom: 10px;
  }
}
.list-blog .article-box .blog-slide .news-item .blog-text .blog-about {
  margin-bottom: 15px;
}
@media (max-width: 1020px) {
  .list-blog .article-box .blog-slide .news-item .blog-text .blog-about {
    margin-bottom: 10px;
  }
}
.list-blog .article-box .blog-slide .news-item .blog-text .blog-about * {
  color: #ebe1ca;
}
.list-blog .article-box .blog-slide .news-item .blog-text .blog-about span {
  margin-left: 10px;
  margin-right: 10px;
  font-size: 16px;
  line-height: 1.3em;
}
@media (max-width: 1430px) {
  .list-blog .article-box .blog-slide .news-item .blog-text .blog-about span {
    font-size: 15px;
  }
}
@media (max-width: 1300px) {
  .list-blog .article-box .blog-slide .news-item .blog-text .blog-about span {
    font-size: 14px;
    margin-left: 7px;
    margin-right: 7px;
  }
}
@media (max-width: 1020px) {
  .list-blog .article-box .blog-slide .news-item .blog-text .blog-about span {
    margin-left: 5px;
    margin-right: 5px;
  }
}
.list-blog .article-box .blog-slide .news-item .blog-text .blog-about span i {
  margin-right: 5px;
}
@media (max-width: 1430px) {
  .list-blog .article-box .blog-slide .news-item .blog-text .blog-about span i {
    font-size: 12px;
  }
}
@media (max-width: 1300px) {
  .list-blog .article-box .blog-slide .news-item .blog-text .blog-about span i {
    margin-right: 3px;
  }
}
@media (max-width: 1020px) {
  .list-blog .article-box .blog-slide .news-item .blog-text .blog-about span i {
    font-size: 11px;
  }
}
@media (max-width: 767px) {
  .list-blog .article-box .blog-slide .news-item .blog-text .blog-about span i {
    position: relative;
    top: -1px;
    font-size: 11px;
    margin-right: 5px;
  }
}

.wp-pagenavi > .page-numbers {
  border-top: 1px solid #ebe1ca;
  padding-top: 50px;
  margin-top: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  margin-bottom: 0;
}
@media (max-width: 600px) {
  .wp-pagenavi > .page-numbers {
    padding-top: 20px;
    margin-top: 10px;
  }
}
.wp-pagenavi > .page-numbers:hover {
  background-color: transparent;
}
.wp-pagenavi > .page-numbers li {
  margin: 2px 5px;
  list-style: none;
}
.wp-pagenavi > .page-numbers li a,
.wp-pagenavi > .page-numbers li span {
  font-size: 16px;
  width: 40px;
  height: 40px;
  display: flex !important;
  justify-content: center;
  align-items: center;
  margin: 0;
  margin-right: 1px;
  margin-left: 1px;
  background: transparent;
  border: 2px solid #ebe1ca;
  color: #ebe1ca;
  padding-top: 4px;
}
@media (max-width: 1020px) {
  .wp-pagenavi > .page-numbers li a,
  .wp-pagenavi > .page-numbers li span {
    width: 36px;
    font-size: 15px;
    height: 36px;
  }
}
@media (max-width: 767px) {
  .wp-pagenavi > .page-numbers li a,
  .wp-pagenavi > .page-numbers li span {
    width: 32px;
    height: 32px;
    font-size: 13px;
  }
}
.wp-pagenavi > .page-numbers li span {
  border: 2px solid #ebe1ca;
  color: #1a0f10;
  background-color: #ebe1ca;
}
.wp-pagenavi > .page-numbers li a:hover {
  border: 2px solid #ebe1ca;
  color: #1a0f10;
  background-color: #ebe1ca;
  text-decoration: none;
}
.wp-pagenavi > .page-numbers li .page-numbers.dots {
  background: transparent;
  color: #000;
}
.wp-pagenavi > .page-numbers li .next,
.wp-pagenavi > .page-numbers li .prev {
  font-size: 12px;
  padding-top: 0;
}

.section-brown {
  background-image: url(images/webp/bg-blog.webp);
}

.section-general-white {
  background-image: url(images/webp/bg-article.webp);
  background-repeat: repeat-x;
}

.single-article-box {
  padding-top: 30px;
  position: relative;
  background-image: url(images/webp/bg-article-full2.webp);
  background-repeat: repeat-y;
  background-size: 100% auto;
}
.single-article-box:before {
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  top: -170px;
  left: 0;
  background-size: 101% auto;
  background-repeat: no-repeat;
  background-position: top center;
  display: inline-block;
  background-image: url(images/webp/bg-article-full3.webp);
  z-index: 1;
}
@media (max-width: 1430px) {
  .single-article-box:before {
    top: -150px;
  }
}
@media (max-width: 1300px) {
  .single-article-box:before {
    top: -100px;
  }
}
@media (max-width: 1020px) {
  .single-article-box:before {
    top: -80px;
  }
}
@media (max-width: 767px) {
  .single-article-box:before {
    top: -50px;
  }
}
@media (max-width: 600px) {
  .single-article-box:before {
    top: -30px;
  }
}
@media (max-width: 600px) {
  .single-article-box {
    padding-bottom: 0;
  }
}
.single-article-box .container {
  position: relative;
  z-index: 1;
}
@media (max-width: 1020px) {
  .single-article-box .left-side,
  .single-article-box .right-side {
    width: 100%;
  }
}
@media (max-width: 1020px) {
  .single-article-box .right-side {
    padding-top: 20px;
  }
}
.single-article-box .left-side .main-image {
  font-size: 0;
  margin-bottom: 30px;
}
.single-article-box .left-side .big-title {
  line-height: 1.1em;
  margin-bottom: 15px;
}
.single-article-box .left-side .blog-about {
  margin-bottom: 20px;
}
@media (max-width: 1020px) {
  .single-article-box .left-side .blog-about {
    margin-bottom: 15px;
  }
}
.single-article-box .left-side .blog-about span {
  margin-right: 20px;
  font-size: 16px;
}
@media (max-width: 1430px) {
  .single-article-box .left-side .blog-about span {
    font-size: 15px;
  }
}
@media (max-width: 1300px) {
  .single-article-box .left-side .blog-about span {
    font-size: 14px;
    margin-left: 7px;
    margin-right: 7px;
  }
}
.single-article-box .left-side .blog-about span i {
  margin-right: 5px;
}
@media (max-width: 1430px) {
  .single-article-box .left-side .blog-about span i {
    font-size: 12px;
  }
}
@media (max-width: 1300px) {
  .single-article-box .left-side .blog-about span i {
    margin-right: 3px;
  }
}

.wrap-right-side {
  padding: 30px;
}
@media (max-width: 1020px) {
  .wrap-right-side {
    padding: 25px;
  }
}
@media (max-width: 600px) {
  .wrap-right-side {
    margin-left: -25px;
    margin-right: -25px;
  }
}
.wrap-right-side .wp-block-separator {
  border: 0.5px solid rgba(235, 225, 202, 0.3019607843);
  margin-block-start: 30px;
  margin-block-end: 30px;
}
@media (max-width: 1020px) {
  .wrap-right-side .wp-block-separator {
    margin-block-start: 20px;
    margin-block-end: 20px;
  }
}
.wrap-right-side .widget_text p {
  text-transform: uppercase;
}
.wrap-right-side .widget_categories .wp-block-categories-list {
  margin: 0;
  padding: 0;
}
.wrap-right-side .widget_categories .wp-block-categories-list li {
  list-style: none;
  margin-left: 0;
  margin-bottom: 10px;
  margin-top: 10px;
}
.wrap-right-side .widget_categories .wp-block-categories-list li a {
  font-size: 16px;
  color: #ebe1ca;
}
@media (max-width: 1020px) {
  .wrap-right-side .widget_categories .wp-block-categories-list li a {
    font-size: 15px;
  }
}
@media (max-width: 600px) {
  .wrap-right-side .widget_categories .wp-block-categories-list li a {
    font-size: 14px;
  }
}
.wrap-right-side .widget_categories .wp-block-categories-list li a:hover {
  opacity: 0.7;
}
.wrap-right-side form .wp-block-search__inside-wrapper {
  position: relative;
}
.wrap-right-side form input[type=text],
.wrap-right-side form input[type=search] {
  background: rgba(0, 0, 0, 0.368627451);
  border: 1px solid #ebe1ca;
  color: #ebe1ca;
  font-size: 16px;
}
.wrap-right-side form input[type=text]::-moz-placeholder, .wrap-right-side form input[type=search]::-moz-placeholder {
  color: #ebe1ca;
  opacity: 1;
}
.wrap-right-side form input[type=text]::placeholder,
.wrap-right-side form input[type=search]::placeholder {
  color: #ebe1ca;
  opacity: 1;
}
.wrap-right-side form input[type=text]::-webkit-input-placeholder,
.wrap-right-side form input[type=search]::-webkit-input-placeholder {
  color: #ebe1ca;
}
.wrap-right-side form input[type=text]:-ms-input-placeholder,
.wrap-right-side form input[type=search]:-ms-input-placeholder {
  color: #ebe1ca;
}
.wrap-right-side form input[type=text]::-moz-placeholder,
.wrap-right-side form input[type=search]::-moz-placeholder {
  color: #ebe1ca;
}
.wrap-right-side form input[type=text]:-moz-placeholder,
.wrap-right-side form input[type=search]:-moz-placeholder {
  color: #ebe1ca;
}
.wrap-right-side form button[type=submit] {
  width: 50px;
  height: 100%;
  font-size: 0;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
  background-image: url(images/svg/search.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 18px;
  border: none;
  background-color: transparent;
}
.wrap-right-side form button[type=submit]:hover {
  transform: none;
}
.wrap-right-side .wp-block-search__label {
  font-size: 20px;
  font-weight: 400;
  line-height: 1.5em;
  margin-bottom: 15px;
  color: #ebe1ca;
}
@media (max-width: 1300px) {
  .wrap-right-side .wp-block-search__label {
    font-size: 18px;
  }
}
@media (max-width: 1020px) {
  .wrap-right-side .wp-block-search__label {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .wrap-right-side .wp-block-search__label {
    font-size: 15px;
  }
}
.wrap-right-side .widget_recent_entries .wp-block-latest-posts__list {
  margin: 0;
}
.wrap-right-side .widget_recent_entries .wp-block-latest-posts__list li {
  position: relative;
  padding-left: 98px;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  min-height: 100px;
}
@media (max-width: 1300px) {
  .wrap-right-side .widget_recent_entries .wp-block-latest-posts__list li {
    padding-left: 90px;
  }
}
@media (max-width: 600px) {
  .wrap-right-side .widget_recent_entries .wp-block-latest-posts__list li {
    padding-left: 80px;
  }
}
.wrap-right-side .widget_recent_entries .wp-block-latest-posts__list li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
.wrap-right-side .widget_recent_entries .wp-block-latest-posts__list li .wp-block-latest-posts__featured-image {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 0;
  line-height: 0;
}
.wrap-right-side .widget_recent_entries .wp-block-latest-posts__list li .wp-block-latest-posts__featured-image a {
  background: #221711;
  font-size: 0;
  line-height: 0;
  width: 85px;
  height: 80px;
}
@media (max-width: 1300px) {
  .wrap-right-side .widget_recent_entries .wp-block-latest-posts__list li .wp-block-latest-posts__featured-image a {
    width: 80px;
    height: 80px;
  }
}
@media (max-width: 600px) {
  .wrap-right-side .widget_recent_entries .wp-block-latest-posts__list li .wp-block-latest-posts__featured-image a {
    width: 70px;
    height: 70px;
  }
}
.wrap-right-side .widget_recent_entries .wp-block-latest-posts__list li .wp-block-latest-posts__featured-image img {
  width: 85px;
  height: 80px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 1300px) {
  .wrap-right-side .widget_recent_entries .wp-block-latest-posts__list li .wp-block-latest-posts__featured-image img {
    width: 80px;
    height: 80px;
  }
}
@media (max-width: 600px) {
  .wrap-right-side .widget_recent_entries .wp-block-latest-posts__list li .wp-block-latest-posts__featured-image img {
    width: 70px;
    height: 70px;
  }
}
.wrap-right-side .widget_recent_entries .wp-block-latest-posts__list li .wp-block-latest-posts__post-title {
  font-size: 17px;
  line-height: 1.4em;
  margin-bottom: 10px;
  display: inline-block;
  width: 100%;
}
@media (max-width: 1300px) {
  .wrap-right-side .widget_recent_entries .wp-block-latest-posts__list li .wp-block-latest-posts__post-title {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .wrap-right-side .widget_recent_entries .wp-block-latest-posts__list li .wp-block-latest-posts__post-title {
    font-size: 15px;
  }
}
@media (max-width: 600px) {
  .wrap-right-side .widget_recent_entries .wp-block-latest-posts__list li .wp-block-latest-posts__post-title {
    font-size: 14px;
    margin-bottom: 5px;
  }
}
.wrap-right-side .widget_recent_entries .wp-block-latest-posts__list li .wp-block-latest-posts__post-title:hover {
  opacity: 0.7;
}
.wrap-right-side .widget_recent_entries .wp-block-latest-posts__list li .wp-block-latest-posts__post-date {
  font-size: 14px;
  position: relative;
  padding-left: 20px;
}
@media (max-width: 1430px) {
  .wrap-right-side .widget_recent_entries .wp-block-latest-posts__list li .wp-block-latest-posts__post-date {
    font-size: 13px;
  }
}
@media (max-width: 1020px) {
  .wrap-right-side .widget_recent_entries .wp-block-latest-posts__list li .wp-block-latest-posts__post-date {
    padding-left: 17px;
    font-size: 12px;
  }
}
.wrap-right-side .widget_recent_entries .wp-block-latest-posts__list li .wp-block-latest-posts__post-date:before {
  content: "\f133";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  left: 0;
  top: -1px;
  font-size: 12px;
  line-height: 1em;
}
@media (max-width: 1020px) {
  .wrap-right-side .widget_recent_entries .wp-block-latest-posts__list li .wp-block-latest-posts__post-date:before {
    font-size: 11px;
  }
}
@media (max-width: 767px) {
  .wrap-right-side .widget_recent_entries .wp-block-latest-posts__list li .wp-block-latest-posts__post-date:before {
    font-size: 10px;
  }
}

/*
.commentlist li {
	margin-bottom: 20px;
}

.commentlist .children {
	margin-top: 20px;
}

.commentlist .children li {
	padding-left: 20px;
}

.comment-reply-title {
	#cancel-comment-reply-link {
		float: right;
		font-size: 14px;
		font-weight: 400;
		color: #20449d;
		padding-left: 10px;

		@include desktop {
			font-size: 13px;
		}
		@include desktop-s {
			font-size: 12px;
			float: none;
			padding-left: 0;
		}
		@include mobile {
			font-size: 11px;
		}
	}

	small {
		@include desktop {
			display: inline-block;
			width: 100%;
		}
	}
}

.comment {
	.comment-form-email,
	.comment-form-author,
	.comment-form-comment {
		margin: 0;
	}
}

.comment .comment-notes {
	font-size: 16px;
	margin: 0 0 20px 0;
	@include desktop {
		font-size: 15px;
	}
	@include desktop-s {
		font-size: 14px;
	}

	@include mobile {
		font-size: 13px;
	}
}*/
body .fancybox-bg {
  background: rgba(0, 0, 0, 0.8392156863);
}
body .fancybox-slide--html .fancybox-close-small {
  color: rgb(255, 255, 255);
  right: 10px;
  top: 10px;
}

.hidebox {
  display: none !important;
  max-width: 1280px;
  background: rgba(43, 43, 43, 0.26);
  -webkit-backdrop-filter: blur(100px);
          backdrop-filter: blur(100px);
  clear: both;
}
.hidebox.fancybox-content {
  display: inline-block !important;
  padding: 60px 40px;
}
@media (max-width: 1020px) {
  .hidebox.fancybox-content {
    padding: 50px 20px;
    max-width: 96%;
  }
}
@media (max-width: 600px) {
  .hidebox.fancybox-content {
    padding: 25px 15px;
    max-width: 100%;
  }
}
.hidebox .wp-block-column {
  width: 50%;
  float: left;
  padding: 0 25px;
}
@media (max-width: 1020px) {
  .hidebox .wp-block-column {
    padding: 0 20px;
  }
}
@media (max-width: 767px) {
  .hidebox .wp-block-column {
    width: 100%;
    float: none;
    padding: 10px;
    text-align: center !important;
  }
}
.hidebox h2,
.hidebox h3 {
  font-family: "The Sherloks", sans-serif;
  font-size: 40px;
  line-height: 1em;
  margin-bottom: 5px;
}
@media (max-width: 1020px) {
  .hidebox h2,
  .hidebox h3 {
    font-size: 35px;
  }
}
@media (max-width: 767px) {
  .hidebox h2,
  .hidebox h3 {
    font-size: 30px;
  }
}
@media (max-width: 600px) {
  .hidebox h2,
  .hidebox h3 {
    font-size: 28px;
  }
}
.hidebox .text1,
.hidebox .text2 {
  margin-bottom: 3px;
}
@media (max-width: 767px) {
  .hidebox .text1,
  .hidebox .text2 {
    text-align: center !important;
  }
}
.hidebox p {
  font-size: 18px;
}
@media (max-width: 1300px) {
  .hidebox p {
    font-size: 17px;
  }
}
@media (max-width: 1020px) {
  .hidebox p {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .hidebox p {
    font-size: 15px;
  }
}
@media (max-width: 600px) {
  .hidebox p {
    font-size: 14px;
  }
}
.hidebox .wp-block-image {
  text-align: right;
}
@media (max-width: 767px) {
  .hidebox .wp-block-image {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .hidebox .wp-block-image img {
    width: 250px;
    height: auto;
  }
}

.list-press .small-press {
  margin-bottom: 20px;
}
@media (max-width: 1300px) {
  .list-press .small-press {
    width: 33.33%;
  }
}
@media (max-width: 1020px) {
  .list-press .small-press {
    width: 50%;
  }
}
@media (max-width: 600px) {
  .list-press .small-press {
    width: 100%;
  }
}
.list-press .small-press .blog-slide {
  height: 100%;
}
.list-press .small-press .blog-slide .news-item {
  padding: 25px;
  -webkit-backdrop-filter: blur(50px);
          backdrop-filter: blur(50px);
  background: rgba(137, 123, 91, 0.1019607843);
  height: 100%;
  display: inline-block;
  width: 100%;
}
@media (max-width: 767px) {
  .list-press .small-press .blog-slide .news-item {
    padding: 20px;
  }
}
@media (max-width: 600px) {
  .list-press .small-press .blog-slide .news-item {
    padding: 15px;
  }
}
.list-press .small-press .blog-slide .news-item .ovh {
  height: 215px;
  width: 100%;
  margin-bottom: 15px;
  overflow: hidden;
}
@media (max-width: 600px) {
  .list-press .small-press .blog-slide .news-item .ovh {
    height: 250px;
  }
}
@media (max-width: 480px) {
  .list-press .small-press .blog-slide .news-item .ovh {
    height: 215px;
  }
}
@media (max-width: 400px) {
  .list-press .small-press .blog-slide .news-item .ovh {
    height: 180px;
  }
}
.list-press .small-press .blog-slide .news-item .ovh .cover {
  width: 100%;
  height: 100%;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition-timing-function: ease;
  transform: scale(1.01);
  background-color: #000;
}
@media (max-width: 767px) {
  .list-press .small-press .blog-slide .news-item .ovh .cover {
    transform: scale(1);
  }
}
.list-press .small-press .blog-slide .news-item:hover .cover {
  transform: scale(1.1);
}
@media (max-width: 767px) {
  .list-press .small-press .blog-slide .news-item:hover .cover {
    transform: scale(1);
  }
}
.list-press .small-press .blog-slide .news-item:hover .cover:before {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.3) 0%, #000000 100%);
  opacity: 1;
}
.list-press .small-press .blog-slide .news-item .blog-about {
  opacity: 0.7;
  margin-bottom: 10px;
  line-height: 1.2em;
  font-size: 16px;
}
@media (max-width: 1430px) {
  .list-press .small-press .blog-slide .news-item .blog-about {
    font-size: 15px;
  }
}
@media (max-width: 1300px) {
  .list-press .small-press .blog-slide .news-item .blog-about {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .list-press .small-press .blog-slide .news-item .blog-about {
    font-size: 13px;
  }
}
@media (max-width: 600px) {
  .list-press .small-press .blog-slide .news-item .blog-about {
    font-size: 12px;
  }
}
.list-press .small-press .blog-slide .news-item .blog-about .separator {
  margin: 0 3px;
}
.list-press .small-press .blog-slide .news-item .blog-about i {
  margin-right: 5px;
}
@media (max-width: 1430px) {
  .list-press .small-press .blog-slide .news-item .blog-about i {
    font-size: 12px;
  }
}
@media (max-width: 1300px) {
  .list-press .small-press .blog-slide .news-item .blog-about i {
    margin-right: 3px;
  }
}
@media (max-width: 1020px) {
  .list-press .small-press .blog-slide .news-item .blog-about i {
    font-size: 11px;
  }
}
@media (max-width: 767px) {
  .list-press .small-press .blog-slide .news-item .blog-about i {
    position: relative;
    top: -1px;
    font-size: 11px;
    margin-right: 5px;
  }
}
.list-press .small-press .blog-slide .news-item .title {
  color: #ebe1ca;
  font-family: "The Sherloks", sans-serif;
  font-size: 22px;
  margin-bottom: 15px;
  line-height: 1.1em;
}
@media (max-width: 1430px) {
  .list-press .small-press .blog-slide .news-item .title {
    font-size: 20px;
  }
}
@media (max-width: 1020px) {
  .list-press .small-press .blog-slide .news-item .title {
    font-size: 17px;
  }
}
@media (max-width: 767px) {
  .list-press .small-press .blog-slide .news-item .title {
    font-size: 16px;
    margin-bottom: 10px;
  }
}
@media (max-width: 600px) {
  .list-press .small-press .blog-slide .news-item .button1 {
    width: 100%;
  }
}

.section-press {
  padding-left: 50px;
  padding-right: 50px;
}
@media (max-width: 1430px) {
  .section-press {
    padding-left: 0;
    padding-right: 0;
  }
}

.flex-filters {
  padding-bottom: 30px;
}
@media (max-width: 600px) {
  .flex-filters .col_50 {
    width: 100%;
  }
}
.flex-filters .big-title {
  margin-bottom: 0;
}
@media (max-width: 600px) {
  .flex-filters .big-title {
    text-align: center;
  }
}
.flex-filters select {
  width: 250px;
  margin-left: auto;
  display: block;
}
@media (max-width: 1020px) {
  .flex-filters select {
    width: 200px;
  }
}
@media (max-width: 600px) {
  .flex-filters select {
    margin-right: auto;
    margin-top: 15px;
  }
}

.not-found i {
  font-size: 50px;
  margin-bottom: 20px;
}
@media (max-width: 1020px) {
  .not-found i {
    font-size: 40px;
  }
}
@media (max-width: 767px) {
  .not-found i {
    margin-bottom: 10px;
    font-size: 35px;
  }
}

.page-id-796 .newsletter-bottom {
  display: none !important;
}

body button.cky-show-desc-btn:not(:hover):not(:active) {
  color: #e9ddc4;
}

.header-main {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
  padding-top: 20px;
  padding-bottom: 20px;
}
@media (max-width: 1020px) {
  .header-main {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
.header-main .container {
  max-width: 2200px;
  padding-left: 50px;
  padding-right: 50px;
}
@media (max-width: 767px) {
  .header-main .container {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 600px) {
  .header-main .container {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 1430px) {
  .header-main .left-header .wp-block-image img {
    max-width: 250px;
  }
}
@media (max-width: 1300px) {
  .header-main .left-header .wp-block-image img {
    max-width: 230px;
  }
}
@media (max-width: 1020px) {
  .header-main .left-header .wp-block-image img {
    max-width: 200px;
  }
}
@media (max-width: 767px) {
  .header-main .left-header .wp-block-image img {
    max-width: 180px;
  }
}
@media (max-width: 600px) {
  .header-main .left-header .wp-block-image img {
    max-width: 150px;
  }
}
@media (max-width: 400px) {
  .header-main .left-header .wp-block-image img {
    max-width: 120px;
  }
}

.menu-trigger {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 22px;
  text-align: center;
  position: relative;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition-timing-function: ease;
  margin-left: auto;
}
@media (max-width: 1020px) {
  .menu-trigger {
    width: 27px;
  }
}
@media (max-width: 767px) {
  .menu-trigger {
    width: 25px;
  }
}
@media (max-width: 600px) {
  .menu-trigger {
    width: 22px;
  }
}
.menu-trigger span:not(.hamburger) {
  display: block;
  position: absolute;
  clip: rect(1px, 1px, 1px, 1px);
}
.menu-trigger.active .hamburger {
  background-color: transparent;
}
.menu-trigger.active .hamburger:before, .menu-trigger.active .hamburger:after {
  top: 50%;
  transition: 0.2s top, 0.2s transform 0.2s;
  border-color: #ffffff;
}
.menu-trigger.active .hamburger:before {
  transform: rotate(45deg);
}
.menu-trigger.active .hamburger:after {
  transform: rotate(135deg);
}

.hamburger {
  height: 2px;
  background: #ffffff;
  transition: 0.2s ease-out all 0.2s;
  width: 30px;
}
@media (max-width: 1020px) {
  .hamburger {
    width: 27px;
  }
}
@media (max-width: 767px) {
  .hamburger {
    width: 25px;
  }
}
@media (max-width: 600px) {
  .hamburger {
    width: 22px;
  }
}
.hamburger:before, .hamburger:after {
  content: "";
  position: absolute;
  border-bottom: 2px solid #ffffff;
  left: 0;
  transition: 0.2s top 0.2s, 0.2s transform;
  width: 30px;
}
@media (max-width: 1020px) {
  .hamburger:before, .hamburger:after {
    width: 27px;
  }
}
@media (max-width: 767px) {
  .hamburger:before, .hamburger:after {
    width: 25px;
  }
}
@media (max-width: 600px) {
  .hamburger:before, .hamburger:after {
    width: 22px;
  }
}
.hamburger:before {
  top: 0;
}
@media (max-width: 600px) {
  .hamburger:before {
    top: 2px;
  }
}
.hamburger:after {
  top: 20px;
}
@media (max-width: 600px) {
  .hamburger:after {
    top: 18px;
  }
}

.overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  z-index: 33;
}
.overlay.active {
  display: block;
}

html.active-menu,
body.active-menu {
  overflow: hidden;
}
html.active-menu .left-header,
body.active-menu .left-header {
  opacity: 0.3;
}

.menu-box {
  position: fixed;
  right: -440px;
  top: 0;
  height: 100%;
  background: #1a0f10;
  z-index: 999;
  width: 440px;
  transition: all 0.3s ease;
}
@media (max-width: 600px) {
  .menu-box {
    width: 100%;
    right: -100%;
  }
}
.menu-box.active {
  right: 0;
}
.menu-box .content-mobile {
  height: 100%;
  padding-bottom: 160px;
  position: relative;
}
@media (max-width: 767px) {
  .menu-box .content-mobile {
    padding-bottom: 78px;
  }
}
@media (max-width: 480px) {
  .menu-box .content-mobile {
    padding-bottom: 64px;
  }
}
.menu-box .content-mobile .header-element {
  height: 100%;
  overflow-y: auto;
}
.menu-box .content-mobile .header-element::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 6px;
  background-color: #261a1b;
}
.menu-box .content-mobile .header-element::-webkit-scrollbar {
  width: 10px;
  background-color: #261a1b;
}
.menu-box .content-mobile .header-element::-webkit-scrollbar-thumb {
  border-radius: 6px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #000;
}

body::-webkit-scrollbar-track,
::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 6px;
  background-color: #261a1b;
}

body::-webkit-scrollbar,
::-webkit-scrollbar {
  width: 10px;
  background-color: #261a1b;
}

body::-webkit-scrollbar-thumb,
::-webkit-scrollbar-thumb {
  border-radius: 6px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #000;
}

.header-bottom {
  background: #140c0c;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 25px 10px;
  z-index: 2;
}
@media (max-width: 767px) {
  .header-bottom {
    padding: 20px 29px;
  }
}
@media (max-width: 480px) {
  .header-bottom {
    padding: 15px 20px;
  }
}
.header-bottom p {
  font-size: 18px;
}
@media (max-width: 1300px) {
  .header-bottom p {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .header-bottom p {
    font-size: 14px;
  }
}
@media (max-width: 600px) {
  .header-bottom p {
    margin-bottom: 0;
    text-align: left;
    font-size: 13px;
  }
}
@media (max-width: 480px) {
  .header-bottom p {
    font-size: 12px;
  }
}
@media (max-width: 400px) {
  .header-bottom p {
    font-size: 11px;
  }
}
.header-bottom p a:hover {
  opacity: 0.8;
}
.header-bottom .footer-icons {
  margin-bottom: 0;
  padding-top: 0;
}
@media (max-width: 767px) {
  .header-bottom .footer-icons {
    gap: 3px;
  }
}
.header-bottom .footer-icons li {
  margin: 2px !important;
}
.header-bottom .footer-icons a {
  background: #e9ddc4;
  color: #1b150f !important;
  fill: #1b150f !important;
  width: 40px;
  height: 40px;
  border-radius: 7px;
  text-align: center;
  justify-content: center;
  font-size: 26px;
}
@media (max-width: 1300px) {
  .header-bottom .footer-icons a {
    width: 30px;
    height: 30px;
  }
}
@media (max-width: 767px) {
  .header-bottom .footer-icons a {
    height: 25px;
    width: 25px;
    font-size: 20px;
  }
}
@media (max-width: 480px) {
  .header-bottom .footer-icons a {
    width: 22px;
    height: 22px;
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .header-bottom .gb-block-layout-column-inner {
    display: flex;
    justify-content: space-between;
    text-align: left;
  }
}

.header-middle {
  padding: 40px 50px;
}
@media (max-width: 767px) {
  .header-middle {
    padding: 30px;
  }
}
@media (max-width: 480px) {
  .header-middle {
    padding: 22px;
  }
}
.header-middle ul.menu {
  margin: 0;
  padding: 0;
  list-style: none;
}
.header-middle ul.menu li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1137254902);
  margin-bottom: 14px;
  padding-bottom: 10px;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  padding-left: 0;
}
.header-middle ul.menu li:hover {
  padding-left: 15px;
}
.header-middle ul.menu li:hover a {
  opacity: 0.8;
}
.header-middle ul.menu li:first-child {
  border-top: 1px solid rgba(255, 255, 255, 0.1882352941);
  padding-top: 14px;
}
.header-middle ul.menu li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
.header-middle ul.menu li.current-menu-item a {
  opacity: 0.8;
}
.header-middle ul.menu li a {
  display: inline-block;
  width: 100%;
}

.header-top {
  padding: 20px 50px;
}
@media (max-width: 767px) {
  .header-top {
    padding: 0px 30px;
    margin-top: 15px;
  }
}
@media (max-width: 480px) {
  .header-top {
    padding: 0 22px;
  }
}
.header-top .wp-block-image {
  font-size: 0;
  line-height: 0;
}
@media (max-width: 767px) {
  .header-top .wp-block-image img {
    max-width: 190px;
  }
}
@media (max-width: 480px) {
  .header-top .wp-block-image img {
    max-width: 150px;
  }
}
@media (max-width: 400px) {
  .header-top .wp-block-image img {
    max-width: 120px;
  }
}
.header-top .close-menu {
  width: 40px;
  height: 40px;
  position: relative;
  font-size: 0;
  line-height: 0;
  display: flex;
  align-items: center;
  justify-content: right;
  margin-left: auto;
  background: rgba(0, 0, 0, 0.168627451);
  border-radius: 500px;
}
@media (max-width: 767px) {
  .header-top .close-menu {
    position: absolute;
    right: 0;
    top: -40px;
    z-index: 999;
  }
}
@media (max-width: 480px) {
  .header-top .close-menu {
    right: -10px;
    top: -37px;
  }
}
.header-top .close-menu .hamburger3 {
  background-color: transparent;
}
.header-top .close-menu .hamburger3:before, .header-top .close-menu .hamburger3:after {
  top: 50%;
  transition: 0.2s top, 0.2s transform 0.2s;
  border-color: #fff;
  left: 10px;
  width: 20px;
}
@media (max-width: 600px) {
  .header-top .close-menu .hamburger3:before, .header-top .close-menu .hamburger3:after {
    left: 11px;
    width: 18px;
  }
}
.header-top .close-menu .hamburger3:before {
  transform: rotate(45deg);
}
.header-top .close-menu .hamburger3:after {
  transform: rotate(135deg);
}

.newsletter-bottom {
  background-image: url(images/webp/papirus.webp);
}
.newsletter-bottom form,
.newsletter-bottom .mc4wp-form {
  display: block;
  margin: 20px auto 0 auto;
  max-width: 525px;
}
@media (max-width: 600px) {
  .newsletter-bottom form,
  .newsletter-bottom .mc4wp-form {
    margin: 10px auto 0 auto;
  }
}
.newsletter-bottom form input[type=submit],
.newsletter-bottom .mc4wp-form input[type=submit] {
  width: 100%;
  margin-top: 20px;
}
@media (max-width: 767px) {
  .newsletter-bottom form input[type=submit],
  .newsletter-bottom .mc4wp-form input[type=submit] {
    margin-top: 10px;
  }
}
.newsletter-bottom form label,
.newsletter-bottom .mc4wp-form label {
  margin-bottom: 10px;
}
@media (max-width: 600px) {
  .newsletter-bottom form .col_50,
  .newsletter-bottom .mc4wp-form .col_50 {
    width: 100%;
    margin-top: 7px;
    margin-bottom: 7px;
  }
}

.footer-top {
  background-image: url(images/webp/sp-bg-findus-map.webp);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  padding-top: 200px;
  padding-bottom: 250px;
}
@media (max-width: 1430px) {
  .footer-top {
    padding-top: 120px;
    padding-bottom: 150px;
  }
}
@media (max-width: 1300px) {
  .footer-top {
    padding-top: 100px;
    padding-bottom: 120px;
  }
}
@media (max-width: 767px) {
  .footer-top {
    padding-top: 60px;
    padding-bottom: 70px;
  }
}
@media (max-width: 600px) {
  .footer-top {
    padding-top: 50px;
    padding-bottom: 60px;
  }
}
@media (max-width: 480px) {
  .footer-top {
    padding-top: 40px;
    padding-bottom: 50px;
  }
}
.footer-top .footer-simple-widget {
  text-align: center;
}
.footer-top .footer-simple-widget iframe {
  width: 675px;
  height: 375px;
  display: block;
  margin: 30px auto 0 auto;
}
@media (max-width: 1020px) {
  .footer-top .footer-simple-widget iframe {
    width: 100%;
    height: 350px;
    margin: 20px auto 0 auto;
  }
}
@media (max-width: 767px) {
  .footer-top .footer-simple-widget iframe {
    height: 300px;
    margin: 15px auto 0 auto;
  }
}
@media (max-width: 600px) {
  .footer-top .footer-simple-widget iframe {
    height: 250px;
  }
}

.footer-first {
  position: relative;
  padding-top: 180px;
  padding-bottom: 100px;
  background-image: url(images/webp/bg-general.webp);
}
@media (max-width: 1430px) {
  .footer-first {
    padding-top: 150px;
    padding-bottom: 80px;
  }
}
@media (max-width: 1300px) {
  .footer-first {
    padding-top: 120px;
    padding-bottom: 70px;
  }
}
@media (max-width: 1020px) {
  .footer-first {
    padding-top: 100px;
    padding-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .footer-first {
    padding-top: 90px;
    padding-bottom: 50px;
  }
}
@media (max-width: 600px) {
  .footer-first {
    padding-top: 80px;
    padding-bottom: 40px;
  }
}
.footer-first:before {
  content: "";
  width: 100%;
  height: 200px;
  background-image: url(images/webp/sp-skulls.webp);
  display: inline-block;
  position: absolute;
  top: -100px;
  left: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
@media (max-width: 1430px) {
  .footer-first:before {
    height: 180px;
    top: -90px;
  }
}
@media (max-width: 1300px) {
  .footer-first:before {
    height: 150px;
    top: -75px;
  }
}
@media (max-width: 1020px) {
  .footer-first:before {
    height: 120px;
    top: -60px;
  }
}
@media (max-width: 767px) {
  .footer-first:before {
    height: 80px;
    top: -40px;
    background-size: cover;
  }
}
@media (max-width: 600px) {
  .footer-first:before {
    height: 60px;
    top: -30px;
  }
}
@media (max-width: 1020px) {
  .footer-first .col_33 {
    width: 100%;
    margin-bottom: 20px;
  }
}
@media (max-width: 1020px) {
  .footer-first .col_33:last-child {
    margin-bottom: 0;
  }
}
.footer-first .widget_text a:hover {
  opacity: 0.8;
}

.small-text-box .footer-icons,
.footer-first .footer-icons {
  margin-bottom: 0;
  padding-top: 15px;
}
.small-text-box .footer-icons li,
.footer-first .footer-icons li {
  margin: 2px 5px !important;
}
@media (max-width: 767px) {
  .small-text-box .footer-icons li,
  .footer-first .footer-icons li {
    margin: 2px 3px !important;
  }
}
.small-text-box .footer-icons a,
.footer-first .footer-icons a {
  background: #e9ddc4;
  color: #1b150f !important;
  fill: #1b150f !important;
  width: 50px;
  height: 50px;
  border-radius: 7px;
  text-align: center;
  justify-content: center;
  font-size: 28px;
  display: flex;
}
@media (max-width: 1300px) {
  .small-text-box .footer-icons a,
  .footer-first .footer-icons a {
    width: 40px;
    height: 40px;
  }
}
@media (max-width: 767px) {
  .small-text-box .footer-icons a,
  .footer-first .footer-icons a {
    height: 35px;
    height: 35px;
    font-size: 25px;
  }
}

.hero-section {
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 500px;
  z-index: 3;
}
@media (max-width: 600px) {
  .hero-section {
    min-height: 400px;
  }
}
.hero-section .gb-layout-column-wrap {
  height: calc(100vh - 100px);
  min-height: 500px;
}
@media (max-width: 1430px) {
  .hero-section .gb-layout-column-wrap {
    height: 800px;
  }
}
@media (max-width: 1300px) {
  .hero-section .gb-layout-column-wrap {
    height: 700px;
  }
}
@media (max-width: 1020px) {
  .hero-section .gb-layout-column-wrap {
    height: 600px;
  }
}
@media (max-width: 767px) {
  .hero-section .gb-layout-column-wrap {
    height: 500px;
  }
}
@media (max-width: 600px) {
  .hero-section .gb-layout-column-wrap {
    height: 400px;
    min-height: 400px;
  }
}
.hero-section .bottom-image {
  position: absolute;
  bottom: -80px;
  left: 0;
  width: 100%;
  z-index: 1;
}
@media (max-width: 767px) {
  .hero-section .bottom-image {
    bottom: -50px;
  }
}
@media (max-width: 1430px) {
  .hero-section .bottom-image img {
    max-width: 1000px;
  }
}
@media (max-width: 1300px) {
  .hero-section .bottom-image img {
    max-width: 900px;
  }
}
@media (max-width: 1020px) {
  .hero-section .bottom-image img {
    max-width: 800px;
  }
}
@media (max-width: 767px) {
  .hero-section .bottom-image img {
    max-width: 100%;
  }
}

.image-frame {
  margin-bottom: 0;
}
.image-frame .size-full {
  background-image: url(images/webp/frame.webp);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  padding: 12%;
  border-radius: 10px;
  overflow: hidden;
}
@media (max-width: 1550px) {
  .image-frame .size-full {
    padding: 14%;
  }
}
@media (max-width: 1430px) {
  .image-frame .size-full {
    padding: 16%;
  }
}
@media (max-width: 600px) {
  .image-frame .size-full {
    max-width: 100%;
  }
}
.image-frame .size-full img {
  width: 100%;
  height: auto;
}/*# sourceMappingURL=custom-style.css.map */