@charset "UTF-8";

/* CSS Document */

/* ========== bootstrap ========== */

/* ========== h ========== */

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: "MinionPro-Semibold";
	line-height: 1.4em;
}

h1 {
	margin: 14px 0 43px;
	font-size: 60px;
}

h2 {
	font-size: 60px;
	line-height: 1em;
}

h3 {
	font-size: 20px;
}

.position-lg-absolute {
	position: absolute;
}

/* ==== help-block ==== */ 

.help-block {
	font-size: 14px;
	color: #969797;
}

/* ==== .form-group ==== */

.form-group-custom {
	margin-bottom: 31px;
}

.form-group:last-child {
	margin-bottom: 0;
}

/* ==== input.form-control ==== */

/*::placeholder { !* Chrome, Firefox, Opera, Safari 10.1+ *!
	color: #060709 !important;
	opacity: 1; !* Firefox *!
}

:-ms-input-placeholder { !* Internet Explorer 10-11 *!
	color: #060709 !important;
}

::-ms-input-placeholder { !* Microsoft Edge *!
	color: #060709 !important;
}*/

/*select.form-control {
	background: #fff;
	line-height: 1;
	border: 0;
	border-radius: 0;
	-webkit-appearance: none;
}*/

.form-control-custom {
	border-top: 0;
	border-left: 0;
	border-right: 0;
	border-bottom: 2px solid #e9e9e9;
	font-size: 20px;
	border-radius: 0;
	color: #011d35;
	padding: 0;
	transition: border-bottom-color .15s ease-in-out;
}

.form-control-custom:not(textarea) {
	height: 36px;
}

textarea.form-control-custom {
	line-height: 1em;
}

.form-control + .elm-required.is-valid:after {
	background-color: #50bf32;
}

/*.styled-select {
	width: 100%;
	overflow: hidden;
	background: #fff url(../images/tpl/styled-select.png) no-repeat center right 18px;
}

.styled-select .form-control {
	-webkit-appearance: none;
	background: none;
}*/

/*.style-file {
	display: block;
	background: url(../images/tpl/style-file.png) no-repeat left center, url(../images/tpl/style-file-plus.png) no-repeat right center;
	font-size: 14px;
	color: #df0000;
	height: 27px;
	line-height: 27px;
	padding-left: 37px;
	margin-bottom: 0;
}

.style-file input[type="file"] {
	display: none;
}

.style-file-label {
	display: inline-block;
	width: 77%;
	line-height: 1em;
}

.style-file-text {
	overflow: hidden;
	display: inline-block;
	width: 77%;
	color: #393e43;
	white-space: nowrap;
}*/

/* ==== .control-label ==== */

.control-label-custom {
	font-weight: normal;
	font-size: 15px;
	color: #828596;
	text-transform: uppercase;
	margin-bottom: 0;
}

/* ==== btn ==== */

.btn {
	font-family: 'PT-Sans-Bold';
	border-radius: 8px;
	font-size: 17px;
	padding-top: 8px;
	padding-bottom: 6px;
	box-shadow: none;
	border-width: 3px;
}

a.btn {
	text-decoration: none;
}

.btn-lg,
.btn-group-lg>.btn {
	padding-top: 22px;
	padding-bottom: 18px;
}

.btn-info:not(:disabled):not(.disabled).active,
.btn-info:not(:disabled):not(.disabled):active,
.show>.btn-info.dropdown-toggle,
.btn-info.focus,
.btn-info:focus,
.btn-info:hover {
	background-color: #011d35;
	border-color: #011d35;
}

.btn-news {
	color: #fff;
	text-transform: uppercase;
	background-color: transparent;
	width: 32%;
}

.btn-news:not(:disabled):not(.disabled).active,
.btn-news:not(:disabled):not(.disabled):active,
.show>.btn-news.dropdown-toggle,
.btn-news.focus,
.btn-news:focus,
.btn-news:hover {
	background-color: #eaeef2;
	border-color: #eaeef2;
	color: #011d35;
}

.btn-reviews {
	color: #011d35;
	text-transform: uppercase;
	background-color: #ccd3d9;
	width: 32%;
}

.btn-reviews:not(:disabled):not(.disabled).active,
.btn-reviews:not(:disabled):not(.disabled):active,
.show>.btn-reviews.dropdown-toggle,
.btn-reviews.focus,
.btn-reviews:focus,
.btn-reviews:hover {
	background-color: #fff;
	border-color: #ccd3d9;
	color: #011d35;
}

.btn-services {
	color: #efefef;
	text-transform: uppercase;
	background-color: transparent;
	width: 32%;
	padding-top: 22px;
	padding-bottom: 18px;
}

.btn-services:not(:disabled):not(.disabled).active,
.btn-services:not(:disabled):not(.disabled):active,
.show>.btn-services.dropdown-toggle,
.btn-services.focus,
.btn-services:focus,
.btn-services:hover {
	background-color: #efefef;
	border-color: #efefef;
	color: #011d35;
}

.btn-header {}


/* ==== modal- ==== */

.modal-title {
	font-size: 30px;
}

.modal-content {
	border-radius: .3rem;
}

/* ==== ul.list-unstyled ==== */

ul.list-unstyled {
	margin-bottom: 0;
}

/* ========== a ========== */

a[href*="tel:"] {
	text-decoration: none;
}

/* ========== p ========== */

p {
	margin: 24px 0;
	line-height: 1.5em;
}

pre{
    font-size: 12px !important;
    line-height: 20px;
}