/*CALC*/
.s-calc{

}
.calc{
	margin-top: 50px;
}
.calc__left{
	position: relative;
}
.calc-imgs-wrap{
	text-align: center;
	position: relative;
}
.calc-imgs{
	position: relative;
	top: 0;
	left: 0;
	right: 0;
}
.calc-imgs_imgs2{
	position: absolute;
	top: auto;
	right: 0;
	left: 0;
	bottom: 0;
}
.calc-imgs_imgs3{
	position: absolute;
	top: -20px;
	right: 15px;
	left: auto;
	bottom: 0;
	width: 48%;
}
.calc-imgs_imgs3 img{
	border-radius: 50%;
}
.calc-imgs__img{
	text-align: center;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	position: absolute;
	visibility: hidden;
	z-index: -1;
}
.calc-imgs_imgs3 .calc-imgs__img{
	opacity: 1;
}
.calc-imgs__img_active{
	position: relative;
	z-index: 3;
	visibility: visible;
	opacity: 1;
}
.calc-inputs{
	margin-top: 30px;
	margin-left: -10px;
	margin-right: -10px;
	text-align: center;
}
.calc-inputs .input{
	max-width: 160px;
}
.calc-items__item{
	margin-top: 35px;
}
.calc-items__item:first-child{
	margin-top: 0;
}
.calc-items__label{
	margin-bottom: 15px;
}
.calc-items__buttons{
	margin: 0 -5px;
}
.calc-items__buttons .btn{
	margin: 0 5px 20px;
}
.calc-items__buttons .btn.btn_active{
	background-color: #8e42c4;
	color: #fff;
}
.calc-options__item{
	max-width: 90px;
	cursor: pointer;
}
.calc-options__img{
	-webkit-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	background-color: #6f6977;
	padding-top: 100%;
	position: relative;
}
.calc-options__img::before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	border: 3px solid #8e42c4;
	opacity: 0;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
.calc-options__item_active .calc-options__img::before{
	opacity: 1;
}
.calc-options__item_active .calc-options__label{
	color: #8e42c4;
}
.calc-options__label{
	margin-top: 5px;
	font-size: 13px;
	min-height: 35px;
}

.calc-result{
	margin-top: 50px;
	padding: 30px;
	border: 4px solid #8e42c4;
	border-radius: 4px;
}
.result-list__item{
	font-size: 15px;
	margin: 10px 0;
}
.result-list__item:first-child{
	margin-top: 0;
}
.result-list__item:last-child{
	margin-bottom: 0;
}
.result-list__label,
.result-list__value,
.result-sum__label,
.result-sum__value{
	display: inline-block;
}
.result-sum__label,
.result-list__label{
	color: #9b9b9b;
}
.calc-result__sum,
.calc-result__btn-wrap{
	text-align: center;
}
.result-sum__label{
	font-size: 17px;
}
.result-sum__value{
	font-size: 30px;
	font-weight: 900;
}
.calc-result__sum{
	margin-bottom: 10px;
}
.calc-result__btn-wrap .btn{
	width: 100%;
}
@media only screen and (max-width : 1199px) {
}
@media only screen and (max-width : 991px) {
	.calc{
		margin-top: 30px;
	}
	.calc-inputs .input{
		max-width: 140px;
	}
	.calc-inputs .input input{
		padding-left: 20px;
	}
	.calc-inputs .input__label{
		right: 20px;
	}
	.calc-result{
		margin-top: 40px;
		padding: 15px;
	}
}
@media only screen and (max-width : 767px) {
	.calc-imgs-wrap{
		max-width: 300px;;
		margin: 0 auto;
	}
	.calc-result{
		margin-top: 25px;
	}
	.calc-items{
		margin-top: 20px;
	}
	.calc-items__item{
		margin-top: 20px;
	}
	.calc-items__label{
		margin-bottom: 10px;
	}
}
@media only screen and (max-width : 575px) {
	.calc-items__item{
		max-width: 300px;
		margin: 0 auto;
	}
	.calc-result{
		margin-top: 10px;
	}
	.result-list__item{
		font-size: 14px;
	}
	.calc-result__sum, 
	.calc-result__btn-wrap{
		text-align: left;
	}
	.calc-result__btn-wrap .btn{
		width: auto;
	}
	.result-sum__label{
		font-size: 15px;
		margin-top: 10px;
	}
	.result-sum__value{
		font-size: 18px;
	}
}
/*/CALC*/

/*ADVANTAGES*/
.s-advantages{}
.advantages-items{
	margin-top: 10px;
}
.advantages-items__item{
	margin: 30px auto 0;
	position: relative;
}
.advantages-items__icon{
	margin-bottom: 15px;
}
.advantages-items__desc{
	margin-top: 5px;
}
@media only screen and (max-width : 1199px) {
}
@media only screen and (max-width : 991px) {
	.advantages-items{
		margin-top: 0;
	}
	.advantages-items__item{
		margin-top: 20px;
	}
}
@media only screen and (max-width : 767px) {
}
@media only screen and (max-width : 575px) {
}
/*/ADVANTAGES*/

/*PLASTIC*/
.s-plastic{
	background-image: url(../img/bg/plastic.jpg);
	-webkit-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center top;
}
.s-plastic__text{
	margin-top: 40px;
	font-size: 18px;
}
.plastic__list-icon{
	margin-top: 20px;
}
.list-icon__item{
	margin-top: 7px;
}
.plastic-bottom__info,
.info-bottom__btn-wrap{
	display: inline-block;
}
.plastic-bottom{
	margin-top: 40px;
}
.plastic-bottom__info{
	padding-left: 65px;
	max-width: 500px;
	margin-right: 15px;
}
.plastic-bottom__info::before{
	top: 2px;
	margin: 0;
	width: 42px;
	height: 42px;
	-webkit-background-size: contain;
	background-size: contain;
}
@media only screen and (max-width : 1199px) {
	.s-plastic{
		background-position: -300px center;
	}
}
@media only screen and (max-width : 991px) {
	.s-plastic{
		background-image: none;
	}
	.s-plastic__text,
	.plastic-bottom{
		margin-top: 20px;
	}
}
@media only screen and (max-width : 767px) {
	.plastic-bottom__info, .info-bottom__btn-wrap{
		display: block;
	}
	.plastic-bottom__info{
		margin: 0;
	} 
	.info-bottom__btn-wrap{
		margin-top: 20px;
		text-align: center;
	}
}
@media only screen and (max-width : 575px) {
	.plastic-right__desc{
		margin-top: 15px;
	}
}
/*/PLASTIC*/

/*PRICE*/
.s-price{}
.s-price__subtitle{
	margin-top: 10px;
	font-weight: 400;
}
.price-items{
	margin-top: 10px;
}
.price-items__item{
	margin: 30px auto 0;
	padding: 35px 20px 40px;
	max-width: 325px;
	border: 1px solid lightgrey;
	position: relative;
}
.price-items__img{
	min-height: 230px;
	text-align: center;
	margin-bottom: 20px;
}
.price-items__text{
	max-width: 235px;
	margin: 0 auto;
}
.price-items__list{
	font-size: 18px;
	margin-top: 15px;
}
.price-items__list b{
	white-space: nowrap;
}
@media only screen and (max-width : 1199px) {
}
@media only screen and (max-width : 991px) {
	.price-items__img{
		min-height: 1px;
	}
	.price-items{
		margin-top: 0;
	}
}
@media only screen and (max-width : 767px) {
}
@media only screen and (max-width : 575px) {
	.price-items__item{
		padding: 0;
		margin-top: 25px;
		border: none;
		text-align: center;
	}
	.price-items__img{
		margin-bottom: 10px;
	}
	.price-items__list{
		margin-top: 5px;
		font-size: 16px;
	}
}
/*/PRICE*/

/*LIST CHECK*/

.list-check__item{
	position: relative;
	padding-left: 25px;
	margin-top: 7px;
}
.list-check__item::before{
	content: '';
	position: absolute;
	top: 5px;
	left: 0;
	width: 14px;
	height: 11px;
	background-image: url(../img/icons/check.svg);
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: contain;
	background-size: contain;
}
/*/LIST CHECK*/

/*FORM*/
.s-form{
	background-image: url(../img/bg/form.jpg);
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: cover;
	background-size: cover;
	background-color: #8e42c4;
}
@media only screen and (min-width : 992px) {
	.s-form{
		padding: 50px 0;
	}
}
.s-form::before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #8e42c4;
	opacity: .8;
}
.s-form__form{
	margin-top: 35px;
}
@media only screen and (max-width : 1199px) {
}
@media only screen and (max-width : 991px) {
	.s-form__form{
		margin-top: 25px;
	}
}
@media only screen and (max-width : 767px) {
	.s-form__form{
		margin-top: 20px;
	}
}
@media only screen and (max-width : 575px) {
	.s-form{
		background-image: none;
	}
}
/*/FORM*/

/*CRUMB*/
#breadcrumbs{list-style:none;padding:0;font-size:14px;margin:10px;}
#breadcrumbs li{display:inline-block;margin-right:10px;}

/*INFO*/
.inner {padding: 20px 0 45px 0;}
.inner h2 {margin: 30px 0;}
.inner ul {padding-left: 40px;}
.inner ul li {list-style: circle;padding: 0 5px 0 0;}
.s-info ul {margin:20px 0;}
.s-info__title{
	position: relative;
	z-index: 3;
	margin-bottom:20px;
}
.portfolio_title {padding:0 0 20px 0;font-size:24px;}
.portfolio__item {margin-bottom:35px;}
.rows {margin-bottom:20px;}
.s-info__top{
	margin-top: 20px;
}
.s-info__top .list-check__item, .s-info__top{
	margin-top: 2px;
	font-size: 18px;
}
.s-info__line{
	margin: 35px 0 40px;
	padding-top: 0;
	padding-bottom: 0;
	font-size: 18px;
}
.info-top__info-list .info-list__item{
	color: #858585;
	margin-top: 10px;
}
.info-top__info-list .info-list__item b{
	color: #282828;
}
.info-top__img{
	position: absolute;
	bottom: 0;
	left: 100%;
	margin-left: 15px;
}
.info-top__img img{
	max-width: none;
}
.info-list{
	margin-top: 5px;
}
.s-info__bottom{
	margin-top: 55px;
}
.info-bottom__title{
	margin-bottom: 25px;
}
.s-info__bottom .info-list__item, .s-info__top p, .s-info__bottom p{
	font-size: 18px;
	margin-top: 15px;
}
.table-responsive {
    display: block;
    width: 100%;
    min-height: .01%;
    overflow-x: auto;
}
table {
    border-collapse: collapse;
    width: 100%;
    border-spacing: 0;
}
table thead tr {
    background: #8e42c4;
    color: #fff;
}
th {
    padding: 10px;
    text-align: left;
}
td {
    border-bottom: 2px solid #e2e3e6;
    padding: 10px;
}
@media only screen and (max-width : 1199px) {
	.info-top__img{
		margin-left: 60px;
	}
}
@media only screen and (max-width : 991px) {
	.s-info__line{
		margin: 20px 0 25px;
	}
	.info-top__img{
		margin-left: 15px;
	}
	.info-top__img img{
		max-width: 400px;
	}
	.s-info__bottom{
		margin-top: 40px;
	}
	.info-bottom__title{
		margin-bottom: 15px;
	}
}
@media only screen and (max-width : 767px) {
	.info-top__img{
		position: relative;
		left: 0;
		margin: 0 auto 20px;
		max-width: 300px;
	}
	.info-top__img img{
		max-width: 100%;
	}
	.s-info__line{
		font-size: 16px;
	}
	.s-info__bottom .info-list__item{
		margin-top: 5px;
		font-size: 16px;
	}
}
@media only screen and (max-width : 575px) {
	.info-top__info-list .info-list__item{
		margin-top: 0;
	}
}
/*/INFO*/

/*COMPARISON*/
.s-comparison{}
.comparison-items{
	margin-top: 25px;
}
.comparison-items__item{
	position: relative;
	text-align: center;
}
.comparison-items__item_title{
	text-align: left;
}
.comparison-items__img{
	position: absolute;
	bottom: 100%;
	left: 0;
	right: 0;
	width: 100%;
	padding-top: 100%;
	background-color: white;
	border-radius: 50%;
	-webkit-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	margin: 0 auto 20px;
}
.comparison-items__title{
	min-height: 50px;
}
.comparison-list__item{
	margin-top: 5px;
	background-color: #fff;
}
.comparison-list__item .b-icon{
	display: inline-block;
}
.comparison-list__item-center{
	display: table-cell;
	vertical-align: middle;
	height: 50px;
	width: 1170px;
	padding: 5px 10px;
}
.comparison-items__item_title .comparison-list__item-center{
	padding-left: 25px;
	padding-right: 25px;
}
.comparison-dot__item{
	display: inline-block;
	width: 13px;
	height: 13px;
	border-radius: 50%;
	margin: 0 1px;
}
.comparison-dot__item_green{
	background-color: #5dbd53;
}
.comparison-dot__item_yellow{
	background-color: #f8da31;
}
.comparison-dot__item_red{
	background-color: #e7642b;
}
@media only screen and (max-width : 1199px) {
}
@media only screen and (max-width : 991px) {
	.comparison-items .row{
		margin: 0 -3px;
	}
	.comparison-items div[class*="col-"]{
		padding: 0 3px;
	}
	.comparison-items__item{
		padding-top: 140px;
	}
	.comparison-items__img{
		margin: 0 auto;
		bottom: auto;
		top: 0;
		max-width: 110px;
		max-height: 110px;
		height: 100%;
		padding: 0;
	}
	.comparison-items__item_title .comparison-list__item-center{
		padding-left: 15px;
		padding-right: 15px;
	}
	.comparison-dot__item{
		width: 8px;
		height: 8px;
	}
	.comparison-list__item{
		font-size: 14px;
	}
	.comparison-items__title{
		font-size: 14px;
		min-height: 40px;
	}
}
@media only screen and (max-width : 767px) {
	.comparison-items{
		overflow: scroll;
		margin-right: -15px;
	}
	.comparison-items__scroll{
		width: 690px;
	}
}
@media only screen and (max-width : 575px) {
}
/*/COMPARISON*/

/*SERVICES*/
.s-services{}
.services-items{
}
.services-items__item{
	margin: 30px auto 0;
	position: relative;
	display: block;
}
.services-items__item.link:hover{
	color: #fff;
}
.services-items__img{
	height: 345px;
	background-color: #1f1f1f;
	-webkit-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}
.services-items__img::before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #1f1f1f;
	opacity: 0;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
.services-items__item:hover .services-items__img::before{
	opacity: .5;
}
.services-items__text{
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 40px 35px;
}
.services-items__title .b-arrow{
	left: -10px;
	opacity: 0;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
.services-items__item:hover .services-items__title .b-arrow{
	opacity: 1;
	left: 0;
}
.services-items__title span{
	text-decoration: underline;
}
.services-items__price,
.services-items__price span{
	text-decoration: none;
}
@media only screen and (max-width : 1199px) {
}
@media only screen and (max-width : 991px) {
	.services-items__img{
		height: 300px;
	}
	.services-items__text{
		padding: 20px;
	}
}
@media only screen and (max-width : 767px) {
	.services-items__img{
		height: 275px;
	}
}
@media only screen and (max-width : 575px) {
	.services-items{
		margin-top: 15px;
	}
	.services-items__item{
		margin-top: 10px;
	}
	.services-items__text{
		padding: 15px;
	}
	.services-items__img{
		height: 210px;
	}
}
/*/SERVICES*/

/*STEP*/
.s-step{padding: 20px 0 40px 0;}
.step-items{
	margin-top: 20px;
}
.step-items__item{
	margin: 20px auto 0;
	position: relative;
}
.step-items__number{
	font-size: 90px;
	line-height: .65em;
	font-weight: 900;
	color: #e7ebf1;
	margin-right: 5px;
}
.step-items__icon{
	margin-right: 20px;
}
.s-step__form{
	margin-top: 40px;
	padding: 30px;
	border: 4px solid #8e42c4;
	border-radius: 4px;
}
.s-step__form .form__form{
	position: relative;
	z-index: 3;
}
.form__img{
	position: absolute;
	bottom: 15px;
	right: -50px;
}
@media only screen and (max-width : 1199px) {
	.step-items__number{
		font-size: 75px;
	}
	.step-items__icon img{
		max-height: 50px;
	}
}
@media only screen and (max-width : 991px) {
	.step-items{
		margin-top: 10px;
	}
	.s-step__form{
		padding: 25px;
		text-align: center;
	}
}
@media only screen and (max-width : 767px) {
	.step-items__number,
	.step-items__icon{
		text-align: center;
		min-width: 50px;
	}
	.step-items__desc{
		font-size: 14px;
	}
}
@media only screen and (max-width : 575px) {
	.step-items{
		margin-top: 5px;
	}
	.step-items__number,
	.step-items__icon{
		text-align: center;
		min-width: 30px;
	}
	.step-items__number{
		font-size: 48px;
	}
	.step-items__icon{
		max-width: 30px;
		margin-right: 10px;
	}
	.s-step__form{
		margin-top: 20px;
	}
}
/*/STEP*/

/*PROJECTS*/
.s-projects{}
.projects-items{
	margin-top: 20px;
}
.projects-items__item{
	display: block;
	max-width: 350px;
	height: 320px;
	background-color: #8e42c4;
	position: relative;
	-webkit-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}
.moeller__item{
	display: block;
	max-width: 350px;
	height: 260px;
	background-color: #8e42c4;
	position: relative;
	-webkit-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}
.projects-items .owl-prev, 
.projects-items .owl-next{
	bottom: 0;
}
@media only screen and (max-width : 1199px) {
}
@media only screen and (max-width : 991px) {
}
@media only screen and (max-width : 767px) {
}
@media only screen and (max-width : 575px) {
}
/*/PROJECTS*/

/*FOOTER*/
.footer{
	padding: 50px 0;
	background-color: #1f1f1f;
	font-size: 15px;
}
.footer__logo{
	color: #fff;
}
.menu-footer__link.link,
.policy__link.link,
.footer__location{
	color: #a9a9a9;
}
.footer__location{
	margin-top: 15px;
}
.location{

}
.menu-footer-wrap{
	margin-top: -10px;
}
.menu-footer{
	margin-top: 10px;
}
.menu-footer__title{
	font-weight: 300;
	font-size: 17px;
	margin-bottom: 10px;
	color: #ffffff;
}
.footer__policy{
	margin-top: 20px;
	text-align: right;
}
@media only screen and (max-width : 1199px) {
}
@media only screen and (max-width : 991px) {
	.footer{
		padding: 30px 0;
	}
	.footer__policy{
		margin: 5px 0 20px;
		text-align: left;
	}
}
@media only screen and (max-width : 767px) {
}
@media only screen and (max-width : 575px) {
}
/*/FOOTER*/

/*CAROUSEL*/
.owl-carousel .owl-item img{
	display: inline-block;
	width: auto;
	transform-style: initial;
}
/*/CAROUSEL*/

/*OWL BUTTON*/
.owl-prev, 
.owl-next {
	cursor: pointer;
	position: absolute;
	top: 0;
	bottom: 40px;
	margin: auto;
	width: 40px;
	height: 40px;
	background-color: #6f6977;
	z-index: 9;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
.owl-prev::before, 
.owl-next::before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-image: url(../img/icons/arrow.svg);
	background-repeat: no-repeat;
	background-position: center;
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	transform: rotate(90deg);
}
.owl-prev{
	left: -20px;
}
.owl-next{
	-moz-transform: scaleX(-1);
	-o-transform: scaleX(-1);
	-webkit-transform: scaleX(-1);
	transform: scaleX(-1);
	filter: FlipH;
	-ms-filter: "FlipH";
	right: -20px;
}
.owl-prev:hover,
.owl-next:hover{
	background-color: #8e42c4;
}
/*/OWL BUTTON*/

/*OWL PAGINATION*/
.owl-dots{
	text-align: center;
	position: absolute;
	bottom: 20px;
	left: 0;
	right: 0;
}
.owl-dots .owl-dot{
	width: 18px;
	height: 18px;
	border: 4px solid transparent;
	border-radius: 50%;
	display: inline-block;
	margin: 0 5px;
	position: relative;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
.owl-dots .owl-dot::before{
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	width: 10px;
	height: 10px;
	margin-top: -5px;
	margin-left: -5px;
	background-color: white;
	border-radius: 50%;
	opacity: 0.45;
}
.owl-dots .owl-dot.active{
	border-color: #fff;
}
.owl-dots .owl-dot.active::before{
	opacity: 0;
}
/*/OWL PAGINATION*/

/*POPUP*/
.fancybox-nav span{
	cursor: pointer;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto 0;
	width: 100px;
	height: 100px;
	background-color: rgba(142, 66, 196, 0.2);
	border-radius: 50%;
	z-index: 9;
	background-image: none;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
.fancybox-nav span::before{
	content: '';
	position: absolute;
	top: 0;
	right: 25px;
	bottom: 0;
	border: 5px solid transparent;
	border-right: 5px solid #fff;
	width: 10px;
	height: 10px;
	margin: auto;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
.fancybox-nav:hover span::before{
	opacity: 1;
}
.fancybox-nav.fancybox-prev span{
	left: -50px;
}
.fancybox-nav.fancybox-next span{
	-moz-transform: scaleX(-1);
	-o-transform: scaleX(-1);
	-webkit-transform: scaleX(-1);
	transform: scaleX(-1);
	filter: FlipH;
	-ms-filter: "FlipH";
	right: -50px;
}
.fancybox-nav span:hover{
	background-color: rgba(142, 66, 196, 1);
}
.fancybox-nav span:hover::before{
	border-right-color: #fff;
}
.fancybox-nav{
	overflow: hidden;
}
.fancybox-nav span{
	visibility: visible!important;
}
.fancybox-close{
	background-image: none;
	width: 30px;
	height: 30px;
	top: 15px;
	right: 15px;
}
.fancybox-close::before,
.fancybox-close::after{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 20px;
	height: 20px;
	margin: auto;
	height: 2px;
	background-color: #5d43a0;
}
.fancybox-close::before{
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}
.fancybox-close::after{
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.fancybox-overlay{
	background-image: none;
	background-color: rgba(21,20,26,.9);
}
.popup{
	background-color: #fff;
	width: 500px;
	padding: 50px 50px 60px;
	text-align: center;
}
.popup__desc{
	margin-top: 0;
}
.popup__form{
	margin-top: 30px;
}
.popup__form .input{
	margin-bottom: 10px;
	max-width: 300px;
	width: 100%;
}
@media only screen and (max-width : 767px) {
	.popup{
		width: 100%;
		max-width: 500px;
		padding: 30px 20px 40px;
	}
}
/*/POPUP*/
.modInstagram p {margin:20px 0;}
.modInstagram .h4 {margin:10px;}
.f-30 {padding-top:30px;}
em {font-weight:bold;}
p em {color:#8e42c4;font-weight:bold;font-style: normal;}
.info-block {padding: 40px 20px;border:2px solid #1f1f1f;background-color: #f4f4f4;}
.info__icon {float: left; margin-right: 20px;}
