.block1_post  .post_image {
    border-left: 0!important;
    background-position: 0% 0%!important;
    background-size: contain!important;
	animation: scalein 0.8s;
	overflow: hidden;
}

@keyframes scalein {
  from { opacity: 0.5; filter: blur(4px); }
  to   { opacity: 1; filter: blur(0px); }
}

.floated-image {
	min-width:50%;
	max-width:50%;
	float: left;
	padding: 0 30px 10px 0;	
	margin-right:10px;
	animation: scalein 0.8s;	
}

.line_post.with-floated-image {
	left: -moz-calc(50% - 5px);
	left: -webkit-calc(50% - 5px);
	left: calc(50% - 5px);
}

.id-3843 .line_post.with-floated-image {
	left: -15px;
}

.block1_post .content .post.w-richtext a { 
	color: #ff7e57;
}

.floated-image-goroda {
	width: min(100%, 200px);
	float: left;
	padding: 0 30px 10px 0;
	margin-right:10px;
	animation: scalein 0.8s;
}


/*forma vacancii*/
.content_full {
	width: 100%;
	display: block;
}
.wpcf7-form input[type=text],
.wpcf7-form input[type=tel],
.wpcf7-form input[type=email],
.wpcf7-form textarea {
	height: 50px;
	border-style: none none solid;
	border-width: 1px 1px 2px;
	border-color: #000 #000 #ff7e57;
	font-family: 'Museosanscyrl 300', sans-serif;
	color: #fff;
	font-size: 16px;
	background-color: transparent;
	width: 100%;
}
.wpcf7-form textarea {
	height: 100px;
}

.wpcf7-form input[type=date] {
	color: #000;
	height: 50px;
}

.wpcf7-form input[type=submit] {
	float: right;
	margin-top: 30px;
	padding: 15px 40px;
	border-radius: 50px;
	background-color: #ff7e57;
	-webkit-transition: background-color 400ms ease;
	transition: background-color 400ms ease;
	font-family: 'Museosanscyrl 500', sans-serif;
	font-size: 18px;
	display: inline-block;
	color: white;
	border: 0;
	line-height: inherit;
	text-decoration: none;
	cursor: pointer;
}
/*//forma vacancii*/


/* payment page */

    .payment-method {
        display: flex;
        margin-bottom: 1.5em;
        padding: 1em;
        background: #272626;
        align-items: center;
        justify-content: flex-start;
    }
    
        .payment-method--image {
				margin-right: 2em;
			    min-height: 55px;
			    display: flex;
			    align-items: center;
			    width: 150px;
        }
        
            .payment-method--image img {
                max-width: 150px;
                display: block;
                margin: 0 auto;
            }
            
    .payment-method-description {
        margin: 0;
    }
            
        .payment-method__yoomoney .payment-method--image {
            background: #9c00ff;
            padding: 0.3em 0;
            box-sizing: border-box;
             
        }
        
        .payment-method__bitcoin .payment-method--image img ,
        .payment-method__mobile .payment-method--image img {
            max-width: 60px;
            max-height: 60px;
        }
  
        .payment-method__mobile .payment-method--image img {
        	border: 2px solid white;
    		border-radius: 50%;
        }

        .payment-method__mkb .payment-method--image img ,
        .payment-method__sberbank .payment-method--image img {
        	filter:  saturate(1.3);
        }


@media screen and (max-width: 767px) {

	.payment-method {
		flex-wrap: wrap;
		padding: 1.4em 1em 1em 1em;
	}

	.payment-method--image {
		width:  auto;
	}

	.payment-method-description {
	    margin: 1em 0 0 0;
	    font-size: 1.1em;
	    line-height: 1.4;
	}
}