@charset "UTF-8";
@import url("//fonts.googleapis.com/css?family=Oswald");
@font-face {
  font-family: 'Palatino Linotype';
  src: url("../fonts/palatino-linotype-4.ttf");
}

@font-face {
  font-family: 'TT Norms Pro';
  src: url("../fonts/TTNormsProRegular.otf");
}

@font-face {
  font-family: 'TT Norms Pro';
  src: url("../fonts/TTNormsProMedium.otf");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'TT Norms Pro';
  src: url("../fonts/TTNormsProBold.otf");
  font-weight: 700;
  font-style: normal;
}

#wowslider-container {
  zoom: 1;
  position: relative;
  max-width: 580px;
  margin: 0 auto;
  z-index: 100;
  border: none;
  text-align: left;
  /* reset align=center */
}

* html #wowslider-container {
  width: 580px;
}

#wowslider-container ul {
  position: relative;
  width: 10000%;
  height: auto;
  left: 0;
  list-style: none;
  margin: 0;
  padding: 0;
  border-spacing: 0;
  overflow: visible;
  /*table-layout:fixed;*/
}

#wowslider-container .ws_images ul li {
  width: 1%;
  line-height: 0;
  /*opera*/
  float: left;
  font-size: 0;
  padding: 0 0 0 0;
  margin: 0 0 0 0;
}

#wowslider-container .ws_images {
  position: relative;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

#wowslider-container .ws_images a {
  width: 100%;
  display: block;
  color: transparent;
}

#wowslider-container .ws_images img {
  width: 100%;
  border: none 0;
  max-width: none;
}

#wowslider-container a {
  text-decoration: none;
  outline: none;
  border: none;
}

#wowslider-container .ws_bullets {
  font-size: 0px;
  float: left;
  position: absolute;
  z-index: 70;
}

#wowslider-container .ws_bullets div {
  position: relative;
  float: left;
}

#wowslider-container a.wsl {
  display: none;
}

#wowslider-container .ws_bullets {
  padding: 10px;
}

#wowslider-container .ws_bullets a {
  width: 15px;
  height: 15px;
  background: url(./bullet.png) left top;
  float: left;
  text-indent: -4000px;
  position: relative;
  margin-left: 3px;
  color: transparent;
}

#wowslider-container .ws_bullets a:hover {
  background-position: 0 50%;
}

#wowslider-container .ws_bullets a.ws_selbull {
  background-position: 0 100%;
}

#wowslider-container a.ws_next, #wowslider-container a.ws_prev {
  position: absolute;
  display: none;
  top: 50%;
  margin-top: -50px;
  z-index: 60;
  height: 100px;
  width: 60px;
  background-image: url(./arrows.png);
}

#wowslider-container a.ws_next {
  background-position: 100% 0;
  right: 0;
}

#wowslider-container a.ws_prev {
  left: 0;
  background-position: 0 0;
}

* html #wowslider-container a.ws_next, * html #wowslider-container a.ws_prev {
  display: block;
}

#wowslider-container:hover a.ws_next, #wowslider-container:hover a.ws_prev {
  display: block;
}

/* bottom center */
#wowslider-container .ws_bullets {
  top: 5px;
  right: 10px;
}

#wowslider-container .ws_bullets .ws_bulframe {
  top: 20px;
}

#wowslider-container .ws_bullets .ws_bulframe {
  top: 20px;
}

#wowslider-container .ws-title {
  position: absolute;
  bottom: 10%;
  left: 7%;
  z-index: 50;
  padding: 12px;
  color: #000000;
  background: #fff;
  font-family: Oswald,Impact,Charcoal,sans-serif;
  font-size: 30px;
  text-shadow: 1px 1px 1px #BBBBBB;
  line-height: 30px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  opacity: 0.5;
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
}

#wowslider-container .ws-title div {
  font-size: 25px;
  text-shadow: 1px 1px 1px #000000;
}

#wowslider-container ul {
  animation: wsBasic 12s infinite;
  -moz-animation: wsBasic 12s infinite;
  -webkit-animation: wsBasic 12s infinite;
}

@keyframes wsBasic {
  0% {
    left: -0%;
  }
  16.67% {
    left: -0%;
  }
  33.33% {
    left: -100%;
  }
  50% {
    left: -100%;
  }
  66.67% {
    left: -200%;
  }
  83.33% {
    left: -200%;
  }
}

@-webkit-keyframes wsBasic {
  0% {
    left: -0%;
  }
  16.67% {
    left: -0%;
  }
  33.33% {
    left: -100%;
  }
  50% {
    left: -100%;
  }
  66.67% {
    left: -200%;
  }
  83.33% {
    left: -200%;
  }
}

#wowslider-container .ws_shadow {
  background: url(./shadow.png) left 100%;
  background-repeat: no-repeat;
  background-size: 100%;
  width: 100%;
  height: 20%;
  position: absolute;
  left: 0;
  bottom: -20%;
  z-index: -1;
}

* html #wowslider-container .ws_shadow {
  /*ie6*/
  background: none;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader( src='wowslider/install/shadow.png', sizingMethod='scale');
}

* + html #wowslider-container .ws_shadow {
  /*ie7*/
  background: none;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader( src='wowslider/install/shadow.png', sizingMethod='scale');
}

#wowslider-container .ws_bullets a img {
  text-indent: 0;
  display: block;
  top: 15px;
  left: -123px;
  visibility: hidden;
  position: absolute;
  -webkit-box-shadow: 0 0 5px #999999;
          box-shadow: 0 0 5px #999999;
  border: 5px solid #FFFFFF;
  max-width: none;
}

#wowslider-container .ws_bullets a:hover img {
  visibility: visible;
}

#wowslider-container .ws_bulframe div div {
  height: 90px;
  overflow: visible;
  position: relative;
}

#wowslider-container .ws_bulframe div {
  left: 0;
  overflow: hidden;
  position: relative;
  width: 246px;
  background-color: #FFFFFF;
}

#wowslider-container .ws_bullets .ws_bulframe {
  display: none;
  overflow: visible;
  position: absolute;
  cursor: pointer;
  -webkit-box-shadow: 0 0 5px #999999;
          box-shadow: 0 0 5px #999999;
  border: 5px solid #FFFFFF;
}

#wowslider-container .ws_bulframe span {
  display: block;
  position: absolute;
  top: -11px;
  margin-left: -5px;
  left: 123px;
  background: url(./triangle.png);
  width: 15px;
  height: 6px;
}

.btn--simple {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 180px;
  height: 40px;
  border: 1px solid #DDE1E6;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 3px;
  color: #3A3D3F;
  font-style: normal;
  font-weight: 400;
  font-size: 11px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  cursor: pointer;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.btn--simple__input {
  visibility: hidden;
}

.btn--simple__label {
  cursor: pointer;
  padding: 11px 19px;
}

.btn--simple:hover {
  background-color: #E19462;
  color: #FFFFFF;
}

.btn--simple.active {
  background-color: #C98254;
  color: #FFFFFF;
}

.btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}

.btn__text {
  font-family: "Palatino Linotype";
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  text-align: center;
  text-transform: uppercase;
  color: #3A3D3F;
}

.button--active .button__top svg stop {
  stop-color: white;
}

.button--active .button__bottom svg stop {
  stop-color: white;
}

.search-button {
  width: 25px;
  height: 25px;
  background: #FFFFFF;
  border: 1px solid #DDE1E6;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 3px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.search-button a {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.searchme {
  z-index: 100;
  width: 400px;
}

.sb-search {
  width: 100%;
  min-width: 30px;
  height: 30px;
  overflow: hidden;
  -webkit-transition: width 0.3s;
  transition: width 0.3s;
  -webkit-backface-visibility: hidden;
}

.sb-search.sb-search-open {
  width: 100%;
}

.sb-search-input {
  border: none;
  outline: none;
  background: #eee;
  width: 100%;
  height: 30px;
  margin: 0;
  z-index: 10;
  padding: 10px 35px 10px 10px;
  font-family: inherit;
  font-size: 14px;
  color: #000;
}

.sb-search-submit {
  z-index: 90;
}

.sb-search-submit {
  width: 30px;
  height: 30px;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  padding: 0;
  margin: 0;
  line-height: 30px;
  text-align: center;
  cursor: pointer;
}

.sb-icon-search {
  z-index: 11;
}

@font-face {
  font-family: 'Palatino Linotype';
  src: url("../fonts/palatino-linotype-4.ttf");
}

@font-face {
  font-family: 'TT Norms Pro';
  src: url("../fonts/TTNormsProRegular.otf");
}

@font-face {
  font-family: 'TT Norms Pro';
  src: url("../fonts/TTNormsProMedium.otf");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'TT Norms Pro';
  src: url("../fonts/TTNormsProBold.otf");
  font-weight: 700;
  font-style: normal;
}

.map__svg {
  position: fixed;
  left: 4.38%;
  bottom: -9.1%;
  height: 170%;
}

.map-svg {
  height: 190%;
  width: 119%;
  position: fixed;
  top: -66%;
}

.district {
  cursor: url("../../img/icons/xari-bulbul-icon.svg"), auto;
}

.map {
  position: fixed;
  bottom: -22vh;
  left: 1vw;
  z-index: -5;
}

.map-svg image {
  z-index: -5;
}

.map-svg pattern {
  z-index: -5;
}

.map-svg rect {
  z-index: -5;
  pointer-events: none;
}

#kalbajar-btn-bg {
  fill: transparent;
}

#kalbajar-btn-text {
  fill: transparent;
}

#kalbajar:hover {
  fill: #E19462;
  -webkit-transition: fill 0.5s;
  transition: fill 0.5s;
}

#kalbajar:hover ~ #kalbajar-btn-text {
  fill: white !important;
}

#kalbajar:hover ~ g #kalbajar-btn-bg {
  fill: #E19462 !important;
}

#lachin-btn-bg {
  fill: transparent;
}

#lachin-btn-text {
  fill: transparent;
}

#lachin:hover {
  fill: #E19462;
  -webkit-transition: fill 0.5s;
  transition: fill 0.5s;
}

#lachin:hover ~ #lachin-btn-text {
  fill: white !important;
}

#lachin:hover ~ g #lachin-btn-bg {
  fill: #E19462 !important;
}

#shusha-btn-bg {
  fill: transparent;
}

#shusha-btn-text {
  fill: transparent;
}

#shusha:hover {
  fill: #E19462;
  -webkit-transition: fill 0.5s;
  transition: fill 0.5s;
}

#shusha:hover ~ #shusha-btn-text {
  fill: white !important;
}

#shusha:hover ~ g #shusha-btn-bg {
  fill: #E19462 !important;
}

#gubadli-btn-bg {
  fill: transparent;
}

#gubadli-btn-text {
  fill: transparent;
}

#gubadli:hover {
  fill: #E19462;
  -webkit-transition: fill 0.5s;
  transition: fill 0.5s;
}

#gubadli:hover ~ #gubadli-btn-text {
  fill: white !important;
}

#gubadli:hover ~ g #gubadli-btn-bg {
  fill: #E19462 !important;
}

#zengilan-btn-bg {
  fill: transparent;
}

#zengilan-btn-text {
  fill: transparent;
}

#zengilan:hover {
  fill: #E19462;
  -webkit-transition: fill 0.5s;
  transition: fill 0.5s;
}

#zengilan:hover ~ #zengilan-btn-text {
  fill: white !important;
}

#zengilan:hover ~ g #zengilan-btn-bg {
  fill: #E19462 !important;
}

#jabrayil-btn-bg {
  fill: transparent;
}

#jabrayil-btn-text {
  fill: transparent;
}

#jabrayil:hover {
  fill: #E19462;
  -webkit-transition: fill 0.5s;
  transition: fill 0.5s;
}

#jabrayil:hover ~ #jabrayil-btn-text {
  fill: white !important;
}

#jabrayil:hover ~ g #jabrayil-btn-bg {
  fill: #E19462 !important;
}

#fuzuli-btn-bg {
  fill: transparent;
}

#fuzuli-btn-text {
  fill: transparent;
}

#fuzuli:hover {
  fill: #E19462;
  -webkit-transition: fill 0.5s;
  transition: fill 0.5s;
}

#fuzuli:hover ~ #fuzuli-btn-text {
  fill: white !important;
}

#fuzuli:hover ~ g #fuzuli-btn-bg {
  fill: #E19462 !important;
}

#khojaly-btn-bg {
  fill: transparent;
}

#khojaly-btn-text {
  fill: transparent;
}

#khojaly:hover {
  fill: #E19462;
  -webkit-transition: fill 0.5s;
  transition: fill 0.5s;
}

#khojaly:hover ~ #khojaly-btn-text {
  fill: white !important;
}

#khojaly:hover ~ g #khojaly-btn-bg {
  fill: #E19462 !important;
}

#terter-btn-bg {
  fill: transparent;
}

#terter-btn-text {
  fill: transparent;
}

#terter:hover {
  fill: #E19462;
  -webkit-transition: fill 0.5s;
  transition: fill 0.5s;
}

#terter:hover ~ #terter-btn-text {
  fill: white !important;
}

#terter:hover ~ g #terter-btn-bg {
  fill: #E19462 !important;
}

#khojavend-btn-bg {
  fill: transparent;
}

#khojavend-btn-text {
  fill: transparent;
}

#khojavend:hover {
  fill: #E19462;
  -webkit-transition: fill 0.5s;
  transition: fill 0.5s;
}

#khojavend:hover ~ #khojavend-btn-text {
  fill: white !important;
}

#khojavend:hover ~ g #khojavend-btn-bg {
  fill: #E19462 !important;
}

#aghdam-btn-bg {
  fill: transparent;
}

#aghdam-btn-text {
  fill: transparent;
}

#aghdam:hover {
  fill: #E19462;
  -webkit-transition: fill 0.5s;
  transition: fill 0.5s;
}

#aghdam:hover ~ #aghdam-btn-text {
  fill: white !important;
}

#aghdam:hover ~ g #aghdam-btn-bg {
  fill: #E19462 !important;
}

.active {
  fill: #C98254;
  -webkit-transition: fill 0.5s;
  transition: fill 0.5s;
}

@media only screen and (max-width: 768px) {
  .map-svg {
    height: 170%;
    width: 246%;
    position: fixed;
    left: -27%;
    top: -56%;
  }
}

@font-face {
  font-family: 'Palatino Linotype';
  src: url("../fonts/palatino-linotype-4.ttf");
}

@font-face {
  font-family: 'TT Norms Pro';
  src: url("../fonts/TTNormsProRegular.otf");
}

@font-face {
  font-family: 'TT Norms Pro';
  src: url("../fonts/TTNormsProMedium.otf");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'TT Norms Pro';
  src: url("../fonts/TTNormsProBold.otf");
  font-weight: 700;
  font-style: normal;
}

.menu__searchbox {
  display: none;
}

.menu__modal {
  display: none;
  z-index: 10;
  background: -webkit-gradient(linear, left top, left bottom, from(#E19462), color-stop(0.01%, #E19462), to(#E19462));
  background: linear-gradient(180deg, #E19462 0%, #E19462 0.01%, #E19462 100%);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.menu__content {
  padding: 10rem 5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.menu .columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 100%;
}

.menu .list ul {
  padding: 0;
  margin: 0;
}

.menu .list__title {
  font-family: 'TT Norms Pro';
  font-weight: 400;
  font-size: 25px;
  text-align: left;
  letter-spacing: 1px;
  color: #FFFFFF;
  pointer-events: none;
}

.menu .list__item {
  padding: 0.2rem 0;
}

.menu .list__item--extra {
  padding-top: 2rem;
}

.menu .list__item a {
  font-family: 'TT Norms Pro';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  text-align: left;
  letter-spacing: 1px;
  color: #FFFFFF;
}

.menu .list__item a {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.menu .list__item a:hover {
  color: #A02207;
}

.menu .list__item a:hover svg path {
  stroke: #A02207;
}

.menu .list__item a svg path {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

@media only screen and (max-width: 768px) {
  .menu {
    transition: all 5s ease;
    -webkit-transition: all 5s ease;
    -moz-transition: all 5s ease;
    -ms-transition: all 5s ease;
    -o-transition: all 5s ease;
  }
  .menu .columns {
    overflow-y: scroll;
    overflow-x: hidden;
    height: 73vh;
    display: block;
    margin-left: 1rem;
  }
  .menu__searchbox {
    display: block;
    padding: 0 0 1rem 0;
  }
  .menu__content {
    display: block;
    padding: 6rem 1rem;
    width: 100vw;
  }
  .menu .list {
    text-align: left;
  }
  .menu .list__title {
    text-align: left;
  }
  .menu .list__item--extra {
    padding: 0;
  }
  .menu .list__item a {
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }
  .menu .list__item a:hover {
    color: #A02207;
  }
  .menu .list__item a:hover svg path {
    stroke: #A02207;
  }
  .menu .list__item a__item a svg path {
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }
  .footer__text {
    display: none;
  }
}

@font-face {
  font-family: 'Palatino Linotype';
  src: url("../fonts/palatino-linotype-4.ttf");
}

@font-face {
  font-family: 'TT Norms Pro';
  src: url("../fonts/TTNormsProRegular.otf");
}

@font-face {
  font-family: 'TT Norms Pro';
  src: url("../fonts/TTNormsProMedium.otf");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'TT Norms Pro';
  src: url("../fonts/TTNormsProBold.otf");
  font-weight: 700;
  font-style: normal;
}

.select {
  position: relative;
  -webkit-appearance: button;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  vertical-align: middle;
  height: 40px;
  width: 144px;
  padding: 0.3em 0.6em;
  background: white;
  border: 1px solid #DDE1E6;
  border-radius: 3px;
  font-family: 'TT Norms Pro';
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  color: #3A3D3F;
  overflow: hidden;
  -webkit-transition: box-shadow 200ms, border-color 200ms;
  -webkit-transition: border-color 200ms, -webkit-box-shadow 200ms;
  transition: border-color 200ms, -webkit-box-shadow 200ms;
  transition: box-shadow 200ms, border-color 200ms;
  transition: box-shadow 200ms, border-color 200ms, -webkit-box-shadow 200ms;
  white-space: nowrap;
}

.select {
  text-shadow: none;
  font-size: 14px;
}

.select option:hover {
  background-color: #E19462;
  color: #FFFFFF;
}

.select:disabled, .select:disabled:hover {
  color: #cccccc !important;
}

.select:not([size]):focus {
  outline: none;
}

/* ie9/10 */
@media screen and (min-width: 0 \0) {
  .select:not([size])::-ms-expand {
    background: transparent;
    border: none;
    width: 12px;
    padding-left: 5px;
  }
}

/* firefox - use a wrap */
@-moz-document url-prefix() {
  .select:not([size]) {
    max-width: 999px !important;
  }
  option {
    padding-right: 10px;
  }
}

/* webkit */
@media all and (-webkit-min-device-pixel-ratio: 0) {
  .select:not([size]) {
    padding-right: 30px;
  }
}

/* multiple line .select control (eg <.select size="10">) */
.select[size] {
  -webkit-appearance: none;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  display: inline-block;
  height: auto;
  margin: 2px;
  padding: 0.3em 0 0.3em 0.4em;
  border: 1px solid #c4c0c0;
  border-radius: 2px;
  -webkit-box-shadow: 0px 3px 2px #eeeeee inset;
          box-shadow: 0px 3px 2px #eeeeee inset;
  font-size: 0.85em !important;
  -webkit-transition: box-shadow 200ms, border-color 200ms;
  -webkit-transition: border-color 200ms, -webkit-box-shadow 200ms;
  transition: border-color 200ms, -webkit-box-shadow 200ms;
  transition: box-shadow 200ms, border-color 200ms;
  transition: box-shadow 200ms, border-color 200ms, -webkit-box-shadow 200ms;
  vertical-align: middle;
  overflow: scroll;
}

.select[size]:focus {
  outline: none;
  color: #333333;
}

.select[size]:focus:hover {
  outline: none;
  color: #333333;
}

@font-face {
  font-family: 'Palatino Linotype';
  src: url("../fonts/palatino-linotype-4.ttf");
}

@font-face {
  font-family: 'TT Norms Pro';
  src: url("../fonts/TTNormsProRegular.otf");
}

@font-face {
  font-family: 'TT Norms Pro';
  src: url("../fonts/TTNormsProMedium.otf");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'TT Norms Pro';
  src: url("../fonts/TTNormsProBold.otf");
  font-weight: 700;
  font-style: normal;
}

.search-box {
  position: relative;
  max-width: 800px;
  width: 100%;
}

.search-box__input {
  max-width: 800px;
  width: 100%;
  height: 50px;
  background: #FFFFFF;
  border: 1px solid #DDE1E6;
  -webkit-box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.02);
          box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.02);
  border-radius: 3px;
}

.search-box__input::-webkit-input-placeholder {
  font-family: 'TT Norms Pro';
  font-style: normal;
  font-weight: 400;
  font-size: 1rem;
  color: #3A3D3F;
}

.search-box__input:-ms-input-placeholder {
  font-family: 'TT Norms Pro';
  font-style: normal;
  font-weight: 400;
  font-size: 1rem;
  color: #3A3D3F;
}

.search-box__input::-ms-input-placeholder {
  font-family: 'TT Norms Pro';
  font-style: normal;
  font-weight: 400;
  font-size: 1rem;
  color: #3A3D3F;
}

.search-box__input::placeholder {
  font-family: 'TT Norms Pro';
  font-style: normal;
  font-weight: 400;
  font-size: 1rem;
  color: #3A3D3F;
}

.search-box__input:focus {
  outline: none;
}

.search-box__input:-moz-read-write {
  font-style: normal;
  font-weight: 400;
  font-size: 1rem;
  color: #3A3D3F;
  padding: 13px 65px 13px 20px;
}

.search-box__input:read-write {
  font-style: normal;
  font-weight: 400;
  font-size: 1rem;
  color: #3A3D3F;
  padding: 13px 65px 13px 20px;
}

.search-box__button {
  position: absolute;
  width: 70px;
  height: 30px;
  right: 10px;
  top: 10px;
  background-color: #3A3D3F;
  border: none;
  border-radius: 2px;
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #FFFFFF;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.search-box__button:focus {
  outline: none;
}

.search-box__button:hover {
  background-color: #E19462;
}

.search-box--new {
  position: relative;
  max-width: 800px;
  min-width: 30px;
  -webkit-transition: width 0.3s;
  transition: width 0.3s;
  width: 16%;
}

.search-box--new__input {
  max-width: 800px;
  width: 100%;
  height: 29px;
  background: #FFFFFF;
  border: 1px solid #DDE1E6;
  -webkit-box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.02);
          box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.02);
  border-radius: 3px;
}

.search-box--new__input::-webkit-input-placeholder {
  font-style: normal;
  font-weight: normal;
  font-weight: 400;
  font-size: 1rem;
  color: #3A3D3F;
}

.search-box--new__input:-ms-input-placeholder {
  font-style: normal;
  font-weight: normal;
  font-weight: 400;
  font-size: 1rem;
  color: #3A3D3F;
}

.search-box--new__input::-ms-input-placeholder {
  font-style: normal;
  font-weight: normal;
  font-weight: 400;
  font-size: 1rem;
  color: #3A3D3F;
}

.search-box--new__input::placeholder {
  font-style: normal;
  font-weight: normal;
  font-weight: 400;
  font-size: 1rem;
  color: #3A3D3F;
}

.search-box--new__input:focus {
  outline: none;
}

.search-box--new__input:-moz-read-write {
  font-style: normal;
  font-weight: normal;
  font-weight: 400;
  font-size: 1rem;
  color: #3A3D3F;
  padding: 0 0 0 5px;
}

.search-box--new__input:read-write {
  font-style: normal;
  font-weight: normal;
  font-weight: 400;
  font-size: 1rem;
  color: #3A3D3F;
  padding: 0 0 0 5px;
}

.search-box--new__button {
  position: absolute;
  height: 23px;
  right: 2px;
  top: 4px;
  background: white;
  border: none;
  border-radius: 2px;
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #FFFFFF;
}

.search-box--new__button:focus {
  outline: none;
}

.search-box--home {
  position: relative;
  max-width: 700px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 1rem;
}

.search-box--home__input {
  max-width: 700px;
  width: 100%;
  height: 40px;
  background: #FFFFFF;
  border: 1px solid #DDE1E6;
  -webkit-box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.02);
          box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.02);
  border-radius: 3px;
}

.search-box--home__input::-webkit-input-placeholder {
  font-family: 'TT Norms Pro';
  font-style: normal;
  font-weight: 400;
  font-size: 1rem;
  color: #3A3D3F;
}

.search-box--home__input:-ms-input-placeholder {
  font-family: 'TT Norms Pro';
  font-style: normal;
  font-weight: 400;
  font-size: 1rem;
  color: #3A3D3F;
}

.search-box--home__input::-ms-input-placeholder {
  font-family: 'TT Norms Pro';
  font-style: normal;
  font-weight: 400;
  font-size: 1rem;
  color: #3A3D3F;
}

.search-box--home__input::placeholder {
  font-family: 'TT Norms Pro';
  font-style: normal;
  font-weight: 400;
  font-size: 1rem;
  color: #3A3D3F;
}

.search-box--home__input:focus {
  outline: none;
}

.search-box--home__input:-moz-read-write {
  font-style: normal;
  font-weight: 400;
  font-size: 1rem;
  color: #3A3D3F;
  padding: 13px 65px 13px 20px;
}

.search-box--home__input:read-write {
  font-style: normal;
  font-weight: 400;
  font-size: 1rem;
  color: #3A3D3F;
  padding: 13px 65px 13px 20px;
}

.search-box--home__button {
  cursor: pointer;
  position: absolute;
  width: 50px;
  height: 15px;
  background: transparent;
  border: none;
  border-radius: 2px;
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #FFFFFF;
}

.search-box--home__button:focus {
  outline: none;
}

@font-face {
  font-family: 'Palatino Linotype';
  src: url("../fonts/palatino-linotype-4.ttf");
}

@font-face {
  font-family: 'TT Norms Pro';
  src: url("../fonts/TTNormsProRegular.otf");
}

@font-face {
  font-family: 'TT Norms Pro';
  src: url("../fonts/TTNormsProMedium.otf");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'TT Norms Pro';
  src: url("../fonts/TTNormsProBold.otf");
  font-weight: 700;
  font-style: normal;
}

.news__line {
  width: 100%;
  height: 1px;
  background: #DDE1E6;
  -webkit-transform: matrix(1, 0, 0, -1, 0, 0);
          transform: matrix(1, 0, 0, -1, 0, 0);
  margin: 2rem 0;
}

.news__title {
  font-family: 'TT Norms Pro';
  font-style: normal;
  font-weight: 400;
  font-size: 30px;
  letter-spacing: -0.4px;
  color: #1A1A1A;
  margin-bottom: 0.5rem;
}

.news__date {
  font-family: 'TT Norms Pro';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 32px;
  color: #595959;
}

.news__content {
  margin-bottom: 1rem;
}

.news__content h2 {
  font-family: 'TT Norms Pro';
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  color: #1A1A1A;
}

.news__content h3 {
  font-family: 'TT Norms Pro';
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  color: #1A1A1A;
}

.news__content p {
  font-family: 'TT Norms Pro';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  color: #4C4C4C;
}

.news-video {
  margin: 1rem 0;
}

.news-video__content {
  position: relative;
  max-width: 697px;
  width: 100%;
  max-height: 384px;
  height: 100%;
  border-radius: 4px;
  overflow: hidden;
  cursor: pointer;
}

.news-video__content img {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  max-width: 697px;
  width: 100%;
}

.news-video__content:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.news-video__image {
  z-index: -5;
}

.news-video__title {
  position: absolute;
  bottom: 1.6rem;
  left: 1rem;
  font-family: 'TT Norms Pro';
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  color: #F4F7FB;
  z-index: 2;
}

.news-video__body {
  color: #FFFFFF;
  -webkit-transition: color .15s ease-in-out;
  transition: color .15s ease-in-out;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  top: 46%;
  left: 46%;
  display: flex;
  -ms-flex-item-align: center;
      align-self: center;
}

.news-video__body .play-icon {
  font-size: 80px;
  z-index: 2;
}

.news-video__body .play-icon:hover {
  color: #3A3D3F;
}

.news-video__modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: rgba(0, 0, 0, 0.848);
  opacity: 0;
  visibility: hidden;
}

.news-video__iframe {
  width: 800px;
  height: 400px;
  -o-object-fit: cover;
     object-fit: cover;
  position: relative;
}

.news-video__iframe--close {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 3;
  font-size: 30px;
  color: #FFFFFF;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  cursor: pointer;
}

.news-video__iframe--close:hover {
  color: #E19462;
}

.news-gallery {
  margin: 1rem 0;
}

.news-gallery__title {
  font-family: 'TT Norms Pro';
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  color: #1A1A1A;
  margin: 2rem 0;
}

.news-gallery__photos {
  margin-bottom: 1.6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  row-gap: 1rem;
  -webkit-column-gap: 1rem;
          column-gap: 1rem;
}

.news-gallery__photo-card {
  max-width: 229px;
  width: 100%;
  height: 139.77px;
  border-radius: 4px;
  overflow: hidden;
  cursor: pointer;
}

.news-gallery__photo-card img {
  mix-blend-mode: normal;
  opacity: 0.95;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.news-gallery__photo-card:hover img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}

.news__social {
  margin-top: 1rem;
  margin-bottom: 3rem;
  background: #FBF9F9;
  border: 1px solid #DDE1E6;
  border-radius: 4px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1rem;
}

.news__social p {
  font-family: 'TT Norms Pro';
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  color: #3B4256;
}

.news__social ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.news__social ul li {
  margin-right: 0.5rem;
}

.news__social ul li a {
  padding: 0.5rem;
}

.news__social ul li a:hover svg path {
  fill: #E19462;
}

.news__social ul li a svg path {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

@media only screen and (max-width: 768px) {
  .news-video__image {
    max-height: 250px;
  }
  .news-gallery__photos {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

#loader {
  position: fixed;
  z-index: 4;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #f8f9faa1;
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#loader__content {
  position: fixed;
  left: 50%;
  top: 50%;
  width: 80px;
  height: 80px;
  margin: -75px 0 0 -75px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: #E19462;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
}

#loader__content:before {
  content: "";
  position: absolute;
  top: 5px;
  left: 5px;
  right: 5px;
  bottom: 5px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: #C98254;
  -webkit-animation: spin 3s linear infinite;
  animation: spin 3s linear infinite;
}

#loader__content:after {
  content: "";
  position: absolute;
  top: 15px;
  left: 15px;
  right: 15px;
  bottom: 15px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: #E19462;
  -webkit-animation: spin 1.5s linear infinite;
  animation: spin 1.5s linear infinite;
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

html {
  scroll-behavior: smooth;
}

body {
  overflow-x: hidden;
}

.body--home {
  background-image: url("../../img/photos/background-map.svg");
  background-repeat: no-repeat;
  background-position-x: center;
  background-size: cover;
  height: 100vh;
}

.body--monument-detail {
  background-image: url("../../img/photos/background-map.svg");
  background-repeat: no-repeat;
  background-position-x: center;
  background-size: cover;
}

a:hover {
  text-decoration: none;
}

p,
ul {
  padding-bottom: 0;
  margin-bottom: 0;
}

li {
  list-style: none;
}

/* width */
::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #3A3D3F;
}

.unselectable {
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Safari */
  /* Konqueror HTML */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently supported by Chrome and Opera */
}

@font-face {
  font-family: 'Palatino Linotype';
  src: url("../fonts/palatino-linotype-4.ttf");
}

@font-face {
  font-family: 'TT Norms Pro';
  src: url("../fonts/TTNormsProRegular.otf");
}

@font-face {
  font-family: 'TT Norms Pro';
  src: url("../fonts/TTNormsProMedium.otf");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'TT Norms Pro';
  src: url("../fonts/TTNormsProBold.otf");
  font-weight: 700;
  font-style: normal;
}

.section__back-icon {
  padding: 1.6rem 0;
}

.section__back-icon a:hover svg path {
  stroke: #A02207;
}

.section__back-icon a svg path {
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}

.section__location {
  font-family: 'TT Norms Pro';
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #3A3D3F;
  padding-bottom: 0.6rem;
}

.section__location a {
  color: #3A3D3F;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.section__location a:hover {
  text-decoration: none;
  color: #A02207;
}

.section__title {
  font-family: 'TT Norms Pro';
  font-style: normal;
  font-weight: 500;
  font-size: 26px;
  color: #3A3D3F;
  padding-bottom: 2rem;
}

.section__content {
  max-width: 658px;
  font-weight: 400;
  font-size: 14px;
  line-height: 26px;
  color: #3A3D3F;
  margin-bottom: 3rem;
}

@font-face {
  font-family: 'Palatino Linotype';
  src: url("../fonts/palatino-linotype-4.ttf");
}

@font-face {
  font-family: 'TT Norms Pro';
  src: url("../fonts/TTNormsProRegular.otf");
}

@font-face {
  font-family: 'TT Norms Pro';
  src: url("../fonts/TTNormsProMedium.otf");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'TT Norms Pro';
  src: url("../fonts/TTNormsProBold.otf");
  font-weight: 700;
  font-style: normal;
}

#header {
  width: 100%;
  -webkit-transition: height 0.3s;
  transition: height 0.3s;
}

#header.small {
  height: 122px;
}

.header {
  z-index: 4;
}

.header__content {
  position: absolute;
  width: 100vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 40px calc(100vw*0.05);
}

.header__content .logo--white {
  display: block;
}

.header__content .logo--colored {
  display: none;
}

.header__content .logo a img {
  width: 270px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.header__content .announce__text {
  font-family: 'TT Norms Pro';
  font-style: normal;
  font-weight: 700;
  font-size: 19px;
  text-transform: uppercase;
  color: #3A3D3F;
  opacity: 1;
  visibility: visible;
  text-align: center;
}

.header__background {
  height: 270px;
  width: 100vw;
  -webkit-transition: height 0.3s;
  transition: height 0.3s;
  z-index: -1;
  background-repeat: no-repeat;
  background-position-x: right;
  background-size: cover;
}

.header__background--web {
  display: block;
}

.header__background--mobil {
  display: none;
}

.header--district__announce {
  font-family: 'TT Norms Pro';
  font-style: normal;
  font-weight: 700;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  text-transform: uppercase;
  color: #FFFFFF;
  position: absolute;
  top: 107px;
  left: 373px;
  max-width: 467px;
  width: 100%;
}

.header--district__announce--text {
  font-size: 16px;
}

.header--district__announce--owner {
  font-size: 12px;
  padding-top: 0.6rem;
}

.header--monument-of-district__announce {
  font-family: 'TT Norms Pro';
  font-style: normal;
  font-weight: 700;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  text-transform: uppercase;
  color: #FFFFFF;
  position: absolute;
  top: 48px;
  left: 496px;
  max-width: 467px;
  width: 100%;
}

.header--monument-of-district__announce--text {
  font-size: 16px;
}

.header--monument-of-district__announce--owner {
  font-size: 12px;
  padding-top: 0.6rem;
}

.header--monument__announce {
  font-family: 'TT Norms Pro';
  font-style: normal;
  font-weight: 700;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  text-transform: uppercase;
  color: #FFFFFF;
  position: absolute;
  top: 48px;
  left: 496px;
  max-width: 467px;
  width: 100%;
}

.header--monument__announce--text {
  font-size: 16px;
}

.header--monument__announce--owner {
  font-size: 12px;
  padding-top: 0.6rem;
}

.header-extras {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 20px;
          column-gap: 20px;
}

.header-extras__left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.header-extras__left .lang {
  margin-bottom: 0;
  display: contents;
  font-family: 'TT Norms Pro';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  text-transform: uppercase;
  color: #3A3D3F;
  cursor: pointer;
}

.header-extras__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  padding: 5px;
}

.header-extras__right:hover {
  cursor: pointer;
}

.header-extras__mobil-menu {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  display: none;
  padding: 0 0.3rem;
}

.header__background.small {
  height: 122px;
  position: fixed;
  z-index: -1;
}

@media only screen and (min-width: 1432px) and (max-width: 1491px) {
  .header__content .announce__text {
    text-align: right;
    font-size: 18px;
  }
}

@media only screen and (max-width: 1432px) {
  .header__content .announce__text {
    text-align: right;
    font-size: 17px;
  }
}

@media only screen and (max-width: 500px) {
  .header__content .logo a img {
    width: calc(100vw*0.4);
  }
}

@media only screen and (max-width: 768px) {
  .header__content {
    position: initial;
    background-color: white;
  }
  .header-extras__left {
    display: none;
  }
  .header .logo--white {
    display: none;
  }
  .header .logo--colored {
    display: block;
  }
  .header .logo a img {
    width: 220px;
  }
  .header--district__announce {
    display: none;
  }
  .header__background {
    height: 125px;
    position: initial;
  }
  #open-menu svg rect {
    fill: #3A3D3F;
  }
}

.header--menu {
  z-index: 10;
  position: fixed;
}

.header--menu__content {
  position: absolute;
  width: 100vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 40px calc(100vw*0.05);
}

.header--menu__background {
  height: 270px;
  width: 100vw;
  -webkit-transition: height 0.3s;
  transition: height 0.3s;
  z-index: -1;
}

.header--menu-extras {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 20px;
          column-gap: 20px;
}

.header--menu-extras__left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.header--menu-extras__left .lang {
  margin-bottom: 0;
  display: contents;
  font-family: 'TT Norms Pro';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  text-transform: uppercase;
  color: #3A3D3F;
  cursor: pointer;
}

.header--menu-extras__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  padding: 5px;
}

.header--menu-extras__right:hover {
  cursor: pointer;
}

@media only screen and (max-width: 768px) {
  .header--menu {
    z-index: 10;
    position: fixed;
  }
  .header--menu__content {
    position: absolute;
    width: 100vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 40px calc(100vw*0.05);
  }
  .header--menu__logo {
    display: none;
  }
  .header--menu__background {
    height: 270px;
    width: 100vw;
    -webkit-transition: height 0.3s;
    transition: height 0.3s;
    z-index: -1;
  }
  .header--menu-extras {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 20px;
            column-gap: 20px;
  }
  .header--menu-extras__left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .header--menu-extras__left .lang {
    margin-bottom: 0;
    display: contents;
    font-family: 'TT Norms Pro';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    text-transform: uppercase;
    color: #3A3D3F;
    cursor: pointer;
  }
  .header--menu-extras__right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
    padding: 5px;
  }
  .header--menu-extras__right:hover {
    cursor: pointer;
  }
}

@media only screen and (max-width: 1088px) {
  .header__background--web {
    display: none;
  }
  .header__background--mobil {
    display: block;
  }
}

.footer {
  padding-left: 50px;
  position: absolute;
  bottom: 50px;
}

.footer__text {
  font-family: 'TT Norms Pro';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  text-transform: uppercase;
  color: #FFFFFF;
}

.footer__list {
  display: none;
  padding: 0;
  -webkit-column-gap: 1.8rem;
          column-gap: 1.8rem;
  margin-bottom: 1.5rem;
}

.footer__list li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.pagination {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.25rem;
}

.page-link {
  color: #3A3D3F;
  background: #FFFFFF;
  border: 1px solid #DDE1E6;
  border-radius: 2px;
}

.page-link:hover {
  color: black;
}

@font-face {
  font-family: 'Palatino Linotype';
  src: url("../fonts/palatino-linotype-4.ttf");
}

@font-face {
  font-family: 'TT Norms Pro';
  src: url("../fonts/TTNormsProRegular.otf");
}

@font-face {
  font-family: 'TT Norms Pro';
  src: url("../fonts/TTNormsProMedium.otf");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'TT Norms Pro';
  src: url("../fonts/TTNormsProBold.otf");
  font-weight: 700;
  font-style: normal;
}

.section--district {
  margin-bottom: 3rem;
}

.section--district__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.section--district__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  row-gap: 2rem;
  -webkit-column-gap: 1rem;
          column-gap: 1rem;
}

.section--district__content .district-card {
  overflow: hidden;
  max-width: 264px;
  width: 100%;
}

.section--district__content .district-card__image {
  position: relative;
  border-radius: 3px;
  width: 264px;
  height: 170px;
  overflow: hidden;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.section--district__content .district-card__image img {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.section--district__content .district-card__image:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.section--district__content .district-card__body {
  font-family: 'TT Norms Pro';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  color: #1A1A1A;
  padding-top: 0.8rem;
  padding-left: 0.5rem;
}

@media only screen and (max-width: 768px) {
  .section--district__content {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@font-face {
  font-family: 'Palatino Linotype';
  src: url("../fonts/palatino-linotype-4.ttf");
}

@font-face {
  font-family: 'TT Norms Pro';
  src: url("../fonts/TTNormsProRegular.otf");
}

@font-face {
  font-family: 'TT Norms Pro';
  src: url("../fonts/TTNormsProMedium.otf");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'TT Norms Pro';
  src: url("../fonts/TTNormsProBold.otf");
  font-weight: 700;
  font-style: normal;
}

.section--info__content p {
  font-family: 'TT Norms Pro';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: #3A3D3F;
}

@font-face {
  font-family: 'Palatino Linotype';
  src: url("../fonts/palatino-linotype-4.ttf");
}

@font-face {
  font-family: 'TT Norms Pro';
  src: url("../fonts/TTNormsProRegular.otf");
}

@font-face {
  font-family: 'TT Norms Pro';
  src: url("../fonts/TTNormsProMedium.otf");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'TT Norms Pro';
  src: url("../fonts/TTNormsProBold.otf");
  font-weight: 700;
  font-style: normal;
}

.section--monument-detail--left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  height: 100%;
}

.section--monument-detail--left__photo .gallery {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.section--monument-detail--left__photo .gallery svg {
  max-width: 545px;
  width: 100%;
  height: 427px;
}

.section--monument-detail--left__photo .gallery .default-photo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  z-index: 0;
  top: 49px;
  max-width: 467px;
  min-height: 329px;
  max-height: 329px;
  width: 100%;
  height: 100%;
  border-radius: 6px;
  overflow: hidden;
}

.section--monument-detail--left__photo .gallery .default-photo a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  position: absolute;
  width: auto;
  height: 100%;
  border-radius: 6px;
}

.section--monument-detail--left__photo .gallery .default-photo a #gallery-default-photo {
  display: block;
  width: auto;
  height: 100%;
  border-radius: 6px;
}

.section--monument-detail--left__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.section--monument-detail--center {
  width: 0px;
  height: 100%;
  top: 0;
  position: fixed;
  border: 2px solid #3A3D3F;
  background-color: #3A3D3F;
}

.section--monument-detail--right {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding-right: 4rem;
}

.section--monument-detail--right__addition-bg {
  z-index: -1;
  position: absolute;
  bottom: 2rem;
  right: 0;
}

.section--monument-detail__district {
  font-family: 'Palatino Linotype';
  font-style: normal;
  font-weight: 400;
  font-size: 23px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #3A3D3F;
}

.section--monument-detail__monument {
  font-family: 'Palatino Linotype';
  font-style: normal;
  font-weight: 400;
  font-size: 22px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #3A3D3F;
  margin-top: 10px;
}

.section--monument-detail__table {
  margin-top: 30px;
}

.section--monument-detail__content {
  font-family: 'Palatino Linotype';
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 28px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #3A3D3F;
  margin-top: 30px;
  text-align: justify;
}

.section--monument-detail__content span p {
  font-style: normal;
  font-weight: 400;
  font-size: 17px;
}

.table-custom__head {
  font-family: 'Palatino Linotype';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 16px;
  color: #1A1A1A;
}

.table-custom__head td {
  padding: 3px 2rem 3px 0;
}

.table-custom__head .bold {
  font-size: 16px;
  color: #1A1A1A;
  font-weight: 600;
}

.table-custom__body {
  font-family: 'Palatino Linotype';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #1A1A1A;
}

.table-custom__body td {
  padding: 3px 2rem 3px 0;
}

.table-custom__body .bold {
  font-size: 16px;
  color: #1A1A1A;
  font-weight: 600;
}

.section--monument-detail--right .scrollable {
  height: 80vh;
  overflow-y: auto;
}

@media only screen and (max-width: 990px) {
  .section--monument-detail--right .scrollable {
    height: 100%;
    overflow-y: hidden;
  }
  .section--monument-detail--right {
    padding-right: 0;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 3rem;
  }
}

.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-slider {
  width: 50vw;
}

.slick-arrow {
  display: none;
}

.slick-arrow::before {
  display: none;
}

#owl-example {
  width: 56vw;
}

.nav-tabs .nav-link {
  border: none;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.nav-tabs {
  border-bottom: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.carousel {
  position: absolute;
  z-index: 1;
  top: 49px;
  left: 39px;
  width: 86%;
}

.carousel-item-inline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 467px;
  min-height: 329px;
  max-height: 329px;
  width: 100%;
  height: 100%;
  border-radius: 6px;
  overflow: hidden;
}

.carousel-item-inline a {
  display: block;
  position: absolute;
  width: auto;
  height: 100%;
  border-radius: 6px;
}

.carousel-item-inline a img {
  display: block;
  width: auto;
  height: 100%;
  border-radius: 6px;
}

@media only screen and (max-width: 583px) {
  .section--monument-detail--left__photo .gallery .default-photo a #gallery-default-photo {
    height: 95%;
  }
}

@media only screen and (max-width: 558px) {
  .section--monument-detail--left__photo .gallery .default-photo a #gallery-default-photo {
    height: 90%;
  }
}

@media only screen and (max-width: 530px) {
  .section--monument-detail--left__photo .gallery .default-photo a #gallery-default-photo {
    height: 86%;
  }
}

@media only screen and (max-width: 503px) {
  .section--monument-detail--left__photo .gallery .default-photo a #gallery-default-photo {
    height: 83%;
  }
}

@media only screen and (max-width: 480px) {
  .section--monument-detail--left__photo .gallery .default-photo a #gallery-default-photo {
    height: 80%;
  }
}

@media only screen and (max-width: 465px) {
  .section--monument-detail--left__photo .gallery .default-photo a #gallery-default-photo {
    height: 75%;
  }
}

@media only screen and (max-width: 439px) {
  .section--monument-detail--left__photo .gallery .default-photo a #gallery-default-photo {
    height: 70%;
  }
}

@media only screen and (max-width: 411px) {
  .section--monument-detail--left__photo .gallery .default-photo a #gallery-default-photo {
    height: 65%;
  }
}

@media only screen and (max-width: 386px) {
  .section--monument-detail--left__photo .gallery .default-photo a #gallery-default-photo {
    height: 62%;
  }
}

@media only screen and (max-width: 358px) {
  .section--monument-detail--left__photo .gallery .default-photo a #gallery-default-photo {
    height: 55%;
  }
}

@media only screen and (max-width: 320px) {
  .section--monument-detail--left__photo .gallery .default-photo a #gallery-default-photo {
    height: 53%;
  }
}

@font-face {
  font-family: 'Palatino Linotype';
  src: url("../fonts/palatino-linotype-4.ttf");
}

@font-face {
  font-family: 'TT Norms Pro';
  src: url("../fonts/TTNormsProRegular.otf");
}

@font-face {
  font-family: 'TT Norms Pro';
  src: url("../fonts/TTNormsProMedium.otf");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'TT Norms Pro';
  src: url("../fonts/TTNormsProBold.otf");
  font-weight: 700;
  font-style: normal;
}

.section--monument-of-district {
  margin-bottom: 3rem;
}

.section--monument-of-district__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  -webkit-column-gap: 1.125rem;
          column-gap: 1.125rem;
}

.section--monument-of-district__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  row-gap: 2rem;
  -webkit-column-gap: 1rem;
          column-gap: 1rem;
  margin-top: 1.25rem;
}

.section--monument-of-district__content .monument-of-district-card {
  max-width: 264px;
  width: 100%;
  text-align: center;
}

.section--monument-of-district__content .monument-of-district-card__image {
  overflow: hidden;
  position: relative;
  border-radius: 3px;
  width: 264px;
  height: 180px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.section--monument-of-district__content .monument-of-district-card__image img {
  max-height: 180px;
  height: 100%;
  width: auto;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.section--monument-of-district__content .monument-of-district-card__image:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.section--monument-of-district__content .monument-of-district-card__body {
  font-family: 'TT Norms Pro';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  color: #1A1A1A;
  padding-top: 0.8rem;
}

@media only screen and (max-width: 768px) {
  .section--monument-of-district__content {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .section--monument-of-district__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .section--monument-of-district__row--left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-column-gap: 1.125rem;
            column-gap: 1.125rem;
    row-gap: 0.5rem;
  }
}

.select-modal {
  width: 218px;
  height: 255px;
  background: #FFFFFF;
  border: 1px solid #DDE1E6;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 3px;
  padding: 0rem 0rem 1rem 1rem;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  position: absolute;
  z-index: 1;
  display: none;
  top: 0;
}

.select-modal__content {
  padding: 3rem 0 0rem 0;
}

.select-modal__button {
  position: relative;
  width: 40px;
  height: 40px;
  border: 1px solid #DDE1E6;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 3px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  display: none;
  margin-bottom: 1rem;
}

.select-modal__close {
  position: absolute;
  top: 1rem;
  left: 1rem;
  z-index: 2;
}

.select-modal__item {
  padding-top: 0.5rem;
}

@media only screen and (max-width: 768px) {
  .section--monument-of-district__row-2 {
    display: none;
  }
  .section--monument__row-2 {
    display: none;
  }
  .select-modal__button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 1.125rem;
          column-gap: 1.125rem;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.form-check {
  padding-left: 0;
}

@media only screen and (max-width: 768px) {
  .form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .btn--simple {
    margin: 0.4rem 0;
  }
  .form-select {
    margin-bottom: 0.4rem;
  }
  .section--monument-of-district__row {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.select2-container--open .select2-dropdown .select2-search--dropdown {
  display: none;
}

.select2-container--default .select2-selection--single {
  height: 40px;
  width: auto;
  padding: 0.3em 0.6em;
  background: white;
  border: 1px solid #DDE1E6;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #E19462;
  color: white;
}

.select2-container--default .select2-selection--single {
  width: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  font-family: 'TT Norms Pro';
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 170%;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  position: absolute;
  top: 6px;
  right: 4px;
}

@font-face {
  font-family: 'Palatino Linotype';
  src: url("../fonts/palatino-linotype-4.ttf");
}

@font-face {
  font-family: 'TT Norms Pro';
  src: url("../fonts/TTNormsProRegular.otf");
}

@font-face {
  font-family: 'TT Norms Pro';
  src: url("../fonts/TTNormsProMedium.otf");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'TT Norms Pro';
  src: url("../fonts/TTNormsProBold.otf");
  font-weight: 700;
  font-style: normal;
}

.section--monument {
  margin-bottom: 3rem;
}

.section--monument__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.section--monument__row--left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 1.125rem;
          column-gap: 1.125rem;
}

.section--monument__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  row-gap: 2rem;
  margin-top: 1.25rem;
  -webkit-column-gap: 1rem;
          column-gap: 1rem;
}

.section--monument__content .monument-card {
  max-width: 264px;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.section--monument__content .monument-card__image {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 3px;
  width: 264px;
  height: 180px;
  overflow: hidden;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.section--monument__content .monument-card__image img {
  max-height: 180px;
  height: 100%;
  width: auto;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.section--monument__content .monument-card__image:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.section--monument__content .monument-card__body {
  text-align: center;
  font-family: 'TT Norms Pro';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  color: #1A1A1A;
  padding-top: 0.8rem;
}

@media only screen and (max-width: 768px) {
  .section--monument__content {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@font-face {
  font-family: 'Palatino Linotype';
  src: url("../fonts/palatino-linotype-4.ttf");
}

@font-face {
  font-family: 'TT Norms Pro';
  src: url("../fonts/TTNormsProRegular.otf");
}

@font-face {
  font-family: 'TT Norms Pro';
  src: url("../fonts/TTNormsProMedium.otf");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'TT Norms Pro';
  src: url("../fonts/TTNormsProBold.otf");
  font-weight: 700;
  font-style: normal;
}

.section--multimedia {
  margin-bottom: 3rem;
}

.section--multimedia__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  row-gap: 2rem;
  -webkit-column-gap: 1rem;
          column-gap: 1rem;
}

.section--multimedia__content .multimedia-card {
  overflow: hidden;
  max-width: 264px;
  width: 100%;
}

.section--multimedia__content .multimedia-card__image {
  position: relative;
  border-radius: 3px;
  width: 264px;
  height: 170px;
  overflow: hidden;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.section--multimedia__content .multimedia-card__image img {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.section--multimedia__content .multimedia-card__image:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.section--multimedia__content .multimedia-card__date {
  position: absolute;
  bottom: 1.4rem;
  left: 0.7rem;
  font-family: 'TT Norms Pro';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  color: #FFFFFF;
}

.section--multimedia__content .multimedia-card__body {
  font-family: 'TT Norms Pro';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  color: #1A1A1A;
  padding-top: 0.8rem;
}

@media only screen and (max-width: 768px) {
  .section--multimedia__content {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@font-face {
  font-family: 'Palatino Linotype';
  src: url("../fonts/palatino-linotype-4.ttf");
}

@font-face {
  font-family: 'TT Norms Pro';
  src: url("../fonts/TTNormsProRegular.otf");
}

@font-face {
  font-family: 'TT Norms Pro';
  src: url("../fonts/TTNormsProMedium.otf");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'TT Norms Pro';
  src: url("../fonts/TTNormsProBold.otf");
  font-weight: 700;
  font-style: normal;
}

.section--multimedia-detail {
  margin-bottom: 3rem;
}

.section--multimedia-detail__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.btn.active .btn__text {
  color: white;
}

.btn.active .btn__top svg path {
  fill: white;
  stroke: white;
}

.btn.active .btn__bottom svg path {
  fill: white;
  stroke: white;
}

#myModal {
  display: none;
}

/* Modal Content */
.modal-content {
  position: relative;
  background-color: #fefefe;
  margin: auto;
  padding: 0;
  width: 90%;
  max-width: 1200px;
  max-width: 800px;
}

/* The Close Button */
.close {
  color: white;
  position: absolute;
  top: 10px;
  right: 25px;
  font-size: 35px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #999;
  text-decoration: none;
  cursor: pointer;
}

/* Hide the slides by default */
.mySlides {
  display: none;
}

/* Next & previous buttons */
.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: white;
  font-weight: bold;
  font-size: 20px;
  -webkit-transition: 0.6s ease;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  -webkit-user-select: none;
}

a:not([href]):not([tabindex]) {
  color: white;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
  background-color: rgba(253, 253, 253, 0.8);
}

img.demo {
  opacity: 0.6;
}

.active,
.demo:hover {
  opacity: 1;
}

@font-face {
  font-family: 'Palatino Linotype';
  src: url("../fonts/palatino-linotype-4.ttf");
}

@font-face {
  font-family: 'TT Norms Pro';
  src: url("../fonts/TTNormsProRegular.otf");
}

@font-face {
  font-family: 'TT Norms Pro';
  src: url("../fonts/TTNormsProMedium.otf");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'TT Norms Pro';
  src: url("../fonts/TTNormsProBold.otf");
  font-weight: 700;
  font-style: normal;
}

.section--search {
  margin-bottom: 3rem;
}

.section--search__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.section--search__row--left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 1.125rem;
          column-gap: 1.125rem;
}

.section--search__result {
  font-style: normal;
  font-weight: 400;
  font-size: 1rem;
  color: rgba(58, 61, 63, 0.7);
  margin-top: 2.5rem;
}

.section--search__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  row-gap: 2rem;
  margin-top: 2.5rem;
}

.section--search__content .search-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 1.7rem;
  width: 100%;
  max-width: 800px;
}

.section--search__content .search-card__text {
  font-weight: 400;
  font-size: 1rem;
  color: #3A3D3F;
  width: 100%;
  max-width: 695px;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.section--search__content .search-card__button a {
  font-weight: 400;
  font-size: 14px;
  color: #3A3D3F;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.3rem;
}

.section--search__content .search-card__button a span {
  padding: 0 0.5rem;
  font-size: 13px;
}

.section--search__content .search-card__line {
  width: 100%;
  max-width: 800px;
  height: 1px;
  background: #DDE1E6;
  -webkit-transform: matrix(1, 0, 0, -1, 0, 0);
          transform: matrix(1, 0, 0, -1, 0, 0);
}

.section--search__pagination {
  margin-top: 3rem;
}

@font-face {
  font-family: 'Palatino Linotype';
  src: url("../fonts/palatino-linotype-4.ttf");
}

@font-face {
  font-family: 'TT Norms Pro';
  src: url("../fonts/TTNormsProRegular.otf");
}

@font-face {
  font-family: 'TT Norms Pro';
  src: url("../fonts/TTNormsProMedium.otf");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'TT Norms Pro';
  src: url("../fonts/TTNormsProBold.otf");
  font-weight: 700;
  font-style: normal;
}

.home {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.home-info {
  max-width: 400px;
  position: absolute;
  right: 10rem;
  top: 170px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.home-info__button {
  margin-top: 1rem;
  max-width: 140px;
  width: 100%;
  height: 43px;
  background-color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.home-info__button a {
  font-family: 'TT Norms Pro';
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  text-align: center;
  letter-spacing: 0.25px;
  color: #3A3D3F;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.home-info__button:hover {
  background-color: #E19462;
}

.home-info__button:hover a {
  color: white;
}

.home-info p {
  font-family: 'TT Norms Pro';
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
  text-align: justify;
  color: #3A3D3F;
}

.home__center-line {
  width: 1px;
  height: 100%;
  top: 0;
  position: fixed;
  border: 1px solid #3A3D3F;
  background-color: #3A3D3F;
}

.home-map {
  width: 100%;
  position: -webkit-sticky;
  position: sticky;
}

.home-sidebar {
  width: 40vw;
  position: absolute;
  right: 0;
  display: none;
}

.home-sidebar__close-icon {
  cursor: pointer;
  margin-bottom: 0.5rem;
}

.home-sidebar__close-icon:hover svg {
  stroke: #A02207;
}

.home-sidebar__list {
  height: 47vh;
  overflow-y: auto;
  margin-bottom: 0.5rem;
}

.home-sidebar__list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-item-align: center;
      align-self: center;
  margin: 1rem 0;
  max-width: 700px;
  width: 100%;
}

.home-sidebar__list-item p {
  font-family: 'TT Norms Pro';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  color: #3A3D3F;
  padding-left: 0.5rem;
}

.home-sidebar__list-item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.home-sidebar__list-item a img {
  width: 25px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

.home-sidebar__more {
  width: 140px;
  height: 50px;
  background-color: #3A3D3F;
  border-radius: 3px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: background-color 0.5s;
  transition: background-color 0.5s;
}

.home-sidebar__more:hover {
  background-color: #E19462;
}

.home-sidebar__more a {
  color: #FFFFFF;
}

.home-sidebar-inline {
  height: 100%;
  width: 85%;
}

#announce--home {
  display: block;
  width: 60%;
}

@media only screen and (max-width: 768px) {
  #announce--home {
    display: none;
  }
  .home-info {
    display: none;
  }
  .home-sidebar {
    width: 100%;
    height: 100%;
    position: fixed;
    right: 0;
    bottom: 0;
    top: 7rem;
    background-image: url("../../img/photos/background-map.svg");
    background-repeat: no-repeat;
    background-position-x: center;
    background-size: cover;
    border-top: #3A3D3F 1px solid;
  }
  .home__center-line {
    display: none;
  }
  .home-sidebar-inline {
    width: 100%;
    padding-top: 1rem;
  }
}

@font-face {
  font-family: 'Palatino Linotype';
  src: url("../fonts/palatino-linotype-4.ttf");
}

@font-face {
  font-family: 'TT Norms Pro';
  src: url("../fonts/TTNormsProRegular.otf");
}

@font-face {
  font-family: 'TT Norms Pro';
  src: url("../fonts/TTNormsProMedium.otf");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'TT Norms Pro';
  src: url("../fonts/TTNormsProBold.otf");
  font-weight: 700;
  font-style: normal;
}

.section--photo {
  margin-bottom: 3rem;
}

.section--photo__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  row-gap: 2rem;
  -webkit-column-gap: 1rem;
          column-gap: 1rem;
}

.section--photo__content .photo-card {
  overflow: hidden;
  max-width: 264px;
  width: 100%;
}

.section--photo__content .photo-card__image {
  position: relative;
  border-radius: 3px;
  width: 264px;
  height: 170px;
  overflow: hidden;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.section--photo__content .photo-card__image img {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.section--photo__content .photo-card__image:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.section--photo__content .photo-card__body {
  font-family: 'TT Norms Pro';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  color: #1A1A1A;
  padding-top: 0.8rem;
  text-align: center;
}

@media only screen and (max-width: 768px) {
  .section--photo__content {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@font-face {
  font-family: 'Palatino Linotype';
  src: url("../fonts/palatino-linotype-4.ttf");
}

@font-face {
  font-family: 'TT Norms Pro';
  src: url("../fonts/TTNormsProRegular.otf");
}

@font-face {
  font-family: 'TT Norms Pro';
  src: url("../fonts/TTNormsProMedium.otf");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'TT Norms Pro';
  src: url("../fonts/TTNormsProBold.otf");
  font-weight: 700;
  font-style: normal;
}

.section--video {
  margin-bottom: 3rem;
}

.section--video__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  row-gap: 2rem;
  -webkit-column-gap: 1rem;
          column-gap: 1rem;
}

.section--video__content .video-card {
  overflow: hidden;
  max-width: 264px;
  width: 100%;
}

.section--video__content .video-card__image {
  position: relative;
  border-radius: 3px;
  width: 264px;
  height: 170px;
  overflow: hidden;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.section--video__content .video-card__image img {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.section--video__content .video-card__image:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.section--video__content .video-card__play-icon {
  position: absolute;
}

.section--video__content .video-card__body {
  font-family: 'TT Norms Pro';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  color: #1A1A1A;
  padding-top: 0.8rem;
  text-align: center;
}

@media only screen and (max-width: 768px) {
  .section--video__content {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@font-face {
  font-family: 'Palatino Linotype';
  src: url("../fonts/palatino-linotype-4.ttf");
}

@font-face {
  font-family: 'TT Norms Pro';
  src: url("../fonts/TTNormsProRegular.otf");
}

@font-face {
  font-family: 'TT Norms Pro';
  src: url("../fonts/TTNormsProMedium.otf");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'TT Norms Pro';
  src: url("../fonts/TTNormsProBold.otf");
  font-weight: 700;
  font-style: normal;
}

.section--photo-detail {
  margin-bottom: 3rem;
}

.section--photo-detail__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.section--photo-detail .photo__title {
  font-family: 'TT Norms Pro';
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  color: #1A1A1A;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

.section--photo-detail .photo__content p {
  font-family: 'TT Norms Pro';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  color: #4C4C4C;
}

.section--photo-detail .photos {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 1rem;
          column-gap: 1rem;
  row-gap: 1rem;
  margin-top: 2rem;
}

.section--photo-detail .photo-card {
  overflow: hidden;
  max-width: 264px;
  width: 100%;
  max-height: 170px;
  height: 100%;
}

.section--photo-detail .photo-card__image {
  position: relative;
  border-radius: 3px;
  width: auto;
  height: 100%;
  overflow: hidden;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.section--photo-detail .photo-card__image img {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  width: auto;
  height: 100%;
}

.section--photo-detail .photo-card__image:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.section--photo-detail .photo-card__body {
  font-family: 'TT Norms Pro';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  color: #1A1A1A;
  padding-top: 0.8rem;
  text-align: center;
}

@media only screen and (max-width: 768px) {
  .section--photo-detail .photos {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@font-face {
  font-family: 'Palatino Linotype';
  src: url("../fonts/palatino-linotype-4.ttf");
}

@font-face {
  font-family: 'TT Norms Pro';
  src: url("../fonts/TTNormsProRegular.otf");
}

@font-face {
  font-family: 'TT Norms Pro';
  src: url("../fonts/TTNormsProMedium.otf");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'TT Norms Pro';
  src: url("../fonts/TTNormsProBold.otf");
  font-weight: 700;
  font-style: normal;
}

.section--contact {
  margin-bottom: 3rem;
}

.section--contact__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.form-card {
  max-width: 754px;
  width: 100%;
  min-height: 375px;
  border: 1px solid #DDE1E6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1.5rem 0 0 0;
  row-gap: 1rem;
}

.form-card .input-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 1rem;
          column-gap: 1rem;
  margin-bottom: 1rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.form-input {
  max-width: 347px;
  width: 100%;
  height: 50px;
  background: #FFFFFF;
  border: 1px solid #DDE1E6;
  outline: none;
}

.form-input:-moz-read-write {
  padding: 0 1rem;
}

.form-input:read-write {
  padding: 0 1rem;
}

.form-input--textarea {
  width: 100%;
  height: 130px;
  background: #FFFFFF;
  border: 1px solid #DDE1E6;
  outline: none;
}

.form-input--textarea::-webkit-input-placeholder {
  font-family: 'TT Norms Pro';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  color: #595959;
}

.form-input--textarea:-ms-input-placeholder {
  font-family: 'TT Norms Pro';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  color: #595959;
}

.form-input--textarea::-ms-input-placeholder {
  font-family: 'TT Norms Pro';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  color: #595959;
}

.form-input--textarea::placeholder {
  font-family: 'TT Norms Pro';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  color: #595959;
}

.form-input--textarea:-moz-read-write {
  padding: 1rem;
}

.form-input--textarea:read-write {
  padding: 1rem;
}

.form-input::-webkit-input-placeholder {
  font-family: 'TT Norms Pro';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  color: #595959;
}

.form-input:-ms-input-placeholder {
  font-family: 'TT Norms Pro';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  color: #595959;
}

.form-input::-ms-input-placeholder {
  font-family: 'TT Norms Pro';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  color: #595959;
}

.form-input::placeholder {
  font-family: 'TT Norms Pro';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  color: #595959;
}

.form__footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 2rem 1rem;
}

.form-button {
  width: 157px;
  height: 45px;
  background: #E19462;
  font-family: 'TT Norms Pro';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  text-align: center;
  color: #FFFFFF;
  outline: none;
  border: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.form-button:focus {
  outline: none;
  border: none;
}

.form-button:hover {
  background-color: #C98254;
}

.custom-file-input {
  color: transparent;
  opacity: 1;
  width: 110px;
  height: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.custom-file-input:hover::before {
  background-color: #C98254;
}

.custom-file-input::-webkit-file-upload-button {
  visibility: hidden;
}

.custom-file-input::before {
  content: 'Fayl seç';
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #E19462;
  width: 110px;
  height: 45px;
  outline: none;
  white-space: nowrap;
  -webkit-user-select: none;
  cursor: pointer;
  font-weight: 700;
  font-family: 'TT Norms Pro';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  text-align: center;
  color: #FFFFFF;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.custom-file-input::before:hover {
  background-color: #C98254;
}

.custom-file-input:active {
  outline: 0;
}

.custom-file-input:active::before {
  background: #C98254;
}

.alert {
  display: none;
  margin: 1rem 0;
  border: 1px solid transparent;
  border-radius: 0.25rem;
  text-align: center;
}

.contact-table__td {
  border: 1px solid #DDE1E6;
  padding: 0.545rem 1rem;
  text-align: center;
  font-family: 'TT Norms Pro';
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
}

.contact-table__th {
  border: 1px solid #DDE1E6;
  padding: 1rem 1rem;
  font-family: 'TT Norms Pro';
  font-style: normal;
  font-weight: 700;
  font-size: 1rem;
}

@media screen and (max-width: 415px) {
  .section--contact__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media screen and (max-width: 765px) {
  .section--contact__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .contact-table {
    margin-top: 1rem;
  }
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 7;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: rgba(0, 0, 0, 0.548);
}

.modal form {
  position: relative;
  min-width: 30%;
  width: 100%;
  max-width: 700px;
  min-width: 30;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 2rem 5.5rem;
  background: white;
  font-size: 1.2rem;
  height: 347px;
}

.modal form .close-modal {
  position: absolute;
  right: 8px;
  top: 0;
  padding: 0.5rem;
  cursor: pointer;
}

.modal form .close-modal:hover {
  color: #3A3D3F;
}

.modal form input {
  border: none;
  background: none;
  outline: none;
  padding: 10px;
  padding-left: 20px;
  max-width: 542px;
  width: 100%;
}

.modal form input::-webkit-input-placeholder {
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 27px;
  color: rgba(80, 80, 80, 0.4);
}

.modal form input:-ms-input-placeholder {
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 27px;
  color: rgba(80, 80, 80, 0.4);
}

.modal form input::-ms-input-placeholder {
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 27px;
  color: rgba(80, 80, 80, 0.4);
}

.modal form input::placeholder {
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 27px;
  color: rgba(80, 80, 80, 0.4);
}

.modal form .modal__title {
  font-weight: 700;
  font-size: 30px;
  color: #3A3D3F;
  text-align: center;
  margin-bottom: 35px;
}

.modal form .modal__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 15px;
          column-gap: 15px;
}

.modal form .modal__body .modal__inputs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.modal form .modal__body .modal__inputs .modal__input {
  max-width: 542px;
  width: 100%;
  height: 52px;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 0px 40px -4px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 0px 40px -4px rgba(0, 0, 0, 0.15);
  margin-bottom: 25px;
}

.modal form .modal__body .modal__inputs .modal__input:hover {
  -webkit-box-shadow: 0px 0px 40px -4px rgba(0, 0, 0, 0.274);
          box-shadow: 0px 0px 40px -4px rgba(0, 0, 0, 0.274);
}

.modal form .modal__body .modal__inputs .modal__input--pass {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-right: 20px;
}

.modal form .modal__body .modal__inputs .modal__input--pass .show-pass {
  color: rgba(80, 80, 80, 0.4);
}

.modal form .modal__body .modal__inputs .modal__input--pass .show-pass:hover {
  color: #3A3D3F;
  cursor: pointer;
}

.modal form .modal__body .modal__end {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 10px;
}

.modal form .modal__body .modal__end p {
  display: inline-block;
  color: #14110F;
}

.modal form .modal__body .modal__end p:hover {
  color: #3A3D3F;
}

.modal form .modal__body .modal__end .forget__pass {
  cursor: pointer;
}

.modal form .modal__body .modal__end .modal__button {
  cursor: pointer;
  border: none;
  outline: none;
  background: none;
  font-weight: 600;
  font-size: 18px;
  text-align: center;
  color: white;
  padding: 9px 23px;
  position: relative;
  background-color: #3A3D3F;
  border: 1px solid #3A3D3F;
}

.modal form .modal__body .modal__end .modal__button:hover {
  background-color: white;
  color: #3A3D3F;
}

.modal form .registration__box {
  cursor: pointer;
  width: 179px;
  height: 134px;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 0px 40px -4px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 0px 40px -4px rgba(0, 0, 0, 0.15);
  -ms-flex-item-align: center;
      align-self: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.modal form .registration__box:hover {
  -webkit-box-shadow: 0px 0px 40px -4px rgba(0, 0, 0, 0.274);
          box-shadow: 0px 0px 40px -4px rgba(0, 0, 0, 0.274);
  background-color: #3A3D3F;
}

.modal form .registration__box:hover p {
  color: white;
}

.modal form .registration__box p {
  padding: 13px;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #14110F;
}

#show-modal-enter {
  opacity: 0;
  visibility: hidden;
}

#show-modal-registration {
  opacity: 0;
  visibility: hidden;
}

#show-modal-searchbox {
  opacity: 0;
  visibility: hidden;
}

#show-modal-registration--kadrs {
  opacity: 0;
  visibility: hidden;
}

#show-modal-registration--organization {
  opacity: 0;
  visibility: hidden;
}

#show-modal-registration--organization--second {
  opacity: 0;
  visibility: hidden;
}

#show-modal-registration--organization--third {
  opacity: 0;
  visibility: hidden;
}

#show-modal-registration--confirmation-message {
  opacity: 0;
  visibility: hidden;
}

#show-modal-registration--confirmation-message__text {
  font-weight: normal;
  font-size: 18px;
}

.robot {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.robot__checkbox {
  height: 35px;
  width: 35px;
  margin: 0 16px;
}

.robot__text {
  font-weight: normal;
  font-size: 18px;
  width: 300px;
  margin-bottom: 0;
}

#contact-width-operator-modal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  padding-right: 15px;
  position: relative;
}

#contact-width-operator-modal #show-modal-contact {
  position: absolute;
  bottom: 80px;
  right: 14px;
  padding: 13px;
  border: 1px solid white;
  border-radius: 20px;
  background-color: white;
  -webkit-box-shadow: 0px 0px 40px -4px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 0px 40px -4px rgba(0, 0, 0, 0.15);
}

#contact-width-operator-modal .contact-modal {
  border: 1px solid #FFFFFF;
  border-radius: 50%;
  width: 65px;
  height: 65px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-shadow: 0px 0px 23px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 0px 23px rgba(0, 0, 0, 0.25);
}

#contact-width-operator-modal .contact-modal:hover {
  -webkit-box-shadow: 0px 0px 23px rgba(0, 0, 0, 0.4);
          box-shadow: 0px 0px 23px rgba(0, 0, 0, 0.4);
}

#contact-width-operator-modal .contact-modal__form {
  padding: 0 10px;
}

#contact-width-operator-modal .contact-modal__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 11px 0;
}

#contact-width-operator-modal .contact-modal__title {
  font-style: normal;
  font-weight: bold;
  font-size: 15px;
  text-align: justify;
  color: #3A3D3F;
}

#contact-width-operator-modal .contact-modal__close {
  cursor: pointer;
  color: #A02207;
  font-weight: 600;
  font-size: 17px;
}

#contact-width-operator-modal .contact-modal__input {
  max-width: 236px;
  width: 100%;
  max-height: 32px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 0px 40px -4px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 0px 40px -4px rgba(0, 0, 0, 0.15);
  margin-bottom: 25px;
}

#contact-width-operator-modal .contact-modal__input input {
  border: none;
  background: none;
  outline: none;
  padding: 10px;
  padding-left: 20px;
  max-width: 542px;
  width: 100%;
}

#contact-width-operator-modal .contact-modal__input input::-webkit-input-placeholder {
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 10px;
  color: rgba(80, 80, 80, 0.4);
}

#contact-width-operator-modal .contact-modal__input input:-ms-input-placeholder {
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 10px;
  color: rgba(80, 80, 80, 0.4);
}

#contact-width-operator-modal .contact-modal__input input::-ms-input-placeholder {
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 10px;
  color: rgba(80, 80, 80, 0.4);
}

#contact-width-operator-modal .contact-modal__input input::placeholder {
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 10px;
  color: rgba(80, 80, 80, 0.4);
}

#contact-width-operator-modal .contact-modal__input textarea {
  border: none;
  background: none;
  outline: none;
  padding: 10px;
  padding-left: 20px;
  max-width: 542px;
  width: 100%;
}

#contact-width-operator-modal .contact-modal__input textarea::-webkit-input-placeholder {
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 27px;
  color: rgba(80, 80, 80, 0.4);
}

#contact-width-operator-modal .contact-modal__input textarea:-ms-input-placeholder {
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 27px;
  color: rgba(80, 80, 80, 0.4);
}

#contact-width-operator-modal .contact-modal__input textarea::-ms-input-placeholder {
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 27px;
  color: rgba(80, 80, 80, 0.4);
}

#contact-width-operator-modal .contact-modal__input textarea::placeholder {
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 27px;
  color: rgba(80, 80, 80, 0.4);
}

#contact-width-operator-modal .contact-modal__input--textarea {
  max-height: 93px;
  height: 100%;
}

#show-modal-contact {
  opacity: 0;
  visibility: hidden;
}

#show-modal-registration--successful-message {
  opacity: 0;
  visibility: hidden;
}

#show-modal-registration--unsuccessful-message {
  opacity: 0;
  visibility: hidden;
}

#show-modal-registration--alert-message {
  opacity: 0;
  visibility: hidden;
}
/*# sourceMappingURL=style.css.map */