@charset "utf-8";

/* CSS Document */
/*----------------
RESET CSS
-----------------*/
body {
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;

	margin: auto;
	padding: 0;

	font-family: 'Roboto', sans-serif;
	text-align: center;
	color: #333333;

	background: #ffffff;
}

u:hover {
	text-decoration: none;
}

div,
ul,
h1,
h2,
h3,
h4,
h5,
li,
p,
img,
form,
input,
textarea {
	margin: 0;
	padding: 0;
}

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

table,
tr,
td {
	border: 0;
}

a {
	color: #064870;
	text-decoration: none;

	outline: none;
}

a:hover {
	color: #6ecddd;
	text-decoration: underline;

	outline: none;
}

img {
	border: none;
}

li {
	list-style: none;
}

* {
	box-sizing: border-box;
}

.img-full {
	max-width: 100%;
}

.mobile-menu,
.strip-mob {
	display: none;
}

.clearall {
	clear: both;
	height: 1px;

	font-size: 1px;
	line-height: 1px;
}

/*-----------------------
MAIN CSS START
------------------------*/
.container {
	position: relative;

	width: 1170px;
	margin: 0 auto;
	padding: 0;
}

/*-----------------------
CSS FOR TOP BAR
-------------------------*/
.top-header {
	/* float: left; */
	width: 100%;
	padding: 7px 0;
	overflow: hidden;
	background: #123355;
}

.top-lft {
	float: left;
	width: 30%;

	text-align: left;
}

.logo {
	float: left;
	margin: 5px 0;
}

.top-txt1 {
	float: left;
	width: 100%;

	font-size: 12px;
	line-height: 14px;
	font-family: 'Open Sans', sans-serif;
	color: #62707e;
	text-transform: uppercase;
}

.social-icon {
	float: left;
	width: 100%;
}

.social-icon li {
	float: left;
	padding: 0 15px 0 0;
}

.ad {
	float: right;
	max-width: 100%;
	margin: 7px 0 0;
}

/*-----------------------
CSS FOR MENU BAR
-------------------------*/
.menu {
	/* float: left; */
	width: 100%;
	height: 45px;

	background: #e1e1e1;
	border-top: 1px solid #c1c1c1;
	border-bottom: 1px solid #c1c1c1;
}

ul.deskmenu {
	float: left;
}

ul.deskmenu li {
	float: left;

	font-size: 13px;
	line-height: 45px;
	font-family: 'Open Sans', sans-serif;
	text-align: center;
	color: #2a2a2a;
	text-transform: uppercase;
}

ul.deskmenu li a {
	display: block;
	padding: 0 30px 0 22px;

	color: #2a2a2a;
	text-decoration: none;
}

ul.deskmenu li a:hover {
	color: #009900;
}

ul.deskmenu li:first-child a {
	padding-left: 0;
}

ul.deskmenu li:last-child a {
	background: none;
}

ul.deskmenu li a.active {
	font-weight: 700;
}

.mobile-hdr {
	display: none;
}

#searchwrapper {
	position: relative;

	float: right;
	width: 183px;
	height: 43px;
	padding: 0;

	background: #ffffff;
	border-right: 1px solid #d3d3d3;
	border-left: 1px solid #d3d3d3;
}

.searchbox {
	position: absolute;
	top: 0;
	left: 0;

	box-sizing: border-box;
	width: 100%;
	height: 45px;
	padding: 0 10px;

	font-size: 16px;
	line-height: 20px;
	font-family: 'Open Sans', sans-serif;
	text-align: left;
	color: #b1b1b1;

	background-color: transparent;
	border: 0;
	outline: none;
}

.searchbox_submit {
	position: absolute;
	top: 14px;
	right: 10px;

	border: 0;
	border-radius: 0 5px 5px 0;

	-webkit-appearance: none;
}

/*-----------------------
CSS FOR SECTION 1
-------------------------*/
.section1 {
	/* float: left; */
	width: 100%;
	padding: 15px 0 80px;
}

.s1-list {
	/* float: left; */
	width: 100%;
	text-align: left;
	font-weight: 300;
	font-size: 14px;
	line-height: 14px;
	font-family: 'Open Sans', sans-serif;
	color: #ffffff;
	text-transform: uppercase;
}

.s1-sp1,
.s1-sp2,
.s1-sp3 {
	display: inline-block;
	width: auto;
	margin-right: 5px;
	padding: 5px 10px;
}

.s1-sp1 {
	background: #45a3d8;
}

.s1-sp2 {
	background: #0f6da3;
}

.s1-sp3 {
	background: #09517a;
}

.sec1-p2 {
	/* float: left; */
	width: 100%;
	margin: 26px 0;

	font-weight: 700;
	font-size: 54px;
	line-height: 54px;
	text-align: left;
	color: #000000;
	letter-spacing: -1px;
}

.sec1-p2 span {
	color: #ff0000;
}

.left-sec {
	float: left;
	width: 835px;
	padding-right: 40px;

	border-right: 1px solid #dcdcdc;
}

.div-post {
	float: left;
	width: 100%;
	padding: 10px 0;

	border-top: 1px solid #dadada;
	border-bottom: 1px solid #dadada;
}

.face-box {
	position: relative;

	float: left;
	width: 45%;
	padding-left: 42px;
}

.btn {
	display: inline-block;
	width: 100%;
	max-width: 320px;
	margin-top: 15px;
	padding: 18px 24px;

	font-weight: 600;
	color: #000000;

	background: #ffa41d;
}

.btn:hover {
	color: #000000;
	text-decoration: none;

	background: #e78e07;
}

.face {
	position: absolute;
	top: -2px;
	left: 0;
}

.face-box p {
	float: left;
	margin: 4px 0 0;

	font-size: 16px;
	line-height: 20px;
	font-family: 'Open Sans', sans-serif;
	text-align: left;
	color: #405164;
}

.face-box p .dt-spn {
	color: #b1b1b1;
}

.so-ics {
	float: right;
	max-width: 100%;
}

.img-1,
.seen {
	float: left;
	max-width: 100%;
	margin: 25px 0 0;

	vertical-align: top;
}

.comn-para {
	float: left;
	width: 100%;
	margin: 25px 0 0;

	font-weight: 400;
	font-size: 18px;
	line-height: 28px;
	font-family: 'Open Sans', sans-serif;
	text-align: left;
	color: #000000;
}

.txt-head {
	float: left;
	width: 100%;
	margin-top: 35px;

	font-weight: 700;
	font-size: 34px;
	line-height: 34px;
	font-family: 'Open Sans', sans-serif;
	text-align: left;
	color: #000000;
}

.red-clr {
	color: #ff0000;
}

.blue-clr {
	color: #1155cc;
}

b {
	font-weight: 700;
}

.head-p2 {
	float: left;
	width: 100%;
	margin-top: 35px;

	font-weight: 700;
	font-size: 30px;
	line-height: 28px;
	font-family: 'Open Sans', sans-serif;
	text-align: left;
	color: #000000;
}

.head-p2 span {
	margin-right: 5px;
	padding: 7px 15px;
    vertical-align: bottom;
	font-size: 18px;
	line-height: 28px;
	color: #ffffff;

	background: #123355;
	border-radius: 50%;
}

.bg-tik {
	padding-left: 28px;
}

.f-26 {
	font-size: 26px;
	line-height: 28px;
}

.special-p {
	float: left;
	width: 100%;
	margin: 35px 0 15px;
	padding: 15px 10px;

	font-weight: 700;
	font-size: 30px;
	line-height: 28px;
	font-family: 'Open Sans', sans-serif;
	color: #ffffff;

	background: #123355;
}

.update-p {
	float: left;
	width: 100%;
	padding: 8px 0 0;

	font-size: 17px;
	line-height: 20px;
	color: #313131;
}

.secr {
	float: left;
	max-width: 100%;
}

.product-box {
	float: left;
	width: 100%;
	margin: 25px 0 40px;
	padding: 30px 20px 20px;

	border: 4px dashed #ff0000;
}

.prd-lft {
	float: left;
	width: 288px;
}

.btls {
	display: inline-block;
	max-width: 250px;
}

.prd-rit {
	float: right;
	width: 433px;
}

.dot-logo {
	display: inline-block;
	max-width: 100%;
}

.prd-p1 {
	float: left;
	width: 100%;
	margin: 12px 0 15px;

	font-size: 20px;
	line-height: 27px;
	color: #000000;
	letter-spacing: -0.5px;
}

.prd-p3 {
	float: left;
	width: 100%;
	margin-bottom: 20px;

	font-weight: 600;
	font-size: 20px;
	line-height: 1.5;
	font-family: 'Open Sans', sans-serif;
	color: #ff0000;
}

.btn-img {
	display: inline-block;
	max-width: 100%;
	margin-top: 4px;
}

.cmnt-p1 {
	float: left;
	width: 100%;
	padding-bottom: 5px;

	font-weight: 700;
	font-size: 24px;
	line-height: 28px;
	text-align: left;
	color: #1d1d1d;
	text-transform: uppercase;

	border-bottom: 2px solid #ededed;
}

.cmnt-p1 span {
	float: right;
	padding-right: 40px;
}

.cmnt-p1 span img {
	margin-left: 15px;
}

.cmnt-p2 {
	float: left;
	width: 100%;
	margin: 10px 0 30px;

	font-size: 18px;
	line-height: 20px;
	font-family: 'Open Sans', sans-serif;
	text-align: left;
	color: #43434e;
	letter-spacing: -0.5px;
}

.cmnt-p2 img {
	margin-left: 5px;

	vertical-align: middle;
}

.comnt-div {
	position: relative;

	float: left;
	width: 100%;
	margin: 0 0 20px;
	padding: 0 0 18px 98px;

	text-align: left;

	border-bottom: 1px dashed #f3f3f3;
}

.fac1-img {
	position: absolute;
	top: 6px;
	left: 10px;

	max-width: 100%;
}

.cmnt-p3 {
	float: left;
	width: 100%;

	font-weight: 600;
	font-size: 18px;
	line-height: 20px;
	font-family: 'Open Sans', sans-serif;
	color: #5d6ea2;
	letter-spacing: -0.5px;
}

.cmnt-p3 img {
	margin-left: 8px;
}

.cmnt-p3 span {
	color: #858585;
}

.cmnt-p4 {
	float: left;
	width: 100%;
	margin: 5px 0 8px;

	font-size: 16px;
	line-height: 24px;
	font-family: 'Open Sans', sans-serif;
	color: #232323;
}

.cmnt-p5 {
	float: left;
	width: 100%;

	font-size: 17px;
	line-height: 24px;
	font-family: 'Open Sans', sans-serif;
	color: #5d6ea2;
}

.cmnt-p5 span {
	color: #848484;
}

.no-brd {
	border: none;
}

.cmnt-block {
	position: relative;

	float: left;
	width: 100%;
	padding: 15px 12px 15px 100px;

	background: #f1f1f1;
}

.inp-cmnt {
	float: left;
	width: 100%;
	height: 57px;
	padding: 0 15px;

	font-size: 18px;
	line-height: 18px;
	font-family: 'Open Sans', sans-serif;
	color: #c8c8c8;

	background: #ffffff;
	border: 1px solid #cdd3df;
}

.man {
	position: absolute;
	top: 12px;
	left: 15px;

	max-width: 100%;
}

.cmnt-btn {
	float: right;
	max-width: 100%;
	margin-top: 10px;
}

.rit-sec {
	float: right;
	width: 302px;
}

.rit-box {
	display: inline-block;
	max-width: 100%;
}

.arti-p1 {
	position: relative;

	float: left;
	width: 100%;
	padding: 0 0 20px 30px;

	font-weight: 700;
	font-size: 26px;
	line-height: 28px;
	text-align: left;
	color: #343435;
}

.arti-p1 img {
	position: absolute;
	top: 5px;
	left: 0;
}

.rit-arti-blk {
	position: relative;

	float: left;
	width: 100%;
	margin-bottom: 8px;
	padding: 0 0 15px 0;

	font-size: 16px;
	line-height: 22px;
	font-family: 'Open Sans', sans-serif;
	text-align: left;
	color: #535353;
}

.rit-arti-blk p {
	float: left;
	width: 100%;
}

.rit-arti-blk img {
	display: inline-block;
	max-width: 100%;
	margin: 0 0 8px;
}

.no-b {
	border: none;
}

.srti-box {
	float: left;
	width: 100%;
	margin: 22px 0;
	padding: 28px 18px 5px;

	background: #ebebeb;
}

/*-----------------------
CSS FOR FOOTER
-------------------------*/
footer {
	/* float: left; */
	width: 100%;
	padding: 35px 0;

	background: #464646;
}

.footer-logo {
	display: inline-block;
	max-width: 100%;
}

.f-p1 {
	float: left;
	width: 100%;
	margin: 12px 0 10px;

	font-weight: 300;
	font-size: 15px;
	line-height: 20px;
	font-family: 'Open Sans', sans-serif;
	color: #868686;
}

.foo-ul {
	display: inline-block;
}

.foo-ul li {
	display: inline-block;
	margin: 0 3px;
}

/*-----------------------=============================================================================================
CSS FOR MEDIA QUERY
----------------------============================================================================================---*/
.show-mob,
.show-tab {
	display: none;
}

.show-desk {
	display: block;
}

@media only screen and (max-width: 1190px) {
	.container {
		width: 1004px;
		padding: 0 10px;
	}

	/*-----------------------
CSS FOR MENU SECTION
-------------------------*/
	.ad {
		width: 69%;
		max-width: 728px;
	}

	ul.deskmenu li a {
		padding: 0 20px 0 17px;
	}

	#searchwrapper {
		width: 158px;
	}

	/*-----------------------
CSS FOR LEFT SECTION
-------------------------*/
	.rit-sec {
		width: 30%;
	}

	.left-sec {
		width: 68%;
		padding-right: 20px;
	}

	.face-box p {
		font-size: 14px;
		line-height: 20px;
	}

	.so-ics {
		width: 52%;
		max-width: 379px;
	}

	.btls {
		max-width: 100%;
		margin: 37px 0 0 0;
	}

	.prd-lft {
		width: 41%;
	}

	.prd-rit {
		width: 58%;
	}

	/*-----------------------
CSS FOR FOOTER
-------------------------*/
	.newsletr-box p {
		font-size: 14px;
		letter-spacing: -0.5px;
	}

	.foo-logo {
		padding-right: 10px;
	}

	.f-p1 {
		letter-spacing: -0.5px;
	}
}

@media only screen and (max-width: 1023px) {
	.container {
		width: 755px;
		padding: 0 3px;
	}

	.show-mob,
	.show-desk {
		display: none;
	}

	.show-tab {
		display: block;
	}

	/*-----------------------
CSS FOR MENU SECTION
-------------------------*/
	.top-lft {
		width: 32%;
	}

	.logo {
		width: 230px;
	}

	.ad {
		width: 65%;
		margin: 18px 0 0;
	}

	ul.deskmenu li a {
		padding: 0 8px 0 10px;
	}

	ul.deskmenu li {
		font-size: 13px;
	}

	#searchwrapper {
		width: 122px;
	}

	/*-----------------------
CSS FOR SECTION 1
-------------------------*/
	.sec1-p2 {
		font-size: 44px;
		line-height: 50px;
	}

	.so-ics {
		width: 62%;
		margin: 7px 0 0;
	}

	.face-box {
		width: 37%;
	}

	.face-box p {
		margin: 0 0 0;

		font-size: 13px;
		line-height: 18px;
	}

	.face {
		top: 0;
	}

	.comn-para {
		margin: 18px 0 0;
	}

	.head-p2 {
		font-size: 26px;
	}

	.head-p2 span {
		margin-right: 0;
		padding: 4px 12px;

		font-size: 16px;
		line-height: 20px;
		vertical-align: middle;
	}

	.special-p {
		font-size: 26px;
	}

	.product-box {
		padding: 5px 12px 20px;
	}

	.prd-p1 {
		margin: 12px 0 12px;

		font-size: 18px;
		line-height: 23px;
	}

	.prd-p3 {
		margin-bottom: 5px;

		font-size: 16px;
		line-height: 23px;
	}

	.btls {
		max-width: 80%;
		margin-top: 50px;
	}
}
@media only screen and (max-width: 990px) {
	.left-sec {
		width: 100%;
		padding-right: 0;
		float: none;
	}
	.rit-sec {
		display: none;
	}
}
@media only screen and (max-width: 767px) {
	.container {
		width: 100%;
		max-width: 600px;
		padding: 0 10px;
	}

	.show-desk,
	.show-tab,
	.rit-sec {
		display: none;
	}

	.show-mob {
		display: block;
	}

	/*-----------------------
CSS FOR MENU SECTION
-------------------------*/
	#searchwrapper,
	.ad,
	.social-icon {
		display: none;
	}

	.top-header {
		position: fixed;
		z-index: 9;
		top: 0;
		background: #ffffff;
		border-bottom: 1px solid #e3e3e3;
	}

	.menu {
		display: none;
	}

	.mobile-hdr {
		display: block;
	}

	.mob-menu {
		position: fixed;
		right: 10px;
		z-index: 11;
		top: 0;
		margin: 25px 1% 0 0;
	}

	.top-txt1 {
		font-size: 13px;
		line-height: 13px;
		text-align: center;
	}

	.top-lft {
		width: 100%;
	}

	.logo {
		width: 200px;
		margin: 0;
	}

	/*-----------------------
CSS FOR LEFT SECTION
-------------------------*/
	.section1 {
		margin: 70px 0 0;
		padding: 15px 0 45px;
	}

	.sec1-p2 {
		margin: 15px 0;

		font-size: 33px;
		line-height: 39px;
	}

	.rit-sec,
	.left-sec,
	.prd-lft,
	.prd-rit {
		width: 100%;
	}

	.left-sec {
		padding-right: 0;

		border: none;
	}

	.so-ics {
		display: none;
	}

	.face-box {
		width: 100%;
		margin-top: 1px;
	}

	.img-1,
	.seen {
		margin: 20px 0 0;
	}

	.txt-head {
		margin-top: 20px;

		font-size: 27px;
		line-height: 29px;
	}

	.comn-para {
		font-size: 16px;
		line-height: 26px;
	}

	.head-p2 {
		position: relative;

		margin-top: 25px;
		padding-left: 35px;

		font-size: 24px;
	}

	.head-p2 span {
		position: absolute;
		top: 6px;
		left: 0;

		padding: 5px 10px;

		font-size: 14px;
		line-height: 17px;
	}

	.special-p {
		padding: 11px 10px;

		font-size: 23px;
	}

	.btls {
		max-width: 180px;
		margin: 0 0 15px;
	}

	.product-box {
		margin: 25px 0 0;
		padding: 20px 15px 14px;
	}

	.cmnt-p1 {
		margin-top: 20px;
	}

	.cmnt-p1 span {
		padding-right: 10px;
	}

	.comnt-div {
		padding: 0 0 18px 70px;
	}

	.fac1-img {
		left: 0;

		width: 60px;
	}

	.cmnt-p2 {
		margin: 10px 0 20px;

		font-size: 16px;
		line-height: 20px;
	}

	.cmnt-p3 {
		font-size: 16px;
		line-height: 20px;
	}

	.cmnt-p4 {
		font-size: 15px;
		line-height: 24px;
	}

	.cmnt-p5 {
		font-size: 15px;
		line-height: 20px;
	}

	.man {
		left: 10px;

		width: 60px;
	}

	.cmnt-block {
		padding: 15px 12px 15px 81px;
	}

	.srti-box {
		padding: 20px 18px 5px;
	}

	.arti-p1 {
		font-size: 24px;
	}

	/*-----------------------
CSS FOR FOOTER
-------------------------*/
	footer {
		padding: 20px 0;
	}
}

@media only screen and (max-width: 767px) {
	a.mnuclose {
		display: inline-block;
		width: 100%;
		padding: 5px 15px !important;

		font-weight: 700;
		font-size: 24px !important;
		font-family: 'Open Sans', sans-serif;
		text-align: right !important;
		color: #a9b1b4 !important;
		text-transform: uppercase !important;
		text-decoration: none;

		background: #f2f4f4 !important;
		border: 1px solid white;
	}

	.mobimenu {
		position: fixed;
		top: 0;
		left: -250px;
		z-index: 999999;

		width: 250px;
		height: 100%;
		margin: 0;
		padding: 0;
		overflow-y: auto;

		list-style: none;

		background: #ffffff;
	}

	.mnuopn {
		left: 0 !important;
	}

	.ovrActv {
		position: fixed;
		z-index: 9998;

		width: 100%;
		height: 100%;

		background: rgba(0, 0, 0, 0.79);

		-webkit-transition: 0.5s;
		-moz-transition: 0.5s;
		-ms-transition: 0.5s;
		-o-transition: 0.5s;
		transition: 0.5s;
	}

	ul.mobimenu li {
		float: left;
		width: 100%;
		margin: 0;
		padding: 0;
	}

	ul.mobimenu li a,
	ul.mobimenu li p.prod {
		float: left;
		width: 100%;
		padding: 15px;

		font-size: 16px;
		text-align: left;
		color: #000000;
		text-transform: uppercase;
		text-decoration: none;

		border-top: 1px solid #e5e5e5;
		cursor: pointer;
	}

	ul.mobimenu li a.sign_in {
		font-weight: 700;
		color: #ffffff;

		background: #009900;
	}
}

.glue_block_layer {
	position: fixed;
	top: 0;
	left: 0;

	width: 100%;
	height: 100%;

	background: rgba(0, 0, 0, 0.7);
}

.glue_container {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1000;

	width: 100%;
	height: 100%;
	overflow: auto;
}

.glue_popup {
	position: absolute;
	top: 50px;
	left: 50%;

	width: 700px;
	margin-bottom: 25px;
	margin-left: -350px;
	padding-bottom: 15px;

	background: #f2f2f2;
	border-radius: 5px;
	-webkit-box-shadow: 0 0 7px #4a4a4a;
	-moz-box-shadow: 0 0 7px #4a4a4a;
	box-shadow: 0 0 7px #4a4a4a;

	-webkit-animation: zoomin 0.4s;
	animation: zoomin 0.4s;
}

.glue_content {
	float: left;
	width: 100%;

	text-align: center;
}

.glue-stop {
	position: relative;

	float: left;
	width: 100%;

	text-align: center;

	background: #ff0000;
}

.cancel {
	position: absolute;
	top: 5px;
	right: 5px;

	cursor: pointer;
}

.wait-error {
	display: inline-block;
	margin-top: -25px;

	vertical-align: middle;
}

.glue-stop p {
	float: left;
	width: 100%;

	font-weight: bold;
	font-size: 47px;
	font-family: 'Open Sans', sans-serif;
	color: #ffffff;
}

.glue_header {
	float: left;
	width: 100%;
	margin-top: 15px;

	font-weight: bold;
	font-size: 27px;
	color: #000000;
}

.glue-txt1 {
	float: left;
	width: 100%;
	margin-top: 7px;
	padding: 0 50px;

	font-weight: 400;
	font-size: 17px;
	line-height: 22px;
	font-family: 'Open Sans', sans-serif;
	color: #000000;
}

.glue-txt1 span {
	font-weight: 700;
}

.glue-txt2 {
	float: left;
	width: 100%;
	margin-top: -5px;

	font-weight: 600;
	font-size: 18px;
	font-family: 'Open Sans', sans-serif;
	text-align: center;
	color: #000000;
}

.glue-btl {
	display: inline-block;
	margin-top: 10px;
	margin-bottom: 10px;

	vertical-align: middle;
}

.claim-btn {
	display: inline-block;
	max-width: 100%;
	margin-top: 15px;

	vertical-align: middle;
}

.claim-btn:hover {
	opacity: 0.8;
}

.srti-box a:hover p {
	text-decoration: underline;
}

@media only screen and (max-width: 720px) {
	.glue_popup {
		left: 2%;

		width: 96%;
		margin-left: 0;
	}

	.glue-stop p {
		font-size: 36px;
		line-height: 40px;
	}

	.wait-error {
		width: 40px;
		margin-top: -15px;
	}

	.glue_header {
		margin-top: 10px;

		font-size: 22px;
	}

	.glue-txt1 {
		padding: 0 10px;
	}

	.glue-btl {
		width: 200px;
	}

	.glue-txt2 {
		font-size: 15px;
	}

	.claim-btn {
		margin-top: 10px;
	}
}

/*CSS3 animation keyframes.*/

@-webkit-keyframes zoomin {
	0% {
		-webkit-transform: scale(0);
		transform: scale(0);
		opacity: 0;
	}

	40% {
		-webkit-transform: scale(1.02);
		transform: scale(1.02);
		opacity: 1;
	}

	100% {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 1;
	}
}

@-ms-keyframes zoomin {
	0% {
		-ms-transform: scale(0);
		transform: scale(0);
		opacity: 0;
	}

	40% {
		-ms-transform: scale(1.02);
		transform: scale(1.02);
		opacity: 1;
	}

	100% {
		-ms-transform: scale(1);
		transform: scale(1);
		opacity: 1;
	}
}

@keyframes zoomin {
	0% {
		-webkit-transform: scale(0);
		-ms-transform: scale(0);
		transform: scale(0);
		opacity: 0;
	}

	40% {
		-webkit-transform: scale(1.02);
		-ms-transform: scale(1.02);
		transform: scale(1.02);
		opacity: 1;
	}

	100% {
		-webkit-transform: scale(1);
		-ms-transform: scale(1);
		transform: scale(1);
		opacity: 1;
	}
}

.prod-name {
	font-weight: 700;
	font-size: 30px;
}

.btn-img:hover {
	opacity: 0.8;
}

.prod-side {
	box-sizing: border-box;

	background-color: #df3921;
	border: 1px solid #df3921;
}

.prod-side__top {
	padding: 10px 11px 20px;

	background-color: #ffffff;
}

.prod-side__heading {
	font-weight: bold;
	font-size: 20px;
	text-align: left;
}

.prod-side__main {
	margin-top: -25px;
}

.prod-side__hook {
	display: inline-block;
	display: none;
	width: 100px;
	height: 100px;
	margin-top: 10px;
	margin-right: 15px;
	padding: 19px 0;

	font-weight: bold;
	font-size: 16px;
	vertical-align: top;
	text-align: center;

	background-color: #ffca00;
	border-radius: 50%;
}

.prod-side__img {
	display: inline-block;
	max-height: 225px;
}

.prod-side__text {
	font-weight: bold;
	font-size: 14px;
	line-height: 2;
	color: #ffffff;
}

.prod-side__btn {
	margin: 5px auto 10px;
}

.prod-side__btn:hover {
	color: #ffffff;
}

.btn {
	display: table;
	box-sizing: border-box;
	margin: 0 auto;
	margin-bottom: 10px;
	padding: 15px;
	max-width: 90%;
	font-weight: 700;
	font-size: 18px;
	color: #000000;
	text-decoration: none;

	background-color: #ffb600;
	border: 1px solid #ffb600;
	border-radius: 5px;

	transition: color 0.5s, background 0.5s, border 0.5s;
}

.order-form__field {
	display: block;
	width: 100%;
	margin-bottom: 20px;
	padding: 10px 15px;

	border: 1px solid #ffb600;
	border-radius: 5px;
}

.order-form__prices {
	margin-bottom: 20px;
}

.order-form__prices s {
	font-size: 20px;
	line-height: 1.2;
	vertical-align: middle;
}

.order-form__prices span {
	font-weight: bold;
	font-size: 30px;
	line-height: 1.2;
	vertical-align: middle;
	color: #ffb600;
}

select::-ms-expand {
	display: none;
}
select {
	background-image: url(../img/select.svg);
	background-repeat: no-repeat;
	background-position: 96% 50%;

	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	appearance: none !important;
}

a:hover,
button:hover {
	cursor: pointer;
}

.ac_footer a {
	color: #868686 !important;
}

.ac_footer span {
	color: #868686 !important;
}