

/* Start:/bitrix/templates/verfmos/css/title.css?1782719503811*/
.title-head {background: #2A438A; color: #fff; overflow: hidden; width: 100%;}
.title-head h1 {text-transform: uppercase;font-size: 90px;line-height: 1;padding: 160px 0px 40px 0px;}
.title-head .marquee-track {display: flex; width: max-content;}
.title-head .marquee-line {display: flex; flex-shrink: 0;}
.title-head .marquee-item {display: inline-flex; align-items: center; flex-shrink: 0; padding-right: 0;}
.title-head .marquee-item::after {content: '\2022'; display: inline-block; margin: 0 32px; color: inherit; font-size: 0.6em; vertical-align: middle;}

@media (max-width: 980px) {
.title-head h1 {font-size: 35px; padding: 100px 0px 10px 0px;}
}

@media (max-width: 480px) {
.title-head h1 {padding: 80px 0px 10px 0px;}
}

@media (max-width: 360px) {
.title-head h1 {font-size: 26px;}
}
/* End */


/* Start:/bitrix/templates/verfmos/components/bitrix/breadcrumb/breadcrumb-site/style.css?17830665251963*/
.bx-breadcrumb {display: flex; color: #2a438a; width: 95%; margin: 0px auto; padding: 20px 0px; align-items: center;  justify-content: flex-start; max-width: 2500px;}
.bx-breadcrumb span {opacity: 0.5; }
.bx-breadcrumb span.breadcrumb-separator {opacity: 1; margin:-5px 10px 0px 10px;}
.bx-breadcrumb a {text-decoration: none;}
.bx-breadcrumb a span {color: #2a438a;  opacity: 1;}
.bx-breadcrumb a:hover {text-decoration: underline; }
.bx-breadcrumb .bx-breadcrumb-item {display: flex;	white-space: nowrap;line-height: 1;align-items: center;}
.bx-breadcrumb .bx-breadcrumb-item span {font-size: 22px;white-space: normal;}
.bx-breadcrumb .bx-breadcrumb-item span svg {margin-top: 10px;}
.bx-breadcrumb .bx-breadcrumb-item a {border-bottom: none;}
.bx-breadcrumb .bx-breadcrumb-item a:hover {text-decoration:none;}

@media screen and (max-width: 980px) {
.breadcrumb {background:#2a438a;}
.bx-breadcrumb span  {color: #ffffff;}
.bx-breadcrumb a span {color: #ffffff; opacity: 1;}
.bx-breadcrumb span.breadcrumb-separator {filter: grayscale(1) brightness(1000%); margin:-2px 10px 0px 10px;}
.bx-breadcrumb .bx-breadcrumb-item span svg {margin-top: 0px;}
.bx-breadcrumb .bx-breadcrumb-item span {font-size: 16px;}
.bx-breadcrumb .bx-breadcrumb-item {display:inline-block; vertical-align:top}
.bx-breadcrumb {overflow-x: scroll;overflow-y: hidden;white-space: nowrap;display: block;}
.bx-breadcrumb::-webkit-scrollbar{height:0px;}
}

@media screen and (max-width: 640px) {
.bx-breadcrumb .bx-breadcrumb-item span {font-size: 14px;margin: -2px 1px 0px 1px;}
.bx-breadcrumb {padding: 0;}
}

@media screen and (max-width: 480px) {
.bx-breadcrumb span.breadcrumb-separator {margin:0px 10px 0px 10px;}
.bx-breadcrumb .bx-breadcrumb-item span {font-size: 12px;}
}

@media (prefers-color-scheme: dark) {
.bx-breadcrumb a span,
.bx-breadcrumb {color: #fff !important;}
.bx-breadcrumb .bx-breadcrumb-item span svg path {fill: #ffffff;}
}

/* End */


/* Start:/bitrix/templates/verfmos/components/bitrix/news.list/other_resources/style.css?17833556684437*/
.main-contacts .contacts-grid {display: flex;gap: 40px;justify-content: space-between;align-items: flex-start; padding: 40px 0 80px 0;width:95%;margin:0 auto;}
.main-contacts .contacts-grid .contacts-block-row {display: flex;gap: 40px;justify-content: space-between;align-items: flex-start; width:70%;}
.main-contacts .contacts-grid .contacts-block-title {width:30%;}
.main-contacts .contacts-grid .ct-block-row {width:50%;}
.main-contacts .contacts-grid .contacts-block-title h2 {font-size: 32px; line-height: 1.4; text-transform: uppercase;}
.main-contacts .contacts-grid .contacts-block-row h3 {font-size: 20px; line-height: 1.4; text-transform: uppercase; min-height:80px;}
.main-contacts .contacts-grid .contacts-block-row {line-height: 1.4;}
.main-contacts .contacts-grid .address,
.main-contacts .contacts-grid .phone,
.main-contacts .contacts-grid .mail {margin:35px 0px;}
.main-contacts .contacts-grid .phone a,
.main-contacts .contacts-grid .address,
.main-contacts .contacts-grid .mail a {font-size: 32px; color: #161616; text-decoration:none;}

.resources-section {border-top: 1px solid rgb(42 67 138 / 30%); padding: 40px 0;}
.resources-section .section-label {font-size: 32px;color: #161616;line-height: 1.4;width: 95%;margin: 0 auto;}
.resources-section .other-resources {padding: 40px 0;}
.resources-section .resources-grid {display: grid;grid-template-columns: repeat(3, 1fr);width: 100%;}
.resources-section .resource-item {border-bottom: 1px solid rgb(42 67 138 / 30%);padding: 40px 60px; transition: all 0.5s ease;}
.resources-section .resource-item a {color: #2a438a;}
.resources-section .resource-item .resource-title {font-size: 20px; line-height: 1.4; text-transform: uppercase; color: #161616; transition: all 0.5s ease;}
.resources-section .resource-item .resource-link {text-decoration: none;font-size: 24px;display: inline-flex;gap: 8px;margin: 12px 0px;align-items: center;}
.resources-section .resource-item .globe-icon {width:24px; height:24px; background: url('/bitrix/templates/verfmos/images/url-planeta.png') center/cover; background-size:24px;}
.resources-section .resource-item:hover {background:#2A438A;}
.resources-section .resource-item:hover .resource-title {color: #ffffff;}
.resources-section .resource-item:hover .resource-link {color: #ffffff;}
.resources-section .resource-item:hover .globe-icon {filter: grayscale(1) brightness(1000%);}
#map-verf {height: 550px;}

@media (prefers-color-scheme: dark) {
.main-contacts .contacts-grid .phone a,
.main-contacts .contacts-grid .address,
.main-contacts .contacts-grid .mail a {font-size: 32px; color: #ffffff; text-decoration:none;}
.resources-section .section-label,
.resources-section .resource-item .resource-title,
.resources-section .resource-item .resource-link {color: #ffffff;}
.resources-section .resource-item .globe-icon {filter: grayscale(1) brightness(1000%);}
.resources-section .resource-item {border-bottom: 1px solid rgb(255 255 255 / 30%);}
}

@media (max-width: 1060px) {
.resources-section .resources-grid {display: grid;grid-template-columns: repeat(2, 1fr);}
.resources-section .resource-item {padding: 40px 20px;}
.main-contacts {padding: 40px 0;}
.main-contacts .contacts-grid {display:block;}
.main-contacts .contacts-grid .contacts-block-title {width:100%; margin-bottom:20px;}
.main-contacts .contacts-grid .contacts-block-row {width:100%;}
.main-contacts .contacts-grid .phone a,
.main-contacts .contacts-grid .address,
.main-contacts .contacts-grid .mail a {font-size: 24px;}
.main-contacts .contacts-grid .address,
.main-contacts .contacts-grid .phone,
.main-contacts .contacts-grid .mail {margin:15px 0px 5px 0px;}
#map-verf {height: 450px;}
}

@media (max-width: 560px) {
.resources-section .resources-grid {display: block;}
.resources-section .resource-item {padding: 20px 15px;}
.main-contacts .contacts-grid .contacts-block-title {margin-bottom:0px;}
.main-contacts .contacts-grid .ct-block-row {width:100%;}
.main-contacts .contacts-grid .contacts-block-row  {display:block;}
.main-contacts .contacts-grid .contacts-block-row h3 {font-size: 24px; text-transform: none; min-height:40px; margin-top:50px}
.main-contacts .contacts-grid .phone a,
.main-contacts .contacts-grid .address,
.main-contacts .contacts-grid .mail a {font-size: 20px;}
.main-contacts .contacts-grid .address,
.main-contacts .contacts-grid .phone,
.main-contacts .contacts-grid .mail {margin:10px 0px 0px 0px;}
#map-verf {height: 380px;}
}
/* End */


/* Start:/bitrix/templates/verfmos/components/bitrix/main.feedback/verf_feedback/style.css?17840524712778*/
.feedback-section {padding: 120px 0;}
.feedback-section .feedback-wrapper {display: flex;justify-content: space-between;align-items: center; gap:40px;}
.feedback-section .feedback-wrapper .feedback-image,
.feedback-section .feedback-wrapper .feedback-form-block {width:50%;}
.feedback-section .feedback-wrapper .feedback-image {position: relative;}
.feedback-section .feedback-wrapper .feedback-image::after {content: ''; position: absolute; top: -1px; right: -1px; width: 100px; height: 100px;
 background: #ffffff; clip-path: polygon(100% 0, 0 0, 100% 100%);}
.feedback-section .feedback-wrapper .feedback-image img {width:100%; height:650px; object-fit: cover; display: block;}
.feedback-form-block .feedback-title {font-size: 64px;margin-bottom: 60px;line-height:1; text-transform: uppercase;}
.feedback-form-block .feedback-title p:nth-child(2) {display: none;}
.feedback-form-block .form-group {margin-bottom: 10px;border-bottom: 1px solid rgb(42 67 138 / 30%);}
.feedback-form-block .form-group input,
.feedback-form-block .form-group textarea {width: 100%;border: none;padding: 30px 20px 20px 40px;font-size: 20px;outline: none;color: #2A438A;}
.feedback-form-block .form-group textarea {height: 120px;}
.feedback-form-block .submit-btn {width: 100%; background: #2A438A; color: #fff; border: none;
    padding: 18px; font-size:16px; line-height: 1px; padding:40px 20px; cursor: pointer; display: flex;
    align-items: center; justify-content: center;  gap: 15px; margin-top: 30px; border-radius: 78px;}
.feedback-form-block .privacy-note {font-size: 16px; text-align: center; line-height: 1; margin-top:20px;}
.success-message {
    background: #d4edda;
    color: #155724;
    padding: 15px;
    margin-bottom: 20px;
    border-radius: 4px;}

.error-message {
    background: #f8d7da;
    color: #721c24;
    padding: 15px;
    margin-bottom: 20px;
    border-radius: 4px;
}
@media (prefers-color-scheme: dark) {
.feedback-form-block .submit-btn {background: rgb(255 255 255); color: #2a438a;}
}

@media (max-width: 1160px) {
.feedback-section .feedback-wrapper .feedback-image::after {display: none;}
.feedback-section .feedback-wrapper {display: block;}
.feedback-section .feedback-wrapper .feedback-image {width:100%;}
.feedback-section .feedback-wrapper .feedback-form-block {width: 95%;margin: 0 auto;}
.feedback-form-block .feedback-title {margin: 40px 0px;}
.feedback-form-block .feedback-title p:nth-child(1) {display: none;}
.feedback-form-block .feedback-title p:nth-child(2) {display: block;}
}

@media (max-width: 640px) {
.feedback-form-block .feedback-title {font-size: 48px;}
}

@media (max-width: 470px) {
.feedback-form-block .feedback-title {font-size: 32px;}
}

@media (max-width: 380px) {
.feedback-form-block .feedback-title {font-size: 28px;}
}

/* End */
/* /bitrix/templates/verfmos/css/title.css?1782719503811 */
/* /bitrix/templates/verfmos/components/bitrix/breadcrumb/breadcrumb-site/style.css?17830665251963 */
/* /bitrix/templates/verfmos/components/bitrix/news.list/other_resources/style.css?17833556684437 */
/* /bitrix/templates/verfmos/components/bitrix/main.feedback/verf_feedback/style.css?17840524712778 */
