
body {

  font-family: 'gotham-medium';
  color: #444;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h1
{
font-size: min(16vw, 32px);
font-weight:500;	
color:#c4801e;
}

h2, h3{
  font-weight: 700;

  color: #17baef;
}

h4
{
font-size:24px;
font-weight:700;	
}
h5
{
font-size: min(16vw, 20px);
font-weight:500;
}
h6
{
font-weight: 300;
font-size:24px;
color:#c4801e;
}


h7
{
font-size: calc(15px + .3vw);
font-weight:500;	
color:#c4801e;
}


h8
{
font-size: calc(11px + .3vw);
}


@font-face {
  font-family: 'gotham-book';
  src: url("../fonts/gotham-book.otf");
}

@font-face {
  font-family: 'gotham-medium';
  src: url("../fonts/gotham-medium.otf");
}

@font-face {
  font-family: 'gotham-light';
  src: url("../fonts/gotham-light.otf");
}

li {
  list-style-type: none; 
}


a {
  color: #17baef;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
}

a:hover {
  text-decoration: underline;
  color: #c4801e;
}

.btn, a.btn {
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  font-family: 'gotham-medium';
  padding: 8px 16px;
  font-weight: bold;
  text-decoration: none;
}


a.btn-cta-white{
  background: #fff;
  border: 1px solid #053c4e;
  color: black;
}

.btn:focus, a.btn:focus {
  color: #fff;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

a.btn-cta-primary, .btn-cta-primary {
  background: #c4801e;
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
}

a.btn-cta-primary:hover, .btn-cta-primary:hover {
  background: #fff;
  border: 1px solid #053c4e;
  color: black;
}

a.btn-cta-secondary, .btn-cta-secondary {
  background: #fff;
  color: black;
  font-weight: 600;
  text-transform: uppercase;
  border-radius:15px;
}

a.btn-cta-secondary:hover, .btn-cta-secondary:hover {
  background: #c4801e;
  color: #fff;
}

.text-highlight {
  color: #074f66;
}

.offset-header {
  padding-top: 90px;
}

/* ======= Header ======= */
.header {

  color: #fff;
  position: fixed;
  width: 100%;
}

.container-fluid{
	width:80%;
	min-width:235px;
	max-width:1270px;
	background-color:white;
	border-radius: 30px;
}

.header.navbar-fixed-top {
  background: #fff;
  z-index: 9999;
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.4);
  height: 77px;
}

.header.navbar-fixed-top .logo {
  color: black;
}

.header .logo {
  margin: 0;
  font-size: 26px;
  font-family: 'gotham-medium', sans-serif;
  font-weight: bold;
  color: black;
}

.header .logo:hover {
  text-decoration: none;
}

.header .main-nav .navbar-collapse {
  padding: 0;
}

.header .main-nav .navbar-toggler {
  margin-right: 0;
  margin-top: 0;
  background: none;
  float: right;
  margin-top: 8px;
  margin-bottom: 8px;
  padding: 8px 8px;
  right: 10px;
  top: 10px;
  background: #c4801e;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.header .main-nav .navbar-toggler:focus {
  outline: none;
}

.header .main-nav .navbar-toggler .icon-bar {
  display: block;
  background-color: #fff;
  height: 2px;
  width: 22px;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  -ms-border-radius: 1px;
  -o-border-radius: 1px;
  border-radius: 1px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}

.header .main-nav .navbar-toggler .icon-bar + .icon-bar {
  margin-top: 4px;
}

.header .main-nav .navbar-toggler:hover .icon-bar {
  background-color: #fff;
}

.header .main-nav .nav .nav-item {
	font-weight:bold;
  margin-right: 30px;
  font-family: 'gotham-book', sans-serif;
}

.header .main-nav .nav .nav-item .nav-link {
  color: black;
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  font-size: 16px;
  padding: 15px 10px;
  text-decoration: none;
}

.header .main-nav .nav .nav-item .nav-link:hover {
  color: #074f66;
  background: none;
}

.header .main-nav .nav .nav-item .nav-link:focus {
  outline: none;
  background: none;
}

.header .main-nav .nav .nav-item .nav-link:active {
  outline: none;
  background: none;
}

.header .main-nav .nav .nav-item.active .nav-link {
  color: #c4801e;
  background: none;
}

.header .main-nav .nav .nav-item.last {
  margin-right: 0;
}

/* ======= Promo Section ======= */
.promo {
  background-image: url("../images/back.jpg");
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: center;
  color: #fff;
  padding-top: 350px;
  min-height:1400px;
}

.promo .title {
  font-size: min(12vw, 88px);
  color: white;
  text-shadow: 2px 2px 11px rgba(0, 0, 0, 0.93);
  margin-top: 0;
}


.promo .intro {

  font-size: min(6vw, 28px);
  max-width: 680px;
  margin: 0 auto;
  margin-bottom: 30px;
  text-shadow: 2px 2px 11px rgba(0, 0, 0, 0.93);
}

.promo .btns .btn {
  margin-right: 15px;
  font-size: 18px;
  padding: 8px 30px;
}



.promo .meta a:hover {
  color: #074f66;
}


/* ======= Location Section ======= */
.location {
  padding: 80px 0;
  background: #f5f5f5;
}

.location .title {
  color: #c4801e;
  margin-top: 0;
  margin-bottom: 60px;
}

.location .intro {
  max-width: 800px;
  margin: 0 auto;
  margin-bottom: 60px;
}

.location .item {
  position: relative;
  margin-bottom: 30px;
}


.location .item .content {
  padding-left: 60px;
}


/* ======= Ins_info Section ======= */
.ins_info {
  padding: 80px 0;

}

.ins_info .title {
  font-size: min(8vw, 48px);
  color: #c4801e;
  margin-top: 0;
  margin-bottom: 30px;
  text-align:right;
}

.ins_info a {
  color: #074f66;
}

.ins_info img {
  max-width:380px;
  height:215px;
    width:100%;
}

.block-container
{
max-width: 1325px;
margin: 0 auto;
text-align: center;
}


.inner-block
{
min-height: 220px;
max-width: 400px;
width: 100%;
display: inline-block;
overflow: hidden !important;
margin: 10px;
}

.ins_info .block{
  border:2px solid gray;
  height:215px;
  border-radius:30px;
  max-width:380px;

  padding: 35px;
  margin-left: 20px;
  text-align:left;
}


.ins_info a:hover {
  color: #042a36;
}



/* ======= Zayav Section ======= */
.zayav {
  padding: 80px 0;
  background: #f5f5f5;
}

.zayav .title {
  font-size: min(8vw, 48px);
  margin-top: 0;
  margin-bottom: 30px;
  color: #c4801e;

  text-align:right;
}

.zayav .zayav-inner {
  max-width: 1320px;
  border:3px solid gray;
  background: #fff;
  padding: 30px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  margin: 0 auto;
}

.zayav .info {
  max-width: 760px;
  margin: 0 auto;
}
.zayav a{
	margin:7px;
}


/* ======= Out_info Section ======= */
.out_info {
  padding: 80px 0;
  min-height:600px;

}

.out_info .title {
  font-size: min(8vw, 48px);
  color: #c4801e;
  margin-top: 0;
  margin-bottom: 30px;
  text-align:right;
}

.out_info td
{
	max-width:300px;
	padding:15px;
	vertical-align:top;
}



/* ======= Footer ======= */
.footer {
  padding: 15px 0;
  background: #042a36;
  color: #fff;
}


@media (max-width: 767px) {
  .header .main-nav .navbar-collapse {
    border-top: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    width: 100%;
    left: 0;
    top: 60px;
    position: absolute;
    background: #fff;
  }
  .header .main-nav .navbar-collapse .navbar-nav {
    margin-left: 10px;
  }
  .header.navbar-fixed-top {
    height: 77px;
  }
  .promo .btns .btn {
    margin-right: 0;
    clear: both;
    display: block;
    margin-bottom: 30px;
  }



}


.box {
  float: left;
  height: 10px;
  width: 10px;
  margin: 8px 5px 5px 0;

}

.round-cont{

}
.round-cont img{
	border-radius:50%;
	width:350px;
	height:350px;
	display:inline-block;
}

#environment .block-container .inner-block img{
	max-width:350px;
	max-height:350px;
	width:100%;
	height:100%;
}

#questions form input,textarea
{
	width:100%;
	padding:8px;
	margin-top:25px;
	border-radius:15px;
}
.captcha__image{
	width:182px;
}


span {
    text-align: center;


}

.round-cont:after{content:""; display: inline-block; width: 100%; height: 0;}