/*-------- Font --------*/

@font-face {
	font-family: 'GothamPro-Bold';
	src: url('../fonts/GothamPro-Bold.eot'); /* IE9 Compat Modes */
	src: url('../fonts/GothamPro-Bold.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
		url('../fonts/GothamPro-Bold.woff2') format('woff2'), /* Super Modern Browsers */
		url('../fonts/GothamPro-Bold.woff') format('woff'), /* Pretty Modern Browsers */
		url('../fonts/GothamPro-Bold.ttf')  format('truetype'), /* Safari, Android, iOS */
		url('../fonts/GothamPro-Bold.svg#svgFontName') format('svg'); /* Legacy iOS */
}

/*-------- Specification --------*/

body, div, h1, h2, h3, h4, h5, a, p, ul, li, nav, button {
	padding: 0;
	margin: 0;
}

body, a {
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	font-size: 22px;
	color: #000;
}

ul {
	list-style: none;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

button {
	background-color: transparent;
	border: none;
	outline: none;
	cursor: pointer;
}

button:focus, button:active {
	outline: none;
}

input {
	border: none;
	outline: none;
}

p {
	line-height: 1.36em;
}

.d-flex {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
}

.container {
	max-width: 1020px;
	margin: 0 auto;
}

.d-none {
	display: none!important;
}

/*-------- Header --------*/

.header {
	background-color: #fff;
	padding: 27px 0 24px;
	color: #000;
	position: relative;
}

.header .container {
	align-items: center;
}

.logo {
	max-width: 160px;
	border-right: 1px solid #000;
	padding-right: 13px;
	margin-right: 16px;
}

.top-descr {
	max-width: 295px;
}

.menu-btn {
	margin-left: auto;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.menu-btn__img {
	width: 56px;
}

.menu-btn span {
	font-family: Arial, sans-serif;
	font-size: 25px;
	font-weight: 400;
	margin-top: -12px;
}

.sec-menu {
	background-color: #7b2228;
	padding: 15px 0;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-direction: column;
	align-items: center;
	position: absolute;
	left: 0;
	bottom: -156px;
	width: 100%;
	z-index: 2;
}

.sec-menu li {
	margin: 8px 0;
}

/*-------- Navigation --------*/

.navigation {
	padding: 17px 0 494px;
	background-color: #7b2228;
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}

.menu {
	transform: translateY(-50px);
	transition: 0.3s all;
	opacity: 0;
	visibility: hidden;
}

.menu-open {
    -webkit-transform: translateY(0px);
	margin-top: 0;
	opacity: 1;
	visibility: visible;
}

.menu__item {
	margin-right: 48px;
}

.menu__link {
	color: #fff;
}

/*-------- Main --------*/

.main {
	padding-bottom: 58px;
}

.main-content {
	margin-top: -480px;
	background: url('../img/bg.jpg') no-repeat center center/cover;
	padding: 53px 70px 67px 31px;
	color: #fff;
	border: 10px solid #9391B7;
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}

.main-content__text {
	max-width: 402px;
}

.main-content-title {
	line-height: 1.2em;
	font-size: 34px;
	font-weight: 900;
	margin: 18px 0 32px;
	max-width: 780px;
	font-family: 'GothamPro-Bold', sans-serif;
}

.adress {
	margin: 31px 0 26px;
}

.cta {
	align-items: center;
}

.cta__button {
	font-size: 14px;
	font-weight: 700;
	font-family: Arial, sans-serif;
	background-color: #ff6600;
	width: 295px;
	text-align: center;
	line-height: 55px;
	color: #fff;
	margin-right: 16px;
	transition: .3s;
}

.cta__button:hover {
	background-color: #ff4600;
}

.cta__descr {
	font-size: 12px;
	line-height: 1.5em;
	max-width: 355px;
}

.sub-block {
	background-color: #fff;
	padding: 12px 23px 12px 16px;
	font-size: 12px;
	line-height: 1.5em;
	align-items: center;
	margin: -35px auto 0;
	max-width: 956px;
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}

.action {
	max-width: 225px;
}

.social {
	width: 208px;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	padding: 6px 16px;
	justify-content: space-between;
	align-items: center;
	margin: 0 23px;
}

.social__img, .social__link {
	display: block;
}

.social__link {
	line-height: 0;
}

.tel-descr {
	max-width: 185px;
	margin-right: 23px;
}

.phone {
	font-size: 24px;
}

/*-------- Footer --------*/

.footer {
	padding-top: 24px;
    background-color: #01002c;
    font-family: Arial, sans-serif;
    color: #fff;
}

.footer a {
	color: #fff;
}

.footer__content {
	margin-bottom: 110px;
}

.footer-block {
	margin-right: 68px;
}

.footer-block__title {
	font-size: 16px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 23px;
}

.footer-list__link {
	font-size: 16px;
    font-weight: 400;
}

.footer-list__link span {
	margin-left: 8px;
}

.footer-list__item {
	font-size: 16px;
    font-weight: 400;
    line-height: 1.2;
    margin-bottom: 10px;
}

.footer__copyright {
	font-size: 10px;
    font-weight: 400;
    line-height: 39px;
    background-color: #020037;
}

.footer__copyright a {
	font-size: 10px;
    font-weight: 400;
    line-height: 39px;
    margin-left: 4px;
}

.footer__copyright-text {
	align-items: center;
}

/*-------- Form --------*/

.box-modal {
	width: 600px;
	padding: 65px 25px;
	border-radius: 0;
}

.close {
	width: 32px;
	height: 32px;
}

.form-modal-title {
	font-family: Arial, sans-serif;
    font-weight: bold;
    font-size: 34px;
    color: #000;
    text-transform: uppercase;
    text-align: center;
    line-height: 1.15em;
}

.form-modal-descr {
	text-align: center;
	font-family: Arial;
    font-size: 16px;
    margin: 0 auto 45px;
    max-width: 400px;
}

.form__item {
	margin-bottom: 20px;
	position: relative;
}

.form__label {
	display: block;
    font-size: 14px;
    
}

.form__input {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
    padding: 10px;
    border: 2px solid #A6A9AB;
    font-size: 34px;
    width: 100%;
}

.submit {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background-color: #FE9F00;
    color: #fff;
    padding: 19px 25px;
    width: 100%;
    margin-top: 30px;
    font-family: Arial;
    font-weight: bold;
    font-size: 36px;
    box-shadow: 0px 1px 12px -1px #0000005c;
}

.submit:hover {
	background-color: #FF6600;
}

.attention {
	margin-top: 20px;
	font-size: 9px;
	text-align: center;
	font-family: Arial;
}

#loader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: rgba(240, 240, 240, 0.91);
    overflow: hidden;
    display: none;
    z-index: 10;
}

label.error {
    font-size: 11px;
    color: red;
    margin-bottom: 0;
    position: absolute;
    left: 0px;
    bottom: -18px;
}

#loader img {
    position: absolute;
    width: 50px;
    height: 50px;
    left: 50%;
    margin-left: -25px;
    top: 50%;
    margin-top: -25px;
}

#overlay {
	display: none;
	position: fixed;
	width: 100%;
	height: 100%;
	background: #000c;
	left: 0px;
	top: 0px;
	cursor: pointer;
	z-index: 15;
}

#thx {
	background: #fff;
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	    -ms-transform: translateX(-50%);
	        transform: translateX(-50%);
	top: 50%;
	padding: 30px;
	margin-top: -20px;
	font-size: 14px;
	z-index: 20;
	text-align: center;
}

/*----------Media Queriesr----------*/

/* 768-992px */
@media screen and (max-width: 992px) {
	.container {
		max-width: 720px;
	}
	.main-content {
		padding-right: 31px;
	}
	.cta {
		flex-direction: column;
		align-items: center;
	}
	.cta__button {
		margin-right: 0;
		max-width: 295px;
		width: 100%;
		min-width: auto;
		margin-bottom: 19px;
	}
	.cta__descr {
		text-align: center;
	}
	.sub-block {
		flex-direction: column;
		align-items: center;
		text-align: center;
		padding: 21px 0 26px;
	}
	.social {
		padding: 22px 0;
		border: none;
	}
	.tel-descr {
		margin-bottom: 20px;
		margin-right: 0;
	}
}

/* 576-768px */
@media screen and (max-width: 768px) {
	.container {
		max-width: 535px;
	}
	.logo {
		border-right: none;
	}
	.top-descr {
		display: none;
	}
	.menu {
		flex-direction: column;
	}
	.menu__item {
		width: 100%;
		text-align: center;
		margin: 5px 0;
	}
	.main-content {
		text-align: center;
	}
	.footer .container {
		flex-direction: column;
	}
	.footer__content {
		margin-bottom: 70px;
	}
	.footer-block {
		margin-bottom: 40px;
	}
}

/* 320-576px */
@media screen and (max-width: 576px) {
	.container {
		max-width: 100%;
		padding: 0 23px;
	}
	.logo {
		font-size: 22px;
	}
	.navigation {
	    position: absolute;
	    display: none;
	    width: 100%;
	    z-index: 20;
	    padding: 20px 0;
	}
	.main {
		padding-bottom: 30px;
	}
	.main-content {
		border: none;
		margin: 0 -23px;
		padding: 31px 25px 95px;
	}
	.main-content__text {
		margin: 0 auto;
	}
	.main-content-title {
		max-width: 320px;
		margin: 19px auto;
		padding: 26px 0;
		position: relative;
	}
	.main-content-title:before, .main-content-title:after, .main-content-text:after {
		position: absolute;
		content: '';
		display: block;
		width: 128px;
		background-color: #fff;
		height: 2px;
		left: 50%;
		margin-left: -64px;
	}
	.main-content-title:before {
		top: 0;
	}
	.main-content-title:after, .main-content-text:after {
		bottom: 0;
	}
	.main-content-text {
		max-width: 402px;
		margin: 0 auto;
		padding-bottom: 26px;
		position: relative;
	}
	.adress {
		margin: 20px auto 41px;
		max-width: 296px;
	}
	.cta__button span {
		display: none;
	}
	.footer__copyright {
		padding: 18px 0;
	}
	.footer__copyright-text {
		flex-direction: column;
		text-align: center;
	}
	.arcticmodal-container_i2 {
		padding: 24px 0;
	}
	.box-modal {
		width: 100%;
		margin: 0 auto;
		padding: 30px 25px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	.form-modal-title {
		font-size: 29px;
	}
	.form-modal-descr {
		font-size: 12px;
		margin: 0 auto 16px;
	}
	.form__input {
		font-size: 24px;
	}
	.submit {
		font-size: 22px;
	}
}

/* 320-576px */
@media screen and (max-width: 375px) {
	.submit {
		font-size: 19px;
	}
}

@keyframes menu {
	0%{
		margin-top: -40px;
	}

	100%{
		margin-top: 0;
	}
}


.amobutton {
	margin-right: 16px;
}

@media (max-width: 992px) {

.buttonamo {
	text-align: center;
}

.amobutton {
	margin-right: 0px;
}

}