

/* Start:/bitrix/templates/vilka_lp_s1/components/bitrix/catalog.section/big_section/style.css?15301723882164*/
.section_9 {
	background: #F2F2F2;
}
.section_9 .item {
	background: #fff;
	padding: 35px;
	font-size: 24px;
	position:relative;
	border-bottom: 4px solid #dedede;

}
.section_9 .catalog_index {
	margin-bottom: 30px;
	-webkit-box-shadow: 0 15px 15px -10px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0 15px 15px -10px rgba(0, 0, 0, 0.3);
	box-shadow: 0 15px 15px -10px rgba(0, 0, 0, 0.3);
}
.section_9 .pic {
	float: left;
	width: 500px;
	margin-right: 45px;
}

.section_9 .lable {
	background: url("/bitrix/templates/vilka_lp_s1/components/bitrix/catalog.section/big_section/../../../../images/hit.png?2") no-repeat;
	width: 86px;
	height: 86px;
	position: absolute;
	right:0;
	top:0;
}

.section_9 .name {
	font-size: 36px;
	color: #444444;
	margin-bottom: 15px;
}
.section_9 .price {
	font-size: 44px;
	background: #ebebeb;
	color: #333;
	padding: 15px 10px;
	height: 70px;
	line-height: 1;
	display: inline-block;
	position: relative;
	margin: 20px 0 40px;
}
.section_9 .price .str {
	background: url("/bitrix/templates/vilka_lp_s1/components/bitrix/catalog.section/big_section/../../../../images/price_right.png") no-repeat;
	display: block;
	position: absolute;
	width: 36px;
	height: 70px;
	top: 0;
	right: -35px;
}
.section_9 .bt_1 {
	font-size: 24px;
	font-weight: bold;
	width: 180px;
	padding: 15px 0;
	line-height: 1;
}
.section_9 .catalog_index .owl-buttons div {
	position: absolute;
	background: url("/bitrix/templates/vilka_lp_s1/components/bitrix/catalog.section/big_section/../../../../images/slide_strel.png?2") 0 0  no-repeat;
	width:50px;
	height: 0;
	padding-top:100px;
	overflow: hidden;
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -50px;
}
.section_9 .catalog_index .owl-buttons div.owl-next {
	right: 0;
	left: auto;
	background-position: 100% 0;
}
.section_9 .catalog_index .owl-buttons div:hover {
	background-position: 0 100%;
}
.section_9 .catalog_index .owl-buttons div.owl-next:hover {
	background-position: 100% 100%;
}

.section_9 .catalog_index .owl-pagination {
	position:absolute;
	width: 100%;
	text-align: center;
	padding-top: 15px;

}
.section_9 .catalog_index .owl-pagination .owl-page {
	display: inline-block;
	width: 15px;
	height: 15px;
	border-radius: 30px;
	background: #008bbf;
	margin: 0 4px;
}
.section_9 .catalog_index .owl-pagination .owl-page:hover,
.section_9 .catalog_index .owl-pagination .owl-page.active {
	background: #ff6000;
}
/* End */


/* Start:/bitrix/templates/vilka_lp_s1/js/owl/owl.carousel.css?15301723885598*/
/* 
 * 	Core Owl Carousel CSS File
 *	v1.23
 */

/* clearfix */
.owl-carousel .owl-wrapper:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
/* display none until init */
.owl-carousel{
	display: none;
	position: relative;
	width: 100%;
	-ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper{
	display: none;
	position: relative;
	-webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer{
	overflow: hidden;
	position: relative;
	width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight{
	-webkit-transition: height 500ms ease-in-out;
	-moz-transition: height 500ms ease-in-out;
	-ms-transition: height 500ms ease-in-out;
	-o-transition: height 500ms ease-in-out;
	transition: height 500ms ease-in-out;
}
	
.owl-carousel .owl-item{
	float: left;
}
.owl-controls .owl-page,
.owl-controls .owl-buttons div{
	cursor: pointer;
}
.owl-controls {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* mouse grab icon */
.grabbing { 
    cursor:url(/bitrix/templates/vilka_lp_s1/js/owl/grabbing.png) 8 8, move;
}

/* fix */
.owl-carousel  .owl-wrapper,
.owl-carousel  .owl-item{
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility:    hidden;
	-ms-backface-visibility:     hidden;
}

/* CSS3 Transitions */

.owl-origin {
	-webkit-perspective: 1200px;
	-webkit-perspective-origin-x : 50%;
	-webkit-perspective-origin-y : 50%;
	-moz-perspective : 1200px;
	-moz-perspective-origin-x : 50%;
	-moz-perspective-origin-y : 50%;
	perspective : 1200px;
}
/* fade */
.owl-fade-out {
  z-index: 10;
  -webkit-animation: fadeOut .7s both ease;
  -moz-animation: fadeOut .7s both ease;
  animation: fadeOut .7s both ease;
}
.owl-fade-in {
  -webkit-animation: empty 1ms both ease;
  -moz-animation: empty 1ms both ease;
  animation: empty 1ms both ease;
}
/* backSlide */
.owl-backSlide-out {
  -webkit-animation: backSlideOut 1s both ease;
  -moz-animation: backSlideOut 1s both ease;
  animation: backSlideOut 1s both ease;
}
.owl-backSlide-in {
  -webkit-animation: backSlideIn 1s both ease;
  -moz-animation: backSlideIn 1s both ease;
  animation: backSlideIn 1s both ease;
}
/* goDown */
.owl-goDown-out {
  -webkit-animation: scaleToFade .7s ease both;
  -moz-animation: scaleToFade .7s ease both;
  animation: scaleToFade .7s ease both;
}
.owl-goDown-in {
  -webkit-animation: goDown .6s ease both;
  -moz-animation: goDown .6s ease both;
  animation: goDown .6s ease both;
}
/* scaleUp */
.owl-fadeUp-in {
  -webkit-animation: scaleUpFrom .5s ease both;
  -moz-animation: scaleUpFrom .5s ease both;
  animation: scaleUpFrom .5s ease both;
}

.owl-fadeUp-out {
  -webkit-animation: scaleUpTo .5s ease both;
  -moz-animation: scaleUpTo .5s ease both;
  animation: scaleUpTo .5s ease both;
}
/* Keyframes */
/*empty*/
@-webkit-keyframes empty {
  0% {opacity: 1}
}
@-moz-keyframes empty {
  0% {opacity: 1}
}
@keyframes empty {
  0% {opacity: 1}
}
@-webkit-keyframes fadeOut {
  0% { opacity:1; }
  100% { opacity:0; }
}
@-moz-keyframes fadeOut {
  0% { opacity:1; }
  100% { opacity:0; }
}
@keyframes fadeOut {
  0% { opacity:1; }
  100% { opacity:0; }
}
@-webkit-keyframes backSlideOut {
  25% { opacity: .5; -webkit-transform: translateZ(-500px); }
  75% { opacity: .5; -webkit-transform: translateZ(-500px) translateX(-200%); }
  100% { opacity: .5; -webkit-transform: translateZ(-500px) translateX(-200%); }
}
@-moz-keyframes backSlideOut {
  25% { opacity: .5; -moz-transform: translateZ(-500px); }
  75% { opacity: .5; -moz-transform: translateZ(-500px) translateX(-200%); }
  100% { opacity: .5; -moz-transform: translateZ(-500px) translateX(-200%); }
}
@keyframes backSlideOut {
  25% { opacity: .5; transform: translateZ(-500px); }
  75% { opacity: .5; transform: translateZ(-500px) translateX(-200%); }
  100% { opacity: .5; transform: translateZ(-500px) translateX(-200%); }
}
@-webkit-keyframes backSlideIn {
  0%, 25% { opacity: .5; -webkit-transform: translateZ(-500px) translateX(200%); }
  75% { opacity: .5; -webkit-transform: translateZ(-500px); }
  100% { opacity: 1; -webkit-transform: translateZ(0) translateX(0); }
}
@-moz-keyframes backSlideIn {
  0%, 25% { opacity: .5; -moz-transform: translateZ(-500px) translateX(200%); }
  75% { opacity: .5; -moz-transform: translateZ(-500px); }
  100% { opacity: 1; -moz-transform: translateZ(0) translateX(0); }
}
@keyframes backSlideIn {
  0%, 25% { opacity: .5; transform: translateZ(-500px) translateX(200%); }
  75% { opacity: .5; transform: translateZ(-500px); }
  100% { opacity: 1; transform: translateZ(0) translateX(0); }
}
@-webkit-keyframes scaleToFade {
  to { opacity: 0; -webkit-transform: scale(.8); }
}
@-moz-keyframes scaleToFade {
  to { opacity: 0; -moz-transform: scale(.8); }
}
@keyframes scaleToFade {
  to { opacity: 0; transform: scale(.8); }
}
@-webkit-keyframes goDown {
  from { -webkit-transform: translateY(-100%); }
}
@-moz-keyframes goDown {
  from { -moz-transform: translateY(-100%); }
}
@keyframes goDown {
  from { transform: translateY(-100%); }
}

@-webkit-keyframes scaleUpFrom {
  from { opacity: 0; -webkit-transform: scale(1.5); }
}
@-moz-keyframes scaleUpFrom {
  from { opacity: 0; -moz-transform: scale(1.5); }
}
@keyframes scaleUpFrom {
  from { opacity: 0; transform: scale(1.5); }
}

@-webkit-keyframes scaleUpTo {
  to { opacity: 0; -webkit-transform: scale(1.5); }
}
@-moz-keyframes scaleUpTo {
  to { opacity: 0; -moz-transform: scale(1.5); }
}
@keyframes scaleUpTo {
  to { opacity: 0; transform: scale(1.5); }
}


/* End */


/* Start:/bitrix/templates/vilka_lp_s1/components/bitrix/news.list/how_does_it_work/style.css?1530172388730*/
.section_2 {
    background: #f2f2f2;
}
.section_2 .wr {
    text-align: center;
}
.section_2 .item {
    display: inline-block;
    width: 240px;
    vertical-align: top;
    padding:0 30px 0 0;
    font-size: 17px;
    color: #666666;
    background: url("/bitrix/templates/vilka_lp_s1/components/bitrix/news.list/how_does_it_work/../../../../images/strel_right.png") 98% 85px no-repeat;
}
.section_2 .item:last-child {
	width: 210px;
    padding: 0;
    background: none;
}

.section_2 .item .img {
    display: inline-block;
    width: 122px;
    height: 122px;
    border-radius: 130px;
    background: #008bbf;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    margin: 5px 0 10px;
}
.section_2 .item .name {
    font-weight: bold;
    margin-bottom: 4px;
    font-size: 30px;
}
/* End */


/* Start:/bitrix/templates/vilka_lp_s1/components/bitrix/news.list/service/style.css?15301723881011*/
.section_4 {
    background:#e9e9e9;
}
.section_4 .wr {
    color: #fff;
    text-align: center;
}
.section_4 .item {
    display: inline-block;
    width: 190px;
    background: #008bbf;
    font-size: 16px;
    line-height: 1;
    text-align: left;
    color: #fff;
    margin: 0 3px 50px;
    position: relative;
}
.section_4 .item .serv_bot {
    position: absolute;
    bottom: -21px;
    background: url("/bitrix/templates/vilka_lp_s1/components/bitrix/news.list/service/../../../../images/service_bot.png") no-repeat;
	background-size: contain;
    height: 21px;
    width: 190px;
}


.section_4 .item .img {
    display: block;
    width: 190px;
    height: 150px;
    background: #fff;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    margin: 0 0 15px;
    line-height: 0;
}
.section_4 .item .name {
    font-weight: bold;
    margin-bottom: 4px;
    font-size: 18px;
    text-align: center;
    text-transform: uppercase;
}
.section_4 .item .descr {
    padding: 0 10px 10px;
}
.section_4 .item .bt_2 {
    margin-top: 10px;
    width: 150px;
}
/* End */


/* Start:/bitrix/templates/vilka_lp_s1/components/bitrix/news.list/why_we/style.css?1530172388955*/
.section_3 {
    background:url("/bitrix/templates/vilka_lp_s1/components/bitrix/news.list/why_we/../../../../images/sect_3_bg.png");

}
.section_3 .wr {
    color: #fff;
    text-align: center;
}
.section_3 .item {
    display: inline-block;
    font-size: 20px;
    line-height: 1;
    text-align: left;
}


.section_3 .item .img {
    display: inline-block;
    vertical-align: middle;
    width: 120px;
    height: 120px;
    border-radius: 130px;
    background: #fff;
    border: 4px solid #fff;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    margin: 5px 30px 10px 0;
}
.section_3 .item .name {

    font-weight: bold;
    margin-bottom: 4px;
    font-size: 24px;
}
.section_3 .item .descr {
    display: inline-block;
    width: 600px;
    vertical-align: middle;
    margin-right: 134px;
}
.section_3 .item.second .descr {
    margin-left: 154px;
    margin-right: 0;
}
.section_3 .item.second .img {
    margin-right: 0;
    margin-left: 10px;
}
.section_3 .zag_big {
    color: #fff;
}
/* End */


/* Start:/bitrix/templates/vilka_lp_s1/components/bitrix/news.list/reviw/style.css?1530172388992*/
.section_6 {
    background:#e9e9e9;

}
.section_6 .wr {
}
.section_6 .item {
    float: left;
    vertical-align: top;
    font-size: 16px;
    line-height: normal;
    width: 50%;
    position: relative;
    margin-bottom: 30px;
}
.section_6 .item .img {
    float: left;
    width: 100px;
    height: 100px;
    border-radius: 130px;
    background: #fff;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    margin: 5px 10px 10px 0;
}
.section_6 .item .name {
    font-weight: 300;
    color: #008bbf;
    margin-top: 15px;
    font-size: 16px;
}
.section_6 .item .descr {
    margin-top: 40px;
    float: left;
    width: 340px;
    padding: 10px 15px;
    background: #fff;
    border-radius: 6px;
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
    position: relative;
}
.section_6 .item .descr .rev_hvost {
    position: absolute;
    background: url("/bitrix/templates/vilka_lp_s1/components/bitrix/news.list/reviw/../../../../images/rev_hvost.png") no-repeat;
    width: 32px;
    height: 31px;
    top: 70px;
    left: -32px;
}

/* End */


/* Start:/bitrix/templates/vilka_lp_s1/components/bitrix/news.list/partners/style.css?1530172388431*/
.section_7 .wr {
    text-align: center;
}
.section_7 .item {
    float: left;
    /* width: 33.33%; */
    text-align: center;
    z-index: 10;
    position: relative;
}

.section_7 .item .img {
    display:block;
    margin: 0 auto;
    width: 150px;
    height: 150px;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    z-index: 0;
}
.section_7 .item:hover {
    box-shadow: 0 1px 8px rgba(0, 0, 0, 0.2);
}

/* End */


/* Start:/bitrix/templates/vilka_lp_s1/components/bitrix/news.list/gallery/style.css?15301723881182*/
.section_10 {
    background: #f2f2f2;
}

.section_10 .wr {
    text-align: center;
}
.section_10 .item {
    float: left;
    width: 240px;
    height: 240px;
    overflow: hidden;
    text-align: center;
    z-index: 10;
    position: relative;
    margin-right: 10px;
    margin-bottom: 10px;
}
.section_10 .item:nth-child(5n) {
    margin-right: 0;
}

.section_10 .item img {
    display:block;
    margin: 0 auto;
    line-height: 0;
    width: 100%;
    height: auto;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    z-index: 0;
}
.section_10 .item .mask {
    position: absolute;
    width: 100%;
    height: 100%;
    background: url("/bitrix/templates/vilka_lp_s1/components/bitrix/news.list/gallery/../../../../images/mask.png");
    left: 0;
    top: 0;
    color: #fefefe;
    font-size: 17px;
    opacity: 0;
    -webkit-transition: opacity ease-out 0.5s;
    -moz-transition: opacity ease-out 0.5s;
    -o-transition: opacity ease-out 0.5s;
    transition: opacity ease-out 0.5s;
}
.section_10 .item .mask span {
    display: block;
    width: 100%;
    height: 100%;
    background: url("/bitrix/templates/vilka_lp_s1/components/bitrix/news.list/gallery/../../../../images/plus.png") 50% 50% no-repeat;
    padding-top: 70%;
}
.section_10 .item:hover .mask {
    opacity: 1;
}
/* End */
/* /bitrix/templates/vilka_lp_s1/components/bitrix/catalog.section/big_section/style.css?15301723882164 */
/* /bitrix/templates/vilka_lp_s1/js/owl/owl.carousel.css?15301723885598 */
/* /bitrix/templates/vilka_lp_s1/components/bitrix/news.list/how_does_it_work/style.css?1530172388730 */
/* /bitrix/templates/vilka_lp_s1/components/bitrix/news.list/service/style.css?15301723881011 */
/* /bitrix/templates/vilka_lp_s1/components/bitrix/news.list/why_we/style.css?1530172388955 */
/* /bitrix/templates/vilka_lp_s1/components/bitrix/news.list/reviw/style.css?1530172388992 */
/* /bitrix/templates/vilka_lp_s1/components/bitrix/news.list/partners/style.css?1530172388431 */
/* /bitrix/templates/vilka_lp_s1/components/bitrix/news.list/gallery/style.css?15301723881182 */
