body {
    font-size: 16px;
    color: #333;
    line-height: 1.4;
}
a {
    color: #333;
}
a:hover {
    color: inherit;
}
h2 {
    font-size: 32px;
    margin-bottom: 30px;
}
.wrapper {
    padding-top: 60px;
    padding-bottom: 60px;
}
#header {
    width: 100%;
    background: url(../images/bg-1.jpg) center center no-repeat;
    background-size: cover;
    color: #fff;
    padding: 20px 0px;
}
#header .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.navbar-brand {
    padding: 0px;
    margin: 0px;
}
.branding {
    text-transform: uppercase;
    color: #333;
    font-size: 32px;
    font-weight: bold;
}
.header-contacts {
	
}
.btn_callback {
    color: #1e1e1e;
    display: inline-block;
    border-bottom: 1px solid #1e1e1e;
    text-decoration: none;
    font-size: 14px;
    margin: 0 0 10px 0;
    position:relative;
}
.btn_callback:after {
	background:url(../images/phone.png);
	content:'';
	display:block;
	width:18px;
	height:18px;
	position: absolute;
	left: -24px;
	top: -2px;
}
.btn_callback:hover {
    border-bottom: 1px solid #008ac0;
    cursor: pointer;
}

.address_head {
    font-size: 24px;
    color: #1e1e1e;
    margin: 0 0 12px 0;
}
.address_head span {
    font-size: 14px;
    display: inline-block;
    padding-top: 4px;
}
.phone_head {
    font-size: 12px;
    color: #1e1e1e;
}
.header-contacts {
    text-align: right;
    float: right;
    margin: 0px;
}
.header-contacts a {
    color: #1e1e1e;
    text-decoration: none;
}
.card-status {
    position: relative;
    margin: 0 0 20px 0;
    padding: 0 5px;
    color: #fff;
    font-size: 13px;
    line-height: 20px;
    display: inline-block;
    background: #30c403;
}
.card-price {
    font-size: 16px;
    line-height: 21px;
    font-weight: 600;
}
.card-price span {
    font-size: 26px;
    line-height: 30px;
    font-weight: 700;
}
.card-buy {
    height: 40px;
    display: inline-block;
    margin: 10px 0 0 0;
    padding: 0 20px;
    color: #fff;
    font-size: 16px;
    line-height: 40px;
    font-weight: 600;
    text-align: center;
    text-decoration: none;
    background: red;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    cursor: pointer;
}
.card-buy:hover {
    color: #fff;
}
#footer-block {
    width: 100%;
    background: #793D07;
    padding: 25px 0px;
}
#footer-block ul,
#footer-block ul li {
    padding: 0px;
    margin: 0px;
    list-style: none;
    list-style-image: none;
}
#footer-block ul {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    justify-content: center;
}
#footer-block ul li a {
    color: #fff;
    font-size: 16px;
    text-decoration: none;
}
#footer-block ul li a:hover {
    text-decoration: underline;
}
#footer {
    padding: 15px 0px;
}
#footer .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 14px;
}
#footer .container p {
    margin: 0px;
}
.about-text {
    background: #efefef;
    padding: 25px;
}
.about-text h2 {
    margin-bottom: 10px;
}
.about-pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
#first-screen {
    width: 100%;
    background: url(../images/bg-2.jpg) center top no-repeat;
    background-size: cover;
    min-height: 250px;
    padding: 35px 35px 35px 35px;
}
.texthead1 {
  font-size: 20px;
  color: #FFF;
  font-weight: 700;
  text-shadow: 0 0 3px rgb(150 150 150);
  font-weight: bold;
  background: url(../images/bg-3.jpg) center center repeat-x;
    background-size: auto;
  background-size: 2px 100%;
  padding: 15px 10px;
  display: inline-block;
  margin: 0 0 15px 0;
}
.texthead2 {
  font-size: 18px;
  color: #6c3300;
  font-weight: 700;
  font-weight: bold;
  background: #FFFFFA;
  display: inline-block;
  padding: 10px 10px 10px 10px;
  margin-bottom: -1px;
}
.texthead3 {
  font-size: 18px;
  color: #6c3300;
  font-weight: 700;
  font-weight: bold;
  background: #FFFFFA;
  display: inline-block;
  padding: 0 10px 10px 10px;
}
.fs-wrapper {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
#menu-wrapper {
    width: 100%;
  overflow: hidden;
  background: #D5E022;
  border: 1px solid #CAD56D;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-right: 5px;
  margin-top: 20px;
}
.navbar-expand-lg .navbar-nav {
    gap: 20px;
}
.modal-content {
    background: #fff;
    border-radius: 5px;
    border: 0px;
}
.modal-header {
    border: 0px;
}
.modal-title {
    color: rgba(172, 137, 118, 1);
    font-size: 32px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-align: center;
    margin-bottom: 20px;
}
.modal-subtitle {
    margin-bottom: 20px;
    text-align: center;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
.modal .form-action {
    display: flex;
    justify-content: center;
}
.modal .wpcf7 input[type="submit"] {
    min-width: 230px;
}
.modal .form-policy {
    padding-top: 25px;
    text-align: center;
}
.modal .form-policy a {
}
.modal-body {
    padding: 0px 50px 50px 50px;
}
.modal-header .btn-close {
    background: url('data:image/svg+xml,<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(%23clip0_58_4550)"><path d="M0.976745 19.9999C0.783573 19.9999 0.594729 19.9427 0.434101 19.8354C0.273472 19.7281 0.148276 19.5755 0.074347 19.3971C0.000418327 19.2186 -0.0189212 19.0222 0.0187748 18.8328C0.0564707 18.6433 0.149509 18.4693 0.28612 18.3327L18.333 0.285822C18.5162 0.102657 18.7646 -0.000244141 19.0236 -0.000244141C19.2827 -0.000244141 19.5311 0.102657 19.7142 0.285822C19.8974 0.468987 20.0003 0.717412 20.0003 0.976447C20.0003 1.23548 19.8974 1.48391 19.7142 1.66707L1.66737 19.7139C1.57676 19.8047 1.4691 19.8767 1.35058 19.9258C1.23207 19.9749 1.10502 20.0001 0.976745 19.9999Z" fill="%23AAAAAA"/><path d="M19.0236 19.9999C18.8953 20.0001 18.7682 19.9749 18.6497 19.9258C18.5312 19.8767 18.4235 19.8047 18.3329 19.7139L0.286066 1.66707C0.102901 1.48391 0 1.23548 0 0.976447C0 0.717412 0.102901 0.468987 0.286066 0.285822C0.469231 0.102657 0.717657 -0.000244141 0.976691 -0.000244141C1.23573 -0.000244141 1.48415 0.102657 1.66732 0.285822L19.7142 18.3327C19.8508 18.4693 19.9438 18.6433 19.9815 18.8328C20.0192 19.0222 19.9999 19.2186 19.926 19.3971C19.852 19.5755 19.7268 19.7281 19.5662 19.8354C19.4056 19.9427 19.2167 19.9999 19.0236 19.9999Z" fill="%23AAAAAA"/></g><defs><clipPath id="clip0_58_4550"><rect width="20" height="20" fill="white"/></clipPath></defs></svg>') center center no-repeat;
    width: 20px;
    height: 20px;
    padding: 0px;
    margin: 0px 0px 0px auto;
    opacity: 1;
}
.form-item {
    margin-bottom: 20px;
}
.wpcf7 input[type="submit"],
.btn {
    border: 1px solid rgba(172, 137, 118, 1);
    background: rgba(172, 137, 118, 1);
    border-radius: 10px;
    padding: 13px 15px;
    color: #fff;
    font-weight: 600;
    text-decoration: none;
    box-shadow: unset !important;
    outline: none !important;
    transition: all 0.2s ease;
}
.wpcf7 input[type="submit"]:hover,
.btn:hover {
    background: rgba(172, 137, 118, 1);
    color: #fff;
    border-color: rgba(172, 137, 118, 1);
}
.wpcf7 select,
.wpcf7 input[type="tel"],
.wpcf7 input[type="text"],
.wpcf7 input[type="number"],
.wpcf7 textarea {
    border-radius: 15px;
    background: none;
    border: 1px solid rgba(4, 57, 75, 1);
    padding: 0px 16px;
    height: 50px;
    color: rgba(113, 113, 113, 1);
    font-size: 16px;
}
.intro-form .wpcf7 input[type="tel"],
.intro-form .wpcf7 input[type="text"],
.intro-form .wpcf7 input[type="tel"]:focus,
.intro-form .wpcf7 input[type="text"]:focus {
    color: #fff;
    border-color: #fff;
}
.wpcf7 select:focus,
.wpcf7 input[type="tel"]:focus,
.wpcf7 input[type="text"]:focus,
.wpcf7 input[type="number"]:focus,
.wpcf7 textarea:focus {
    background: none;
    border: 1px solid rgba(27, 27, 27, 1);
    color: rgba(27, 27, 27, 1);
    outline: none;
    box-shadow: unset;
}
.wpcf7 input[type="tel"]::placeholder,
.wpcf7 input[type="text"]::placeholder,
.wpcf7 textarea::placeholder,
.wpcf7 input[type="number"]::placeholder {
    color: rgba(27, 27, 27, 1);
    opacity: 1;
}
.intro-form .wpcf7 input[type="tel"]::placeholder,
.intro-form .wpcf7 input[type="text"]::placeholder {
    color: #fff;
}
.wpcf7 select {
    background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e") right .75rem center no-repeat !important;
    background-size: 16px !important;
}
input.wpcf7-not-valid,
textarea.wpcf7-not-valid {
    border: 1px solid red !important;
}
.wpcf7 textarea {
    padding: 16px;
    height: 150px;
    resize: none;
    border-radius: 15px;
}
.wpcf7 form .wpcf7-response-output,
.wpcf7-not-valid-tip,
.wpcf7-spinner {
    display: none !important;
}
.wpcf7 input[type="submit"] {
    width: auto;
    height: 50px;
    line-height: 1;
    padding: 14px 30px;
    color: #fff;
}