/* ������ ��� ������� */
@font-face {
    font-family: 'Din text pro medium';
	src: local('Din text pro medium'),
    url('../Fonts/Pfdintextpro/pfdintextpro-medium-webfont.eot');
    url('../Fonts/Pfdintextpro/pfdintextpro-medium-webfont.eot?#iefix') format('embedded-opentype'),
}


@font-face {
    font-family: 'Din text pro thin';
src: local('Din text pro thin'),
    url('../Fonts/Pfdintextpro/pfdintextpro-thin-webfont.eot');
    url('../Fonts/Pfdintextpro/pfdintextpro-thin-webfont.eot?#iefix') format('embedded-opentype'),
}

@font-face {
	font-family: 'Din text pro medium';
	src:url('../Fonts/Pfdintextpro/pfdintextpro-medium.ttf');
}

@font-face {
	font-family: 'Din text pro thin';
	src:url('../Fonts/Pfdintextpro/pfdintextpro-thin.ttf');
}

@font-face {
	font-family: 'linearicons';
	src:url('../Fonts/linearicons/linearicons.eot?56qtge');
	src:url('../Fonts/linearicons/linearicons.eot?56qtge#iefix') format('embedded-opentype'),
		url('../Fonts/linearicons/linearicons.woff2?56qtge') format('woff2'),
		url('../Fonts/linearicons/linearicons.ttf?56qtge') format('truetype'),
		url('../Fonts/linearicons/linearicons.woff?56qtge') format('woff'),
		url('../Fonts/linearicons/linearicons.svg?56qtge#linearicons') format('svg');
	font-weight: normal;
	font-style: normal;
}

.icon {
	font-family: 'linearicons';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon--license::before {
	content: "\e822";
}
.icon--diamond::before {
	content: "\e845";
}
.icon--apartment::before {
	content: "\e801";
}
.icon--rocket::before {
	content: "\e84b";
}
.icon--store::before {
	content: "\e82d";
}


.promo-text {
	text-align: center;
} 
.promo-text p,
.tarif-plus {
	margin: 15px 0 15px;
	font-family: 'Open Sans', sans-serif;
	font-size:1.5em;
	line-height:normal;
}
.promo-text a {
	text-decoration: none;
	border-bottom: 1px dashed #5b606b;
-webkit-transition: all .4s ease;
	transition: all .4s ease;
}
.promo-text a:hover {
        color: #d20000;
        border-bottom: 1px dashed #d20000;
}
.es-style_title {
	font-family: FRAMDCN;
	font-size: 3.5em;
	padding: 15px 0 30px;
	display: block;
}
a.es-style {
	font-size: 1.5em;
	vertical-align: top;
}
.divider {
	margin: 15px 0 25px;
}

/* css ������ */

.pricing {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: center;
	justify-content: center;
	margin: 15px 0 30px;
}

.pricing__item {
	position: relative;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
	flex-direction: column;
	-webkit-align-items: stretch;
	align-items: stretch;
	text-align: center;
	-webkit-flex: 0 0 320px;
	flex: 0 1 320px; 
}
.pricing__action {
	color: inherit;
	border: none;
	background: none;
}

.pricing__action:focus {
	outline: none;
}
.pricing--rabten .pricing__item {
	font-family: 'Roboto', sans-serif;
	padding: 2em;
	cursor: pointer;
	color: #262b38;
	max-width: 320px;
	margin-bottom: 40px;
}

.pricing--rabten .pricing__title {
	font-size: 1.2em;
	margin: 1.5em 0 0.8em;
	color:#5b606b;
	
}

.pricing--rabten .icon {
	font-size: 6em;
	color: #8b909d;
	-webkit-transition: color 0.3s;
	transition: color 0.3s;
}

.pricing--rabten .pricing__item:hover .icon,
.pricing--rabten .pricing__item:hover .pricing__sentence,
.es-style_title span {
	color: #d20000;
}

.pricing--rabten .pricing__price {
	font-size: 2em;
	font-weight: bold;
	margin: 0 0 0.75em;
	overflow: hidden;
}

.pricing--rabten .pricing__currency {
	font-size: 0.5em;
	vertical-align: super;
}

.pricing--rabten .pricing__period {
	font-size: 0.7em;
	color: #8b909d;
}
.pricing__item:hover .pricing__period {
	color: #d20000;
}

.pricing--rabten .pricing__anim {
	display: inline-block;
	position: relative;
}
.pricing--rabten .pricing__item:hover {
-webkit-box-shadow: 0px 1px 15px -6px rgba(0,0,0,0.75);
   -moz-box-shadow: 0px 1px 15px -6px rgba(0,0,0,0.75);
	box-shadow: 0px 1px 15px -6px rgba(0,0,0,0.75);
	transition: box-shadow 0.5s ease-in-out;
-webkit-transition: box-shadow 0.5s ease-in-out;
}
.pricing--rabten .pricing__item:hover .pricing__anim {
	-webkit-animation: moveUp 0.4s forwards;
	animation: moveUp 0.4s forwards;
	-webkit-animation-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
	animation-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
}

.pricing--rabten .pricing__item:hover .pricing__anim--2 {
	-webkit-animation-delay: 0.05s;
	animation-delay: 0.05s;
}


@-webkit-keyframes moveUp {
	50% { -webkit-transform: translate3d(0,-100%,0); transform: translate3d(0,-100%,0); }
	51% { opacity: 0; -webkit-transform: translate3d(0,-100%,0); transform: translate3d(0,-100%,0); }
	52% { opacity: 1; -webkit-transform: translate3d(0,100%,0); transform: translate3d(0,100%,0); }
	100% { -webkit-transform: translate3d(0,0,0); transform: translate3d(0,0,0); }
}

@keyframes moveUp {
	50% { -webkit-transform: translate3d(0,-100%,0); transform: translate3d(0,-100%,0); }
	51% { opacity: 0; -webkit-transform: translate3d(0,-100%,0); transform: translate3d(0,-100%,0); }
	52% { opacity: 1; -webkit-transform: translate3d(0,100%,0); transform: translate3d(0,100%,0); }
	100% { -webkit-transform: translate3d(0,0,0); transform: translate3d(0,0,0); }
}

.pricing--rabten .pricing__sentence {
	font-family: FRAMDCN;
	font-size:2.70em;
	margin: 0 0 0.50em 0;
	padding: 0 0 0.50em;
	color: #363636;
	text-transform: uppercase;
}
.pricing__feature_start {
	font-family: 'Din text pro medium';
	font-size:14.54pt;
	color:#d20000;
	margin-bottom:10px;
}
.pricing--rabten .pricing__feature-list {
	font-family: 'Din text pro thin';
	font-size: 1.5em;
	margin: 0;
	padding: 0.25em 0 2.2em;
	line-height:1.2;
	list-style: none;
	text-align: center;
	color: #000;
}
.pricing__feature-list img {
	margin: 8px 0 15px;
	display: inline-block;
}
.pricing--rabten .pricing__action {
	display: inline-block;
	position: relative;
	border-width: 2px;
	border-style: solid;
	font-size: 17px;
	line-height: 46px;
	font-family: "YandexSansText",Helvetica,Arial,sans-serif;
	cursor: pointer;
	text-decoration: none;
	border-radius: 4px;
	background: -moz-linear-gradient( top, #ffe999 0%, #ffdb4d);
	background: -webkit-gradient( linear, left top, left bottom, from(#ffe999), to(#ffdb4d));
	border: 1px solid #ffeaa0;
	-moz-box-shadow: 0px 0px 0px rgba(000,000,000,0), inset 0px 0px 1px rgba(255,234,160,0.7);
	-webkit-box-shadow: 0px 0px 0px rgba(000,000,000,0), inset 0px 0px 1px rgba(255,234,160,0.7);
	box-shadow: 0px 0px 0px rgba(000,000,000,0), inset 0px 0px 1px rgba(255,234,160,0.7);
	text-shadow: 0px -1px 0px rgba(245,194,8,0.4), 0px 0px 0px rgba(255,255,255,0);
}
.pricing__action span {
	color: #000;
	margin: 0 28px;
}
.pricing--rabten .pricing__action:hover,
.pricing--rabten .pricing__action:focus {
	background: #ffdb4d;
	background: -moz-linear-gradient(-90deg, #fbdd69 0%,#ffdb4d 50%,#ffeba0 100%);
	background: -webkit-linear-gradient(-90deg, #fbdd69 0%,#ffdb4d 50%,#ffeba0 100%);
	background: -o-linear-gradient(-90deg, #fbdd69 0%,#ffdb4d 50%,#ffeba0 100%);
	background: -ms-linear-gradient(-90deg, #fbdd69 0%,#ffdb4d 50%,#ffeba0 100%);
	background: linear-gradient(180deg, #fbdd69 0%,#ffdb4d 50%,#ffeba0 100%);
}
.promo-button {
	margin: 35px 0 15px;
}
.promo-button a:last-child {
	font-family: 'Open Sans', sans-serif;
	display: inline-block;
	margin: 16px 0 0;
	position: relative;
	padding: 0 0 0 34px;
	border: none;
	font-size: 1.5em;
}
.promo-button a:first-child span {
	margin: 0 28px;
}
.promo-button a:first-child {
	display: inline-block;
	padding: 0;
	color: #fff;
	font-size: 17px;
	line-height: 46px;
	font-family: "YandexSansText",Helvetica,Arial,sans-serif;
	cursor: pointer;
	text-decoration: none;
	border-radius: 4px;
	background: -moz-linear-gradient(-90deg, #80c94d 0%,#63ba40 50%,#45ab32 100%);
	background: -webkit-linear-gradient(-90deg, #80c94d 0%,#63ba40 50%,#45ab32 100%);
	background: -o-linear-gradient(-90deg, #80c94d 0%,#63ba40 50%,#45ab32 100%);
	background: -ms-linear-gradient(-90deg, #80c94d 0%,#63ba40 50%,#45ab32 100%);
	background: linear-gradient(180deg, #80c94d 0%,#63ba40 50%,#45ab32 100%);
	border: 1px solid #48a931;
	border-bottom-color: #31a029;
	box-shadow: inset 0 1px 0 #b8e171;
	text-shadow: 0 1px 0 #549e00;
}
.promo-button a:first-child:hover,
.promo-button a:first-child:focus {
	background: #69c143;
	background: -moz-linear-gradient(-90deg, #88d553 0%,#63ba40 50%,#45ab32 100%);
	background: -webkit-linear-gradient(-90deg, #88d553 0%,#63ba40 50%,#45ab32 100%);
	background: -o-linear-gradient(-90deg, #88d553 0%,#63ba40 50%,#45ab32 100%);
	background: -ms-linear-gradient(-90deg, #88d553 0%,#63ba40 50%,#45ab32 100%);
	background: linear-gradient(180deg, #88d553 0%,#63ba40 50%,#45ab32 100%);
	outline: none;
}

.about_table {
	width: 90%;
	display: -webkit-flex;
	display: flex;
-webkit-flex-wrap: nowrap;
	flex-wrap: nowrap;
-webkit-justify-content: center;
	justify-content: center;
	margin: 0 auto 25px;
}
.table_items {
	position: relative;
	display: -webkit-flex;
	display: flex;
-webkit-flex-direction: column;
	flex-direction: column;
	text-align: center;
-webkit-align-items: center;
	align-items: center;
	justify-content:flex-end;
	font-family: FRAMDCN; 
	font-size:18pt;
	line-height:1;
        animation: fade-in 2s linear; /* IE 10+, Fx 29+ */
-webkit-animation: fade-in 2s linear; /* Safari 4+ */
   -moz-animation: fade-in 2s linear; /* Fx 5+ */
     -o-animation: fade-in 2s linear; /* Opera 12+ */
}
.table_items p {
	margin-top:15px;
        color: #363636;
	font-family: FRAMDCN; 
	font-size:2.2em;
	line-height:1;
}
.table_items img {
        max-width: 85%;
        margin: 0 auto;
	padding: 6px;
}
.table_items a,
.about_item a {
	text-decoration: none;
	border-bottom: none;
}
.table_items a:hover,
.about_item a:hover {
	box-shadow: 0 8px 14px rgba(14,21,47,.1),0 2px 36px rgba(14,21,47,.08);
-webkit-transition: opacity .15s ease-out,-webkit-box-shadow .15s ease-out,-webkit-transform .15s ease-out;
	transition: opacity .15s ease-out,box-shadow .15s ease-out,transform .15s ease-out;
	transition: opacity .15s ease-out,box-shadow .15s ease-out,transform .15s ease-out,-webkit-box-shadow .15s ease-out,-webkit-transform .15s ease-out;
	border-radius: 5px;
	border-bottom: none;
}
.table_items a span,
.table_items a img,
.about_item a p,
.about_item a img {
-webkit-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
	transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.table_items a:hover span,
.table_items a:hover img,
.about_item a:hover p,
.about_item a:hover img {
-webkit-transform: translateY(-6px);
	transform: translateY(-6px);
}
.table_items a:hover {
	color: black;
}
.text_red{
	font-family: FRAMDCN; 
	font-size:20pt;
	color: #d20000; 
}

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

.about_img {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: center;
	justify-content: center;
	margin-top: 25px;
}
.about_img .fa-plus {
	line-height: 150px;
	color: #25c019;
}
.about_item {
	position: relative;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
	flex-direction: column;
	text-align: center;
	-webkit-flex: 0 0 240px;
	flex: 0 0 240px; 
}

.about_item p {
	margin-top:15px;
        color: #363636;
	font-family: FRAMDCN; 
	font-size:2em;
	line-height:1;
}
.about_item img {
        max-width: 70%;
        margin: 0 auto;
	height: auto;
	padding: 6px;
}
.img_text {
	text-align: center;
	font-family: FRAMDCN;
	font-size: 18pt;
	line-height: 1;
	display: block;
	padding: 8px;
}
.text_red{
	font-family: FRAMDCN; 
	font-size:20pt;
	color: #d20000; 
}
.timeline {
	display: none;
}
.owl-item a,
.owl-item a:hover {
	border: none;
}
.slide-two img {
	width: auto !important;
}
.slide-two h4 {
	font-family: FRAMDCN;
	font-size: 3.5em;
	display: block;
	line-height: 1;
}
.slide-two h4 span {
	color: #d20000;
}
.slide-two p {
	font-size: 1.8em;
}
@media screen and (max-width: 60em) {
	.pricing--rabten .pricing__item {
		max-width: none;
		width: 90%;
		flex: none;
		border: none;
		opacity: 1 !important;
	}
}
@media screen and (max-width:1280px) {
	.pricing {
	-webkit-justify-content: center;
	justify-content: center;
	
}
.pricing--rabten .pricing__item {
		width: 260px;
		flex: none;
		border: none;
		opacity: 1 !important;
		padding: 2em 0.5em;
}
.about_item {
	-webkit-flex: 0 0 200px;
	flex: 0 0 200px;
        font-size:0.9em;
}

}
@media only screen and (max-width : 1030px) {
.img_text,
.text_red {
	font-size: 1em;
}
}
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) {
.pricing--rabten .pricing__item {
		width: 50%;
		flex: none;
		border: none;
		opacity: 1 !important;
}
.about_item {
	-webkit-flex: 0 0 190px;
	flex: 0 1 190px;
        font-size:0.90em;
}
}

@media only screen and (max-width : 430px) {
.owl-carousel {
	margin-top: 25px;
}
.about-tarif-cut {
	display: none;
}
.promo-button a:last-child {
	font-size: 1em;
	padding: 0;
}
.text_about {
	font-size: 1em;
	width: 100%;
}
.divider {
	width: 90%;
}
.about_table {
-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	width: 100%;
}
.table_items {
-webkit-flex: 0 0 170px;
	flex: 0 0 170px;
}
.img_text,
.text_red {
	margin-top: 5px;
	font-size: 0.95em;
}

.promo-text p, 
.tarif-plus {
	font-size: 1em;
	line-height: normal;
}
.tarif-plus span {
	font-family: FRAMDCN;
	color: #d20000;
	font-size: 1.3em;
}
.es-style_title,
.slide-two h4 {
	font-size: 2em;
	padding: 0;
}
.about_img {
-webkit-justify-content: start;
	justify-content: start;
}
.about_item {
-webkit-flex: 0 0 190px;
	flex: 0 0 190px;
}
.about_item img,
.table_items img {
	max-width: 80%;
	display: block;
}
.about_item p {
	margin-top: 5px;
	font-size: 1.3em;
}
.about_img .fa-plus {
	display: none;
}
.pricing {
	margin-bottom: 0px;
}
.pricing--rabten .pricing__item:hover {
-webkit-box-shadow: none;
   -moz-box-shadow: none;
	box-shadow: none;
}
.pricing--rabten .icon {
	font-size: 4.3em;
}
.pricing--rabten .pricing__title {
	font-size: 1.2em;
	margin: 1.10em 0 0.2em;
}
.pricing--rabten .pricing__item {
	width: 100%;
	border-bottom: 1px dashed #acacac;
	margin-bottom: 0px;
}
.pricing--rabten .pricing__item:last-child {
	border-bottom: none;
}
.pricing--rabten .pricing__sentence {
	margin: 0;
	padding: 0;
	font-size: 2.3em;
}
.pricing--rabten .pricing__feature-list {
	font-size: 1.30em;
	padding: 0.25em 0 1.5em;
}
.promo-button a:first-child {
	margin: 0 auto 15px;
	width: 100%;
}
.pricing--rabten .pricing__action {
	width: 100%;
}

.timeline {
    position: relative;
    padding: 0;
    list-style: none;
    margin-bottom: 35px;
    margin-top: 30px;
    display: block;
    font-family: FRAMDCN;
}
.img-circle {
   width: 80px;
   height: auto;
}
.timeline:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 40px;
    width: 2px;
    margin-left: -1.5px;
    background-color: #f1f1f1;
}

.timeline>li {
    position: relative;
    margin-bottom: 50px;
    min-height: 50px;
}

.timeline>li:before,
.timeline>li:after {
    content: " ";
    display: table;
}

.timeline>li:after {
    clear: both;
}

.timeline>li .timeline-panel {
    float: right;
    position: relative;
    width: 100%;
    padding: 0 20px 0 100px;
    text-align: left;
}

.timeline>li .timeline-panel:before {
    right: auto;
    left: -15px;
    border-right-width: 15px;
    border-left-width: 0;
}

.timeline>li .timeline-panel:after {
    right: auto;
    left: -14px;
    border-right-width: 14px;
    border-left-width: 0;
}

.timeline>li .timeline-image {
    z-index: 100;
    position: absolute;
    left: 0;
    margin-left: 0;
    border-radius: 100%;
    text-align: center;
    color: #fff;
    background-color: #fff;
}

.timeline>li .timeline-image h4 {
    margin-top: 12px;
    font-size: 10px;
    line-height: 14px;
}

.timeline>li.timeline-inverted>.timeline-panel {
    float: right;
    padding: 0 20px 0 100px;
    text-align: left;
}

.timeline>li.timeline-inverted>.timeline-panel:before {
    right: auto;
    left: -15px;
    border-right-width: 15px;
    border-left-width: 0;
}

.timeline>li.timeline-inverted>.timeline-panel:after {
    right: auto;
    left: -14px;
    border-right-width: 14px;
    border-left-width: 0;
}

.timeline>li:last-child {
    margin-bottom: 0;
}

.timeline .timeline-heading h4 {
    margin-top: 0;
    color: #d20000;
    font-size: 1.5em;
}

.timeline .timeline-heading h4.subheading {
    text-transform: none;
}

.timeline .timeline-body>p,
.timeline .timeline-body>ul {
    margin-bottom: 0;
    margin-top: 0;
}
}
@media only screen and (max-width : 395px) {
.timeline {
    font-size: 1.2em;
    line-height: 25px;
}
.timeline::before {
    bottom: 30px;
}
.timeline .timeline-heading h4 {
    font-size: 1.3em;
}
.timeline .timeline-body > p, .timeline .timeline-body > ul {
    font-size: 0.9em;
}
.about_table {
    -webkit-justify-content: center;
    justify-content: center;
}
.table_items img {
    max-width: 100%;
}
.table_items {
	padding-bottom: 15px;
}

.about_img {
    -webkit-justify-content: center;
    justify-content: center;
}
.about_item img {
    max-width: 100%;
}
.about_item p {
    font-size: 1.4em;
}
.pricing--rabten .pricing__item {
    padding: 2em 0;
}
.pricing--rabten .icon {
    font-size: 4.8em;
}
.pricing--rabten .pricing__sentence {
    font-size: 2.4em;
}
.pricing--rabten .pricing__price {
    font-size: 1.8em;
}
.pricing--rabten .pricing__feature-list {
    padding: 0.25em 0 1.4em;
}
}