/* prefixed by https://autoprefixer.github.io (PostCSS: v7.0.23, autoprefixer: v9.7.3) */

@font-face {
	font-family: "Museo Sans";
	font-style: normal;
	font-weight: 500;
	src: local("Museo Sans Medium"),
		url("../fonts/museosans-500.woff") format("woff");
}

@font-face {
	font-family: "Museo Sans";
	font-style: normal;
	font-weight: 700;
	src: local("Museo Sans Bold"),
		url("../fonts/museosans-700.woff") format("woff");
}

@font-face {
	font-family: "Museo Sans";
	font-style: normal;
	font-weight: 900;
	src: local("Museo Sans Black"),
		url("../fonts/museosans-900.woff") format("woff");
}

/* yeseva-one-regular - cyrillic-ext_latin_cyrillic */
@font-face {
	font-family: 'Yeseva One';
	font-style: normal;
	font-weight: 400;
	src: local('Yeseva One Regular'), local('YesevaOne-Regular'),
		url('./fonts/yeseva-one-v14-cyrillic-ext_latin_cyrillic-regular.woff2') format('woff2'),
		/* Chrome 26+, Opera 23+, Firefox 39+ */
		url('./fonts/yeseva-one-v14-cyrillic-ext_latin_cyrillic-regular.woff') format('woff');
	/* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

html {
	font-size: 18px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

*,
*:before,
*:after {
	-webkit-box-sizing: inherit;
	box-sizing: inherit;
}

img {
	max-width: 100%;
	height: auto;
}

body {
	font-size: 1rem;
	line-height: 1.2;
	color: #000;
	font-family: "Museo Sans", Arial, sans-serif;
	font-weight: 400;
	height: 100%;
	background-color: #fff;
	width: 100%;
	min-width: 320px;
	max-width: 1920px;
	margin: 0 auto;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: "Yeseva One", Georgia, 'Times New Roman', Times, serif;
}

section,
nav,
footer,
header,
article,
main {
	display: block;
}

img {
	max-width: 100%;
	height: auto;
}

.visually-hidden {
	position: absolute;
	clip: rect(0 0 0 0);
	width: 1px;
	height: 1px;
	margin: -1px;
}

.container {
	width: 100%;
	max-width: 1366px;
	margin: 0 auto;
	padding: 0 20px;
}

.overlay {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	z-index: 10;
	background-color: rgba(0, 0, 0, .5);
	display: none;
}

.overlay--active {
	display: block;
}

.order-form {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.order-form__title {
	text-transform: uppercase;
	margin-top: 5px;
	font-size: 2rem;
	padding-bottom: 0;
	margin-bottom: 10px;
}

.order-form__text {
	margin-top: 0;
	margin-bottom: 30px;
}

.order-form__label {
	display: block;
	width: 28%;
	max-width: 450px;
	margin: 0;
}

.order-form__input {
	color: #000;
	text-shadow: 1px 1px 1px #fff;
	background-color: transparent;
	border: 2px solid #000;
	display: block;
	width: 100%;
	text-align: center;
	font-size: 1.1rem;
	padding: 1.2rem 0.5rem;
}

.order-form__input::-webkit-input-placeholder {
	color: #000;
}

.order-form__input:-ms-input-placeholder {
	color: #000;
}

.order-form__input::-ms-input-placeholder {
	color: #000;
}

.order-form__input::-moz-placeholder {
	color: #000;
}

.order-form__input::placeholder {
	color: #000;
}

.order-form__input:hover {
	color: #613407;
	border-color: #613407;
}

.order-form__input:focus {
	background-color: transparent !important;
	color: #000;
	outline: none;
	border-color: #000;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus {
	-webkit-transition: background-color 5000s ease-in-out 0s;
	-o-transition: background-color 5000s ease-in-out 0s;
	transition: background-color 5000s ease-in-out 0s;
	-webkit-text-fill-color: #000;
}

.success-message {
	position: fixed;
	top: 0;
	left: 50%;
	width: 95%;
	max-width: 400px;
	-webkit-transform: translate(-50%, -250%);
	-ms-transform: translate(-50%, -250%);
	transform: translate(-50%, -250%);
	-webkit-box-shadow: 0 5px 61px 0 rgba(0, 0, 0, .18), 0 4px 45px 0 rgba(0, 0, 0, .25);
	box-shadow: 0 5px 61px 0 rgba(0, 0, 0, .18), 0 4px 45px 0 rgba(0, 0, 0, .25);
	background-color: #BBA86C;
	color: #fff;
	font-weight: 400;
	z-index: 12;
	padding: 160px 15px 30px;
	background-repeat: no-repeat;
	background-size: 100px 100px;
	background-position: top 35px center;
	background-image: url("../img/done.svg");
	font-size: 1.2rem;
	text-align: center;
	-webkit-transition: all 0.6s linear;
	-o-transition: all 0.6s linear;
	transition: all 0.6s linear;
	opacity: 0;
}

.success-message--show {
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	opacity: 1;
}

.btn--mobile {
	display: none;
}

.main-header {
	padding: 10px 0;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	background-color: #fff;
}

.main-header--fixed {
	padding: 10px 0;
	position: fixed;
	background-color: #fff;
	-webkit-box-shadow: 5px 15px 20px 5px rgba(0, 0, 0, 0.15);
	box-shadow: 5px 15px 20px 5px rgba(0, 0, 0, 0.15);
	z-index: 2;
}

.main-header__container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.main-logo {
	color: #000;
	text-decoration: none;
	font-weight: 900;
	line-height: 1.1;
	white-space: nowrap;
	text-align: center;
}

.main-header__logo {
	margin-right: 20px;
}

.main-logo__name {
	font-size: 1.7rem;
	font-family: "Yeseva One", Georgia, 'Times New Roman', Times, serif;
	display: block;
	color: #613407;
	text-transform: uppercase;
}

.main-logo__text {
	text-transform: uppercase;
	font-weight: 400;
	font-size: 0.9rem;
}

.main-logo__sub {
	font-size: 1.5rem;
	letter-spacing: 0.1px;
	font-weight: 400;
}

.contact-link {
	color: #323232;
	display: inline-block;
	vertical-align: top;
	padding-left: 36px;
	position: relative;
	text-decoration: none;
	font-size: 1.2rem;
}

.contact-link--phone {
	font-weight: 700;
	font-size: 1.4rem;
}

.contact-link::before {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 25px;
	height: 25px;
	background-repeat: no-repeat;
	background-size: cover;
}

.contact-link--phone::before {
	background-image: url("../img/phone.svg");
}

.contact-link:hover {
	color: #613407;
}

.main-header__contacts {
	text-align: right;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.main-header__link {
	margin: 0 0 5px 10px;
}

.btn {
	display: inline-block;
	vertical-align: top;
	text-align: center;
	line-height: 1;
	border: 0;
	cursor: pointer;
	padding: 1.4rem;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 1.1rem;
	color: #fff;
	background-color: #BBA86C;
	-webkit-box-shadow: 0px 10px 30px 5px rgba(183, 161, 142, 0.4);
	        box-shadow: 0px 10px 30px 5px rgba(183, 161, 142, 0.4);
	border-radius: 40px;
	position: relative;
	margin-right: -1px;
	overflow: hidden;
}

.order-form__btn {
	width: 38%;
	max-width: 300px;
	margin: 0;
	background-color: #bba86d;
	color: #fff;
	-webkit-box-shadow: 5px 15px 20px 5px rgba(0, 0, 0, 0.15);
	box-shadow: 5px 15px 20px 5px rgba(0, 0, 0, 0.15);
}

.btn:hover {
	color: #000;
	-webkit-box-shadow: inset 5px 15px 20px 5px rgba(0, 0, 0, 0.15);
	box-shadow: inset 5px 15px 20px 5px rgba(0, 0, 0, 0.15);
}

.btn:focus {
	outline: none;
}

.sub-text {
	text-align: center;
	font-size: 1.1rem;
	margin-top: 0;
	margin-bottom: 40px;
	text-transform: uppercase;
}

.main-slide {
	padding: 200px 0 100px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	background-color: #f5f5f5;
	background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0.2))), url("../img/main-bg-1.jpg");
	background-image: -o-linear-gradient(bottom, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.2)), url("../img/main-bg-1.jpg");
	background-image: linear-gradient(to top, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.2)), url("../img/main-bg-1.jpg");
	color: #000;
	min-height: 740px;
}

.main-slide__content {
	max-width: 800px;
	margin: 0;
	background-clip: padding-box;
	padding: 30px;
	background-color: rgba(255, 255, 255, 0.7);
	-webkit-box-shadow: 5px 15px 20px 5px rgba(0, 0, 0, 0.15);
	box-shadow: 5px 15px 20px 5px rgba(0, 0, 0, 0.15);
}

.main-slide__title {
	margin-top: 0;
	font-size: 2.6rem;
	margin-bottom: 0.5rem;
	padding: 0;
	font-weight: 900;
	color: #613407;
}

.main-slide__text {
	margin-top: 0;
	font-size: 1.2rem;
	font-weight: 400;
}

.main-footer__bottom {
	padding: 22px 0 20px;
	color: #666;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.main-footer__copy {
	margin: 5px 0;
}

.orvin {
	color: inherit;
	text-decoration: none;
	font-size: 0.9rem;
}

.orvin:hover {
	color: #613407;
}

.features {
	padding: 40px 0;
	background-color: #eeeeee;
}

.block-title {
	text-transform: uppercase;
	text-align: center;
	font-size: 2rem;
	color: #613407;
	margin-bottom: 1rem;
	font-weight: 900;
}

.features-list {
	list-style: none;
	padding: 0;
	margin: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.features-list__item {
	width: 31%;
	margin-bottom: 20px;
	padding: 130px 5px 0;
	background-repeat: no-repeat;
	background-size: 120px 120px;
	background-position: top center;
	text-align: center;
}

.features-list__name {
	font-size: 1rem;
	text-transform: uppercase;
}

.features-list__text {
	font-size: 0.9rem;
}

.features-list__item--first {
	background-image: url("../img/feature-1.svg");
}

.features-list__item--second {
	background-image: url("../img/feature-2.svg");
}

.features-list__item--third {
	background-image: url("../img/feature-3.svg");
}

.portfolio {
	padding: 30px 0 50px;
}

.gallery {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.portfolio__gallery {
	margin: 40px 0 0;
}

.gallery__item {
	width: 23%;
	margin-bottom: 2%;
}

.gallery img {
	-webkit-box-shadow: 5px 15px 20px 5px rgba(0, 0, 0, 0.1);
	box-shadow: 5px 15px 20px 5px rgba(0, 0, 0, 0.1);
	border-radius: 10px;
}

.map {
	min-height: 450px;
	background-color: #f5f5f5;
}

.main-footer__accent {
	font-weight: 700;
	display: block;
	margin-bottom: 3px;
	font-size: 1.1rem;
}

.contacts-list {
	list-style: none;
	padding: 0;
	margin: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.contacts-list__item {
	width: 31%;
	padding: 25px;
	border: 1px solid #BBA86C;
	text-align: center;
	margin: 10px 0 30px;
}

.contacts-list__title {
	font-size: 1rem;
	text-transform: uppercase;
}

.contacts-list__text {
	display: block;
	text-decoration: none;
	color: inherit;
	font-size: 1.1rem;
}

.services {
	padding: 20px 0 60px;
}

.services-list {
	list-style: none;
	padding: 0;
	margin: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.services-list__item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	width: 31%;
	margin: 1%;
	padding: 25px 20px;
	box-shadow: 5px 15px 20px 5px rgba(0, 0, 0, 0.05);
	border: 3px solid #BBA86C;
}

.services-list__item--best {
	-webkit-box-shadow: 5px 15px 20px 5px rgba(0, 0, 0, 0.15);
	box-shadow: 5px 15px 20px 5px rgba(0, 0, 0, 0.15);
	width: 34%;
	border: 10px solid #613407;
	padding: 50px 20px;
}

.services-list__title {
	text-align: center;
	text-transform: uppercase;
	color: #613407;
	font-weight: 900;
	font-size: 1.5rem;
	margin-top: 0;
}

.services-list__btn {
	width: 90%;
	padding: 1rem;
	margin: 0 auto;
	margin-top: auto;
	display: block;
}

.services-list__price {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	text-align: center;
}

.services-list__cost {
	position: relative;
	margin: 5px 0;
	text-decoration: none;
	line-height: 1;
	font-size: 1rem;
}

.services-list__cost b {
	font-family: "Yeseva One", Georgia, Times, serif;
}

.services-list__cost--old {
	color: #666;
	font-size: 1.7rem;
	padding: 2px 10px;
}

.services-list__cost--old::after {
	content: "";
	position: absolute;
	top: 40%;
	left: 0;
	-webkit-transform: rotate(-6deg);
	-ms-transform: rotate(-6deg);
	transform: rotate(-6deg);
	width: 100%;
	height: 3px;
	background-color: #81B7D7;
}

.services-list__cost--new {
	color: #613407;
	font-size: 2.1rem;
	font-weight: 900;
}

.styled-list {
	list-style: none;
	padding: 0;
	margin: 20px 0;
}

.styled-list li {
	position: relative;
	padding-left: 28px;
	margin-bottom: 8px;
}

.styled-list li::before {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 20px;
	height: 20px;
	background-repeat: no-repeat;
	background-size: cover;
	background-image: url("../img/check.svg");
}

.outro-text {
	font-family: "Yeseva One", Georgia, 'Times New Roman', Times, serif;
	text-align: center;
	font-size: 1.2rem;
}

.social-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
	padding-left: 0;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	margin: 0;
  list-style: none;
}

.social-list__item {
  margin: 0 5px;
}

.social-list__link {
  display: block;
  width: 35px;
	height: 35px;
	border-radius: 7px;
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
}

.social-list__link:hover {
	opacity: 0.9;
}


.social-list__link--instagram {
  background-image: url("../img/instagram.svg");
}

.social-list__link--whatsapp {
  background-image: url("../img/whatsapp.svg");
}



@media (max-width: 1199px) {
	.contact-link--phone {
		font-size: 1.2rem;
		margin: 5px;
	}

	.main-header__btn {
		margin: 5px;
	}

	.main-header {
		padding: 15px 0;
	}

	html {
		font-size: 17px;
	}
}

@media (max-width: 991px) {
	html {
		font-size: 15px;
	}

	.main-slide__content {
		background-color: rgba(255, 255, 255, 0.8);
	}

	.contact-link {
		padding-left: 28px;
	}

	.contact-link::before {
		width: 22px;
		height: 22px;
	}

	.main-slide {
		min-height: 640px;
	}

	.block-title {
		margin-bottom: 1.5rem;
		font-size: 1.8rem;
	}
}

@media (max-width: 900px) {
	.main-header__btn {
		display: none;
	}
}

@media (max-width: 850px) {
	.main-logo__name {
		font-size: 1.5rem;
	}

	.main-logo__sub {
		font-size: 1.2rem;
		letter-spacing: 0.7px;
	}
}

@media (max-width: 767px) {
	.contact-link {
		margin-left: 0;
	}

	.contacts-list__item {
		width: 100%;
		margin: 0 auto 20px;
	}

	.main-footer__bottom {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		text-align: center;
	}

	.features-list__item {
		width: 100%;
	}

	.gallery__item {
		width: 48%;
	}

	.map {
		min-height: 350px;
	}

	.main-slide {
		min-height: 600px;
	}

	.main-slide__content {
		text-align: center;
	}

	.main-slide__text {
		font-size: 1.3rem;
	}

	.order-form {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		text-align: center;
	}

	.order-form__label {
		width: 100%;
		margin-bottom: 20px;
	}

	.order-form__btn {
		width: 100%;
	}

	.services-list {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.services-list__item {
		width: 100%;
		max-width: 500px;
		margin-bottom: 25px;
	}

	.main-header__container {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		text-align: center;
	}

	.main-header__logo {
		margin-right: 0;
		margin-bottom: 5px;
	}

	.main-header__contacts {
		text-align: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}

	.main-slide__title {
		font-size: 2rem;
	}

	.features {
		padding-bottom: 10px;
	}

	.order-form__title {
		font-size: 1.5rem;
	}

	.social-list {
		-webkit-box-ordinal-group: 3;
		    -ms-flex-order: 2;
		        order: 2;
	}

	.social-list__link {
		width: 25px;
		height: 25px;
	}
}

@media (max-width: 450px) {
	.main-slide__title {
		font-size: 1.6rem;
	}

	.main-slide__text {
		font-size: 1rem;
	}

	.main-slide__content {
		padding: 30px 15px;
	}

	.features-list__item {
		width: 100%;
	}

	.block-title {
		font-size: 1.4rem;
	}

	.sub-text {
		font-size: 1rem;
	}
}

@media (max-width: 374px) {
	.main-slide__title {
		font-size: 1.6rem;
	}

	.main-slide__text {
		font-size: 1rem;
	}

	.main-logo__name {
		font-size: 1.3rem;
	}

	.main-logo__sub {
		font-size: 1rem;
	}

	.gallery__item {
		width: 100%;
	}
}