/*------------------------------------------------------

style module

-----------------------------------------------------*/

.faq-text{
	font-size:1em;
	color:#CC0000;
}
.faq-ans{
	color:#57b721;
}

.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.bootstrap-iso .formden_header h2, .bootstrap-iso .formden_header p, .bootstrap-iso form{
	font-family: Arial, Helvetica, sans-serif; color: black
	}
.bootstrap-iso form button, .bootstrap-iso form button:hover{
	color: white !important;
}
.asteriskField{
	color: red;
}

hr.style {
	border-top: 1px solid #c4c4c4;
	text-align: center;
}
hr.style:after {
	content: '\2026';
	display: inline-block;
	position: relative;
	top: -14px;
	padding: 0 10px;
	background: #eeeff7;
	color: #666;
	font-size: 18px;
}

.btn-moreinfo {
  color: #57b721;
  background-color: #fff;
  border-color: #57b721;
}

.btn-moreinfo:hover {
  color: #fff;
  background-color: #57b721;
  border-color: #57b721;
}

/*---------------------------------------------------*/


html, body, div, span, applet, object, iframe, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, 
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, main {
	display: block;
}
body {
	line-height: 1;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}


/* -------------------------------- 

Primary style

-------------------------------- */
html * {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

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

body {
  font-size: 100%;
  font-family: "PT Sans", sans-serif;
  color: #31353d;
  background-color: #fff;
  margin-bottom: 2em;
}
body.overflow-hidden {
  /* prevent 2 vertical scrollbars on ie and firefox when the cart is visible */
  overflow: hidden;
}

a {
  color: #f5f5f5;
  text-decoration: none;
  
}
a:hover,
a:focus {
  color: #57b721;
  text-decoration: none;
  font-weight:bold;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

img {
  max-width: 75%;
}

/* -------------------------------- 

Modules - reusable parts of our design

-------------------------------- */
.cd-container {
  /* this class is used to horizontally align the gallery of items */
  position: relative;
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
}
.cd-container::after {
  /* clearfix */
  content: '';
  display: table;
  clear: both;
}

.cd-img-replace {
  /* replace text with a background-image */
  display: inline-block;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}

.num-cart-pop {
  /* replace text with a background-image */
  color:#fff;
  font-size:1em;
  padding-top:0.2em;
  font-weight:bold;
  
}

.num-cart-pop:hover{
  /* replace text with a background-image */
  color:#fff;
  
}

/* -------------------------------- 

xheader 

-------------------------------- */
header {
  position: fixed;
  top: 0;
  left: 0;
  height: 50px;
  width: 100%;
  background: #fff;
  text-align: center;
  box-shadow: 0 2px 0 rgba(0, 0, 0, 0.1);
  z-index: 4;
}
@media only screen and (min-width: 1200px) {
  header {
    height: 4.3em;
  }
  
}

#logo {
  /*padding-top: 0.1em;*/
  /* delete this property if you don't want your logo to scale down on mobile devices */
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
  margin-top:0.22em;
}

@media only screen and (min-width: 1500px) {
	
  #logo {
    position: absolute;
    /* logo left margin on Dekstop */
    left: 2.4em;
    top: 0;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  
}  

@media (max-width: 400px) {
	#logo img{
	width:40%;
}
}

@media (max-width: 1200px) and (min-width: 401px){
	#logo img{
	top:2%;
	width:13%;
}
}


#cd-hamburger-menu, #cd-cart-trigger {
  position: absolute;
  top: 0;
  height: 100%;
  z-index: 555;
}
#cd-hamburger-menu a, #cd-cart-trigger a {
  width: 60px;
  height: 100%;
}

#cd-hamburger-menu {
  left: 0;
}
#cd-hamburger-menu a {
  background: #26292f url("../images/cd-hamburger-menu.svg") no-repeat center center;
}
@media only screen and (min-width: 1500px) {
  #cd-hamburger-menu {
    display: none;
  }
}

#cd-cart-trigger {
  right: 0;
}
#cd-cart-trigger a {
  background: #26292f url("../images/cd-cart.svg") no-repeat center center;
  
}

#cart-pop a{
	background: rgba(0, 0, 0, 0) url("../images/cartpop.png") no-repeat scroll center center;
    border-radius: 50%;
    bottom: auto;
    right: 3.2em;
    top: 35%;
    position: absolute;
    transform: translateY(-50%);
    width: 25px;
	height: 25px;
	text-decoration:none;
	z-index: 666;
}

@media (max-width: 1500px) {
	#cart-pop a{
		top:30%;
		right:2em;
	}
	#cd-cart {
    margin-top:2em;
  }
}


@media only screen and (min-width: 1500px) {
  #cd-cart-trigger {
    /* cart right margin on desktop */
    right: 0;
  }
  #cd-cart-trigger a {
    position: relative;
    width: 100px;
    border-left: none;
    background-color: #57b721;
  }
}



#main-nav, #cd-cart {
  position: fixed;
  top: 0;
  height: 100%;
  width: 260px;
  /* header height */
  padding-top: 50px;
  overflow-y: auto;
  /*-webkit-overflow-scrolling: touch;*/
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  z-index: 3;
}
@media only screen and (min-width: 768px) {
  #main-nav, #cd-cart {
    width: 350px;
  }
}
@media only screen and (max-width: 768px) {
  #main-nav, #cd-cart {
    height: 70%;
  }
}
@media only screen and (min-width: 1200px) {
  #main-nav, #cd-cart {
    width: 30%;
    /* header height has changed */
    padding-top: 7em;
  }
}

#main-nav {
  left: -100%;
  background: #FFF;
  -webkit-transition: left 0.3s;
  -moz-transition: left 0.3s;
  transition: left 0.3s;
}
#main-nav.speed-in {
  left: 0;
}
#main-nav ul a {
  display: block;
  line-height:3.5em;
  padding: 0 1em;
  border-bottom: 1px solid #e0e6ef;
  text-decoration:none;
}
#main-nav ul a:hover{
	color:#57b721;
}
#main-nav ul .current {
  box-shadow: inset 3px 0 #435779;
}
@media only screen and (min-width: 1500px) {
  #main-nav {
    /* reset main nav style */
    position: absolute;
    height: auto;
    width: auto;
    left: auto;
    right: 8em;
    padding-top: 0;
    top: 0;
    background: transparent;
    box-shadow: none;
    /* header height */
    line-height: 80px;
    z-index: 4;
  }
  #main-nav li {
    display: inline-block;
    margin-left: 1em;
  }
  #main-nav ul a {
    display: inline-block;
    height: auto;
    line-height: 1;
    padding: 1em 1.4em;
    border-bottom: none;
    color: #57b721;
    border-radius: 0.25em;
  }
  #main-nav ul a.current {
    box-shadow: none;
    background: #57b721;
    color: #FFF;
	text-decoration:none;
  }
  .no-touch #main-nav ul a:hover {
    background: #57b721;
    color: #FFF;
	text-decoration:none;
  }
}
.no-js #main-nav {
  position: fixed;
}

#cd-cart {
  right: -100%;
  background: #FFF;
  -webkit-transition: right 0.3s;
  -moz-transition: right 0.3s;
  transition: right 0.3s;
}
#cd-cart.speed-in {
  right: 0;
}
#cd-cart > * {
  padding:0em 1em;
}
#cd-cart h2 {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  text-transform: uppercase;
  margin: 1em 0;
}
#cd-cart .cd-cart-items {
  padding: 1em  3em;
}
#cd-cart .cd-cart-items li {
  position: relative;
  padding: 0.2em;
  border-top: 1px solid #e0e6ef;
}
#cd-cart .cd-cart-items li:last-child {
  border-bottom: 1px solid #e0e6ef;
}
#cd-cart .cd-qty, #cd-cart .cd-price {
  color: #a5aebc;
}
#cd-cart .cd-price {
  margin-top: .4em;
}
#cd-cart .cd-item-remove {
  position: absolute;
  right: 1em;
  top: 50%;
  bottom: auto;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: url("../images/cd-remove-item.svg") no-repeat center center;
}
.no-touch #cd-cart .cd-item-remove:hover {
  background-color: #e0e6ef;
}
#cd-cart .cd-cart-total {
  padding-top: 1em;
  padding-bottom: 1em;
}
#cd-cart .cd-cart-total span {
  float: right;
}
#cd-cart .cd-cart-total::after {
  /* clearfix */
  content: '';
  display: table;
  clear: both;
}
#cd-cart .checkout-btn {
  display: block;
  width: 100%;
  height: 60px;
  background: #7dcf85;
  color: #FFF;
  text-align: center;
  vertical-align:middle;
  font-weight:bold;
  font-size:1.2em;
}
.no-touch #cd-cart .checkout-btn:hover {
  background: #00CD66;
}
#cd-cart .cd-go-to-cart {
  text-align: center;
  margin: 1em 0;
}
#cd-cart .cd-go-to-cart a {
  text-decoration: underline;
}
@media only screen and (min-width: 1200px) {
  #cd-cart > * {
    padding: 0 2em;
  }
  #cd-cart .cd-cart-items li {
    padding: 1em;
  }
  #cd-cart .cd-item-remove {
    right: 2em;
  }
}

@media only screen and (min-width: 1200px) {
  #header-big{ display:block; margin-top:3.5em;}
  #header-small{ display:none;}
}
@media only screen and (max-width: 1199px) and  (min-width: 681px){
  #header-big{ display:block; margin-top:3.2em;}
  #header-small{ display:none;}
}
@media only screen and (max-width: 680px) {
  #header-big{ display:none;}
  #header-small{ display:block; margin-top:3em;}
  h1{ font-size:1.8em;}
  h2,h3{font-size: 1.5em;}
}

/* -------------------------------- 

xgallery 

-------------------------------- */
main {
  position: relative;
  min-height: 100%;
  background: #eeeff7;
  padding-top: 70px;
  z-index: 1;
}
@media only screen and (min-width: 768px) {
  main {
    padding-top: 90px;
  }
}
@media only screen and (min-width: 1200px) {
  main {
    padding-top: 120px;
  }
}

#cd-gallery-items li {
  margin-bottom: 1.5em;
}
#cd-gallery-items li img {
  width: 100%;
  display: block;
  border-radius: 0.25em;
}
@media only screen and (min-width: 768px) {
  #cd-gallery-items li {
    width: 48%;
    float: left;
    margin-bottom: 2em;
    margin-right: 4%;
  }
  #cd-gallery-items li:nth-child(2n) {
    margin-right: 0;
  }
}
@media only screen and (min-width: 1200px) {
  #cd-gallery-items li {
    width: 31%;
    float: left;
    margin-bottom: 2.5em;
    margin-right: 3.5%;
  }
  #cd-gallery-items li:nth-child(2n) {
    margin-right: 3.5%;
  }
  #cd-gallery-items li:nth-child(3n) {
    margin-right: 0;
  }
}

#cd-shadow-layer {
  position: fixed;
  min-height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background: rgba(67, 87, 121, 0.6);
  cursor: pointer;
  z-index: 2;
  display: none;
}
#cd-shadow-layer.is-visible {
  display: block;
  -webkit-animation: cd-fade-in 0.3s;
  -moz-animation: cd-fade-in 0.3s;
  animation: cd-fade-in 0.3s;
}

/* -------------------------------- 

xkeyframes 

-------------------------------- */
@-webkit-keyframes cd-fade-in {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}
@-moz-keyframes cd-fade-in {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}
@keyframes cd-fade-in {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

/*******************************************************

responsive table 


*******************************************************/

table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
}

th, td, th {
    border: none;
    padding: 8px;
}

tr:nth-child(2n+1){background-color: #f2f2f2;}
/*---------------------------------------------------------------------------*/
/*now*/

section.products-grid .product .product-details:before {
  background: #fff;
}

.product-full-width .product .thumbnail .product-details {
  background: #fff;
}

section.products-grid {
  padding-bottom: 2em;
}

section.products-grid .product {
  position: relative;
  overflow: hidden;
  height: 300px;
  margin-bottom: 1em;
}

section.products-grid .product:hover .product-details {
  opacity: 1;
}

section.products-grid .product .thumbnail {
  height: 300px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}

section.products-grid .product .thumbnail:hover {
	opacity: 1;
}

section.products-grid .product .product-details {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  opacity: 0;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

section.products-grid .product .product-details:before {
  content: '';
  position: absolute;
  left: 0%;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  opacity: .9;
}

section.products-grid .product.light .product-details:before {
	background: rgba(27, 153, 142, 0.9);
}

section.products-grid .product .product-details h3 {
  color: #fff;
  font-weight: bold;
}

section.products-grid .product .product-details a.btn {
  color: #fff;
  border-color: #fff;
  margin-bottom: 20px;
}

section.products-grid .product .product-details a.btn:hover,
section.products-grid .product .product-details a.btn:focus {
  opacity: .8;
}

section.products-grid .product .product-price {
  color: #fff;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  section.products-grid .product {
    margin-bottom: 15px;
  }
}

.product-list .product .product-details h2 {
  margin-bottom: 20px;
  display: block !important;
  margin-top: 10px;
}

.product-list .product .product-details p {
  margin-bottom: 20px;
}

.product-list .product .product-details .btn {
  margin-top: 10px;
}

.product-list .product .product-details .product-price {
  font-weight: bold;
}

product-full-width .row:last-child .product .product-details {
  margin-bottom: 0;
}

.product-full-width .product .thumbnail {
  position: relative;
}

.product-full-width .product .thumbnail .product-details {
  position: relative;
  display: block;
  max-width: 530px;
  padding: 40px;
  opacity: .9;
  margin-bottom: 120px;
}

.product-full-width .product .thumbnail .product-details h2, .product-full-width .product .thumbnail .product-details .product-price, .product-full-width .product .thumbnail .product-details p, .product-full-width .product .thumbnail .product-details .btn {
  color: #fff;
}

.product-full-width .product .thumbnail .product-details p {
  margin-bottom: 10px;
}

.product-full-width .product .thumbnail .product-details .btn {
  border-color: #fff;
}

.product-full-width .product .thumbnail .product-details .product-price {
  font-weight: bold;
  font-size: 23px;
  margin-bottom: 22px;
}

@media screen and (max-width: 768px) {
  .product-full-width .product .thumbnail .product-details {
    margin-bottom: 30px;
  }
}

.product-full-width .product .thumbnail .product-details.left {
  left: 60px;
  float: left;
}

@media screen and (max-width: 768px) {
  .product-full-width .product .thumbnail .product-details.left {
    left: 0;
    margin-top: 0px !important;
    width: 100% !important;
    max-width: none;
    float: none;
  }
}

.product-full-width .product .thumbnail .product-details.right {
  right: 60px;
  float: right;
}

@media screen and (max-width: 768px) {
  .product-full-width .product .thumbnail .product-details.right {
    right: 0;
    margin-top: 0px !important;
    width: 100% !important;
    max-width: none;
    float: none;
  }
}

@media screen and (max-width: 991px) {
  .product-single .product-details {
    margin-top: 30px;
  }
}

.product-single .product-details .btn {
  margin-top: 0;
}

.product-single .product-details .product-price {
  font-size: 22px;
  font-weight: bold;
}

.product-single .product-details .product-social {
  margin-bottom: 30px;
}

.product-single .product-details .product-social a {
  margin-right: 20px;
}

/*----------------------------------------

table flow

------------------------------------------*/

.table {
  width: 100%;
  max-width: 100%;
}

.table th,
.table td {
  padding: .75em;
  line-height: 1.5;
  vertical-align: top;
  border-top: 1px solid #eceeef;
}

.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #eceeef;
}

.table tbody + tbody {
  border-top: 2px solid #eceeef;
}

.table .table {
  background-color: #fff;
}

.table-sm th,
.table-sm td {
  padding: .3em;
}

.table-bordered {
  border: 1px solid #eceeef;
}

.table-bordered th,
.table-bordered td {
  border: 1px solid #eceeef;
}

.table-bordered thead th,
.table-bordered thead td {
  border-bottom-width: 2px;
}

.table-striped tbody tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}

.table-hover tbody tr:hover {
  background-color: #f5f5f5;
}

.table-active,
.table-active > th,
.table-active > td {
  background-color: #f5f5f5;
}

.table-hover .table-active:hover {
  background-color: #e8e8e8;
}

.table-hover .table-active:hover > td,
.table-hover .table-active:hover > th {
  background-color: #e8e8e8;
}

.table-success,
.table-success > th,
.table-success > td {
  background-color: #dff0d8;
}

.table-hover .table-success:hover {
  background-color: #d0e9c6;
}

.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
  background-color: #d0e9c6;
}

.table-info,
.table-info > th,
.table-info > td {
  background-color: #d9edf7;
}

.table-hover .table-info:hover {
  background-color: #c4e3f3;
}

.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
  background-color: #c4e3f3;
}

.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: #fcf8e3;
}

.table-hover .table-warning:hover {
  background-color: #faf2cc;
}

.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
  background-color: #faf2cc;
}

.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: #f2dede;
}

.table-hover .table-danger:hover {
  background-color: #ebcccc;
}

.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
  background-color: #ebcccc;
}

.table-responsive {
  display: block;
  width: 100%;
  min-height: .01%;
  overflow-x: auto;
}

.thead-inverse th {
  color: #fff;
  background-color: #373a3c;
}

.thead-default th {
  color: #55595c;
  background-color: #eceeef;
}

.table-inverse {
  color: #eceeef;
  background-color: #373a3c;
}

.table-inverse.table-bordered {
  border: 0;
}

.table-inverse th,
.table-inverse td,
.table-inverse thead th {
  border-color: #55595c;
}

.table-reflow thead {
  float: left;
}

.table-reflow tbody {
  display: block;
  white-space: nowrap;
}

.table-reflow th,
.table-reflow td {
  border-top: 1px solid #eceeef;
  border-left: 1px solid #eceeef;
}

.table-reflow th:last-child,
.table-reflow td:last-child {
  border-right: 1px solid #eceeef;
}

.table-reflow thead:last-child tr:last-child th,
.table-reflow thead:last-child tr:last-child td,
.table-reflow tbody:last-child tr:last-child th,
.table-reflow tbody:last-child tr:last-child td,
.table-reflow tfoot:last-child tr:last-child th,
.table-reflow tfoot:last-child tr:last-child td {
  border-bottom: 1px solid #eceeef;
}

.table-reflow tr {
  float: left;
}
@media (min-width: 768px)
.container {
    width: 750px;
}
@media (min-width: 768px)
.container {
    width: 750px;
}
.row {
    margin-left: -20px;
    margin-right: -20px;
}
.sec-thirty .sec-one-header {
    margin-top: 50px;
}
.sec-one-header {
    margin-top: 35px;
    margin-bottom: 30px;
}
@media (min-width: 992px)
.col-md-offset-1 {
    margin-left: 8.33333333%;
}
@media (min-width: 992px)
.col-md-10 {
    width: 83.33333333%;
}
@media (min-width: 992px)
.col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
}
.sec-one__header-img {
  max-width: 450px;
}
.sec-one__pretitle {
    font-family: 'Proxima Nova', Arial, Helvetica, sans-serif;
    font-size: 30px;
    text-transform: uppercase;
    color: #333333;
    margin-top: 15px;
    line-height: 1.2;
}
@media (min-width: 768px)
.col-sm-6 {
    width: 50%;
}
@media (min-width: 768px)
.col-sm-6 {
    width: 50%;
}
@media (max-width: 1199px)
.sec-one-offer-img {
    margin: 0 auto;
}
@media (max-width: 1199px)
.sec-one-advantages {
    z-index: 1;
    margin-top: 60px;
}
@media (max-width: 1199px) and (min-width: 992px)
.hidden-md {
    display: none !important;
}
@media (max-width: 1199px)
.advant {
    text-align: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}
@media (min-width: 768px)
.col-sm-offset-0 {
    margin-left: 0;
}
@media (min-width: 768px)
.col-sm-12 {
    width: 100%;
}
@media (max-width: 1199px)
.advant__img {
    height: 65px;
    margin-bottom: 15px;
    margin-left: auto;
    margin-right: auto;
}
.advant__img {
    height: 42px;
    margin-left: 15px;
}
img {
    vertical-align: middle;
}
.advant-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}
.advant__title {
    font-family: 'Proxima Nova', Arial, Helvetica, sans-serif;
    font-size: 24px;
    font-weight: 700;
    color: #0988de;
    margin: 0;
    line-height: 1;
}
.advant__text {
    font-family: 'Proxima Nova', Arial, Helvetica, sans-serif;
    font-size: 15px;
    font-weight: 200;
    color: #333333;
    margin: 0;
}
.sec-one-form {
    background-color: #ffffff;
    -webkit-box-shadow: 0px 1px 5px 2px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 1px 5px 2px rgba(0, 0, 0, 0.1);
    -webkit-border-radius: 50px;
    border-radius: 50px;
    padding: 20px 35px 15px 35px;
}
.sec-one-form__discount {
    font-family: 'Proxima Nova', Arial, Helvetica, sans-serif;
    font-size: 36px;
    font-weight: 700;
    text-transform: uppercase;
     color: #0987e0;
}
element.style {
    display: inline;
    color: #ea0909;
}
.sec-one-form__timer {
    font-weight: 400;
}
.timer-end {
    margin: 0 0 5px 0;
    font-weight: bold;
}
.countdown-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.sec-one__prices {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.price-old {
    font-size: 24px;
    position: relative;
    font-weight: 700;
}
.price-new {
    font-size: 36px;
    color: #3ba301;
}
.price-new {
    margin-left: 30px;
    font-weight: 700;
}
.price-new_currency {
    font-size: 36px;
    color: #3ba301;
    font-weight: 700;
}
sup {
    top: -0.5em;
}
sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
form {
    display: block;
    margin-top: 0em;
}
.sec-one-form .form-group {
    margin: 10;
}
.select {
    position: relative;
}
.form-group {
    margin-bottom: 15px;
}
.sec-one-form .form-group label {
    display: block;
}

label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: bold;
}
.form-control, .form-control {
    background-color: #ebebeb;
    height: 50px;
    border: none;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    outline: none;
    color: #333333;
    font-size: 16px;
    padding: 0 35px;
    -webkit-transition: 0.1s ease;
    -o-transition: 0.1s ease;
    transition: 0.1s ease;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin-bottom: 10px;
}
.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;

}
html * {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
p {
    margin: 0 0 1em;
    line-height: 1.5em;
}
p {
    margin: 0 0 1em;
    color: #666;
    line-height: 1.5em;
}
}
.sec-thirty .btn-buy {
    width: 100%;
}
.sec-one-form .btn-buy {
    margin: 10px 0 10px 0;
    width: 100%;
}
.btn-buy {
    background-color: #57b721;
    color: #ffffff;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    text-transform: uppercase;
    border: none;
    font-weight: bold;
    font-size: 30px;
    padding: 10px 0;
    -webkit-transition: 0.1s ease;
    -o-transition: 0.1s ease;
    transition: 0.1s ease;
    outline: none;
    text-align: center;
}
.table-reflow tr th,
.table-reflow tr td {
  display: block !important;
  border: 1px solid #eceeef;
}
.sec-six {
  background-image: url(../img/sec-six-bg.jpg);
  -webkit-background-size: 100%;
  background-size: 100%;
  background-repeat: no-repeat;
  }
  @media (min-width: 768px)
.col-sm-offset-3 {
    margin-left: 25%;
    }
    @media (min-width: 768px)
.col-sm-6 {
    width: 50%;
    }

.sec-ten-title {
  font-family: 'Proxima Nova', Arial, Helvetica, sans-serif;
    font-size: 48px;
    margin: 60px 0;
    color: #0987e0;
    font-weight: 700
    }
    .use-img {
    margin: 0 auto;
}
.img-responsive, .carousel-inner>.item>img, .carousel-inner>.item>a>img {
    display: block;
    max-width: 100%;
    height: auto;
}
@media (max-width: 1199px)
.use__title {
    font-size: 22px;
}
.use__title {
    font-family: 'Proxima Nova', Arial, Helvetica, sans-serif;
    font-size: 26px;
    font-weight: 700;
    color: #0987e0;
    line-height: 1;
    text-transform: uppercase;
    margin-top: 20px;
}
@media (max-width: 1199px)
.use__text {
    font-size: 16px;
}
.use__text {
    font-size: 18px;
    line-height: 1;
    text-transform: uppercase;
    font-weight: 700;
}
.btn-byt {
    background-color: #f7c745;
    color: #000000;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 700;
    min-width: 200px;
    padding: 7px 0;
    width: 8.33333333%;
    margin: auto;
    margin-bottom: 10px;
}
.price-old {
    font-size: 24px;
    position: relative;
    font-weight: 700;
}
@media (min-width: 768px)
.col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
}
@media (max-width: 1199px)
.uses-use {
    margin-bottom: 20px;
}
@media (min-width: 768px)
.col-sm-offset-4 {
    margin-left: 33.33333333%;
}
@media (min-width: 768px)
.col-sm-4 {
    width: 33.33333333%;
}
.sec-six .btn-buy {
    font-size: 24px;
    padding-left: 30px;
    padding-right: 30px;
    cursor: pointer;
    margin-top: 30px;
    text-align: center;
    white-space: nowrap;
}
.btn-buy {
    background-color: #57b721;
    color: #ffffff;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    text-transform: uppercase;
    border: none;
    font-weight: bold;
    font-size: 30px;
    padding: 10px 0;
    -webkit-transition: 0.1s ease;
    -o-transition: 0.1s ease;
    transition: 0.1s ease;
    outline: none;
    text-align: center;
}
@media (min-width: 768px)
.col-sm-offset-3 {
    margin-left: 25%;
}
@media (min-width: 768px)
.col-sm-6 {
    width: 50%;
}
/* картинка на странице */
.minimized {
  width: 330px;
  cursor: pointer;
  border: 1px solid #FFF;
  margin-left: 40px;

}
 
.minimized:hover {
  border: 1px solid yellow;
}
 
/* увеличенная картинка */
#magnify {
  display: none;
 
  /* position: absolute; upd: 24.10.2016 */
  position: fixed;
  max-width: 600px;
  height: auto;
  z-index: 9999;
}
 
#magnify img {
  width: 100%;
}
 
/* затемняющий фон */
#overlay {
  display: none;
 
  background: #000;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  opacity: 0.5;
  z-index: 9990;
}
 
/* кнопка закрытия */
#close-popup {
  width: 30px;
  height: 30px;
 
  background: #FFFFFF;
  border: 1px solid #AFAFAF;
  border-radius: 15px;
  cursor: pointer;
  position: absolute;
  top: 15px;
  right: 15px;
}
 
#close-popup i {
  width: 30px;
  height: 30px;
  background: url(../../../../../https@codernote.ru/files/cross.png) no-repeat center center;
  background-size: 16px 16px;
  display: block;
}
 
@keyframes rota {
 25% { transform: rotate(360deg); }
}
 
#close-popup:hover {
  animation: rota 4s infinite normal;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}
 


