@charset "utf-8";
* {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
::-webkit-input-placeholder {color:#fff;}
::-moz-placeholder          {color:#fff;}
:-moz-placeholder           {color:#fff;}
:-ms-input-placeholder      {color:#fff;}
@font-face {
    font-family: 'Merriweather';
    src: url('../fonts/Merriweather-Regular.eot');
    src: url('../fonts/Merriweather-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Merriweather-Regular.woff2') format('woff2'),
        url('../fonts/Merriweather-Regular.woff') format('woff'),
        url('../fonts/Merriweather-Regular.ttf') format('truetype'),
        url('../fonts/Merriweather-Regular.svg#Merriweather-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Merriweather';
    src: url('../fonts/Merriweather-Bold.eot');
    src: url('../fonts/Merriweather-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Merriweather-Bold.woff2') format('woff2'),
        url('../fonts/Merriweather-Bold.woff') format('woff'),
        url('../fonts/Merriweather-Bold.ttf') format('truetype'),
        url('../fonts/Merriweather-Bold.svg#Merriweather-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
}
body {
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	color: #010101;
}
.noscroll { overflow: hidden; }
a {
	text-decoration: none;
	color: #010101;
	transition: all 0.2s ease 0s;
	outline: none;
}
input, button, textarea {
	font-family: 'Open Sans', sans-serif;
	outline: none;
	transition: all 0.3s ease 0s;
}
div {
	outline: none;
}
.clear {
	clear: both;
}
header {
	background-color: #242c38;
	height: 98px;
}
.container {
	width: 1180px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.clear {
	clear: both;
}
.logo {
	float: left;
	margin-top: 30px;
	margin-right: 25px;
}
.logo img {
	width: 50px;
	float: left;
	margin-right: 20px;
}
.logo p {
	font-family: Merriweather;
	font-size: 40px;
	color: #FFF;
	float: left;
}
.slogan {
	font-family: Merriweather;
	font-size: 18px;
	color: #FFF;
	float: left;
	width: 280px;
	margin-top: 17px;
	margin-right: 20px;
	line-height: 22px;
}
.phone {
	font-size: 30px;
	font-weight: bold;
	color: #FFF;
	float: left;
	margin-top: 35px;
	margin-right: 20px;
}
.phone a {
	color: #FFF;
}
.phone1 {
	display: block;
	margin-top: 35px;
	margin-right: 10px;
	float: left;
	height: 30px;
	width: 30px;
}
.soc {
	float: right;
	margin-top: 35px;
}
.soc a {
	display: block;
	float: left;
	margin-left: 10px;
	height: 30px;
	width: 30px;
}
.soc a.youtube {
	width: 43px;
}
.slider {
	background-color: #ddd9d2;
}
.slider-item-cont {
	background-repeat: no-repeat;
	background-position: right center;
	width: 980px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	height: 530px;
	padding-top: 110px;
	position: relative;
}
.slider-title {
	font-family: Merriweather;
	font-size: 48px;
	font-weight: bold;
	color: #468da8;
	margin-bottom: 30px;
}
.slider-text {
	font-size: 18px;
	line-height: 30px;
	color: #242c38;
	width: 480px;
	margin-bottom: 20px;
}
.slider-old {
	font-size: 24px;
	font-weight: bold;
	color: #aaaaaa;
	text-decoration: line-through;
	margin-bottom: 5px;	
}
.slider-new {
	font-size: 30px;
	font-weight: bold;
	color: #468da8;
	margin-bottom: 30px;
	position: relative;
	display: inline-block;
}
.sale {
	background-color: #a00707;
	height: 21px;
	position: absolute;
	right: -110%;
	font-family: "Open Sans";
	font-size: 16px;
	color: #FFF;
	top: 5px;
	font-weight: normal;
	padding-left: 0px;
	padding-right: 5px;
	padding-top: 2px;
}
.sale-icon {
	background-image: url(../img/sale.png);
	height: 21px;
	width: 11px;
	position: absolute;
	left: -11px;
	top: 0px;
}
.sale span {
	font-weight: bold;
}
.slider-btn1 {
	font-size: 18px;
	font-weight: bold;
	color: #FFF;
	background-color: #e97f18;
	padding-top: 15px;
	padding-right: 22px;
	padding-bottom: 15px;
	padding-left: 22px;
	border-top-width: 3px;
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-left-width: 3px;
	border-bottom-style: solid;
	border-top-color: #cd5c00;
	border-right-color: #cd5c00;
	border-bottom-color: #cd5c00;
	border-left-color: #cd5c00;
	border-radius: 5px;
	display: block;
	float: left;
	margin-right: 20px;
}
.slider-btn1:hover {
	background-color: #ffad37;
}
.slider-btn2 {
	font-size: 18px;
	font-weight: bold;
	color: #242c38;
	padding-top: 12px;
	padding-right: 22px;
	padding-bottom: 12px;
	padding-left: 22px;
	border-top-width: 3px;
	border-right-width: 3px;
	border-bottom-width: 6px;
	border-left-width: 3px;
	border-bottom-style: solid;
	border-top-color: #aaaaaa;
	border-right-color: #aaaaaa;
	border-bottom-color: #aaaaaa;
	border-left-color: #aaaaaa;
	border-radius: 5px;
	display: block;
	float: left;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
}
.slider-btn2:hover {
	background-color: #FFFFFF;
}
.features {
	background-size: cover;
	position: relative;
	background-color: #468da8;
}
.features-top {
	background-image: url(../img/features-top.png);
	background-repeat: repeat-x;
	background-position: center top;
	position: absolute;
	top: -18px;
	height: 18px;
	width: 100%;
}
.features-bg1 {
	background-image: url(../img/features-bg1.png);
	background-repeat: repeat-x;
	background-position: center bottom;
	padding-bottom: 20px;
}
.features-bg2 {
	background-image: url(../img/features-bg2.png);
	background-repeat: repeat-x;
	background-position: center top;
	padding-top: 90px;
	min-height: 708px;
}
.features-item {
	text-align: center;
	width: 380px;
	margin-bottom: 60px;
	float: left;
	margin-right: 20px;
	display: none;
}
.features-item:nth-child(3) {
	margin-right: 0px;
}
.features-item:nth-child(4) {
	margin-left: 200px;
}
.features-image {
	display: inline-block;
	height: 112px;
	width: 112px;
	position: relative;
	margin-bottom: 30px;
}
.features-item img {
	width: 112px;
	-webkit-animation: pulsing 5s infinite;
	animation: pulsing 5s infinite;
	position: absolute;
	left: 0px;
}
.features-title {
	font-family: Merriweather;
	font-size: 20px;
	font-weight: bold;
	color: #FFF;
	margin-bottom: 25px;
}
.featurs-text {
	font-size: 14px;
	line-height: 20px;
	color: #FFF;
	padding-right: 15px;
	padding-left: 15px;
}
.catalog {
	background-color: #fffcd7;
	padding-top: 60px;
	padding-bottom: 40px;
}
.catalog-title {
	font-family: Merriweather;
	font-size: 36px;
	font-weight: bold;
	color: #468da8;
	text-align: center;
	margin-bottom: 60px;
}
.catalog-item {
	background-color: #FFF;
	float: left;
	height: 466px;
	width: 380px;
	margin-right: 20px;
	margin-bottom: 20px;
	padding-top: 20px;
	padding-right: 20px;
	padding-left: 20px;
	position: relative;
}
.catalog-item:nth-child(3n) {
	margin-right: 0px;
}
.item-image {
	height: 220px;
	width: 340px;
	margin-bottom: 18px;
}
.item-image img {
	height: 100%;
	width: 100%;
}
.item-title {
	font-family: Merriweather;
	font-size: 20px;
	line-height: 24px;
	font-weight: bold;
	color: #468da8;
	text-decoration: underline;
	margin-bottom: 18px;
	height: 48px;
}
.catalog-item p {
	font-size: 14px;
	color: #242c38;
	background-image: url(../img/info-li.png);
	background-repeat: no-repeat;
	background-position: left center;
	margin-bottom: 10px;
	padding-left: 15px;
}
.item-old {
	font-size: 16px;
	padding-top: 5px;
	height: 21px;
}
.item-new {
	font-size: 24px;
}
.item-new .sale {
	right: -125px;
}
.catalog-item-hover {
	background-image: url(../img/catalog-hover.png);
	text-align: center;
	position: absolute;
	height: 100%;
	width: 100%;
	left: 0px;
	top: 0px;
	z-index: 2;
	padding-top: 170px;
	display: none;
}

.catalog-btn2 {
	display: inline-block;
	float: none;
	width: 278px;
}
.catalog-btn1 {
	font-size: 18px;
	font-weight: bold;
	color: #FFF;
	background-color: #881010;
	padding-top: 15px;
	padding-right: 22px;
	padding-bottom: 15px;
	padding-left: 22px;
	border-top-width: 3px;
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-left-width: 3px;
	border-bottom-style: solid;
	border-top-color: #600000;
	border-right-color: #600000;
	border-bottom-color: #600000;
	border-left-color: #600000;
	border-radius: 5px;
	display: inline-block;
	margin-right: 20px;
	width: 278px;
	margin-bottom: 30px;
}
.catalog-btn1:hover {
	background-color: #d72727;
}
.dop {
	padding-top: 60px;
	padding-bottom: 60px;
}
.dop-title {
	margin-bottom: 20px;
}
.dop-text {
	font-size: 24px;
	line-height: 40px;
	color: #242c38;
	text-align: center;
	margin-bottom: 40px;
}
.dop-text span {
	color: #881010;
	font-weight: bold;
}
.dop-event {
	font-size: 36px;
}
.dop-item {
	float: left;
	width: 380px;
	margin-right: 20px;
	margin-bottom: 60px;
}
.dop-item:nth-child(3n) {
	margin-right: 0px;
}
.dop-item-image {
	display: block;
	float: left;
	height: 80px;
	width: 80px;
	margin-right: 20px;
	position: relative;
}
.dop-item-image img {
	height: 100%;
	width: 100%;
}
.dop-image-hover {
	background-image: url(../img/catalog-hover.png);
	position: absolute;
	height: 100%;
	width: 100%;
	left: 0px;
	top: 0px;
	display: none;
}
.dop-item-image:hover .dop-image-hover {
	display: block;
}
.dop-image-hover span {
	background-image: url(../img/dop-hover.png);
	background-repeat: no-repeat;
	background-position: center center;
	position: absolute;
	height: 100%;
	width: 100%;
	left: 0px;
	top: 0px;
}
.dop-item-content {
	width: 280px;
	float: left;
}
.dop-item-title {
	font-family: Merriweather;
	font-size: 20px;
	line-height: 24px;
	font-weight: bold;
	color: #468da8;
	text-decoration: underline;
	margin-bottom: 10px;
	display: inline-block;
}
.dop-item-title:hover {
	color: #e97f18;
	text-decoration: none;
}
.dop-item p {
	font-size: 16px;
	color: #242c38;
	margin-bottom: 10px;
}
.cnt {
	text-align: center;
}
.dop-btn {
	width: auto;
	margin-bottom: 0px;
}
.info {
	background-color: #478ca9;
	background-image: url(../img/info-bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 60px;
	padding-bottom: 20px;
}
.info-content {
	width: 580px;
}
.info-title {
	font-family: Merriweather;
	font-size: 36px;
	line-height: 48px;
	font-weight: bold;
	color: #FFF;
	text-align: center;
	margin-bottom: 20px;
}
.info-block {
	background-color: #FFF;
	margin-bottom: 40px;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
}
.info-block-title {
	font-family: Merriweather;
	font-size: 30px;
	font-weight: bold;
	color: #e97f18;
	text-align: center;
	margin-bottom: 20px;
}
.info-block p {
	font-size: 16px;
	line-height: 24px;
	color: #242c38;
	margin-bottom: 12px;
}
.info-block p span {
	font-weight: bold;
	color: #881010;
}
.info-block li {
	font-size: 16px;
	color: #242c38;
	background-image: url(../img/info-li.png);
	background-repeat: no-repeat;
	background-position: left center;
	margin-bottom: 12px;
	padding-left: 15px;
}
.faq {
	background-color: #fffcd7;
	padding-top: 60px;
	padding-bottom: 40px;
}
.faq-cont {
	width: 980px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.faq-title {
	margin-bottom: 30px;
}
.faq-item-title {
	font-size: 18px;
	font-weight: bold;
	color: #242c38;
	cursor: pointer;
	margin-bottom: 20px;
	line-height: 22px;
}
.faq-item-title span {
	font-size: 30px;
	font-weight: bold;
	color: #468da8;
	float: left;
	display: block;
	margin-top: 0px;
	width: 30px;
}
.faq-item-title p {
	float: left;
	width: 950px;;
}
.faq-item-title span.active2 {
	display: none;
}
.faq-item-title:hover {
	color: #e97f18;
}
.faq-item-text {
	font-size: 14px;
	line-height: 24px;
	color: #242c38;
	padding-bottom: 25px;
	padding-left: 30px;
	display: none;
}
.faq-item-text.active {
	display: block;
}
.faq-item-title.active span.active2 {
	display: block;
}
.faq-item-title.active span.active1 {
	display: none;
}
.about {
	padding-top: 60px;
	padding-bottom: 40px;
}
.content p {
	font-size: 14px;
	line-height: 24px;
	color: #242c38;
	margin-bottom: 20px;
}
.content p a {
	color: #e97f18;
	text-decoration: underline;
}
.content p a:hover {
	text-decoration: none;
}
.contatcs {
	background-color: #eeeeee;
}
.contacts-left {
	float: left;
	width: 580px;
	padding-top: 50px;
}
.contacts-left p {
	font-size: 18px;
	line-height: 30px;
	color: #242c38;
	margin-bottom: 20px;
}
.contacts-title {
	text-align: left;
}
.contacts-left p a {
	color: #e97f18;
	text-decoration: underline;
}
.contacts-left p a:hover {
	text-decoration: none;
}
.contacts-right {
	float: right;
	height: 500px;
	width: 580px;
}
footer {
	background-color: #242c38;
	padding-top: 40px;
	padding-bottom: 40px;
}
.footer-left {
	float: left;
}
.footer-title {
	font-size: 24px;
	color: #FFF;
	margin-bottom: 15px;
}
.footer-text {
	font-size: 18px;
	color: #FFF;
	margin-bottom: 30px;
}
.footer-left a {
	font-size: 14px;
	color: #FFF;
	text-decoration: underline;
}
.footer-left a:hover {
	text-decoration: none;
}
.footer-right {
	text-align: right;
	float: right;
}
.footer-right p {
	font-size: 18px;
	color: #FFF;
	margin-bottom: 15px;
}
.slider .container {
	position: relative;
}
.slider-left {
	background-image: url(../img/slider-left.png);
	background-position: center top;
	display: none;
	height: 80px;
	width: 40px;
	position: absolute;
	left: 0px;
	margin-top: -40px;
	top: 50%;
	z-index: 2;
	transition: all 0s ease 0s;
}
.slider-left:hover {
	background-position: 0px -80px;
}
.slider-right {
	background-image: url(../img/slider-right.png);
	background-position: center top;
	display: none;
	height: 80px;
	width: 40px;
	position: absolute;
	right: 0px;
	margin-top: -40px;
	top: 50%;
	z-index: 2;
	transition: all 0s ease 0s;
}
.slider-right:hover {
	background-position: 0px -80px;
}
.header-fix {
	width: 100%;
	padding-top: 20px;
	padding-bottom: 20px;
	position: fixed;
	left: 0px;
	top: 0px;
	background-color: #242c38;
	text-align: center;
	display: none;
	z-index: 3;
}
.header-fix a {
	font-size: 30px;
	font-weight: bold;
	color: #FFF;
}
.frm {
	background-color: #fffcd7;
	padding-top: 60px;
	padding-bottom: 60px;
}
.frm-cont {
	width: 980px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.frm-left {
	float: left;
	width: 380px;
}
.frm-item-text {
	font-size: 18px;
	color: #242c38;
}
.frm-item-text p {
	display: inline-block;
	height: 26px;
	padding-top: 10px;
	margin-bottom: 10px;
}
.frm-item-text span {
	color: #881010;
}
.frm-inp {
	height: 44px;
	width: 100%;
	border: 1px solid #ddd9d2;
	padding-right: 10px;
	padding-left: 10px;
	margin-bottom: 12px;
	font-size: 16px;
}
.frm-right {
	float: right;
	width: 480px;
}
.frm-textarea {
	height: 228px;
	width: 100%;
	border: 1px solid #ddd9d2;
	padding-right: 10px;
	padding-left: 10px;
	margin-bottom: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	resize: none;
	font-size: 16px;
}
.frm-text {
	font-size: 12px;
	color: #242c38;
	margin-bottom: 30px;
	margin-top: 10px;
}
.frm-submit {
	float: none;
	border-top-style: none;
	border-right-style: none;
	display: inline-block;
	border-left-style: none;
	width: 275px;
	cursor: pointer;
	margin-bottom: 20px;
	margin-right: 0px;
}
.frm-text2 {
	font-size: 14px;
	font-weight: bold;
	color: #881010;
	display: none;
}
.slider-mob-image {
	display: none;
}
.phone1-fix {
	display: inline-block;
	float: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 10px;
}
input.error, textarea.error {
	border-top-color: #881010;
	border-right-color: #881010;
	border-bottom-color: #881010;
	border-left-color: #881010;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
}
span.error-text {
	font-size: 12px;
	color: #881010;
	height: 26px;
	vertical-align: top;
	display: inline-block;
}
span.error-text .error {
	background-image: url(../img/error.png);
	background-repeat: no-repeat;
	background-position: left center;
	height: 26px;
	vertical-align: top;
	padding-top: 7px;
	padding-left: 30px;
	display: inline-block;
	margin-left: 10px;
}
.modal-bg {
	background-color: #000;
	position: fixed;
	z-index: 100;
	height: 100%;
	width: 100%;
	left: 0px;
	top: 0px;
	opacity: 0.7;
	display: none;
}
.modal {
	background-color: #FFF;
	width: 1180px;
	margin-left: -590px;
	position: absolute;
	left: 50%;
	top: 40px;
	z-index: 102;
	display: none;
	padding-top: 30px;
	padding-bottom: 40px;
}
.overlay {
	position: fixed;
	overflow-y: scroll;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 101;
	display: none;
}
.modal-title {
	font-family: Merriweather;
	font-size: 42px;
	font-weight: bold;
	color: #468da8;
	margin-bottom: 30px;
	text-align: center;
	padding-right: 100px;
}
.modal-text {
	font-size: 18px;
	color: #242c38;
	text-align: center;
}
.modal-close {
	background-image: url(../img/modal-close.png);
	display: block;
	height: 65px;
	width: 67px;
	position: absolute;
	top: 20px;
	right: 20px;
}
.modal-content {
	padding-right: 40px;
	padding-left: 40px;
}
.modal-photos-big {
	height: 434px;
	width: 580px;
	margin-bottom: 20px;
}
.modal-photos-big img {
	height: 100%;
	width: 100%;
}
.modal-photos {
	width: 580px;
	float: left;
	margin-right: 20px;
}
.photos-mini a {
	display: block;
	border: 2px solid transparent;
	float: left;
	height: 135px;
	width: 180px;
	margin-bottom: 20px;
	position: relative;
	margin-right: 20px;
}
.photos-mini a img {
	height: 100%;
	width: 100%;
}
.photos-mini a.active {
	border-top-color: #4f92ac;
	border-right-color: #4f92ac;
	border-bottom-color: #4f92ac;
	border-left-color: #4f92ac;
}
.photos-mini a:hover .dop-image-hover {
	display: block;
}
.photos-mini a:nth-child(3n) {
	margin-right: 0px;
}
.modal-right {
	float: left;
	width: 500px;
}
.modal-features1 p {
	font-size: 14px;
	color: #242c38;
	background-image: url(../img/info-li.png);
	background-repeat: no-repeat;
	background-position: left center;
	margin-bottom: 10px;
	padding-left: 15px;
}
.modal-order-btn {
	text-align: center;
	margin-top: 30px;
	margin-bottom: 30px;
}
.modal-features2 p {
	font-size: 18px;
	font-weight: bold;
	color: #242c38;
	background-image: url(../img/modal-features2.png);
	background-repeat: no-repeat;
	background-position: left center;
	height: 21px;
	margin-bottom: 15px;
	padding-left: 30px;
}
.modal-textblock {
	margin-top: 20px;
}
.modal-textblock h2 {
	font-size: 36px;
	font-weight: bold;
	color: #aaaaaa;
	text-align: center;
	margin-bottom: 30px;
	font-family: Merriweather;
}
.modal-textblock p {
	font-size: 14px;
	line-height: 24px;
	color: #242c38;
	margin-bottom: 30px;
}
.modal-textblock h3 {
	font-size: 30px;
	font-weight: bold;
	color: #aaaaaa;
	text-align: center;
	margin-bottom: 30px;
	font-family: Merriweather;
}
.modal-textblock ul, .modal-textblock ol {
	margin-bottom: 30px;
}
.modal-textblock ul li {
	font-size: 14px;
	color: #242c38;
	background-image: url(../img/info-li.png);
	background-repeat: no-repeat;
	background-position: left center;
	margin-bottom: 10px;
	padding-left: 15px;
}
.modal-textblock ol li {
	font-size: 14px;
	color: #242c38;
	margin-bottom: 10px;
	list-style-type: decimal;
	list-style-position: inside;
}
.modal-textblock table {
	width: 100%;
}
.modal-textblock table th {
	font-size: 18px;
	font-weight: bold;
	color: #242c38;
	background-color: #ddd9d2;
	text-align: left;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}
.modal-textblock table td {
	font-size: 14px;
	color: #242c38;
	text-align: left;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	line-height: 24px;
}
.modal-textblock table tr:nth-child(odd) {
	background-color: #f6f6f6;
}
.slick-slide {
	height: auto !important;
}
.order {
	background-color: #f6f6f6;
	padding: 20px;
	margin-top: 30px;
	margin-bottom: 20px;
}
.order-title {
	font-size: 24px;
	font-weight: bold;
	color: #aaaaaa;
	margin-bottom: 20px;
}
.frm-mini {
	font-size: 14px;
	display: inline-block;
	margin-bottom: 5px;
	color: #242c38 !important;
}
.order-textarea {
	height: 120px;
}
.frm-select {
	width: 100%;
	margin-bottom: 12px;
}
.radio-block {
	float: left;
	margin-top: 10px;
	margin-right: 30px;
	margin-bottom: 12px;
	font-size: 18px;
	color: #242c38;
}
.summ {
	font-size: 24px;
	font-weight: bold;
	color: #aaaaaa;
	margin-bottom: 20px;
}
.summ span {
	color: #468da8;
}
.delivery-text {
	margin-bottom: 12px;
	font-size: 14px;
	line-height: 20px;
}
.delivery2 {
	display: none;
}
.frm-item-text-fix p {
	margin-bottom: 5px;
}
.dop-left {
	float: left;
	width: 530px;
	padding-top: 20px;
	padding-bottom: 20px;
}
.dop-right {
	float: right;
	width: 530px;
}
.order-fix {
	margin-top: 0px;
}
.dop-left-text {
	font-size: 14px;
	color: #242c38;
	margin-bottom: 20px;
}
.dop-textarea {
	height: 470px;
}
.modal-fix {
	position: fixed;
	width: 100%;
	left: 0px;
	top: 0px;
	display: none;
	text-align: center;
	background-color: #f6f6f6;
}
.modal-fix-cont {
	background-color: #f6f6f6;
	width: 1180px;
	display: inline-block;
	margin-right: 16px;
	text-align: left;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 40px;
}
.modal-fix-left {
	float: left;
	width: 820px;
	padding-top: 10px;
}
.modal-fix-title {
	font-family: Merriweather;
	font-size: 30px;
	font-weight: bold;
	color: #468da8;
	float: left;
	margin-right: 20px;
}
.modal-fix-price {
	float: left;
	margin-bottom: 0px;
}
.modal-fix-btn {
	margin-top: 0px;
	margin-bottom: 0px;
}
.modal-fix-right {
	float: left;
}
@-webkit-keyframes pulsing {
  0% {
    margin-top: -20px;
  }
  50% {
    margin-top: 0px;
  }
  100% {
	margin-top: -20px;
  }
}
@keyframes pulsing {
   0% {
    margin-top: -20px;
  }
  50% {
    margin-top: 0px;
  }
  100% {
	margin-top: -20px;
  }
}
.slider-image {
	position: absolute;
	height: 485px;
	width: 490px;
	top: 0px;
	right: 0px;
	background-repeat: no-repeat;
	background-position: center center;
	display: none;
}
.slider-btns {
	position: relative;
}
.slider-animate {
	display: none;
}
.item-features {
	min-height: 62px;
}
.grecaptcha-badge {visibility: hidden;}