*,
*::before,
*::after {
	box-sizing: border-box;
}

a,
a:hover,
a:active {
	text-decoration: none;
}

input,
button,
textarea,
select {
	outline: none;
}

body {
	position: relative;
	margin: 0;
	padding: 0;
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	color: #2A2A2A;
	background-color: #FFF;
}

.page-container {
	width: 100%;
	max-width: 1320px;
	margin: 0 auto;
	padding-left: 15px;
	padding-right: 15px;
}

header {
	position: relative;
	background-color: #2D2D2E;
	background-image: url("./img/header-divider.png"), url("./img/header-oval-shadow.png"),  url("./img/header-bg.jpg");
	background-repeat: no-repeat, no-repeat, no-repeat;
	background-size: 100% auto, 768px 471px, cover;
	background-position: bottom center, bottom center, top center;
	padding: 30px 0 150px 0;
}

.logo-container {
	position: relative;
}

.h-logo {
	display: block;
	width: 228px;
	height: 72px;
	background-image: url("./img/logo.png");
	background-size: 228px 72px;
	background-repeat: no-repeat;
	margin-right: 70px;
}
.whatsapp-link {
	position: relative;
	top: -1px;
	display: inline-block;
	background-image: url("./img/whatsapp.png");
	background-size: 26px 26px;
	width: 26px;
	height: 26px;
	margin-right: 10px;
}
.telegram-link {
	display: inline-block;
	background-image: url("./img/telegram.png");
	background-size: 29px 26px;
	width: 29px;
	height: 26px;
}

.main-menu {
	list-style: none;
	margin: 12px 0 0 0;
	padding: 0;
}
.main-menu > li {
	display: inline-block;
	padding: 0 25px;
}
.main-menu > li > a {
	display: inline-block;
	color: #E1E1E1;
	font-size: 16px;
}
.main-menu > li:first-child {
	padding: 0 25px 0 0;
}
.main-menu > li > a:hover {
	color: #D64121;
	border-bottom: 1px dashed #D64121;
}
.main-menu > li > .sub-menu {
	position: absolute;
	display: none;
	list-style: none;
	width: 250px;
	background: #454545;
	margin: 0;
	padding: 0;
	z-index: 999;
}
.main-menu > li:hover > .sub-menu {
	display: block;
}
.main-menu > li > .sub-menu li a {
	display: inline-block;
	width: 100%;
	color: #E1E1E1;
	font-size: 14px;
	font-weight: 600;
	padding: 10px 15px;
}
.main-menu > li > .sub-menu li a:hover {
	color: #ffe1da;
	background: #D64221;
    background: linear-gradient(135deg, #D64221, #FB876E);
}

.header-phone {
	position: absolute;
	top: 0;
	right: 0;
	text-align: right;
}
.phone-link {
	position: relative;
	display: inline-block;
	font-size: 22px;
	font-weight: 600;
	color: #E1E1E1;
	padding-left: 38px;
	line-height: 24px;
}
.phone-link:hover {
	color: #D64121;
}
.phone-link:before {
	position: absolute;
	top: 0;
	left: 0;
	content: '';
	background-image: url("./img/phone.png");
	background-repeat: no-repeat;
	background-size: 26px 26px;
	width: 26px;
	height: 26px;
}
.call-link {
	display: inline-block;
	font-size: 16px;
	margin-top: 18px;
	color: #D64121;
	border-bottom: 1px dashed #D64121;
}
.call-link:hover {
	color: #E1E1E1;
	border-bottom: 0;
}

.header-title {
	margin-top: 40px;
}

.h-title-big {
	font-size: 46px;
	line-height: 54px;
	font-weight: 700;
	color: #E1E1E1;
}
.h-title-big span {
	color: #D64121;
}
.h-title-small {
	font-size: 30px;
	line-height: 40px;
	font-weight: 700;
	color: #E1E1E1;
}
.header-title-sub {
	margin: 40px 0 0 0;
}
.header-title-sub span{
	font-size: 18px;
	font-weight: 600;
	color: #E1E1E1;
	text-transform: uppercase;
}

.header-title-sub ul {
	margin: 20px 0 0 0;
	padding: 0;
	list-style: none;
}

.header-title-sub ul li {
	position: relative;
	padding-left: 30px;
	font-size: 18px;
	font-weight: 600;
	color: #E1E1E1;
	margin: 10px 0;
	line-height: 20px;
}
.header-title-sub ul li:before {
	position: absolute;
	top: 2px;
	left: 0;
	content: '';
	background-image: url("./img/header-li.png");
	background-repeat: no-repeat;
	background-size: 17px 17px;
	width: 17px;
	height: 17px;
}

.btn-page {
	display: inline-block;
	background: #D64221;
	background: linear-gradient(135deg, #D64221, #FB876E);
	border: 0;
	box-shadow: 0 0 0 3px rgba(245, 124, 98, 0.3);
	border-radius: 25px;
	padding: 8px 25px;
	text-transform: uppercase;
	min-width: 200px;
	color: #ffe1da;
	font-size: 16px;
	font-weight: 600;
	transition: 0.6s;
	margin: 20px 0;
}
.btn-page:hover {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-o-transform: scale(1.1);
	-moz-transform: scale(1.1);
	box-shadow: none;
	color: #ffe1da;
}

.header-right {
 	position: absolute;
	right: 130px;
	bottom: 200px;
}

.h-right-item {
	position: relative;
	padding-left: 50px;
	font-size: 16px;
	font-weight: 400;
	color: #E1E1E1;
	line-height: 18px;
	margin-bottom: 40px;
}
.h-right-item.r-1:before {
	position: absolute;
	top: 0;
	left: -5px;
	content: '';
	background-image: url("./img/r-1.png");
	background-repeat: no-repeat;
	background-size: 38px 38px;
	width: 38px;
	height: 38px;
}
.h-right-item.r-2:before {
	position: absolute;
	top: 0;
	left: 0;
	content: '';
	background-image: url("./img/r-2.png");
	background-repeat: no-repeat;
	background-size: 31px 37px;
	width: 31px;
	height: 37px;
}
.h-right-item.r-3:before {
	position: absolute;
	top: 0;
	left: 0;
	content: '';
	background-image: url("./img/r-3.png");
	background-repeat: no-repeat;
	background-size: 36px 36px;
	width: 36px;
	height: 36px;
}

.header-oval {
	position: absolute;
	left: calc(50% - 160px);
	bottom: -75px;
	background-image: url("./img/header-oval.png");
	background-repeat: no-repeat;
	background-size: 320px 440px;
	width: 320px;
	height: 440px;
}
.header-oval:hover {
	background-image: url("./img/header-oval-hover.png");
}

.section-catalog {
	background-color: #F9F9F9;
	padding: 120px 0 80px 0;
}
.section-catalog h1 {
	color: #D64121;
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
	text-align: center;
	margin-bottom: 0px;
}
.section-catalog h2 {
	color: #2A2A2A;
	position: relative;
	font-size: 35px;
	font-weight: 700;
	text-transform: uppercase;
	text-align: center;
	width: 170px;
	margin: 0 auto;
}
.section-catalog h2:before {
	position: absolute;
	bottom: -10px;
	left: -30px;
	content: '';
	background-image: url("./img/h2-before.png");
	background-repeat: no-repeat;
	background-size: 106px 14px;
	width: 106px;
	height: 14px;
}
.catalog-container {
	text-align: center;
	margin-top: 50px;
}
.catalog-item {
	display: inline-block;
	width: 200px;
	margin: 20px 30px;
	vertical-align: top;
}
.catalog-item-img {
	border-radius: 50%;
	width: 200px;
	height: 200px;
	background-color: #FFF;
	text-align: center;
	line-height: 200px;
}
.catalog-item-img img {
	display: inline-block;
	width: 101px;
	height: 136px;
	line-height: 200px;
	transition: 0.6s;
}
.catalog-item-img img:hover {
	transform: scale(1.2);
	-webkit-transform: scale(1.2);
	-o-transform: scale(1.2);
	-moz-transform: scale(1.2);
}
.catalog-item-title {
	font-size: 16px;
	font-weight: 600;
	margin-top: 10px;
	line-height: 18px;
}
.catalog-item-btn {
	margin-top: 20px;
}
.catalog-item-btn a {
	display: inline-block;
	background: #D64221;
	background: linear-gradient(135deg, #D64221, #FB876E);
	border: 0;
	box-shadow: 0 0 0 3px rgba(245, 124, 98, 0.3);
	border-radius: 25px;
	padding: 6px 25px;
	text-transform: uppercase;
	color: #ffe1da;
	font-size: 14px;
	font-weight: 600;
	transition: 0.3s;
}
.catalog-item-btn a:hover {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-o-transform: scale(1.1);
	-moz-transform: scale(1.1);
	box-shadow: none;
}

.section-technology {
	padding: 80px 0 20px 0;
}
.section-technology h2 {
	color: #2A2A2A;
	position: relative;
	font-size: 35px;
	font-weight: 700;
	text-transform: uppercase;
	text-align: left;
	margin-bottom: 50px;
}
.section-technology h2:before {
	position: absolute;
	bottom: -28px;
	left: 0;
	content: '';
	background-image: url("./img/h2-before-t.png");
	background-repeat: no-repeat;
	background-size: 87px 29px;
	width: 87px;
	height: 29px;
}
.page-img-section {
	display: inline-block;
	width: 100%;
	max-width: 500px;
}

.section-color {
	position: relative;
	background-color: #2D2D2E;
	background-image: url("./img/color-bg-top.png"), url("./img/color-bg-bottom.png"), url("./img/header-bg.jpg");
	background-repeat: no-repeat, no-repeat, no-repeat;
	background-size: 100% auto, 100% auto, cover;
	background-position: top center, bottom center, top center;
	padding: 150px 0 150px 0;
}
.section-color:before {
	position: absolute;
	top: -5px;
	left: 0;
	content: '';
	width: 100%;
	height: 10px;
	background-color: #FFF;
}
.section-color:after {
	position: absolute;
	bottom: -5px;
	left: 0;
	content: '';
	width: 100%;
	height: 10px;
	background-color: #FFF;
}

.section-color h2 {
	color: #FFF;
	position: relative;
	font-size: 35px;
	font-weight: 700;
	text-transform: uppercase;
	text-align: center;
	margin-bottom: 60px;
}
.section-color h2 span {
	color: #D54326;
}
.text-light-r {
	color: #E1E1E1;
	font-size: 18px;
}
.text-orange-b {
	color: #D54326;
	font-weight: 600;
	font-size: 20px;
}

.section-handling {
	padding: 80px 0 80px 0;
}
.section-handling h2 {
	color: #2A2A2A;
	position: relative;
	font-size: 35px;
	font-weight: 700;
	text-transform: uppercase;
	text-align: left;
	margin-bottom: 50px;
}
.section-handling h2 span {
	color: #D54326;
}
.section-handling h2:before {
	position: absolute;
	bottom: -8px;
	left: 225px;
	content: '';
	background-color: #D54326;
	width: 255px;
	height: 6px;
}
.ul-handling {
	list-style: none;
	padding: 0;
}

.ul-handling li {
	position: relative;
	padding-left: 50px;
	margin-bottom: 15px;
}

.ul-handling li span {
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
	height: 40px;
	line-height: 36px;
	text-align: center;
	border-radius: 50%;
	border: 2px solid #D54326;
	color: #D54326;
	font-weight: 700;
	font-size: 20px;
}
.page-img-section-shadow {
	display: inline-block;
	width: 100%;
	max-width: 500px;
	box-shadow: 0 0 30px 0 #313335;
}

.section-why {
	padding: 80px 0 80px 0;
	background-color: #F9F9F9;
}
.section-why h2 {
	color: #D54326;
	position: relative;
	font-size: 35px;
	font-weight: 700;
	text-transform: uppercase;
	text-align: center;
	margin-bottom: 50px;
}
.why-container {
	text-align: center;
}
.why-item {
	display: inline-block;
	width: 250px;
	margin: 20px 40px;
	vertical-align: top;
}
.why-item-img {
	width: 100%;
}
.why-item-img img {
	height: 100%;
	width: auto;
}
.why-item-title {
	color: #2A2A2A;
	font-size: 16px;
	font-weight: 600;
	line-height: 20px;
	margin-top: 20px
}

.section-form {
	padding: 140px 0 80px 0;
}
.section-form h2 {
	position: relative;
	left: 100px;
	color: #2A2A2A;
	font-size: 35px;
	font-weight: 700;
	text-align: center;
	text-transform: uppercase;
	margin-bottom: 30px;
}
.section-form h2 span {
	color: #D54326;
}
.form-main-container {
	position: relative;
	margin: 0 auto;
	width: 100%;
	max-width: 500px;
}
.order-women {
	position: absolute;
	top: -80px;
	left: -200px;
	background-image: url("./img/order-women.png");
	background-size: 362px 364px;
	background-repeat: no-repeat;
	width: 362px;
	height: 364px;
	z-index: 10;
}
.order-form-container {
	position: relative;
	left: 100px;
	background-color: #282828;
	background-image: url("./img/contact-form-bg-2.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	border-radius: 20px;
	padding: 30px 40px;
	margin: 0 auto;
	width: 100%;
	max-width: 500px;
	z-index: 20;
}
.form-input-block {
	width: 100%;
	margin-bottom: 10px;
	text-align: left;
}
.form-input-block label {
	display: block;
	color: #D64121;
	font-size: 14px;
	margin-bottom: 3px;
	text-transform: uppercase;
	font-weight: 600;
	text-align: left;
}
.form-input-block span {
	display: block;
	color: #a4a4a4;
	margin-bottom: 8px;
	font-size: 12px;
	line-height: 12px;
	text-align: left;
}
.form-input-block input[type="text"] {
	display: block;
	width: 100%;
	color: #2B2B2B;
	border: 0;
	background-color: #FFF;
	border-radius: 8px;
	padding: 6px 8px;
}
.form-input-block input[type="file"] {
	color: #FFF;
	cursor: pointer;
}
.form-input-block textarea {
	display: block;
	width: 100%;
	color: #2B2B2B;
	border: 0;
	background-color: #FFF;
	border-radius: 8px;
	padding: 6px 8px;
	height: 100px;
	resize: none;
}
.form-checkbox {
	position: relative;
	font-size: 12px;
	color: #D6D6D6;
	padding-left: 24px;
	line-height: 22px;
}
.form-checkbox a {
	font-size: 12px;
	color: #D54326;
	border-bottom: 1px dashed #D54326;
}
.form-checkbox a:hover {
	color: #E1E1E1;
	border-bottom: 0;
}
.form-checkbox:before {
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	background-image: url("./img/checkbox.svg");
	background-repeat: no-repeat;
	background-size: 20px 20px;
	width: 20px;
	height: 20px;
}
.form-button {
	margin: 20px 0 0 0;
	text-align: center;
}

footer {
	background-color: #2D2D2E;
	background-image: url("./img/header-bg.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top center;
	text-align: left;
	padding: 80px 50px;
}
.footer-logo {
	display: inline-block;
	vertical-align: top;
	background-image: url("./img/logo-footer.png");
	background-repeat: no-repeat;
	background-size: 228px 72px;
	width: 228px;
	height: 72px;
}
.footer-logo-text {
	color: #E9E9E9;
	font-size: 16px;
}
.footer-title {
	font-weight: 600;
	text-transform: uppercase;
	color: #D54326;
	margin-bottom: 15px;
}
.footer-menu {
	list-style: none;
	margin: 0;
	padding: 0;
}
.footer-menu li {
	margin-bottom: 8px;
}
.footer-menu li a {
	color: #E1E1E1;
}
.footer-menu li a:hover {
	color: #D54326;
	border-bottom: 1px dashed #D54326;
}
.footer-social {
	margin-top: 20px
}
.footer-politics {
	margin-top: 20px;
}
.footer-politics a {
	color: #E1E1E1;
	font-size: 13px;
	font-weight: 600;
	border-bottom: 1px dashed #E1E1E1;
}
.footer-politics a:hover {
	color: #D54326;
	border-bottom: 0;
}
.footer-copy {
	margin-top: 30px;
	color: #9b9b9b;
	font-size: 12px;
}
.footer-dev {
	color: #E1E1E1;
	font-size: 14px;
	margin-top: 30px;
	max-width: 200px;
}
.footer-dev a,
.footer-dev a:hover {
	color: #E1E1E1;
	font-size: 14px;
}
.footer-dev img {
	width: 150px;
}
.footer-address-item {
	position: relative;
	margin-bottom: 20px;
	padding-left: 32px;
	color: #E1E1E1;
	font-size: 14px;
}
.footer-address-item:before {
	position: absolute;
	top: 6px;
	left: 0;
	content: '';
	background-image: url("./img/address.png");
	background-repeat: no-repeat;
	background-size: 26px 26px;
	width: 26px;
	height: 26px;
}
.footer-phone-link {
	position: relative;
	display: inline-block;
	font-size: 22px;
	font-weight: 600;
	color: #E1E1E1;
	padding-left: 38px;
	line-height: 24px;
}
.footer-phone-link:hover {
	color: #D64121;
}
.footer-phone-link:before {
	position: absolute;
	top: 0;
	left: 0;
	content: '';
	background-image: url("./img/phone.png");
	background-repeat: no-repeat;
	background-size: 26px 26px;
	width: 26px;
	height: 26px;
}

.menu-mobile {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	height: 44px;
	width: 100%;
	background: #343434;
	background: linear-gradient(135deg, #343434, #0F0F0F);
	padding: 1px 1px;
	z-index: 999;
}
#menu-mobile-link {
	width: 33px;
	height: 24px;
	background-image: url("./img/menu-mobile.png");
	background-size: 33px 24px;
	background-repeat: no-repeat;
	cursor: pointer;
	margin: 9px 0 0 15px;
}
.menu-mobile-left {
	position: fixed;
	top: 44px;
	left: 0;
	height: calc(100vh - 44px);
	width: 260px;
	background: #343434;
	background: linear-gradient(135deg, #343434, #0F0F0F);
	z-index: 999;
}
.menu-mobile-left-hide {
	margin-left: -260px;
	transition: 1s;
}
.menu-mobile-left-show {
	margin-left: 0;
	transition: 1s;
}
.menu-mobile-left-ul {
	list-style: none;
	margin: 15px 0 0 0;
	padding: 0;
}
.menu-mobile-left-ul li {
	width: 100%;
}
.menu-mobile-left-ul li a {
	display: inline-block;
	width: 100%;
	color: #E1E1E1;
	font-size: 16px;
	padding: 8px 15px;
}
.menu-mobile-left-ul li a:hover {
	color: #D64121;
	background-color: #2D2D2D;
}
#menu-mobile-left-close {
	position: absolute;
	top: 20px;
	right: 20px;
	z-index: 9999;
}
#menu-mobile-left-close i {
	color: #CECECD;
	font-size: 32px;
	transition: 0.6s;
	cursor: pointer;
}

main {
	background-color: #F9F9F9;
	padding: 120px 0 80px 0;
}
main h1 {
	color: #2A2A2A;
	position: relative;
	font-size: 35px;
	font-weight: 700;
	text-transform: uppercase;
	text-align: center;
	margin-bottom: 40px;
}
.oval-container {
	text-align: center;
	margin-top: 50px;
}
.oval-item {
	background-color: #FFF;
	border-radius: 10px;
	padding: 15px 0;
	display: inline-block;
	width: 200px;
	margin: 20px 20px;
	vertical-align: top;
}
.oval-item-img {
	width: 100%;
	height: 220px;
	text-align: center;
	line-height: 220px;
}
.oval-item-img img {
	display: inline-block;
	width: 150px;
	height: auto;
	transition: 0.6s;
}
.oval-item-img img:hover {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-o-transform: scale(1.1);
	-moz-transform: scale(1.1);
}
.oval-item-title {
	font-size: 16px;
	font-weight: 600;
	margin-top: 10px;
	line-height: 18px;
}
.oval-item-btn {
	margin-top: 20px;
}
.oval-item-btn a {
	display: inline-block;
	background: #D64221;
	background: linear-gradient(135deg, #D64221, #FB876E);
	border: 0;
	box-shadow: 0 0 0 3px rgba(245, 124, 98, 0.3);
	border-radius: 25px;
	padding: 6px 25px;
	text-transform: uppercase;
	color: #ffe1da;
	font-size: 14px;
	font-weight: 600;
	transition: 0.3s;
}
.oval-item-btn a:hover {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-o-transform: scale(1.1);
	-moz-transform: scale(1.1);
	box-shadow: none;
}

.section-price {
	padding: 80px 0 80px 0;
}
.section-price h2 {
	display: inline-block;
	color: #2A2A2A;
	font-size: 35px;
	font-weight: 700;
	text-transform: uppercase;
	text-align: center;
	border-bottom: 4px solid #D64221;
	margin-bottom: 30px;
}
.table-container {
	width: 100%;
	max-width: 800px;
	margin: 0 auto;
}

table.price {
	width: 100%;
	text-align: left;
	border-spacing: 0;
	border-collapse: collapse;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
table.price th, td {
	font-family: inherit;
	font-size: .875em;
	line-height: 1.45;
	color: #444;
	vertical-align: middle;
	padding: 1em;
}
table.price th {
	font-weight: 600;
}
colgroup:nth-child(1) { width: 31%; border: 0 none; }
colgroup:nth-child(2) { width: 22%; border: 1px solid #ccc; }
colgroup:nth-child(3) { width: 22%; border: 1px solid #ccc; }

table.price thead th { background: #def4fe; background: -moz-linear-gradient(top,  #ffffff 0%, #f5f5f5 100%); background: -webkit-linear-gradient(top,  #ffffff 0%,#f5f5f5 100%); background: -o-linear-gradient(top,  #ffffff 0%,#f5f5f5 100%); background: -ms-linear-gradient(top,  #ffffff 0%,#f5f5f5 100%); background: linear-gradient(to bottom,  #ffffff 0%,#f5f5f5 100%); text-align: center; position: relative; border-bottom: 1px solid #ccc; padding: 3em 0 2em; font-weight: 400; color: #999; }
table.price thead th:nth-child(1) { background: transparent;  }
table.price thead th h3 { font-weight: 600; font-size: 20px; line-height: 24px; color: #2B2B2B; }

table.price tbody th { background: #fff; border-left: 1px solid #ccc; }
table.price tbody td { background: #fff; text-align: center; }
table.price tbody tr:nth-child(even) th,
table.price tbody tr:nth-child(even) td { background: #f5f5f5; border: 1px solid #ccc; }
table.price tbody tr:last-child th { border: 1px solid #ccc; }

.contact-title {
	font-size: 24px;
	margin-bottom: 18px;
	font-weight: 700;
	text-transform: uppercase;
}
.contact-item {
	margin-bottom: 20px;
}
.contact-item span {
	color: #3C3F41;
	display: block;
	font-size: 12px;
	font-weight: 600;
	margin-bottom: 3px;
}
.contact-phone-link {
	position: relative;
	display: inline-block;
	font-size: 22px;
	font-weight: 600;
	color: #2A2A2A;
	padding-left: 38px;
	line-height: 24px;
}
.contact-phone-link:hover {
	color: #D64221;
}
.contact-phone-link:before {
	position: absolute;
	top: 0;
	left: 0;
	content: '';
	background-image: url("./img/phone.png");
	background-repeat: no-repeat;
	background-size: 26px 26px;
	width: 26px;
	height: 26px;
}
.contact-email-link {
	position: relative;
	display: inline-block;
	font-size: 22px;
	font-weight: 600;
	color: #2A2A2A;
	padding-left: 38px;
	line-height: 24px;
}
.contact-email-link:hover {
	color: #D64221;
}
.contact-email-link:before {
	position: absolute;
	top: 0;
	left: 0;
	content: '';
	background-image: url("./img/email.png");
	background-repeat: no-repeat;
	background-size: 26px 26px;
	width: 26px;
	height: 26px;
}
.contact-address {
	position: relative;
	margin-bottom: 20px;
	padding-left: 32px;
	color: #2A2A2A;
	font-size: 14px;
}
.contact-address:before {
	position: absolute;
	top: 6px;
	left: 0;
	content: '';
	background-image: url("./img/address.png");
	background-repeat: no-repeat;
	background-size: 26px 26px;
	width: 26px;
	height: 26px;
}

.call-text {
	position: absolute;
	top: 10px;
	right: 70px;
	font-size: 16px;
	font-weight: 600;
	color: #D64121;
	text-transform: uppercase;
}

.call-text svg {
	position: relative;
	top: -1px;
	display: inline-block;
	width: 30px;
  	height: 20px;
}


@media screen and (max-width: 1200px) {
	.header-right {
		right: 30px;
	}
}

@media screen and (max-width: 992px) {
	.menu-mobile {
		display: block;
	}
	.main-menu {
		display: none;
	}
	header {
		padding: 64px 0 150px 0;
	}
	.social-block {
		position: fixed;
		top: 10px;
		right: 15px;
		z-index: 999;
	}
	.phone-link {
		position: fixed;
		top: 9px;
		right: 10px;
		z-index: 999;
		width: 26px;
		overflow: hidden;
	}
	.whatsapp-link {
		margin-right: 0;
	}
}

@media screen and (max-width: 768px) {
	.header-right {
		display: none;
	}
	.header-oval {
		left: calc(50% - 80px);
		bottom: -75px;
		background-size: 160px 220px;
		width: 160px;
		height: 220px;
	}
	.page-img-section-shadow {
		margin-top: 20px;
	}
	.page-img-section {
		margin-bottom: 20px;
	}
	.section-form {
		padding: 80px 0 80px 0;
	}
	.order-women {
		position: static;
		background-size: 262px 264px;
		width: 262px;
		height: 264px;
		margin: 0 auto;
	}
	.section-form h2 {
		position: static;
		font-size: 28px;
		margin-bottom: 30px;
		margin-top: 30px;
	}
	.order-form-container {
		position: static;
		padding: 20px 30px;
	}
}

@media screen and (max-width: 576px) {
	.logo-container {
		display: block !important;
	}
	.header-phone {
		position: static;
		text-align: center;
		width: 100%;
	}
	.h-logo {
		margin: 0 auto;
	}
	.h-title-big {
		font-size: 36px;
		line-height: 40px;
	}
	.h-title-small {
		font-size: 20px;
		line-height: 30px;
	}
	.header-title-sub span{
		font-size: 16px;
	}
	.section-technology h2 {
		font-size: 28px;
	}
	.section-color h2 {
		font-size: 28px;
	}
	.section-handling h2 {
		font-size: 28px;
	}
	.section-handling h2:before {
		display: none;
	}
	.section-why h2 {
		font-size: 28px;
	}
	main h1 {
		font-size: 28px;
	}
	.section-price h2 {
		font-size: 28px;
	}
}

@media screen and (max-width: 480px) {
	header {
		background-size: 100% auto, 320px 196px, cover;
	}
	.header-oval {
		bottom: -90px;
	}
	.why-item {
		margin: 20px 0px;
	}
	.order-form-container {
		position: static;
		padding: 15px 15px;
	}
	footer {
		padding: 80px 15px;
	}
	.footer-title {
		margin-top: 30px
	}
}

/* BUTTON LOADER START */
.loader-btn {
    display: inline-block;
    background-image: url(./img/loader-btn.svg);
    background-repeat: no-repeat;
    background-size: 54px 12px;
    width: 54px;
    height: 12px;
}
/* BUTTON LOADER END */

/********** КНОПКА ОБРАТНЫЙ ЗВОНОК **********/
#zcwMiniButton {
    /*display: none !important;*/
}

.callback {
    position: fixed;
    bottom: 32px;
    right: 32px;
    z-index: 100;
}

.callback-bt {
    display: inline-block;
    background: #DA4929;
    border: 2px solid #F88168;
    border-radius: 50%;
    box-shadow: 0 8px 10px rgba(217,72,40,0.3);
    cursor: pointer;
    height: 40px;
    width: 40px;
    text-align: left;
    position: relative;
    z-index: 999;
    transition:.3s;
    -webkit-animation: hoverWave linear 1s infinite;
    animation: hoverWave linear 1s infinite;
}

.callback-bt .text-call {
    height: 40px;
    width: 40px;        
    border-radius: 50%;
    position: relative;
    overflow: hidden;
}

.call-phone-icon {
	display: inline-block;
    background-image: url(./img/call-phone.png);
    background-repeat: no-repeat;
    background-size: 20px 20px;
    background-position: center center;
    width: 36px;
    height: 35px;
}

.callback-bt:hover {
    z-index: 1;
    background: #F88168;
    color: transparent;
    transition: .3s;
}

.callback-bt:hover i {
    color: #FFA400;
    transition: .3s;
}

.callback-bt i {
    color: #fff;
    font-size: 28px;
    transition: .3s;
    line-height: 36px;
    transition: .5s ease-in-out;
}

.callback-bt i  {
    animation: 1200ms ease 0s normal none 1 running shake;
    animation-iteration-count: infinite;
    -webkit-animation: 1200ms ease 0s normal none 1 running shake;
    -webkit-animation-iteration-count: infinite;
}

@-webkit-keyframes hoverWave {
    0% {
        box-shadow:0 8px 10px rgba(217,72,40,0.3),0 0 0 0 rgba(217,72,40,0.2),0 0 0 0 rgba(217,72,40,0.2)
    }
    40% {
        box-shadow:0 8px 10px rgba(217,72,40,0.3),0 0 0 15px rgba(217,72,40,0.2),0 0 0 0 rgba(217,72,400.2)
    }
    80% {
        box-shadow:0 8px 10px rgba(217,72,40,0.3),0 0 0 30px rgba(217,72,40,0),0 0 0 26.7px rgba(217,72,40,0.067)
    }
    100% {
        box-shadow:0 8px 10px rgba(217,72,40,0.3),0 0 0 30px rgba(217,72,40,0),0 0 0 40px rgba(217,72,40,0.0)
    }
}

@keyframes hoverWave {
    0% {
        box-shadow:0 8px 10px rgba(217,72,40,0.3),0 0 0 0 rgba(217,72,40,0.2),0 0 0 0 rgba(217,72,40,0.2)
    }
    40% {
        box-shadow:0 8px 10px rgba(217,72,40,0.3),0 0 0 15px rgba(217,72,40,0.2),0 0 0 0 rgba(217,72,40,0.2)
    }
    80% {
        box-shadow:0 8px 10px rgba(217,72,40,0.3),0 0 0 30px rgba(217,72,40,0),0 0 0 26.7px rgba(217,72,40,0.067)
    }
    100% {
        box-shadow:0 8px 10px rgba(217,72,40,0.3),0 0 0 30px rgba(217,72,40,0),0 0 0 40px rgba(217,72,40,0.0)
    }
}

@keyframes shake {
    0% {
        transform: rotateZ(0deg);
        -ms-transform: rotateZ(0deg);
        -webkit-transform: rotateZ(0deg);
    }
    10% {
        transform: rotateZ(-30deg);
        -ms-transform: rotateZ(-30deg);
        -webkit-transform: rotateZ(-30deg);
    }
    20% {
        transform: rotateZ(15deg);
        -ms-transform: rotateZ(15deg);
        -webkit-transform: rotateZ(15deg);
    }
    30% {
        transform: rotateZ(-10deg);
        -ms-transform: rotateZ(-10deg);
        -webkit-transform: rotateZ(-10deg);
    }
    40% {
        transform: rotateZ(7.5deg);
        -ms-transform: rotateZ(7.5deg);
        -webkit-transform: rotateZ(7.5deg);
    }
    50% {
        transform: rotateZ(-6deg);
        -ms-transform: rotateZ(-6deg);
        -webkit-transform: rotateZ(-6deg);
    }
    60% {
        transform: rotateZ(5deg);
        -ms-transform: rotateZ(5deg);
        -webkit-transform: rotateZ(5deg);
    }
    70% {
        transform: rotateZ(-4.28571deg);
        -ms-transform: rotateZ(-4.28571deg);
        -webkit-transform: rotateZ(-4.28571deg);
    }
    80% {
        transform: rotateZ(3.75deg);
        -ms-transform: rotateZ(3.75deg);
        -webkit-transform: rotateZ(3.75deg);
    }
    90% {
        transform: rotateZ(-3.33333deg);
        -ms-transform: rotateZ(-3.33333deg);
        -webkit-transform: rotateZ(-3.33333deg);
    }
    100% {
        transform: rotateZ(0deg);
        -ms-transform: rotateZ(0deg);
        -webkit-transform: rotateZ(0deg);
    }
}

@-webkit-keyframes shake {
    0% {
        transform: rotateZ(0deg);
            -ms-transform: rotateZ(0deg);
            -webkit-transform: rotateZ(0deg);
    }
    10% {
        transform: rotateZ(-30deg);
            -ms-transform: rotateZ(-30deg);
            -webkit-transform: rotateZ(-30deg);
    }
    20% {
        transform: rotateZ(15deg);
            -ms-transform: rotateZ(15deg);
            -webkit-transform: rotateZ(15deg);
    }
    30% {
        transform: rotateZ(-10deg);
            -ms-transform: rotateZ(-10deg);
            -webkit-transform: rotateZ(-10deg);
    }
    40% {
        transform: rotateZ(7.5deg);
            -ms-transform: rotateZ(7.5deg);
            -webkit-transform: rotateZ(7.5deg);
    }
    50% {
        transform: rotateZ(-6deg);
            -ms-transform: rotateZ(-6deg);
            -webkit-transform: rotateZ(-6deg);
    }
    60% {
        transform: rotateZ(5deg);
            -ms-transform: rotateZ(5deg);
            -webkit-transform: rotateZ(5deg);
    }
    70% {
        transform: rotateZ(-4.28571deg);
            -ms-transform: rotateZ(-4.28571deg);
            -webkit-transform: rotateZ(-4.28571deg);
    }
    80% {
        transform: rotateZ(3.75deg);
            -ms-transform: rotateZ(3.75deg);
            -webkit-transform: rotateZ(3.75deg);
    }
    90% {
        transform: rotateZ(-3.33333deg);
            -ms-transform: rotateZ(-3.33333deg);
            -webkit-transform: rotateZ(-3.33333deg);
    }
    100% {
        transform: rotateZ(0deg);
            -ms-transform: rotateZ(0deg);
            -webkit-transform: rotateZ(0deg);
    }
}
/********************/