/* Стили для страницы contacts-opt */

.business-page {
    padding: 0;
}

/* Верхний блок для бизнеса */
.business-hero-section {
    background: #2c2c2c;
    color: white;
    min-height: 70vh;
    display: flex;
    align-items: center;
}

.business-hero-section .col-lg-6:first-child {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding: 90px 30px;
}

.business-hero-section h1,
.business-page .business-hero-section h1,
#content.business-page .business-hero-section h1 {
    font-size: 48px !important;
    font-weight: bold !important;
    margin-bottom: 40px !important;
    margin-top: -30px !important;
    color: white !important;
    position: relative !important;
    top: -20px !important;
}

.business-benefits {
    margin-bottom: 40px;
}

.benefit-item {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    font-size: 18px;
}

.benefit-item span {
    vertical-align: middle;
}


.benefit-icon {
    width: 20px;
    height: 20px;
    margin-right: 10px;
    display: inline-block;
    vertical-align: middle;
}

/* Уникальные стили для каждого блока преимуществ */
#benefits-container {
    /* Общие стили для контейнера преимуществ */
}

#benefit-warehouse {
    /* Стили для блока "Наличие товара на складах" */
}

#benefit-delivery {
    /* Стили для блока "Срок поставки" */
}

#benefit-certificates {
    /* Стили для блока "Сертификаты качества" */
}

#benefit-vat {
    /* Стили для блока "Возврат НДС" */
}

#benefit-pricing {
    /* Стили для блока "Снижаем цены" */
}

#benefit-gifts {
    /* Стили для блока "Подарочные сертификаты" */
}

/* Стили для левой и правой колонок */
#business-content-left {
    /* Стили для левой колонки с контентом */
}

#business-content-right {
    /* Стили для правой колонки с изображением */
}

#business-image-container {
    /* Стили для контейнера изображения */
}

#business-hero-image {
    /* Стили для изображения */
}

#business-cta-section {
    /* Стили для секции CTA */
}

@media (max-width: 576px) {
    .btn-register {
        padding: 10px 20px;
        font-size: 13px;
        width: 100%;
        text-wrap: initial;
    }
}

.briefcase-icon {
    background: url('/image/icon/briefcase.svg') no-repeat center;
    background-size: contain;
}

.delivery-icon {
    background: url('/image/icon/delivery.svg') no-repeat center;
    background-size: contain;
}

.price-icon {
    background: url('/image/icon/price.svg') no-repeat center;
    background-size: contain;
}

.business-cta p {
    font-size: 20px;
    margin-bottom: 20px;
}

.btn-register {
    background: #f0f0f0;
    color: #333;
    padding: 15px 30px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s ease;
}

.btn-register:hover {
    background: #e0e0e0;
    transform: translateY(-2px);
}

/* Бизнес иллюстрация */
.business-illustration {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    padding: 0;
    margin: 0;
}

.business-image {
    max-width: 100%;
    height: auto;
    width: 100%;
    object-fit: cover;
}

/* Правая колонка с картинкой - убираем отступы */
.business-hero-section .col-lg-6:last-child {
    padding: 0;
    margin: 0;
}

.business-hero-section .row {
    margin: 0;
}

.business-hero-section .container {
    padding: 0;
}

/* Нижний блок с преимуществами */
.business-features-section {
    background: white;
    padding: 60px 0;
}

.business-features-section .container {
    padding-left: 15px;
    padding-right: 15px;
}

.equal-height {
    display: flex;
    flex-wrap: nowrap;
}

.equal-height > [class*="col-"] {
    display: flex;
    flex-direction: column;
    flex: 1;
}

.feature-card {
    background: white;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    padding: 30px 15px;
    text-align: center;
    margin-bottom: 30px;
    transition: all 0.3s ease;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    width: 100%;
}

.feature-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0,0,0,0.15);
}

.feature-card h3 {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 15px;
    color: #333;
    flex-shrink: 0;
}

.feature-card p {
    font-size: 14px;
    color: #666;
    line-height: 1.5;
    flex-grow: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

/* Контактная форма */
.contact-form-section {
    background: #f8f8f8;
    padding: 80px 0;
}

.contact-form-wrapper {
    max-width: 600px;
    margin: 0 auto;
    text-align: center;
}

.contact-form-title {
    font-size: 32px;
    font-weight: bold;
    color: #000;
    margin-bottom: 20px;
    text-align: center;
}

.contact-form-description {
    font-size: 16px;
    color: #000;
    margin-bottom: 40px;
    text-align: center;
    line-height: 1.5;
}

.contact-form-description strong {
    color: #000;
    font-weight: bold;
}

.contacto-page h1, .contacto-page h2, .contacto-page h3 {
    font-family: 'LatoWebHeavy';
}

.contacto-page h1 {
    margin-top: 0;
}

.top-contacto {
    margin-bottom: 60px;
}
.top-contacto .icon-contacto {
    width: 99px;
    height: 99px;
    margin: auto;
	background-repeat: no-repeat;
    background-position: center;
	background-size: contain;
}
.top-contacto h5 {
    font-family: 'LatoWebHeavy';
    font-size: 18px;
    text-transform: uppercase;
    margin-top: 30px;
}
.top-contacto .text {
	 
	line-height: 1.6;
}

.well-contacto {
    margin-bottom: 30px;
}

.well-contacto .well {
    background: #f8f9fa;
    border: 1px solid #e9ecef;
    border-radius: 8px;
    padding: 30px;
}

.well-contacto h3 {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 20px;
    color: #333;
}

.well-contacto .text {
    font-size: 16px;
    color: #666;
    margin-bottom: 30px;
    line-height: 1.5;
}

.well-contacts {
    margin-top: 20px;
}

.contacts-item {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    padding: 10px 0;
}

.contacts-item i {
    width: 20px;
    height: 20px;
    margin-right: 10px;
    display: inline-block;
}

.phone-item i {
    background: url('/image/icon/tel_icon.svg') no-repeat center;
    background-size: contain;
}

.email-item i {
    background: url('/image/icon/mail_icon.svg') no-repeat center;
    background-size: contain;
}

.addres-item i {
    background: url('/image/icon/location_icon.svg') no-repeat center;
    background-size: contain;
}

.name-item {
    font-weight: bold;
    margin-right: 10px;
    color: #333;
}

.text-item {
    color: #666;
}

.btn-item {
    justify-content: center;
    margin-top: 20px;
}

.callme {
    background: #007bff !important;
    border: none !important;
    padding: 15px 40px !important;
    border-radius: 6px !important;
    font-size: 16px !important;
    font-weight: 600 !important;
    text-transform: uppercase !important;
    transition: all 0.3s ease !important;
    color: white !important;
    text-decoration: none !important;
}

.callme:hover {
    background: #0056b3 !important;
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgba(0, 123, 255, 0.3);
    color: white !important;
}
.well-contacto .well {
    padding: 40px 40px 30px 40px;
	overflow: hidden;
	margin-bottom: 0;
}
.well-contacto .well .text {
     
    line-height: 1.6;
    margin: auto;
    margin-bottom: 30px;
    max-width: 990px;
}
.well-contacts .name-item {
	font-family: 'LatoWebBold';
	color: #633d3c;
	text-transform: uppercase;
	padding-right: 10px;
}
.well-contacts .text-item {
	font-family: 'LatoWebBold';
}
.well-contacts .contacts-item {
    padding: 30px 0;
}
.well-contacts .contacts-item.btn-item {
    padding: 25px 0;
}
.well-contacts .contacts-item span {
    vertical-align: bottom;
    display: inline-block;
}
.well-contacts .contacts-item i {
    background-repeat: no-repeat;
    background-position: center;
    display: inline-block;
    vertical-align: bottom;
    width: 19px;
    height: 23px;
    margin-right: 7px;
}
.well-contacts .contacts-item.phone-item i {
    background-image: url('/image/icon/tel_icon.svg');
}
.well-contacts .contacts-item.email-item i {
    background-image: url('/image/icon/mail_icon.svg');
}
.well-contacts .contacts-item.addres-item i {
    background-image: url('/image/icon/pointf_icon.svg');
}
.well-contacto .btn-primary {
    padding: 8px 26px 6px 26px;
    font-size: 12px;
    line-height: 16px;
}

/* Форма обратной связи */
.form-contacto {
    margin-bottom: 30px;
}

.form-contacto h3 {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 20px;
    color: #333;
}

.form-send {
    background: white;
    border: 1px solid #e0e0e0;
    border-radius: 10px;
    padding: 40px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}

.form-fields {
    margin-bottom: 30px;
}

.form-group {
    margin-bottom: 20px;
}

.form-control {
    border: 1px solid #d0d0d0;
    border-radius: 10px;
    padding: 15px 20px;
    font-size: 16px;
    transition: all 0.3s ease;
    width: 100%;
    background: white;
    color: #333;
}

.form-control:focus {
    border-color: #007bff;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
    outline: none;
}

.form-control::placeholder {
    color: #999;
    font-size: 16px;
}

textarea.form-control {
    resize: vertical;
    min-height: 120px;
    font-family: inherit;
}

.upload-block {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #e9ecef;
}

.upload-block .btn {
    margin-right: 10px;
    margin-bottom: 10px;
}

.buttons {
    margin-top: 30px;
}

.form-submit {
    text-align: center;
    margin-top: 30px;
}

.btn-call-me {
    background: #d9362d;
    border: none;
    padding: 18px 50px;
    border-radius: 10px;
    font-size: 18px;
    font-weight: 600;
    color: white;
    transition: all 0.3s ease;
    cursor: pointer;
    text-decoration: none;
    display: inline-block;
    min-width: 200px;
}

.btn-call-me:hover {
    background: #c02d24;
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgba(217, 54, 45, 0.3);
    color: white;
}

.btn-primary {
    background: #007bff;
    border: none;
    padding: 15px 40px;
    border-radius: 6px;
    font-size: 16px;
    font-weight: 600;
    transition: all 0.3s ease;
}

.btn-primary:hover {
    background: #0056b3;
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgba(0, 123, 255, 0.3);
}

/* Нижний блок */
.bottom-well {
    margin-top: 30px;
}

.bottom-well .well {
    background: #f8f9fa;
    border: 1px solid #e9ecef;
    border-radius: 8px;
    padding: 30px;
}

.bottom-well h2 {
    font-size: 24px;
    font-weight: bold;
    color: #333;
    margin: 0;
}

/* Сообщение об успехе */
.alert-success {
    background: #d4edda;
    border: 1px solid #c3e6cb;
    color: #155724;
    padding: 15px 20px;
    border-radius: 8px;
    margin-bottom: 30px;
    display: flex;
    align-items: center;
}

.alert-success i {
    margin-right: 10px;
    font-size: 18px;
}

/* Адаптивность */
@media (max-width: 768px) {
    .business-hero-section {
        padding: 30px 0;
        min-height: auto;
    }
    
    .business-hero-section h1 {
        font-size: 28px !important;
        margin-bottom: 25px !important;
        margin-top: -15px !important;
        text-align: center !important;
    }
    
    .business-hero-section .col-lg-6:first-child {
        padding: 20px 0;
        text-align: center;
    }
    
    .benefit-item {
        font-size: 16px;
        justify-content: center;
        margin-bottom: 15px;
    }
    
    .business-cta {
        text-align: center;
    }
    
    .business-cta p {
        font-size: 18px;
        margin-bottom: 15px;
    }
    
    .btn-register {
        padding: 12px 25px;
        font-size: 14px;
    }
    
    .business-illustration {
        margin-top: 20px;
        text-align: center;
    }
    
    .business-image {
        max-width: 80%;
        height: auto;
    }
    
    .equal-height {
        display: block;
        justify-content: center;
    }
    
    .equal-height > [class*="col-"] {
        display: block;
        text-align: center;
    }
    
    .feature-card {
        height: auto;
        margin: 0 auto 15px auto;
        padding: 20px 15px;
        max-width: 100%;
        display: block;
    }
    
    .feature-card h3 {
        font-size: 16px;
        margin-bottom: 10px;
    }
    
    .feature-card p {
        font-size: 13px;
        text-align: center;
    }
    
    .contact-form-section {
        padding: 40px 0;
    }
    
    .contact-form-wrapper {
        max-width: 100%;
        padding: 0 15px;
    }
    
    .contact-form-title {
        font-size: 28px;
        margin-bottom: 15px;
    }
    
    .contact-form-description {
        font-size: 14px;
        margin-bottom: 30px;
    }
    
    .form-send {
        padding: 30px 20px;
    }
    
    .form-control {
        font-size: 16px;
        padding: 12px 15px;
    }
    
    .upload-block {
        margin-top: 15px;
        padding-top: 15px;
    }
    
    .upload-block .btn {
        font-size: 12px;
        padding: 8px 12px;
        margin-bottom: 8px;
    }
}

@media (max-width: 576px) {
    .business-hero-section {
        padding: 20px 0;
    }
    
    .business-hero-section h1 {
        font-size: 24px !important;
        margin-bottom: 20px !important;
        margin-top: -10px !important;
    }
    
    .business-hero-section .col-lg-6:first-child {
        padding: 15px 0;
        margin: 5%;
    }
    
    .benefit-item {
        font-size: 14px;
        margin-bottom: 12px;
    }
    
    .business-cta p {
        font-size: 16px;
        margin-bottom: 12px;
    }
    
    .btn-register {
        padding: 10px 20px;
        font-size: 13px;
    }
    
    .business-image {
        max-width: 70%;
    }
    
    .feature-card {
        padding: 15px 10px;
        margin: 0 auto 10px auto;
        max-width: 100%;
        display: block;
    }
    
    .feature-card h3 {
        font-size: 14px;
        margin-bottom: 8px;
    }
    
    .feature-card p {
        font-size: 12px;
        text-align: center;
    }
    
    .contact-form-section {
        padding: 30px 0;
    }
    
    .contact-form-wrapper {
        padding: 0 10px;
    }
    
    .contact-form-title {
        font-size: 24px;
        margin-bottom: 12px;
    }
    
    .contact-form-description {
        font-size: 13px;
        margin-bottom: 25px;
    }
    
    .form-send {
        padding: 25px 15px;
    }
    
    .btn-call-me {
        padding: 15px 30px;
        font-size: 16px;
        min-width: 180px;
    }
    
    .form-control {
        font-size: 14px;
        padding: 10px 12px;
    }
    
    .upload-block {
        margin-top: 10px;
        padding-top: 10px;
    }
    
    .upload-block .btn {
        font-size: 11px;
        padding: 6px 10px;
        margin-bottom: 6px;
    }
}

.form-contacto {
    margin-bottom: 60px;
}
.form-contacto .btn-primary {
    font-family: 'LatoWebHeavy';
    font-size: 12px;
    padding: 12px 6px 10px 6px;
    text-transform: uppercase;
    width: 270px;
}
#send-form {
    max-width: 1010px;
    margin: 0 auto;
}
#send-form .form-control {
    font-size: 16px;
    border-radius: 10px;
    background-color: #f9f9f9;
    border: 1px solid #ebebeb;
    box-shadow: none;
}

.information-contacto .subscribe-footer {
    display: none;
}

.form-contacto .upload-block {
    margin-bottom: 10px;
}
.form-contacto .form-send {
    padding-bottom: 20px;
}

.bottom-well .well {
    margin-bottom: 0;
    padding-top: 30px;
    padding-bottom: 40px;
}

#content.opt-form .upload-block .form-group {
    margin-bottom: 0;
}
#content.opt-form .text-danger {
	color: #de221e;
    font-size: 12px;
}
#content.opt-form .text-warning {
    color: #f52222;
}

#button_fclear, #info_files, #status_upload {
    display: none;
}
#info_files {
    padding: 10px;
    background: #f5f5f5;
}
#info_files .text-success, #info_files .text-warning {
    width: 72px;
    height: 21px;
    text-overflow: ellipsis;
    overflow: hidden;
}

#button_select {
	color: #633d3c;
}
#button_select .fa {
    font-size: 17px;
    margin-right: 3px;
}
#button_select span {
	font-size: 13px;
    border-bottom: 1px dotted;
    font-family: 'LatoWebBold';
}
#button_select span.dop-files {
	display: none;
}

#button_fclear {
    color: #ff6f6f;
}
#button_fclear .fa {
    font-size: 17px;
}
#button_fclear span {
    font-size: 13px;
    border-bottom: 1px dotted;
    font-family: 'LatoWebBold';
}

#info_files .item-upload {
	position: relative;
    display: inline-block;
	text-align: center;
	margin-right: 17px;
}
#info_files .cicon-upload {
    width: 72px;
    height: 72px;
	background-position: center;
    background-repeat: no-repeat;
}
.cicon-upload.cicon-img {
    background-image: url('/image/icon/icon_img.svg');
}
.cicon-upload.cicon-zip {
    background-image: url('/image/icon/icon_zip.svg');
}
.cicon-upload.cicon-pdf {
    background-image: url('/image/icon/icon_pdf.svg');
}
.cicon-upload.cicon-excel {
    background-image: url('/image/icon/icon_excel.svg');
}
.cicon-upload.cicon-word {
    background-image: url('/image/icon/icon_word.svg');
}
.cicon-upload.cicon-text {
    background-image: url('/image/icon/icon_text.svg');
}
.cicon-upload.cicon-psd {
    background-image: url('/image/icon/icon_psd.svg');
}
.cicon-upload.cicon-exp {
    background-image: url('/image/icon/icon_exp.svg');
}
.cicon-upload.cicon-err {
    background-image: url('/image/icon/icon_err.svg');
}

#info_files .updel {
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
	line-height: 1;
}
#info_files .updel .fa {
    font-size: 19px;
    color: #f9f9f9;
    background: #ff9a9a;
    border-radius: 50%;
    overflow: hidden;
    line-height: 17px;
    border: 1px solid #ff9a9a;
}
#info_files .updel:hover .fa {
    color: #ffffff;
    background: #f95353;
    border: 1px solid #f95353;
}

#info_files .bad-upload {
    background: #f3e0e0;
}
#info_files .item-bupload {
    padding: 2px 10px;
}


@media (min-width:1600px){
	.well-contacts {
		padding-left: 90px;
		padding-right: 90px;
	}
}

@media (min-width:1400px){
	.well-contacts {
		padding-left: 30px;
		padding-right: 30px;
	}
}

@media (min-width:1200px){
	.well-contacto .well {
		padding: 70px 80px 45px 80px;
	}

	
}

@media (max-width: 1399px){
	.well-contacts .contacts-item span.text-item {
		display: block;
	}
	.top-contacto .text {
		line-height: 1.5;
		max-width: 310px;
		margin: auto;
	}
	.top-contacto .text br {
		display: none;
	}
}
@media (max-width: 991px){
	.top-contacto h5 {
		height: 38px;
	}
	.top-contacto .text {
		line-height: 1.3;
	}
	.well-contacts .contacts-item.btn-item {
		/*padding: 35px 0;*/
	}
	.well-contacts .contacts-item {
		padding: 20px 0;
	}
	.contacto-page h2 {
		font-size: 26px;
	}


}

@media (max-width: 767px){
	.well-contacts .contacts-item {
		padding: 8px 0;
	}
	.well-contacts .contacts-item span.text-item {
		display: inline-block;
	}
	.top-contacto .text br {
		display: inherit;
	}
	.top-contacto h5 {
		margin-top: 20px;
		height: inherit;
	}
	.top-contacto .text {
		max-width: 410px;
		margin-bottom: 30px;
		line-height: 1.4;
	}
	.contacto-page h3 {
		margin-bottom: 35px;
		font-size: 22px;
	}
	.contacto-page h3:after {
		height: 35px;
	}
	.well-contacto .well .text {
		line-height: 1.4;
	}
	.top-contacto {
		margin-bottom: 30px;
	}
	.well-contacto {
		margin-bottom: 50px;
	}
	.form-contacto {
		margin-bottom: 50px;
	}
	.contacto-page h2 {
		font-size: 24px;
	}
}

@media (max-width: 479px){
	.top-contacto .text br {
		display: none;
	}
}

@media (max-width: 379px){
	.well-contacts .contacts-item span.text-item {
		display: block;
	}
	.well-contacto .well .text {
		margin-bottom: 20px;
	}
	.well-contacts .contacts-item.btn-item {
		padding-bottom: 15px;
	}
}
