
@font-face { 
	font-family:Prata; 
	src: url(../fonts/Prata.woff);
}


body{ 
	font-family:Montserrat; 
	font-weight: 400;
	color: #000000;
}
h1,h2,h3,h4,strong{ 
	font-family:Montserrat;
	font-weight: 400;
}

img{ max-width:100%;}

input:focus { outline: none; }

a{
	color: #000000;
}
a:hover{
	text-decoration: none;
	color: #000000;
}

 

.prata{
	font-family:Prata;
}

.container{
	max-width: 1360px;
}




.owl-carousel .owl-stage-outer {
    padding-top: 0px;
    padding-bottom: 50px;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #b58e41;
}
.owl-theme .owl-dots .owl-dot span {
    width: 5px;
    height: 5px;
    border-radius: 0px;
    background: #000000;
}






@keyframes pulse {
 0% {
  transform: scale(0.5);
  opacity: 0;
 }
 50% {
  opacity: 1;
 }
 100% {
  transform: scale(1.6);
  opacity: 0;
 }
}


.romb{
	width: 400px;
	height: 400px;
	position: absolute;
	top: 50%;
	margin-top: -200px;
	left: 50%;
	margin-left: -200px;
	z-index: 1;
	transform: rotate(45deg);
}
.romb:before,
.romb:after {
	content: '';
	position: absolute;
	border: 1px solid #6f5e46;
	left: -10px;
	right: -10px;
	top: -10px;
	bottom: -10px;
	animation: pulse 7s linear infinite;
	opacity: 0;
	z-index: -1;
}
.romb:after {
	animation-delay: 5s;
}



.new{
	border: 1px solid #b58e41;
	border-radius: 10px;
	position: absolute;
	right: 20px;
	width: 190px;
	min-height: 220px;
	top: 35%;
	padding: 10px;
	text-align: center;
	color: #fff;
	z-index: 5;
}
.new.n2{
	position: relative;
	width: 345px;
	max-width: 100%;
	margin: auto;
	display: none;
	right: 0px;
}
.new.n2 .zag {
    font-size: 17px;
    text-transform: uppercase;
    margin-bottom: 5px;
}
.new.n2 .but {
    height: 56px;
    line-height: 56px;
    min-height: 56px;
    max-width: 140px;
}
.new .new_in{
	background-color: #0f0f0f;
	width: 100%;
	min-height: 220px;
	border-radius: 10px;padding: 0px 20px 20px 20px;
}
.new .new_in img{
	margin-top: -45px;
}
.new .zag{
	font-size: 11px;
	text-transform: uppercase;
	margin-bottom: 5px;
}
.new .date{
	color: #b58e41;
	font-size: 24px;
	margin-bottom: 0px;
}
.new .text{
	font-size: 13px;
}
.new .but{
	font-size: 11px;
	height: 56px;
	line-height: 56px;
	max-width: 140px;
}







.new_koll{
	width: 1170px;
	min-height: 300px;
	max-width: 100%;
	background-color: #fff;
	position: fixed;
	z-index: 501;
	left:50%; 
	top:50%; 
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	display: none;
}
.new_koll .clos{
	background: url(../img/clos.svg) no-repeat center / 15px,
	#0f0f0f;
	width: 40px;
	height: 40px;
	border-radius: 100px;
	position: absolute;
	right: -20px;
	top:-20px;
	cursor: pointer;
	z-index: 504;
}
.new_koll .foto{
	min-height: 600px;
	background-color: #0f0f0f;
	width: 100%;
	position: relative;
	background-image: url(../img/form_bg.png);
	background-repeat: no-repeat;
	background-position: top left;
}
.new_koll .foto .info{
	width: 1005;
	min-height: 100px;
	position: absolute;
	bottom: 0px;
	color: #fff;
	padding: 20px;
}
.new_koll .foto .info .zag{
	font-size: 28px;
	margin-bottom: 10px;
}
.new_koll .foto .info .text{
	font-size: 13px;
}
.new_koll .form{
	padding: 20px;
	text-align: center;
	padding-bottom: 21px;
}
.new_koll .form_in{
	width: 100%;
	border: 1px solid #b58e41;
	padding: 20px 10px;
}
.new_koll .title{
	text-align: center;
	font-size: 28px;
	margin-bottom: 12px;
	line-height: 37px;
}
.new_koll .pod_title{
	text-align: center;
	font-size: 13px;
	margin-bottom: 30px;
}
.new_koll form input[type="text"]{
	height: 80px;
	width: 100%;
	max-width: 350px;
	margin: auto;
	margin-bottom: 10px;
	background-color: #000000;
	border:none;
	border-radius: 10px;
	padding-left: 20px;
	padding-right: 10px;
	display: block;
}
.new_koll form input[type="submit"]{
	height: 80px;
	width: 100%;
	max-width: 350px;
	margin-bottom: 20px;
	border:none;
	border-radius: 10px;
	cursor: pointer;
    color: #fff;
    border-bottom: 3px solid #b57746;
}
.new_koll form .mini{
	font-size: 11px;
	text-align: center;
}
.new_koll .messejer{
	font-size: 11px;
	line-height: 18px;
	margin-right: 20px;
	text-align: right;
}
.new_koll .mes_icon{
	height: 26px;
	margin-right: 18px;
}
.new_koll .tell{
	font-size: 18px;
	line-height: 21px;
	font-family:Prata;
	margin-bottom: 0px;
	margin-top: 10px;
	text-align: left;
	margin-left: 5px;
}
.new_koll .tell span{
	font-size: 11px;
	font-family:Montserrat; 
	font-weight: 400;
	position: relative;
	padding-left: 12px;
}
.new_koll .tell span:before{
	content: "";
	position: absolute;
	left: 0px;
	top: 6px;
	background-color: #b58e41;
	width: 4px;
	height: 4px;
	border-radius: 10px;
}








.transfer{
	width: 874px;
	max-width: 100%;
	background-color: #fff;
	position: fixed;
	z-index: 501;
	left:50%; 
	top:50%; 
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	display: none;
}
.transfer .clos{
	background: url(../img/clos.svg) no-repeat center / 15px,
	#0f0f0f;
	width: 40px;
	height: 40px;
	border-radius: 100px;
	position: absolute;
	right: -20px;
	top:-20px;
	cursor: pointer;
}
.transfer{
	background-color: #fff;
	padding: 15px;
	box-shadow: 0px 15px 30px rgba(0,0,0, 0.07);
}
.transfer .transfer_in{
	border: 1px solid #b58e41;
	padding: 40px 80px;
	padding-bottom: 41px;
}
.transfer .zag{
	text-align: center;
	font-size: 28px;
	margin-bottom: 12px;
}
.transfer .pod_zag{
	text-align: center;
	font-size: 13px;
	margin-bottom: 20px;
}
.transfer form input[type="text"]{
	height: 80px;
	width: 100%;
	margin-bottom: 10px;
	background-color: #f7f7f7;
	border:none;
	border-radius: 10px;
	padding-left: 20px;
	padding-right: 10px;
}
.transfer form textarea{
	height: 170px;
	width: 100%;
	margin-bottom: 10px;
	background-color: #f7f7f7;
	border:none;
	border-radius: 10px;
	padding:20px;
}
.transfer form input[type="submit"]{
	height: 80px;
	width: 100%;
	margin-bottom: 20px;
	border:none;
	border-radius: 10px;
	cursor: pointer;
    color: #fff;
    border-bottom: 3px solid #b57746;
}
.transfer form button[type="submit"]{
	height: 80px;
	width: 100%;
	margin-bottom: 20px;
	border:none;
	border-radius: 10px;
	cursor: pointer;
    color: #fff;
    border-bottom: 3px solid #b57746;
}
.transfer form .mini{
	font-size: 11px;
	text-align: center;
}
.transfer .messejer{
	font-size: 14px;
	line-height: 18px;
	margin-right: 20px;
	text-align: right;
}
.transfer .mes_icon{
	height: 26px;
	margin-right: 18px;
}
.transfer .tell{
	font-size: 21px;
	line-height: 21px;
	font-family:Prata;
	margin-bottom: 0px;
	margin-top: 10px;
	text-align: left;
	margin-left: 5px;
}
.transfer .tell span{
	font-size: 12px;
	font-family:Montserrat; 
	font-weight: 400;
	position: relative;
	padding-left: 12px;
}
.transfer .tell span:before{
	content: "";
	position: absolute;
	left: 0px;
	top: 6px;
	background-color: #b58e41;
	width: 4px;
	height: 4px;
	border-radius: 10px;
}





.menu_left{
	width: 600px;
	max-width: 100%;
	height: 100vh;
	background-color: #efefef;
	color: #181818;
	position: fixed;
	left: -100%;
	top: 0px;
	z-index: 501;
}
.menu_left .menu_in{
	width: 230px;
	float: right;
	padding-top: 50px;
	margin-right: 80px;
}
.menu_left .menu_in .clos{
	cursor: pointer;
}
.menu_left .menu_in .clos img{
	width: 19px;
	margin-right:20px; 
	margin-top: -2px;
}
.menu_left .menu_in .menu{
	padding-top: 120px;
}
.menu_left .menu_in .menu a{
	color: #181818;
	font-family:Prata; 
	font-size: 16px;
	text-transform: uppercase;
	display: block;
	padding-left: 40px;
	margin-bottom: 45px;
}
.menu_left .menu_in .menu a:hover{
	color: #b58e41;
	text-decoration: none;
}
.fon{
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 500;
    top: 0px;
    display: none;
}








.but{
	border-radius: 10px;
	border-bottom: 3px solid #b57746;
	margin: auto;
	cursor: pointer;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 600;
	letter-spacing: 0.5px;
	text-shadow: 0px 1px 0px #b67d3b;
	box-shadow: 0px 10px 35px rgba(255, 111, 55, 0.45);
	background: linear-gradient(to top, #c99b67, #f2d5a2);
	color: #fff;
	text-align: center;
}
.but:hover{
	box-shadow: 0px 10px 35px rgba(255, 111, 55, 0.65);
	background: linear-gradient(to top, #e6b278, #ffe4b5);
}

.header{
	position: fixed;
	color: #fff;
	padding-top: 30px;
	transition: all 0.1s ease-out;
	padding-bottom: 5px;
	z-index: 5;
}
.header .burger{
	cursor: pointer;
}
.header .menu{
	font-size: 16px;
	margin-right: 35px;
}
.header .img{
	width: 25px;
	margin-right: 15px;
}
.header .name{
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 0px;
}

.header .right .messejer{
	font-size: 12px;
	line-height: 18px;
	margin-right: 20px;
	text-align: right;
}
.header .right .mes_icon{
	height: 26px;
	margin-right: 15px;
}
.header .right .tell{
	font-size: 28px;
	line-height: 21px;
	font-family:Prata;
	margin-bottom: 0px;
	margin-top: 10px;
	text-align: left;
	margin-left: 50px;
}
.header .right .tell a{
	color: #fff;
}
.header .right .tell a:hover{
	text-decoration: none;
}
.header .right .tell span{
	font-size: 12px;
	font-family:Montserrat; 
	font-weight: 400;
	position: relative;
	padding-left: 12px;
}
.header .right .tell span:before{
	content: "";
	position: absolute;
	left: 0px;
	top: 6px;
	background-color: #b58e41;
	width: 4px;
	height: 4px;
	border-radius: 10px;
}
.sticky-content.fixed {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    z-index: 220;
}
.sticky-content.fixed .header{
	padding-top: 0px;
	background-color: #181818;
}





.block_top{
	background: url(../img/bg.png) no-repeat center top / 100% auto,
	url(../img/bg2.png) no-repeat center bottom / 100% auto,
	#424242;
	text-align: center;
	color: #fff;
	padding-bottom: 100px;
	position: relative;
	overflow: hidden;
}
.block_top .romb{
	top: 20%;
}
.block_top .logo{
	width: 200px;
	margin-top: 80px;
	
}
.block_top .zag{
	font-size: 50px;
	line-height: 65px;
	margin-bottom: 45px;
	
}
.block_top .pod_zag{
	font-size: 20px;
	margin-bottom: 60px;
}
.block_top .but{
	max-width: 560px;
	width: 100%;
	min-height: 88px;
	line-height: 88px;
}
.block_top .content{
	position: relative;
	z-index: 2;
}




.block_top .video{
	max-width: 100%;
	min-height: 1280px;
	background: url(../img/video.png) no-repeat center;
	position: relative;
	z-index: 1;
	margin-top: -100px;
	margin-bottom: -315px;
}
.block_top .video .play{
	width: 125px;
	height: 125px;
	border-radius: 100%;
	margin: auto;
	margin-top: 530px;
	background: url(../img/video_but.png) no-repeat center;
	position: relative;
	cursor: pointer;
}
.block_top .video .play:before,
.block_top .video .play:after {
	content: '';
	position: absolute;
	border: 1px solid #b58e41;
	left: -10px;
	right: -10px;
	top: -10px;
	bottom: -10px;
	border-radius: 50%;
	animation: pulse 7s linear infinite;
	opacity: 0;
	z-index: -1;
}
.block_top .video .play:after {
	animation-delay: 5s;
}
.block_top .video .title_video{
	font-size: 28px;
	line-height: 40px;
	margin-top: 90px;
	margin-bottom: 22px;
}
.block_top .video .mini{
	color:#cda16d;
	font-size:13px;
}


.block_top .logos{
	padding-top: 115px;
}

.block_top .logos .brend{
	color:#808080;
	font-size:14px;
	margin-bottom: 50px;
}





.plus{
	min-height: 300px;
	padding-top: 40px;
	padding-bottom: 40px;
}
.plus .block{
	position: relative;
	box-shadow: 0px 22px 51px rgba(0,0,0, 0.2);
}
.plus .block .line{
	position: absolute;
	width: calc(100% - 32px);
	height: calc(100% - 32px);
	top: 15px;
	left: 15px;
	border: 1px solid #b58e41;
}
.plus .right{
	padding-left: 50px;
}
.plus .left{
	padding-right: 50px;
}
.plus .zag{
	font-size: 28px;
	margin-bottom: 26px;
}
.plus .text{
	font-size: 14px;
	line-height: 24px;
	margin-bottom: 0px;
}
.plus .bl{
	padding-bottom: 40px;
}
.plus .but{
	max-width: 560px;
	width: 100%;
	min-height: 88px;
	line-height: 88px;
	margin-bottom: 30px;
}
.plus .bottom{
	padding-top: 20px;
}
.plus .bottom .messejer{
	font-size: 12px;
	line-height: 18px;
	margin-right: 20px;
	text-align: right;
}
.plus .bottom .mes_icon{
	height: 26px;
	margin-right: 18px;
}
.plus .bottom .tell{
	font-size: 21px;
	line-height: 21px;
	font-family:Prata;
	margin-bottom: 0px;
	margin-top: 10px;
	text-align: left;
	margin-left: 15px;
}
.plus .bottom .tell span{
	font-size: 12px;
	font-family:Montserrat; 
	font-weight: 400;
	position: relative;
	padding-left: 12px;
}
.plus .bottom .tell span:before{
	content: "";
	position: absolute;
	left: 0px;
	top: 6px;
	background-color: #b58e41;
	width: 4px;
	height: 4px;
	border-radius: 10px;
}




.pochemu{
	min-height: 800px;
	padding-top: 100px;
	padding-bottom: 50px;
	background: url(../img/svet.png) no-repeat right 25% top,
	url(../img/svet2.png) no-repeat bottom left 25%,
	url(../img/bg3.png) no-repeat center top / 100% auto,
	#424242;
	color: #fff;
	position: relative;
	overflow: hidden;
}
.pochemu .container{
	position: relative;
	z-index: 2;
}
.pochemu .zag{
	text-align: center;
	font-size: 36px;
}
.pochemu .top{
	margin-bottom: 105px;
}
.pochemu .title{
	font-size: 24px;
	margin-bottom: 20px;
}
.pochemu .text{
	font-size: 14px;
	line-height: 24px;
	margin-bottom: 0px;
}
.pochemu .block{
	padding-left: 160px;
	background-repeat: no-repeat;
	background-position: top left;
	margin-bottom: 80px;
}
.pochemu .block.n1{
	background-image: url(../img/pochemu_icon.svg);
}
.pochemu .block.n2{
	background-image: url(../img/pochemu_icon2.png);
}
.pochemu .block.n3{
	background-image: url(../img/pochemu_icon3.svg);
}
.pochemu .block.n4{
	background-image: url(../img/pochemu_icon4.svg);
}



.magazin{
	min-height: 300px;
	padding-top: 100px;
	padding-bottom: 100px;
}
.magazin .container{
	position: relative;
}
.magazin .zag{
	text-align: center;
	font-size: 36px;
	margin-bottom: 55px;
}
.magazin .block{
	background-color: #fff;
	padding: 15px;
	box-shadow: 0px 15px 30px rgba(0,0,0, 0.07);
	margin-left: 30px;
	margin-right: 30px;
}
.magazin .block_in{
	border: 1px solid #b58e41;
	padding: 15px;
}
.magazin p{
	font-size: 14px;
}
.magazin .name{
	font-size: 28px;
}
.magazin .info{
	padding: 10px 20px;
}
.magazin .img{
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.magazin .messejer{
	font-size: 11px;
	line-height: 18px;
	margin-right: 20px;
	text-align: right;
}
.magazin .mes_icon{
	height: 26px;
	margin-right: 18px;
}
.magazin .tell{
	font-size: 18px;
	line-height: 21px;
	font-family:Prata;
	margin-bottom: 0px;
	margin-top: 10px;
	text-align: left;
	margin-left: 10px;
}
.magazin .tell span{
	font-size: 11px;
	font-family:Montserrat; 
	font-weight: 400;
	position: relative;
	padding-left: 12px;
}
.magazin .tell span:before{
	content: "";
	position: absolute;
	left: 0px;
	top: 6px;
	background-color: #b58e41;
	width: 4px;
	height: 4px;
	border-radius: 10px;
}
.magazin .but{
	max-width: 560px;
	width: 100%;
	min-height: 78px;
	margin: 0px;
	margin-bottom: 10px;
	font-size: 12px;
	padding-top: 30px;
	padding-bottom:30px;
}
.magazin .owl-carousel .owl-item img {
    width: auto;
}

.magazin  .arrow{
	position: absolute;
	width: 55px;
	height: 55px;
	border-radius: 5px;
    border-top: 1px solid #fffecc;
    border-bottom: 3px solid #b57746;
    box-shadow: 0px 10px 35px rgba(255, 111, 55, 0.45);
    cursor: pointer;
    z-index: 2;
    top: 50%;
}
.magazin  .arrow.owl_left{
	background: url(../img/arrow_left.svg) no-repeat center / 20px,
	linear-gradient(to top, #c99b67, #f2d5a2);
	margin-top:-20px;
	left: 20px;
}
.magazin  .arrow.owl_right{
	background: url(../img/arrow_right.svg) no-repeat center / 20px,
	linear-gradient(to top, #c99b67, #f2d5a2);
	margin-top:-20px;
	right: 20px;
}







.about{
	min-height: 800px;
	padding-top: 50px;
	padding-bottom: 100px;
	background: url(../img/svet.png) no-repeat right 25% top,
	url(../img/svet2.png) no-repeat bottom left 25%,
	url(../img/bg4.png) no-repeat center top / cover,
	#424242;
	color: #fff;
	position: relative;
	overflow: hidden;
}
.about .container{
	position: relative;
	z-index: 2;
}
.about .zag{
	text-align: center;
	font-size: 36px;
}
.about .left{
	text-align: right;
}
.about .num{
	color: #b58e41;
	font-size: 36px;
	margin-bottom: 10px;
}
.about .text{
	font-size: 13px;
	line-height: 20px;
}
.about .block{
	margin-top: 140px;
}
.about .logo{
	margin-top: 240px;
	margin-left: 70px;
}
.about .left{
	padding-left: 150px;
}
.about .right{
	padding-right: 150px;
}

.gallery {
	padding-top: 40px;
	padding-bottom: 100px;
	background: #f9f9f9;
}

.gallery .container {
	max-width: 1140px;
}

.gallery .title {
	text-align: center;
	font-size: 36px;
	margin-bottom: 60px;
	font-family: 'Prata';
}

.gallery img {
    transition: all 0.2s ease-out;
		box-shadow: 0 0 10px rgba(0,0,0,0.35);
}

.gallery img:hover {
    transform: scale(1.04);
}



.zakaz{
	min-height: 300px;
	padding-top: 70px;
	padding-bottom: 100px;
}
.zakaz .zag{
	text-align: center;
	font-size: 36px;
	margin-bottom: 50px;
}
.zakaz .block{
	background-color: #fff;
	padding: 15px;
	box-shadow: 0px 15px 30px rgba(0,0,0, 0.07);
	text-align: center;
	background-image: url(../img/zakaz_bg.svg);
	background-repeat: no-repeat;
	background-position: center top;
}
.zakaz .block_in{
	border: 1px solid #b58e41;
	padding: 15px;
}
.zakaz .name{
	font-size: 18px;
	margin-bottom: 10px;
}
.zakaz .name span{
	color: #b58e41;
}
.zakaz .text{
	font-size: 13px;
	line-height: 20px;
	min-height: 140px;
	margin-bottom: 0px;
}
.zakaz .block img{
	margin-bottom: 20px;
}




.comment{
	min-height: 300px;
	padding-top: 70px;
	padding-bottom: 100px;
	background: #f9f9f9;
}
.comment .container{
	position: relative;
}
.comment .zag{
	text-align: center;
	font-size: 36px;
	margin-bottom: 60px;
}
.comment  .arrow{
	position: absolute;
	width: 55px;
	height: 55px;
	border-radius: 5px;
    border-top: 1px solid #fffecc;
    border-bottom: 3px solid #b57746;
    box-shadow: 0px 10px 35px rgba(255, 111, 55, 0.45);
    cursor: pointer;
    z-index: 2;
    top: 50%;
}
.comment  .arrow.owl_left{
	background: url(../img/arrow_left.svg) no-repeat center / 20px,
	linear-gradient(to top, #c99b67, #f2d5a2);
	margin-top:-20px;
	left: 20px;
}
.comment  .arrow.owl_right{
	background: url(../img/arrow_right.svg) no-repeat center / 20px,
	linear-gradient(to top, #c99b67, #f2d5a2);
	margin-top:-20px;
	right: 20px;
}







.blog{
	min-height: 800px;
	padding-top: 70px;
	padding-bottom: 100px;
	background: url(../img/svet.png) no-repeat right 25% top,
	url(../img/svet2.png) no-repeat bottom left 25%,
	url(../img/bg5.png) no-repeat center top / cover,
	#424242;
	color: #fff;
	position: relative;
	overflow: hidden;
}
.blog .container{
	position: relative;
	z-index: 2;
}
.blog .zag{
	text-align: center;
	font-size: 36px;
	margin-bottom: 50px;
}
.blog .block{
	background-color: #fff;
	padding: 15px;
	box-shadow: 0px 15px 30px rgba(0,0,0, 0.07);
	color: #424242;
}
.blog .block_in{
	border: 1px solid #d0a783;
	padding: 10px;
}
.blog .name{
	font-size: 18px;
	margin-bottom: 10px;
}
.blog .text{
	font-size: 13px;
	line-height: 20px;
	margin-bottom: 0px;
}
.blog a{
	font-size: 13px;
	color: #fff;
	text-decoration: none;
}
.blog u{
	font-size: 13px;
	color: #b67d3b;
	text-decoration: underline;
}
.blog .img{
	width: 100%;
	height: 150px;
	background-image: url(../img/foto.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	margin-bottom: 20px;
}
.blog .but{
	max-width: 260px;
	width: 100%;
	min-height: 78px;
	margin: auto;
	margin-bottom: 10px;
	font-size: 12px;
	padding-top: 30px;
	padding-bottom:30px;
	margin-top: 30px;
}

.blog .zag {
    text-align: center;
    font-size: 36px;
    margin-bottom: 50px;
}

.prata21 {
    font-family: Prata;
	margin-bottom: -80px;
}


.vopros{
	margin-top: 40px;
	min-height: 300px;
	padding-top: 70px;
	padding-bottom: 50px;
	background:url(../img/women.png) no-repeat left 55% top; 
}
.vopros .zag{
	font-size: 36px;
	margin-bottom: 30px;
}
.vopros .block{
	background-color: #fff;
	box-shadow: 0px 15px 30px rgba(0,0,0, 0.07);
	margin-bottom: 20px;
}
.vopros .block .title{
	font-size: 18px;
	padding: 20px;
	padding-right: 40px;
	cursor: pointer;
	position: relative;
}
.vopros .block .title:before{
	content: "";
	position: absolute;
	border-bottom: 3px solid #b57746;
    box-shadow: 0px 10px 35px rgba(255, 111, 55, 0.45);
    width: 40px;
    height: 40px;
    right: 10px;
    top: 10px;
    border-radius: 10px;
    background: url(../img/arrow_down.svg) no-repeat center / 15px,
	linear-gradient(to top, #c99b67, #f2d5a2);
}
.vopros .block .title.activ:before{
	background: url(../img/arrow_up.svg) no-repeat center / 15px,
	linear-gradient(to top, #c99b67, #f2d5a2);
}
.vopros .block .text{
	font-size: 14px;
	padding: 0px 20px 20px;
	display: none;
}
.vopros .block .text p{
	margin-bottom: 0px;
}

.vopros .form{
	width: 500px;
	max-width: 100%;
	background-color: #fff;
	padding: 15px;
	box-shadow: 0px 15px 30px rgba(0,0,0, 0.07);
	color: #424242;
	text-align: center;
	float: right;
}
.vopros .form_in{
	border: 1px solid #d0a783;
	padding: 30px 10px;
}
.vopros .messejer{
	font-size: 12px;
	line-height: 18px;
	margin-right: 20px;
	text-align: right;
}
.vopros .mes_icon{
	height: 26px;
	margin-right: 18px;
}
.vopros .tell{
	font-size: 21px;
	line-height: 21px;
	font-family:Prata;
	margin-bottom: 0px;
	margin-top: 10px;
	text-align: left;
	margin-left: 5px;
}
.vopros .tell span{
	font-size: 12px;
	font-family:Montserrat; 
	font-weight: 400;
	position: relative;
	padding-left: 12px;
}
.vopros .tell span:before{
	content: "";
	position: absolute;
	left: 0px;
	top: 6px;
	background-color: #b58e41;
	width: 4px;
	height: 4px;
	border-radius: 10px;
}
.vopros .form .zag_form{
	font-size: 28px;
	line-height: 37px;
}
.vopros .form .pod_zag{
	font-size: 13px;
	margin-bottom: 20px;
}
.vopros .form form input[type="text"]{
	height: 80px;
	width: 100%;
	max-width: 350px;
	margin-bottom: 10px;
	background-color: #FFFFFF;
	border:none;
	border-radius: 10px;
	padding-left: 20px;
	padding-right: 10px;
}
.vopros .form form input[type="submit"]{
	height: 80px;
	width: 100%;
	max-width: 350px;
	margin-bottom: 20px;
	border:none;
	border-radius: 10px;
	cursor: pointer;
    color: #fff;
    border-bottom: 3px solid #b57746;
}
.vopros .form form button[type="submit"]{
	height: 80px;
	width: 100%;
	max-width: 350px;
	margin-bottom: 20px;
	border:none;
	border-radius: 10px;
	cursor: pointer;
    color: #fff;
    border-bottom: 3px solid #b57746;
}
.vopros .form form .mini{
	font-size: 11px;
}





.footer{
	min-height: 100px;
	padding-top: 30px;
	padding-bottom: 30px;
}
.footer .logo{
	width: 100px;
	margin-right: 50px;
}
.footer .name p{
	margin-bottom: 0px;
	font-size: 14px;
	line-height: 21px;
}
.footer .name .politik{
	margin-top: 10px;
	font-size: 11px;
	cursor: pointer;
}
.footer .name .politik span{
	text-decoration: underline;
}
.footer .pay{
	font-size: 11px;
	margin-right: 20px;
}
.footer .cart{
	margin-right: 85px;
}
.footer .web p{
	font-size: 11px;
	line-height: 28px;
	margin-bottom: 0px;
}
.footer .web .hawk{
	font-size: 16px;
}
.footer .web a{
	color: #424242;
}





.video_mess{
	position:fixed; 
	left:50%; 
	top:50%; 
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	width:950px;
	max-width: 100%;
	min-height: 200px;
	background-color: #000;
	z-index: 501; 
	padding:0px 15px;
	text-align: center;
	display: none;
}
.video_mess .clos{
	width:25px;
	height: 25px;
	background-image: url(../img/clos.svg);
	background-size: cover;
	cursor: pointer;
	position: absolute;
	right: 0px;
	top: -33px;	
	transition: all 0.2s ease-out;
}
.video_mess .video-block {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
	margin-bottom:20px;
	box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.15);
}
.video_mess .video-block iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}





.politika{
	position:fixed; 
	left:50%; 
	top:50%; 
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	width:750px;
	max-width: 100%;
	min-height: 300px;
	background-color: #fff;
	z-index: 501; 
	padding:30px;
	display: none;
}
.politika p{
	font-size: 15px;
}
.politika .zag{
	font-size: 24px;
}
.politika .clos{
	width:20px;
	height: 20px;
	background-image: url(../img/clos_black.svg);
	float: right;
	cursor: pointer;
	background-position: center;
	background-size: cover;
}


::-webkit-input-placeholder {color:#7c7c7c; opacity:1;}
::-moz-placeholder          {color:#7c7c7c; opacity:1;}
:-moz-placeholder           {color:#7c7c7c; opacity:1;}
:-ms-input-placeholder      {color:#7c7c7c; opacity:1;}



.fon_black {
    background-color: rgba(0, 0, 0, 0.9);
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 500;
    top: 0px;
    display: none;
}



.autoflash{
        position: relative;
        overflow: hidden;
    }

     .flash{
       content: "";
    background-color: rgba(255, 255, 255, 0.5);
    height: 100%;
    width: 3em;
    display: block;
    position: absolute;
    top: 0;
    left: -4.5em;
    -webkit-transform: skewX(-45deg) translateX(0);
    transform: skewX(-45deg) translateX(0);
    -webkit-transition: none;
    transition: none;
    }
    
    .lighting {
    -webkit-animation: moving 3s ease-in-out infinite;
    -moz-animation: moving 3s ease-in-out infinite;
    -ms-animation: moving 3s ease-in-out infinite;
    -o-animation: moving 3s ease-in-out infinite;
    animation: moving 3s ease-in-out infinite;
   
    }
    
  @keyframes moving {  
     30% {  webkit-transform: skewX(-45deg) translateX(58.5em);
        transform: skewX(-45deg) translateX(58.5em);   
        
        }
   
    100% {  webkit-transform: skewX(-45deg) translateX(58.5em);
        transform: skewX(-45deg) translateX(58.5em);   
        
        }
     }

.home-intro__slider {
    z-index: 2;
    margin: 40px 0;
    width: 100%;
    max-width: 100%}
.home-intro__slider:before {
    content: "";
    display: block;
    padding-top: calc(56.621% + 64px);
}
.home-intro__slider:not(.cardslider) {
    opacity: 0;
}
.home-intro__slider.cardslider {
    transition: .3s ease;
    transition-delay: .14s;
    opacity: 1;
}
.home-intro__slider.cardslider .cardslider__card {
    pointer-events: none;
    cursor: default;
}
.home-intro__slider.cardslider .cardslider__card--index-0 {
    pointer-events: all;
    cursor: pointer;
}
.cardslider {
    width: 100%;
    position: relative;
}
.cardslider:before {
    content: "";
    display: block;
    padding-top: calc(56.621% + 89px);
}
.cardslider__cards, .cardslider__dots-nav {
    margin: 0;
    padding: 0;
    list-style: none;
}
.cardslider__cards {
    width: 100%;
    position: absolute;
    top: 0;
    bottom: 55px;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}
.cardslider__dots-nav {
    position: absolute;
    bottom: 24px;
    right: 0;
    display: flex;
    align-items: center;
    width: 75%;
    flex-direction: row;
    justify-content: flex-end;
}
.cardslider__dot {
    display: block;
}
.cardslider__dot+.cardslider__dot {
    margin-left: 8px;
}
.cardslider__dot-btn {
    position: relative;
    border-radius: 50%;
    border: 2px solid transparent;
    width: 10px;
    height: 10px;
    display: block;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: none;
    padding: 0;
    background-color: #fff;
}
.cardslider__dot-btn:before {
    content: " ";
    position: absolute;
    display: block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    left: 50%;
    top: 50%;
    transition: all .5s;
    -webkit-transform: translate(-50%, -50%) scale(0);
    transform: translate(-50%, -50%) scale(0);
}
.cardslider__dot--active .cardslider__dot-btn {
    border-color: #B58E41;
}
.cardslider__dot--active .cardslider__dot-btn:before {
    -webkit-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
    background-color: #B58E41;
}
.cardslider__card {
    display: block;
    border-radius: 5px;
    width: 100%;
    height: auto;
    background: 50% 50% no-repeat;
    background-size: cover;
    -webkit-transform-origin: center top;
    transform-origin: center top;
    position: absolute;
    bottom: 0;
    will-change: transform, opacity, background;
    transition: background .5s ease-out, opacity .5s;
}
.cardslider__card:before {
    content: "";
    display: block;
    padding-top: 56.621%}
.cardslider__card--transitions {
    transition: background .5s ease-out, opacity .5s, -webkit-transform .5s ease-out;
    transition: background .5s ease-out, transform .5s ease-out, opacity .5s;
    transition: background .5s ease-out, transform .5s ease-out, opacity .5s, -webkit-transform .5s ease-out;
}
.cardslider__card--invisible {
    opacity: 0;
}
.cardslider__card-content {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: 50% 50% no-repeat;
    background-size: cover;
    box-shadow: 5px 5px 25px rgba(0, 0, 0, .4);
    border-radius: 5px;
}
.cardslider__card-content:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    border-radius: inherit;
    background-color: rgba(29, 29, 29, .3);
    transition: .3s ease-out;
    opacity: 0;
}
.cardslider__card:hover .cardslider__card-content:before {
    opacity: 1;
}
.cardslider--direction-up .cardslider__card {
    -webkit-transform: scale(.726) translate3d(0, 16%, 0);
    transform: scale(.726) translate3d(0, 16%, 0);
    opacity: 0;
}
.cardslider--direction-up .cardslider__card--index-0 {
    -webkit-transform: translateZ(3px);
    transform: translateZ(3px);
    opacity: 1;
}
.cardslider--direction-up .cardslider__card--index-1 {
    -webkit-transform: scale(.863) translate3d(0, 8%, 2px);
    transform: scale(.863) translate3d(0, 8%, 2px);
    opacity: 1;
}
.cardslider--direction-up .cardslider__card--index-2 {
    -webkit-transform: scale(.726) translate3d(0, 16%, 1px);
    transform: scale(.726) translate3d(0, 16%, 1px);
    opacity: 1;
}
.cardslider--sortback-up {
    -webkit-animation: sortback-up .67s;
    animation: sortback-up .67s;
}
.cardslider--sortfront-up {
    -webkit-animation: sortfront-up .67s;
    animation: sortfront-up .67s;
}
.cardslider--direction-down .cardslider__card {
    -webkit-transform: scale(.726) translate3d(0, -16%, 0);
    transform: scale(.726) translate3d(0, -16%, 0);
    opacity: 0;
}
.cardslider--direction-down .cardslider__card--index-0 {
    -webkit-transform: translateZ(3px);
    transform: translateZ(3px);
    opacity: 1;
}
.cardslider--direction-down .cardslider__card--index-1 {
    -webkit-transform: scale(.863) translate3d(0, -8%, 2px);
    transform: scale(.863) translate3d(0, -8%, 2px);
    opacity: 1;
}
.cardslider--direction-down .cardslider__card--index-2 {
    -webkit-transform: scale(.726) translate3d(0, -16%, 1px);
    transform: scale(.726) translate3d(0, -16%, 1px);
    opacity: 1;
}
.cardslider--sortback-down {
    -webkit-animation: sortback-down .67s;
    animation: sortback-down .67s;
}
.cardslider--sortfront-down {
    -webkit-animation: sortfront-down .67s;
    animation: sortfront-down .67s;
}
.cardslider--direction-right .cardslider__card {
    -webkit-transform: scale(.726) translate3d(-16%, 0, 0);
    transform: scale(.726) translate3d(-16%, 0, 0);
    opacity: 0;
}
.cardslider--direction-right .cardslider__card--index-0 {
    -webkit-transform: translateZ(3px);
    transform: translateZ(3px);
    opacity: 1;
}
.cardslider--direction-right .cardslider__card--index-1 {
    -webkit-transform: scale(.863) translate3d(-8%, 0, 2px);
    transform: scale(.863) translate3d(-8%, 0, 2px);
    opacity: 1;
}
.cardslider--direction-right .cardslider__card--index-2 {
    -webkit-transform: scale(.726) translate3d(-16%, 0, 1px);
    transform: scale(.726) translate3d(-16%, 0, 1px);
    opacity: 1;
}
.cardslider--sortback-right {
    -webkit-animation: sortback-right .67s;
    animation: sortback-right .67s;
}
.cardslider--sortfront-right {
    -webkit-animation: sortfront-right .67s;
    animation: sortfront-right .67s;
}
.cardslider--direction-left .cardslider__card {
    -webkit-transform: scale(.726) translate3d(16%, 0, 0);
    transform: scale(.726) translate3d(16%, 0, 0);
    opacity: 0;
}
.cardslider--direction-left .cardslider__card--index-0 {
    -webkit-transform: translateZ(3px);
    transform: translateZ(3px);
    opacity: 1;
}
.cardslider--direction-left .cardslider__card--index-1 {
    -webkit-transform: scale(.863) translate3d(8%, 0, 2px);
    transform: scale(.863) translate3d(8%, 0, 2px);
    opacity: 1;
}
.cardslider--direction-left .cardslider__card--index-2 {
    -webkit-transform: scale(.726) translate3d(16%, 0, 1px);
    transform: scale(.726) translate3d(16%, 0, 1px);
    opacity: 1;
}
.cardslider--sortback-left {
    -webkit-animation: sortback-left .67s;
    animation: sortback-left .67s;
}
.cardslider--sortfront-left {
    -webkit-animation: sortfront-left .67s;
    animation: sortfront-left .67s;
}
.cardslider__direction-nav {
    position: absolute;
    height: 24px;
    width: 44px;
    right: auto;
    left: 0;
    top: auto;
    bottom: 0;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    margin-left: 10px;
    bottom: 6px;
}
.cardslider__nav-next, .cardslider__nav-prev {
    display: block;
    border: none;
    width: 24px;
    height: 22px;
    text-indent: -9999px;
    outline: none;
    transition: all .3s;
    background: 50% 50% no-repeat;
    background-color: rgba(0, 0, 0, .7);
    background-size: 12px auto;
}
.cardslider__nav-next:hover, .cardslider__nav-prev:hover {
    background-color: rgba(181, 142, 65, 0.7);
}
.cardslider__nav-next:active, .cardslider__nav-prev:active {
    background-color: #B58E41;
}
.cardslider__nav-next:focus, .cardslider__nav-prev:focus {
	outline: 0px dotted;
	    outline: 0px auto -webkit-focus-ring-color;
}

.cardslider__nav-next {
    padding-top: 5px;
    border-radius: 3px 3px 0 0;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg fill='none' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 14 9'%3E%3Cpath d='M.92 7.946a.908.908 0 0 0 .157.53.908.908 0 0 0 .987.367.908.908 0 0 0 .465-.3L7.29 2.987l4.76 5.558a.907.907 0 0 0 .275.248.908.908 0 0 0 .722.082.908.908 0 0 0 .552-.473.91.91 0 0 0 .09-.36.91.91 0 0 0-.062-.366.91.91 0 0 0-.203-.31L7.98 1a.908.908 0 0 0-.69-.318.908.908 0 0 0-.692.318L1.15 7.364a.908.908 0 0 0-.229.582z' fill='%23fff'/%3E%3C/svg%3E");
}
.cardslider__nav-prev {
    padding-bottom: 5px;
    border-radius: 0 0 3px 3px;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg fill='none' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 14 9'%3E%3Cpath d='M.363 1.25A.888.888 0 0 1 .524.72a.934.934 0 0 1 .45-.34.966.966 0 0 1 .57-.026.941.941 0 0 1 .48.3L6.937 6.21 11.85.653A.958.958 0 0 1 12.5.29a.966.966 0 0 1 .381.034.948.948 0 0 1 .336.179.912.912 0 0 1 .233.294.885.885 0 0 1 .093.36.883.883 0 0 1-.064.366.907.907 0 0 1-.21.31L7.65 8.196a.963.963 0 0 1-1.426 0L.599 1.833a.893.893 0 0 1-.237-.582z' fill='%23fff'/%3E%3C/svg%3E");
}
@-webkit-keyframes sortback-down {
    0% {
    -webkit-transform: translateZ(4px) scale(1);
    transform: translateZ(4px) scale(1);
}
50% {
    -webkit-transform: translate3d(0, 150%, 4px) scale(1);
    transform: translate3d(0, 150%, 4px) scale(1);
}
60% {
    -webkit-transform: translate3d(0, 150%, 0) scale(.8);
    transform: translate3d(0, 150%, 0) scale(.8);
}
to {
    -webkit-transform: translateZ(0) scale(.8);
    transform: translateZ(0) scale(.8);
}
}@keyframes sortback-down {
    0% {
    -webkit-transform: translateZ(4px) scale(1);
    transform: translateZ(4px) scale(1);
}
50% {
    -webkit-transform: translate3d(0, 150%, 4px) scale(1);
    transform: translate3d(0, 150%, 4px) scale(1);
}
60% {
    -webkit-transform: translate3d(0, 150%, 0) scale(.8);
    transform: translate3d(0, 150%, 0) scale(.8);
}
to {
    -webkit-transform: translateZ(0) scale(.8);
    transform: translateZ(0) scale(.8);
}
}@-webkit-keyframes sortfront-down {
    0% {
    -webkit-transform: translateZ(0) scale(.8);
    transform: translateZ(0) scale(.8);
}
50% {
    -webkit-transform: translate3d(0, 150%, 0) scale(.8);
    transform: translate3d(0, 150%, 0) scale(.8);
}
60% {
    -webkit-transform: translate3d(0, 150%, 4px) scale(1);
    transform: translate3d(0, 150%, 4px) scale(1);
}
to {
    -webkit-transform: translateZ(4px) scale(1);
    transform: translateZ(4px) scale(1);
}
}@keyframes sortfront-down {
    0% {
    -webkit-transform: translateZ(0) scale(.8);
    transform: translateZ(0) scale(.8);
}
50% {
    -webkit-transform: translate3d(0, 150%, 0) scale(.8);
    transform: translate3d(0, 150%, 0) scale(.8);
}
60% {
    -webkit-transform: translate3d(0, 150%, 4px) scale(1);
    transform: translate3d(0, 150%, 4px) scale(1);
}
to {
    -webkit-transform: translateZ(4px) scale(1);
    transform: translateZ(4px) scale(1);
}
}@-webkit-keyframes sortback-up {
    0% {
    -webkit-transform: translateZ(4px) scale(1);
    transform: translateZ(4px) scale(1);
}
50% {
    -webkit-transform: translate3d(0, -150%, 4px) scale(1);
    transform: translate3d(0, -150%, 4px) scale(1);
}
60% {
    -webkit-transform: translate3d(0, -150%, 0) scale(.8);
    transform: translate3d(0, -150%, 0) scale(.8);
}
to {
    -webkit-transform: translateZ(0) scale(.8);
    transform: translateZ(0) scale(.8);
}
}@keyframes sortback-up {
    0% {
    -webkit-transform: translateZ(4px) scale(1);
    transform: translateZ(4px) scale(1);
}
50% {
    -webkit-transform: translate3d(0, -150%, 4px) scale(1);
    transform: translate3d(0, -150%, 4px) scale(1);
}
60% {
    -webkit-transform: translate3d(0, -150%, 0) scale(.8);
    transform: translate3d(0, -150%, 0) scale(.8);
}
to {
    -webkit-transform: translateZ(0) scale(.8);
    transform: translateZ(0) scale(.8);
}
}@-webkit-keyframes sortfront-up {
    0% {
    -webkit-transform: translateZ(0) scale(.8);
    transform: translateZ(0) scale(.8);
}
50% {
    -webkit-transform: translate3d(0, -150%, 0) scale(.8);
    transform: translate3d(0, -150%, 0) scale(.8);
}
60% {
    -webkit-transform: translate3d(0, -150%, 4px) scale(1);
    transform: translate3d(0, -150%, 4px) scale(1);
}
to {
    -webkit-transform: translateZ(4px) scale(1);
    transform: translateZ(4px) scale(1);
}
}@keyframes sortfront-up {
    0% {
    -webkit-transform: translateZ(0) scale(.8);
    transform: translateZ(0) scale(.8);
}
50% {
    -webkit-transform: translate3d(0, -150%, 0) scale(.8);
    transform: translate3d(0, -150%, 0) scale(.8);
}
60% {
    -webkit-transform: translate3d(0, -150%, 4px) scale(1);
    transform: translate3d(0, -150%, 4px) scale(1);
}
to {
    -webkit-transform: translateZ(4px) scale(1);
    transform: translateZ(4px) scale(1);
}
}@-webkit-keyframes sortback-left {
    0% {
    -webkit-transform: translateZ(4px) scale(1);
    transform: translateZ(4px) scale(1);
}
50% {
    -webkit-transform: translate3d(-150%, 0, 4px) scale(1);
    transform: translate3d(-150%, 0, 4px) scale(1);
}
60% {
    -webkit-transform: translate3d(-150%, 0, 0) scale(.8);
    transform: translate3d(-150%, 0, 0) scale(.8);
}
to {
    -webkit-transform: translateZ(0) scale(.8);
    transform: translateZ(0) scale(.8);
}
}@keyframes sortback-left {
    0% {
    -webkit-transform: translateZ(4px) scale(1);
    transform: translateZ(4px) scale(1);
}
50% {
    -webkit-transform: translate3d(-150%, 0, 4px) scale(1);
    transform: translate3d(-150%, 0, 4px) scale(1);
}
60% {
    -webkit-transform: translate3d(-150%, 0, 0) scale(.8);
    transform: translate3d(-150%, 0, 0) scale(.8);
}
to {
    -webkit-transform: translateZ(0) scale(.8);
    transform: translateZ(0) scale(.8);
}
}@-webkit-keyframes sortfront-left {
    0% {
    -webkit-transform: translateZ(0) scale(.8);
    transform: translateZ(0) scale(.8);
}
50% {
    -webkit-transform: translate3d(-150%, 0, 0) scale(.8);
    transform: translate3d(-150%, 0, 0) scale(.8);
}
60% {
    -webkit-transform: translate3d(-150%, 0, 4px) scale(1);
    transform: translate3d(-150%, 0, 4px) scale(1);
}
to {
    -webkit-transform: translateZ(4px) scale(1);
    transform: translateZ(4px) scale(1);
}
}@keyframes sortfront-left {
    0% {
    -webkit-transform: translateZ(0) scale(.8);
    transform: translateZ(0) scale(.8);
}
50% {
    -webkit-transform: translate3d(-150%, 0, 0) scale(.8);
    transform: translate3d(-150%, 0, 0) scale(.8);
}
60% {
    -webkit-transform: translate3d(-150%, 0, 4px) scale(1);
    transform: translate3d(-150%, 0, 4px) scale(1);
}
to {
    -webkit-transform: translateZ(4px) scale(1);
    transform: translateZ(4px) scale(1);
}
}@-webkit-keyframes sortback-right {
    0% {
    -webkit-transform: translateZ(4px) scale(1);
    transform: translateZ(4px) scale(1);
}
50% {
    -webkit-transform: translate3d(150%, 0, 4px) scale(1);
    transform: translate3d(150%, 0, 4px) scale(1);
}
60% {
    -webkit-transform: translate3d(150%, 0, 0) scale(.8);
    transform: translate3d(150%, 0, 0) scale(.8);
}
to {
    -webkit-transform: translateZ(0) scale(.8);
    transform: translateZ(0) scale(.8);
}
}@keyframes sortback-right {
    0% {
    -webkit-transform: translateZ(4px) scale(1);
    transform: translateZ(4px) scale(1);
}
50% {
    -webkit-transform: translate3d(150%, 0, 4px) scale(1);
    transform: translate3d(150%, 0, 4px) scale(1);
}
60% {
    -webkit-transform: translate3d(150%, 0, 0) scale(.8);
    transform: translate3d(150%, 0, 0) scale(.8);
}
to {
    -webkit-transform: translateZ(0) scale(.8);
    transform: translateZ(0) scale(.8);
}
}@-webkit-keyframes sortfront-right {
    0% {
    -webkit-transform: translateZ(0) scale(.8);
    transform: translateZ(0) scale(.8);
}
50% {
    -webkit-transform: translate3d(150%, 0, 0) scale(.8);
    transform: translate3d(150%, 0, 0) scale(.8);
}
60% {
    -webkit-transform: translate3d(150%, 0, 4px) scale(1);
    transform: translate3d(150%, 0, 4px) scale(1);
}
to {
    -webkit-transform: translateZ(4px) scale(1);
    transform: translateZ(4px) scale(1);
}
}@keyframes sortfront-right {
    0% {
    -webkit-transform: translateZ(0) scale(.8);
    transform: translateZ(0) scale(.8);
}
50% {
    -webkit-transform: translate3d(150%, 0, 0) scale(.8);
    transform: translate3d(150%, 0, 0) scale(.8);
}
60% {
    -webkit-transform: translate3d(150%, 0, 4px) scale(1);
    transform: translate3d(150%, 0, 4px) scale(1);
}
to {
    -webkit-transform: translateZ(4px) scale(1);
    transform: translateZ(4px) scale(1);
}
}




.avto .block {
    padding: 20px 0px;
    margin-bottom: 5px;
    position: relative;
    padding-bottom: 80px;
}

.avto .block {
    width: 100%;
    background: #fff;
    transform-style: preserve-3d;
    position: relative;
    border-radius: 5px;
    box-shadow: 0 0 10px rgb(0 0 0 / 35%);
}
.avto .img {
    margin-bottom: 30px;
}
.avto .block .name {
    padding: 0px 20px;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 10px;
}
.avto .block .text {
    padding: 0px 20px;
    font-size: 15px;
    line-height: 24px;
}
.avto .but {
    width: calc(100% - 40px);
    margin-left: 20px;
    height: 57px;
    border-radius: 5px;
    font-size: 11px;
    font-weight: 700;
    border: none;
	border-bottom: 3px solid #b57746;
    text-shadow: 0px 1px 0px #b67d3b;
    box-shadow: 0px 10px 35px rgb(255 111 55 / 45%);
    background: linear-gradient(to top, #c99b67, #f2d5a2);
    color: #fff;
    cursor: pointer;
    line-height: 57px;
    text-align: center;
    transition: all 0.1s ease-out;
    position: absolute;
    bottom: 20px;

}
.avto .but:hover{
	box-shadow: 0px 10px 35px rgba(255, 111, 55, 0.65);
	background: linear-gradient(to top, #e6b278, #ffe4b5);
}
.container-fl {
    width: 100%;
    padding-right: 50px;
    padding-left: 50px;
    margin-right: auto;
    margin-left: auto;
}

@media screen and (max-width: 420px){
.container-fl {
    padding-right: 0;
    padding-left: 0;
}
.avto .but {
    margin-left: 9px;
    margin-right: 9px;
    width: 90%;
}
.avto .block .name {
    font-size: 16px;
}
.avto .block .text {
    font-size: 13px;
}}
