@font-face {
	font-family: "SegoeUIBold";
	src: url("../fonts/SegoeUIBold/SegoeUIBold.eot");
	src: url("../fonts/SegoeUIBold/SegoeUIBold.eot?#iefix")format("embedded-opentype"),
	url("../fonts/SegoeUIBold/SegoeUIBold.woff") format("woff"),
	url("../fonts/SegoeUIBold/SegoeUIBold.ttf") format("truetype");
	font-style: normal;
	font-weight: normal;
}
@font-face {
	font-family: "SegoeUILight";
	src: url("../fonts/SegoeUILight/SegoeUILight.eot");
	src: url("../fonts/SegoeUILight/SegoeUILight.eot?#iefix")format("embedded-opentype"),
	url("../fonts/SegoeUILight/SegoeUILight.woff") format("woff"),
	url("../fonts/SegoeUILight/SegoeUILight.ttf") format("truetype");
	font-style: normal;
	font-weight: normal;
}
@font-face {
	font-family: "SegoeUIRegular";
	src: url("../fonts/SegoeUIRegular/SegoeUIRegular.eot");
	src: url("../fonts/SegoeUIRegular/SegoeUIRegular.eot?#iefix")format("embedded-opentype"),
	url("../fonts/SegoeUIRegular/SegoeUIRegular.woff") format("woff"),
	url("../fonts/SegoeUIRegular/SegoeUIRegular.ttf") format("truetype");
	font-style: normal;
	font-weight: normal;
}
@font-face {
	font-family: "Drugs";
	src: url("../fonts/Drugs.otf") format("opentype");
}
.poss{
	display: none;
}
.relat{
	position: relative;
}
.ttu{
	text-transform: uppercase;
}
.nopadding{
	padding-left: 0px;
	padding-right: 0px;
}
html, body{
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
}

/*------------------ Promo Page --------------------*/

.promo__title{
	font-family: "Drugs";
	font-size: 60px;
	line-height: 60px;
	color: #fff;
}
.promo__code{
	display: inline-block;
	width: 686px;
	height: 142px;
	line-height: 142px;
	background-color: #fff;
	font-family: "SegoeUIBold";
	font-size: 60px;
	color: #7a3ca1;
	margin: 20px 0;
}
.promo__date{
	font-family: "Drugs";
	font-size: 36px;
	line-height: 36px;
	color: #fff;
}
.promo__description{
	font-family: "SegoeUIRegular";
	font-size: 24px;
	line-height: 24px;
	color: #fff;
	margin: 25px 0 50px 0;
}
.promo__condition{
	font-family: "SegoeUILight";
	font-size: 14px;
	color: #fff;
}
.header.promo{
	position: relative;
	padding-bottom: 190px;
	z-index: 5;
}
.map.promo{
	margin-top: -135px;
}

/*------------------ Thanks Page --------------------*/

.header.thanks{
	position: relative;
	padding-bottom: 190px;
	z-index: 5;
}
.map.thanks{
	margin-top: -215px;
}

/*------------------ Modals --------------------*/

.modal-callorder{
	min-width: 459px;
	max-width: 459px;	
}
.modal-content{
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}
.modal-body{
	padding: 25px 40px 45px 40px;
}
a.modal_close{
	position: absolute;
	top: -10px;
	right: -10px;
	width: 21px;
	height: 21px;
	background-color: #7a3ca0;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	font-family: "SegoeUILight";
	font-size: 18px;
	line-height: 21px;
	text-align: center;
	color: #fff;
	text-decoration: none;
	z-index: 1000;
}
.modal-callorder__title{
	font-family: "SegoeUIBold";
	font-size: 24px;
	color: #272727;
	text-transform: uppercase;
}
.modal_callorder_divider{
	height: 1px;
	background-color: #7a3ca0;
	margin: 15px 0 25px 0;
}
.callorder_form{
	margin: 0 40px;
}
.m_inp_star{
	position: relative;
}
.m_inp_star:before{
	content: "*";
	position: absolute;
	top: 0;
	left: -10px;
	font-family: "SegoeUIBold";
	font-size: 18px;
	line-height: 18px;
	color: #ff0000;
}
.modal_input{
	width: 100%;
	height: 45px;
	border: 1px solid #511111;
	font-family: "SegoeUILight";
	font-size: 18px;
	color: #8d8d8d;
	padding-left: 10px;
	margin-bottom: 25px;
	text-transform: uppercase;
	outline: none;
}
.modal_textarea {
    width: 100%;
    border: 1px solid #511111;
    font-family: "SegoeUILight";
    font-size: 18px;
    color: #8d8d8d;
    padding-left: 10px;
    margin-bottom: 25px;
    text-transform: uppercase;
    outline: none;
		resize: none;
}
a.btn-callorder, a.btn-calculate, a.btn-fullprice{
	display: block;
	height: 54px;
	line-height: 54px;
	background-color: #7a3ca0;
	font-family: "SegoeUILight";
	font-size: 18px;
	color: #fff;
	text-transform: uppercase;
	text-align: center;
	text-decoration: none;
}
.instruction{
	font-family: "SegoeUILight";
	font-size: 16px;
	color: #555555;
	margin-top: 10px;
}
.modal_calc_summa{
	font-family: "SegoeUIBold";
	font-size: 60px;
	line-height: 60px;
	color: #7a3ca0;
	padding: 15px 0 25px 0;
	margin: 15px 0 25px 0;
	border-top: 1px solid #7a3ca0;
	border-bottom: 1px solid #7a3ca0;
}
.modal_calc_text{
	font-family: "SegoeUILight";
	font-size: 24px;
	color: #5e5e5e;
	text-transform: uppercase;
	margin-bottom: 10px;
}

/*------------------ Header --------------------*/

.header{
	background: url(../img/headerbg.png) no-repeat top center;
	padding-bottom: 5px;
}
.logo_wrapper{
	margin-top: 5px;
}
.call_wrapper{
	text-align: right;
	margin-top: 10px;
}
a.btn-ordercall{
	display: inline-block;
	vertical-align: middle;
	width: 180px;
	height: 35px;
	line-height: 33px;
	font-family: "SegoeUILight";
	font-size: 16px;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
	text-decoration: none;
	border: 1px solid #fff;
	outline: none;
}
.call__number{
	display: inline-block;
	vertical-align: middle;
	font-family: "SegoeUILight";
	font-size: 22px;
	color:#ffff00;
	margin-left: 10px;
}
.header_divider{
	width: 75%;
	height: 1px;
	background-color: FFFFFF;
	margin: 5px auto 55px auto;	
}
.header__title{	
	font-family: "SegoeUIBold";
	font-size: 67px;
	line-height: 67px;
	color: #131212;
}
.header__subtitle{
	font-family: "SegoeUIBold";
	font-size: 48px;
	line-height: 48px;
	color: #e01111;
	margin-bottom: 20px;
}
.header__description{
	font-family: "SegoeUIBold";
	font-size: 44px;
	line-height: 44px;
	color: #e01111;
	margin: 30px 0 50px 0;
}
.header__proposition-one, .header__proposition-two, .header__proposition-three{
	min-width: 315px;
	max-width: 315px;
	background-color: #fff;
}
.header__proposition-one{
	float: left;
}
.header__proposition-two{
	display: inline-block;
}
.header__proposition-three{
	float: right;
}
.header__proposition__name{
	font-family: "SegoeUIRegular";
	font-size: 24px;
	color: #e01111;
	margin-top: 10px;
}
.header__proposition__phone{
	font-family: "SegoeUILight";
	font-size: 24px;
	line-height: 26px;
	color: #363636;
}
.header__proposition-three_img{
	margin: 15px auto;
}
.h_p_p{
	width: 277px;
	height: 47px;
	font-family: "SegoeUILight";
	font-size: 24px;
	color: #8d8d8d;
	padding-left: 5px;
	border: 1px solid #b9b9b9;
	outline: none;
	margin: 10px 0 30px 0;
}
a.btn-getprice{
	display: inline-block;
	width: 256px;
	height: 54px;
	line-height: 54px;
	background: url(../img/btn-getprice.png) no-repeat 10px center;
	font-family: "SegoeUILight";
	font-size: 24px;
	color: #415c5a;
	text-decoration: none;
	text-transform: uppercase;
	text-align: left;
	padding-left: 80px;
	border: 1px solid #415c5a;
}

/*------------------ Work Examples --------------------*/

.workexamples__title{
	display: inline-block;
	font-family: "SegoeUIBold";
	font-size: 36px;
	color: #7b3ca2;
}
.workexamples__gallery{
	margin: 50px 0 50px 0;
}
.workexamples__gallery__item.one{
	float: left;
}
.workexamples__gallery__item.two{
	display: inline-block;
}
.workexamples__gallery__item.three{
	float: right;
}

/*------------------ Calculator --------------------*/

.calculator{
	border-top: 1px solid #a5a5a5;
	border-bottom: 1px solid #a5a5a5;
	background: url(../img/calculatorbg.jpg) no-repeat center center;
	padding: 30px 0 60px 0;
}
.calculator__wrapper{
	float: right;
	margin-right: 40px;
	text-align: center;
}
.calculator__title{
	font-family: "SegoeUIBold";
	font-size: 36px;
	color: #415c5a;
	text-align: center;
	text-shadow: 1px 1px 1px #fff;
}
.calculator__title span{
	display: block;
	font-size: 22px;
	line-height: 1px;
	color: #7a3ca0;
}
.calculator__form{
	text-align: right;
	margin-top: 25px;
}
.calculator_label{
	position: relative;
}
.calculator_label span, .calculator_label_inp{	
	font-family: "SegoeUILight";
	font-size: 18px;
	color: #323232;
}
.calculator_label:after{
	content: "";
	position: absolute;
	top: 0;
	right: 5px;
	width: 13px;
	height: 30px;
	background: url(../img/selectbox.png) no-repeat center center;
	pointer-events:none;
}
.calculator__input{
	margin-bottom: 5px;
}
.calculator__input, .calculator__select{
	width: 270px;
	height: 30px;
	font-family: "SegoeUILight";
	font-size: 18px;
	color: #171717;
	padding-left: 5px;
	border: 1px solid #9c5ab6;
	outline: none;	
	margin-left: 20px;
}
a.btn-calculator{
	display: inline-block;
	width: 350px;
	height: 66px;
	line-height: 66px;
	background-color: #7a3ca0;
	font-family: "SegoeUILight";
	font-size: 24px;
	color: #fff;
	text-transform: uppercase;
	text-align: center;
	text-decoration: none;
	margin-top: 15px;
}

/*------------------ Details --------------------*/

.details{
	padding-bottom: 60px;
	padding-top: 15px;
}
.details__title{
	display: inline-block;
	font-family: "SegoeUIBold";
	font-size: 36px;
	color: #45705f;
}
.feature__one, .feature__two, .feature__four, .feature__five, .feature__six{
	display: inline-block;
	vertical-align: top;
}
.feature__one{
	display: inline-block;
	width: 183px;
	height: 183px;
	background-color: #45705f;
	font-family: "SegoeUIRegular";
	font-size: 21px;
	text-align: center;
	text-transform: uppercase;
	color: #fff;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	border-radius: 100px;
	margin: 30px 0 0 330px;
}
.feature__one span{
	font-size: 86px;
	line-height: 86px;
}
.feature__two{
	margin: 25px 0 0 290px;
}
.feature__two__name{
	font-family: "SegoeUILight";
	font-size: 24px;
	color: #474747;
	text-transform: uppercase;
}
.feature__five__name, .feature__four__name{
	font-family: "SegoeUILight";
	font-size: 24px;
	color: #000;
	text-transform: uppercase;
}
.feature__four{
	margin-top: 60px;
}
.feature__five{
	margin-top: 50px;
	float: right;
}
.feature__five__name{
	text-align: right;
}
.feature__four__description, .feature__five__description{
	font-family: "SegoeUILight";
	font-size: 18px;
	color: #000;
}
.ff_img{
	margin: 50px 0 20px 0;
}
.feature__six{
	font-family: "SegoeUILight";
	font-size: 24px;
	text-transform: uppercase;
	color: #7b3ca2;
	text-align: center;
	margin-top: 425px;
}
.feature__six span{
	font-family: "SegoeUIBold";
	font-size: 30px;
}
.feature_main{
	background: url(../img/feature-main.jpg) no-repeat 15% 80%;	
}

/*------------------ Colors --------------------*/

.colors{
	background-color: #fff;
	padding-bottom: 20px;
}
.colors__title{
	display: inline-block;
	font-family: "SegoeUIBold";
	font-size: 36px;
	color: #45705f;
}
.colors__subtitle{
	font-family: "SegoeUIRegular";
	font-size: 24px;
	color: #7b3ca2;
	margin: 15px 0 5px 0;
}
.colors__wrapper{
	margin: 0 50px;
}
.colors__item{
	height: 88px;
	margin: 5px;
}
.colors__item__name{
	font-family: "SegoeUILight";
	font-size: 14px;
	text-align: left;
	padding: 5px 0 0 8px;
	color: #fff;
}
.colors__gallery{
	padding: 0 50px;
}
.colors__gallery_link{
	position: absolute;
	height: 88px;
	width: 28px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	cursor: pointer;
	z-index: 100;
}
.colors__gallery_link.left{
	left: 0;
	background: url(../img/cc_arrow_l.png) no-repeat center center #b0b0b0;
}
.colors__gallery_link.right{
	right: 0;
	background: url(../img/cc_arrow_r.png) no-repeat center center #b0b0b0;
}

/*------------------ Delivery --------------------*/

.delivery{
	background: url(../img/deliverybg.jpg) no-repeat center center;
	text-align: right;
	padding: 150px 0 260px 0;
	border-top: 3px solid #34495e;
	border-bottom: 3px solid #34495e;
}
.delivery__text{
	display: inline-block;
	margin-right: 25px;
	color: #7b3ca2;
}
.dt_first{
	font-family: "SegoeUILight";
	font-size: 72px;
	line-height: 72px;
	margin-bottom: 10px;
}
.dt_second{
	font-family: "SegoeUIBold";
	font-size: 32px;
	line-height: 32px;
	margin-bottom: 10px;
}
.dt_third{
	font-family: "SegoeUIRegular";
	font-size: 72px;
	line-height: 72px;
}

/*------------------ Akcii --------------------*/

.akcii{
	background: url(../img/akciibg.png) no-repeat center center transparent;
	padding-top: 100px;
	margin-top: -110px;
}
.akcii__wrapper{
	float: right;
	color: #fff;
	margin-right: 60px;
}
.akcii__title{
	display: inline-block;
	font-family: "SegoeUIBold";
	font-size: 36px;
	color: #fff;
}
.akcii__title__wrap .line, .akcii__title__wrap .linelong{
	background-color: #fff;
}
.akcii__text-one{
	font-family: "SegoeUILight";
	font-size: 36px;
	line-height: 36px;
}
.akcii__text-two{
	font-family: "SegoeUIBold";
	font-size: 60px;
	line-height: 60px;
}
.akcii__text-three{
	font-family: "SegoeUILight";
	font-size: 24px;
	line-height: 24px;
	margin-top: 5px;
}
.akcii__text-four{
	font-family: "SegoeUILight";
	font-size: 14px;
	margin-bottom: 10px;
}
.cta__block__form.akciya{
	margin: 10px 0;
}
.btn-coupon{
	width: 233px;
	height: 45px;
	padding: 0;
	margin: 0;
	font-family: "SegoeUILight";
	text-transform: uppercase;
	background-color: transparent;
	font-size: 18px;
	line-height: 47px;
	color: #fff;
	border: 1px solid #fff;
	outline: none;
}

/*------------------ Also --------------------*/

.also{
	background-color: #ffff00;
	padding: 40px 0;
}
.also__title{
	display: inline-block;
	font-family: "SegoeUIBold";
	font-size: 30px;
	color: #131212;
	margin-bottom: 35px;
}
.beforeTitle, .afterTitle, .also__title{
	display: inline-block;
	vertical-align: top;
}
.beforeTitle, .afterTitle{
	margin-top: 18px;
}
.beforeTitle{
	margin-right: 5px;
}
.afterTitle{
	margin-left: 10px;
}
.beforeTitle .line{
	float: right;
}
.afterTitle .line{
	float: left;
}
.line{
	width: 67px;
	height: 1px;
	background-color: #415c5a;
}
.linelong{
	width: 101px;
	height: 1px;
	background-color: #415c5a;
	margin: 8px 0;
}
.also__gallery{
	padding: 0 50px;
}
.also__gallery_link{
	position: absolute;
	width: 29px;
	height: 32px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	cursor: pointer;
	z-index: 100;
}
.also__gallery_link.left{
	left: 20px;
	background: url(../img/cac_arrow_l.png) no-repeat center center;
	-webkit-background-size: contain;
	background-size: contain;
}
.also__gallery_link.right{
	right: 20px;
	background: url(../img/cac_arrow_r.png) no-repeat center center;
	-webkit-background-size: contain;
	background-size: contain;
}
.also__gallery__item{	
	width: 215px;
	/*min-height: 258px;*/
	min-height: 240px;
	background-color: #f4f4f4;
	border: 1px solid #34495e;
	padding: 5px;
	margin: 0 2px;
}
.also__gallery__item__description{
	font-family: "SegoeUILight";
	font-size: 18px;
	line-height: 20px;
	color: #484848;
	margin-top: 10px;
}
.also__gallery__item__description span{
	font-size: 16px;
}

a.btn-downloadprice{
	display: inline-block;
	height: 66px;
	background-color: #7a3ca0;
	font-family: "SegoeUILight";
	font-size: 24px;
	line-height: 66px;
	text-transform: uppercase;
	text-decoration: none;
	color: #fff;
	padding: 0 30px;
	cursor: pointer;
	margin-top: 35px;
	outline: none;
}

/*------------------ Count and Cut --------------------*/

.countandcut{
	background: url(../img/also2bg.png) no-repeat top center #fff;
	padding-bottom: 65px;
}
.countandcut__title{
	font-family: "SegoeUIBold";
	font-size: 36px;
	line-height: 40px;
	color: #7a3ca0;
}
.countandcut__subtitle{
	font-family: "SegoeUIRegular";
	font-size: 24px;
	color: #45705f;
	margin-bottom: 10px;
}
.countandcut__gallery__item{
	display: inline-block;
	min-width: 100%;
	height: 428px;
	border: 3px solid rgba(52, 73, 94, 0);
	overflow: hidden;
}
.cac_img{
	min-width: 100%;
}
.countandcut__gallery_link{
	position: absolute;
	width: 43px;
	height: 47px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	cursor: pointer;
	z-index: 100;
}
.countandcut__gallery_link.left{
	left: -78px;
	background: url(../img/cac_arrow_l.png) no-repeat center center;
}
.countandcut__gallery_link.right{
	right: -78px;
	background: url(../img/cac_arrow_r.png) no-repeat center center;
}

/*------------------ Cta (Call to action) --------------------*/

.cta{
	background: url(../img/ctabg.jpg) no-repeat center center;
	-webkit-background-size: cover;
	background-size: cover;
}
.cta__info{
	/*display: inline-block;*/
	float: left;
	color: #fff;
	text-align: right;
	padding: 35px 10px 35px 5px;
	margin: 15px 0;
	border-right: 2px solid rgba(255,255,255,0.5);
}
.cta__info__first, .cta__info__second{
	font-family: "SegoeUIBold";
	margin-bottom: 5px;
}
.cta__info__first{
	font-size: 30px;
	line-height: 30px;
}
.cta__info__second{
	font-size: 18px;
	line-height: 18px;
}
.cta__info__third{
	font-family: "SegoeUILight";
	font-size: 16px;
	line-height: 16px;
}
.cta__info__fourth{
	font-family: "SegoeUILight";
	font-size: 33px;
	line-height: 33px;
}
 .cta__block__text, .cta__block__form{
	display: inline-block;
	vertical-align: middle;
}
.cta__block{
	float: left;
	margin: 6px 0;
}
.cta__block:last-child{
	margin: 0 0 6px 0;
}
.cta__block__text{
	color: #fff;
	text-align: right;
	padding: 0 5px 0 15px;
}
.cta__block__text__plain{
	font-family: "SegoeUILight";
	font-size: 18px;
	line-height: 22px;
}
.cta__block__text__main{
	font-family: "SegoeUIBold";
	font-size: 24px;
	line-height: 24px;
	margin-top: 5px;
}
.cta__block__text__main span{
	font-size: 18px;
}
.cta__block__form{
	padding: 25px 25px 20px 25px;
	border: 1px solid #fff;
}
.cta__block__form__input{
	width: 276px;
	height: 45px;
	padding: 0 0 0 15px;
	margin: 0 15px 0 0;
	font-family: "SegoeUIRegular";
	font-size: 24px;
	line-height: 45px;
	color: #8d8d8d;
	border: 1px solid #511111;
	outline: none;
}
.btn-cta{
	width: 233px;
	height: 45px;
	padding: 0;
	margin: 0;
	font-family: "SegoeUILight";
	text-transform: uppercase;
	background-color: transparent;
	font-size: 18px;
	line-height: 47px;
	color: #fff;
	border: 1px solid #fff;
	outline: none;
}

/*------------------ Map --------------------*/

.map{
	height: 690px;
	z-index: 1;
}
#map{
	position: absolute;
	width: 100%;
	height: 690px;
	z-index: 2;
}
.map__info{
	display: inline-block;
	padding: 20px 15px 25px 15px;
	background-color: rgba(255,255,255,0.75);
	margin-top: 125px;
	z-index: 4;
}
.map__info__title{
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid #131212;
}
.map__info__title-contact{
	padding: 20px 0;
	border-top: 1px solid #131212;
}
.map__info__title, .map__info__title-contact{
	font-family: "SegoeUIBold";
	font-size: 18px;
	color: #131212;
	text-transform: uppercase;
}
.map__info__text{
	font-family: "SegoeUIRegular";
	font-size: 16px;
	color: #5c5c5c;
}
.map__info__number{
	font-family: "SegoeUILight";
	font-size: 36px;
	line-height: 36px;
	color: #131212;
}
.map__info__free{
	font-family: "SegoeUIRegular";
	font-size: 16px;
	color: #585858;
}
.map__info__email{
	font-family: "SegoeUIRegular";
	font-size: 18px;
	color: #131212;
	margin-top: 10px;
}

/*------------------ Footer --------------------*/

.footer{
	max-height: 50px;
	background: url(../img/footerbg.jpg) no-repeat center center;
}
.footer__text{
	font-family: "SegoeUIRegular";
	font-size: 16px;
	height: 50px;
	line-height: 50px;
	color: #fff;
}