html,
body {
	overflow-x: hidden;
	margin: 0px;
	padding: 0px;
	font-family: 'Arial', sans-serif;
	font-size: 18px;
	color: #000;
	background-color: #F4F7FA;
}

#top_xs {
	padding-top: 5px;
	display: none;
	height: 80px;
	background-repeat: no-repeat;
	background-position: top right;
}

#head_title {
	background-size: cover;
	height: 300px;
	position: relative;
	padding: 15px;
}

.no-webp #head_title {
    background-image: url(../images/main.jpg);
}

.webp #head_title {
    background-image: url(../images/main.webp);
}

#head_title:before {
	display: block;
	content: '';
	top: 0;
	left: 0;
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 1;
	background: -webkit-gradient(linear, left top, left bottom, from(#000000), to(#000000));
	background: -webkit-linear-gradient(top, #000000 0%, #000000 100%);
	background: -moz-linear-gradient(top, #000000 0%, #000000 100%);
	background: -o-linear-gradient(top, #000000 0%, #000000 100%);
	background: linear-gradient(to bottom, #000000 0%, #000000 100%);
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 1)));
	background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
	background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
	background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);

}

#bodyWrapper {
	max-width: 1000px;
	margin: 0 auto;
	background: #FFFFFF;
	box-shadow: 1px 1px 10px 0px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: 1px 1px 10px 0px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 1px 1px 10px 0px rgba(0, 0, 0, 0.5);
}

#mainWrapper {
	width: 100%;
	height: 100%;
}

.center {
  text-align: center !important;
}

.center img {
  margin-left: auto !important;
  margin-right: auto !important;
}

#mainWrapper div {
	background-color: #fff;
}

.timer {
    color: red;
    font-weight: 700;
    font-size: 20px;
}

#wrapper {
	max-width: 1000px;
	margin: 0px auto;
}

.timerHolder {
    text-align: center;
    margin-bottom: 15px;
}

#subtop {
	width: 998px;
	color: #39b4ff;
	margin: 0 auto;
	background: #F3F3F3 !important;
	border: solid 1px #e7e7e7;
	height: 30px;
}

#subtop h2 {
	line-height: 40px;
	margin-bottom: 0;
	font-size: 30px;
	font-weight: bold;
	letter-spacing: 1px;
	text-transform: uppercase;
}

#subtop ul li {
	display: inline-block;
	margin-right: 11px;
	font-weight: normal;
	font-size: 14px;
	letter-spacing: 0.99px;
	padding: 3px;
	color: #000;
}

#content {
	padding: 0px;
	text-align: left;
	width: 100%;
}

#content .padWrap {
	padding: 15px;
}

#content img {
	max-width: 100%;
	display: block;
	margin: 20px 0px;
}

#content .img-promo {
    margin-left: auto;
    margin-right: auto;
}

#content .img-210 {
    max-width: 260px;
}

#content p {
	font-size: 18px;
	line-height: 29px;
}

#content .date {
	display: inline-block;
	color: #a3b0b9;
	font-size: 13px;
}

#content h1 {
	font-size: 38px;
	line-height: 50px;
    text-align: center;
	font-weight: 500;
}

.content-center {
    display: block;
    text-align: center;
}

#content h3 {
	font-size: 20px;
	line-height: 1.3;
    margin-left: 18px;
    margin-right: 18px;
    text-align: center;
}

#content ul li span {
	display: block;
	font-size: 16px;
	color: gray;
	font-weight: normal;
	line-height: 20px;
}

#content .glava {
	list-style-image: url(../images/qtick.png);
    padding-left: 30px;
    margin-left: 18px;
    margin-right: 18px;
}

.glava li:not(:last-of-type) {
	margin-bottom: 20px;
}

.note {
	float: right;
	max-width: 200px;
	font-weight: 500 !important;
	font-size: 18px !important;
}

#content ul {
	font-size: 22px;
	line-height: 28px;
    padding-left: 0;
	font-weight: 500;
    list-style: none;
    margin-bottom: 0;
    margin-left: 18px;
    margin-right: 18px;
}

#content ul li:not(:last-of-type) {
	margin-bottom: 20px;
}

#content .bg_tt ul {
    margin-left: 0;
    margin-right: 0;
}

#content blockquote {
	border-left: 5px solid;
	border-color: #39b4ff;
	padding: 10px 25px 10px 25px;
	margin: 35px;
	color: #39b4ff;
	font-weight: bold;
	font-size: 20px;
	line-height: 30px;
}

    .ac_footer {
        position: relative;
        text-align: center;
        overflow: hidden;
        padding: 50px 0;
        color: #A12000;
    }

    .ac_footer a {
        color: #A12000;
    }

    .ac_footer p {
        text-align: center;
    }

     img[width="1"] {
        display: none !important;
    }


#comments {
	margin-top: 50px;
}

#comments .pg {
	margin: 10px auto 0;
	font-size: 14px;
	line-height: 1.6;
  padding-left: 67px;
}

#comments h2 {
	background: no-repeat;
	padding-left: 40px;
	color: #000;
    margin-bottom: 20px;
	border-bottom: 0px solid;
	border-color: #000;
	text-transform: uppercase;
	padding-bottom: 10px;
}

.no-webp #comments h2 {
    background-image: url('../images/comentsm.jpg');
}

.webp #comments h2 {
    background-image: url('../images/comentsm.webp');
}

#comments .item {
	text-align: left;
	padding: 15px 10px;
	margin: 0px 0px;
    font-size: 16px;
	min-height: 50px;
	border-bottom: 1px dashed #05519d;
}

#comments .item::after {
	content: "";
	display: block;
	clear: both;
}

#comments .item :last-child {
	border-bottom: none;
}


#comments .item .name {

	display: block;
	font-size: 16px;
	font-weight: bold;
	color: #05519d;
}

#comments .item .info p {
	display: block;
	font-size: 15px;
	line-height: 19px;
	margin-top: 4px;
	text-align: justify;
	margin-right: 20px;
}

#comments .coment_ava {
	float: left;
	margin-right: 15px;
}

#comments .coment_ava img {
	margin: 0px;
	width: 50px;
	height: 50px;
	border-radius: 5px;
}

#comments .date {
	font-weight: normal;
	background: none;
	/* display: none; */
}

#comments .date::before {
	background-image: none;
	margin-right: 0px;
}

@media screen and (max-width: 1020px) {

	#subtop {
		width: 100%;
	}

	#content {
		width: 100%;
	}

	#head_title {
		background-size: cover;
		background-position: center;
		height: 300px;
		position: relative;
		padding: 15px;
	}

    .no-webp #head_title {
        background-image: url(../images/main.jpg);
    }
    
    .webp #head_title {
        background-image: url(../images/main.webp);
    }
}

@media screen and (max-width: 780px) {
		#head_title {
		background-size: cover;
		height: 250px;
		position: relative;
		padding: 15px;
	}

    .no-webp #head_title {
        background-image: url(../images/main.jpg);
    }
    
    .webp #head_title {
        background-image: url(../images/main.webp);
    }

	.note {
		float: none;
		max-width: 100%;
	}
}

@media screen and (max-width: 660px) {
	#head_title {
		background-size: cover;
		background-repeat: no-repeat;
		height: 170px;
		position: relative;
		padding: 15px;
	}

    .no-webp #head_title {
        background-image: url(../images/main.jpg);
    }
    
    .webp #head_title {
        background-image: url(../images/main.webp);
    }

	#content h1 {
		font-size: 28px;
		line-height: 36px;
	}

	.mainLogo {
		width: 400px;
	}
}

@media screen and (max-width: 590px) {
	.mainLogo {
		width: 200px;
	}
}

@media screen and (max-width: 560px) {
	#head_title {
		background-size: cover;
		height: 170px;
		position: relative;
		padding: 15px;
	}

    .no-webp #head_title {
        background-image: url(../images/main.jpg);
    }
    
    .webp #head_title {
        background-image: url(../images/main.webp);
    }

	.pg {
		margin-left: 0px;
		margin-right: 0px;
	}

	#content .padWrap {
		padding: 8px;
	}
}

@media screen and (max-width: 520px) {

	#head_title {
		background-size: cover;
		height: 170px;
		position: relative;
		padding: 15px;
	}

    .no-webp #head_title {
        background-image: url(../images/main.jpg);
    }
    
    .webp #head_title {
        background-image: url(../images/main.webp);
    }
}

@media screen and (max-width: 480px) {
	#content h1 {
		font-size: 20px;
		line-height: 28px;
    width: 100%;
    padding: 0;
    margin: 0;
    position: static !important;
    text-shadow: #000 1px 0 10px;
	}

  #content h2 {
    font-size: 23px;
  }

  #content blockquote {
    line-height: 26px;
    font-size: 18px;
  }

  #content h3 b {
    font-size: 45px !important;
  }

  #head_title {
    z-index: 0;
    height: auto;
    padding-top: 20px;
    padding-bottom: 25px;
  }

  #head_title:before {
    z-index: -1;
  }
}

@media screen and (max-width: 310px) {
	.mainLogo {
		display: none;
	}

	#top {
		background-position: top center;
	}
}

@media screen and (max-width: 358px) {
	#subtop ul li {
		font-size: 11px;
	}
}

@media screen and (min-width: 1300px) {
	#subtop {
		width: 998px;
	}

	#wrapper {
		max-width: 1000px;
	}

	#content {
		width: 100%;
	}

	#topwrap {
		max-width: 1000px;
	}
}

@media screen and (min-width: 1600px) {
	#subtop {
		width: 998px;
	}

	#wrapper {
		max-width: 1000px;
	}

	#content {
		width: 100%;
	}

	#topwrap {
		max-width: 1000px;
	}
}

@media (max-width: 991px) {

	#content blockquote {
    padding: 10px 15px 10px 15px;
    margin: 35px 15px;
	}
}

#order_form {
	max-width: 500px;
	margin: 20px;
	margin: 0 auto;
}

#order_form div {
	background: transparent !important;
}

#order_form h2 {
	margin: 0;
	padding: 0px;
	line-height: 32px;
	border: none;
}

#order_form label {
	width: auto;
	display: block;
	padding: 5px 0 5px 0;
	font-weight: bold;
	font-size: 16px;
}

.prod-wrap {
    margin-bottom: 15px;
}

#order_form .order_form_pole {
    margin-bottom: 5px;
    box-sizing: border-box;
	text-align: center;
}

.order_form_pol {
    margin-bottom: 10px;
}

.orderWrapper {
    max-width: 400px;
    width: 100%;
    flex-shrink: 0;
}

.price {
    position: relative;
    display: flex;
    justify-content: center;

}

#order_form input {
	font-size: 21px;
	padding: 15px;
	border-radius: 3px;
	border: 2px solid #e9d7dc;
	max-width: 300px;
	width: 100%;
}


#order_form .center {
	display: block;
	margin: 0 auto;
	text-align: center;
}

#order_form button,
.obutton {
	display: block;
	max-width: 360px;
	margin: 0 auto;
	padding: 20px;
	color: #fff;
	font-weight: 700;
	text-decoration: none;
	box-shadow: 0 4px 15px 0 rgba(129, 150, 160, 0.45);
	border-radius: 5px;
	background-color: #0299ff;
	background-position: 1.35em .94em;
	background-size: 1em;
	background-repeat: no-repeat;
	transition: all .15s ease-in-out;
	border: none;
	cursor: pointer;
	font-size: 20px;
	margin-top: 20px;
}

#order_form button:hover,
.obutton:hover {
	background-color: #017ACC;
}

#order_form button:active {
	position: relative;
	top: 1px;
}

.order_info h2 {
	border: none !important;
    text-align: center;
	color: red !important;
    margin: 0 0 15px;
}

#content .order_info h3 {
    margin: 0 0 15px;
}

@media (max-width: 767px) {
    .system {
      width: 200px;
    }
}

@media screen and (max-width: 480px) {
	#order_form label {
		font-size: 14px;
	}

	#order_form button {
		font-size: 16px;
	}

	#order_form {
		padding: 15px;
	}

	#order_form .order_form_pole {
		padding: 0px;
		margin: 2px;
	}

  #content ul li,
  #content ul li span {
    line-height: 21px;
    font-size: 17px;
  }

  #content p {
    font-size: 17px;
    line-height: 22px;
  }
}

@media screen and (max-width: 459px) {
	#order_form input {
		width: 80%;
	}
	#footer img {
		width: 100%;
	}
}

@media screen and (max-width: 349px) {
	#order_form input {
		font-size: 17px;
	}
}

.spin-wrapper,
.order_block,
.pop-up-window {
  font-family: 'Arial', sans-serif;
  font-size: 1em
}
.wheel img {
  margin: 0 !important;
}

input[value="Получить бесплатно"] {
  text-transform: uppercase;
  padding: 10px 15px;
  margin: 15px 0;
  outline: 0;
  border: none;
  margin-top: 5px;
  border-radius: 5px;
  box-shadow: 0 4px 3px #242120;
  background: red;
  color: #fff;
  font-weight: 700;
  transition: background .3s
}

input[value="Получить бесплатно"]:hover {
  background: #b00 !important;
  transition: background .3s
}

input[value="Получить бесплатно"]:active {
  transform: translateY(2px);
  box-shadow: none !important
}

.ruletka-p {
  text-indent: 0;
  color: #000;
  text-align: center;
  margin: 15px;
  line-height: 25px;
  font-weight: 700
}

.ruletka-p h2 {
  font-size: 25px;
  margin-bottom: 15px
}

.spin-wrapper {
  -webkit-box-shadow: 0 0 10px;
  box-shadow: 0 0 10px;
  border: 3px solid red;
  padding: 20px 10px;
  border-radius: 10px;
  text-align: center;
  box-sizing: border-box;
  margin: 20px auto;
}

.spin-wrapper .ruletka-p {
  margin-bottom: 15px
}

.danger-text {
  color: red;
  font-weight: 700
}

.wheel {
  width: 380px !important;
  margin: 0 auto;
  position: relative
}

#content .wheel img {
  max-width: 380px;
  width: 100%;
  margin-bottom: 0
}

.wheel-img {
  -webkit-transition: 4s;
  -o-transition: 4s;
  transition: 4s
}

.wheel-cursor {
  position: absolute;
  width: 35% !important;
  height: 35%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: transparent !important;
}

.cursor-text {
  position: absolute;
  z-index: 2;
  display: inline-block;
  width: 45% !important;
  height: 45%;
  font: 16px Arial !important;
  line-height: 61px !important;
  cursor: pointer;
  border-radius: 50%;
  vertical-align: middle;
  text-align: center;
  background-color: #ccc;
  border: 1px solid #ccc;
  top: 49%;
  left: 50%;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-box-shadow: rgba(255, 255, 255, 1) 0 -2px 0 inset, rgba(255, 255, 255, 1) 0 2px 0 inset, rgba(0, 0, 0, .4) 0 0 5px;
  box-shadow: rgba(255, 255, 255, 1) 0 -2px 0 inset, rgba(255, 255, 255, 1) 0 2px 0 inset, rgba(0, 0, 0, .4) 0 0 5px;
  background: #fff
}

.order_block {
  display: none;
}

.discountс {
    display: block;
}

.js_old_price {
    font-weight: 700;
    font-size: 20px;
    margin-right: 10px;
}

.js_new_price {
    color: red;
    font-weight: 700;
    font-size: 28px;
}

.order__wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    max-width: 800px;
    width: 100%;
    margin: 0 auto;
}

.spin-result-wrapper {
  display: none;
  padding: 0 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  top: 0;
  z-index: 999;
  left: 0;
  height: 100%;
  position: fixed;
  background-color: rgba(0, 0, 0, .6) !important;
  text-align: center
}

.pop-up-window {
  position: relative;
  max-width: 400px;
  right: 0;
  left: 0;
  top: 40%;
  margin: 0 auto;
  background: #fff none repeat scroll 0 0;
  text-align: center;
  padding: 10px;
  padding-top: 70px;
  padding-bottom: 20px;
  border-radius: 10px;
  animation: .7s ease 0 normal none 1s running pop-up-appear
}

.close-popup {
  position: absolute;
  width: 30px;
  height: 30px;
  background-image: url(../fonts/cross.svg);
  background-size: 100%;
  top: -40px;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 10px #fff;
  box-shadow: 0 0 10px #fff;
  right: -40px;
  cursor: pointer
}

.pop-up-heading {
  font-size: 40px;
  margin-bottom: 20px
}

.pop-up-text {
  margin-bottom: 25px;
  font-size: 24px;
  line-height: 30px;
  text-align: center !important
}

.pop-up-button {
  text-transform: uppercase;
  text-decoration: none !important;
  padding: 10px 20%;
  font-size: 20px;
  border-radius: 5px;
  background-color: #71c341;
  color: #fff !important;
  border: medium none;
  cursor: pointer;
  outline: medium none;
  transition: .5s;
  border-bottom: 4px solid #59a12f;
}

.pop-up-button:hover {
    background-color: #44ba00;
}

.super-rotation {
  -webkit-animation-name: super-rotation;
  animation-name: super-rotation;
  -webkit-animation-duration: 7s;
  animation-duration: 7s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out
}

@keyframes super-rotation {
  70% {
    -webkit-transform: rotate(1783deg);
    transform: rotate(1783deg)
  }

  100% {
    -webkit-transform: rotate(1758deg);
    transform: rotate(1758deg)
  }
}

.cursor-text:active {
  -webkit-box-shadow: rgba(0, 0, 0, .4) 0 0 5px inset;
  box-shadow: rgba(0, 0, 0, .4) 0 0 5px inset
}

.pop-up-window {
  position: relative;
  max-width: 400px;
  right: 0;
  left: 0;
  top: 25%;
  margin: 0 auto;
  background: #fff none repeat scroll 0 0;
  text-align: center;
  padding: 10px;
  padding-top: 70px;
  padding-bottom: 20px;
  border-radius: 10px;
  animation: .7s ease 0 normal none 1s running pop-up-appear
}

.pop-up-window::before {
  content: "";
  position: absolute;
  width: 110px;
  height: 110px;
  top: -55px;
  left: 0;
  right: 0;
  margin: 0 auto;
  background-color: #71c341;
  border-radius: 50%;
  animation: .5s ease .6s normal backwards 1 running pop-up-appear-before
}

.pop-up-window::after {
  content: "";
  position: absolute;
  width: 50px;
  height: 20px;
  top: -20px;
  left: 0;
  right: 0;
  margin: 0 auto;
  border-width: medium medium 4px 4px;
  border-style: none none solid solid;
  border-color: currentcolor currentcolor #fff #fff;
  -moz-border-top-colors: none;
  -moz-border-right-colors: none;
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  border-image: none;
  transform: rotate(-45deg);
  transition: opacity 1s ease 0s;
  animation: .5s ease .6s normal backwards 1 running pop-up-appear-after
}

@keyframes pop-up-appear {
  0% {
    transform: translateY(-2000px)
  }

  30% {
    transform: translateY(100px)
  }

  100% {
    transform: translateY(0)
  }
}

@keyframes pop-up-appear-before {
  0% {
    transform: scale(0)
  }

  100% {
    transform: scale(1)
  }
}

@keyframes pop-up-appear-after {
  0% {
    opacity: 0
  }

  100% {
    opacity: 1
  }
}

.pop-up-button:hover {
  color: #fff !important;
  text-decoration: none !important
}

@media all and (max-width:520px) {
  .wheel {
    width: 280px !important
  }

  .cursor-text {
    line-height: 45px !important;
    font-size: 12px !important
  }

  .close-popup {
    right: 0
  }
}

@media screen and (max-width:345px) {
  .wheel {
    width: 250px !important
  }

  .cursor-text {
    line-height: 40px !important;
    font-size: 11px !important
  }
}

.eg-cc-window {
    opacity: 1;
    transition: opacity 1s ease
}

.eg-cc-link {
    text-decoration: underline
}

.eg-cc-window {
    position: fixed;
    overflow: hidden;
    box-sizing: border-box;
    font-family: 'Arial', sans-serif;
    font-size: 16px;
    line-height: 1.5em;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    z-index: 2147483647
}

.eg-cc-window.eg-cc-banner {
    padding: 1em 1.8em;
    width: 100%;
    -ms-flex-direction: row;
    flex-direction: row
}

.eg-cc-btn,
.eg-cc-link {
    cursor: pointer
}

.eg-cc-link {
    opacity: .8;
    display: inline-block;
    padding: .2em
}

.eg-cc-link:hover {
    opacity: 1
}

.eg-cc-link:active,
.eg-cc-link:visited {
    color: initial
}

.eg-cc-btn {
    display: block;
    padding: .4em .8em;
    font-size: .9em;
    font-weight: 700;
    border-width: 2px;
    border-style: solid;
    text-align: center;
    white-space: nowrap
}

.eg-cc-bottom {
    bottom: 1em
}

.eg-cc-window.eg-cc-banner {
    -ms-flex-align: center;
    align-items: center
}

.eg-cc-banner.eg-cc-bottom {
    left: 0;
    right: 0;
    bottom: 0
}

.eg-cc-banner .eg-cc-message {
    display: block;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    max-width: 100%;
    margin-right: 1em
}

.eg-cc-compliance {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: justify;
    align-content: space-between
}

.eg-cc-btn+.eg-cc-btn {
    margin-left: .5em
}

@media print {
    .eg-cc-window {
        display: none
    }
}

@media screen and (max-width:900px) {
    .eg-cc-btn {
        white-space: normal
    }
}

@media screen and (max-width:414px) and (orientation:portrait),
screen and (max-width:736px) and (orientation:landscape) {

    .eg-cc-window.eg-cc-bottom {
        bottom: 0
    }

    .eg-cc-window.eg-cc-banner {
        left: 0;
        right: 0
    }

    .eg-cc-window.eg-cc-banner {
        -ms-flex-direction: column;
        flex-direction: column
    }

    .eg-cc-window.eg-cc-banner .eg-cc-compliance {
        -ms-flex: 1 1 auto;
        flex: 1 1 auto
    }

    .eg-cc-window .eg-cc-message {
        margin-bottom: 1em
    }

    .eg-cc-window.eg-cc-banner {
        -ms-flex-align: unset;
        align-items: unset
    }

    .eg-cc-window.eg-cc-banner .eg-cc-message {
        margin-right: 0
    }
}

.eg-cc-theme-classic .eg-cc-btn {
    border-radius: 5px
}

.eg-cc-theme-classic .eg-cc-btn:last-child {
    min-width: 140px
}

#top {
    height: 120px;
    background: 0 0;
    width: 100%;
}

#topwrap {
    height: 80px;
    max-width: 1000px;
    margin: 0 auto;
    background: 0 0
}

.topleft {
    height: 80px;
    width: 740px;
    float: left;
    position: relative;
    margin-left: 10px
}

#head_title:before {
    display: block;
    content: '';
    top: 0;
    left: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1400;
    background: -webkit-gradient(linear, left top, left bottom, from(#000), to(#000));
    background: -webkit-linear-gradient(top, #000 0, #000 100%);
    background: -moz-linear-gradient(top, #000 0, #000 100%);
    background: -o-linear-gradient(top, #000 0, #000 100%);
    background: linear-gradient(to bottom, #000 0, #000 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 1)));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 1) 100%);
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 1) 100%);
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 1) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 1) 100%)
}

#bodyWrapper {
    max-width: 1000px;
    margin: 0 auto;
    background: #fff;
    box-shadow: 1px 1px 10px 0 rgba(0, 0, 0, .5);
    -webkit-box-shadow: 1px 1px 10px 0 rgba(0, 0, 0, .5);
    -moz-box-shadow: 1px 1px 10px 0 rgba(0, 0, 0, .5)
}

#mainWrapper {
    width: 100%;
    height: 100%
}

#wrapper {
    max-width: 1000px;
    margin: 0 auto
}

#subtop {
    width: 998px;
    color: #39b4ff;
    margin: 0 auto;
    background: #f3f3f3 !important;
    border: solid 1px #e7e7e7;
    height: 30px
}

#subtop h2 {
    line-height: 40px;
    margin-bottom: 0;
    font-size: 30px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase
}

#subtop ul {
    text-align: center;
    margin-top: 5px;
    padding: 0;
    list-style: none;
    margin-left: 10px
}

#subtop ul li {
    display: inline-block;
    margin-right: 11px;
    font-weight: 400;
    font-size: 14px;
    letter-spacing: .99px;
    padding: 3px;
    color: #000
}

.list--top a:hover {
    text-decoration: underline;
}

#content .padWrap {
    padding: 15px
}

.pg {
    font-size: 18px;
    line-height: 29px;
    margin: 1em
}

#content .date {
    display: inline-block;
    color: #a3b0b9;
    font-size: 13px
}

#content .date::before {
    display: inline-block;
    content: "";
    margin-right: 10px;
    width: 10px;
    height: 10px;
    vertical-align: unset;
    margin-top: 12px
}

#content h2 {
    font-size: 28px;
    line-height: 38px;
    border-bottom: 1px dotted #000
}

#content .header__bottom {
    border-bottom: none;
}

.note {
    float: right;
    max-width: 200px;
    font-weight: 500 !important;
    font-size: 18px !important
}

#comments {
    margin-top: 30px
}

#comments .pg {
    font-size: 16px
}

#comments .item:last-child {
    border-bottom: none;
}

#comments .item .name {
    font-size: 16px;
    font-weight: 700;
    color: #05519d
}

#comments .item .info p {
    display: block;
    font-size: 15px;
    line-height: 19px;
    margin-top: 4px;
    text-align: justify;
    margin-right: 20px
}

#comments .coment_ava {
    float: left;
    margin-right: 15px
}

#content .comment__img {
    display: block;
    max-width: 300px;
    width: 100%;
    margin-top: 5px;
}

#content .comment__img img {
    width: 100%;
    margin: 0;
}

#comments .coment_ava img {
    margin: 0;
    width: 50px;
    height: 50px;
    border-radius: 5px
}

#comments .date {
    font-weight: 400;
    background: 0 0;
    display: none
}

#comments .date::before {
    background-image: none;
    margin-right: 0
}

@media screen and (max-width:1020px) {
    #subtop {
        width: 100%
    }

    #content {
        width: 100%
    }
}

@media screen and (max-width:780px) {
    .topleft {
        width: 100%
    }

    .note {
        float: none;
        max-width: 100%
    }
}

@media screen and (max-width:690px) {
    .topleft {
        width: 100%
    }
}

@media screen and (max-width:660px) {
    #content h1 {
        font-size: 28px;
        line-height: 36px
    }

    .order__wrapper {
        display: block;
    }

    #content .comment__img {
        max-width: 260px;
    }
}

@media screen and (max-width:590px) {
    .mainLogo {
        width: 90%;
        max-width: 300px;
        margin-top: 10px
    }

    #content blockquote {
        line-height: 25px;
    }
}

@media screen and (max-width:560px) {
    .pg {
        margin-left: 0;
        margin-right: 0
    }

    #content .padWrap {
        padding: 8px 15px
    }
}

@media screen and (max-width:480px) {
    #content h1 {
        font-size: 20px;
        line-height: 28px;
        position: relative !important;
        z-index: 1400;
    }

    #content h3 {
        font-size: 18px;
    }

    #content blockquote {
        padding: 10px 15px;
        margin: 15px;
        line-height: 21px;
        font-size: 17px;
    }

    .pg {
        line-height: 21px;
        font-size: 17px;
    }

    #content h2 {
        font-size: 22px;
        line-height: 30px;
    }

    #content .comment__img {
        max-width: 240px;
    }
}

@media screen and (max-width:470px) {
    #top {
        height: 80px
    }
}

@media screen and (max-width:310px) {
    #top {
        background-position: top center
    }
}

@media screen and (max-width:358px) {
    #subtop ul li {
        font-size: 11px
    }
}

@media screen and (min-width:1300px) {
    #subtop {
        width: 998px
    }

    #wrapper {
        max-width: 1000px
    }

    #content {
        width: 100%
    }

    #topwrap {
        max-width: 1000px
    }
}

@media screen and (min-width:1600px) {
    #subtop {
        width: 998px
    }

    #wrapper {
        max-width: 1000px
    }

    #content {
        width: 100%
    }

    #topwrap {
        max-width: 1000px
    }
}

a:active,
a:focus {
    outline: 0
}

button:active,
button:focus {
    outline: 0 !important
}

button::-moz-focus-inner {
    border: 0 !important
}

.obutton {
    margin-top: 0;
}

.obutton:hover {
    background-color: #017acc
}

.header-type-4 .header-bar__module.cart .baskettop a.icon-cart-arrow #cartCount {
    color: #000
}

.header-type-4 .header-bar__module.cart .baskettop a.icon-cart-arrow:hover #cartCount {
    color: #e9361f
}

.header-type-4 .site-header__menubar {
    background: #fff
}

.header-type-4 .site-header__logo a {
    color: #000
}

.header-type-4 .site-header__logo a:hover {
    color: #e9361f
}

.header-type-4 .menu-tool {
    background: #e9361f
}

.header-type-4 .menu-tool ul li a {
    color: #fff
}

.header-type-4 .menu-tool ul li a:hover {
    color: #fff
}

.header-type-4 .header-search span:hover {
    background: #26d12d
}

.header-type-4 .header-search span {
    color: #fff
}

.header-type-4 .header-search span:hover {
    color: #fff
}

.header-type-4 .header-search span {
    background: #e9361f
}

.header-type-4 #slidedown-cart,
.header-type-4 #slidedown-cart .actions {
    background: #fff
}

.header-type-4 .header-bar__module p {
    color: #000
}

.header-type-4 .header-bar__module a {
    color: #000
}

.header-type-4 .header-bar__module a:hover {
    color: #e9361f
}

.header-type-4 .header-bar__module .btn {
    color: #fff;
    background: #e9361f
}

.header-type-4 .header-bar__module .btn:hover {
    color: #fff;
    background: #26d12d
}

.header-type-4 #minicart_total,
.header-type-4 #slidedown-cart .total .price {
    color: #000
}

.header-type-4 #slidedown-cart li {
    border-bottom: 1px solid #e4e4e4
}

.header-type-4 a.icon-cart-arrow i {
    background: #e9361f;
    color: #fff
}

.header-type-4 a.icon-cart-arrow i:hover {
    background: #26d12d;
    color: #000
}

.header-mobile {
    background: #e9361f;
    color: #fff
}

.gf-menu-device-wrapper .close-menu {
    font-size: 17px;
    padding: 12px 20px;
    text-align: right;
    display: block;
    border-bottom: 1px solid #e5e5e5
}

.cbp-spmenu {
    position: fixed
}

.cbp-spmenu h3 {
    font-size: 1.9em;
    padding: 20px;
    margin: 0;
    font-weight: 300;
    background: #0d77b6
}

.cbp-spmenu a {
    display: block;
    font-size: 1.1em;
    font-weight: 300
}

.cbp-spmenu-vertical {
    width: 240px;
    height: 100%;
    top: 0;
    z-index: 1000
}

.cbp-spmenu-vertical a {
    padding: 1em
}

.cbp-spmenu-left {
    left: -240px
}

.cbp-spmenu {
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease
}

@media screen and (max-height:26.375em) {
    .cbp-spmenu-vertical {
        font-size: 90%;
        width: 190px
    }

    .cbp-spmenu-left {
        left: -190px
    }
}

@media (min-width:968px) and (max-width:991px) {

    .site-nav>li>a {
        margin-left: 12px;
        margin-right: 12px
    }
}

@media (min-width:968px) {
    #cbp-spmenu-s1 {
        display: none !important
    }
}

@media (max-width:767px) {

    .visible-phone {
        display: block
    }

    .nav-bar {
        display: none
    }

    .gf-menu-device-container .site-nav {
        display: block !important;
        overflow: hidden;
        width: 100%
    }

    .gf-menu-device-container .site-nav li {
        width: 100%
    }

    .menu-block {
        width: 100%;
        float: left;
        padding: 0
    }

    
    .site-nav>li:hover>a>span:first-child {
        border: 0
    }

    .site-nav a {
        white-space: normal
    }

    #content .img-210 {
        max-width: 210px;
    }

    .cbp-spmenu .site-nav>li>a {
        font-size: 13px;
        font-weight: 700;
        padding: 12px 20px;
        margin: 0
    }

    .menu-block .site-nav {
        border-bottom: none
    }

    .site-nav li {
        position: relative
    }

    .site-nav>li {
        display: block;
        clear: both;
        position: relative
    }

    .site-nav>li>a {
        padding: 12px 0
    }
}

.header-mobile {
    position: relative;
    float: left;
    width: 100%
}

.header-mobile #showLeftPush {
    display: block;
    font-size: 16px;
    text-align: center;
    cursor: pointer;
    height: 40px;
    line-height: 40px;
    width: 40px
}

a {
    cursor: pointer
}

.main-content .container>.wrapper {
    width: 100%;
    max-width: 100%;
    padding: 0
}

.footer-model-9 .site-footer__links li a:hover {
    color: #26d12d !important
}

.footer-model-9 .site-footer {
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent
}

.footer-model-9 a:hover {
    color: #26d12d !important
}

.inL_318982 {
    display: none
}

.inL_972127 {
    display: none
}

.inL_286978 {
    display: none
}

.inL_744867 {
    width: 100%;
    max-width: 250px
}

.inL_918882 {
    text-decoration: none;
    color: inherit
}

.inL_168889 {
    text-decoration: none;
    color: inherit
}

.inL_479260 {
    text-decoration: none;
    color: inherit
}

.inL_247444 {
    display: block
}

.inL_65471 {
    position: absolute;
    bottom: 0;
    color: #fff;
    z-index: 1401
}

.inL_835165 {
    background: #fff5f7;
}

.inL_990695 {
    font-size: 55px;
    font-family: 'Arial', sans-serif;
}

.inL_774863 {
    font-size: 55px;
    font-family: 'Arial', sans-serif;
}

.inL_320120 {
    font-size: 24px;
    display: block;
    text-align: center;
    margin-top: 30px;
    border-bottom: 1px dashed #000;
    text-transform: uppercase
}

.inL_43754 {
    font-size: 24px;
    display: block;
    text-align: center;
    margin-top: 17px;
    border-bottom: 1px dotted #000;
    text-transform: uppercase
}

.inL_441300 {
    font-size: 24px;
    display: block;
    text-align: center;
    margin-top: 17px;
    border-bottom: 1px dotted #000;
    text-transform: uppercase
}

.inL_169791 {
    font-size: 55px;
    font-family: 'Arial', sans-serif;
}

.order__wrapper picture {
    flex-shrink: 0;
}

#content .inL_402913 {
    max-width: 300px;
    width: 100%;
    margin: 0;
}

@media (max-width: 660px) {
    #content .inL_402913 {
        margin: 0 auto 15px;
        max-width: 320px;
    }

    .orderWrapper {
        margin: 0 auto;
    }
}

.inL_978990 {
    color: red
}

.inL_371035 {
    color: red
}

.inL_252622 {
    clear: both
}

.inL_347904 {
    border: 1px solid #0299ff;
    padding: 10px;
    text-align: center;
    padding-bottom: 40px
}

.inL_991774 {
    font-size: 42px;
    color: red
}

.inL_524277 {
    color: #7b7b7b
}

.inL_660054 {
    display: block
}

#content .inL_961657 {
    width: 100%;
    max-width: 350px
}

.inL_111399 {
    background: #000
}

.inL_282572 {
    color: #fff
}

.inL_647188 {
    color: #fff
}

.inL_957753 {
    color: #fff
}

.inL_614338 {
    color: #fff
}

.inL_235841 {
    color: #fff
}

.inL_211216 {
    color: #fff
}

.inL_664395 {
    color: #fff
}

.inL_42745 {
    color: #fff
}

.inL_680012 {
    color: #fff
}

.inL_190705 {
    color: #fff
}

.inL_620436 {
    background: #e9361f
}

.pulse {
    animation: pulse 2s infinite;
  }

  @keyframes pulse {
    0% {
      transform: scale(1);
      -webkit-transform: scale(1);
      -moz-transform: scale(1);
      -o-transform: scale(1);
      -ms-transform: scale(1);
    }
  
    50% {
      transform: scale(1.05);
      -webkit-transform: scale(1.05);
      -moz-transform: scale(1.05);
      -o-transform: scale(1.05);
      -ms-transform: scale(1.05);
    }
  
    100% {
      transform: scale(1);
      -webkit-transform: scale(1);
      -moz-transform: scale(1);
      -o-transform: scale(1);
      -ms-transform: scale(1);
    }
  }

  
  .nw {
    display: flex;
    align-items: center;
    column-gap: 10px;
    font-size: 15px;
  }