@font-face{
	font-family: 'HelveticaNeueCyr';
	font-display: fallback;
	src:
		url('../fonts/HelveticaNeueCyr-Light.woff') format('woff');
	font-weight:300;
	font-style:normal
}
@font-face{
	font-family: 'HelveticaNeueCyr';
	font-display: fallback;
	src:
		url('../fonts/HelveticaNeueCyr-Roman.woff') format('woff');
	font-weight:400;
	font-style:normal
}
@font-face{
	font-family: 'HelveticaNeueCyr';
	font-display: fallback;
	src:
		url('../fonts/HelveticaNeueCyr-Medium.woff') format('woff');
	font-weight:500;
	font-style:normal
}
@font-face{
	font-family: 'HelveticaNeueCyr';
	font-display: fallback;
	src:
		url('../fonts/HelveticaNeueCyr-Bold.woff') format('woff');
	font-weight:700;
	font-style:normal
}

@font-face{
	font-family: 'Geometria';
	font-display: fallback;
	src:
		url('../fonts/Geometria.woff') format('woff');
	font-weight:400;
	font-style:normal
}
@font-face{
	font-family: 'Geometria';
	font-display: fallback;
	src:
		url('../fonts/Geometria-Medium.woff') format('woff');
	font-weight:500;
	font-style:normal
}
@font-face{
	font-family: 'Geometria';
	font-display: fallback;
	src:
		url('../fonts/Geometria-Bold.woff') format('woff');
	font-weight:700;
	font-style:normal
}

body {
	font-family: 'HelveticaNeueCyr', sans-serif;
	font-size: 16px;
	font-weight: 400;
}

a {
	text-decoration: none;	
}

svg {
    display: inline-block;
    vertical-align: middle;
    fill: currentColor;
}

svg:not([width]) {
    width: 1em;
    height: 1em;
}

svg:not(:root) {
    overflow: hidden;
}

.overlay {
	width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
    background: rgba(0,0,0,0.5);
}

.overlay-top {
	z-index: 2;
    position: relative;
}

.h100 {
	height: 100%;
}

.p-70 {
	padding: 70px 0;
}

.p-60 {
	padding: 60px 0;
}

.mt-50 {
	margin-top: 50px;	
}

.mt-100 {
	margin-top: 100px;	
}

.mt-170 {
	margin-top: 170px;	
}

.mt-200 {
	margin-top: 200px;	
}

.d-flex-column {
	flex-direction: column;
	justify-content: center;
}

.bg-gray {
	background: #262626;
}

.yellow {
	color: #ffe500;	
}

.fs-16 {
	font-size: 16px;	
}

.geometria {
	font-family: Geometria, sans-serif;
}

.link_st1 {
    color: inherit;
    border-bottom: 1px solid rgba(0, 0, 0, .5);
    -webkit-transition: border .2s;
    -o-transition: border .2s;
    transition: border .2s;
}

.link {
    display: inline;
    padding: 0;
    border: none;
    outline: none;
    background-color: transparent;
    cursor: pointer;
    line-height: 1;
    text-decoration: none;
}

.link_st1_theme1 {
    color: #17BDE4;
    border-bottom: 1px solid #17BDE4;
}

.link_st1:hover {
	color: #17BDE4;
    border-bottom-color: transparent !important;
}

.flex-center {
	display: flex;
    flex-wrap: wrap;
    justify-content: center;	
}

/* buttons */

.btn-scroll {
	height: 60px !important;	
}

.gloss:after {
	background: #fff;
	content: "";
	height: 155px;
	left: -75px;
	opacity: .5;
	position: absolute;
	top: -30px;
	-webkit-transform: rotate(35deg);
	-ms-transform: rotate(35deg);
	transform: rotate(35deg);
	-webkit-transition: all .4s;
	-o-transition: all .4s;
	transition: all .4s;
	width: 50px;
	z-index: 1;
	-webkit-animation: gloss 4s ease-out 0s infinite;
	animation: gloss 4s ease-out 0s infinite;
}
@-webkit-keyframes gloss {
	0% {
		left: -75px;
	}
	15%,100%{
		left: 120%;
	}
}
@keyframes gloss {
	0% {
		left: -75px;
	}
	15%,100%{
		left: 120%;
	}
}
.btn {
	display: inline-block;
	margin: 0;
	padding: 0;
	background-color: transparent;
	outline: none;
	border: none;
	line-height: 1;
	text-align: center;
	text-decoration: none;
	vertical-align: middle;
	cursor: pointer;
}
.btn__bg{
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	overflow: hidden;
}
.btn_st1{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 320px;
	height: 85px;
	font-family: Geometria, sans-serif;
	position: relative;
	top: 0;
	padding: 0;
	font-weight: 700;
	font-size: 18px;
	border-radius: 5px;
	-webkit-transition: background .2s, color .2s, top .2s;
	-o-transition: background .2s, color .2s, top .2s;
	transition: background .2s, color .2s, top .2s;
}
.btn_st1 .btn__icon,
.btn_st1 .btn__text{
	position: relative;
	text-shadow: 0 1px 1px rgb(255 255 255);
}
.btn_st1.btn_sm{
	font-size: 13px;
	padding: 15px 25px 12px;
}
.btn_st1.btn_md{
	padding: 25px 45px;
}
.btn_st1.btn_lg{
	padding: 32px 45px;
}
.btn_st1:before {
	content: '';
	position: absolute;
	left: 0;
	top: 5px;
	width: 100%;
	height: 100%;
	border-radius: 15px;
	-webkit-transition: background .2s, color .2s, top .2s, -webkit-box-shadow .2s;
	transition: background .2s, color .2s, top .2s, -webkit-box-shadow .2s;
	-o-transition: box-shadow .2s, background .2s, color .2s, top .2s;
	transition: box-shadow .2s, background .2s, color .2s, top .2s;
	transition: box-shadow .2s, background .2s, color .2s, top .2s, -webkit-box-shadow .2s;
	z-index: -1;
}
.btn_st1:hover{
	top: 2px;
}
.btn_st1:hover:before{
	top: 0;
}
.btn_st1_theme1:before{
	background: #CAAE25;
	-webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
}
.btn_st1_theme1 .btn__bg {
	border-radius: 5px;
	background: -webkit-gradient(linear, left top, left bottom, from(#FFE500), to(#FED200));
	background: -o-linear-gradient(top, #FFE500 0%, #FED200 100%);
	background: linear-gradient(180deg, #FFE500 0%, #FED200 100%);
}
.btn_st2{
	padding: 18px 32px;
	font-size: 15px;
	border-radius: 50px;
	-webkit-transition: background .2s, color .2s;
	-o-transition: background .2s, color .2s;
	transition: background .2s, color .2s;
}
.btn_st2:hover{
	background: #eee;
}
.btn_st2_theme1{
	background: #fff;
	color: #000;
}
.btn_st2_theme1:hover{
	background: #17BDE4;
	color: #fff;
}
.btn_st2_theme2{
	background: #17BDE4;
	color: #fff;
}
.btn_st2_theme2:hover{
	background: #049dbf;
}

.btn_st3{
	padding: 18px 32px;
	font-size: 15px;
	border: 1px solid #CBCBCB;
	border-radius: 5px;
	color: #1C1C1C;
	-webkit-transition: border .2s, background .2s, color .2s;
	-o-transition: border .2s, background .2s, color .2s;
	transition: border .2s, background .2s, color .2s;
}
.btn_st3:hover{
	border-color: #000;
}
.btn_st3_theme1{
	border-color: #17BDE4;
	color: #17BDE4;
}
.btn_st3_theme1:hover {
	border-color: #17BDE4;
	background: #17BDE4;
	color: #fff;
}
.btn-continue {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	height: 80px;
	cursor: pointer;
	background: #fff;
	-webkit-transition: background .2s;
	-o-transition: background .2s;
	transition: background .2s;
}
.btn-continue-icon {
	stroke: #11B8E3;
	font-size: 20px;
	margin-right: 20px;
	-webkit-transition: stroke .2s;
	-o-transition: stroke .2s;
	transition: stroke .2s;
}
.btn-continue-text {
	font-size: 15px;
	color: #11B8E3;
	border-bottom: 1px dashed;
	-webkit-transition: color .2s;
	-o-transition: color .2s;
	transition: color .2s;
}
.btn-continue:hover{
	background: #11B8E3;
}
.btn-continue:hover .btn-continue-icon{
	stroke: #fff;
}
.btn-continue:hover .btn-continue-text{
	color: #fff;
}

.btn-chat{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 214px;
	height: 50px;
	border: 1px solid #17BDE4;
	border-radius: 5px;
	cursor: pointer;
	-webkit-transition: background .2s;
	-o-transition: background .2s;
	transition: background .2s;
}
.btn-chat:hover{
	background: #17BDE4;
}
.btn-chat-icon{
	-ms-flex-negative: 0;
	flex-shrink: 0;
	margin-right: 24px;
	font-size: 18px;
	stroke: #17BDE4;
	-webkit-transition: stroke .2s;
	-o-transition: stroke .2s;
	transition: stroke .2s;
}
.btn-chat:hover .btn-chat-icon{
	stroke: #fff;
}
.btn-chat-text{
	font-size: 15px;
	color: #17BDE4;
	-webkit-transition: color .2s;
	-o-transition: color .2s;
	transition: color .2s;
}
.btn-chat:hover .btn-chat-text{
	color: #fff;
}

/* rating */

.bRating{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 30px;
}
.bRating__icon{
	font-size: 28px;
	color: #ccc;
	width: 26px;
    height: 26px;
}
.bRating__icon_full{
	color: #fc0;
}

/* video */

.si-main-media {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #000;
}

.si-main-media:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,.3);
}

.si-main-media video, .si-main-media img {
    width: 100%;
    height: calc(100% + 180px);
    margin-top: -180px;
    -o-object-fit: cover;
    object-fit: cover;
}

audio, canvas, progress, video {
    display: inline-block;
}

/*
##HEADER##
*/
.root-header{
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	z-index: 10;
	border-bottom: 1px solid rgba(255,255,255,.2);
}
.root-header .container{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 20px 0;
}
.root-header .l-logo{
	-ms-flex-negative: 0;
	flex-shrink: 0;
	margin-right: 27px;
}
.root-header .logo{
	color: #fff;
}
.root-header .slogan{
	font-size: 15px;
	line-height: 1.5;
	color: #fff;
	max-width: 205px;
}
.root-header .l-aside{
	position: absolute;
	right: 25px;
	margin-top: 10px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-left: auto;
}
.root-header .l-contact{
	margin-right: 45px;
}
.root-header .l-contact-email{
	margin-top: -5px;
}
.root-header .link-phone{
	font-family: Geometria, sans-serif;
	font-weight: 700;
	font-size: 24px;
	color: #fff;
    text-decoration: none;
}
.root-header .link-email{
	font-size: 15px;
	border-bottom-style: dashed;
}
.root-header .l-chat{
	display: none;
}
.root-header .l-search{
	margin-right: 10px;
}
.root-header .link-search,
.root-header .link-user{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 34px;
	height: 34px;
	cursor: pointer;
}
.root-header .link-search-icon,
.root-header .link-user-icon{
	font-size: 19px;
	stroke: #ffffff;
	-webkit-transition: stroke .2s;
	-o-transition: stroke .2s;
	transition: stroke .2s;
}
.root-header .link-search:hover .link-search-icon,
.root-header .link-user:hover .link-user-icon{
	stroke: #17BDE4;
}
.root-header.is-fixed{
	position: fixed;
	background: #fff;
	top: -100%;
	border-bottom: 1px solid rgba(0,0,0,.06);
}
.root-header.is-fixed.is-fixed-show{
	top: 0;
	-webkit-transition: top .5s;
	-o-transition: top .5s;
	transition: top .5s;
}
.root-header.is-fixed .container {
	padding: 19px 0;
	max-width: 1420px;
}
.root-header.is-fixed .logo {
	color: #000;
}
.root-header.is-fixed .logo-body {
	margin-left: 10px;
}
.root-header.is-fixed .slogan {
	font-size: 13px;
	color: #858585;
	max-width: 170px;
	font-weight: 300;
}
.root-header.is-fixed .l-aside {
	position: static;
	right: 0;
	margin-top: 0;
	margin-left: auto;
}
.root-header.is-fixed .l-contact {
	margin-right: 30px;
}
.root-header.is-fixed .l-chat{
	display: block;
	margin-right: 30px;
}

.root-header.is-fixed .link-phone{
	color: #000;
}

.root-header.is-fixed .link-search-icon,
.root-header.is-fixed .link-user-icon{
	font-size: 19px;
	stroke: #000;
	-webkit-transition: stroke .2s;
	-o-transition: stroke .2s;
	transition: stroke .2s;
}

.logo {
	display: inline-flex;
	align-items: center;
	text-decoration: none;
}
.logo-img{
	flex-shrink: 0;
	max-width: 50px;
}
.logo-body{
	margin-left: 18px;
}
.logo-t1{
	font-family: Geometria, sans-serif;
	font-size: 28px;
	font-weight: 700;
	margin-bottom: -4px;
}
.logo-t2{
	font-family: Geometria, sans-serif;
	font-weight: 700;
	font-size: 14px;
	color: #c0c0c0;
	letter-spacing: -0.2px;
}

/* main */

.main {
	height: 100vh;
	background: url(../img/main_bg.jpg) no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	z-index: 2;
	position:relative;
}

.main-title {
	font-family: Geometria, sans-serif;
	font-size: 56px;
    line-height: 1.2;
	font-weight: 700;
}

.main-title-yellow {
	background: #FFE500;
	padding: 30px;
	font-size: 42px;
	margin-bottom: 0;
}

.main-title-desc {
	font-family: Geometria, sans-serif;
	font-size: 24px;
}

.yellow-button {
	background: #fff55a;
    border-radius: 100px;
    padding: 15px 35px;
    font-weight: 700;
    border: 0;
}

.yellow-button:hover {
	background: #eee772;	
}

/* time */

.time-item{
	font-family: Geometria, sans-serif;
}

.time-title span {
	font-size: 92px;
	line-height: 90px;
	font-weight: 700;
	display: block;
}

.time-title {
    font-size: 32px;
    font-weight: 400;
	margin-bottom: 20px;
}

/* catalog */

.s-catalog {
    margin-top: -80px;
    padding-top: 45px;
    padding-bottom: 110px;
    background: #E5F7FF;
}

.s-catalog-body {
	margin-top: 75px;
}
.list-catalog{
	position: relative;
	min-height: 440px;
	margin-top: -40px;
}
.list-catalog-item{
	margin-top: 40px;
	margin-left: -60px;
	margin-right: -60px;
}
.shop-item {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 50px 80px 50px 50px;
	background: #fff;
	-webkit-box-shadow: 0 20px 50px rgba(0, 0, 0, 0.1);
	box-shadow: 0 20px 50px rgba(0, 0, 0, 0.1);
	border-radius: 5px;
	color: #000;
}
.shop-item:hover {
	color: #000;
}
.shop-item-c1 {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 370px;
}
.shop-item-c2 {
	margin-top: 20px;
	margin-bottom: 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}
.shop-item-c3 {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 340px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.shop-item-thumb {
	margin-right: 45px;
	height: 300px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
}
.shop-item-thumb img{
	max-height: 100%;
}
.shop-item-thumb img {
    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
}
.shop-item-name{
	font-family: Geometria, sans-serif;
	font-weight: 700;
	font-size: 30px;
}
.shop-item-name-st{
	color: #11B8E3;
}
.shop-item-t1{
	margin-bottom: 15px;
	line-height: 1.3;
	opacity: .8;
}
.shop-item-descr {
	margin-top: 25px;
	margin-bottom: 25px;
	max-width: 560px;
	font-size: 16px;
	line-height: 1.6;
	opacity: 0.8;
	font-weight: 300;
}
.shop-item-descr ul li {
	margin-bottom: 10px;	
}
.shop-item-price {
	margin-top: auto;
}
.shop-item-price-name {
	font-size: 15px;
	color: #827F7F;
	margin-bottom: 10px;
}
.shop-item-price-value {
	font-family: Geometria, sans-serif;
	font-weight: 700;
	font-size: 24px;
}
.shop-item-props {
	position: relative;
}
.shop-item-props:before{
	content: '';
	position: absolute;
	left: 50px;
	top: 0;
	bottom: 0;
	width: 1px;
	background: #D0D0D0;
}
.shop-item-props-item + .shop-item-props-item {
	margin-top: 40px;
}
.shop-item-props-item{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.shop-item-props-item-thumb {
	width: 25px;
}
.shop-item-props-value {
	margin-left: 55px;
	width: calc(100% - 80px);
	font-size: 17px;
	line-height: 1.4;
}


/* patent */

.patented{
	display:none;
	position: absolute;
	color: #000;
	padding: 7px 7px;
	border-radius: 3px;
	width: 120px;
	text-align: left;
	z-index: 100;
	right: 20px;
	top: 120px;
	opacity: 0.6;
	background: url('../../ifreework_com/images/white.png') top left repeat;
}
    
.patented b {
    display: block;
    font-size: 90%;
    margin-top: 5px;
    color: #11b8e3;
}

/* dealer carousel */

.swiper-dealer {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
}

/* reviews */

.reviews {
	overflow: hidden;
    position: relative;
    background: #fff;
}

.swiper-pagination {
    position: relative !important;
}

.swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
    margin-top: 50px !important;
}

.swiper-pagination-bullet {
    width: 14px !important;
    height: 14px !important;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
    background: white !important;
    border: 2px solid #C4C4C4 !important;
	opacity: 1 !important;
}

.swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #C4C4C4 !important;
}

.review-item {
    padding-right: 30px;
}

.review-item.swiper-slide-active {
	border-right: 1px solid #D1CECE;
}

.review-item.swiper-slide-next {
	border-right: 1px solid #D1CECE;
}

.review-head {
	display: flex;
	flex-direction: row;
    justify-content: space-between;
}

.review-name {
	margin-left: 0px;
}

.review-date {
	display: block;	
}

.review-link a {
	color: #000;
}

.rate {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
    position: relative;
	 top: 6px;
}

.rate li {
    width: 22px;
    opacity: 1;
    height: 16px;
    background-image: url('/assets/templates/yar/img/star-yellow.png');
    background-position: center;
    background-size: 100%;
    background-repeat: no-repeat;
    margin-right: 7px;
}

.review-more {
	 font-weight: 700;
    text-transform: uppercase;
    font-size: 14px;
    text-decoration: underline;
    color: #000;
}
.review-more:hover {
	text-decoration: none;
	color: #000;
}
/* old reviews */

.s-review .container{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.s-review-c1 {
	position: relative;
	width: calc(100% - 470px);
	min-height: 700px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.s-review-c2 {
	margin-left: 40px;
	width: 430px;
}
.s-review-bg{
	position: absolute;
	left: -50vw;
	right: 0;
	top: 0;
	bottom: 0;
	background: #E5F7FF;
	border-radius: 5px;
	overflow: hidden;
}
.s-review-bg:before {
	content: '';
	position: absolute;
	width: 100vw;
	height: 1200px;
	right: 760px;
	top: -40px;
	-webkit-transform: skewX(18deg);
	-ms-transform: skewX(18deg);
	transform: skewX(18deg);
	background: -o-radial-gradient(3.83% -0.12%, 106.6% 139.2%, #b5e9f9 0%, rgba(17, 184, 227, 0) 120%);
	background: radial-gradient(106.6% 139.2% at 3.83% -0.12%, #b5e9f9 0%, rgba(17, 184, 227, 0) 120%);
}
.s-review-main {
	position: relative;
	max-width: 450px;
	padding: 50px 0;
	z-index: 2;
}
.s-review-title {
	font-family: Geometria, sans-serif;
	font-weight: 400;
	font-size: 40px;
	line-height: 44px;
}
.s-review-title b{
	font-weight: 700;
}
.s-review-title .st {
	color: #11B8E3;
}
.s-review-title br{
	font-weight: 500;
}
.s-review-descr {
	margin-top: 20px;
	font-size: 17px;
	line-height: 1.5;
	opacity: 0.8;
}
.s-review-action {
	margin-top: 40px;
}
.s-review-action .btn {
	font-size: 15px;
	width: 280px;
}
.s-review-media {
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: 1;
}
.s-review-media-img-r1,
.s-review-media-img-r2,
.s-review-media-img-r3 {
	position: absolute;
	background: #fff;
	-webkit-box-shadow: 0 20px 50px rgba(0, 0, 0, 0.05);
	box-shadow: 0 20px 50px rgba(0, 0, 0, 0.05);
	border-radius: 5px;
	padding: 10px;
	z-index: 1;
}
.s-review-media-img-r1 {
	right: 20px;
	top: -60px;
	-webkit-animation: wave 6s .3s linear infinite;
	animation: wave 6s .3s linear infinite;
}
.s-review-media-img-r2 {
	top: 150px;
	left: -75px;
	-webkit-animation: wave 6s 0s linear infinite;
	animation: wave 6s 0s linear infinite;
}
.s-review-media-img-r3 {
	bottom: 95px;
	left: -130px;
	-webkit-animation: wave 6s .5s linear infinite;
	animation: wave 6s .5s linear infinite;
}

.s-review-rating {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	background: #fff;
	-webkit-box-shadow: 0 20px 50px rgba(0, 0, 0, 0.05);
	box-shadow: 0 20px 50px rgba(0, 0, 0, 0.05);
	border-radius: 5px;
}
.s-review-rating-c1 {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 140px;
	background: #F9F9F9;
}
.s-review-rating-total-num {
	font-family: Geometria, sans-serif;
	font-size: 50px;
	font-weight: 700;
}
.s-review-rating-c2 {
	padding: 30px 25px 30px 23px;
}
.s-review-rating-r1 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.s-review-rating-stars {
	margin-right: 18px;
	max-width: 120px;
    height: 30px;
}
.s-review-rating-value {
	font-family: Geometria, sans-serif;
	font-weight: 700;
	font-size: 24px;
}
.s-review-rating-t1 {
	margin-top: 10px;
	font-size: 13px;
	line-height: 1.5;
	opacity: 0.6;
}
.s-review-sites {
	margin-top: 25px;
}
.s-review-sites-grid {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-top: -26px;
	margin-left: -13px;
	margin-right: -13px;
}
.s-review-sites-grid-item {
	width: 50%;
	padding-left: 13px;
	padding-right: 13px;
	margin-top: 16px;
}
.s-review-sites-box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 10px;
	height: 80px;
	background: #fff;
	-webkit-box-shadow: 0 20px 50px rgba(0, 0, 0, 0.05);
	box-shadow: 0 20px 50px rgba(0, 0, 0, 0.05);
	border-radius: 5px;
	-webkit-transition: -webkit-transform .35s, -webkit-box-shadow .35s;
	transition: -webkit-transform .35s, -webkit-box-shadow .35s;
	-o-transition: transform .35s, box-shadow .35s;
	transition: transform .35s, box-shadow .35s;
	transition: transform .35s, box-shadow .35s, -webkit-transform .35s, -webkit-box-shadow .35s;
}
.s-review-sites-box:hover{
	-webkit-transform: translateY(-5px);
	-ms-transform: translateY(-5px);
	transform: translateY(-5px);
	-webkit-box-shadow: 0 20px 50px rgba(0, 0, 0, 0.1);
	box-shadow: 0 20px 50px rgba(0, 0, 0, 0.1);
}
.s-review-sites-box img{
	max-height: 100%;
}

/* steps why */

.step-item {
    position: relative;
    display: block;
}

.step-item-body {
    margin-top: 25px;
}

.step-item-pos {
    position: absolute;
    left: 20px;
    top: -30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: #fff;
    font-family: Geometria, sans-serif;
    font-weight: 700;
    font-size: 18px;
    color: #232323;
    z-index: 1;
	-webkit-box-shadow: 0 5px 10px rgb(0 0 0 / 7%);
    box-shadow: 0 5px 10px rgb(0 0 0 / 7%);
    -webkit-transition: all 0.3s 0s ease;
}

.step-item-thumb {
    height: 260px;
    border-radius: 5px;
    overflow: hidden;
}

.step-item-thumb img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.step-item-name {
    font-family: Geometria, sans-serif;
    font-weight: 700;
    font-size: 22px;
	line-height: 26px;
	min-height: 52px;
}

.step-item-descr {
    margin-top: 25px;
    font-size: 16px;
    line-height: 1.6;
}

.thumb-video video {
	height: inherit;
}

/* dealers */

.dealers-grid {
	display: flex;	
}

.montage-item {
    background: #fff;
    -webkit-box-shadow: 0 20px 50px rgb(0 0 0 / 5%);
    box-shadow: 0 20px 50px rgb(0 0 0 / 5%);
    border-radius: 5px;
    overflow: hidden;
    -webkit-transition: -webkit-transform .35s, -webkit-box-shadow .35s;
    transition: -webkit-transform .35s, -webkit-box-shadow .35s;
    -o-transition: transform .35s, box-shadow .35s;
    transition: transform .35s, box-shadow .35s;
    transition: transform .35s, box-shadow .35s, -webkit-transform .35s, -webkit-box-shadow .35s;
	height: 100%;
	padding: 15px;
}

.montage-item:hover {
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
    -webkit-box-shadow: 0 20px 50px rgb(0 0 0 / 15%);
    box-shadow: 0 20px 50px rgb(0 0 0 / 15%);
}

.montage-item-thumb {
    display: block;
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background: #fff;
}

.montage-item-thumb img {
    
}

.montage-item-thumb-dark {
    background: #000;
}

.montage-item-body {
    padding: 15px 15px;
}

.montage-item-name {
    font-size: 18px;
    line-height: 1.5;
    font-weight: 700;
    overflow: hidden;
}

.montage-item-descr {
    margin-top: 15px;
    font-size: 14px;
    line-height: 1.5;
    opacity: 0.7;
    overflow: hidden;
}

.montage-item-source {
    margin-top: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 15px;
}

/* start dealer */

.dealer-card { 
	-webkit-box-shadow: 0 5px 10px rgba(0,0,0,0.07);
	box-shadow: 0 5px 10px rgba(0,0,0,0.07);
	-webkit-transition: all 0.3s 0s ease;
	-moz-transition: all 0.3s 0s ease;
	-o-transition: all 0.3s 0s ease;
	transition: all 0.3s 0s ease;
}

/*.dealer-card:hover {
	cursor: pointer;
	-webkit-box-shadow: 0 12px 18px rgba(0,0,0,0.102);
	box-shadow: 0 12px 18px rgba(0,0,0,0.102);
}*/

.dealer-item-title {
    font-family: Geometria, sans-serif;
    font-weight: 700;
    font-size: 20px;
    margin-bottom: 15px;
	min-height: 60px;
}

.dealer-item-desc {
	padding: 15px;	
}

.dealer-btn {
	width: 520px;	
}

/* quiz */

.quiz-wrap {
	min-height: 600px;
	background: #FFE100;
	/*background: url('/assets/images/yaroslavl/eurolos-production-03-1280.jpg') no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;*/
	z-index: 2;
	position:relative;
	    -webkit-box-shadow: 0 5px 10px rgb(0 0 0 / 7%);
    box-shadow: 0 5px 10px rgb(0 0 0 / 7%);
}

/* quiz old substyle */

/* Slider */

#quiz {
	width: 768px;
}

.slider_war.quiz {
  width: 100%;
  margin: 20px auto;
  padding: 0 0px;
  position: relative;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
    /*box-shadow: 0 4px 20px -2px rgba(0,0,0,.5);*/ 
  min-height: 320px;
}
  .item-slide-item {
    width: 31%;
    padding: 0;
    display: inline-block;
    margin-right: 12px; 
    vertical-align: text-top;
    margin-top: 27px;
    position: relative;
    margin-bottom: 30px;
  }
  .item-slide-item:nth-child(4){margin-right: 0px;}
  .content-container .content-block .content .block-subtitle.add {
    font-size: 20px;
    line-height: 1.3;
    color: gray;
    text-align: center;
    margin-top: 8px;
  }

  .quiz h3{text-align: center;color: #ffffff;}
  .q_h2 {text-align: center;font-size: 36px;font-weight: 700;}
  .quiz .q_h2{
	padding-top: 25px;
	color: #000;
	font-family: 'Geometria Bold',Tahoma,Verdana;
}

.calc-container_popup .form-field {
  position: relative;
  width: 100%;
  padding: 20px 22px 20px 22px;
  border: 1px solid #bcbcbc;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.calc-container_popup .button-wrap .button {
  padding: 1px 0 0 0;
  height: 66px;
  font-size: 16px;
}

.calc-block {
	padding: 30px;
    background-color: #fff;
    max-width: 700px;
    margin: 30px auto;
}

.button-wrap.yellow {
    width: 100%;
    border-bottom: 1px solid #c1b882;
    padding: 0 0 4px 0;
    background: #d1b424;
    -moz-border-radius: 4px 4px 12px 12px;
    -webkit-border-radius: 4px 4px 12px 12px;
    border-radius: 4px 4px 12px 12px;
}

.button-wrap.yellow .button {
    width: 100%;
    font-size: 14px;
    padding: 0 0 1px 0;
    text-shadow: 0 1px 1px rgb(255 255 255);
    background: #f8da19 url(../img/button1.png) 0 0 repeat-x;
    background-size: auto 100%;
    box-shadow: 0px 0px 19px -6px rgb(50 50 50 / 25%);
	position: relative;
    border: 0;
    font-family: 'Geometria', Tahoma, Verdana;
	font-weight: 700;
    text-align: center;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -webkit-appearance: none;
}

  .calc-container_popup .wrapper {
    margin-bottom: 25px;
  }
  
.block-subtitle.add {
    font-size: 20px;
    line-height: 1.3;
    color: #000;
    text-align: center;
    margin-top: 8px;
}

.quiz-subtitle {
    text-align: center;
    color: #000;
    font-size: 30px;
    line-height: 30px;
    font-weight: 700;
    font-family: 'Geometria Bold', Tahoma, Verdana;
}

.maplinks {padding: 20px 0;text-align: center;}
.maplinks h3{font-size: 30px;line-height: 30px;}
.maplinks .items{margin: 30px 0px;}
.maplinks .item{width: 31.3%;margin-bottom:40px;padding-bottom:0;box-shadow: 0px 4px 20px -2px rgba(0, 0, 0, 0.4);
position: relative;
text-align: left;
display: inline-block;
vertical-align: top;
margin-right: 3%;
border-radius: 3px;
overflow: hidden;
}
.maplinks .item:nth-child(3){
margin-right: 0%;
}
.maplinks .item:nth-child(4){
margin-right: 0%;
}
.maplinks .item:nth-child(5) {
    margin-right: 0%;
	margin-left: 3%;
}
.maplinks .item:after{
content: "";
position: absolute;
left: 0;
bottom: 0;
width: 100%;
height: 100px;
background: url('../img/transcover-black.png') 0 0 repeat-x;
z-index: 1;
}
.maplinks .item  .img{
background-repeat: no-repeat;
background-position: top center;
background-size: auto auto;
background-size: auto auto;
background-size: cover;
height:	250px;
margin-bottom:0;
display:block;
color:#fff;
}
.maplinks .item  .img:hover{color:#11b8e3;cursor:pointer;}
.maplinks .item  h4{
padding: 20px 25px 20px 25px;
position: absolute;
bottom: 0;
display: block;
font-size: 20px;
line-height: 22px;
font-family: 'Geometria Bold', Tahoma, Verdana;
z-index: 2;
}
.quiz-mini-title{
padding: 20px 25px 20px 25px;
position: absolute;
bottom: 0;
display: block;
font-size: 20px;
line-height: 22px;
font-family: 'Geometria Bold', Tahoma, Verdana;
z-index: 2;
}

.load_img {
    background: url(../img/load.gif) rgba(255, 255, 255, 0) center center no-repeat;
}

.load_img {
    background: url(../img/load.gif) #010709 center center no-repeat;
    height: 100%;
    position: fixed;
    width: 100%;
    top: 0px;
    display: none;
    left: 0;
    opacity: 0.2;
}

.popup-back {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #010709;
    opacity: 0.85;
    z-index: 998;
}

.popup-thankyou {
    max-width: 500px;
    height: 150px;
    padding: 30px;
    margin: -90px 0 0 -200px;
}

.popup {
    display: none;
    position: fixed;
    left: 47%;
    top: 50%;
    background: #FFF;
    z-index: 998;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
}
.popup .subtitle {
	padding: 0 0 30px 0;
	font-size: 18px;
    text-align: center;
}
.popup .close:hover {
    cursor: pointer;
    background-position: -54px -161px;
}

.popup .close {
    position: absolute;
    right: -46px;
    top: -46px;
    width: 42px;
    height: 43px;
    background: url(/assets/templates/ifreework_com/images/sprite.png) -8px -161px no-repeat;
    z-index: 999;
}


/* footer */


/* media */

@media only screen and (max-width: 1366px) {
	
	.s-review-main {
		margin-left: -50px;
	}
	
	.s-review-media {
		right: -56px;
	}
	
	.s-review-c2 {
		width: 300px;
	}
	
	.s-review-c1 {
		width: 100%;
	}
	
	.s-review-sites-box img {
		width: 100%;
	}
	
}

@media only screen and (max-width: 768px) {
    .main-title {
		font-size: 32px;
	}
	
	.main-title-yellow {
		font-size: 22px;
	}
	
	.dealer-item {
		padding-left: 12px !important;
		padding-right: 12px !important
	}
	
	.quiz-wrap {
    	height: 500px;
	}
	
	.maplinks .item .img {
		height: 200px;
	}
	
	#quiz {
		width: 710px;
	}
	
	.mt-200 {
		margin-top: 90px;
	}
	
	.s-review-sites-box img {
		width: auto;
	}
}

@media only screen and (max-width: 576px) {
	
	.dealer-item {
		padding-left: 12px !important;
		padding-right: 12px !important
	}
	
	.quiz-wrap {
		height: 750px;
	}
	
	#quiz {
		width: 320px;
	}
	
	.q_h2 {
		font-size: 20px;
	}

	.slider_war.quiz {
		margin: 0 auto;
	}
	
	.block-subtitle.add {
		font-size: 16px;
	}
	
	.quiz-subtitle {
		font-size: 20px;
	}
	
	.maplinks .item {
		width: 100%;
		margin-bottom: 15px;
	}
	
	.maplinks .item .img {
		height: 140px;
	}
	
}