*::-webkit-input-placeholder
{
	color: #999;
	opacity: 1;
}
*:-moz-placeholder
{
	color: #999;
	opacity: 1;
}
*::-moz-placeholder
{
	color: #999;
	opacity: 1;
}
*:-ms-input-placeholder
{
	color: #999;
	opacity: 1;
}
:-moz-ui-invalid:not(output)
{
	box-shadow: 0 0 0 red;
}
body
{
	background: #ddd;
	margin: 0 auto;
	padding: 0;
}
.hidden
{
	display: none;
}
.popup-form {
    background: white;
    margin: 40px auto;
    padding: 20px 60px 30px;
    text-align: left;
    max-width: 540px;
    position: fixed;
    border-radius: 10px;
    left: 0;
    right: 0;
    top: 15%;
}
.button-center
{
	margin: 0;
	padding: 0;
	text-align: center;
	position: relative;
}
.popup-form button.button
{
    background-color: transparent;
    border: 3px solid #f5d546;
    border-radius: 20px;
    color: #000;
    font-weight: 600;
    letter-spacing: .45px;
    o-transition: all .2s;
    overflow: hidden;
    position: relative;
    text-transform: uppercase;
    transition: all .2s;
    webkit-transition: all .2s;
    z-index: 1;
    display: block;
    font-size: 18px;
    line-height: 18px;
    margin: auto;
    margin-top: 43px;
    max-width: 225px;
    padding: 19px 5px;
    width: 100%;
    outline:none;
}
/* Remove outline on the forms and links */
:active, :hover, :focus {
    outline: 0;
    outline-offset: 0;
}
input {outline: 0 !important;}
p.zakaz {
    color: black;
    font-size: 20px;
    font-weight: 600;
    margin: 10px 0 20px;
    padding: 0;
    text-align: center;
    text-transform: uppercase;
}
.popup-form label, .popup-form input
{
	display: block;
	font-weight: normal;
	width: 100%;
}
.popup-form label {
    margin-bottom: 20px;
}
.popup-form label span {
    display: block;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: .45px;
    line-height: 18px;
    margin-left: 20px;
    text-transform: uppercase;
    margin-bottom: .5rem;
}
.popup-form input {
    border: 3px solid #dbdcdf;
    border-radius: 20px;
    display: block;
    margin-top: 22px;
    padding: 5px 20px;
    width: 100%;
}
.success, .success2, .success3 {
    align-items: center;
    background-color: #FFF;
    display: none;
    height: 98%;
    left: 0;
    margin: 1%;
    ms-flex-align: center;
    ms-grid-row-align: center;
    padding: 0 30px;
    position: absolute;
    text-align: center;
    top: 0;
    webkit-align-items: center;
    webkit-box-align: center;
    width: 98%;
    z-index: 2;
}
.success img, .success2 img, .success3 img {
    margin: 0 25px 0 0;
}
.success.visible, .success2.visible, .success3.visible
{
    display: flex;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
}
.success.visible .sencs, .success2.visible .sencs, .success3.visible .sencs
{
    font-size: 16px;
    font-weight: bold;
    margin: 0 0 0 20px;
    padding: 0;
}
.success1 {
    align-items: center;
    background-color: #FFF;
    display: none;
    height: 98%;
    left: 0;
    margin: 1%;
    ms-flex-align: center;
    ms-grid-row-align: center;
    padding: 0 30px;
    position: absolute;
    text-align: center;
    top: 0;
    webkit-align-items: center;
    webkit-box-align: center;
    width: 98%;
    z-index: 2;
}
.success1 img {
    margin: 0 25px 0 0;
}
.success1.visible {
    display: flex;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    background: white;
    margin: 40px auto;
    padding: 20px 60px 30px;
    text-align: left;
    max-width: 560px;
    height: 260px;
    position: fixed;
    border-radius: 10px;
    left: 0;
    right: 0;
    top: 15%;
    box-shadow: 1px 1px 11px black;
}
.success1.visible .sencs
{
    font-size: 16px;
    font-weight: bold;
    margin: 0 0 0 20px;
    padding: 0;
}
button.mfp-close, button.mfp-arrow {
    color: black;
}

.popup-form.crane_zakaz .success-crane-zakaz{
    height: auto;
    padding: 40px;
    align-items: center;
    background-color: #FFF;
    display: none;
    left: 0;
    margin: 1%;
    position: absolute;
    text-align: center;
    top: 0;
    width: 98%;
    z-index: 2;
}
.popup-form.crane_zakaz .success-crane-zakaz > img{
    margin-bottom: 20px;
}
.popup-form.crane_zakaz{
    padding: 0;
    max-width: 50%;
}
.popup-form.crane_zakaz .modal-body{
    display: flex;
    flex-direction: row;
    max-height: 520px;
}
.popup-form.crane_zakaz .modal-body p.zakaz{
	font-weight: 400;
    text-transform: none;
    font-size: 36px;
    line-height: 36px;
    letter-spacing: .9px;
    color: #2b2e38;
}
.popup-form.crane_zakaz .modal-body .modal-image{
    width: 40%;
}

.popup-form.crane_zakaz .modal-body .modal-image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px 0 0 10px;
}
.popup-form.crane_zakaz .modal-body .modal-form{
    padding: 40px 60px;
    width: 60%;
}
@media (max-width: 1200px){
    .popup-form.crane_zakaz{
        max-width: 540px;
    }
    .popup-form.crane_zakaz .modal-body .modal-image{
        display: none;
    }
    .popup-form.crane_zakaz .modal-body .modal-form{
        width: 100%;
    }
}

.g-recaptcha > div {
	margin: 0 auto;
}

select.lang {
    background: transparent;
    color: #fff;
    border: none;
	cursor:pointer;
}
.lang option{
	background: black;
}
.footer__btn, .lang{
	margin-left:15px;
}

@media (max-width: 991.98px) {
    select.lang {
        display: block;
        margin: 0;
    }
}