html,
body {
	height: 100%;
}

body {
	margin: 0;
	padding: 0;
	font-family: Tahoma, Helvetica, -apple-system, sans-serif;
	background: #fff;
	color: #000;
	font-size: 15px;
	text-align: center;
}

h1 {
	margin: 0;
	font-size: 36px;
	font-weight: bold;
}

h2 {
	margin: 0;
	font-size: 20px;
	font-weight: bold;
}

input,
textarea,
button {
	outline: none !important;
}

input:focus,
textarea:focus,
button:focus {
	outline: none !important;
}

a,
a:focus {
	color: #000;
	text-decoration: underline;
}

a:hover {
	color: #000;
	text-decoration: none;
}

.btn:focus {
	color: #fff;
}

:focus {
	outline: none !important
}

.anchor {
	display: block;
	position: relative;
	top: -60px;
	visibility: hidden;
}

.button_phone {
	display: block;
}

.slide {
	cursor: default;
}

.slick-dots li button:before {
	font-size: 9px;
	width: 15px;
}

.slick-dots li button,
.slick-dots li {
	width: 15px;
}

a.tel-white {
	color: #fff;
	text-decoration: none;
}

a.tel-black {
	color: #000;
	text-decoration: none;
}

.container {
	display: flex;
	flex-direction: column;
	align-items: stretch;
	justify-content: space-around;
	height: 100%;
}

.container.noflex {
	display: block;
}

.section.black {
	background: #202020;
	color: #fff;
}

.section.white {
	background: #fff;
}

.section.grey {
	background: #f5f5f5;
}

.wrap-block p {
	width: 288px;
	margin: 10px auto 18px;
}

.navbar {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	margin: 0;
	padding: 0;
	border: none;
	background: rgba(255, 255, 255, 0.95);
	height: 60px;
	line-height: 60px;
	font-size: 18px;
	min-height: 60px;
	/*border-bottom: 1px solid #888;*/
}

.navbar-header {
	position: relative;
	text-align: center;
}

.top-logo {
	margin: 0;
	padding: 0;
	position: absolute;
	top: 15px;
	left: 90px;
	right: 0;
}

.menu-logo {
	width: 157px;
}

.logo-small {
	display: block;
}

.logo-big {
	display: none;
}

.navbar-button {
	position: absolute;
	top: -2px;
	right: 0;
}

.navbar-toggle {
	float: none;
	margin: 0;
	padding: 0;
}

.navbar .btn {
	width: 142px;
	height: 32px;
	min-height: 32px;
	max-height: 32px;
	line-height: 32px;
	font-size: 14px;
}

.navbar-toggle {
	width: 60px;
	height: 60px;
	position: absolute;
	top: 0;
	left: 0;
	border: none;
	border-radius: 0;
	background: #f5f5f5;
}

.navbar-toggle img {
	vertical-align: middle;
	width: 30px;
	height: 30px;
}

.navbar-toggle img {
	width: 100%;
}

.navbar-close {
	position: absolute;
	top: 0;
	right: 0;
	display: none;
	z-index: 2;
	width: 55px;
	height: 55px;
	background: #f5f5f5;
}

.navbar-close img {
	width: 25px;
	height: 25px;
	vertical-align: top;
	margin-top: 15px !important;
}



.buttons-block {
	margin: 30px 0 0;
	/*margin-bottom: 100px;*/
}

.btn {
	margin: 0 auto;
	padding: 0;
	display: inline-block;
	color: #fff;
	font-size: 20px;
	width: 280px;
	height: 43px;
	line-height: 43px;
	text-decoration: none;
	font-weight: normal;
	text-align: center;
	border-radius: 25px;
	background-image: linear-gradient(to bottom, #f5515f, #9f041b);
	box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.23);
	border: none;
}

.btn:hover,
.btn:active {
	color: #fff;
	background-image: linear-gradient(to bottom, #f4293b, #ad061f);
}

.page-menu {
	top: -10000px;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #fff;
	font-size: 24px;
	z-index: 2000;
	padding: 50px 25px 0;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-between;
}

.page-menu img {
	margin: 30px 0;
}


.page-menu ul {
	margin: 0;
	padding: 0;
	text-align: center;
	list-style-type: none;
}

.page-menu ul li {
	margin-bottom: 10px;
}

.page-menu ul li a {
	color: #3391ff;
	text-decoration: none;
}

.page-menu>a {
	position: absolute;
	left: 0;
	bottom: 35px;
	text-align: center;
	display: block;
	width: 100%;
	color: #5c5600;
}


.page-menu-bottom p {
	margin: 15px 0 50px;
	font-size: 15px;
}

.slick-dotted.slick-slider {
	margin-bottom: 0;
}

.slider {
	max-width: 511px;
	margin: 40px auto 0;
}

.slider img {
	border-radius: 10px;
}

.slick-dots {
	bottom: -40px;
}

.slick-dots li {
	margin: 0;
	/*width: 20px;*/
}

.slick-dots li button:before {
	opacity: 1;
	color: #3391ff;
}

.slick-dots li.slick-active button:before {
	opacity: 1;
	color: #666;
}

/* the slides */
.slick-slide {
	margin: 0 15px;
}

/* the parent */
.slick-list {
	margin: 0 -15px;
}

.button_phone {
	position: fixed;
	bottom: 20px;
	width: 70px;
	height: 70px;
	line-height: 70px;
	margin: 10px 0% 10px 50%;
	left: -35px;
	border-radius: 70px;
	background-color: #37c739;
	background: -moz-linear-gradient(top, #37f328 0%, #37c739 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #37f328), color-stop(100%, #37c739));
	background: -webkit-linear-gradient(top, #37f328 0%, #37c739 100%);
	background: -o-linear-gradient(top, #37f328 0%, #37c739 100%);
	background: -ms-linear-gradient(top, #37f328 0%, #37c739 100%);
	background: linear-gradient(top, #37f328 0%, #37c739 100%);
	filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#37f328', endColorstr='#37c739', GradientType=0);
	box-shadow: 0 2px 5px 0px rgba(0, 0, 0, 0.3);
	text-align: center;
	color: rgba(0, 0, 0, 0) !important;
	text-decoration: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 18px;
	text-transform: uppercase;
	transition: .3s;
	cursor: pointer;
	content: "";
	overflow: hidden;
	z-index: 100;
}

.button_phone:before {
	content: "";
	position: absolute;
	width: 58px;
	height: 58px;
	padding: 6px;
	border-radius: 999px;
	background-image: url(../img/button_phone.png);
	background-size: 28px;
	background-repeat: no-repeat;
	background-position: center;
	margin: 5px;
	left: 0px;
	animation-name: animaciya;
	animation-duration: 0.7s;
	animation-timing-function: ease-in-out;
	animation-delay: 0.5s;
	animation-iteration-count: infinite;
	animation-direction: alternate;
}

@-moz-keyframes animaciya {
	from {
		-moz-transform: rotate(0deg);
		/* Ã Ã¢â‚¬ÂÃ Ã‚Â»ÃÂ¡ÃÂ Firefox */
		-ms-transform: rotate(0deg);
		/* Ã Ã¢â‚¬ÂÃ Ã‚Â»ÃÂ¡ÃÂ IE */
		-webkit-transform: rotate(0deg);
		/* Ã Ã¢â‚¬ÂÃ Ã‚Â»ÃÂ¡ÃÂ Safari, Chrome, iOS */
		-o-transform: rotate(0deg);
		/* Ã Ã¢â‚¬ÂÃ Ã‚Â»ÃÂ¡ÃÂ Opera */
		transform: rotate(0deg);
	}

	to {
		-moz-transform: rotate(15deg);
		/* Ã Ã¢â‚¬ÂÃ Ã‚Â»ÃÂ¡ÃÂ Firefox */
		-ms-transform: rotate(15deg);
		/* Ã Ã¢â‚¬ÂÃ Ã‚Â»ÃÂ¡ÃÂ IE */
		-webkit-transform: rotate(15deg);
		/* Ã Ã¢â‚¬ÂÃ Ã‚Â»ÃÂ¡ÃÂ Safari, Chrome, iOS */
		-o-transform: rotate(15deg);
		/* Ã Ã¢â‚¬ÂÃ Ã‚Â»ÃÂ¡ÃÂ Opera */
		transform: rotate(15deg);
	}
}

@-webkit-keyframes animaciya {
	from {
		-moz-transform: rotate(-30deg);
		/* Ã Ã¢â‚¬ÂÃ Ã‚Â»ÃÂ¡ÃÂ Firefox */
		-ms-transform: rotate(-30deg);
		/* Ã Ã¢â‚¬ÂÃ Ã‚Â»ÃÂ¡ÃÂ IE */
		-webkit-transform: rotate(-30deg);
		/* Ã Ã¢â‚¬ÂÃ Ã‚Â»ÃÂ¡ÃÂ Safari, Chrome, iOS */
		-o-transform: rotate(-30deg);
		/* Ã Ã¢â‚¬ÂÃ Ã‚Â»ÃÂ¡ÃÂ Opera */
		transform: rotate(-30deg);
	}

	to {
		-moz-transform: rotate(30deg);
		/* Ã Ã¢â‚¬ÂÃ Ã‚Â»ÃÂ¡ÃÂ Firefox */
		-ms-transform: rotate(30deg);
		/* Ã Ã¢â‚¬ÂÃ Ã‚Â»ÃÂ¡ÃÂ IE */
		-webkit-transform: rotate(30deg);
		/* Ã Ã¢â‚¬ÂÃ Ã‚Â»ÃÂ¡ÃÂ Safari, Chrome, iOS */
		-o-transform: rotate(30deg);
		/* Ã Ã¢â‚¬ÂÃ Ã‚Â»ÃÂ¡ÃÂ Opera */
		transform: rotate(30deg);
	}
}

@-ms-keyframes animaciya {
	from {
		-moz-transform: rotate(0deg);
		/* Ã Ã¢â‚¬ÂÃ Ã‚Â»ÃÂ¡ÃÂ Firefox */
		-ms-transform: rotate(0deg);
		/* Ã Ã¢â‚¬ÂÃ Ã‚Â»ÃÂ¡ÃÂ IE */
		-webkit-transform: rotate(0deg);
		/* Ã Ã¢â‚¬ÂÃ Ã‚Â»ÃÂ¡ÃÂ Safari, Chrome, iOS */
		-o-transform: rotate(0deg);
		/* Ã Ã¢â‚¬ÂÃ Ã‚Â»ÃÂ¡ÃÂ Opera */
		transform: rotate(0deg);
	}

	to {
		-moz-transform: rotate(30deg);
		/* Ã Ã¢â‚¬ÂÃ Ã‚Â»ÃÂ¡ÃÂ Firefox */
		-ms-transform: rotate(30deg);
		/* Ã Ã¢â‚¬ÂÃ Ã‚Â»ÃÂ¡ÃÂ IE */
		-webkit-transform: rotate(30deg);
		/* Ã Ã¢â‚¬ÂÃ Ã‚Â»ÃÂ¡ÃÂ Safari, Chrome, iOS */
		-o-transform: rotate(30deg);
		/* Ã Ã¢â‚¬ÂÃ Ã‚Â»ÃÂ¡ÃÂ Opera */
		transform: rotate(30deg);
	}
}

.button_phone:hover {
	background-color: #37c739;
	background: -moz-linear-gradient(top, #37f911 0%, #37e646 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #37f911), color-stop(100%, #37e646));
	background: -webkit-linear-gradient(top, #37f911 0%, #37e646 100%);
	background: -o-linear-gradient(top, #37f911 0%, #37e646 100%);
	background: -ms-linear-gradient(top, #37f911 0%, #37e646 100%);
	background: linear-gradient(top, #37f911 0%, #37e646 100%);
	filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#37f911', endColorstr='#37e646', GradientType=0);
}

/* --- top-phone --- */

.section.top-phone {
	margin: 60px 0 0;
	padding: 18px 0;
	line-height: normal;
}

.top-phone h1 {
	font-size: 32px;
}

.top-phone p {
	margin: 5px 0 0;
	font-size: 12px;
}

/* --- top-order --- */

.top-order {
	background: url('../img/top-background-mobile.jpg') center;
	background-size: cover;
	height: 278px;
	color: #fff;
	text-align: center;
	padding: 25px 0 0;
}

.top-order p {
	font-size: 12px;
}

/* --- prices --- */

.price {
	padding: 30px 0 0;
}

.choose-metals {
	margin: 18px 0 0;
}

.choose-metals .metal:first-child {
	margin-right: 10px;
}

.choose-metals .metal:last-child {
	margin-left: 10px;
}

.choose-metals .metal {
	display: inline-block;
	width: 130px;
	height: 50px;
	line-height: 50px;
	font-size: 15px;
	background: #fff;
	color: #3391ff;
	cursor: pointer;
}

.choose-metals .metal span {
	border-bottom: 1px dashed #3391ff;
}

.choose-metals .metal span:active,
.choose-metals .metal span:hover {
	color: #097aff;
}

.choose-metals .metal.active {
	border-radius: 8px;
	background-color: #202020;
	color: #fff;
}

.choose-metals .metal.active span:active,
.choose-metals .metal.active span:hover {
	color: #fff;
}

.choose-metals .metal.active span {
	border: none;
}

.grid-metals {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
	margin-bottom: 30px;
}

.item-metal {
	margin: 20px 0 0;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: flex-start;
}

.item-pic {
	width: 90px;
	margin-right: 23px;
}

.item-pic img {
	width: 100%;
}

.item-info {
	text-align: left;
}

.item-info .item-material {
	font-size: 20px;
	font-weight: bold;
}

.item-info .item-price {
	font-size: 15px;
}

#grid-color {
	/*display: block;*/
	display: none;
}

#grid-black {
	/*display: none;*/
}

.category {
	margin: 15px 0 25px;
}


/* --- prices --- */

.prices {
	/*margin: 25px 0 0;*/
	padding: 28px 0 55px;
}

.price-best {
	list-style-type: none;
	text-align: left;
	margin: 27px 0 0 56px;
	padding: 0;
	font-size: 12px;
}

.price-best li {
	position: relative;
	margin: 0 0 27px;
}

.price-best li:before {
	content: ' ';
	display: block;
	position: absolute;
	top: 2px;
	left: -35px;
	width: 20px;
	height: 20px;
	background: url('../img/check.svg');
}

.slider img {
	width: 100%;
}


/* --- reasons --- */

.reasons {
	padding: 20px 0 35px;
	text-align: center;
}

.reasons img {
	width: 200px;
}

.reasons .btn {
	margin: 30px 0 0;
}

.reasons-list h2,
.reasons-list p {
	width: 200px;
	margin: 10px auto 18px;
}


/* --- leave order --- */

.leave-order {
	padding: 20px 0 0;
}

.leave-order p {
	margin-top: 10px;
}

.leave-order .logo {
	margin: 0 0 20px;
}

.leave-order .btn {
	margin: 20px 0 0;
}

.leave-order .girl {
	width: 100%;
}


/* --- modal --- */

.blocker {
	z-index: 2000;
}

.modal a.close-modal {
	width: 55px;
	height: 55px;
	top: 0px;
	right: 0px;
	background: url('../img/close-icon.svg') no-repeat #f5f5f5 15px 15px;
}

.modal {
	color: #000;
	text-align: center;
	font-size: 18px;
}

.modal h3 {
	font-size: 36px;
	font-weight: bold !important
}

.modal p {
	font-size: 18px;
	margin: 15px 0 55px;
}

.modal .your-info {
	position: relative;
	width: 100%;
}

.modal label.error {
	position: absolute;
	top: -20px;
	right: 70px;
	font-size: 14px;
	font-weight: normal;
	color: #d0021b;
}

#name-error {
	top: -20px;
	left: 0;
	right: 0;
	text-align: center;
}

#phone-error {
	top: -20px;
	left: 0;
	right: 0;
	text-align: center;
}

#message-error {
	top: auto;
	bottom: -35px;
	left: 0;
	right: 0;
	text-align: center;
}

.modal input {
	margin: 0 15px;
	width: 312px;
	padding: 15px;
	height: 57px;
	border-radius: 9px;
	box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, 0.11);
	border: solid 1px #979797;
}

.modal textarea:hover,
.modal input:hover {
	border: solid 1px #5c5600;
}

.modal textarea:focus,
.modal input:focus {
	border: solid 1px #000;
	outline: none;
}

.modal textarea {
	/*margin: 35px 0 0;*/
	resize: none;
	padding: 13px 14px;
	width: 660px;
	height: 159px;
	border-radius: 9px;
	box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, 0.11);
	border: solid 1px #979797;
}

.modal button {
	margin: 50px 0 55px;
	width: 430px;
}

.modal a.btn {
	margin: 0 0 55px;
	width: 430px;
}

.modal {
	max-width: 890px;
}

#order-form {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.success-block {
	height: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.navbar-phone {
	display: none;
}

@media only screen and (max-width: 767px) {
	.blocker {
		padding: 0;
	}

	.modal form {
		height: 90%;
	}

	.modal {
		width: 100%;
		height: 100%;
		font-size: 14px;
	}

	.modal h3 {
		margin: 15px 0 0;
		font-size: 20px;
		width: 80%;
	}

	.modal p {
		margin: 10px 0;
		font-size: 16px;
	}

	.modal input {
		width: 100%;
		margin: 20px 0 0;
		padding: 5px 10px;
		font-size: 14px;
	}

	.modal textarea {
		width: 100%;
		margin: 20px 0 0;
		padding: 5px 10px;
	}

	.modal button {
		width: 100%;
		margin: 30px 0 0;
		height: 40px;
		min-height: 40px;
		max-height: 40px;
	}

	.modal a.btn {
		width: 100%;
	}

	#name-error {
		font-size: 10px;
		top: 80px;
		height: 30px;
	}

	#phone-error {
		font-size: 10px;
		top: 158px;
		height: 30px;
	}

	#message-error {
		font-size: 10px;
		bottom: -35px;
		height: 30px;
	}

	.item-metal table {
		display: none;
	}
}

@media only screen and (min-width: 768px) {
	.button_phone {
		display: none;
	}

	.slider {
		width: 100%;
		max-width: none;
		display: flex;
		align-items: center;
		justify-content: space-between;
	}

	.slider .slide {
		margin: 0 15px;
		position: relative;
		cursor: pointer;
	}

	.navbar-nav {
		display: none
	}

	.navbar-toggle {
		display: block;
	}

	.container-fluid>.navbar-header {
		margin-right: -15px;
		margin-left: -15px;
	}

	.top-logo {
		left: 83px;
		right: auto;
	}

	.top-order {
		margin: 60px 0 0;
	}

	.section.top-phone {
		display: none;
	}

	.navbar-header {
		width: 100%;
	}

	.navbar-phone {
		position: absolute;
		top: 0;
		right: -15px;
		height: 60px;
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: center;
	}

	.navbar-phone .tel-black {
		width: 178px;
		font-size: 20px;
		font-weight: bold;
		margin-right: 10px;
	}

	.navbar-phone p {
		width: 66px;
		font-size: 12px;
		line-height: normal;
		text-align: center;
		margin: 0;
		padding: 0;
	}

	.top-order {
		height: 400px;
		background-image: url('../img/top-background-tablet.jpg');
	}

	h2 {
		font-size: 36px;
	}

	.top-order p,
	p {
		font-size: 20px;
		width: auto;
	}

	.btn {
		width: 300px;
		height: 50px;
		line-height: 48px;
	}

	.wrap-block p {
		width: auto;
		margin: 18px auto 30px;
	}

	.choose-metals {
		margin: 20px 0 0;
	}

	.choose-metals .metal {
		width: 161px;
		height: 39px;
		line-height: 39px;
		margin: 0 !important;
	}

	.item-metal {
		margin: 40px 0 0;
		align-items: flex-start;
		justify-content: center;
	}

	.item-pic {
		width: 200px;
		margin: 0;
	}

	.item-info {
		width: 45%;
		margin-left: 30px;
	}

	.item-metal table {
		border-collapse: collapse;
		width: 100%;
		font-size: 12px;
	}

	.item-metal td {
		text-align: left;
		padding: 8px;
	}

	#grid-black .item-metal td:nth-child(2),
	#grid-color .item-metal td:first-child {
		min-width: 244px;
	}

	.item-metal td:last-child {
		min-width: 90px;
	}

	#grid-black .item-metal td:last-child {
		min-width: 60px;
	}

	.item-metal tr:nth-child(odd) {
		background-color: #f5f5f5;
		height: 40px;
	}

	.item-metal .item-price {
		display: none
	}

	.grid-metals {
		margin-bottom: 35px;
	}

	.category {
		margin: 15px 0 80px;
	}

	.prices {
		/*margin-top: 80px;*/
		padding-top: 70px;
	}

	.price-best {
		width: 90%;
	}

	.prices .btn {
		margin: 15px 0 10px;
	}

	.reasons {
		padding-top: 50px;
	}

	.reasons-list {
		display: flex;
		flex-direction: row;
		align-items: flex-start;
		justify-content: center;
	}

	.reasons-item {
		width: 200%;
	}

	.reasons-item p {
		font-size: 15px;
	}

	.reasons .btn {
		margin: 40px 0;
	}

	.leave-order {
		padding-top: 50px;
	}

	.leave-order .wrapper {
		position: relative;
	}

	.leave-order .girl-block {
		position: relative;
		bottom: 0;
		left: -115px;
		width: 70%;
	}

	.leave-order .info-block {
		position: absolute;
		top: 150px;
		right: 20px;
	}

	.leave-order .info-block h2 {
		margin-top: 57px;
	}

	.leave-order .info-block p {
		margin-bottom: 90px;
		font-size: 15px;
	}

	.modal input {
		width: 100%;
		margin: 0 0 35px 0;
	}

	.modal textarea {
		width: 100%;
	}

	#name-error {
		top: 60px;
	}

	#phone-error {
		top: 150px;
	}

	#message-error {
		bottom: -25px;
	}

}

@media only screen and (min-width: 1024px) {
	.slider .slide:hover:after {
		display: block;
	}

	.slider .slide:after {
		content: ' ';
		display: none;
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		border-radius: 8px;
		background: url('../img/zoom-icon.svg') rgba(51, 145, 255, 0.5) no-repeat center;
	}

	.anchor {
		top: -90px;
	}

	.navbar-toggle {
		display: none;
	}

	.navbar-phone {
		right: auto;
		left: 15px;
		height: 90px;
	}

	.top-logo {
		top: 0;
		left: 0;
		right: 0;
		height: 90px;
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
	}

	.navbar {
		height: 90px;
		line-height: 90px;
	}

	.top-order {
		margin-top: 90px;
	}

	.navbar-phone .tel-black {
		width: auto;
		font-size: 24px;
		font-weight: bold;
		margin-right: 10px;
	}

	.navbar-phone p {}

	.logo-small {
		display: none;
	}

	.logo-big {
		display: block;
		/*width: 320px;*/
		position: relative;
		width: 230px;
		/*left: -55px;*/
		margin: 0 auto;
	}

	.top-logo a {
		position: relative;
		/*left: -55px;*/
	}

	.navbar-nav {
		list-style-type: none;
		margin: 0;
		padding: 0;
		/*width: 100%;*/
		float: right;
		display: block;
		font-size: 15px;
	}

	.navbar-nav>li {
		float: none;
		display: inline-block;
		margin: 0 0 0 5px;
	}

	.navbar-nav>li>a {
		padding: 0;
		color: #3391ff;
		text-decoration: none;
	}

	.navbar-nav>li>a:hover {
		background: #fff;
		text-decoration: underline;
	}

	.top-order h2 {
		font-size: 70px;
		margin-top: 80px;
	}

	.top-order .wrap-block p {
		font-size: 36px;
	}

	.top-order {
		height: 750px;
	}

	.grid-metals {
		flex-direction: row;
		flex-wrap: wrap;
	}

	.item-metal {
		width: 50%;
		justify-content: flex-start;
	}

	.item-pic {
		width: 120px;
	}

	#grid-black .item-metal td:nth-child(2),
	#grid-color .item-metal td:first-child {
		min-width: 205px;
	}

	.leave-order .wrapper {
		overflow: hidden;
	}

	.leave-order .girl {
		max-height: 570px;
		width: auto;
	}

	.leave-order .info-block {
		top: 110px;
		right: -380px;
		left: 0;
	}

	#name-error {
		left: -220px;
	}

	#phone-error {
		left: 420px;
	}

	#message-error {
		bottom: -25px;
	}

	.price-best {
		font-size: 15px;
	}

}




@media only screen and (min-width: 1200px) {
	.logo-big {
		width: 320px;
		/*left: -55px;*/
		margin: 0 auto;
	}

	.top-logo a {
		position: relative;
		/*left: -55px;*/
	}

	.navbar-nav {
		font-size: 15px;
		margin-right: 15px;
	}

	.navbar-phone {
		left: 30px;
	}

	.item-pic {
		width: 160px;
	}

	#grid-black .item-metal td:nth-child(2),
	#grid-color .item-metal td:first-child {
		min-width: 245px;
	}
}

@media only screen and (min-width: 1440px) {
	.logo-big {
		width: 320px;
		left: 0;
		margin: 0 auto;
	}

	.navbar-nav {
		font-size: 16px;
	}

	.navbar-phone .tel-black {
		font-size: 36px;
		margin-right: 20px;
	}

	.navbar-nav>li {
		margin-left: 10px;
	}

}

@media only screen and (max-height: 480px) {
	.page-menu img {
		margin: 0 0 15px;
	}

	.page-menu ul {
		font-size: 20px;
	}

	.modal input {
		margin: 15px 0 0;
		padding: 5px 10px;
		font-size: 12px;
		height: auto;
	}

	.modal textarea {
		margin: 15px 0 0;
		height: 50px;
	}

	#name-error {
		top: 43px;
	}

	#phone-error {
		top: 87px;
	}

	#message-error {
		bottom: -30px;
	}

}

#main {
	padding-top: 0
}

#prices {
	padding-top: 0
}

#photos {
	padding-top: 0
}

#reasons {
	padding-top: 0
}

#concurrent {
	padding-top: 0
}

#contacts {
	padding-top: 0
}

footer {
	padding: 20px;
	border-top: 1px solid #888;
}

footer .container {
	text-align: right; 
	display: block;
}

.wrap-contacts {
	display: inline-block;
	width: 200px;
	text-align: left;
}

.licenses{
	padding: 40px 0;
}

.licenses .office{
	text-decoration: none;
}



.licenses .container {
	display: block;
	text-align: center;
}

.top-order .center{
	text-align: center;
	font-size: 20px;
}