﻿.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12{
	padding: 0;
}
.row{
	margin: 0;
}
.container{
	padding: 0 10px;
}
img{
	max-width: 100%;
	border-radius: 5px;
}
input:focus,
textarea:focus,
button:focus {
	outline: none;
}
*::-webkit-input-placeholder {
	color: #2b303d;
	opacity: 1;
}
*:-moz-placeholder {
	color: #2b303d;
	opacity: 1;
}
*::-moz-placeholder {
	color: #2b303d;
	opacity: 1;
}
*:-ms-input-placeholder {
	color: #2b303d;
	opacity: 1;
}
ul,li{
	list-style: none;
	margin: 0;
	padding: 0;
}
body {
	font-family: "OpenSansRegular", sans-serif;
	font-size: 16px;
	min-width: 320px;
	max-width: 1920px;
	position: relative;
	overflow-x: hidden;
	color: #2b303d;
	background-color: #fff;
	line-height: 1.3em;
	margin: 0 auto;
}
a{
	color: #2b303d;
	text-decoration: none;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
h1,h2,h3,h4,h5,h6,span.h1 {
	margin: 0;
	font-weight: normal;
	line-height: 1.2em;
	font-family: "PFAgoraSlabPro-Medium";
}
h1{
	font-size: 48px;
	letter-spacing: -1px;
	text-transform: uppercase;
}
span.h1 {
	font-size: 50px;
	letter-spacing: -1px;
	text-transform: uppercase;
	font-weight: normal;
    line-height: 1.2em;
    font-family: "PFAgoraSlabPro-Medium";
}
h2{
	font-size: 45px;
	text-transform: uppercase;
	text-align: center;
}
h3{}
form{
	text-align: center;
	max-width: 400px;
	background-color: #f8f8f8;
	border-radius: 17px;
	box-shadow: 0 3px 7px rgba(64, 68, 78, 0.35);
	padding: 25px 10px;
}
form h3{
	font-size: 26px;
	margin-bottom: 25px;
}
form .f-bottom{
	opacity: .7;
	font-size: 15px;
	font-family: "OpenSansLight";
	margin-top: 25px;
}
input:not(.btn){
	max-width: 320px;
	width: 100%;
	height: 40px;
	border: 1px solid #707070;
	border-radius: 5px;
	font-size: 15px;
	padding: 0 40px;
	margin-bottom: 20px;
}
input.btn{
	margin-top: 5px;
}
input.ierror{
	border-color: red;
}
.clearfix::after,
.clearfix::before{
	content: " ";
	display: table;
}
.clearfix::after,
.clr{
	clear: both;
}
.btn{
	display: inline-block;
	min-width: 270px;
	background-color: #e83d3d;
	box-shadow: 0 3px 7px rgba(234, 28, 28, 0.35);
	padding: 20px 10px;
	border-radius: 10px;
	border: none;
	text-align: center;
	color: #fff;
	text-transform: uppercase;
	font-size: 18px;
	line-height: 1.2em;
	font-family: "OpenSansBold";
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
.btn:hover{
	background-color: #484848;
    box-shadow: 0 10px 14px rgba(78, 78, 78, 0.35);
}
a.btn.fancybox {
    padding: 10px;
    min-width: auto!important;
    font-size: 16px;
    float: right;
	text-transform: inherit;
	margin-top: -48px;
}
.textCenter{
	text-align: center;
}

/*HEADER*/
header{
	background-image: url(../img/header.jpg);
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center top;
	position: relative;
	min-height: 650px;
}
.header_top{
	text-align: center;
	padding: 15px 0 10px;
}
.callback{
	float: right;
	text-align: right;
}
.callback .phone{
	font-size: 26px;
	line-height: 2.0em;
	display: inline-block;
	margin-bottom: 5px;
}
.callback .fancybox{
	font-size: 16px;
    line-height: 1.2em;
    border-bottom: 1px solid #e83d3d;
    background: #e83d3d;
    color: white;
    padding: 10px 10px;
    border-radius: 5px;
}
.callback .fancybox:hover{
	color: #fff;
	border-color: #fff;
}
.nav_fixet{
	position: fixed;
	-webkit-transform: translate3d(0,0,0);
	-webkit-backface-visibility: hidden;
	width: 100%;
	min-width: 320px;
	z-index: 999;
	top: 0;
	left: 0;
	box-shadow: 0 3px 20px rgba(0,0,0,.6);
	background-color: #fff;
	text-align: center;
	padding: 8px 0;
}
.nav_fixet .menu{
	margin: 0;
}
.nav_fixet .menu li{
	margin: 0 5px;
}
.nav_wrap{
	min-height: 50px;
}
.menu_small{
	display: none;
}
nav{
	text-align: right;
}
.menu{
	margin-top: 10px;
	display: inline-block;
	margin-right: 55px;
	text-align: right;
}
.menu li{
	display: inline-block;
}
.menu a{
	display: inline-block;
	text-transform: uppercase;
	border: 1px solid transparent;
	border-radius: 5px;
	padding: 0px 7px;
}
.menu .active a{
	border-color: #e83d3d;
}
.menu a:hover{
	color: #e83d3d;
}
ul.menu.scroll li a {
    padding: 5px 10px;
}
.header_main{
	padding: 45px 0 50px;
}
.header_main .h3{
	font-size: 36px;
	font-family: "OpenSansLight";
	margin: 30px 0 20px;
	text-transform: uppercase;
}
.timer {
    margin-bottom: 23px;
}
.header_main .btn{
	min-width: 230px;
}
.header_main .payment{
	display: inline-block;
	text-align: left;
	padding-left: 55px;
	background-image: url(../img/icons/icons_payment.png);
	background-repeat: no-repeat;
	background-position: left center;
	vertical-align: top;
	margin-top: 8px;
	margin-left: 50px;
}
/*/HEADER*/

/*ABOUT PRODUCT*/
.s_aboutProduct{
	padding: 30px 0;
}
.s_aboutProduct .item{
	padding-top: 10px;
	position: relative;
	max-width: 265px;
	margin: 30px auto;
}
.s_aboutProduct .item h3{
	font-size: 18px;
}
.s_aboutProduct .item p{
	margin: 5px 0 0;
}
.s_aboutProduct .item::before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 75px;
	height: 60px;
		background-repeat: no-repeat;
	background-position: 0 0;
}
.s_aboutProduct .item.item1::before{
	background-position: 0 0;
}
.s_aboutProduct .item.item2::before{
	background-position: -75px 0;
}
.s_aboutProduct .item.item3::before{
	background-position: -150px 0;
}
.s_aboutProduct .item.item4::before{
	background-position: -225px 0;
}
/*/ABOUT PRODUCT*/

/*INFO*/
.s_info + section{
	margin-top: -40px;
}
.s_info{
	background-image: url(../img/bg/bg_info.png);
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center top;
	padding: 170px 0 110px;
	position: relative;
	z-index: 3;
}
.s_info .wrap{
	max-width: 650px;
	background-color: white;
	border-radius: 20px;
	box-shadow: 0 5px 11px rgba(0, 0, 0, 0.35);
	padding: 60px 35px;
	text-align: center;
	font-size: 20px;
	line-height: 1.2em;
}
.s_info .wrap h3, h3{
	color: #e83d3d;
	font-size: 25px;
	position: relative;
	padding-bottom: 10px;
	margin-bottom: 5px;
	text-transform: uppercase;
}
.s_info .wrap h3::before{
	content: '';
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translate(-50%,0);
	width: 86px;
	height: 2px;
	background-color: #e83d3d;
}
/*/INFO*/

/*СATALOG*/
.s_katalog.one{
	padding: 25px 0 110px;
	background-color: #f5f5dc;
	background-image: url(../img/rozy.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	margin-bottom: 30px;
}
.s_katalog.two{
	margin-top: -45px;
}
.s_katalog{
	padding: 50px 0 30px;
	overflow: hidden;
}
.s_katalog .size{
	text-align: center;
	font-size: 20px;
	line-height: 1.2em;
	margin-top: 5px;
}
.s_katalog .wrap{
	text-align: inherit;
}
.s_katalog .item{
	display: inline-block;
    margin-top: 45px;
    background: #fff;
    padding: 10px;
	padding-bottom: 20px;
    margin-right: 8px;
    margin-left: 8px;
	border-radius: 15px;
	text-align: center;
}
.item.item02 {
    border: 2px solid #e7e3d6;
}
.s_katalog .item .img{
	display: inline-block;
	margin-bottom: 15px;
}
.s_katalog .item h3{
	font-size: 27px;
	text-transform: uppercase;
	color: #544d4d;
}
.s_katalog .item .price{
	border-top: 2px dotted #ccc;
    padding-top: 9px;
	height: 60px;
}
.s_katalog .item .price .before,
.s_katalog .item .price .after{
	display: inline-block;
	margin: 0 5px;
}
.s_katalog .item .price .before{
    position: relative;
    font-size: 16px;
    text-decoration: line-through;
}
/*.s_katalog .item .price .before::before{
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	width: 55px;
	height: 2px;
	background-color: #6a6c6f;
	transform: rotate(-10deg);
}*/
.s_katalog .item .price .after{
	font-size: 22px;
	line-height: 1.2em;
	font-family: "PFAgoraSlabPro-Medium";
	color: #e83d3d;
}
.price div {
    text-align: right;
    margin-right: 102px;
	display: grid;
}
.price span {
    font-weight: bold;
    font-size: 19px;
    font-family: "PFAgoraSlabPro-Medium";
    float: left;
    border: 1px solid;
    padding: 5px 10px;
    color: #544d4d;
}
.s_katalog .item .popup_text,
.s_katalog .item .input_text{
	display: none;
}
/*/KATALOG*/

/*UHOD*/
.body_seven ul {
    display: block;
    text-align: center;
}
.body_seven ul li {
    display: inline-block;
    vertical-align: top;
    margin: 10px 15px 20px 25px;
    text-align: left;
}
.body_seven ul li img {
    display: inline-block;
    vertical-align: top;
}
.body_seven ul li .txt_info {
    display: inline-block;
    vertical-align: top;
    max-width: 330px;
    margin-left: 28px;
    padding-top: 24px;
}
/*/UHOD*/

/*STEP*/
.s_step{
	background-image: url(../img/cret.png);
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center top;
	padding: 160px 0 0px;
    overflow: hidden;
    margin-bottom: 30px;
}
.s_step .wrap{
	margin-top: 50px;
	text-align: center;
}
.s_step .item{
	padding-top: 100px;
	position: relative;
	max-width: 275px;
	margin: 30px auto 0;
}
.s_step .item .number{
	position: absolute;
	left: 60px;
	top: 0;
	font-size: 28px;
    opacity: 0.5;
    font-family: "PFAgoraSlabPro-Medium";
    font-weight: bold;
    color: #e83d3d;
}
.s_step .item h3{
	font-size: 20px;
	text-transform: uppercase;
}
.s_step .item p{
	margin: 0;
	font-size: 18px;
	line-height: 1.3em;
}
.s_step .item::before{
	content: '';
	position: absolute;
	top: 10px;
	left: 50%;
	transform: translate(-50%,0);
	width: 90px;
	height: 70px;
	background-image: url(../img/icons/tems.png);
	background-repeat: no-repeat;
	background-position: 0 0;
}
.s_step .item.item2::before{
	background-position: -90px 0;
}
.s_step .item.item3::before{
	background-position: -180px 0;
}
.s_step .item.item4::before{
	background-position: -271px 0;
}
.s_step .bottom{
	margin-top: 80px;
	text-align: center;
}
.s_step .bottom .info{
	font-size: 18px;
	line-height: 1.2em;
	font-family: "OpenSansSemiBoldItalic";
}
.s_step .bottom .info span{
	white-space: nowrap;
}
/*/STEP*/

/*FAQ*/
@media (max-width: 1200px)
.wrapper {
    max-width: 960px;
}
@media (max-width: 1000px)
.wrapper {
    max-width: 720px;
}
.wrapper {
    display: block;
    position: relative;
    max-width: 1080px;
    margin: 0 auto;
}
section#faq {
    background: #fff;
	margin-top: 30px;
}
.body_eight{
	display:block;
	position:relative;
	padding:50px 0;
}
.title_section {
    display: block;
    position: relative;
    padding: 35px 0;
}
.body_eight .questions{
	display:block;
	position:relative;
}
.body_eight .questions .item_questions{
	display:block;
	position:relative;
	padding-left:94px;
	width:510px;
	margin-bottom:20px;
	margin-top:20px;
}
.body_eight .questions .items{
	display:inline-block;
	vertical-align:top;
}
.body_eight .questions .items:nth-child(2){float:right;}
.body_eight .questions .item_questions:before{display:block;position:absolute;content:"";top:0;left:0;width:57px;height:57px;background-image:url('../img/icons/help.png');background-repeat:no-repeat;-moz-background-size:100%;-o-background-size:100%;background-size:100%;}
.body_eight .questions .item_questions .content_q{padding-bottom:10px;border-bottom:1px solid #e1e1e1;}
.body_eight .questions .item_questions .btn_open{display:block;position:relative;cursor:pointer;height:55px;}
.body_eight .questions .item_questions .btn_open span{display:block;position:absolute;top:50%;-webkit-transform:translateY(-60%);-moz-transform:translateY(-60%);-ms-transform:translateY(-60%);-o-transform:translateY(-60%);transform:translateY(-60%);width:100%;padding-right:30px;color:#000000;font-weight:700;}
.body_eight .questions .item_questions .btn_open:after{display:block;position:absolute;content:"";width:13px;height:8px;background-image:url('../img/arr_q.svg');background-repeat:no-repeat;-moz-background-size:100%;-o-background-size:100%;background-size:100%;top:50%;margin-top:-6px;right:0;-webkit-transition:.1s;-o-transition:.1s;-moz-transition:.1s;transition:.1s;}
.body_eight .questions .item_questions .btn_open.open span{text-decoration:none;}
.body_eight .questions .item_questions .btn_open.open:after{text-decoration:none;-webkit-transform:rotate(180deg);-moz-transform:rotate(180deg);-ms-transform:rotate(180deg);-o-transform:rotate(180deg);transform:rotate(180deg);-webkit-transition:.1s;-o-transition:.1s;-moz-transition:.1s;transition:.1s;}
.body_eight .questions .item_questions .body_questions{display:none;position:relative;padding:10px 0 0 0;}
.body_eight .questions .item_questions .body_questions p{display:block;font-weight:400;color:#000000;}
.body_eight .questions .item_questions .body_questions p a{font-family:"helvetica neue";font-size:14px;font-weight:400;line-height:18px;color:#3899e0;text-decoration:underline;}
.body_eight .questions .item_questions .body_questions p a:hover{text-decoration:none;}
/*/FAQ*/

/*GALLERY*/
.s_gallery{
	padding: 50px 0 0;
	text-align: center;
}
.s_gallery .wrap{
	margin-top: 50px;
}
.s_gallery .img{
	width: 20%;
	float: left;
}
/*/GALLERY*/

/*FORM*/
.s_form{
	background-image: url(../img/bg/bg_form.png);
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center top;
	padding: 135px 0 125px;
}
.s_form .left{
	padding-top: 35px;
	padding-left: 250px;
}
.s_form h2{
	text-align: left;
}
.s_form .p{
	font-size: 24px;
	line-height: 1.3em;
	margin: 30px 0 0;
}
/*/FORM*/

/*FOOTER*/
footer{
	padding: 50px 0;
	position: relative;
	z-index: 3;
	background-color: #f5f5dc;
}
footer h2{
	font-size: 40px;
}
footer .contacts{
	margin-top: 40px;
}
footer .contacts li{
	display: inline-block;
	margin-right: 40px;
	padding-left: 30px;
	background-repeat: no-repeat;
	background-position: left 5px;
	text-align: left;
}
footer .contacts li.phone{
	background-image: url(../img/icons/phone.png);
}
footer .contacts li.email{
	background-image: url(../img/icons/email.png);
}	
footer .contacts li.whatsapp{
	background-image: url(../img/icons/whatsapp.png);
}
footer  .label{
	display: block;
	color: #4f5156;
	font-size: 14px;
	margin-bottom: 10px;
}
footer .contacts li a{
	line-height: 1.2em;
}
footer .contacts li.phone a{
	font-size: 22px;
}
footer .contacts li.email a{
	font-size: 21px;
}
footer .contacts li.whatsapp a{
	font-size: 18px;
}
footer .soc{
	margin-top: 45px;
	padding-left: 30px;
}
footer .soc li{
	display: inline-block;
	text-align: center;
	border-radius: 50%;
	position: relative;
	top: 0;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
footer .soc li:hover{
	top: -3px;
	box-shadow: 0 6px 6px rgba(210, 7, 103, 0.7);
}
footer .soc li a{
	display: block;
	width: 100%;
	height: 100%;
}
footer .right{
	position: relative;
	z-index: 3;
}
footer .right p{
	font-size: 18px;
	line-height: 1.5em;
	margin: 40px 0 20px;
}
footer .right .bottom{
	font-size: 22px;
	line-height: 1.3em;
	font-family: "OpenSansSemiBold";
	border-bottom: 1px solid #2b303d;
	display: inline-block;
}
/*/FOOTER*/

/*MENU SMALL*/
.c-hamburger {
	display: block;
	position: relative;
	width: 35px;
	height: 26px;
	display: flex;
	font-size: 0;
	text-indent: -9999px;
	box-shadow: none;
	border-radius: 0;
	border: none;
	cursor: pointer;
	transition: background 0.3s;
	z-index: 999;
}

.c-hamburger:focus {
	outline: none;
}
.c-hamburger span {
	display: block;
	position: absolute;
	top: 5px;
	@media screen and (max-width: 600px) {
  .hidemobile {
    visibility: hidden;
    display: none;
  }
}px;
	left: 0;
	right: 0;
	height: 6px;
	background-color: #e83d3d;
	border: 1px solid white;
}

.c-hamburger span::before,
.c-hamburger span::after {
	position: absolute;
	display: block;
	left: 0;
	width: 100%;
	height: 6px;
	background-color: #e83d3d;
	content: "";
	border: 1px solid white;
}

.c-hamburger span::before {
	top: -8px;
}

.c-hamburger span::after {
	bottom: -8px;
}
.c-hamburger--htx {
	background-color: transparent;
}

.c-hamburger--htx span {
	transition: background 0s 0.3s;
}

.c-hamburger--htx span::before,
.c-hamburger--htx span::after {
	transition-duration: 0.3s, 0.3s;
	transition-delay: 0.3s, 0s;
}

.c-hamburger--htx span::before {
	transition-property: top, transform;
}

.c-hamburger--htx span::after {
	transition-property: bottom, transform;
}


.c-hamburger--htx.is-active {
	background-color: transparent;
}

.c-hamburger--htx.is-active span {
	background: none;
}

.c-hamburger--htx.is-active span::before {
	top: 0;
	transform: rotate(45deg);
	background-color: #e83d3d;
}

.c-hamburger--htx.is-active span::after {
	bottom: 0;
	transform: rotate(-45deg);
	background-color: #e83d3d;
}

.c-hamburger--htx.is-active span::before,
.c-hamburger--htx.is-active span::after {
	transition-delay: 0s, 0.3s;
}
/*/MENU SMALL*/

/*POPUP*/
.fancybox-close{
	background-image: url(../img/icons/popup_close.png);
	-webkit-background-size: cover;
	background-size: cover;
	width: 14px;
	height: 14px;
	top: -14px;
	right: -14px;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
.fancybox-close:hover{
	opacity: .8;
}
.fancybox-skin{
	padding: 0 !important;
	border-radius: 10px!important;
}
.fancybox-overlay{
	background-image: none;
	background-color: rgba(0,0,0,.8);
}
.popup{
	max-width: 400px;
	min-width: 300px;
	width: 100%;
	padding: 35px 10px;
	box-shadow: 0 8px 18px rgba(0, 0, 0, 0.37);
	text-align: center;
}
.popup h3{
	margin-bottom: 0;
}
.popup p{
	margin: 5px 0 15px;
    font-family: "PFAgoraSlabPro-Medium";
}
.popup#thanks{
	max-width: 350px;
}
/*/POPUP*/

/*ANIMATION*/
.s_info .wrap,
.s_form form{
	-webkit-animation-delay: .2s;
	-moz-animation-delay: .2s;
	-o-animation-delay: .2s;
	animation-delay: .2s;
}
.s_aboutProduct .item.item1{
	-webkit-animation-delay: .2s;
	-moz-animation-delay: .2s;
	-o-animation-delay: .2s;
	animation-delay: .2s;
}
.s_aboutProduct .item.item2{
	-webkit-animation-delay: .5s;
	-moz-animation-delay: .5s;
	-o-animation-delay: .5s;
	animation-delay: .5s;
}
.s_aboutProduct .item.item3{
	-webkit-animation-delay: .8s;
	-moz-animation-delay: .8s;
	-o-animation-delay: .8s;
	animation-delay: .8s;
}
.s_aboutProduct .item.item4{
	-webkit-animation-delay: 1.1s;
	-moz-animation-delay: 1.1s;
	-o-animation-delay: 1.1s;
	animation-delay: 1.1s;
}
.s_step .item.item1{
	-webkit-animation-delay: .2s;
	-moz-animation-delay: .2s;
	-o-animation-delay: .2s;
	animation-delay: .2s;
}
.s_step .item.item2{
	-webkit-animation-delay: .5s;
	-moz-animation-delay: .5s;
	-o-animation-delay: .5s;
	animation-delay: .5s;
}
.s_step .item.item3{
	-webkit-animation-delay: .8s;
	-moz-animation-delay: .8s;
	-o-animation-delay: .8s;
	animation-delay: .8s;
}
.s_step .item.item4{
	-webkit-animation-delay: 1.1s;
	-moz-animation-delay: 1.1s;
	-o-animation-delay: 1.1s;
	animation-delay: 1.1s;
}
/*/ANIMATION*/

/*DECOR*/
.container{
	position: relative;
}
.decor{
	position: absolute;
	left: auto!important;
	z-index: 5;

}
.decor.decor1{
	top: -430px;
	left: -200px!important;
}
.decor.decor2{
	top: -810px;
	left: 110px;
}
.decor.decor3{
	top: -320px;
	right: -180px!important;
}
.decor.decor4{
	bottom: 80px;
	right: -180px!important;
}
.decor.decor5{
	top: -150px;
	right: 0!important;
}
.decor.decor6{
	top: -150px;
	left: -50px!important;
}
.decor.decor7{
	top: -100px;
	right: -50px!important;
}
.decor.decor8{
	top: 1050px;
	right: -250px!important;
}
.decor.decor9{
	top: 2030px;
	left: -300px!important;
}
.decor.decor10{
	top: 2200px;
	right: -300px!important;
}
.decor.decor11{
	top: 350px;
	left: -330px!important;
}
.decor.decor12{
	top: -100px;
	right: -50px!important;
}
.decor.decor13{
	top: 100px;
	right: -350px!important;
}
.decor.decor14{
	top: 200px;
	right: -150px!important;
}
.decor.decor15{
	top: -70px;
	right: 0!important;
}
.decor.decor16{
	top: 170px;
	left: -300px!important;
}
.decor.decor17{
	bottom: -170px;
	right: -100px!important;
}
.decor.decor18{
	bottom: -75px;
	left: 53%!important;
	transform: translate(-50%,0);
}
.decor.decor19{
	top: 200px;
	right: -350px!important;
}
.decor.decor20{
	top: 700px;
	left: -50px!important;
}
.decor.decor21{
	top: 70px;
	right: 0!important;
}
.decor.decor22{
	top: 2500px;
	right: -150px!important;
}
.decor.decor23{
	top: 2700px;
	left: -150px!important;
}
.decor.decor24{
	top: 2270px;
	left: -150px!important;
}
/*/DECOR*/

/*.timer {
    float: left;
    margin-top: 10px;
}*/
p.adres {
    font-size: 22px;
    font-family: "OpenSansSemiBold";
}
.thumb-wrap {
  position: relative;
  padding-bottom: 61.25%; /
  padding-top: 30px;
  height: 0;
}
.thumb-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.addthis_inline_share_toolbox_p04t {
	margin-top:10px;
	margin-top: 40px;
	z-index: 99999999;
    position: relative;
}   
span#share {
    padding: 16px 0;
    display: block;
    font-size: 16px;
}
ul.preim {
    display: inline-grid;
    margin-top: 35px;
    margin-bottom: 10px;
}
ul.preim li {
    margin-bottom: 12px;
    margin-left: 33px;
}
span.gal {
	background-image: url(../img/icons/gal.svg);
    width: 26px;
    height: 26px;
    display: block;
    background-repeat: no-repeat;
    background-size: cover;
    margin-right: 10px;
    position: absolute;
    left: 10px;
}
/*REVIEWS*/
.koguvcavis-varazdel {
  padding: 38px 0;
  background: #fff;
  color: #2f2f2f;
  text-align: center;
}
.sestim-donials{
  max-width: 1200px;
  margin: auto;
  overflow: hidden;
  padding: 0 20px;
}

.sectionesag {
  width: 195px;
  height: 3px;
  background: #498a2d;
  margin: 23px auto;
}

.sagestim-lonials{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.vemotau-vokusipol{
  flex: 33.33%;
  max-width: 33.33%;
  box-sizing: border-box;
  padding: 15px;
}
.testimonial {
  background: #f9f4f4;
  padding: 28px;
}
.testimonial img{
  width: 100px;
  height: 100px;
  border-radius: 50%;
}
.gecedanam{
  font-size: 20px;
  text-transform: uppercase;
  margin: 20px 0;
}
.apogered-gselected{
  color: #53b32b;
  margin-bottom: 20px;
}

@media screen and (max-width:960px) {
.vemotau-vokusipol{
  flex: 100%;
  max-width: 80%;
}
}

@media screen and (max-width:600px) {
.vemotau-vokusipol{
  flex: 100%;
  max-width: 100%;
}

@media screen and (max-width: 600px) {
  .hidemobile {
    visibility: hidden;
    display: none;
  }
}
.buttoncp {
  display: inline-block;
  min-width: 270px;
  background-color: #e83d3d;
  box-shadow: 0 3px 7px rgba(234, 28, 28, 0.35);
  padding: 20px 10px;
  border-radius: 10px;
  border: none;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  font-size: 18px;
  line-height: 1.2em;
  font-family: "OpenSansBold";
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}
a.green{
border-radius: 4px;
-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.08);
-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.08);
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.08);
color: #fff;
display:block;
width:200px;
text-align: center;
font-family: Arial, Helvetica, sans-serif;
font-size: 14px;
padding: 8px 16px;
margin: 20px auto;
text-decoration: none;
text-shadow: 0 1px 1px rgba(0, 0, 0, 0.075);
-webkit-transition: background-color 0.1s linear;
-moz-transition: background-color 0.1s linear;
-o-transition: background-color 0.1s linear;
transition: background-color 0.1s linear;        
}
a.green {
background-color: rgb( 43, 153, 91 );
border: 1px solid rgb( 33, 126, 74 );
}
        
a.green:hover {
background-color: rgb( 75, 183, 141 );
}