.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%;
}
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{
	margin: 0;
	font-weight: normal;
	line-height: 1.2em;
	font-family: "PFAgoraSlabPro-Medium";
}
h1{
	font-size: 46px;
	letter-spacing: -1px;
	text-transform: uppercase;
}
h2{
	font-size: 45px;
	text-transform: uppercase;
	text-align: center;
}
h3{}
.form-order{
	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;
}
.b2b-form{	
	
	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: 60px;
	border: 1px solid #707070;
	border-radius: 30px;
	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: #DAA520;
	box-shadow: 0 3px 7px rgba(218, 165, 32, 0.35);
	padding: 20px 10px;
	border-radius: 30px;
	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: #3CB371;
	box-shadow: 0 10px 14px rgba(60, 179, 113, 0.35);
}
.textCenter{
	text-align: center;
}

/*HEADER*/
header{
	background-image: url(../img/bg/bg_header_new.png);
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center top;
	position: relative;
	min-height: 760px;
}
.header_top{
	text-align: center;
	/*background-color: rgba(0, 0, 0, 0.3);*/
	padding: 15px 0 10px;
}
.callback{
	float: right;
	text-align: right;
}
.callback .phone{
	font-size: 26px;
	line-height: 1.2em;
	display: inline-block;
	margin-bottom: 5px;
	color: white;
}
.callback .phone:hover {
	color: #DAA520;
}
.callback .fancybox{
	font-size: 16px;
	line-height: 1.2em;
	color: white;
	border-bottom: 1px solid white;
}
.callback .fancybox:hover{
	color: #DAA520;
	border-color: #DAA520;
}
.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: #DAA520;
	text-align: center;
	padding: 8px 0;
}
.nav_fixet .menu{
	margin: 0;
}
.nav_fixet .menu li{
	margin: 0 15px;
}
.nav_fixet .menu li a:hover{
	color: white;
}
.nav_wrap{
	min-height: 50px;
}
.menu_small{
	display: none;
}
nav{
	text-align: right;
}
.menu{
	margin-top: 20px;
	display: inline-block;
	margin-right: 50px;
	text-align: right;
}
.menu li{
	display: inline-block;
}
.menu a{
	display: inline-block;
	text-transform: uppercase;
	border: 2px solid transparent;
	border-radius: 35px;
	padding: 5px 25px;
	color: white;
}
.menu .active a{
	border-color: white;
}
.menu a:hover{
	color: #DAA520;
}
.header_main{
	margin: 30px 0;
	padding: 20px 0;
	color: white;
	position: relative;
	overflow: hidden;
}
.header_main .social {
	margin-bottom: 20px;
	margin-top: 50px;
	position: relative;
	text-align: right;
	/*overflow: hidden;*/
	/*padding-left: 15px;*/
	/*border-left: solid 2px #DAA520;*/
}
/*.header_main .overflow {*/
	/*display: inline-block;*/
/*}*/
.header_main .social:after {
	 position: absolute;
	 display: block;
	 content: "";
	 border-bottom: 2px solid #DAA520;
	 width: 57%;
	 right: -57%;
	 top: 49%;
 }
.politics {
	padding-top: 20px;
}
.politics a {
	text-decoration: underline;
	font-size: 17px;
	/*text-transform: uppercase;*/
}
.politics a:hover {
	color: #3b3b3b;
}
.header_main hr {
	width: 60%;
	border-top: 1px solid #DAA520;
	text-align: right;
	display: inline-block;
	margin-top: 20px;
}
.social-footer a {
	margin: 0 7px;
}
/*.social-footer a img {*/
	/*height: 24px;*/
/*}*/
/*.social-footer a:hover img {*/
	/*height: 26px;*/
/*}*/
/*.social-footer a:hover {*/
	/*margin: 0 6px;*/
/*}*/
.header_main .social a {
	margin-right: 15px;
}
.header_main .social a img {
	filter: brightness(0) invert(1);
}
.header_main .social a img:hover {
	filter: brightness(100%);
}
.header_main .black-bg {
	position: absolute;
	top: 0;
	right: 0;
	height: 100%;
	/*margin: 30px 0;*/
	width: 60%;
	border-radius: 20px 0 0 20px;
	background: rgba(0, 0, 0, 0.75);
}
.viber-mobile {
	display: none;
}
.viber-pk {
	display: inline-block;
}
.header_main .content {
	/*position: absolute;*/
	z-index: 99;
}
.header_main .h3{
	font-size: 33px;
	font-family: "OpenSansLight";
	color: white;
	margin: 28px 0 35px;
}
.header_main .btn{
	min-width: 230px;
}
.header_main .payment{
	display: inline-block;
	text-align: left;
	padding-left: 55px;
	background-image: url(../img/bg/bg_icons_payment.png);
	background-repeat: no-repeat;
	background-position: left center;
	vertical-align: top;
	margin-top: 8px;
	margin-left: 50px;
	color: white;
}
/*/HEADER*/

/*ABOUT PRODUCT*/
.s_aboutProduct{
	padding: 30px 0;
}
.s_aboutProduct .item{
	padding-top: 70px;
	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-image: url(../img/bg/bg_aboutProduct_items.png);
	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: left;
	font-size: 18px;
	line-height: 1.2em;
}
.s_info .wrap h3{
	text-transform: uppercase;
	color: #f02f2f;
	font-size: 25px;
	position: relative;
	padding-bottom: 25px;
	margin-bottom: 10px;
}
.s_info .wrap h3::before{
	content: '';
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translate(-50%,0);
	width: 86px;
	height: 2px;
	background-color: #f02f2f;
}
/*/INFO*/

/*INFO1*/
.s_info1 + section{
	margin-top: -40px;
}
.s_info1{
	background-image: url(../img/bgbear2.png);
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center top;
	padding: 170px 0 110px;
	position: relative;
	z-index: 3;
}
.s_info1 .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_info1 .wrap h3{
	text-transform: uppercase;
	color: #f5336d;
	font-size: 25px;
	position: relative;
	padding-bottom: 25px;
	margin-bottom: 10px;
}
.s_info1 .wrap h3::before{
	content: '';
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translate(-50%,0);
	width: 86px;
	height: 2px;
	background-color: #f5336d;
}
/*/INFO1*/

/*KATALOG*/
.s_katalog.premium{
	padding: 95px 0 110px;
	/*background-color: #fff;*/
	background-image: url(../img/bg/snejinka.jpg);
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center top;
	padding: 100px 0 90px;
	overflow: hidden;
}
.s_katalog.mini{
	margin-top: -45px;
	background-image: url(../img/bg/snejinka.jpg);
	-webkit-background-size: cover;
	background-size: cover;
}
.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: center;
}
.s_katalog .item{
	display: inline-block;
	margin-top: 70px;
}
.s_katalog .item .img{
	margin-bottom: 15px;
	display: inline-block;
}
.s_katalog .item .img img{
	border-radius: 20px;
}
.s_katalog .item h3{
	font-size: 28px;
	text-transform: uppercase;
}
.s_katalog .item .price{
	margin: 0 0 10px;
}
.s_katalog .item .price .before,
.s_katalog .item .price .after{
	display: inline-block;
	margin: 0 5px;
}
.s_katalog .item .price .before{
	color: #6a6c6f;
	position: relative;
}
.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: 23px;
	line-height: 1.2em;
	font-family: "PFAgoraSlabPro-Medium";
	color: #f02f2f;
}
.s_katalog .item .popup_text,
.s_katalog .item .input_text{
	display: none;
}
/*/KATALOG*/

/*STEP*/
.s_step{
	background-image: url(../img/bg/bg_step.png);
	-webkit-background-size: cover;
	background-size: cover;
	
	background-position: center top;
	padding: 160px 0 90px;
	overflow: hidden;
}
.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: .3;
	font-family: "PFAgoraSlabPro-Medium";
	font-weight: bold;
}
.s_step .item h3{
	font-size: 20px;
	text-transform: uppercase;
}
.s_step .item p{
	margin: 0;
	font-size: 20px;
	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/bg/bg_step_items.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*/

/*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_new.png);
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center top;
	padding: 135px 0 125px;
}
.s_form .left{
	padding-top: 65px;
	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: 75px 0;
	position: relative;
	z-index: 3;
}
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/bg/bg_icons_phone.png);
}
footer .contacts li.email{
	background-image: url(../img/bg/bg_icons_instagram.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 .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: inline-block;
	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: 12px;
	left: 0;
	right: 0;
	height: 6px;
	background-color: white;
}

.c-hamburger span::before,
.c-hamburger span::after {
	position: absolute;
	display: block;
	left: 0;
	width: 100%;
	height: 6px;
	background-color: white;
	content: "";
}

.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: white;
}

.c-hamburger--htx.is-active span::after {
	bottom: 0;
	transform: rotate(-45deg);
	background-color: white;
}

.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/bg/bg_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*/



.block-one-example {
	margin-top: 25px;
	position: relative;
}

.inner-testimonial {
	text-align: center;
	background-color: #fff;
}

.inner-testimonial > img{
	max-width: 200px;
	margin:0 auto 15px;
	opacity: 0;
	-webkit-transition:all 1.3s linear;
	transition:all 1.3s linear;
}

.owl-item.active .inner-testimonial > img{
	-webkit-transition:all 1.3s linear;
	transition:all 1.3s linear;
}

.owl-item.active .inner-testimonial > img.full-opacity {
	opacity:1;
	-webkit-transition:all 0.3s linear;
	transition:all 0.3s linear;
}

h3.city-name {
	padding:10px 0;
	font-size: 20px;
	font-weight: 900;
}

/*p*/.text-testimonial {
		 padding: 0 0 10px 0;
		 font-size: 20px;
		 font-weight: 300;
		 line-height: 25px;
	 }

.block-items {
	cursor: default;
}

/*Изменяем внешний вид элементов управления (точки) */

.owl-theme .owl-dots{
	margin-bottom: 30px;
}


.owl-theme .owl-dots .owl-dot span {
	width: 14px;
	height: 14px;
	background-color: rgba(249, 49, 49, 0.42);
}

.owl-theme .owl-dots .owl-dot.active span{
	width: 18px;
	height: 18px;
	background-color: #f93131;
}

/*Стрелки*/
.owl-my-nav {
	position: absolute;
	width: 100%;
	/*height: 100%;*/
}

.owl-my-nav .owl-prev,
.owl-my-nav .owl-next{
	position: absolute;
	width: 60px;
	top:34%;
	font-size: 100px;
	z-index: 20;
	cursor:pointer;
	opacity: 0.5;
	-webkit-transition:opacity .3s ease;
	transition:opacity .3s ease;
}

.owl-my-nav .owl-prev .fa,
.owl-my-nav .owl-next .fa {
	color: rgba(249, 49, 49, 0.42);
}

.owl-my-nav .owl-prev .fa:hover,
.owl-my-nav .owl-next .fa:hover {
	color: #f93131;
}

.owl-my-nav .owl-prev:hover,
.owl-my-nav .owl-next:hover{
	opacity: 0.8;
}

.owl-my-nav .owl-prev {
	left: 50px;
	top: 50px;
}

.owl-my-nav .owl-next {
	right: 50px;
	top: 50px;
	text-align: right;
}
