.container {
    background-color: #fff;
    margin: 30px auto;
    box-shadow: 3px 3px 15px 5px rgba(155, 117, 43, 0.68);
}.col-sm-12.logo .tel p{	font-weight: 700;}	.messangers{	display: flex;	flex-direction: row;	justify-content: center;}.messangers img{	width: 30px;	height: 30px;}

.center {
    text-align: center;
}

.left {
    text-align: left;
}

.right {
    text-align: right;
}

h2 {
    margin-bottom: 40px;
    text-align: center;
}

hr {
    background-color: #b8860b;
    border: 2px solid #b8860b;
    display: block;
    width: 100%;
}

.ico img {
    width: 100%;
    text-align: center;
    display: block;
    margin-bottom: 20px;
    /*width: auto;*/
    /*text-align: center;*/
    /*display: block;*/
    /*margin: auto;*/
    /*max-width: 100%;*/
}

.margin-60 {
    margin: 60px 0;
}

.margin-top-60 {
    margin-top: 60px;
}

input::-webkit-input-placeholder {
    line-height: initial;
    white-space: pre;
    word-wrap: normal;
    -webkit-user-modify: read-only;
    overflow: hidden;
    font-family: bankir;
}

::-webkit-input-placeholder {
    -webkit-text-security: none;
    color: #b8860b;
    pointer-events: none;
    font-family: bankir;
}

input:not([type]), input[type="email"], input[type="number"], input[type="password"], input[type="tel"], input[type="url"], input[type="text"], textarea {
    border: 1px solid #b8860b;
    max-width: 320px;
}

:focus {
    outline: none;
}

input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required:focus, textarea:focus {
    border: 1px solid #9b752b;
    background-color: #ffeda3;
    font-family: bankir;
}

div#inner-editor {
    font-family: bankir !important;
}

input, textarea {
    font-family: bankir;
}

input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required, input.wpcf7-form-control.wpcf7-text, textarea {
    padding: 10px 20px;
}

label {
    display: block;
    width: 100%;
    max-width: 355px;
    margin: 0 auto;
}

textarea {
    width: 100%;
}

input.wpcf7-form-control.wpcf7-submit {
    background-color: #fff;
    border: 1px solid #b7860a;
    padding: 10px 20px;
    color: #b7860a;
    font-family: bankir;
    cursor: pointer;
    text-decoration: none;
}

input.wpcf7-form-control.wpcf7-submit:hover {
    background-color: #b7860a;
    border: 1px solid #fff;
    padding: 10px 20px;
    color: #fff;
    font-family: bankir;
    cursor: pointer;
    text-decoration: none;
}

.logo h1 {
    font-size: 80px;
    margin: 20px auto;
    text-transform: uppercase;
    color: #b8860b;
    background-color: rgba(255, 255, 255, 0.5);
    max-width: fit-content;
    font-family: posterman;
}

/*
.logo {
    background-size: contain;
    background-image: url(/wp-content/uploads/2017/10/zago.png), url(/wp-content/uploads/2017/10/zago.png);
    background-position: left center, right center;
    background-repeat: no-repeat;
}
*/
a {
    color: #b8860b;
    text-decoration: none;
}

a:focus, a:hover {
    color: #825d0a;
    text-decoration: underline;
}

.tel p, .but div {
    margin-bottom: 0;
}

.vopros {
    background-color: #b7860a;
    border: 1px solid #fff;
    padding: 10px 20px;
    color: #fff;
    font-family: bankir;
    cursor: pointer;
    text-decoration: none;
}

.vopros:hover {
    background-color: #fff;
    border: 1px solid #b7860a;
    padding: 10px 20px;
    color: #b7860a;
    font-family: bankir;
    cursor: pointer;
    text-decoration: none;
}

.modal-body img {
    vertical-align: middle;
    max-width: -webkit-fill-available;
}

.modal-body {
    position: relative;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 15px;
    text-align: center;
}
/*
img.wp-smiley, img.emoji {
    display: inline !important;
    border: none !important;
    box-shadow: none !important;
    height: 1em !important;
    width: 1em !important;
    margin: 0 .07em !important;
    vertical-align: middle!important;
    background: none !important;
    padding: 0 !important;
    font-size: 1.5rem;
}*/

.messangers a{
	padding: 0 5px;
}

@media (max-width: 425px){	.logo h1{		font-size: 70px;	}		input:not([type]), input[type="email"], input[type="number"], input[type="password"], input[type="tel"], input[type="url"], input[type="text"], textarea {		max-width: 290px;	}}.up{	display: none;	position: fixed;	right: 60px;	bottom: 40px;	background: white;	border-radius: 64px;	border: 2px solid white;	cursor: pointer;}@media (max-width: 768px){	.up{		right: 10px;	}	.up img{		width: 40px;		height: 40px;	}}