/* main css */

body{
  color: #30385A;
  font-family: 'Montserrat', sans-serif;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 14px;
}

p {
  text-transform: none;
}

h1, h2, h3, h4, h5, h6{
  text-transform: uppercase;
  letter-spacing: 5px
}

h1{
  font-size: 3em
}


.contact_item {
  text-align: left;
  vertical-align: middle;
  line-height: 27px;
}
.contact_item--manager {
  text-align: left;
  font-size: 0.8em;
  line-height: 16px;
}

.phone-icon, .web-icon, .adress-icon, .mail-icon {
  background-image: url('../img/contact-icons.jpg');
  background-repeat: no-repeat;
  background-size: 220px;
  display: inline-block;
  margin-right: 5px;
  vertical-align: middle;
}

.phone-icon {
  height: 22px;
  width: 22px;
  background-position-x: -62px;
  background-position-y: -55px;
}

.adress-icon {
  height: 22px;
  width: 22px;
  background-position-x: -62px;
  background-position-y: -109px;
}

.mail-icon {
  height: 22px;
  width: 22px;
  background-position-x: -62px;
  background-position-y: -136px;
}

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

@media(max-width: 768px) {
  .contact_item b {
    font-size: 11px;
  }
}

@media(max-width:1025px){
  h1{
    font-size: 2.5em
  }
}

.pl {
  padding-left: 20px;
}

.button {
  background: #30385A;
  padding: 15px 25px;
  color: #fff;
  text-decoration: none;
  font-size: .8em;
  font-weight: 600;
  margin: 15px;
  display: inline-block;
  border: none;
}

a.button_light {
  border: 1px solid #30385A;
  padding: 15px 25px;
  color: #30385A;
  text-decoration: none;
  font-size: .8em;
  font-weight: 600;
  margin: 15px;
  display: inline-block;
}

.upper_light{
  font-weight: 100;
  font-size: 1.2em;
  margin-bottom:20px;
  line-height: 2em;
}

.upper_bold{
  font-weight: 500;
  font-size: 2em;
  margin-bottom:15px;
  letter-spacing: 8px
}

.fs-large {
  font-size: 1.2em;
}

.image {
  min-width: 150px;
}

.logo {
  max-width: 250px;
  margin: 15px;
}


@media(max-width:1025px){
  .upper_light{
    font-size: 1em;
    line-height: 1.8em;
  }
  
  .upper_bold{
    font-size: 1.8;
  }
}

.section{
  background-color:#F8F8F8;
}
.section:not(.image_section){
  text-align: center;
  padding-left: 350px;
  padding-right: 250px;
}
.align_items_center{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media(min-width:1025px){
  .image_section img {
    object-fit: cover;
    width: 100%;
    height: 100%;
  }
}
.num {
  font-size: 4em;
}

/* grid */

.row{
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 auto;
  max-width: 1000px;
}

.col{
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}

.col-12 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.col-8 {
  -ms-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}

.col-6 {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.col-4 {
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

.col-3 {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}

.col-2 {
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}

.col.flex-col {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 50px;
}

/* navigation */

#navigation{
  z-index: 1;
  position: fixed;
  top: calc(50% - 175px);
  left: 50px;
}

#navigation ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

#navigation li {
  padding: 18px 20px;
  text-align: center;
  box-sizing: border-box
}

#navigation li:not(:last-child) {
  border-bottom: .5px solid #636b87;
}

#navigation a {
  color: #636b87;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 12px;
  letter-spacing: 1px;
  font-weight: 500;
  display: inline-block;
  overflow: hidden;
  width: 140px;
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;

}
#navigation a:hover{
  font-weight: 600
}

@media(min-width:1025px){
  nav#navigation.light a {
    color: #fff;
  }
  
  #navigation.light li:not(:last-child) {
    border-bottom: .5px solid #fff;
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
  }
}

.video-wrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.video-wrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* confirmation */

.confirm .head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid;
  margin-bottom: 15px;
}

.confirm .body {
  display: flex;
  justify-content: space-between;
}

.confirm .confirm-small{
  align-items: center;
  display: flex;
  justify-content: center;
}

.contact_data {
  margin-left: 10px;
}



/* mobile */



@media(max-width:1025px){
  body{
    font-size: 14px
  }
  #navigation{
    display: none;
    width: 100vw;
    height: 100vh;
    top: 0;
    left: 0;
    background: #636b87e8;
    justify-content: center;
    align-items: center;
  }
  #navigation li:not(:last-child){
    border-bottom:.5px solid #fff;
  }
  #navigation a{
    color: #fff;
    fotn-weight: 600;
  }
  #navigation ul{
    margin-top: calc((100vh - 380px) / 2);
    padding: 0 30px;
  }
  div#nav-icon {
    position: fixed;
    top: 30px;
    right: 30px;
    z-index: 9999999;
    width: 30px;
    height: 30px;
  }
  
  #nav-icon span {
    display: block;
    position: absolute;
    height: 3px;
    width: 50%;
    background: #30385A;
    opacity: 1;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
  }
  
  #nav-icon span:nth-child(even) {
    left: 50%;
    border-radius: 0 9px 9px 0;
  }
  
  #nav-icon span:nth-child(odd) {
    left:0px;
    border-radius: 9px 0 0 9px;
  }
  
  #nav-icon span:nth-child(1), #nav-icon span:nth-child(2) {
    top: 0px;
  }
  
  #nav-icon span:nth-child(3), #nav-icon span:nth-child(4) {
    top: 10px;
  }
  
  #nav-icon span:nth-child(5), #nav-icon span:nth-child(6) {
    top: 20px;
  }
  
  #nav-icon.open span:nth-child(1),#nav-icon.open span:nth-child(6) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  
  #nav-icon.open span:nth-child(2),#nav-icon.open span:nth-child(5) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  
  #nav-icon.open span:nth-child(1) {
    left: 2px;
    top: 7px;
  }
  
  #nav-icon.open span:nth-child(2) {
    left: calc(50% - 5px);
    top: 7px;
  }
  
  #nav-icon.open span:nth-child(3) {
    left: -50%;
    opacity: 0;
  }
  
  #nav-icon.open span:nth-child(4) {
    left: 100%;
    opacity: 0;
  }
  
  #nav-icon.open span:nth-child(5) {
    left: 2px;
    top: 15px;
  }
  
  #nav-icon.open span:nth-child(6) {
    left: calc(50% - 5px);
    top: 15px;
  }

  #nav-icon.light span{
    background: #fff;
  }

  .section:not(.image_section){
    padding: 0 30px;
  }
  .col-sm-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }


  .confirm .confirm-small{
    justify-content: center !important;
    margin-bottom: 15px;
  }
  .confirm-small > span{
    text-align: center !important;
  }

  body.navigation_on {
    overflow: hidden !important;
  }

  .section_title h3{
    width: fit-content;
    max-width: 50vw;
  }

.upper_light br {
  display: none;
}
.upper_bold{
  font-size: 1.5em;
  letter-spacing: 4px;
}
.section:not(:first-child) {
  padding-top: 30px !important;
  padding-bottom: 30px !important;
}

.section.image_section.fp-auto-height-responsive {
  height: 300px !important;
}
.map-button {
  margin: 30px 5px 0 5px !important;
  padding: 10px !important;
  width: 50%;
}
.back-to-top {
  position: fixed;
  bottom: 30px;
  right: 30px;
  width: 40px;
  height: 40px;
}

.back-to-top img{
  width: 100%
}
}
.map-buttons{
  display: flex;
  justify-content: space-between;
}

@media(min-width:687px){

  .map-buttons{
    margin-top: 30px;
    justify-content: space-around;
  }
  .back-to-top {
    position: fixed;
    bottom: 50px;
    right: 80px;
    width: 50px;
    height: 50px;
  }
  
  .back-to-top img{
    width: 100%
  }
}

.navigation_arrows {
  position: fixed;
  bottom: 30px;
  left: calc(50% - 150px);
  z-index: 999;
  width: 300px;
  display: flex;
  justify-content: space-between;
}

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

.navigation_arrows a {
  text-decoration: none;
}

.navigation_arrows a,
.navigation_arrows a:active,
.navigation_arrows a:visited {
  color: inherit
}

.prev a:before {
  left: -10px;
  transform: rotate(270deg);
}

.next a:after {
  right: -10px;
  transform: rotate(90deg);
}
.navigation_arrows.light a {
  color: #fff
}
.navigation_arrows.light .prev a:before,
.navigation_arrows.light .next a:after {
  content: "";
  background: url('../img/right-arrow_white.svg');
  content: "";
  width: 20px;
  height: 20px;
  background-size: cover;
  display: inline-block;
  position: relative;
}

.navigation_arrows:not(.light) .prev a:before,
.navigation_arrows:not(.light) .next a:after {
  content: "";
  background: url('../img/right-arrow.svg');
  width: 20px;
  height: 20px;
  background-size: cover;
  display: inline-block;
  top: 2px;
  position: relative;
}

@media(max-width:1025px){
  .navigation_arrows{
    display: none;
  }

}

@media(max-width:514px){
  .col-sm-confirm {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .img-sm {
    margin-left: 5px;
    margin-top: 5px;
    transform: scaleX(-1);
  }
  .logo {
    max-width: 100px;
  }
}