.before-form div:nth-child(1),.custom-form button,.custom-form input,.popup {
    font-family: Hind,Arial,Verdana,Helvetica,sans-serif;
    font-family: 'Roboto', sans-serif;
}

.overlay {
    background-color: rgba(255, 255, 255, 0.88);
    bottom: 0;
    cursor: default;
    left: 0;
    opacity: 0;
    position: fixed;
    right: 0;
    top: 0;
    visibility: hidden;
    -webkit-transition: opacity .5s;
    -moz-transition: opacity .5s;
    -ms-transition: opacity .5s;
    -o-transition: opacity .5s;
    transition: opacity .5s;
    z-index: 10000;
    display: block;
}

.overlay:target {
    visibility: visible;
    opacity: 1
}

.popup {
    display: inline-block;
    left: 50%;
    opacity: 0;
    position: fixed!important;
    text-align: center;
    top: 40%;
    visibility: hidden;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    -webkit-transition: opacity .5s,top .3s;
    -moz-transition: opacity .5s,top .3s;
    -ms-transition: opacity .5s,top .3s;
    -o-transition: opacity .5s,top .3s;
    transition: opacity .5s,top .3s;
    padding: 2em 1em 0;
    box-shadow: 0 10px 20px rgba(0,0,0,.4);
    border-radius: 0;
    width: 100%;
    max-width: 380px;
    background: #f5f5f5;
    z-index: 10000!important;
}

.overlay:target+.popup {
    top: 50%;
    opacity: 1;
    visibility: visible
}

.closepop {
    display: block;
    position: absolute;
    width: 2.5em;
    height: 2.5em;
    right: 1em;
    top: 1em;
    opacity: .5;
    cursor: pointer;
    z-index: 40
}

.closepop:hover {
    opacity: 1;
    transition: .5s
}

.before-form {
    margin-bottom: 2em
}

.before-form div:nth-child(1) {
    /* font-size: 1.4em; */
    /* margin-bottom: .5em; */
    /* font-weight: 200; */
    /* color: #474a53; */
    /* padding: 0 1em; */
}

.before-form div:nth-child(1) small {
    font-size: .6em;
    display: block;
    margin-top: .5em;
    font-weight: 400;
    opacity: .7
}

.before-form div:nth-child(2) {
    font-size: 1em;
    color: #474a53;
    opacity: .7;
    border-top: solid 1px rgba(0,0,0,.1);
    padding-top: 1em
}

form.error {
    border: none!important
}

.custom-form input,.custom-form textarea {
    width: 100%;
    background: #ffffff;
    border: none;
    box-sizing: border-box;
    margin-bottom: 15px;
    font-size: 18px;
    text-align: left;
    padding-left: 1em;
    position: relative;
    display: inline-block;
    max-width: 100%;
    border: 1px solid #ddd;
}

.custom-form input {
    /* height:60px; */
    border-radius: 4px;
    color: #000;
    height: 46px;
    padding: 6px 12px;
}

.custom-form input::-webkit-input-placeholder {
    color: rgba(80,83,87,.5);
    font-style: normal
}

.custom-form input::-moz-placeholder {
    color: rgba(80,83,87,.5);
    font-style: normal
}

.custom-form input:-moz-placeholder {
    color: rgba(80,83,87,.5);
    font-style: normal
}

.custom-form input:-ms-input-placeholder {
    color: rgba(80,83,87,.5);
    font-style: normal
}

.custom-form input:focus {
    transition: .5s;
    outline: 0
}

.custom-form input:focus::-webkit-input-placeholder {
    opacity: .8;
    font-style: normal
}

.custom-form input:focus::-moz-placeholder {
    opacity: .8;
    font-style: normal
}

.custom-form input:focus:-moz-placeholder {
    opacity: .8;
    font-style: normal
}

.custom-form input:focus:-ms-input-placeholder {
    opacity: .8;
    font-style: normal
}

.custom-form textarea {
    height: 130px;
    border-radius: 4px;
    color: #000;
    min-height: 5em;
    padding-top: 1em;
    max-height: 15em;
    padding: 6px 12px;
}

.custom-form textarea::-webkit-input-placeholder {
    color: rgba(80,83,87,.5);
    font-style: normal
}

.custom-form textarea::-moz-placeholder {
    color: rgba(80,83,87,.5);
    font-style: normal
}

.custom-form textarea:-moz-placeholder {
    color: rgba(80,83,87,.5);
    font-style: normal
}

.custom-form textarea:-ms-input-placeholder {
    color: rgba(80,83,87,.5);
    font-style: normal
}

.custom-form textarea:focus {
    transition: .5s;
    outline: 0
}

.custom-form textarea:focus::-webkit-input-placeholder {
    opacity: .8;
    font-style: normal
}

.custom-form textarea:focus::-moz-placeholder {
    opacity: .8;
    font-style: normal
}

.custom-form textarea:focus:-moz-placeholder {
    opacity: .8;
    font-style: normal
}

.custom-form textarea:focus:-ms-input-placeholder {
    opacity: .8;
    font-style: normal
}

.custom-form button {
    border: none;
    display: inline-block;
    position: relative;
    font-size: 16px;
    font-weight: 300
}

.custom-form form {
    display: inline-block;
    /* width: 70%; */
    margin: auto;
    font-size: 12px;
}

.main-but {
    background: #b52228;
    padding: 0.7em 1em;
    color: #fff;
    min-width: 150px;
    max-width: 100%;
    text-align: center;
    border-radius: 0;
    margin: 1em 0 2em;
    cursor: pointer;
}

.main-but:hover {
    background: #da3239;
    transition: .5s;
    transform: translate(0,-2px);
}

.main-but.border-but:hover {
    background: #fff;
    border: 2px solid #fff;
    color: #333;
    transition: .5s;
    transform: translate(0,-2px)
}

.border-but {
    background: 0 0;
    border: 2px solid
}

.mfeedback {
    margin-top: 20px
}

.price-list{
	
max-width: 704px;
	
border: 26px solid #ffffff;
	
border-radius: 40px;
	
box-shadow: 0 0 62px rgba(0, 0, 0, 0.66);
	
top: 50%;
	
padding: 0;
	
background: #fff;
}
.price-list__close{
	
opacity: 1;
	
transition: none;
}
.price-list__close:hover{
	
}
.price-list__img{
	
}
.price-list__w-title{
	
}
.price-list__title{
	
color: #c88b24 !important;
	
font-family: "American Retro" !important;
	
font-size: 80px !important;
}
.price-list__form{
	
}
.price-list__text{
	
color: #353432;
	
font-family: Circe;
	
font-size: 20px;
	
line-height: 24px;
	
width: 660px;
	
text-align: justify;
	
margin: auto;
	
margin-top: 20px;
	
margin-bottom: 38px;
}
.price-list__w-input{margin-bottom: 37px;}
.price-list__input{
	
background-color: white;
	
border: 1px solid #cacbca;
	
border-radius: 5px;
	
height: 49px;
	
width: 467px;
	
padding-left: 15px;
	
color: #707070;
	
font-family: Circe;
	
font-size: 20px;
	
font-weight: 300;
}
.price-list__w-textarea{
	
}
.price-list__textarea{
	
background-color: white;
	
border: 1px solid #cacbca;
	
border-radius: 5px;
	
height: 103px;
	
width: 467px;
	
padding-left: 15px;
	
padding-top: 15px;
	
color: #707070;
	
font-family: Circe;
	
font-size: 20px;
	
font-weight: 300;
}
.price-list__w-submit{
	
text-align: right;
	
width: 487px;
	
margin: auto;
	
margin-top: 30px;
}
.price-list__submit:hover{
	
}
.w-price-list{
	
height: 770px;
	
border: 5px solid #b7b7b7;
	
padding: 10px;
	
border-radius: 15px;
	
background-image: linear-gradient(45deg, #bebebd 0%, #e2e2e1 74%, white 100%);
	
box-shadow: 0 0 3px 2px #d8d8d8;
}

.price-list__select .jq-selectbox__select{
	
background-color: white;
	
border: 1px solid #cacbca;
	
border-radius: 5px;
	
height: 49px;
	
width: 470px;
	
padding-left: 15px;
	
color: #707070;
	
font-family: Circe;
	
font-size: 20px;
	
font-weight: 300;
}
.price-list__select .jq-selectbox__select-text{
	
text-align: left;
	
line-height: 51px;
	
cursor: pointer;
}
.price-list__select .jq-selectbox__trigger{
	
position: absolute;
	
right: 21px;
	
top: 17px;
}
.price-list__select .jq-selectbox__trigger-arrow{
	background: url(../img/icons/arrow-down.png) 0 0 no-repeat;
	width: 21px;
	height: 17px;
}
.price-list__select .jq-selectbox__dropdown{
	
}
.price-list__select .jq-selectbox__dropdown ul{
	
height: 315px;
	
background: #fff;
	
border-radius: 5px;
	
z-index: 1000;
	
width: 485px;
	
border: 1px solid #cacbca;
	
top: -1px;
}
.price-list__select .jq-selectbox__dropdown li:hover{
	color: #c88b24;
}
.price-list__select .jq-selectbox__dropdown li{
	cursor: pointer;
background-color: white;
	
border-bottom: 1px solid #cacbca;
	
/* border-radius: 5px; */
	
height: 44px;
	
width: 467px;
	
padding-left: 25px;
	
color: #707070;
	
font-family: Circe;
	
font-size: 16px;
	
font-weight: 300;
	
text-align: left;
	
line-height: 48px;
}
.price-list__select .jq-selectbox__dropdown .selected{
	
color: #c88b24;
}

.price-list__w-select{
	
margin-bottom: 37px;
}
.price-list__close-link{
	
color: #707070;
	
font-family: Circe;
	
font-size: 19px;
	
font-weight: 300;
	
text-decoration: underline;
	
margin-right: 50px;
	
transition: none;
}
.price-list__close-link:hover{
	
}
.price-list__w-inf{
	
text-align: left;
	
width: 476px;
	
margin: auto;
	
color: #707070;
	
font-family: Circe;
	
font-size: 17px;
	
font-weight: 300;
	
position: relative;
	
padding-left: 30px;
	
margin-top: 8px;
}
.price-list__w-inf span{
	
color: #636363;
	
font-family: "PT Sans Narrow";
	
font-size: 48px;
	
font-weight: 400;
	
position: absolute;
	
left: 11px;
	
top: -7px;
}

.w-price-list:before{
	content: '';
	display: block;
	background: url('../img/flowers.png') 0 0 no-repeat;
	width: 445px;
	height: 478px;
	position: absolute;
	left: -200px;
	bottom: -110px;
	z-index: 100;
}