/*@import 'fonts.css';
@import 'vars.css';*/

@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');

:root {
    --transition-middle: 1s;
    --transition-slow: 2s;
    --transition-fast: 0.5s;
}

html, body {  padding: 0px; margin:0px;  min-height: 100vh; height: 100%; }
html * {max-height: 1000000px; box-sizing: border-box }
body { position: relative; font-family: "Open Sans", sans-serif; font-optical-sizing: auto; font-style: normal; font-weight: 600; font-size: 16px; background: #000000; color: #9d9d9d; }

::-webkit-input-placeholder{ font-size:inherit;line-height:inherit;}
::-moz-placeholder{font-size:inherit;line-height:inherit;opacity:1;}
:-moz-placeholder{font-size:inherit;line-height:inherit;opacity:1;}
:-ms-input-placeholder{font-size:inherit;line-height:inherit;}
:focus::-webkit-input-placeholder{color:transparent}
:focus::-moz-placeholder{color:transparent}
:focus:-moz-placeholder{color:transparent}
:focus:-ms-input-placeholder{color:transparent}

a, .a { text-decoration: none; cursor: pointer; color: var(--body-color); outline: none; text-decoration: none; cursor: pointer; }
a:hover, .a:hover { text-decoration: none; color: var(--base-color); transition: var(--transition-middle)   }

form { margin: 0px; }
input, textarea { outline-width: 0; outline-style: none;  }
label {	cursor: pointer; }

a img {	border: none; outline: none; }
table { border-collapse: collapse; }
td { vertical-align: top; /*padding: 0px;*/ }
p { margin-top: 0; }
h1, h2, h3, h4  { margin: 0; }

.scroll-horizon-place { overflow-x: auto; }

/*#EF7F1A
b05206
*/
.holder-page { min-width: 360px; }
.holder-top-frame { padding: 12px 12px; background: #000000; z-index: 100000; }
.holder-header { display: flex; justify-content: space-between; align-items: center;  }
.holder-header .header-menu { flex-grow: 1;  padding: 0px 28px; position: relative; line-height: 0; }
.holder-header .header-menu-items { display: flex; gap: 10px; width: fit-content; background: #000; }
.holder-header .header-menu-items a { color: #eea15d; display: inline-block; padding: 10px; line-height: 1.2; font-size: clamp(18px, 1.2vw, 24px); font-weight: 600; white-space: nowrap; }
.holder-header .header-menu-items a:hover { color: #EF7F1A; }
.header-menu-button { position: relative; width: 60px; height: 50px; cursor: pointer; display: none; padding: 10px;  }
.header-menu-button span,
.header-menu-button:before,
.header-menu-button:after { position: absolute; background-color: #eea15d; height: 4px; width: 40px;  }
.header-menu-button:before, .header-menu-button:after { content: ''; }
.header-menu-button span { top: 50%; margin-top: -2px; opacity: 2; }
.header-menu-button:before { top: 10px; }
.header-menu-button:after { bottom: 10px; }
.header-menu-button.active span { opacity: 0; }
.header-menu-button.active:before { background-color: #EF7F1A; transform: rotate(45deg); top: 23px; }
.header-menu-button.active:after { background-color: #EF7F1A; transform: rotate(-45deg);  bottom: 23px;  }

.header-menu-button:hover span,
.header-menu-button:hover:before,
.header-menu-button:hover:after { background-color: #EF7F1A; transition: var(--transition-fast); }



.header-phone a { color: #fff;  display: inline-block; padding: 10px 18px 10px 58px; font-size: clamp(18px, 1.2vw, 24px); font-weight: 700; white-space: nowrap;  background: #EF7F1A url("/templates/default/pictures/icon/icon-phonecall.svg") no-repeat 12px 50%; background-size: auto 60%;  }
.header-phone a:hover { background-color: #eea15d; }

.logo-header { line-height: 0; }
.main-logo-img { display: inline-block; width: 64px; height: 64px; background: url("/templates/default/pictures/logo-small-round.svg"); background-size: contain; background-repeat: no-repeat;  }

.holder-main-frame { display: flex; gap: 4px; background: #000000; padding: 0px; height: fit-content; align-content: stretch ; border-bottom: 4px solid #000000; }
.holder-main-frame .holder-main-title {  flex-grow: 1; width: 39%;  display: flex; gap: 4px;  flex-direction: column;   align-content: center;  }

.holder-main-frame h1 { text-align: right;  flex-grow: 1;
    font-size: clamp(20px, 3vw, 80px); display: flex; justify-content: center; flex-direction: column;
    font-weight: 800; text-transform: uppercase; line-height: 1.2; font-style: normal; color:#fff;  padding: 56px; height: 66%;  background: #EF7F1A; }

.holder-main-frame h1 span { white-space: nowrap; }


.holder-main-frame .holder-main-image {  flex-grow: 1; width: 59%; aspect-ratio: 1.5; background: #000 url("/templates/default/pictures/bg-main-image-mono-640.jpg") left center no-repeat;
    background-size: contain; opacity: 1; }

.holder-main-frame .holder-main-image img { object-fit: cover; width: 100%; height: 100%; }

.holder-main-frame .holder-main-text { background: #eea15d; padding: 24px 56px;
}
.holder-main-frame .holder-main-text ul { display: flex; flex-direction: column;  padding: 0; align-items: flex-end; font-size: clamp(13px, 1.2vw, 24px);   font-weight: 600; line-height: 1.8; color: #000; list-style: none; }
.holder-main-frame .holder-main-text li { white-space: nowrap; }
.holder-main-frame .holder-main-text span { color: #EF7F1A;  }

.holder-offer-frame { display: flex; gap: 4px; background: #000000; }
.holder-offer-frame .offer-item { flex-grow: 1; width: 19%; gap: 10px; aspect-ratio: 1.5; padding: 24px;  background: #727271; position: relative; color: #fff; display: flex; flex-direction: column; align-items: center; justify-content: center;  cursor: default; font-size: clamp(12px, 1.2vw, 24px); }
.holder-offer-frame .offer-item-title { text-align: center; }
.holder-offer-frame .offer-item-notice { position: absolute;  top: 0; left: 0; right: 0; bottom: 0; padding: 24px; background: #2b2a29; display: flex; align-items: center; text-align: center; opacity: 0; transition: var(--transition-fast); font-size: clamp(10px, 1vw, 16px); }
.holder-offer-frame .offer-item-notice:hover { opacity: 1; }

.holder-offer-frame .offer-item-icon { background-position: center; background-repeat: no-repeat; background-size: contain; aspect-ratio: 1; width: 25%; opacity: 0.5; }
.holder-offer-frame .offer-item-icon.search { background-image: url("/templates/default/pictures/icon/icon-search.svg"); }
.holder-offer-frame .offer-item-icon.support { background-image: url("/templates/default/pictures/icon/icon-support.svg"); }
.holder-offer-frame .offer-item-icon.error { background-image: url("/templates/default/pictures/icon/icon-error.svg"); }
.holder-offer-frame .offer-item-icon.update { background-image: url("/templates/default/pictures/icon/icon-update.svg"); }
.holder-offer-frame .offer-item-icon.maze { background-image: url("/templates/default/pictures/icon/icon-maze.svg"); }

.holder-about-frame h3 { padding-bottom: 56px; color: #fff; text-transform: uppercase; font-size: clamp(36px, 3vw, 48px); line-height: 1; }
.holder-about-frame .about-text { padding: 56px 56px;  margin: 0 auto; width: 60%; }

.holder-about-frame .about-text .text { line-height: 1.6; font-weight: 400; font-size: clamp(14px, 1.1vw, 18px); }

.holder-portfolio-frame  { background: #727271; padding-bottom: 48px; }
.holder-portfolio-frame h3 { padding: 0 56px 56px; color: #fff; text-transform: uppercase; font-size: clamp(36px, 3vw, 48px);  line-height: 1; }

.holder-portfolio-frame .portfolio-frame { padding: 56px 0 0;  margin: 0 auto; width: 60%; }

.portfolio-list.swiper  { padding-bottom: 56px; }
.portfolio-list .swiper-horizontal > .swiper-pagination-bullets, .portfolio-list .swiper-pagination-bullets.swiper-pagination-horizontal{ bottom: 19px !important; }

.portfolio-list .swiper-pagination-bullet { width: 12px; height: 12px; }
.portfolio-list .swiper-pagination-bullet.swiper-pagination-bullet-active { background: #ef7f1a; }

.portfolio-list-item { display: flex; flex-direction: column; gap: 18px; align-items: center; cursor: pointer; }
.portfolio-list-item .img { width: 100%; aspect-ratio: 1; background-size: cover; background-repeat: no-repeat; background-position: center top; }
.portfolio-list-item .portfolio-text { display: flex; flex-direction: column; gap: 8px; align-items: center; color: #fff;  }
.portfolio-list-item .portfolio-text .portfolio-title { font-size: 18px; text-align: center;}
.portfolio-list-item .portfolio-text .portfolio-note { font-weight: 300; text-align: center;}

.holder-service { padding: 56px 0; }
.holder-service .service-frame { margin: 0 auto; width: 60%; }
.holder-service h3 { padding: 0 56px 56px; color: #fff; text-transform: uppercase; font-size: clamp(36px, 3vw, 48px);  line-height: 1; }
.holder-service .service-list { display: grid; grid-template-columns: 1fr 1fr; gap: 4px;  }
.holder-service .service-list .service-list-item { background: #ef7f1a; color: #fff; font-size: clamp(14px, 1.2vw, 24px); padding: 36px 56px; align-content: center; }
.holder-service .service-list .service-list-item:nth-child(2n) { background: #ef7f1a;   }


.page-message-cookies { position: fixed; bottom: 0; left: 0; max-width: 65%; z-index: 147483600; }
.page-message-cookies .holder-message { background: #e6e6e6; box-shadow: 0px 6px 20px 0px rgba(0, 0, 0, 0.12); padding: 24px; display: flex; gap: 24px; align-items: center; }
.page-message-cookies .holder-message .holder-text { flex-grow: 1; color: #000; }
.page-message-cookies .holder-message .button { flex-shrink: 0  }
.page-message-cookies .holder-message { margin-top: 0 }
.page-message-cookies .holder-message p:last-child { margin-bottom: 0 }
.page-message-cookies a { color: #ef7f1a; }

.button {display: inline-block; background:  #ef7f1a; color: #fff; padding: 12px 24px;cursor: pointer;font-size: 16px; line-height: 1.2;
    font-weight: 500;text-align: center;min-width: 80px;border: none;}
.button:hover { background: #eea15d; transition: var(--transition-middle);  }


.holder-contact { padding: 56px 0; background: #b9b9b8; }
.holder-contact .contact-frame { margin: 0 auto; width: 60%; color: #fff; font-weight: 500; }
.holder-contact h3 { padding: 0 56px 56px; color: #fff; text-transform: uppercase; font-size: clamp(36px, 3vw, 48px);  line-height: 1; }
.holder-contact .contact-frame-data { display: grid; grid-template-columns: 1fr 1fr; gap: 4px;  }
.holder-contact .contact-list { padding: 36px 56px; background: #727271; font-size: clamp(14px, 1.2vw, 24px);  }
.holder-contact .contact-list a { color: #ef7f1a; }
.holder-contact .contact-list a:hover { color: #eea15d; }
.holder-contact .contact-form { padding: 36px 56px; background: #000;  }


.front-form-items { display: flex; flex-direction: column; gap: 28px; }
.front-form-group { display: flex; flex-direction: column; gap: 14px; }
.front-form-items, .front-form-group-content { display: flex; flex-direction: column; gap: 14px; }
.front-form-item { display: flex; flex-direction: column; gap: 8px; }
.cms-form-group-title { font-size: 20px; font-weight: 600; line-height: 1.2; color: #ef7f1a; }
.front-form-item.small .front-form-input { width: 200px; }

.front-form-item .req { color: #ef7f1a; }

form a { color: #ef7f1a;  }
form a:hover { color: #eea15d;  }

input[type="text"], input[type="password"], textarea, select { width: 100%;
    border: 1px solid #727271; color: #fff; padding: 8px 8px 8px 8px; background: #727271; font-size: 14px;}
input:-webkit-autofill { -webkit-box-shadow: inset 0 0 0px 9999px #727271; }

form textarea { min-height: 105px; resize: vertical;  }

.front-form-button-placer { padding-top: 42px; }

label.radio,
label.checkbox { cursor: pointer; position: relative; padding: 0; display: flex; gap: 16px; }
label.radio input,
label.checkbox input { display: none; }
label.radio input + i,
label.checkbox input + i { flex-shrink: 0; cursor: pointer; position: relative; height: 24px; width: 24px; margin: 4px 0 0 0; background: #727271;
    border: 1px solid #727271; }
label.radio input + i { border-radius: 50%; }

label.radio input + i::after { border-radius: 50%; }
label.radio input + i::after,
label.checkbox input + i::after { content: ""; opacity: 0; position: absolute; left: 2px; top: 2px; height: 18px; width: 18px; margin: 0;
    background: #ef7f1a;  }

label.radio input:checked + i::after,
label.checkbox input:checked + i::after { opacity: 1; }
label.radio input:disabled + i::before,
label.checkbox input:disabled + i::before { opacity: 0.7; }
label.radio input:disabled + i,
label.checkbox input:disabled + i { filter: grayscale(1); }
label.radio input:checked:disabled + i::after,
label.checkbox input:checked:disabled + i::after { opacity: 0.5; }
label.radio > div,
label.checkbox > div { display: inline-block; }
label.radio > div + div,
label.checkbox > div + div { display: block; color: #a9a9a9; font-weight: bold; font-size: 12px; line-height: 15px; }
label.radio input + i::after { content: ""; opacity: 0; position: absolute; left: 2px; top: 2px; height: 10px; width: 10px; margin: 0;
    background: #ef7f1a; border-radius: 50%; }

.form-radio-group, .form-checkbox-group { display: flex; flex-direction: column; gap: 8px; }


.popup-block-scroll {  }
.popup-body-scroll { background: #d6d6d6; position: absolute; right: 0; top: 0; bottom: 0; }
.popup-body-scroll-horizontal { background: #d6d6d6; position: absolute; right: 0; left: 0; bottom: 0; }

.popup-field { position: absolute; top: 0; left: 0; right: 0; width: 100%; z-index: 100; }
.popup-bg { position: fixed; left: 0; top: 0; right: 0; bottom: 0; background: #000; opacity: 0.5; z-index: 100; }
.popup { position: absolute; background: #fff; margin: 10px; z-index: 101; }
.popup-body { height: 100%; display: flex; flex-direction: column; position: relative; box-shadow: 0px 0px 8px 10px rgba(0, 0, 0, 0.2);  }
.popup-title { background: #fff; color: #ef7f1a; padding: 14px 50px 14px 28px; font-size: 24px; line-height: 1.2; }
.popup .popup-content { flex-grow: 1; padding: 28px; max-width: 100%;  }
.popup-content-scrollable { height: 100%; overflow: auto; }
.popup-content-scrollable.over-top:before { content: ""; position: absolute; left: 0; top: 0; right: 0; height: 30px;  background: linear-gradient(to top, transparent, #fff); z-index: 1; }
.popup-content-scrollable.over-bottom:after { content: ""; position: absolute; left: 0; bottom: 0; right: 0; height: 30px;  background: linear-gradient(to bottom, transparent, #fff); }
.popup-close { color: #a9a9a9; position: absolute; width: 50px; height: 50px; right: 5px; top: 1px; cursor: pointer; z-index: 1; }
.popup-close:hover { opacity: 1; color: #ef7f1a; transition: var(--transition-middle);  }
.popup-close::before,
.popup-close::after {content: ''; position: absolute;top: 50%;left: 50%;width: 4px;height: 32px;  background-color: currentColor; /* наследует цвет текста */ }
.popup-close::before { transform: translate(-50%, -50%) rotate(45deg); }
.popup-close::after {  transform: translate(-50%, -50%) rotate(-45deg); }

.popup.search-form .popup-content { display: flex; align-items: center; justify-content: center; }

.popup.holder-window-menu { margin: 0; }
.popup.holder-window-menu .popup-content  { padding: 56px 28px; width: 320px; }

.front-form-button-placer { padding-top: 28px; display: flex; flex-wrap: wrap; gap: 14px;  align-items: center;  }
.popup-button-field { padding: 28px; display: flex; flex-wrap: wrap; gap: 14px; }
.popup-alert .popup-button-field .popup-button-spacer { flex-grow: 1; }

.popup-alert .popup-content a, .popup-alert .popup-content .a { color: #ef7f1a; }
.popup-alert .popup-content a:hover, .popup-alert .popup-content .a:hover { color: var(--body-color); }

.popup-alert .popup-content { color: #000; line-height: 1.5; }


.holder-bottom { padding: 56px 0; background: #000; }
.holder-bottom .bottom-frame { margin: 0 auto; padding: 0 56px;  width: 60%; font-weight: 500; display: flex; justify-content: space-between; gap: 48px; align-items: center; }
.holder-bottom .bottom-frame .bottom-text { font-size: 12px; max-width: 50%; }
.holder-bottom .bottom-frame .bottom-copy { flex-shrink: 0; font-size: 16px;  padding-left: 140px; line-height: 1; white-space: nowrap; height: 16px; background: url("/templates/default/pictures/trivium-logo.png") 0 50% no-repeat; background-size: contain; }


.holder-page-content { background: #727271; }
.holder-page-data {padding: 56px 56px; margin: 0 auto;  max-width: 1140px; }
.page-title { padding-bottom: 56px; }
.page-title h1 { color: #fff; line-height: 1; }
.text-block { line-height: 1.8; color: #fff; }
