/* fonts */

@import url("//cdn.web-fonts.ge/fonts/bpg-nino-mtavruli/css/bpg-nino-mtavruli.min.css");

/* styles */

.overlay {position: fixed;height: 100%;width: 100%;z-index: 9999;background: rgba(0,0,0,0.8);}
.loaders{border:10px solid #f3f3f3;border-radius:50%;border-top:10px solid #3498db;width:50px;height:50px;-webkit-animation:spin 1.5s linear infinite;animation:spin 2s linear infinite;margin:0 auto;margin-top:calc(50vh - 25px)}@-webkit-keyframes spin{0%{-webkit-transformov:rotate(0)}100%{-webkit-transform:rotate(360deg)}}@keyframes spin{0%{transform:rotate(0)}100%{transform:rotate(360deg)}}

body {
	min-width: 480px;
	background-color: #f3f3f3;
	font-family: "BPG Nino Mtavruli", sans-serif;
	font-weight: 400;
	font-size: 17px;
	line-height: 24px;
	color: #111;
	cursor: default;
}







/*!
 * Generated using the Bootstrap Customizer (https://getbootstrap.com/docs/3.4/customize/)
 */
/*!
 * Bootstrap v3.4.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */



.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
[role="button"] {
  cursor: pointer;
}
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus,
.btn.focus {
  color: #333333;
  text-decoration: none;
}
.btn:active,
.btn.active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  filter: alpha(opacity=65);
  opacity: 0.65;
  -webkit-box-shadow: none;
  box-shadow: none;
}
a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none;
}
.btn-default {
  color: #333333;
  background-color: #ffffff;
  border-color: #cccccc;
}
.btn-default:focus,
.btn-default.focus {
  color: #333333;
  background-color: #e6e6e6;
  border-color: #8c8c8c;
}
.btn-default:hover {
  color: #333333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #333333;
  background-color: #e6e6e6;
  background-image: none;
  border-color: #adadad;
}
.btn-default:active:hover,
.btn-default.active:hover,
.open > .dropdown-toggle.btn-default:hover,
.btn-default:active:focus,
.btn-default.active:focus,
.open > .dropdown-toggle.btn-default:focus,
.btn-default:active.focus,
.btn-default.active.focus,
.open > .dropdown-toggle.btn-default.focus {
  color: #333333;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus {
  background-color: #ffffff;
  border-color: #cccccc;
}
.btn-default .badge {
  color: #ffffff;
  background-color: #333333;
}
.btn-primary {
  color: #ffffff;
  background-color: #337ab7;
  border-color: #2e6da4;
}
.btn-primary:focus,
.btn-primary.focus {
  color: #ffffff;
  background-color: #286090;
  border-color: #122b40;
}
.btn-primary:hover {
  color: #ffffff;
  background-color: #286090;
  border-color: #204d74;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #ffffff;
  background-color: #286090;
  background-image: none;
  border-color: #204d74;
}
.btn-primary:active:hover,
.btn-primary.active:hover,
.open > .dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open > .dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.open > .dropdown-toggle.btn-primary.focus {
  color: #ffffff;
  background-color: #204d74;
  border-color: #122b40;
}
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus {
  background-color: #337ab7;
  border-color: #2e6da4;
}
.btn-primary .badge {
  color: #337ab7;
  background-color: #ffffff;
}
.btn-success {
  color: #ffffff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success:focus,
.btn-success.focus {
  color: #ffffff;
  background-color: #449d44;
  border-color: #255625;
}
.btn-success:hover {
  color: #ffffff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: #ffffff;
  background-color: #449d44;
  background-image: none;
  border-color: #398439;
}
.btn-success:active:hover,
.btn-success.active:hover,
.open > .dropdown-toggle.btn-success:hover,
.btn-success:active:focus,
.btn-success.active:focus,
.open > .dropdown-toggle.btn-success:focus,
.btn-success:active.focus,
.btn-success.active.focus,
.open > .dropdown-toggle.btn-success.focus {
  color: #ffffff;
  background-color: #398439;
  border-color: #255625;
}
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success .badge {
  color: #5cb85c;
  background-color: #ffffff;
}
.btn-info {
  color: #ffffff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info:focus,
.btn-info.focus {
  color: #ffffff;
  background-color: #31b0d5;
  border-color: #1b6d85;
}
.btn-info:hover {
  color: #ffffff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  color: #ffffff;
  background-color: #31b0d5;
  background-image: none;
  border-color: #269abc;
}
.btn-info:active:hover,
.btn-info.active:hover,
.open > .dropdown-toggle.btn-info:hover,
.btn-info:active:focus,
.btn-info.active:focus,
.open > .dropdown-toggle.btn-info:focus,
.btn-info:active.focus,
.btn-info.active.focus,
.open > .dropdown-toggle.btn-info.focus {
  color: #ffffff;
  background-color: #269abc;
  border-color: #1b6d85;
}
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info .badge {
  color: #5bc0de;
  background-color: #ffffff;
}
.btn-warning {
  color: #ffffff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning:focus,
.btn-warning.focus {
  color: #ffffff;
  background-color: #ec971f;
  border-color: #985f0d;
}
.btn-warning:hover {
  color: #ffffff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  color: #ffffff;
  background-color: #ec971f;
  background-image: none;
  border-color: #d58512;
}
.btn-warning:active:hover,
.btn-warning.active:hover,
.open > .dropdown-toggle.btn-warning:hover,
.btn-warning:active:focus,
.btn-warning.active:focus,
.open > .dropdown-toggle.btn-warning:focus,
.btn-warning:active.focus,
.btn-warning.active.focus,
.open > .dropdown-toggle.btn-warning.focus {
  color: #ffffff;
  background-color: #d58512;
  border-color: #985f0d;
}
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning.focus {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #ffffff;
}
.btn-danger {
  color: #ffffff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger:focus,
.btn-danger.focus {
  color: #ffffff;
  background-color: #c9302c;
  border-color: #761c19;
}
.btn-danger:hover {
  color: #ffffff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  color: #ffffff;
  background-color: #c9302c;
  background-image: none;
  border-color: #ac2925;
}
.btn-danger:active:hover,
.btn-danger.active:hover,
.open > .dropdown-toggle.btn-danger:hover,
.btn-danger:active:focus,
.btn-danger.active:focus,
.open > .dropdown-toggle.btn-danger:focus,
.btn-danger:active.focus,
.btn-danger.active.focus,
.open > .dropdown-toggle.btn-danger.focus {
  color: #ffffff;
  background-color: #ac2925;
  border-color: #761c19;
}
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger .badge {
  color: #d9534f;
  background-color: #ffffff;
}
.btn-link {
  font-weight: 400;
  color: #337ab7;
  border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
  color: #23527c;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #777777;
  text-decoration: none;
}
.btn-lg {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.btn-sm {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-xs {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000000;
  text-shadow: 0 1px 0 #ffffff;
  filter: alpha(opacity=20);
  opacity: 0.2;
}
.close:hover,
.close:focus {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  filter: alpha(opacity=50);
  opacity: 0.5;
}
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  appearance: none;
}
.modal-open {
  overflow: hidden;
}
.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: auto;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-content {
  position: relative;
  background-color: #ffffff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #999999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  outline: 0;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000000;
}
.modal-backdrop.fade {
  filter: alpha(opacity=0);
  opacity: 0;
}
.modal-backdrop.in {
  filter: alpha(opacity=50);
  opacity: 0.5;
}
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.42857143;
}
.modal-body {
  position: relative;
  padding: 15px;
}
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
  margin-bottom: 0;
  margin-left: 5px;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}
.clearfix:before,
.clearfix:after,
.modal-header:before,
.modal-header:after,
.modal-footer:before,
.modal-footer:after {
  display: table;
  content: " ";
}
.clearfix:after,
.modal-header:after,
.modal-footer:after {
  clear: both;
}
.center-block {
  display: block;
  margin-right: auto;
  margin-left: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
}
.affix {
  position: fixed;
}












.main_wrapper {
	margin: 0 auto;
	padding: 70px 0 0;
	width: 480px;
}

.clearfix:after {
	content: "";
	display: block;
	clear: both;
}

img {
	max-width: 100%;
	height: auto;
}

b, strong {
	font-weight: 900;
}

/* fixed block */

.fixed_section {
	width: 100%;
	min-width: 480px;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 99;
}

.fixed_block {
	margin: 0 auto;
	padding: 15px 20px;
	width: 480px;
	background-color: #4a76a8;
}

.fixed_block h3 {
	float: left;
	width: 240px;
	font-weight: 500;
	font-size: 22px;
	line-height: 40px;
	color: #fff;
}

.fixed_block .button {
	display: block;
	float: right;
	width: 180px;
	height: 40px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background-color: #74a2d6;
	line-height: 40px;
	color: #fff;
	text-decoration: none;
	text-align: center;
	outline: none;
}

/* offer */

.offer_section {
	margin: 0 0 25px;
	border-bottom: 1px solid #cdced1;
	background-color: #fff;
}

.offer_section .offer_title {
	padding: 23px 20px;
	text-transform: uppercase;
	text-align: center;
}

.offer_section h1 {
	margin: 0 0 6px;
	font-weight: 900;
	font-size: 36px;
	line-height: 42px;
	color: #f03861;
}

.offer_section p {
	font-size: 22px;
	line-height: 28px;
}

.offer_section img {
	display: block;
	width: 100%;
}

/* section */

section {
	margin: 0 0 25px;
	border-bottom: 1px solid #cdced1;
	background-color: #fff;
}

/* titles */

section .title_block {
	margin: 0 0 20px;
	padding: 15px 20px;
	border-bottom: 1px solid #cdced1;
}

.description_section .title_block, 
.video_section .title_block {
	margin: 0;
}

section h2 {
	font-weight: 500;
	font-size: 24px;
	line-height: 30px;
}

section h4 {
	font-weight: 500;
	font-size: 18px;
	line-height: 26px;
	color: #2a5885;
}

section h4 + p {
	margin: 4px 0 0;
}

section i {
	font-style: normal;
	color: #2a5885;
}

.dark_theme i {
	color: #fff;
}

/* content */

.content_block {
	margin: 0 0 20px;
	border-bottom: 1px solid #d7d8db;
}

.content_block:last-child {
	margin: 0;
	border: none;
}

/* post image */

.post_image {
	display: block;
	margin: -1px auto 0;
}

/* video */

.video-container {
	margin: -1px auto 0;
	width: 480px;
	height: 270px;
	background-color: #000;
	overflow: hidden;
	position: relative;
}

.video-container iframe, 
.video-container object, 
.video-container embed {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

/* text */

.text_block {
	margin: 20px;
}

.list3.two_column + .text_block {
	margin: 0 20px 20px;
}

.text_block p {
	margin: 0 0 15px;
}

.text_block p:last-child {
	margin: 0;
}

.text_block .in-login {
	display: none;
}

/* author */

.author_block {
	display: table;
	margin: 0 20px 20px;
	position: relative;
}

.author_block:before {
	display: block;
	content: '';
	width: 18px;
	height: 4px;
	background: url(../product_images/icons.png) -37px -12px no-repeat;
	position: absolute;
	top: 50%;
	margin-top: -2px;
	right: 0;
}

.author_block .avatar {
	display: table-cell;
	vertical-align: middle;
	width: 60px;
}

.author_block img {
	display: block;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}

.author_block .author_info {
	display: table-cell;
	vertical-align: middle;
	padding: 0 38px 0 20px;
	width: 380px;
}

.author_block .name {
	font-weight: 500;
	font-size: 18px;
	line-height: 26px;
	color: #2a5885;
}

.author_block.verified .name:after {
	display: inline-block;
	vertical-align: middle;
	content: '';
	margin: 0 0 0 8px;
	width: 18px;
	height: 18px;
	background: url(../product_images/icons.png) -59px 0 no-repeat;
}

.author_block .text {
	font-size: 14px;
	line-height: 22px;
	color: #999ca1;
}

/* stats */

.vk-stats_block {
	margin: -1px 20px 0;
	padding: 15px 0;
	border-top: 1px solid #d7d8db;
}

.vk-stats_block .count {
	float: left;
	font-weight: 500;
	font-size: 14px;
	line-height: 14px;
	color: #2a5885;
}

.vk-stats_block .count:before {
	display: inline-block;
	vertical-align: top;
	content: '';
	margin: 0 8px 0 0;
	background: url(../product_images/icons.png) no-repeat;
}

.vk-stats_block .likes_count {
	margin: 0 20px 0 0;
}

.vk-stats_block .likes_count:before {
	width: 16px;
	height: 14px;
	background-position: 0 0;
}

.vk-stats_block .share_count:before {
	width: 14px;
	height: 14px;
	background-position: -19px 0;
}

.vk-stats_block .view_count {
	float: right;
	font-weight: 400;
	color: #909399;
}

.vk-stats_block .view_count:before {
	margin: 1px 8px 0 0;
	width: 14px;
	height: 10px;
	background-position: -39px 0;
}

.ok-stats_block, 
.in-stats_block, 
.in-date {
	display: none;
}

/* reviews */

.reviews2_section .reviews_list {
	padding: 10px 0;
}

.reviews2_section .review_item {
	margin: 0 20px 20px;
	padding: 0 0 20px;
	border-bottom: 1px solid #d7d8db;
}

.reviews2_section .review_item:last-child {
	padding: 0;
	border: none;
}

.reviews2_section .review_wrapper {
	margin: 0 0 15px;
}

.reviews2_section .avatar {
	display: block;
	float: left;
	margin: 0 20px 0 0;
	width: 60px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}

.reviews2_section .review_text {
	float: left;
	width: 360px;
}

.reviews2_section .photo {
	display: block;
	margin: 15px 0 5px;
}

.reviews2_section .in-login {
	display: none;
}

.reviews2_section .vk-likes_count {
	float: right;
	font-weight: 500;
	font-size: 14px;
	line-height: 14px;
	color: #2a5885;
}

.reviews2_section .vk-likes_count:before {
	display: inline-block;
	vertical-align: top;
	content: '';
	margin: 0 8px 0 0;
	width: 16px;
	height: 14px;
	background: url(../product_images/icons.png) 0 0 no-repeat;
}

.reviews2_section .ok-buttons {
	display: none;
}

/* lists */

.list_section.dark_theme {
	border: none;
	background-color: #3d6899;
	color: #fff;
}

.list_section.dark_theme .title_block {
	border: none;
	background-color: #224b7a;
}

.list_section.dark_theme h4 {
	color: #fff;
}

/* list 1 */

.list_section .list1 {
	padding: 10px 0;
}

.content_block .list1 {
	margin: 20px 0;
}

.list1 .list_item {
	display: table;
	margin: 0 20px 10px;
}

.list1 .image_block {
	display: table-cell;
	vertical-align: top;
	font-size: 0;
	line-height: 0;
}

.list1.va_middle .image_block {
	vertical-align: middle;
}

.list1.image60x60 .image_block {
	width: 60px;
}

.list1.image70x70 .image_block {
	width: 70px;
}

.list1.image80x80 .image_block {
	width: 80px;
}

.list1.image90x90 .image_block {
	width: 90px;
}

.list1.image110x110 .image_block {
	width: 110px;
}

.list1 .image_wrapper {
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background-color: #edeef0;
	text-align: center;
	overflow: hidden;
}

.list1.dark_icon .image_wrapper {
	background-color: #3d6899;
}

.list_section.dark_theme .image_wrapper {
	background-color: #fff;
}

.list1.image60x60 .image_wrapper {
	width: 60px;
	height: 60px;
	line-height: 60px;
}

.list1.image70x70 .image_wrapper {
	width: 70px;
	height: 70px;
	line-height: 70px;
}

.list1.image80x80 .image_wrapper {
	width: 80px;
	height: 80px;
	line-height: 80px;
}

.list1.image90x90 .image_wrapper {
	width: 90px;
	height: 90px;
	line-height: 90px;
}

.list1.image110x110 .image_wrapper {
	width: 110px;
	height: 110px;
	line-height: 110px;
}

.list1.image_border .image_wrapper {
	border: 2px solid #dddee1;
}

.list_section.dark_theme .list1.image_border .image_wrapper {
	border-color: #fff;
}

.list1 .image_wrapper img {
	display: inline-block;
	vertical-align: middle;
}

.list1.image_border.image60x60 .image_wrapper {
	line-height: 56px;
}

.list1.image_border.image70x70 .image_wrapper {
	line-height: 66px;
}

.list1.image_border.image80x80 .image_wrapper {
	line-height: 76px;
}

.list1.image_border.image90x90 .image_wrapper {
	line-height: 86px;
}

.list1.image_border.image110x110 .image_wrapper {
	line-height: 106px;
}

.list1 .image_wrapper .number {
	font-weight: 500;
	font-size: 32px;
	color: #3d6899;
}

.list1.dark_icon .image_wrapper .number {
	color: #fff;
}

.list_section.dark_theme .image_wrapper .number {
	color: #3d6899;
}

.list1 .text_block {
	display: table-cell;
	vertical-align: top;
	margin: 0;
	padding: 0 0 0 20px;
}

.list1.image60x60 .text_block {
	width: 380px;
}

.list1.image70x70 .text_block {
	width: 370px;
}

.list1.image80x80 .text_block {
	width: 360px;
}

.list1.image90x90 .text_block {
	width: 350px;
}

.list1.image110x110 .text_block {
	width: 330px;
}

.list1.va_middle .text_block {
	vertical-align: middle;
}

.list1 .text_block p {
	margin: 0;
}

.list1 .text_block h4 + p {
	margin: 4px 0 0;
}

/* list 2 */

.list_section .list2 {
	padding: 10px 0 5px;
}

.list2.two_column {
	font-size: 0;
	line-height: 0;
	letter-spacing: -1px;
	text-align: center;
}

.list2 .list_item {
	margin: 0 20px 25px;
}

.list2.two_column .list_item {
	display: inline-block;
	vertical-align: top;
	margin: 0 20px 25px 0;
	width: 210px;
	font-size: 16px;
	line-height: 24px;
	letter-spacing: normal;
}

.list2.two_column .list_item:nth-child(even) {
	margin: 0 0 25px;
}

.list2 .list_item img {
	display: block;
	margin: 0 auto 15px;
}

.list2.two_column .list_item h4 {
	font-size: 18px;
	line-height: 26px;
}

/* list 3 */

.list_section .list3 {
	padding: 10px 0;
}

.content_block .list3 {
	margin: 20px 0;
}

.list3 .list_item {
	margin: 0 20px 10px;
	position: relative;
}

.list3.marker1 .list_item {
	padding: 0 0 0 35px;
}

.list3.marker2 .list_item {
	padding: 0 0 0 29px;
}

.list3 .list_item:before {
	display: block;
	content: '';
	background: url(../product_images/icons.png) no-repeat;
	position: absolute;
	left: 0;
}

.list3.marker1 .list_item:before {
	width: 20px;
	height: 20px;
	background-position: 0 -19px;
	top: 2px;
}

.list_section.dark_theme .list3.marker1 .list_item:before {
	background-position: -23px -19px;
}

.list3.marker2 .list_item:before {
	width: 14px;
	height: 14px;
	background-position: -48px -22px;
	top: 5px;
}

.list_section.dark_theme .list3.marker2 .list_item:before {
	background-position: -64px -22px;
}

.list3.two_column {
	margin: 0 20px;
	font-size: 0;
	line-height: 0;
	letter-spacing: -1px;
}

.content_block .list3.two_column {
	margin: 20px 20px 0;
}

.list3.two_column .list_item {
	display: inline-block;
	vertical-align: top;
	margin: 0 20px 20px 0;
	width: 210px;
	font-size: 16px;
	line-height: 24px;
	letter-spacing: normal;
}

.list3.two_column .list_item:nth-child(even) {
	margin: 0 0 20px;
}

.list3.two_column .list_item h4 {
	font-size: 18px;
	line-height: 26px;
}

.list3 .list_item p {
	padding: 1px 0 0;
}

.list3 .list_item h4 + p {
	margin: 0;
	padding: 4px 0 0;
}

/* image */

.image_section {
	margin: 0 0 25px;
	border-bottom: 1px solid #cdced1;
	background-color: #fff;
}

.image_section img {
	display: block;
	margin: 0 auto;
}

/* slider */

.slider {
	margin: 0 0 25px;
	border-bottom: 1px solid #cdced1;
	background-color: #fff;
}

.content_block .slider {
	margin: -1px 0 0;
	border: none;
	background: none;
}

.slider .owl-prev, 
.slider .owl-next {
	width: 22px;
	height: 36px;
	background: url(../product_images/icons.png) no-repeat;
	position: absolute;
	top: 50%;
	margin-top: -16px;
}

.slider .owl-prev {
	background-position: -50px -45px;
	left: 15px;
}

.slider .owl-next {
	background-position: -72px -45px;
	right: 15px;
}

/* vote */

.vote_section h2 {
	font-weight: 500;
	font-size: 18px;
	line-height: 26px;
	color: #2a5885;
}

.vote_section .vote_block {
	padding: 0 20px 30px;
}

.vote_section .questions_list {
	margin: 0 0 10px;
}

.vote_section .question_item {
	padding: 10px 0;
	border-bottom: 1px solid #d7d8db;
	cursor: pointer;
}

.vote_section .question_item:last-child {
	border: none;
}

.vote_section .questions_list.active .question_item {
	border: none;
	cursor: default;
}

.vote_section .question_text {
	font-size: 18px;
	line-height: 26px;
}

.vote_section .questions_list.active .question_text {
	margin: 0 0 5px;
	font-size: 16px;
	line-height: 24px;
}

.vote_section .question_text:before {
	display: inline-block;
	vertical-align: middle;
	content: '';
	margin: -2px 15px 0 0;
	width: 12px;
	height: 12px;
	border: 1px solid #c2cad2;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}

.vote_section .question_item:hover .question_text:before {
	background-color: #f2f4f8;
}

.vote_section .questions_list.active .question_text:before {
	display: none;
}

.vote_section .answer {
	display: none;
}

.vote_section .questions_list.active .answer {
	display: block;
}

.vote_section .answer .count {
	float: left;
	width: 390px;
	height: 30px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background-color: #f2f4f7;
	position: relative;
}

.vote_section .answer .line {
	width: 0;
	height: 30px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background-color: #dae1e8;
}

.vote_section .answer .value {
	width: 100%;
	line-height: 30px;
	color: #55677d;
	text-align: center;
	position: absolute;
	top: 0;
	left: 0;
}

.vote_section .answer .percents {
	float: left;
	width: 50px;
	font-weight: 500;
	line-height: 30px;
	text-align: right;
}

/* order */

.order_section.dark_theme {
	border: none;
	background-color: #3d6899;
	color: #fff;
}

.order_section.dark_theme .title_block {
	border: none;
	background-color: #224b7a;
}

.order_section .order_block {
	padding: 10px 0 30px;
}

/* price */

.price_block {
	margin: 0 auto 20px;
	width: 380px;
	position: relative;
}

.order_section .price_block {
	margin: 0 auto 30px;
}

.price_block:before {
	display: block;
	content: '';
	width: 21px;
	height: 40px;
	background: url(../product_images/icons.png) 0 -42px no-repeat;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -20px auto auto -10px;
}

.order_section.dark_theme .price_block:before {
	background-position: -24px -42px;
}

.price_block .price_item {
	float: left;
	width: 180px;
	text-align: center;
}

.price_block .price_item.old {
	margin: 0 20px 0 0;
	color: #999ca1;
}

.order_section.dark_theme .price_block .price_item.old {
	color: #98bce4;
}

.price_block .price_item.new {
	color: #2a5885;
}

.order_section.dark_theme .price_block .price_item.new {
	color: #fff;
}

.price_block .price_item .text {
	margin: 0 0 4px;
}

.price_block .price_item .value {
	font-size: 38px;
	line-height: 38px;
}

.price_block .price_item.old .value {
	text-decoration: line-through;
}

/* form */

.order_form .field, 
.order_form .select {
	display: block;
	margin: 0 auto 15px;
	padding: 0 20px;
	width: 380px;
	height: 70px;
	border: 1px solid #d7d8db;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background-color: #f1f1f1;
	font-family: "BPG Nino Mtavruli", sans-serif;
	font-weight: 400;
	font-size: 18px;
	color: #999ca1;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	outline: none;
}

.order_form .select {
	background-image: url(../product_images/select__arrow.png);
	background-position: 343px center;
	background-repeat: no-repeat;
}

.order_section.dark_theme .order_form .field, 
.order_section.dark_theme .order_form .select {
	border-color: #fff;
	background-color: #fff;
}

.order_form .field::-webkit-input-placeholder {
	opacity: 1;
	color: #999ca1;
}

.order_form .field:-moz-placeholder {
	opacity: 1;
	color: #999ca1;
}

.order_form .field::-moz-placeholder {
	opacity: 1;
	color: #999ca1;
}

.order_form .field:-ms-input-placeholder {
	opacity: 1;
	color: #999ca1;
}

.order_form .field:focus::-webkit-input-placeholder {
	opacity: 0;
}

.order_form .field:focus:-moz-placeholder {
	opacity: 0;
}

.order_form .field:focus::-moz-placeholder {
	opacity: 0;
}

.order_form .field:focus:-ms-input-placeholder {
	opacity: 0;
}

.order_form .button {
	display: block;
	margin: 0 auto;
	padding: 0;
	width: 380px;
	height: 80px;
	border: none;
	border-bottom: 2px solid #3a5c83;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background-color: #5181b8;
	font-family: "BPG Nino Mtavruli", sans-serif;
	font-weight: 500;
	font-size: 24px;
	letter-spacing: 1px;
	color: #fff;
	cursor: pointer;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	outline: none;
}

.order_section.dark_theme .order_form .button {
	border-color: #4d7db3;
	background-color: #74a2d6;
}

/* deadline text */

.order_section .deadline_text {
	margin: 30px 20px 0;
	font-size: 14px;
	line-height: 22px;
	text-align: center;
}

.order_section .deadline_text:before {
	display: inline-block;
	vertical-align: middle;
	content: '';
	margin: -1px 8px 0 0;
	width: 16px;
	height: 15px;
	background: url(../product_images/icons.png) -81px 0 no-repeat;
}

.order_section.dark_theme .deadline_text:before {
	background-position: -81px -22px;
}

/* timer */

.timer_block {
	margin: 10px 0 0;
	padding: 20px;
	border-top: 1px solid #cdced1;
	font-size: 14px;
	line-height: 22px;
	text-align: center;
}

.order_section.dark_theme .timer_block {
	border: none;
	background-color: #224b7a;
}

.timer_block p {
	margin: 0 0 10px;
}

.timer_block .timer {
	margin: 0 auto;
	width: 200px;
}

.timer_block .timer_item {
	float: left;
	margin: 0 25px 0 0;
	width: 50px;
	position: relative;
}

.timer_block .timer_item:last-child {
	margin: 0;
}

.timer_block .timer_item:before {
	display: block;
	content: ':';
	width: 25px;
	font-weight: 500;
	font-size: 18px;
	line-height: 48px;
	position: absolute;
	top: 0;
	right: -25px;
}

.timer_block .timer_item:last-child:before {
	display: none;
}

.timer_block .count {
	margin: 0 0 2px;
	width: 50px;
	height: 50px;
	border: 1px solid #cdced1;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	font-weight: 500;
	font-size: 24px;
	line-height: 48px;
}

.order_section.dark_theme .timer_block .count {
	border-color: #fff;
}

/* footer */

footer {
	margin: 0 0 25px;
	padding: 25px 20px 20px;
	border-bottom: 1px solid #cdced1;
	background-color: #fff;
	font-size: 14px;
	line-height: 22px;
	text-align: center;
}

footer img {
	display: block;
	margin: 0 auto 10px;
}

footer a {
	background-color: transparent;
	color: #111;
	text-decoration: underline;
	outline: none;
}


.offer_section .list3{
	padding-top: 15px;
}
.offer_section .list3 h4{
	font-weight: 500;
	font-size: 18px;
	line-height: 26px;
	color: #2a5885;
}