@-webkit-keyframes shine {
	to {
		left: 100%
	}
}

@keyframes shine {
	to {
		left: 100%
	}
}

input[type=tel] {
	background: #fff url(../img/icons/phone-call.png) no-repeat 10px
}

input.form-name {
	background: #fff url(../img/icons/form-name.png) no-repeat 10px;
	background-size: 7%
}

input, textarea {
	font-family: 'Open Sans', sans-serif
}

button {
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	transition: all ease .3s;
	border-width: 0;
	outline: 0
}

.form {
	box-shadow: 1px 2px 21px rgba(167, 164, 152, .32);
	background-color: #3142E0;
	border-radius: 5px;
	max-width: 315px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding: 25px 10px
}

.form-title {
	color: #fff;
	font-size: 27px
}

.form-title a{
	color: #fff;
}

.form-subtitle {
	padding: 0 0 15px;
	font-size: 20px
}

.form-recall {
	margin-top: 10px;
	font-size: 14px;
	color: #fff
}

.form-name {
	font-size: 18px;
	padding-left: 35px;
	height: 53px;
	width: 245px;
	box-shadow: inset 1px 1px 2px #bcbcbc;
	border-radius: 4px;
	border: 1px solid #c8c8c8
}

.form-button:focus, .form-name:focus, .form-phone:focus, button:focus {
	outline: 0
}

.form-button, .form-phone {
	height: 53px;
	width: 245px;
	border-radius: 4px
}

.form-phone {
	padding-left: 35px;
	margin-bottom: 15px;
	border: 1px solid #c8c8c8;
	font-size: 18px;
	box-shadow: inset 1px 1px 2px #bcbcbc
}

.form-button {
	font-family: 'Open Sans', sans-serif;
	position: relative;
	overflow: hidden;
	font-size: 20px;
	box-shadow: 0 1px 3px -1px #805500;
	background: linear-gradient(to bottom, #f8e705, #ff9e00 100%);
	color: #000;
	border-bottom: 2px solid #c18400
}

.form-button:before {
	position: absolute;
	top: 0;
	left: -75%;
	z-index: 2;
	display: block;
	content: '';
	width: 50%;
	height: 100%;
	background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
	-webkit-transform: skewX(-25deg);
	transform: skewX(-25deg);
	-webkit-animation: shine 3s;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite
}

.form-button:hover {
	background: linear-gradient(to bottom, #f7de03, #f5cc3d 100%)
}

.form-message-input {
	font-size: 16px;
	margin: 10px;
	height: calc(42px + 66px);
	width: 252px;
	background: white url(../img/icons/icon_message.svg) no-repeat left top;
	background-size: 26px 26px;
	padding: 10px 0 0 30px;
	border-radius: 6px;
	box-shadow: inset 1px 1px 2px #bcbcbc
}

@media (max-width: 575px) {
	.form {
		max-width: 300px;
		margin-right: auto;
		padding: 30px 15px 35px
	}
}

.top-bar {
	position: fixed;
	min-width: 360px;
	width: 100%;
	z-index: 1000;
	top: 0;
        padding: 5px 5px 5px 5px;
	background-color: #fff8e8
}

#toTop:before, .top-bar:after {
	position: absolute;
	content: '';
	height: 30px
}

.top-bar:after {
	bottom: -26px;
	background: url(../img/top-bar-shadow.png) center no-repeat;
	width: 100%;
	display: none;
}

.top-bar-logo {
	display: flex;
	align-items: center
}

.top-bar-social {
	margin-left: 20px
}

.top-bar-social svg {
	width: 30px;
	height: 30px;
	margin: 0 5px
}

.top-bar-flex {
	display: flex;
	justify-content: space-between;
	align-items: center
}

.top-bar__phones {
	display: flex
}

.top-bar__phones svg {
	margin: 5px
}

.mtc-number, .velcome-number {
	font-size: 20px;
	font-weight: 500;
	padding-top: 3px
}

@media (max-width: 575px) {
	.top-bar {
		position: relative;
		min-width: 320px
	}

	.top-bar svg {
		margin: 0
	}

	.top-bar-flex {
		justify-content: center;
		align-items: center;
		flex-direction: column;
		padding: 10px 0
	}

	.top-bar-block-right {
		display: flex;
		flex-direction: column;
		text-align: center;
		margin-top: 0;
		padding-left: 0
	}

	.top-bar-phone {
		-webkit-transform: translateY(-2px);
		transform: translateY(-2px);
		margin-right: 0;
		margin-bottom: 5px
	}

	.mtc-number, .velcome-number {
		-webkit-transform: translateY(-4px);
		transform: translateY(-4px);
		margin: 0 5px
	}
}

@media (min-width: 576px) and (max-width: 767px) {
	.top-bar {
		position: relative;
		padding: 5px 0 10px
	}

	.top-bar-flex {
		align-items: center;
		flex-direction: column;
		padding: 10px 0
	}

	.top-bar__logo img {
		padding-top: 0;
		max-width: 190px
	}

	.top-bar-phone {
		height: 33px;
		-webkit-transform: translateY(-2px);
		transform: translateY(-2px)
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.top-bar {
		position: fixed;
		padding: 5px 0
	}

	.top-bar-flex {
		align-items: center;
		flex-direction: column;
		padding: 0
	}

	.top-bar__logo img {
		padding-top: 0;
		max-width: 190px
	}

	.top-bar-phone {
		height: 33px;
		-webkit-transform: translateY(-2px);
		transform: translateY(-2px)
	}
}

.header {
	background: url('../img/bg.jpg') center -30px no-repeat;
	z-index: 2;
	padding-bottom: 50px;
	/*margin-top: 59px;*/
	-webkit-background-size: cover;
	background-size: cover;

}

.header-top-block {
	max-width: 960px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	min-height: 560px
}

.header-title {
	position: relative;
	/*padding: 5px 0 0 20px;*/
	color: #FFC018;
	font-size: 84px;
	font-weight: 900;
	text-align: center;
	text-shadow: 3px 3px 4px rgba(0, 0, 0, 0.5);
	font-family: "Roboto", Arial, sans-serif;
}

.header-title-span1 {
	font-size: 35px;
	color: #fff;
	display: block;
}

.header-title-span2 {
	font-size: 42px
}

.header-section-title {
	padding-top: 200px;
	max-width: 960px;
	margin-left: auto;
	margin-right: auto;
	position: relative
}

.header-form {
	/*margin-right: 0;*/
	margin-top: 30px;
	max-width: 415px;
}

.recommendation {
	padding-top: 41px
}

.recom-items {
	max-width: 900px;
	display: flex;
	justify-content: center;
	margin: auto
}

.recom-item {
	text-align: center;
	min-width: 240px
}

.recom-item-image {
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #fff;
	border-radius: 100%;
	height: 90px;
	width: 90px;
	margin-bottom: 30px;
	margin-left: auto;
	margin-right: auto
}

.recom-item__text {
	color: #fff;
	font-size: 32px;
	font-weight: 600;
	line-height: 22px
}

.recom-item__text span {
	font-size: 18px;
	font-weight: 400
}

.recom-item-two {
	display: flex
}

@media (max-width: 575px) {
	.header {
		display: flex;
		flex-direction: column;
		margin-top: 0;
		padding-top: 20px;
		padding-bottom: 20px
	}

	.header-top-block {
		padding-top: 0;
		background: 0 0;
		min-height: 383px;
		margin-bottom: 65px
	}

	.header-top-block:after {
		display: none
	}

	.header-section-title {
		padding-top: 0
	}

	.header-title {
		text-align: left;
		font-size: 36px;
		line-height: 40px;
		margin-top: 0
	}

	.header-title-span1 {
		line-height: 20px
	}

	.header-big-image-mobile {
		display: block;
		width: 100%
	}

	.header-form {
		margin-right: auto;
		margin-top: 10px
	}

	.recommendation {
		background-image: linear-gradient(to bottom right, #1971ba 0%, #19aaff 50%, #1971ba 100%) !important;
		padding-top: 20px
	}

	.recom-items {
		flex-wrap: wrap
	}

	.recom-item-two {
		flex-wrap: wrap;
		justify-content: center
	}

	.recom-item {
		margin-bottom: 25px
	}

	.recom-item-image {
		margin-bottom: 5px
	}
}

@media (min-width: 576px) and (max-width: 767px) {
	.header {
		display: flex;
		flex-direction: column;
		margin-top: 0;
		padding-top: 20px;
		padding-bottom: 20px
	}

	.header-top-block {
		padding-top: 0;
		background: 0 0;
		min-height: 383px
	}

	.header-top-block:after {
		display: none
	}

	.header-title {
		text-align: left;
		line-height: 35px;
		margin-top: 0;
		max-width: 468px
	}

	.header-title-span2 {
		font-size: 25px
	}

	.header-form {
		margin-right: auto
	}

	.header-big-image-mobile {
		display: block;
		width: 100%;
		margin-top: -80px
	}

	.header-section-title {
		padding-top: 0
	}

	.recommendation {
		background-image: linear-gradient(to bottom right, #1971ba 0%, #19aaff 50%, #1971ba 100%) !important;
		padding-top: 20px;
		margin-top: 20px
	}

	.recom-items {
		flex-wrap: wrap
	}

	.recom-item-two {
		flex-wrap: wrap;
		justify-content: center
	}

	.recom-item {
		margin-bottom: 15px
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.header {
		margin-top: 110px;
		padding-bottom: 30px
	}

	.header-section-title {
		padding-top: 0
	}

	.header-title {
		text-align: left;
		margin-left: auto;
		margin-right: auto;
		line-height: 35px;
		margin-top: 0;
		max-width: 674px
	}

	.header-title-span2 {
		font-size: 25px
	}

	.header-top-block {
		padding-top: 20px;
		background-position: 60% -100%
	}

	.header-form {
		margin-right: auto
	}

	.recommendation {
		background-image: linear-gradient(to bottom right, #1971ba 0%, #19aaff 50%, #1971ba 100%) !important;
		padding: 20px 0;
		margin-top: 20px
	}

	.recom-items {
		flex-wrap: wrap
	}
}

body, html {
	min-width: 320px;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
	margin: 0;
	font-family: 'Open Sans', sans-serif;
	line-height: 1.2;
	height: 100%
}

h1, h2, h3, h4, p {
	margin: 0
}

ul {
	padding-left: 30px
}

#toTop p, li {
	padding-top: 2px
}

li {
	padding-bottom: 2px
}

sup {
	font-size: 12px;
	text-decoration: underline
}

a {
	text-decoration: none;
	color: #000
}

#toTop {
	transition: all ease .3s;
	opacity: .7;
	width: 110px;
	height: 55px;
	z-index: 999;
	background: url(/img/button-toTop2.svg) no-repeat center center;
	background-size: 100%;
	position: fixed;
	bottom: 100px;
	right: 0;
	cursor: pointer
}

#toTop:before {
	right: 35px;
	top: 5px;
	width: 30px;
	background: url(/img/top-arrow.png) center no-repeat;
	z-index: 1000
}

#toTop p {
	text-align: center;
	color: #fff;
	font-size: 16px;
	margin-top: 30px;
	padding-left: 9px
}

@media (min-width: 1200px) {
	.container {
		max-width: 1000px !important
	}
}

@media (max-width: 575px) {
	.logo-text {
		margin: 10px
	}

	#toTop {
		height: auto;
		width: auto;
		padding-top: 10px;
		bottom: 30px
	}

	#toTop:before {
		right: 16px;
		top: -7px;
		background-size: 50%
	}

	#toTop p {
		margin-top: 0
	}
}


.drilling__calc * {
	box-sizing: border-box;
}

.drilling__calc {
	max-width: 940px;
	margin: 35px auto 30px;
	border: 1px solid #dbdad9;
	font-family: Arial, sans-serif;
	position: relative;
	background: #fff;
}

.drilling__calc::before,
.drilling__calc::after {
	display: table;
	content: '';
	clear: both;
}

.drilling__left,
.drilling__right {
	width: 40%;
	padding: 20px 15px;
	float: left;
}

.drilling__right {
	width: 60%;
}

.drilling__group {
	margin-bottom: 20px;
}

.drilling__group label {
	display: block;
	font-family: Arial, sans-serif;
	margin-bottom: 2px;
	font-size: 15px;
}

.drilling__select,
.drilling__input {
	height: 45px;
	padding: 7px;
	width: 100%;
	/*max-width: 300px;*/
	border-radius: 5px;
	border: 1px solid rgba(123, 173, 190, .8);
	font-size: 15px;
	outline: 0;

	box-shadow: inset 0 1px 3px rgba(44, 134, 164, .4);
	-moz-box-shadow: inset 0 1px 3px rgba(44, 134, 164, .4);
	-webkit-box-shadow: inset 0 1px 3px rgba(44, 134, 164, .4);

}

.drilling__btn {
	background: #3142E0;
	font-size: 16px;
	height: 45px;
	width: 100%;
	/*max-width: 300px;*/
	border-radius: 5px;
	border: 0;
	text-transform: uppercase;
	color: #fff;
	cursor: pointer;
	outline: 0;

}

.drilling__gal {
	margin-bottom: 20px;
	height: 260px;
	overflow: hidden;
}

.drilling__gal-item {
	padding-bottom: 260px;
	-webkit-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}

.drilling__price {
	margin: 0;
	font-size: 22px !important;
	font-weight: 400 !important;
}
.drilling__price strong{
	font-weight: 700 !important;
	background: #FFFF7F;
}


.btn__header{
	display: inline-block;
	height: 42px;
	width: 200px;
	text-align: center;
	line-height: 40px;
}

.clearfix::after {
    display: block;
    clear: both;
    content: "";
}

.work__block{}
.work__item{
	display: block;
	width: 25%;
	float: left;
	margin-bottom: 16px;
	    padding-left: 8px;
    padding-right: 8px;
}

.work__item div{
	    padding-bottom: 85%;
	    -webkit-background-size: cover;
	    background-size: cover;
	    background-position: center;
	    background-repeat: no-repeat;
}