html {
	height: 100%;
}
body{
	font-family: 'Roboto', Arial, san-serif;

	font-weight: 400;
	font-size: 16px;
	line-height: 22px;
	color:#333;
	background-color: #fff;
	font-display: swap;
	overflow-anchor: none;
	overflow-x: hidden;
	position: relative;
	/*-webkit-font-smoothing: antialiased;
	-webkit-font-smoothing: subpixel-antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-rendering: unset;
	text-rendering: geometricPrecision;
	text-rendering: optimizeLegibility;*/
	/*     text-shadow: 0 0 0px #b5b5b5; */
	/*display: flex;
	flex-wrap: wrap;
	width: 100%;
	height: 100%;
	flex-flow: column;*/
}
/* alert */
body .jGrowl {
	z-index: 99999;
}

.block_content {
	flex: 1 0 auto;
}

 /* dop grids */
.col-xl-5sm {
	width: 20%;
	max-width:20%;
}
.hidden {
	display: none;
}
.show-mob{
	display: none;
}
.br {
	display: block;
}
a{
	color:#262626;
	text-decoration:none;
}
a:hover{
	text-decoration:underline;
}
img{
	max-width:100%;
	height: auto;
	max-height: 100%;
}
.owl-carousel .owl-item img {
	width: auto;
}
.social-box {
	width: 100%;
}
svg:not(:root) {
	overflow: hidden;
}
.svg-icon {
	display: inline-block;
	vertical-align: middle;
	fill-rule: evenodd;
	width: 18px;
	height: 18px;
}

/* Btns */
.btn {
	display: inline-block;
	border: none;
	outline: none;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 18px;
	line-height: 20px;
	/*line-height: 1.5em;*/
	padding: 11px 25px 11px;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	cursor: pointer;
	background: transparent;
	-webkit-appearance: none;
	border-radius: 0px;
}
.btn:hover {
	text-decoration: none!important;
}
.btn .svg-icon{
	width: 14px;
	height: 14px;
	margin-top: -2px;
	margin-right: 5px;
}
.btn-yellow {
	background: #ffd414;
	color: #222;
	fill:#222;
}
.btn-yellow:hover {
	background: #FFE570;/* d92428 */
}
.btn-yellow-top1{
	background: #ffd414;
	color: #111;
	fill:#111;
	padding: 7px 15px 6px;
	text-transform: none;
	font-weight: 700;
	border-radius: 17px;
	font-size: 14px;
}
.btn-yellow-top1:hover{
	background: #FFE570;
}
.btn-green {
	background: #b7b87c; /* 8AD42A */
	color: #fff;
	fill:#fff;
}
.btn-green:hover {
	background: #9f975d;/* A9E25E */
}
.btn-blue {
	background: #3073DF;
	color: #fff;
	fill:#fff;
}
.btn-blue:hover {
	background: #6FA6FF;
}
.btn-red {
	background: #ff5858;
	border: 1px solid #ff5858;
	color: #fff;
	fill:#fff;
}
.btn-red:hover {
	background: #d43b3b;
	border: 1px solid #d43b3b;
}
.btn-red-v1 {
	color: #d43b3b;
	border: 1px solid #d43b3b;
	/*background-color: rgba(255, 255, 255, 0.00);*/
	/*background-color: #324e34;*/
}
.btn-red-v1:hover {
	color: #fff;
	background: #d43b3b;
	border: 1px solid #d43b3b;
}

.btn-grey {
	background: #EEEEEE;
	color: #989898;
	fill:#989898;
}
.btn-grey:hover {
	color: #333;
	fill:#333;
}
.btn-grey-v1 {
	font-weight: bold;
	color: #989898;
	border: 1px solid #989898;
	background-color: rgba(255, 255, 255, 0.00);
}
.btn-grey-v1:hover {
	color: #222;
	background: #ffd414;
	border: 1px solid #ffd414;
}
.btn-yellow:active{
	color: #D4B214;
	background: #FFE570;
}
.btn-grey-v1:active{
	color: #D4B214;
	background: #FFE570;
	border: 1px solid #FFE570;
}


.btn-blue-v1 {
	color: #2f53f2;
	color: #0052f6;
	border: 1px solid #0052f6;
	background-color: rgba(255, 255, 255, 0.5);
}
.btn-blue-v1:hover {
	color: #fff;
	background: #0052f6;
	border: 1px solid #0052f6;
}
.btn-green-v1 {
	color: #008238;
	border: 1px solid #008238;
}
.btn-green-v1:hover {
	color: #fff;
	background: #008238;
	border: 1px solid #008238;
}

.btn-link {
	font-size: 18px;
	text-transform: none;
	color: #222;
	text-decoration: underline;
}
.btn-link:hover {
}

.btn-white-v1 {
	color: #fff;
	border: 1px solid #fff;
	padding: 7px 20px;
	border-radius: 2px;
	font-size: 14px;
}
.btn-white-v1:hover {
	color: #ff5858;
	border-color: #ff5858;
}
.btn-small{
	padding: 3px 12px 3px;
	font-size: 14px;
}
.btn-longer{
	padding-left: 30px;
	padding-right: 30px;
}
.btn-bigger{
	padding: 12px 22px 11px;
}
.btn-xxl{
	padding: 14px 25px 13px;
}
.btn-round {
	border-radius: 50px;
}
.btn-weed {
	width: 100%;
}

.bg-white {
	background-color: #fff;
}
.bg-grey {
	background-color: #f7f7f7;
}
.btn-area-center{
	text-align: center;
}


 /*
 To top
  */
#toTop {
	display: none;
	text-decoration: none;
	position: fixed;
	bottom: 28px;
	right: 10px;
	overflow: hidden;
	width: 40px;
	height: 40px;
	/*text-indent: 100%;*/
	background: rgba(255, 255, 255, 0.90);
	cursor: pointer;
	text-align: center;
	border: 1px solid #222;
	border-radius: 4px;
	transition: all 0.3s linear;
	z-index: 101;
}

#toTop:hover {
	background: rgba(0, 82, 246, 0.98);
}
#toTop:hover .svg-icon{
	fill: #fff;
}
#toTop .svg-icon{
	fill: #000;
	position: relative;
	top: 8px;
	width: 16px;
	height: 16px;
}

/* forms */

select,
textarea,
input[type="time"],
input[type='text'],
input[type='email'],
input[type='password'] {
	font-family: "Gilroy",Arial, sans-serif;
	font-weight: 500;
	width: 100%;
	padding: 9px 10px;
	font-size: 14px;
	color: #333;
	background: #eee;
	border: 1px solid #eee;
	border-radius: 3px;
	-webkit-appearance: none;
/*	margin-bottom: 15px;*/
}
input[type="time"] {
	padding:6px 5px;
}
select:focus,
textarea:focus,
input[type='text']:focus,
input[type='email']:focus,
input[type='password']:focus{
	border-color: #ff5858;
}
input[type='file'] {
	margin-bottom: 15px;
}
select {
	padding: 8px 10px;
}
button{
	font-family: "Gilroy",Arial, sans-serif;
	font-weight: 500;
}
button:disabled,
select:disabled,
textarea:disabled,
input:disabled{
	opacity: 0.5!important;
}

/* content box */

.maincontent {
	font-size: 17px;
	line-height: 22px;
	/*text-align: justify;*/
	color: #333;
	/*margin-bottom: 30px;*/
}
.maincontent h2 {
	font-size: 24px;
	font-weight: bold;
	color: #333;
	margin-bottom: 10px;
	margin-top: 20px;
}
.maincontent h3 {
	font-size: 20px;
	font-weight: bold;
	color: #333;
	margin-bottom: 10px;
	margin-top: 15px;
}
.maincontent h4 {
	font-size: 16px;
	font-weight: bold;
	color: #333;
	margin-bottom: 5px;
	margin-top: 15px;
}
.maincontent p {
	margin-bottom: 10px;
}
/* content area */
.maincontent:after {
	content: '';
	display: block;
	clear: both;
}
.maincontent u {
	text-decoration: underline;
}
.maincontent b,
.maincontent strong{
	font-weight: 700;
}
.maincontent em,
.maincontent i {
	font-style: italic;
}

.maincontent .justifyfull{
	text-align: justify;
}
.maincontent .justifyleft{
	text-align: left;
}
.maincontent .justifyright{
	text-align: right;
}
.maincontent ol,
.maincontent ul {
	margin: 5px 0;
}
.maincontent ul.ulstyled {

}
.maincontent ul.ulstyled li{
	width: 49%;
	display: inline-block;
	font-size: 14px;
	margin-bottom: 5px;
}
.maincontent ul.ulstyled li:before{
	content: '.';
	color: #ff5858;
	display: inline-block;
	font-weight: 700;
	font-size: 20px;
	position: relative;
	top: -2px;
	margin-right: 6px;
}
.maincontent ul li{
	list-style: disc;
	list-style-position: inside;
	margin-bottom: 3px;
}

.maincontent ol li{
	list-style: decimal;
	list-style-position: inside;
	margin-bottom: 3px;
}
hr {
	border:0;
	border-top:1px solid #eee;
	margin: 5px 0 15px;
}

.maincontent hr {
	border-color: #ebebeb;
	margin: 10px 0 20px;
}
.maincontent table {
	width: 100%;
	border:1px solid #333;
}
.maincontent table th,
.maincontent table td {
	border:1px solid #333;
	padding: 5px 10px;
	width: 25%;
}
.maincontent a{
	color: #000;
	text-decoration: underline;
}
.maincontent a:hover {
	text-decoration: none;
}
.maincontent .image {
	float: left;
	margin: 0 15px 10px 0;
}
@media screen and (max-width: 767px) {
	.maincontent {
		font-size: 14px;
	}
}

/* owl arrows for all */

/* arrows slider */
.img.owl-carousel .owl-item a  {
	cursor: zoom-in;
}
.owl-carousel .btnsowl {
	height: 100%;
	width: 70px;
	position: absolute;
	top:0;
	opacity: 0.01;
	z-index: 2;
	cursor: pointer;
	background: linear-gradient(90deg, transparent, transparent);
	display: flex;
	align-items: center;
	justify-content: center;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.owl-carousel .btnsowl span .svg-icon{
	width: 8px;
	height: 14px;
}
.owl-carousel .btnsowl span {
	display: inline-block;
	font-size: 36px;
	/*line-height: 28px;*/
	color: #fff;
	fill:#ffffff;

	width: 32px;
	height: 32px;
	border-radius: 50%;
	outline: 0;
	background: rgba(29, 29, 29, 0.8);
	text-align: center;
	opacity: 1;
	display: flex;
	justify-content: center;
	align-items: center;
}
.owl-carousel .btnsowl.owl-next{
	right: 0px;
}
.owl-carousel .btnsowl.owl-prev {
	left: 0px;
}
.owl-carousel .btnsowl.owl-prev span{
	padding: 0px 2px 0 0;
}
.owl-carousel .btnsowl.owl-next span{
	padding: 0px 0px 0 2px;
}
.owl-carousel:hover .btnsowl {
	opacity: 1;
	color: #fff;
}
.owl-carousel .btnsowl.owl-next:hover{
	background: linear-gradient(90deg, transparent, rgba(33, 33, 33, 0.50));
}
.owl-carousel .btnsowl.owl-prev:hover {
	background: linear-gradient(270deg, transparent, rgba(33, 33, 33, 0.50));
}
.owl-carousel .btnsowl.disabled {
	opacity: 0;
}
@media screen and (max-width: 767px){
	body .btnsowl {
		display: none;
	}
}

	/*
    Modals
     */

.modalform {
	padding: 30px 30px 20px;
	max-width: 450px;
}
.modalform.autosale{
	max-width: 370px;
}
.modalform .modal-title{
	font-size: 18px;
	line-height: 22px;
	padding: 10px 0 5px;
	text-align: center;
	font-weight: bold;
}
.modalform .modal-title.tphone{
	font-size: 24px;
	line-height: 28px;
	font-weight: 500;
}
.modalform .modal-desc{
	font-size: 14px;
	line-height: 17px;
	padding: 5px 0px 20px;
	text-align: center;
	color: #bbb;
}
.modal-telo {
	border-top: 1px solid #eee;
	margin: 0 -30px -20px;
	padding: 0 30px 20px;
}
.modal-telo .text{
	padding: 20px 0px 10px;
	font-size: 14px;
	line-height: 17px;
	text-align: center;
}
.modal-telo .text p{
	margin-bottom: 20px;
}
.modal-telo .text .red{
	color: #f00;
}
.modal-telo .text .btn {
	width: 100%;
	font-size: 16px;
	margin-top: 15px;
}
.modalform.formaction {
	max-width: 370px;
}
.modalform.formaction .modal-telo{
	border-top:0;
	padding-top: 20px;
}
.modal-form {
	max-width: 370px;
	padding-top: 20px;
	padding-bottom: 10px;
}
.modal-form label{
	width:100%;

	display:inline-block;
	margin-bottom:5px;
	color:#22375c;
	font-size:14px;
}
.modal-form textarea{
	display:inline-block;
	width:100%;
	min-height:88px;
	border:1px solid #eee;
	padding:10px 10px;
	margin-bottom:15px;
	font-size: 14px;
	font-family: "Gilroy",Arial, sans-serif;
	font-weight: 500;
	background: #eee;
}

.modal-form input[type="text"]{
	font-size: 14px;
	font-weight: 500;
	outline: none;
	width:100%;
	margin-bottom:15px;
	padding:10px 10px;
	background: #eee;
	border:1px solid #eee;
}
.modal-form select{
	background: #eee;
	border:1px solid #eee;
	padding:5px 5px;
	width:100%;
	margin-bottom:15px;
}
.modal-form textarea:focus,
.modal-form input[type="text"]:focus{
	border:1px solid #777;
	outline: none;
}
.modal-form input.error,
.modal-form textarea.error{
	border-color:#f00;
	background-color:#fff5f5;
}
.req {
	color: #f00;
}
.modal-form .btn-area{text-align:center;margin-top:20px;}
.modal-form .btn-area .btn{
	width:100%;
	padding-left: 80px;
	padding-right: 80px;
	font-weight: bold;
}
.modal-form .smalldescript img{
	margin-right: 5px;
}
.modal-form .smalldescript {
	margin: 20px 0 0;
	text-align: center;
}
.modal-form .btn-area {
	text-align: center;
	margin-top: 10px;
}

@media screen and (max-width: 575px){
	body .modalform {
		vertical-align: top;
	}
	body .fancybox-slide {
		top:10px;
	}
}
@media screen and (max-width: 359px){
	body .fancybox-slide {
		height: inherit;
	}
}


/*
		TODO:  go to custom:

*/


/*
		SITE
*/

.background {
	background: url("../img/bg-top.jpg") top center no-repeat;
}


/* header

*/
.head_top {
	padding: 15px 0;
	color: #fff;
}
.head_top a {
	color: #ff5858;
}
.head_top .ht-logo .logo img{
	display: block;
}
.head_top .line .svg-icon {
/*	fill: #0052f6;
	width: 16px;
	max-height: 16px;
 */
}
.head_top .kolonka3  {
	text-align: right;
	line-height: 30px;

	display: flex;
}
.head_top .kolonka3 .line .txt{
	font-size: 14px;
}
.head_top .kolonka3 .line {
	width: 50%;
	display: flex;
	flex-direction: column;
}

.head_top .kolonka3 .phone {
	color: #ff5858;
	font-size: 20px;
}
.head_top .kolonka3 .link {
	color: #bab16d;
	font-size: 18px;
	text-transform: uppercase;
	text-decoration: underline;
}
.head_top .kolonka3 .link:hover {
	text-decoration: none;
}

.head_top .line a:hover {
	text-decoration: underline;
}

@media screen and (max-width: 991px){
	.head_top .kolonka3 .line .txt {
		font-size: 12px;
	}
	.head_top .kolonka3 .phone {
		font-size: 17px;
	}
}

@media screen and (max-width: 767px){

}


.head_slider{
	padding: 30px 0;
	color: #fff;
}

.box-kompred {
	padding: 20px 0 20px;
}
.box-kompred .df {
	text-align: center;
	margin-bottom: 40px;

		margin-bottom: 60px;
}
.box-kompred .df .first-title b{
	display: block;
	font-size: 40px;
	color: #bab16d;
	font-weight: 400;
}
.box-kompred .df .first-title{
	font-size: 46px;
	line-height: 70px;
	font-weight: 400;
	text-transform: uppercase;
	margin-bottom: 70px;
	display: block;
	text-shadow: 0px 0px 10px #1e1e1e;
		margin-top: 40px;
}

.box-kompred .df .orange-title{
	font-size: 26px;
	line-height: 40px;
	text-transform: uppercase;
	color: #ff5858;
	width:76%;
	margin: 0 auto;
	display: block;
	text-shadow: 0px 0px 10px #1e1e1e;
}
.btns-headr-main {
	text-align: center;
	padding-bottom: 30px;
}
.btns-headr-main .btn{
	margin-left: 5px;
	margin-right: 5px;
}
@media screen and (max-width: 575px){
	.btns-headr-main .btn:first-child {
		margin-bottom: 15px;
	}

}

/*
		standart title box
 */

.boxtitle{

}
.mtitle {
	position: relative;
	color: #ff5858;
	font-size: 36px;
	line-height: 42px;
	font-weight: 400;
	text-align: center;
	text-transform: uppercase;
}
.boxtitle .descr {
	text-transform: uppercase;
	font-size: 27px;
	padding-bottom: 10px;
	text-align: center;
}
.boxtitle .descr3 {
	color: #ff5858;
	text-transform: uppercase;
	font-size: 18px;
	margin-top: 5px;
	padding-bottom: 10px;
	text-align: center;
}

@media screen and (max-width: 767px){
	.mtitle{
		font-size: 24px;
	}
}
@media screen and (max-width: 575px){
	body{
		font-size: 14px;
	}
	.mtitle{
		font-size: 20px;
		line-height: 22px;
	}

}

/* bloks */

.block_standart{
	padding: 45px 0 60px;
}
.block_standart .boxtitle{
	padding-top: 30px;
	padding-bottom: 30px;
	margin-bottom: 18px;
}
.block_standart .descr{
	padding-top: 20px;
}

.list-inline {
	padding-bottom: 30px;
}
.list-inline .item{
	text-align: center;
	margin-bottom: 40px;
}
.list-inline .item .image{
	text-align: center;
	margin-bottom: 35px;
}
.list-inline .item .image img{
	border-radius: 50%;
	border: 1px solid rgba(38, 38, 38, 0.1);
}
.list-inline .item .stitle{
	color: #0f3f27;
	display: block;
	font-size: 20px;
	text-transform: uppercase;
	/*padding-bottom: 35px;*/
	min-height: 57px;
}
.text-promize {
	font-size: 30px;
	line-height: 40px;
	color: #ff5858;
	text-align: center;
}

.bg-predlozhenie {
	padding: 62px 0 62px;
	background:url("../img/bg-formline.jpg") top center no-repeat;
	background-size: auto 100%;
	background-size: cover;
}
.bg-sertifki {
	position: relative;
	padding: 62px 0 62px;
	background-image: url(../images/posters/index.jpg);
	/*background-image: url(../img/bg-new02x.jpg);*/
	background-size: cover;
}
.bg-sertifki:before{
	content: '';
	display: block;
	position: absolute;
	top:0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(17, 17, 17, 0.35);
	z-index: 0;
}

.predlozhenie {
	position: relative;
	text-align: center;
}
.predlozhenie .first-title{
	color: #fff;
	font-size: 37px;
	line-height: 60px;
	text-transform: uppercase;
	margin-bottom: 20px;
	display: block;
}
.predlozhenie .super-big-front{
	font-size: 48px;
	line-height: 60px;
	color: #ff5858;
	text-transform: uppercase;
	margin-bottom: 25px;
}
.predlozhenie .second-title{
	font-size: 21px;
	line-height: 36px;
	text-transform: uppercase;
	color: #ff5858;
	color: #ffffff;
	width: 80%;
	margin: 0 auto 40px;
	display: block;
}
.predlozhenie .btn{
	margin: 0 20px;
}
.howtobuy.list-inline .item .stitle {
	color: #444;
}

@media screen and (max-width: 1170px){
	.bg-predlozhenie{
		background-size: auto 100%;
	}
}
@media screen and (max-width: 575px){
	.predlozhenie .super-big-front {
		font-size: 35px;
		line-height: 50px;
	}
}

.inffo-bat {
	padding-top: 20px;
	position: relative;
	overflow: hidden;
}
.inffo-bat .item p{
	font-size: 14px;
	line-height: 21px;
}
.inffo-bat .item .title{
	font-size: 16px;
	text-transform: uppercase;
	color: #59a682;
	padding-top: 10px;
	padding-bottom: 10px;
}
.inffo-bat .item {
	float: left;
}
.inffo-bat .item.inff-01{
	width: 26%;
	position: relative;
	right: -3px;
}
.inffo-bat .item.inff-02{
	position: relative;
	left: 15px;
}
.inffo-bat .item.inff-03{
	width: 30%;
	position: relative;
	left: -15px;
}

.byinfo-01 {
	margin-top: 5px;
	background: url("../img/icon-line01-klass-blue.png") right top no-repeat;
	width: 305px;
	min-height: 75px;
	padding: 10px 50px 0 0;
	line-height: 26px;
	margin-left: 0px;
	float: right;
}
.byinfo-02 {
	margin-top: 30px;
	background: url(../img/icon-line02-klass-blue.png) right top no-repeat;
	width: 268px;
	min-height: 45px;
	padding: 40px 10px 0 0;
	line-height: 22px;
	float: right;
	margin-right: 37px;
}
.byinfo-03 {
	margin-top: -5px;
	background: url(../img/icon-line03-klass-blue.png) right top no-repeat;
	width: 290px;
	min-height: 88px;
	padding: 100px 0px 5px 0;
	line-height: 26px;
	float: right;
	margin-right: 10px;
}
.byinfo-04 {
	margin-top: 5px;
	background: url("../img/icon-line04-klass-blue.png") right top no-repeat;
	width: 383px;
	height: auto;
	min-height: 110px;
	padding: 10px 0px 0 85px;
	line-height: 24px;
	margin-left: 0px;
}
.byinfo-05 {
	margin-top: 15px;
	background: url(../img/icon-line05-klass-blue.png) left top no-repeat;
	width: 345px;
	min-height: 50px;
	padding: 20px 0px 0 38px;
	line-height: 26px;
	margin-left: 30px;
}
.byinfo-06 {
	margin-top: -35px;
	background: url(../img/icon-line06-klass-blue.png) left top no-repeat;
	width: 385px;
	min-height: 100px;
	padding: 103px 0px 16px 60px;
	line-height: 24px;
	margin-left: 0px;
}
.block-infpro .btn-area-flex {
	text-align: center;
	padding: 50px 0;
}

@media screen and (max-width: 1175px){
	.inffo-bat .item.inff-02{
		/*position: absolute;
		top:0;
		right: 0;*/
		width: 39%;
		float: left;
		left: 0;
	}
	.inffo-bat .item.inff-03,
	.inffo-bat .item.inff-01 {
		width: 60%;
		float: right;
		left: 0;
		right: 0;
	}
	.byinfo-01,
	.byinfo-02,
	.byinfo-03,
	.byinfo-04,
	.byinfo-05,
	.byinfo-06 {
		width: auto;
		background: url("../img/icon-plus-green.png") left top no-repeat;
		margin: 0 0 25px;
		padding: 0 0 0 45px;
		height: auto;
		min-height: 40px;
		float: none;
	}
}
@media screen and (max-width: 767px){
	.inffo-bat .item.inff-02{
		display: none;
	}
	.inffo-bat .item.inff-03,
	.inffo-bat .item.inff-01 {
		width: auto;
		float: none;
	}

}

.block-individ {
	color: #bdbe80;
	padding: 62px 0 62px;
	background:url("../img/bg-listing.jpg") top center no-repeat;
}

.mini-list{
	padding: 20px 0;
}
.mini-list .item{
	background: url(../img/icon-plus-red.png) left 0px no-repeat;
	min-height: 34px;
	padding-top: 0px;
	padding-left: 55px;
	margin-bottom: 20px;
	text-transform: uppercase;
	font-size: 20px;
}
.block-individ .mtitle {
	padding-bottom: 20px;
}
.block-individ .boxtitle {
	text-align: center;
	line-height: 35px;
	padding-top: 0px;
}
.boxtitle .descr {
	text-transform: uppercase;
	font-size: 27px;
	line-height: 32px;
	padding-bottom: 8px;
}
.boxtitle .descr2 {
	font-size: 19px;
}
.block-individ .btn-area-flex {
	text-align: center;
	padding-right: 130px;
}


.tarifs-list .item{
	border: 1px solid #cccccc;
	text-align: center;
	padding: 10px 0 30px;
	margin-bottom: 30px;
}
.tarifs-list .item:hover {
	border-color: #888;
}
.tarifs-list .item .picture{
	position: relative;
	margin-bottom: 17px;
	display: block;
}

.tarifs-list .item .name{
	/*height: 110px;*/
	margin-bottom: 8px;
	overflow: hidden;
	padding: 5px 22px;
	line-height: 24px;
}
.tarifs-list .item .name .title{
	font-size: 20px;
	text-transform: uppercase;
	color: #0f3f27;
}
.tarifs-list .item .name p{
	font-size: 18px;
	color: #bdbe80;
}
.tarifs-list .item .price{
	height: 50px;
	margin-bottom: 5px;
	overflow: hidden;
}
.tarifs-list .item .price .normal .value{
	font-size: 36px;
}
.tarifs-list .item .price .normal{
	line-height: 36px;
	font-size: 22px;
	display: inline-block;
	margin-right: 5px;
	color: #ff5858;
}
.tarifs-list .item .price .old:after{
	position: absolute;
	top: 49%;
	right: 0;
	left: 0;
	display: block;
	width: auto;
	height: 2px;
	content: " ";
	background-color: #135132;
}
.tarifs-list .item .price .old{
	font-size: 18px;
	position: relative;
	display: inline-block;
	margin-right: 4px;
	color: #135132;
	white-space: nowrap;
}
.tarifs-list .item .price .old .value{
	font-size: 30px;
}
.stickers-procent {
	background: url("../img/icon-supercena.png") 0 0 no-repeat;
	width: 96px;
	height: 95px;
	position: absolute;
	top: -15px;
	right: -10px;
}

.block_standart.block-tarifs{
	padding-top: 60px;
}
.block-tarifs .boxtitle .descr{
	color: #0f3f27;
}

.sertifikat .strache{
	text-decoration: line-through;
	color: #aaa;
}
.sertifikat{
	font-size: 16px;
	line-height: 30px;
	/*text-transform: uppercase;
	text-align: center;*/
}
.sertifikat .t1{
	font-size: 22px;
	color: #0f3f27;
	margin-bottom: 30px;
}
.sertifikat .t2{
	font-size: 22px;
	color: #ff5858;
	margin-bottom: 50px;
}
.sertifikat-col {
	text-align: center;
}
.bigfont.sertifikat .t1 {
	font-size: 28px;
	line-height: 1.4;
}
.bigfont.sertifikat {
	font-size: 22px;
	text-align: center;
}



/* */
#head_map {
	position: relative;
}
#mapy {
	height: 410px;
	width: 100%;
	position: absolute;
	top: 0;
	z-index: 10;
	overflow: hidden;
}
.inner #mapy {
	position: relative;
	height: 300px;
	margin-bottom: 40px;
}

.area-contakt {
	position: relative;
	margin: 20px 0 0px;
	padding: 35px 45px;
	background: #fff;
	z-index: 100;
	margin-bottom: 100px;
}
.area-contakt .mtitle{
	font-size: 23px;
	margin-bottom: 30px;
}
.area-contakt .inf{
	display: inline-block;
	margin-bottom: 20px;
	width: 100%;
	font-size: 16px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.area-contakt .inf i{
	margin-right: 20px;
}
.area-contakt .inf span{
	display: inline-block;
	width: 80%;
	vertical-align: top;
}
.area-contakt .inf a {
	color: #393185;
	text-decoration: underline;
}
.area-contakt .inf a:hover {
	text-decoration: none;
}
.col-md-offset-14 {
	margin-left: 58.33333333%;
}
.area-contakt .svg-icon{
	fill: #e31e24;
	margin-right: 15px;
}


.fxsucsessf .fancy-title{
	text-align: center;
	font-size: 20px;
	font-weight: 600;
}

.ui-state-error.fontbig {
	padding:5px;
	background: #fff;
	color:#f00;
	text-align: center;
	margin-bottom: 10px;
}
.ui-state-error.fontbig strong {
	font-size: 16px;
}
.ui-state-valid {

}
.ui-state-valid.fontbig {
	font-size: 18px;
	padding:5px;
	background: #fff;
	color:#080;
	text-align: center;
	margin-bottom: 10px;
}

input.ui-state-error {
	border-color: #f00!important;
}

.close {
	opacity: 0.8;
	font-size: 30px;
}
.close:hover {
	opacity: 1;
	color: #f00;
}


/* footer */
.footer{
	background-color: #0f3f27;
	color: #bdbe80;
	padding: 40px 0 40px;
	/*margin-top: 60px;*/
}
.footer .ft-logo a,
.footer .ht-byright a {
	color: #e31e24;
}
.footer .ht-byright {
	text-align: right;
	margin-top: 30px;
}
.ft-logo .logo img{
	display: block;
}
.ft-menu {
	text-align: center;
}
.footer .social-box {
	text-align: center;
}
.footer .social-box .item svg{
	fill:#fff;
	height: 36px;
}
.footer .svg-icon {
	fill: #0052f6;
	width: 16px;
	max-height: 16px;
}

@media screen and (max-width: 767px){
	.footer {
		padding: 30px 0 30px;
		/*margin-top: 30px;*/
	}
	.ft-menu{
		/*display: none;*/
	}

}

.panelka-social-box{
	position: fixed;
	top: 25%;
	right: 0;
	padding: 10px 10px;
	background: #0f3f27;
	color: #bdbe80;
	fill: #bdbe80;
	opacity: 0.9;
	border-radius: 10px 0 0 10px;
	z-index: 520;
}
.panelka-social-box:hover {
	opacity: 1;
}
.panelka-social-box .item svg{
	width: 36px;
	height: 36px;
	fill:#bdbe80;
	display: block;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.panelka-social-box .item:hover svg{
	fill:#fff;
}

.panelka-onlinezap-box {
	position: fixed;
	top: 25%;
	right: 0;
	padding: 10px 10px;
	background: #ff5858;
	opacity: 0.9;
	border-radius: 10px 0 0 10px;
	z-index: 520;
	margin-top: 75px;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.panelka-onlinezap-box:hover {
	opacity: 1;
	padding: 10px 15px 10px 20px;
}




@media screen and (max-width: 575px){
	.panelka-social-box {
		top:50px;
	}
	.panelka-onlinezap-box {
		top:150px;
	}
}
@media screen and (max-width: 1200px){
	.btn {
		font-size: 22px;
	}
	.tarifs-list .item .name {
		padding: 5px 10px;
	}
	.tarifs-list .item .name .title{
		font-size: 18px;
	}
	.tarifs-list .item .name p{
		font-size: 16px;
	}
	.mtitle{
		font-size: 34px;
	}
	.boxtitle .descr{
		font-size: 25px;
	}
	.predlozhenie .first-title{
		font-size: 33px;
		line-height: 55px
	}
	.predlozhenie .second-title{
		font-size: 23px;
		line-height: 38px;
	}
}


@media screen and (max-width: 991px){
	.btn {
		font-size: 20px;
	}
	.box-kompred .df .first-title{
		font-size: 4.65vw;
	}
	.box-kompred .df .first-title b{
		font-size: 4.00vw;
	}
	.box-kompred .df .orange-title{
		width: 96%;
		font-size: 2.5vw;
		line-height: 38px;
	}
	.list-inline .item .stitle{
		font-size: 18px;
	}
	.text-promize{
		font-size: 25px;
	}
	.predlozhenie .first-title{
		font-size: 4.3vw;
	}
	.predlozhenie .second-title{
		font-size: 3.0vw;
		width: auto;
	}
	.block-individ {
		background-position: left center;
	}
	.block-individ .btn-area-flex{
		padding-right: 0;
	}
	.tarifs-list .item{
		padding: 0 0 0;
	}

	.tarifs-list .item .name p{
		color: #666;
		font-size: 14px;
		line-height: 20px;
	}
	.tarifs-list .item .btn-area{
		padding: 10px;
	}
	.tarifs-list .item .btn-area .btn{
		font-size: 13px;
		width: 100%;
	}
	.tarifs-list .item .price .normal{
		font-size: 18px;
	}
	.tarifs-list .item .price .normal .value{
		font-size: 30px;
	}
	.tarifs-list .item .price .old{
		font-size: 14px;
	}
	.tarifs-list .item .price .old .value {
		font-size: 22px;
	}
	.tarifs-list .item .price .old:after{
		top:41%;
	}
	.sertifikat{
		font-size: 21px;
	}
	.col-md-offset-14{
		margin-left: 52%;
	}
	.area-contakt {
		padding: 25px 30px 15px;
		margin-bottom: 115px;
	}
}






@media screen and (max-width: 767px){
	.block_standart{
		padding-top: 30px;
		padding-bottom: 30px;
	}
	.block_standart.block-tarifs{
		padding-top: 30px;
	}
	.btn {
		font-size: 15px;
	}
	.mtitle{
		font-size: 29px;
	}
	.boxtitle .descr{
		font-size: 22px;
	}
	.block_standart .boxtitle{
		padding-top: 15px;
		padding-bottom: 15px;
	}
	.box-kompred .df .orange-title{
		width: 100%;
		font-size: 3.1vw;
	}
	.list-inline .item .stitle{
		font-size: 16px;
	}
	.block-infpro .btn-area-flex{
		padding: 30px 0 0;
	}
	.tarifs-list .item{
		margin-bottom: 30px;
	}
	.tarifs-list {
		justify-content: center;
	}
	.list-inline{
		justify-content: center;
	}
	.kolonka-img{
		text-align: center;
	}
	.col-md-offset-14{
		margin-left: 0;
	}
	#mapy{
		position: relative;
		height: 350px;
	}
	.area-contakt{
		padding: 0px 0px 10px;
		margin-bottom: 0;
	}

	.panelka-social-box .item svg{
		width: 20px;
		height: 20px;
	}
	.panelka-onlinezap-box {

	}
	.panelka-onlinezap-box img{
		display: block;
		width: 38px;
	}

}
@media screen and (max-width: 575px){
	.mobhide {
		display: none;
	}

	.head_top {
		padding: 10px 0;
	}
	.head_top .ht-logo {
		text-align: center;
	}
	.head_top .ht-logo .logo img{
		display: inline-block;
	}
	.head_top .kolonka3{
		text-align: center;
		margin-top: 10px;
	}
	.box-kompred {
		padding: 10px 0 10px;
	}
	.box-kompred .df .first-title {
		font-size: 7.5vw;
		line-height: 11vw;
		margin-bottom: 40px;
	}
	.box-kompred .df .first-title b{
		font-size: 7.4vw;
	}
	.box-kompred .df .orange-title {
		font-size: 4.0vw;
		line-height: 30px;
	}
	.background {
		background-size: auto 100%;
	}
	.list-inline .item{
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		justify-content: space-between;
		margin-bottom: 25px;
	}
	.list-inline .item .image {
		text-align: center;
		margin-bottom: 0;
		width: 35%;
	}
	.list-inline .item .stitle {
		text-align: left;
		width: 53%;
		padding-bottom: 0;
	}

	.predlozhenie .first-title{
		font-size: 5.0vw;
		line-height: 10vw;
		font-weight: 500;
	}
	.predlozhenie .second-title{
		font-size: 4.2vw;
		line-height: 32px;
	}
	.predlozhenie .btn{
		margin:0 0 20px;
		width: 100%;
	}
	.mtitle {
		font-size: 22px;
		line-height: 37px;
	}
	.boxtitle .descr {
		font-size: 18px;
	}
	.boxtitle .descr2 {
		font-size: 16px;
		line-height: 24px;
	}
	.block-individ{
		background-size: auto 100%;
	}
	.mini-list .item{
		font-size: 14px;
	}
	.sertifikat {
		font-size: 17px;
		line-height: 28px;
	}
	.stickers-procent{
		width: 60px;
		height: 60px;
		background-size: 100% auto;
	}

	.bigfont.sertifikat .t1 {
		font-size: 23px;
	}
	.bigfont.sertifikat {
		text-align: center;
		font-size: 17px;
	}

}

.gallery-list {
	display: flex;
	flex-wrap: wrap;
}
.gallery-list .item {
	width: 33.333333%;
	overflow: hidden;
}
.gallery-list .item img{
	margin: 1px 1px 0px;
	display: block;
}
@media screen and (max-width: 767px){
	.gallery-list .item {
		width: 50%;
	}
}
@media screen and (max-width: 389px){
	.gallery-list .item {
		width: 100%;
	}
}

/* tables */
.tarifs-table {
	margin-top: 60px;
}
.tbl-list {
	width: 100%;
}

.header-line .item,
.header-row .item {
	background: #f0f0f0;
	background: #e7e7e7;

	padding: 10px 4px;
	text-align: center;
	vertical-align: middle;
	border-bottom: 2px solid #fff;
	border-left: 2px solid #fff;
}
.header-row .item:first-child{
	width: 33%;
}

.header-line .item.igrey,
.header-row .item.igrey {
	background: #afaeae;
	background: #a0a0a0;
	background: #bdbe80;
	color: #fff;


}

.header-row.black .item {
	background: #111
}

.header-line:hover .item:first-child {
}

.header-line div.item + div.item:hover,
.header-line:hover td.item {
	background: #ff5858;
	color: #fff
}
@media screen and (max-width: 420px){
	.tarifs-table{
		width: 100%;
		overflow: scroll;
		font-size: 12px;
	}
}

.programms-list .item {
	margin-bottom: 70px;
	align-items: center;
}
.programms-list .item.rewers .image{
	order: 2;
	text-align: right;
}
.programms-list .item.rewers .inform{
	order: 1;
}
.programms-list .item .inform {
	display: flex;
	flex-wrap: wrap;
	align-self: stretch;
}
.programms-list .item .inform h3{
	color: #59a682;
	font-size: 30px;
	line-height: 34px;
	margin-bottom: 15px;
	text-transform: uppercase;
	padding-top: 5px;
}
.programms-list .item .inform p {
	font-size: 19px;
	line-height: 23px;
	margin-bottom: 15px;
	text-transform: uppercase;
}
.programms-list .item .cost .btn{
	font-size: 18px;
	padding: 10px 20px 10px;
	line-height: 18px;
}
.programms-list .item .cost {
	vertical-align: middle;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	align-content: center;
	justify-content: space-between;
}
.programms-list .item .cost .oldprice,
.programms-list .item .cost .price {
	font-size: 34px;
	line-height: 40px;
}
.programms-list .item .cost .price {
	color: #ff5858;
}
.programms-list .item .cost .oldprice{
	color: #59a682;
	text-decoration: line-through;
	font-size: 30px;
}

.programms-list.smallfont .item .video{
	max-width: 100%;
}
.programms-list.smallfont .item .inform ul {
	margin: 0px 0 15px;
	width: 100%;
}
.programms-list.smallfont .item .inform ul li{
	margin-bottom: 5px;
}
.programms-list.smallfont .item .inform ul li:before{
	content: '';
	display: inline-block;
	width: 8px;
	height: 8px;
	background: #59a682;
	border-radius: 50%;
	margin-right: 10px;
}
.programms-list.smallfont .item .inform ul,
.programms-list.smallfont .item .inform p{
	font-size: 14px;
	text-transform: none;
	line-height: 20px;
	margin-bottom: 8px;
}

.programms-list.smallfont .item .btnka {
	margin-top: 10px;
}
.programms-list.smallfont .item .cost {
	justify-content: left;
	margin-bottom: 0px;
}
.programms-list.smallfont .item .cost .oldprice {
	font-size: 16px;
}
.programms-list.smallfont .item .cost .price{
	font-size: 20px;
	margin-right: 20px;

}
@media screen and (max-width: 1180px){
	.programms-list .item {

	}
	.programms-list .item .inform h3{
		font-size: 26px;
		line-height: 28px;
	}
	.programms-list .item .inform p{
		font-size: 16px;
		line-height: 21px;
	}
	.programms-list .item .cost .price {
		font-size: 26px;
		line-height: 32px;
	}
	.programms-list .item .cost .oldprice{
		font-size: 20px;
		line-height: 32px;
	}
	.programms-list .item .cost .btn{
		font-size: 15px;
		padding: 8px 15px 8px;
		line-height: 15px;
	}

}
@media screen and (max-width: 767px){
	.programms-list .item {

	}
	.programms-list .item .inform h3{
		font-size: 22px;
		line-height: 24px;
	}
	.programms-list .item .inform p{
		font-size: 12px;
		line-height: 18px;
	}
	.programms-list .item .cost .price {
		font-size: 22px;
		line-height: 30px;
	}
	.programms-list .item .cost .oldprice{
		font-size: 14px;
		line-height: 30px;
	}
	.programms-list .item .cost .btn{
		font-size: 12px;
		padding: 8px 15px 8px;
		line-height: 12px;
	}
	.programms-list.smallfont .item .btnka {
		text-align: center;
		width: 100%;
	}
}
@media screen and (max-width: 575px){
	.programms-list .item.rewers .image {
		order: 1;
		text-align: center;
	}
	.programms-list .item.rewers .inform{
		order: 2;
	}
	.programms-list .item .inform h3{
		text-align: center;
		width: 100%;
	}
	.programms-list .item .inform p{
		margin-bottom: 10px;
	}
	.programms-list .item .cost {
		justify-content: center;
	}
	.programms-list .item .cost .price{
		margin-right: 15px;
	}
	.programms-list .item .cost .oldprice{

	}
	.programms-list .item .cost .btn {
		width: 100%;
		margin-top: 5px;
	}
}


.carsowl3i.home_slider .owl-stage-outer{
	width: 91%;
	margin: 0 auto;
}

.home_slider{
	position: relative;
}
.home_slider .owl-nav {
	position: absolute;
	width: 100%;
	left: 0;
	top: 50%;
	opacity: 0;
	-webkit-transition: .2s ease-in-out;
	-moz-transition: .2s ease-in-out;
	-o-transition: .2s ease-in-out;
	transition: .2s ease-in-out;
}
.home_slider:hover .owl-nav{
	opacity: 0.9;
}
.home_slider .owl-nav button {
	outline: none;
	background: none;
}
.home_slider .owl-nav button.owl-prev,
.home_slider .owl-nav button.owl-next {
	position: absolute;
	top: 50%;
	margin-top: -32px;
	cursor: pointer;
}
.home_slider .owl-nav button.owl-next {
	right: 0;
}
.home_slider .owl-nav button.owl-prev{
	left: 0;
}

.home_slider .owl-nav button.owl-prev span,
.home_slider .owl-nav button.owl-next span{
	display: block;
	width: 42px;
	height: 42px;
	/*margin: 20px;*/
	cursor: pointer;
	background-color: transparent;
	/*border-radius: 40px;*/
}
.home_slider .owl-nav button.owl-prev span .svg-icon,
.home_slider .owl-nav button.owl-next span .svg-icon{
	width: 32px;
	height: 32px;
	margin-top: 5px;
	margin-left: 0px;
	fill: #000;
}
.home_slider .owl-nav button span:hover {
	/*background-color: #0c4da2;*/
	/*outline: 1px solid #fff;*/
}
.home_slider .owl-nav button span:hover .svg-icon{
	fill: #ff5858;
}

.home_slider .owl-item img{
	/*margin: 0px auto;*/
}
@media screen and (max-width: 767px){
	.carsowl3i.home_slider .owl-stage-outer{
		width: auto;
	}
}

.main-menu .nav{
	color: #fff;
	font-size: 14px;
	text-transform: uppercase;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
}
.main-menu .nav li {
	margin: 0 20px;
}
.main-menu .nav li a{
	color: #fff;
}
.main-menu .nav li.active a {
	color: #ff5858;
}
@media screen and (max-width: 767px){
	.head_top {
		padding-top: 0;
	}
	.main-menu{
		padding: 7px 0 6px;
		margin-bottom: 10px;
		background: #33333333;
		margin-left: -15px;
		margin-right: -15px;
	}
}