.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;
}
input:focus,
textarea:focus,
button:focus,
a:focus {
	outline: none;
}
*::-webkit-input-placeholder {
	color: #000;
	opacity: 1;
}
*:-moz-placeholder {
	color: #000;
	opacity: 1;
}
*::-moz-placeholder {
	color: #000;
	opacity: 1;
}
*:-ms-input-placeholder {
	color: #000;
	opacity: 1;
}
ul,li{
	list-style: none;
	margin: 0;
	padding: 0;
}
html{
	overflow-x: hidden;
}
body {
	font-family: "PFDinTextCondProRegular", sans-serif;
	font-size: 18px;
	min-width: 320px;
	max-width: 2000px;
	position: relative;
	overflow-x: hidden;
	color: #000;
	background-color: #fff;
	line-height: 1.2em;
	margin: 0 auto;
}
a{
	color: #000;
	text-decoration: none;
}
h1,h2,h3,h4,h5,h6{
	text-transform: uppercase;
	margin: 0;
	font-weight: normal;
	line-height: 1em;
}
h2{
	font-size: 93px;
	font-family: "PFDinTextCondProBoldItalic";
	transform: rotate(-5deg);
	margin: 0 0 40px 50px;
}
h3{
	font-size: 24px;
	font-family: "PFDinTextCondProBold";
}
form{
	text-align: center;
}
input:not(.btn){
	max-width: 370px;
	width: 100%;
	height: 42px;
	border-radius: 10px;
	padding: 0 15px 0 50px;
	background-repeat: no-repeat;
	color: #939393;
	margin-bottom: 20px;
	border: 2px solid transparent;
	background-position: 16px center;
}
input.btn{
	max-width: 370px;
	width: 100%;
	height: 42px;
	font-size: 30px;
	text-transform: uppercase;
}
input.name{
	background-image: url(../img/bg/bg_input_name.png);
}
input.phone{
	background-image: url(../img/bg/bg_input_phone.png);
}
input.ierror{
	border-color: red;
}
.clearfix::after,
.clearfix::before{
	content: " ";
	display: table;
}
.clearfix::after,
.clr{
	clear: both;
}
.btn{
	display: inline-block;
	font-size: 22px;
	line-height: 1.2em;
	color: #fff;
	text-align: center;
	border:none;
	background-color: #ff6624;
	background-image: linear-gradient(to top, #ff6624 0%, #f89b22 100%);
	padding: 5px 30px;
	border-radius: 5px;
}
.btn:hover{
	background-color: #f89b22;
	background-image: linear-gradient(to top, #f89b22 0%, #ff6624 100%);
}

/*HEADER*/
header{
	position: relative;
	padding-top:70px;
}

.header_top{
	position: fixed;
	top:0;
	left:0;
	right:0;
	z-index:99;
}
.header_top,
.footer_top{
	padding: 10px 0;
	background-color: #1646ab;
	background-image: linear-gradient(180deg, #1646ab 0%, #002192 100%);
	color: #fff;
}
nav{
	float: left;
}
.menu_small{
	display: none;
}
.menu{
	margin-top: 15px;
}
.menu li{
	display: inline-block;
}
.menu a{
	color: #fff;
	font-size: 16px;
	font-family: "PFDinTextCondProMedium";
	text-transform: uppercase;
	padding-left: 20px;
	margin-right: 15px;
	display: inline-block;
	position: relative;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
.menu a:hover{
	color: #ff6a24;
}
.menu a::before{
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	transform: translate(0,-50%);
	width: 20px;
	height: 20px;
	background-image: url(../img/bg/bg_icons_menu.png);
	background-repeat: no-repeat;
}
.menu a[href='#main']::before{
	background-position: 0 0;
}
.menu a[href='#advantages']::before{
	background-position: -20px 0;
}
.menu a[href='#services']::before{
	background-position: -40px 0;
	left: -5px;
}
.menu a[href='#stock']::before{
	background-position: -60px 0;
}
.menu a[href='#gallery']::before{
	background-position: -80px 0;
	left: -5px;
}
.menu a[href='#contacts']::before{
	background-position: -100px 0;
}
.callback{
	float: right;
	text-align: right;
}
.callback .phone{
	color: #fff;
	font-size: 20px;
	font-family: "PFDinTextCondProMedium";
}
.callback .btn{
	padding: 1px 5px;
	font-size: 18px;
	line-height: 1.2em;
	margin-top: 5px;
}
.header_main{
	background-image: url(../img/bg/bg_header_new.png);
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center top;
	padding: 20px 0 0;
	min-height: 800px;
}
.header_main .logo{

	//max-width: 100%;
}

.logoblock{
	max-width:410px;
	width:100%;
}

.logoblock .logosvg{
	float:left;
	width:110px;
	margin-right:15px;
	height:138px;
}
.logoblock .logorigth{
	overflow: hidden;
	padding-top:10px;
}
.logoblock .logorigth img{
	max-width:100%;
}

.logoblock .logosvg img{
	width:100%;
}

.logoblock:after{
	content:'';
	display: block;
	clear: both;
}

.link_header{
    position: absolute;
    top:20px;
    left:0;
    right:0;
}

.link_header ul{
    position: absolute;
    top:0;
    right:165px;
}

.link_header ul.menu2{
    right:auto;
    top:280px;
    left:0;
}

.link_header ul.menu3{
    right:0;
    top:370px;
}

.link_header ul li{
    margin-top:10px;
}

.link_header ul li:first-child{
    margin-top:0;
}

.link_header ul li a{
    display: inline-block;
    line-height:46px;
    color:#fff;
    font-size:24px;
    padding:0 23px 0 26px;
    border-radius:20px;
    background:rgba(22,70,171,0.6);
    font-family: "PFDinTextCondProMediumItalic";
    position: relative;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.link_header ul li a:hover{
    color:#f89b22;
}

.link_header ul li a:before{
    content:'';
    position: absolute;
    top:14px;
    left:-6px;
    border-radius:50%;
    border:4px solid #fff;
    background: #ff780a;
    width:18px;
    height:18px;
}

.header_main .banner{
	position: absolute;
	right: 4px;
	top: 11px;
	color: #f89b22;
	font-size: 17px;
	line-height: 1.2em;
	font-family: "PFDinTextCondProMedium";
	transform: rotate(20deg);
	text-shadow: 1px 1px 1px #000;
	width: 190px;
	height: 190px;
	background: url(../img/bg/puzir.png) 50% 50% no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
}
.header_main .banner .item{
	position: absolute;
	top: 0;
	transition:all 0.4s ease;
	left: 0;
}
.header_main .banner .item{
	opacity: 0;
}
.header_main .banner .item.active{
	opacity: 1;
}
.header_main .banner .center{
	width: 190px;
	height: 190px;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	letter-spacing:1.4px;
}
/*HEADER*/

/* ABOUT */
.about__wrap{
	padding-bottom:50px;
	margin-bottom:20px;
}
.about__text{
	text-align: center;
	font-size:20px;
	margin-top:20px;
}
/* ABOUT */

/*ADVANTAGES*/
.s_advantages{
	background-image: url(../img/bg/bg_advantages.png);
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center top;
	padding: 50px 0 80px;
	margin-top: -100px;
}
.s_advantages .wrap{
	text-align: center;
}
.s_advantages .item{
	margin: 45px 10px 0;
	padding-top: 200px;
	position: relative;
	display: inline-block;
	width: 220px;
	vertical-align: top;
}
.s_advantages .item h3{
	min-height: 50px;
}
.s_advantages .item p{
	margin: 5px 0 0;
}
.s_advantages .item::before{
	content: '';
	position: absolute;
	top: 0;
	left: 50%;
	transform: translate(-50%,0);
	width: 167px;
	height: 167px;
	border-radius: 50%;
	background-image: url(../img/bg/bg_advantages_items.png);
	background-repeat: no-repeat;
	background-position: 0 0;
}
.s_advantages .item.item2::before{
	background-position: -167px 0;
}
.s_advantages .item.item3::before{
	background-position: -334px 0;
}
.s_advantages .item.item4::before{
	background-position: -501px 0;
}
.s_advantages .item.item5::before{
	background-position: -668px 0;
}
.s_advantages .item.item6::before{
	background-position: -835px 0;
}
.s_advantages .item.item7{
	font-size:18px;
}
.s_advantages .item.item7::before{
	background-position: -1002px 0;
}
.s_advantages .item.item1,
.s_advantages .item.item5{
	-webkit-animation-delay: .2s;
	-moz-animation-delay: .2s;
	-o-animation-delay: .2s;
	animation-delay: .2s;
}
.s_advantages .item.item2,
.s_advantages .item.item6{
	-webkit-animation-delay: .5s;
	-moz-animation-delay: .5s;
	-o-animation-delay: .5s;
	animation-delay: .5s;
}
.s_advantages .item.item3,
.s_advantages .item.item7{
	-webkit-animation-delay: .8s;
	-moz-animation-delay: .8s;
	-o-animation-delay: .8s;
	animation-delay: .8s;
}
.s_advantages .item.item4,
.s_advantages .item.item8{
	-webkit-animation-delay: 1.1s;
	-moz-animation-delay: 1.1s;
	-o-animation-delay: 1.1s;
	animation-delay: 1.1s;
}
/*/ADVANTAGES*/

/*SERVICES*/
.s_services{
	background-image: url(../img/bg/bg_services.png);
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center top;
	padding: 135px 0 230px;
	margin-top: -100px;
	color: #fff;
	min-height: 765px;
}
.s_services h2{
	color: #fff;
}
.s_services .wrap{
	text-align: center;
}
.s_services .item{
	margin: 40px 0 0;
	padding-top: 200px;
	position: relative;
	display: inline-block;
	width: 190px;
	vertical-align: top;
	font-size: 30px;
	line-height: 1.2em;
	color: #fff;
	text-transform: uppercase;
	font-family: "PFDinTextCondProMedium";
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}

.s_services .item img{
	display: none;
}
.s_services .item:hover{
	color: #ff6624;
}
.s_services .item::before{
	content: '';
	position: absolute;
	top: 0;
	left: 50%;
	transform: translate(-50%,0);
	margin-left: -10px;
	width: 197px;
	height: 192px;
	background-image: url(../img/bg/bg_services_items.png);
	background-repeat: no-repeat;
	background-position: 0 0;
}
.s_services .item.item2::before{
	background-position: -200px 0;
}
.s_services .item.item3::before{
	background-position: -400px 0;
}
.s_services .item.item4::before{
	background-position: -600px 0;
}
.s_services .item.item5::before{
	background-position: -800px 0;
}
.s_services .item.item1{
	-webkit-animation-delay: .2s;
	-moz-animation-delay: .2s;
	-o-animation-delay: .2s;
	animation-delay: .2s;
}
.s_services .item.item2{
	-webkit-animation-delay: .5s;
	-moz-animation-delay: .5s;
	-o-animation-delay: .5s;
	animation-delay: .5s;
}
.s_services .item.item3{
	-webkit-animation-delay: .8s;
	-moz-animation-delay: .8s;
	-o-animation-delay: .8s;
	animation-delay: .8s;
}
.s_services .item.item4{
	-webkit-animation-delay: 1.1s;
	-moz-animation-delay: 1.1s;
	-o-animation-delay: 1.1s;
	animation-delay: 1.1s;
}
.s_services .item.item5{
	-webkit-animation-delay: 1.4s;
	-moz-animation-delay: 1.4s;
	-o-animation-delay: 1.4s;
	animation-delay: 1.4s;
}
/*/SERVICES*/

/*STOCK*/
.s_stock{
	background-image: url(../img/bg/bg_stock.png);
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center top;
	padding: 200px 0 220px;
	margin-top: -180px;
	position: relative;
	z-index: 3;
	min-height:920px;
	display: flex;
	align-items: center;
}
.s_stock .item{
	position: relative;
	display: inline-block;
	padding-left: 270px;
	margin: 35px 0;
}
.s_stock .item *{
	position: relative;
	z-index: 3;
}
.s_stock .item::before{
	content: '';
	position: absolute;
	top: -30px;
	left: 80px;
	width: 875px;
	height: 254px;
	background-image: url(../img/bg/bg_stock_item.png);
	-webkit-background-size: cover;
	background-size: cover;
}
.s_stock .item .center{
	transform: rotate(-5deg);
	height: 180px;
}
.s_stock .item h3{
	    color: #ffffff;
    text-shadow: #0063e5 1px 0px, #0063e5 1px 1px, #0063e5 0px 1px, #0063e5 -1px 1px, #0063e5 -1px 0px, #0063e5 -1px -1px, #0063e5 0px -1px, #0063e5 1px -1px, #0063e5 0 0 3px, #0063e5 0 0 3px, #0063e5 0 0 3px, #0063e5 0 0 3px, #0063e5 0 0 3px, #0063e5 0 0 3px, #0063e5 0 0 3px, #0063e5 0 0 3px;
    font-size: 45px;
    line-height: 1.2em;
    font-family: "PFDinTextCondProBoldItalic";
    position: relative;
    top: 50%;
    transform: translate(0,-50%);
}
.s_stock .item .number{
	position: absolute;
	left: 0;
	top: 50%;
	transform: translate(0,-50%);
	margin-top: 30px;
	width: 255px;
	height: 244px;
	line-height: 244px;
	background-image: url(../img/bg/bg_stock_number.png);
	color: #fff;
	text-align: center;
	font-size: 120px;
	font-family: "PFDinTextCondProBoldItalic";
	padding-left: 30px;
}
/*/STOCK*/

/*REVIEWS*/
.s_reviews{
	background-image: url(../img/bg/bg_reviews.png);
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center top;
	padding: 160px 0;
	margin-top: -200px;
}
.s_reviews .wrap{
	position: relative;
	margin: 105px 0 55px;
	padding: 0 65px;
}
.s_reviews .item{
	padding: 0 10px 1px;
}

.s_reviews .item__wrap{
	display: flex;
	gap:15px;
	align-items: center;
	justify-content: center;
	text-align: left;
}

.s_reviews .item__img{
	overflow: hidden;
}

.s_reviews .item__img img{
	border-radius: 50%;
	width:60px;
	height:60px;
	object-fit: cover;
}

.s_reviews .item__name{
	font-size: 26px;
	line-height: 1.2;
	font-weight: 500;
	margin-bottom: 5px;
}

.s_reviews .item__date{
	line-height: 1.2;
	color: #6c6c6c;
}

.s_reviews .item__rating {
	display: flex;
	justify-content: center;
	gap:5px;
	font-size: 32px;
	line-height: 32px;
	margin-top:10px;
}

.s_reviews .item__rating div.active{
	color: #ff5e00;
}

.s_reviews .item__rating div:before{
	content: '★';
}

.s_reviews .item .text{
	/*margin-left: 250px;*/
	text-align: center;
}
.s_reviews .item h3{
	font-size: 20px;
	line-height: 1.2em;
}
.s_reviews .item p{
	font-size: 24px;
	line-height: 1.2em;
}
.s_reviews .btn_center{
	text-align: center;
}
.s_reviews .btn{
	font-size: 24px;
	text-transform: uppercase;
	padding: 10px 30px;
	border-radius: 10px;
}
.s_reviews .owl-controls{
	display: none!important;
}
/*/REVIEWS*/

/*GALLERY*/
.s_gallery{
	background-image: url(../img/bg/bg_gallery.png);
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center top;
	padding: 125px 0;
	margin-top: -180px;
	color: #fff;
	min-height: 1100px;
	position: relative;
	z-index: 3;
}
.s_gallery .wrap{
	text-align: center;
	margin-top: 250px;
	position: relative;
	padding: 0 65px;
}
.s_gallery .item{
	display: inline-block;
	position: relative;
}
.s_gallery .item::before{
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-image: url(../img/bg/bg_icons_magnifier.png);
	background-repeat: no-repeat;
	background-position: center;
}
.s_gallery .item img{
	width: 358px;
	height: 229px;
	border-radius: 5px;
}
/*/GALLERY*/

/*CONTACTS*/
.s_contacts{
	position: relative;
	margin-top: -180px;
	padding-top: 180px;
}
.s_contacts .wrap{
	position: relative;
	z-index: 2;
	margin-top: 120px;
	max-width: 275px;
	background-color: rgba(255,255,255,.83);
	box-shadow: 0 2px 2px rgba(0, 1, 2, 0.18);
	border-radius: 5px;
	text-align: center;
	padding: 35px 25px;
}
.s_contacts .wrap p{
	margin: 0;
	font-size: 20px;
	line-height: 1.2em;
}
.s_contacts .wrap .phone{
	font-size: 24px;
	font-family: "PFDinTextCondProMedium";
	display: inline-block;
	margin: 20px 0;
}
.s_contacts,
#map{
	height: 750px;
}
#map{
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
.ymaps-b-zoom_hints-pos_right{
	top: 280px !important;
}

.map .gotoymaps{

}
/*/CONTACTS*/

/*FOOTER*/
.footer_bottom{
	text-align: center;
	padding: 30px 0;
}
.footer_bottom li{
	display: inline-block;
	margin: 0 2px;
	position: relative;
	top: 0;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
.footer_bottom li:hover{
	top: -3px;
}
.footer_bottom li:hover a{
	background-color: #173dc0;
	background-image: linear-gradient(180deg, #173dc0 0%, #0486ff 100%);
	box-shadow: 0 5px 10px rgba(16, 21, 74, 0.5);
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
.footer_bottom li a{
	display: inline-block;
	width: 36px;
	height: 36px;
	border-radius: 50%;
	background-color: #0486ff;
	background-image: linear-gradient(180deg, #0486ff 0%, #173dc0 100%);
	box-shadow: 0 0 117px rgba(255, 255, 255, 0.75);
	position: relative;
}
.footer_bottom li a::before{
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 20px;
	height: 17px;
	background-image: url(../img/bg/bg_icons_soc.png);
	background-repeat: no-repeat;
}
.footer_bottom li a.fb::before{
	background-position: 0 0;
}
.footer_bottom li a.vk::before{
	background-position: -20px 0;
}
.footer_bottom li a.instagram::before{
	background-position: -40px 0;
}
.footer_bottom li a.tg::before{
	background-position: -60px 0;
}
/*/FOOTER*/

/*CAROUSEL BUTTON*/
.next_button, 
.prev_button {
	background-image: url(../img/bg/bg_icons_arrows.png);
	background-repeat: no-repeat;
	cursor: pointer;
	position: absolute;
	top: 50%;
	margin-top: -29px;
	width: 58px;
	height: 58px;
	z-index: 9;
}
.prev_button{
	background-position: 0 0;
	left: 0;
}
.next_button{
	-moz-transform: scaleX(-1);
	-o-transform: scaleX(-1);
	-webkit-transform: scaleX(-1);
	transform: scaleX(-1);
	filter: FlipH;
	-ms-filter: "FlipH";
	right: 0;
}
.prev_button:hover,
.next_button:hover{
	background-position: -58px 0;
}
/*/CAROUSEL BUTTON*/

/*CAROUSEL PAGINATION*/
.owl-controls{
	text-align: center;
	position: absolute;
	bottom: -220px;
	width: 100%;
}
.owl-controls .owl-page{
	width: 26px;
	height: 26px;
	border: 2px solid #ff9114;
	background-color: transparent;
	border-radius: 50%;
	display: inline-block;
	margin: 0 3px;
}
.owl-controls .owl-page.active{
	background-color: #ff6505;
	background-image: linear-gradient(to top, #ff6505 0%, #ffad1e 100%);
}
/*/CAROUSEL PAGINATION*/

/*MENU SMALL*/
.c-hamburger {
	display: block;
	position: relative;
	margin-top: 10px;
	width: 35px;
	height: 30px;
	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: #ff6624;
	background-image: linear-gradient(to right, #ff6624 0%, #f89b22 100%);
}

.c-hamburger span::before,
.c-hamburger span::after {
	position: absolute;
	display: block;
	left: 0;
	width: 100%;
	height: 6px;
	background-color: #ff6624;
	background-image: linear-gradient(to left, #ff6624 0%, #f89b22 100%);
	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: #ff6624;
	background-image: linear-gradient(to left, #ff6624 0%, #f89b22 100%);
}

.c-hamburger--htx.is-active span::after {
	bottom: 0;
	transform: rotate(-45deg);
	background-color: #ff6624;
	background-image: linear-gradient(to right, #ff6624 0%, #f89b22 100%);
}

.c-hamburger--htx.is-active span::before,
.c-hamburger--htx.is-active span::after {
	transition-delay: 0s, 0.3s;
}
/*/MENU SMALL*/

/*POPUP*/
.fancybox-skin{
	padding: 0 !important;
	border-radius: 20px !important;
	background: none !important;
}
.fancybox-close{
	top: 15px;
	right: 15px;
}
.fancybox-close{
	background-image: url(../img/bg/bg_popup_close.png);
	-webkit-background-size: cover;
	background-size: cover;
	width: 38px;
	height: 38px;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
.fancybox-close:hover{
	opacity: .7;
}
.fancybox-overlay{
	background: none;
	background-color: rgba(15,57,163,.5);
}
.fancybox-inner{
	overflow: auto!important;
}
.popup{
	background-color: #1646ab;
	text-align: center;
	padding: 70px 30px;
	color: #333;
	width: 410px;
	color: #fff;
}

.popup.bigpopup{
	text-align: left;
	border-radius: 20px;
}

.popup.bigpopup ul li{
	gap:5px;
}

.popup.bigpopup ul li:before{
	content:'';
	width:7px;
	height:7px;
	background: #fff;
	border-radius: 50%;
	display: inline-block;
	margin-right:8px;
	vertical-align: middle;
}

.popup.bigpopup p{
	margin:7px 0;
}

.popup.bigpopup p:first-child{
	margin-top:0;
}

.popup.bigpopup p:last-child{
	margin-bottom:0;
}

.popup h2{
	font-size: 30px;
	line-height: 1.2em;
	color: #fff;
	text-align: center;
	transform: rotate(0);
	margin: 0 0 25px;
}
.popup h2 span{
	font-size: 35px;
	display: block;
	text-transform: uppercase;
}
.popup h2::before,
.popup h2::after{
	display: none;
}
.popup .input_bg{
	margin: 0 auto 15px;
	display: block;
	max-width: 300px;
}
.popup input{
	font-size: 16px;
	max-width: 300px;
}
.popup button.btn{
	margin-top: 5px;
	margin-right: 90px;
}
.popup .security{
	text-align: left;
	display: inline-block;
	background-image: url(../img/bg/bg_icons_security.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding:  5px 0 5px 35px;
	font-size: 16px;
	margin: 20px 0 0;
}
#thanks h2{
	margin-bottom: 25px;
}
#thanks p{
	margin: 0;
	font-size: 20px;
}

.popupbaner{
	position: fixed;
	top:0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index:999;
	background-color: rgba(15,57,163,.5);
	padding: 15px;
	font-size: 0;
	line-height: 0;
	text-align: center;
	overflow-y: auto;
	display: none;
}
.popupbaner .wrap{
	display: inline-block;
	vertical-align: middle;
	max-width: 450px;
	width: 100%;
	box-shadow:0 0 20px rgba(0,0,0,0.5);
	position: relative;
}
.popupbaner .wrap img{
	width:100%;
	display: block;
}
.popupbaner .closebut{
	position: absolute;
	top:10px;
	right:10px;
	width:30px;
	height:30px;
	border:2px solid #fff;
	background: url(../images/closebut.png) 50% 50% no-repeat;
	cursor: pointer;
	border-radius:50%;
}
.popupbaner:after {
	content: '';
	display: inline-block;
	width: 0;
	height: 100%;
	vertical-align: middle;
}
/*/POPUP*/



/*ANIMATION*/
.animation_1{
	-webkit-animation: spin 2s linear infinite;
	animation: spin 2s linear infinite;
}
@-webkit-keyframes spin{
	0% {
		transform: scale(1);
	}
	50% {
		transform: scale(1.2);
	}
	100% {
		transform: scale(1);
	}
}

@keyframes spin{
	0% {
		transform: scale(1);
	}
	50% {
		transform: scale(1.2);
	}
	100% {
		transform: scale(1);
	}
}

/* @keyframes spin{
	0% {
		font-size: 15px;
		line-height: 1.2em;
	}
	50% {
		font-size: 20px;
		line-height: 1.2em;
	}
	100% {
		font-size: 15px;
		line-height: 1.2em;
	}
} */
/*/ANIMATION*/



/* New */
iframe img{
	width:100%;
}