 .contacts-title {
     color: #b08d57;
 }

 .contacts-subtitle {
     color: #b08d57;
 }

 .contacts-text {
     letter-spacing: 1.3px;
     font-size: 17px;
     font-weight: 400;
     color: #333;
     line-height: 1.8;
 }

 .contacts-items {
     margin-top: 50px;
 }

 .contacts-item {
     color: #333;
     font-size: 18px;
     font-weight: 500;
     text-decoration: none;
     line-height: 1.6;
     display: flex;
     flex-direction: row;
     align-items: center;
 }

 .contacts-item a {
     font-size: 18px;
 }

 .contacts-item a:hover {
     color: #333;
     text-decoration: none;
 }

 .contacts-icon {
     color: #b08d57;
     font-size: 1.7rem;
     vertical-align: middle;
 }

 .contacts-link {
     color: #3c2f2f;
     text-decoration: none;
 }

 .contacts-link:hover {
     text-decoration: underline;
 }

 .row .col-info {
     padding-right: 50px;
 }

 .row .col-form {
     padding-left: 50px;
 }

 #contacts-form .form-label {
     font-size: 18px;
     color: #3c2f2f;
 }

 #contacts-form .form-control {
     border-radius: 1px !important;
     border-color: #b08d57 !important;
     height: 45px;
 }

 #contacts-form textarea.form-control {
     height: auto;
     min-height: 120px;
     resize: none;
     overflow: hidden;
 }

 #contacts-form .form-control:focus {
     border-color: #9e7b4f;
     box-shadow: none;
 }

 #contacts-form .invalid-feedback {
     font-size: 15px;
 }

 #contacts-form .modal-footer {
     padding: 0 !important;
 }

 #contacts-form .btn-primary {
     background: none;
     border-color: #b08d57;
     color: #b08d57;
     border-radius: 1px;
     font-size: 16px;
     padding: 7px 14px;
 }

 #contacts-form .btn-primary:hover {
     background-color: #b08d57;
     border-color: #b08d57;
     color: #fff;
 }

 #contacts-form .btn-primary:active {
     background-color: #9e7b4f !important;
     border-color: #9e7b4f !important;
 }


 @media (max-width: 991.98px) {
     .container .row {
         padding: 0 12px;
     }

     .row .col-info,
     .row .col-form {
         padding-left: 0 !important;
         padding-right: 0 !important;
     }

     .contacts-items {
         margin-top: 30px;
     }

     .contacts-item {
         font-size: 22px;
         margin-bottom: 14px;
     }

     .contacts-item a {
         font-size: 22px;
     }

     .contacts-icon {
         font-size: 1.5rem;
     }

     .col-info,
     .col-form {
         padding-top: 0 !important;
         padding-bottom: 0 !important;
     }

     .col-form {
         margin-top: 30px;
     }
 }