@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300..700;1,300..700&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

/*!========================================================================
 * Typography
 * ======================================================================!*/

ul.dashed{
padding-left: 0;
}
.dashed li{
padding-bottom: 5px;
padding-left: 10px;
position: relative;
}
.dashed li::before {
content: "- ";
position: absolute;
left: 0;
}
ol.numbered{
padding-left: 20px;
list-style: decimal!important;
}
.numbered li{
padding-bottom: 5px;
padding-left: 0;
position: relative;
overflow: visible;
}

.small {
font-size: 65% !important;
}
.uppercase{
 text-transform: uppercase!important; 
}
.modal__message h5{
  letter-spacing: 0;
  font-size: 22px!important;
}
/*!========================================================================
 * Typography
 * ======================================================================!*/
.header__bar.light-bg {
  background-color: #fffff7 !important;
}

.menu-classic a{
  font-weight: 500; 
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.22em;
}
.header__col_right{
 text-transform: uppercase;
 letter-spacing: 0.22em;

}
.header__col_left{

 width:256px;
}
.header__col.no-pad-lr{
padding-left: 0;
padding-right: 0;
}
 @media all and (max-width: 1199px) {
.header__col_left{
 width:auto;
}
}

 @media all and (max-width: 991px) {
 .header__col_right{
 display:none;
}
}

 @media all and (max-width: 575px) {
.header__burger-label{
  display: none;
}
}


 .banner-descriptor {

    text-transform: uppercase;
  }

  .banner-tagline {
    font-style: italic;
    font-weight: 300;
    letter-spacing: 0.03em;
  }

  .button__label.button__label-normal, .button__label.button__label-hover{
  letter-spacing:0.28em;
  text-transform: uppercase;
  font-size: 11px;
}
.posrel{
  position: relative;
}

 .banner-geo {
    position: absolute;
    right: -40px;
    top: -40px;
    width: 280px;
    height: 280px;
    border: 1px solid rgba(184,150,62,0.15);
    transform: rotate(15deg);
    pointer-events: none;
  }

  .banner-geo-2 {
    position: absolute;
    right: 40px;
    top: -20px;
    width: 180px;
    height: 180px;
    border: 1px solid rgba(184,150,62,0.1);
    transform: rotate(15deg);
    pointer-events: none;
  }

  .icon-banner{
  position: relative;
  overflow: hidden;
}

 @media all and (max-width: 991px) {
.container.sm-fluid {
  width: 100%;
  max-width: 100%;
  padding-left: var(--gutter-horizontal);
  padding-right: var(--gutter-horizontal);
  margin-left: auto;
  margin-right: auto;
}
.pb-small.sm-none{
  padding-bottom: 0;
}
.content-width-1.center-sm{
display:block!important;
margin:0 auto;
}
.footer-logo{
  max-width:320px;
  display:block;
  margin: 10px auto;
}
}

/*!========================================================================
 * 59. Header
 * ======================================================================!*/
.header {
  position: static;
  --header-min-gutters-horizontal: 20;
  --header-max-gutters-horizontal: 40;
  --header-min-gutters-vertical: 10;
  --header-max-gutters-vertical: 20;
}

.menu-classic {
  position: relative;
  list-style-type: none;
  padding: 0;
  margin: 0;
  margin: 0 -0.25em;
  font-weight: bold;
  font-size: 14px;
  line-height: 3;
}
.bg-light-2.bg-logo-icon{
position: relative;
}

.section-map {
  height: auto;
  max-height: none;
}

.section-map__container {
  height: 500px;
  overflow: hidden;
  line-height: 0;
  font-size: 0;
}

.section-map__iframe {
  border: 0;
  display: block;
  filter: grayscale(0.9) sepia(0.4) brightness(1.1) contrast(0.85);
}

.bg-light-2.bg-logo-icon:before{
content: "";
top: 50px;
left: 50px;
transform: rotate(15deg);
background: url(../img/logo/icon-logo-white.svg);
position: absolute;
background-size: 800px 800px;
background-repeat: no-repeat;
display: inline-block;
width: 800px; 
height: 800px;
opacity:0.5
}
