body {
	font-family: 'Open Sans', sans-serif;
	color: #3d3d3d;
}

.container {
	width: 100%;
	max-width: 960px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	z-index: 5;
	padding-right: 10px;
	padding-left: 10px;
}

.row {
	margin-right: -10px;
	margin-left: -10px;
}

[class*=' col-'] {
	padding-right: 10px;
	padding-left: 10px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	margin-bottom: 10px;
}

h1 {
	font-size: 36px;
	line-height: 1.3;
	margin-bottom: 62px;
}

h1 small {
	display: block;
	font-size: 22px;
}

h2.large {
	font-size: 48px;
}

h3 {
	font-size: 30px;
}

h4 {
	font-size: 22px;
}

h6 {
	font-size: 16px;
}

h6.small {
	font-size: 14px;
	font-weight: 700;
	margin-bottom: 17px;
}

h6.small img {
	display: inline-block;
	vertical-align: middle;
	width: 43px;
	height: auto;
	margin-right: 17px;
}

h6.small span {
	display: inline-block;
	vertical-align: middle;
	max-width: calc(100% - 45px);
	padding-top: 5px;
}

p {
	font-size: 18px;
	margin-bottom: 17px;
}

.bordered-title {
	position: relative;
	text-align: center;
	padding-bottom: 17px;
	letter-spacing: 0.05em;
}

.bordered-title:after {
	content: '';
	display: block;
	width: 88px;
	position: absolute;
	top: 100%;
	margin-left: -44px;
	height: 2px;
	left: 50%;
	background-color: #cacaca;
}

.bordered-title span {
	display: block;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 48px;
	line-height: 1.35;
}

.bordered-title small {
	font-size: 18px;
	font-family: 'Open Sans', sans-serif;
	color: #636363;
	line-height: 1.2;
	letter-spacing: 0.02em;
}

.nowrap {
	white-space: nowrap;
}

.fw400 {
	font-weight: 400;
}

.fw700 {
	font-weight: 700;
}

.mb25 {
	margin-bottom: 25px;
}

.mb30 {
	margin-bottom: 30px;
}

.ls04 {
	letter-spacing: 0.04em;
}

.header {
	padding-top: 15px;
	padding-bottom: 15px;
	background-color: #fafafa;
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	z-index: 50;
}

.navbar {
 	padding: 0;
 	margin: 0;
 }

.navbar-user.navbar .nav-link {
	padding-right: 0px;
	padding-left: 0px;
}

.navbar-user.navbar .nav-link:focus {
	outline: none;
	box-shadow: none;
}

.nav-item {
	width: 115px;
	text-align: center;
}

.nav-link,
button.nav-link {
	display: block;
	width: 100%;
	padding-top: 5px;
	padding-bottom: 5px;
	line-height: 1.2;
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	font-weight: 400;
	transition: color 1s ease-out;
	color: #000;
	text-align: center;
	background-color: transparent;
	border: none;
}

.nav-link:hover {
	color: #a83f68;
}

.nav-link.active {
	font-weight: 700;
	transition: color 1s ease-out;
}

.logo {
	display: inline-block;
}

.logo img {
	display: block;
	max-width: 100%;
	max-width: 60px;
	height: auto;
}

.dropdown {
	margin-left: 50px;
	position: relative;
}

.btn-dropdown {
	display: inline-block;
	position: relative;
	min-width: 65px;
	background-color: #f7f6f6;
	border: 1px solid #b0b0b0;
	border-radius: 15px;
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	color: #b0b0b0;
	line-height: 1.2;
	padding: 4px 15px 4px 5px;
	text-align: center;
}

.btn-dropdown:after {
	content: '';
	display: block;
	position: absolute;
	content: '';
    display: block;
    position: absolute;
    top: 50%;
    right: 9px;
    margin-top: -2px;
    border-top: 7px solid;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
}

.btn-dropdown:focus {
	outline: none;
	box-shadow: none;
}

.dropdown-menu {
	width: 100%;
	min-width: 65px;
	background-color: #f7f6f6;
	border: 1px solid #b0b0b0;
	border-radius: 5px;
	color: #b0b0b0;
	line-height: 1.2;
	padding: 0;
	text-align: center;
}

.dropdown-item {
	display: block;
	padding: 8px 5px;
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	text-align: center;
	color: #b0b0b0;
	border-bottom: 1px solid #E7E7EE;
}

.dropdown-item:hover,
.dropdown-item:focus {
	background: #E9EAEE;
	color: #000;
}

.dropdown-item:first-child {
	border-top-right-radius: 5px;
	border-top-left-radius: 5px;
}

.dropdown-item:last-child {
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	border-bottom: none;
}

section {
	padding-top: 40px;
	padding-bottom: 40px;
}

.grey-box {
	padding-top: 80px;
	padding-bottom: 80px;
}

.main {
	position: relative;
	z-index: 0;
	background: #24010f;
	background-image: url(../img/home-bg.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	padding-top: 200px;
	padding-bottom: 20px;
}

.main p {
	font-size: 22px;
	margin-bottom: 90px;
}

.main * {
	color: #fff;
}

.main:after {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	background: rgba(36, 1, 15, 0.5);
}

.main-info {
	position: relative;
	height: 100%;
	padding-bottom: 100px;
}

.download_links {
	position: absolute;
	bottom: 25px;
}

.download_links .btn-link {
	display: inline-block;
	margin-right: 10px;
}

.product-wrap {
	margin-left: -15px;
	width: 535px;
}

.product-wrap img {
	display: block;
	max-width: 100%;
}

.product-wrap:after {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	background: linear-gradient(rgba(206, 206, 206, 0.4) rgba(255, 255, 255, 0))
}

.frey-bg {
	background-color: #ededed;
}

.btn {
	display: inline-block;
	border-radius: 18px;
	background-color: #7d1b41;
	border-radius: 18px;
	padding: 11px 20px;
	min-width: 250px;
	letter-spacing: 0.15em;
	font-family: 'Fira Sans', sans-serif;
	font-weight: 700;
	color: #fff;
	text-transform: uppercase;
	-webkit-box-shadow: 0px 5px 0px 0px rgba(244,154,179,1);
    -moz-box-shadow: 0px 5px 0px 0px rgba(244,154,179,1);
	box-shadow: 0px 5px 0px 0px rgba(244,154,179,1)
	margin-bottom: 10px;
}

.btn:hover {
	color: white;
	text-decoration: none;
	background-color: #58142F;
}

.btn-aditional {
	background-color: #a83f68;
}

.btn-aditional:hover {
	background-color: #CD4A81;
}

.btn:focus {
	outline: none;
	-webkit-box-shadow: 0px 5px 0px 0px rgba(244,154,179,1);
    -moz-box-shadow: 0px 5px 0px 0px rgba(244,154,179,1);
	box-shadow: 0px 5px 0px 0px rgba(244,154,179,1)
}

.btn-link {
	border: none;
	background-color: transparent;
}

.btn-link:hover {
	opacity: 0.7;
}

.btn-link:focus {
	box-shadow: none;
	outline: none;
}

.btn-main {
	font-size: 21px;
}

.btn-small {
	font-size: 18px;
	min-width: 220px;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 9px;
	padding-bottom: 9px;
	letter-spacing: 0.15em;
}

.btn-lighter {
	background-color: #a83f68;
}

.btn.btn-temporary {
	min-width: 110px;
	padding-right: 25px;
	padding-left: 25px;
}

.faq-box {
	margin-bottom: 45px;
}

.faq-item {
	padding-bottom: 17px;
	border-bottom: 10px solid #d8bac6;
}

.faq-item p {
	max-width: 90%;
}

.article p {
	font-size: 14px;
	line-height: 1.75;
	letter-spacing: 0.05em;
	color: #3d3d3d;

}

.faq-item.wide p {
	max-width: 100%;
	letter-spacing: 0.04em;
}

.video-box {
	margin-bottom: 20px;
}

.grey-box {
	background-color: #ededed;
}

.item-info {
}

.article-img {
	display: block;
	margin-left: 7px;
	max-width: calc(100% - 7px);
}

.article-connect {
	padding-top: 10px;
	padding-bottom: 10px;
	margin-bottom: 10px;
}

.item-description {
	padding-top: 10px;
}

.characteristics {
	padding-top: 70px;
	padding-bottom: 30px;
	background-color: #fff;
}

.characteristics .title {
	display: block;
	font-size: 24px;
	font-family: 'Fira Sans', sans-serif;
	font-weight: 700;
	line-height: 1;
	padding-top: 7px;
}

.characteristics .text {
	font-size: 12px;
	font-weight: 400;
	font-family: 'Open Sans', sans-serif;
	text-transform: uppercase;
	line-height: 1;
}

.bordered-list {
	position: relative;
}

.bordered-item {
	position: relative;
	flex-grow: 1;
	text-align: center;	
	padding-right: 15px;
	padding-left: 15px;
}

.bordered-item:before {
	content: '';
	display: block;
	width: 2px;
	top: 9px;
	bottom: 6px;
	left: 0;
	position: absolute;
	background-color: #b3b4b6;
}

.bordered-item:first-child:before {
	display: none;
}

.bordered-item:first-child {
	padding-left: 0;
}

.bordered-item:last-child {
	padding-right: 0;
}

.bordered-title {
}

.owl-wrap {
	padding-top: 53px;
	margin-right: -10px;
	margin-left: -10px;
}

.owl-dots {
	position: relative;
	margin-top: 72px;
	margin-bottom: 15px;
	text-align: center;
}

.owl-dot {
	display: inline-block;
	vertical-align: middle;
	width: 22px;
	height: 22px;
	background-color: #fff;
	border: 1px solid #98999b;
	border-radius: 50%;
	margin-right: 32px;
	margin-left: 32px;
}

.owl-dot.active {
	background-color: #7d1b41;
	border-color: #7d1b41;
}

.owl-prev,
.owl-next {
	position: absolute;
	width: 40px;
	height: 410px;
	background-color: transparent;
	background-image: url(../img/slider-arrow.png);
	background-size: 21px 31px;
	background-repeat: no-repeat;
}

.owl-prev {
	top: 0;
	left: -50px;
	background-position: center center;
	transform: rotate(180deg);
}

.owl-next{
	top: 0;
	right: -50px;
	background-position: center center;
}

.reviews {
	padding-top: 70px;
}

.review-box {
	padding: 10px;
}

.post {
	position: relative;
	z-index: 0;
	min-height: 390px;
	background-color: #fff;
	padding: 30px 10px 20px;
	border-radius: 10px;

	-webkit-box-shadow: 0px 0px 20px -5px rgba(0,0,0,0.25);
	-moz-box-shadow: 0px 0px 20px -5px rgba(0,0,0,0.25);
	box-shadow: 0px 0px 20px -5px rgba(0,0,0,0.25);
}

.post:before {
	content: '';
	display: block;
	height: 93px;
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
	left: 0;
	background: linear-gradient(to right, #fadbe4 , #eba4c0);
	border-top-right-radius: 10px;
	border-top-left-radius: 10px;
}

.author-img-wrap {
	display: block;
	position: relative;
	z-index: 5;
	width: 100px;
	height: 100px;
	border-radius: 50%;
	background-color: #fff;
	overflow: hidden;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 15px;
}

.author-img-wrap img {
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);

}

.reviev-title {
	line-height: 1.4;
	padding-bottom: 19px;
	margin-bottom: 19px;
}

.reviev-title:after {
	height: 1px;
	right: 22px;
	left: 22px;
	width: auto;
	margin-left: 0;
	margin-right: 0;
}

.reviev-title span {
	font-size: 14px;
	font-family: 'Fira Sans', sans-serif;
	line-height: 1.2;
	text-transform: none;
	letter-spacing: 0;
	margin-bottom: 7px;
}

.reviev-title small {
	display: block;
	font-family: 'Open Sans', sans-serif;
	font-size: 8px;
	line-height: 1.4;
}

.post p {
	font-size: 10px;
	font-family: 'Open Sans', sans-serif;
	text-align: center;
	line-height: 1.8;
	margin-bottom: 0;
}

.contacts {
	padding-top: 70px;
	padding-bottom: 50px;
}

.contacts-list {
	padding-top: 28px;
	margin-right: -50px;
	margin-left: -50px;
	padding-bottom: 78px;
}

.contact-item {
	display: inline-block;
	text-align: center;
	transition: all ease 1s;
}

.contact-item:hover {
	text-decoration: none;
	transition: all ease 1s;
}

.contact-item:hover span {
	text-decoration: none;
}

.contact-item:hover .icon-wrap {
	background-color: #9F9EA0;
	transition: all ease 1s;
}

.contact-item span {
	font-size: 18px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	color: #3d3d3d;
}

.icon-wrap {
	display: table;
	width: 58px;
	height: 59px;
	float: none;
	background-color: #cfcfcf;
	border-radius: 50%;
	text-align: center;
	margin-right: auto;
	margin-left: auto;	
	transition: all ease 1s;
	margin-bottom: 30px;
}

.icon {
	display: table-cell;
	vertical-align: middle;
}

.icon img  {

}

.footer {
	background-color: #3d3d3d;
	color: #fff;
	padding-top: 40px;
	padding-bottom: 40px;
}

.copy {
	margin: 0;
}


.navbar-toggler {
  padding-right: 5px;
  padding-left: 5px;
  transition: none;
  width: 40px;
  height: 40px;
}

.navbar-toggler:hover {
  cursor: pointer;
}


.navbar-toggler:focus {
  box-shadow: none;
  outline: none;
}
.navbar-toggler[aria-expanded="true"] .line:first-child {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.navbar-toggler[aria-expanded="true"] .line:nth-child(2) {
  opacity: 0;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.navbar-toggler[aria-expanded="true"] .line:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  margin-top: -13px;
}

.navbar-toggler .line {
  display: block;
  margin-right: auto;
  margin-left: auto;
  width: 18px;
  height: 3px;
  margin-bottom: 3px;
  background-color: #646363;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.navbar-toggler .line:last-child {
  margin-bottom: 0;
}

.modal-body {
	padding: 25px 45px;
}

.modal-dialog {
	max-width: 1175px;
	border-radius: 60px;
}

.modal-content {
	border-radius: 50px;
	padding-top: 30px;
	padding-bottom: 30px;
	position: relative;
}

.close.modal-close {
	position: absolute;
	display: block;
	width: 80px;
	height: 80px;
	border-radius: 50%;
	top: -10px;
	right: -10px;
	background-color: #ec9524;
	opacity: 1;
	z-index: 200;
}

.modal-close:before,
.modal-close:after {
	content: '';
	display: block;
	height: 50px;
	width: 15px;
	top: 0;
	left: 0;
	border-radius: 20px;
	background-color: #552c6e;
	transform: rotate(45deg);
}

.modal-close:before {
	margin-left: 33px;
	margin-top: 0px;
}


.modal-close:after {
	transform: rotate(-45deg);
	margin-left: 33px;
    margin-top: -49px;
}

.close.modal-close:hover {
	outline: none;
	box-shadow: none;
	text-shadow: none!important;
}

.close.modal-close:focus {
	outline: none;
	box-shadow: none;
	text-shadow: none!important;
}

.handle-wrap {
  height: 800px;
}

.custom-scrollbar {
  height: 100%;
  width: 100% !important;
  padding-right: 0 !important;
}

.custom-scrollbar + div {
	top: 30px !important;
	bottom: 30px !important;
}

.enscroll-track {
  background: #cccccc;
  width: 10px;
  border: #ccc 1px transparent;
  border-radius: 10px;
  height: calc(100% - 30px - 30px)!important;
}

.enscroll-track .vertical-handle {
  right: 11px;
  width: 11px;
  height: 10px;
  background: blue;
  border-radius: 10px;
}

.enscroll-track .handle {
  width: 24px !important;
  height: 100px !important;
  border-radius: 50px !important;
  right: -7px;
  background: #552c6e;
  -webkit-transition: all 100ms ease-out;
  transition: all 100ms ease-out;
}

.owl-instructions {
	display: block;
}

.instructions-list {
	padding-right: 26px;
	position: relative;
}

.instructions-list:before,
.instructions-list:after {
	content: '';
	position: absolute;
	z-index: 2;
	right: 0;
	left: 0;
	height: 50px;
}

.instructions-list:before {
	top: -10px;
	background: linear-gradient(rgba(255, 255, 255, 1), rgba(255, 255, 255, 0));
}

.instructions-list:after {
	bottom: -10px;
	background: linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 1));
}


.read {
	padding-right: 50px;
	margin-bottom: 40px;
}

.read:first-child {
	margin-top: 30px;
}

.read:last-child {
	margin-bottom: 20px;
}

.read h3 {
	font-weight: 700;
	font-family: 'Fira Sans', sans-serif;
	color: #552c6e;
	margin-bottom: 10px;
}

.read p,
.read a {
	font-family: 'Open Sans', sans-serif;
	font-size: 24px;
	color: #000;
	line-height: 1.7;
}

.read a:hover {
	text-decoration: underline;
	color: #000;
}

.instructions-mobile {
	display: none;
}

@media (max-width: 1365px) {

	.modal-dialog {
		width: 80%;
		margin-right: auto;
		margin-left: auto;
	}
	
}

@media (max-width: 1199px) {

	.header {
		padding-top: 10px;
		padding-bottom: 10px;
	}

	.contacts-list {
		margin-right: -10px;
		margin-left: -10px;
	}
	
	.product-wrap {
		max-width: 100%;
		width: auto;
	}

	.owl-carousel {
		width: calc(100% - 40px - 40px);
		margin-right: auto;
		margin-left: auto;
	}

	.close.modal-close {
	    width: 60px;
	    height: 60px;
	}

	.modal-close:before {
		margin-left: 23px;
	}

	.modal-close:after {
		margin-left: 23px;
	}
}

@media (max-width: 991px) {

	.dropdown {
		margin-left: 0;
	}
	
	.main {
		padding-top: 150px;
	}

	.btn-small {
		margin-bottom: 15px;
	}

	.navbar-user.navbar .nav-item {
		display: block;
		width: 100%;
	}

	.navbar-collapse { 
		padding-top: 20px;	
		background-color: #f5f4f4;
		margin-right: -25px;
		margin-left: -25px;
		margin-bottom: -10px !important;
	}

	.navbar-collapse.show {
		display: block !important;
	}

	.navbar-user.navbar .nav-link {
		font-size: 12px;
		display: block;
		letter-spacing: 0.15em;
		text-transform: uppercase;
		width: 100%;
		text-align: center;
		color: #646363;
		padding-top: 10px;
		padding-bottom: 10px;
	}

	.navbar-user.navbar .nav-link.active {
		color: #7d1b41;
	}
	
	.owl-carousel {
		width: 100%;
	}

	.modal-dialog {
		width: 94%;
		margin-top: 15px;
	}

	.modal-body {
		padding: 5px 10px;
	}

	.instructions-list:before {
		border-top-right-radius: 50px;
		border-top-left-radius: 50px;
	}

	.instructions-list:after {
		border-bottom-right-radius: 50px;
		border-bottom-left-radius: 50px;
	}

	.bordered-title span {
		font-size: 40px;
	}

	.reviev-title span {
		font-size: 14px;
	}

	.product-wrap {
		float: right;
	}

	.btn-small.btn-temporary {
		font-size: 15px;
	}
}

@media (max-width: 767px) {

	.container {
		padding-right: 15px;
		padding-left: 15px;
	}

	.row {
		margin-right: -15px;
		margin-left: -15px;
	}

	[class*=' col-'] {
		padding-right: 15px;
		padding-left: 15px;
	}

	.navbar-collapse { 
		margin-right: -15px;
		margin-left: -15px;
		margin-bottom: -10px;
		padding-bottom: 10px;
	}

	h1 {
		line-height: 1;
		margin-bottom: 35px;
	}

	.header {
		padding-top: 6px;
		padding-bottom: 6px;
	}

	.logo img {
		max-width: 70px;
	}

	.header-small {
		padding-top: 5px;
		padding-bottom: 5px;
	}

	.btn-dropdown {
		font-size: 14px;
		min-width: 50px;
		padding-right: 15px;
	}
	.navbar-toggler {
		width: 25px;
		margin-left: 15px;
		margin-right: -5px;
	}

	.navbar-toggler .line {
		width: 15px;
		margin-bottom: 3px;
		height: 2px;
	}

	.mobile-bg {
		position: absolute;
		bottom: 20px;
		right: 0;
		z-index: 2;
		padding-right: 0;
		padding-left: 0;
		max-width: 280px;
	}

	.mobile-bg:after {
		content: '';
		position: absolute;
		display: block;
		top: 0;
		right: 0;
		left: 0;
		bottom: 0;
		background: rgba(36, 1, 15, 0.5);
	}
	.main {
		padding-top: 125px;
		min-height: 515px;
		padding-bottom: 7px;
	}

	.main-info {
		text-align: center;
		position: relative;
		z-index: 5;
		max-width: 240px;
		margin-right: auto;
		margin-left: auto;
	}

	h1 {
		font-size: 17px;
		line-height: 1.8;
	}

	h1 br {
		display: none;
	}

	.btn-main {
		font-size: 17px;
		padding: 10px 15px;
		min-width: 210px;
		border-radius: 20px;
		letter-spacing: 0.2em;
	}


	.btn-small.btn-temporary {
		font-size: 12px;
	}

	.download_links {
		bottom: 8px;
		left: -10px;

	}

	.main p {
		font-size: 15px;
		margin-bottom: 110px;
	}

	.owl-dot {
		margin-right: 15px;
		margin-left: 15px;
		margin-bottom: 15px;
	}

	.download_links {
		display: flex;
		flex-wrap: nowrap;
	}
	
	.download_links .btn-link {
		/*max-width: 150px;*/
	}

	.download_links .btn-link img {
		height: 40px;
	}

	.faqs {
		padding-top: 0;
		padding-bottom: 0;
	}

	.faq-item {
		padding-bottom: 27px;
		padding-top: 40px;
	}

	h6.small img {
		display: block;
		margin-right: auto;
		margin-left: auto;
		width: 65px;
		margin-bottom: 10px;
	}

	h6.small span {
		display: block;
		width: 100%;
		text-align: center;
		max-width: 100%;
		margin-bottom: 27px;
	}

	.faq-item p {
		max-width: 100%;
		text-align: center;
	}

	.video-box {
		margin-bottom: 0;
	}

	.grey-box {
		padding-top: 20px;
		padding-bottom: 0;
	}

	.article-img {
		max-width: 84%;
		margin-right: auto;
		margin-left: auto;
		margin-bottom: 30px;
	}

	.item-description h3 {
		font-size: 16px;
		text-align: center;
	}

	.article-connect {
		display: flex;
		flex-wrap: nowrap!important;
	}

	.btn-small {
		min-width: 140px;
		font-size: 12px;
		border-radius: 14px;
		padding: 5px 10px;
	}

	.characteristics {
		padding-top: 0px;
		padding-bottom: 10px;
	}

	.bordered-item {
		padding-right: 0;
		padding-left: 0;
		padding-top: 30px;
		padding-bottom: 34px;
	}

	.bordered-item:first-child:before {
		display: block;
	}

	.bordered-item:before {
		top: 100%;
		left: 50%;
		margin-left: -100px;
		width: 200px;
		height: 1px;
	}

	.reviews {
		padding-top: 60px;
	}

	.bordered-title span {
		display: block;
		font-size: 24px;
		margin-bottom: 8px;
	}

	.bordered-title small {
		display: block;
		font-size: 9px;
	}
	.bordered-title {
		padding-bottom: 10px;
	}
	.bordered-title:after {
		margin-left: -25px;
		width: 50px;
	}
	.owl-wrap {
	    padding-top: 13px;
	}
	
	.post:before {
    	height: 119px;
    }

    .post {
    	padding-top: 38px;
    	padding-bottom: 30px;
    }

    .author-img-wrap {
	    width: 130px;
	    height: 130px;
	}

	.reviev-title {
		padding-bottom: 19px;
	}

	.reviev-title span {
	    font-size: 18px;
	}

	.reviev-title small {
		font-size: 10px;
		line-height: 1.8;
	}

	.reviev-title:after {
		margin-right: auto;
		margin-left: auto;
		width: auto;
	}

	.post p {
    	font-size: 13px;
    	margin-top: 25px;
    }

    .owl-dot {
	    width: 11px;
	    height: 11px;
	}

	.owl-dots {
    	margin-top: 24px;
    	padding-bottom: 15px;
    	margin-bottom: 0;
    }

    .contacts {
    	padding-top: 50px;
    	padding-bottom: 75px;
    }

    .contacts-list {
    	padding-top: 60px;
    	padding-bottom: 16px;
    }

    .icon-wrap {
    	width: 30px;
    	height: 30px;
    	text-align: center;
    	margin-bottom: 9px;
    }

    .icon {
	    display: inline-block;
	    vertical-align: middle;
	    max-width: 20px;
	    max-height: 20px;
	    height: auto;
	    margin-right: auto;
	    margin-left: auto;
	}

	.icon img {
		display: block;
		max-width: 20px;
		max-height: 20px;
		margin-right: auto;
		margin-left: auto;
	}

	.contact-item {
		margin-bottom: 45px;
	}

	.contact-item span {
		font-size: 13px;
	}

	.footer {
		padding-top: 20px;
		padding-bottom: 20px;
	}

	.copy {
		font-size: 9px;
	}

	.read h3 {
		font-size: 15px;
	}

	.read p, .read a {
		font-size: 12px;
	}

	.close.modal-close {
	    width: 40px;
	    height: 40px;
	    top: 0;
	    right: 0;
	}

	.modal-close:before, .modal-close:after {
	    height: 30px;
	    width: 5px;
	    margin-left: 18px;
	}

	.modal-content {
		padding-top: 10px;
		padding-bottom: 10px;
	}


	.modal-close:after {
		margin-top: -30px;
	}

	.instructions-list {
		padding-right: 0;
	}

	.read {
		padding-right: 0;
		margin-top: 20px;
		margin-bottom: 0 !important;
	}

	.handle-wrap {
		height: auto!important;
	}

	.owl-instructions .owl-dots {
		margin-top: 10px;
		padding-bottom: 0;
	}
	.instructions-list:after,
	.instructions-list:before {
		display: none;
	}

	.navbar-toggler[aria-expanded="true"] .line:nth-child(3) {
	    margin-top: -10px;
	}

	.instructions-sesctop {
		display: none !important;
	}

	.instructions-mobile {
		display: block !important;
	}

}

@media print, screen and (min-width: 768px) {

	.owl-instructions.owl-carousel {
	    width: 100%;
	}

	.owl-instructions .owl-stage-outer {
	    width: 100%;
	}

	.owl-instructions .owl-stage {
	    display: block !important;
	    width: 100% !important;
	    transform: none!important;
	    transition: none!important;
	}

	.owl-instructions .owl-item {
	    float: none !important;
	    display: block !important;
	}

	.owl-instructions .owl-dots,
	.owl-instructions .owl-nav {
		display: none !important;
	}
}

.error {color: red;}

/*thanks page*/

.main-section {
	min-height: calc(100vh - 107px - 80px)
}

.thanks-title {
	color: #7d1b41;
	font-size: 30px;
	font-weight: 700;
	font-family: 'Open Sans', sans-serif;
	margin-bottom: 20px;
}

.thanks-title:after {
	width: 110px;
	margin-left: -55px;
}

.thanks-text {
	text-align: center;
}


@media print, screen and (max-width: 991px) {
	.thanks-title {
		font-size: 22px;
	}
}


@media print, screen and (max-width: 767px) {
	.thanks-title {
		font-size: 22px;
	}

	.thanks-text {
		font-size: 16px;
	}

	.thanks-img {
		max-width: 100px;
		height: auto;
	}

	.thanks-box {
		flex: 0 0 100%;
		margin-top: 30px;
	}
}
.price-in-desc {
    margin-left: 23px;
    font-size: 19px;
}

@media (max-width: 778px) {
    .price-in-desc {
        text-align: center;
    }
}
.p-award {
    margin-left: 23px;
    font-size: 19px;
    text-align: center;
}

@media (max-width: 778px) {
    .p-award {
        font-size: 14px;
        line-height: 1.75;
    }
}