:root {
    --color-white: #ffffff;
    --color-light: #f5f5f8;
    --color-black: #000000;
    --color-grey: #999999;
    --color-primary: #2d408b;
    --color-secondary: #cdd1e2;
    --color-red: #F4474F;
}

html {
    overflow-x: hidden;
    min-width: 320px;
}

body {
    background: var(--color-light);
    color: var(--color-black);
    font-family: 'Exo 2', sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 300;
    line-height: 136%; /* 54.4px */
    overflow-x: hidden;
    min-width: 320px;
    padding: 0 !important;
}

.h1, h1 {
    color: #29292B;
    font-size: 40px;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 30px;
}

.h2, h2 {
    color: #29292B;
    font-size: 28px;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 24px;
}

.textTitle {
    color: #29292B;
    font-size: 18px;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 15px;
}

a {
    text-decoration: none;
    color: var(--color-primary);
}

a:hover {
    color: var(--color-primary);
    cursor: pointer;
    text-decoration: underline;
}

*::-webkit-scrollbar {
    width: 4px;
    height: 4px;
    background: rgb(171, 179, 209);
    border-radius: 2px;
}

*::-webkit-scrollbar-thumb {
    background-color: var(--color-primary);
    border-radius: 5px;
}

*::-webkit-scrollbar-track {
    background: rgb(171, 179, 209);
    border-radius: 2px;
}

html::-webkit-scrollbar,
body::-webkit-scrollbar {
    border-radius: 0;
}

html::-webkit-scrollbar-thumb,
body::-webkit-scrollbar-thumb {
    border-radius: 0;
}

html::-webkit-scrollbar-track,
body::-webkit-scrollbar-track {
    border-radius: 0;
}

input[type=text],
input[type=email],
input[type=number],
input[type=tel] {
    height: 48px;
    border-radius: 3px;
    background: var(--color-white);
    color: var(--color-black);
    font-size: 13px;
    font-weight: 400;
    line-height: normal;
    padding: 17px 23px 17px 17px;
    outline: none;
    border: 0.5px solid #D5D9E8;
    position: relative;
    width: 100%;
    max-width: 320px;
}

input:hover,
input:active,
input:focus {
    border: 1px var(--color-primary) solid;
    outline: none;
}

#scrollToTop {
    display: none;
    position: fixed; /* Фиксированное положение */
    bottom: 20px; /* Отступ снизу */
    right: 20px;
    z-index: 1001;
    border: 1px solid var(--color-light);
    border-radius: 50%;
}

#scrollToTop:hover {
    cursor: pointer;
}

#scrollToTop:hover circle {
    fill: #3C4D93;
}

.formInput {
    margin-bottom: 12px;
    position: relative;
}

.modalBlockWide .formInput {
    margin: 0;
}

.formInput.required::after {
    content: '*';
    position: absolute;
    right: 17px;
    top: 50%;
    transform: translateY(-50%);
    color: var(--color-primary);
    pointer-events: none;
}

.formInput label:not(.formInput__markLabel):not(.radio-item) {
    display: none;
}

.formInput__radio input[type=radio] {
    display: none;
}

.formInput__radio .radio-group {
    display: flex;
    flex-direction: column;
}

.radio-group .radio-item {
    display: flex;
    gap: 10px;
    padding: 7px 11px;
    align-items: center;
    border-radius: 3px;
    border: 0.5px solid #D5D9E8;
    background: #FFF;
    max-width: 132px;
    color: #ABB3D1;
    font-family: "Exo 2";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    cursor: pointer;
}

.radio-group .radio-item.radio-item-active {
    background: var(--color-primary);
    color: var(--color-white);
}

.radio-group .radio-item.radio-item-active svg path,
.radio-group .radio-item.radio-item-active svg circle {
    stroke: var(--color-white);
}

.radio-item .radio-icon {
    height: 15px;
    width: 20px;
    display: flex;
    align-content: center;
    justify-content: center;
}

textarea {
    border: 0.5px solid #D5D9E8;
    border-radius: 3px;
    background: var(--color-white);
    color: var(--color-black);
    font-size: 13px;
    font-weight: 400;
    line-height: normal;
    padding: 15px;
    outline: none;
    position: relative;
}

textarea:hover,
textarea:active,
textarea:focus {
    border: 1px var(--color-primary) solid;
    outline: none;
}

.formInput__mark {
    display: flex;
    font-size: 15px;
    font-weight: 300;
    line-height: 18px;
    margin: 10px 0 16px;
}

.modalBlockWide .formInput__mark {
    margin: 0;
}

.formInput__mark span a {
    color: var(--color-white);
}

.formInput__mark span a:hover {
    color: var(--color-white);
    text-decoration: underline;
}

.formInput__markInput {
    position: absolute;
    z-index: -1;
    opacity: 0;
}

.formInput__markInput + label {
    display: inline-flex;
    align-items: start;
    user-select: none;
}

.formInput__markInput + label::before {
    content: '';
    display: inline-block;
    width: 20px;
    height: 20px;
    flex-shrink: 0;
    flex-grow: 0;
    border: 0.75px solid rgba(0, 0, 0, 0.38);
    border-radius: 3px;
    background: rgb(217, 217, 217) no-repeat center center;
    margin-right: 7px;
    background-size: 50% 50%;
}

.formInput__markInput:checked + label::before {
    border-color: rgba(0, 0, 0, 0.38);
    background-color: var(--color-primary);
    background-image: url("/local/templates/3dvision_2024/images/svg/mark_white.svg");
}

/* стили при наведении курсора на checkbox */
.formInput__markInput:not(:disabled):not(:checked) + label:hover::before {
    border-color: rgba(0, 0, 0, 0.38);
}

/* стили для активного состояния чекбокса (при нажатии на него) */
.formInput__markInput:not(:disabled):active + label::before {
    background-color: var(--color-primary);
    border-color: var(--color-primary);
}

/* стили для чекбокса, находящегося в фокусе */
.formInput__markInput:focus + label::before {
    box-shadow: 0 0 0 0.2rem var(--color-primary);
}

/* стили для чекбокса, находящегося в фокусе и не находящегося в состоянии checked */
.formInput__markInput:focus:not(:checked) + label::before {
    border-color: var(--color-primary);
}

/* стили для чекбокса, находящегося в состоянии disabled */
.formInput__markInput:disabled + label::before {
    background-color: var(--color-primary);
}

.form__file {
    display: flex;
    align-items: center;
    font-size: 15px;
    font-weight: 300;
    line-height: 18px;
    margin: 18px 0 25px;
}

.form__file:hover {
    cursor: pointer;
}

.form__file .input-group {
    width: unset;
}

.form__file .input-group .btn {
    padding: 0;
    outline: none;
}

.form__file .input-group .btn:active {
    outline: none;
}

.form__file .input-group .buttonText {
    color: var(--color-white);
    font-size: 15px;
    font-weight: 300;
    line-height: normal;
    margin-right: 15px;
}

.form__file .form__fileMark {
    margin-right: 8px;
}

.form__question {
    position: relative;
}

.form__question .form__questionBlock {
    display: none;
    position: absolute;
    padding: 16px 10px;
    width: 220px;
    background: var(--color-white);
    color: var(--color-primary);
    font-size: 13px;
    font-weight: 400;
    line-height: 16px;
    text-align: center;
    border: 0.5px solid rgb(234, 236, 243);
    border-radius: 3px;
    left: -100px;
    bottom: 40px;
    transition-delay: 0.2s;
}

.form__question .form__questionBlock svg {
    position: absolute;
    bottom: -14px;
    left: calc(50% - 14px);
}

.form__question:hover {
    cursor: pointer;
}

.form__question:hover .form__questionBlock {
    display: block;
}

.headerPageText {
    font-size: 40px;
    font-weight: 400;
    line-height: 136%;
}

.headerBlock {
    margin: 130px 0 35px;
}

.headerBlockText {
    font-size: 18px;
    font-weight: 400;
}

.typesettingText {
    font-size: 15px;
}

.typesettingText_big {
    font-size: 16px;
    font-weight: 500;
}

.typesettingText_bold {
    font-size: 15px;
    font-weight: 400;
}

.inputText {
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
}

.infoText {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
}

.headerCanvasText {
    font-size: 15px;
    font-weight: 400;
}

.signText {
    font-size: 13px;
    font-weight: 400;
}

.button {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 173px;
    height: 47px;
    background: var(--color-white);
    color: var(--color-primary);
    font-weight: 500;
    line-height: normal;
    outline: none;
    border-radius: 5px;
    border: 1px var(--color-white) solid;
}

.button:hover {
    background: var(--color-secondary);
    text-decoration: none;
}

.button:disabled:hover {
    cursor: not-allowed;
}

.button.button_primary {
    background: var(--color-primary);
    color: var(--color-white);
    border: 1px var(--color-primary) solid;
}

.button.button_primary:hover {
    background: rgb(60, 77, 147);
}

.button.button_outline {
    background: transparent;
    color: var(--color-white);
}

.button.button_outline:hover {
    background: rgba(255, 255, 255, 0.1);
}

.button.button_bordered {
    border: 1px var(--color-primary) solid;
    color: var(--color-primary);
}

.button.button_w100 {
    width: 100%;
    max-width: unset;
}

.button.button_uppercase {
    text-transform: uppercase;
}

.button.button_smallFont {
    font-size: 13px;
}

.sliderButton {
    width: 40px;
    height: 40px;
    flex-shrink: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.sliderButton.sliderButton_prev {
    margin-right: 5px;
}

.sliderButton.sliderButton_next {
    margin-left: 5px;
}

.sliderButton:hover svg {
    width: 40px;
    height: 40px;
    transition-delay: 0.2s;
}

.fileType {
    display: flex;
    align-items: center;
}

.fileType a {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 0.933em;
    line-height: 1.501em;
    text-decoration: none;
    white-space: nowrap;
}

.fileType.tds .fileType__icon {
    background-position: 0 -168px;
}

.fileType.jpg .fileType__icon {
    background-position: -42px -42px;
}

.fileType.rtf .fileType__icon {
    background-position: 0px -42px;
}

.fileType.tiff .fileType__icon {
    background-position: -84px -42px;
}

.fileType.ppt .fileType__icon {
    background-position: -84px -126px;
}

.fileType.pdf .fileType__icon {
    background-position: 0px -0px;
}

.fileType.word .fileType__icon {
    background-position: -42px 0px;
}

.fileType.png .fileType__icon {
    background-position: -84px -84px;
}

.fileType.txt .fileType__icon {
    background-position: -42px -84px;
}

.fileType.excel .fileType__icon {
    background-position: -84px 0px;
}

.fileType.gif .fileType__icon {
    background-position: 0px -126px;
}

.fileType.bmp .fileType__icon {
    background-position: -42px -126px;
}

.fileType .fileType__icon {
    width: 40px;
    height: 40px;
    display: block;
    background: url(/local/templates/3dvision_2024/images/svg/docs.svg) 0px -84px no-repeat;
    margin: 0 10px 0 0;
}

.fileType .description {
    padding: 0 0 0 60px;
    position: relative;
    text-align: right;
    top: 0;
}

.fileType .description span {
    margin-right: 10px;
}

.font_xs {
    font-size: 0.867em;
    line-height: 1.692em;
}

.muted {
    color: #999;
}

.openerBlock__content {
    height: 0;
    overflow-y: hidden;
    transition: all 1s ease-in;
}

.openerBlock__content.openerBlock__content_open {
    height: auto;
    transition: all 1s ease-in;
    overflow: visible;
}

.openerBlock__button {
    display: flex;
    align-items: center;
    justify-content: center;
}

.openerBlock__button .openerBlock__line {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 1px;
    width: 205px;
    background: #ABB3D1;
    margin-top: 3px;
}

.openerBlock__button .openerBlock__text {
    margin: 0 17px;
    color: var(--color-primary);
    display: flex;
    align-items: center;
}

.openerBlock__button .openerBlock__text span {
    white-space: nowrap;
    font-size: 16px;
    font-weight: 500;
    line-height: normal;
    margin-right: 3px;
}

.openerBlock__button .openerBlock__text svg {
    margin-top: 3px;
}

.openerBlock__button:hover {
    cursor: pointer;
}

.thumb-wrap {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
}

.thumb-wrap iframe,
.thumb-wrap video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-width: 0;
    outline-width: 0;
}


.sliderButton__paginationEl {
    background: #ABB3D1;
    opacity: 1;
    width: 10px;
    height: 10px;
}

.sliderButton__paginationEl.swiper-pagination-bullet-active {
    background: var(--color-primary);
}

.modalBlock {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1010;
}

.modalBlock .modalBlock__form {
    background: var(--color-primary);
    color: var(--color-white);
    font-size: 15px;
    font-weight: 300;
    line-height: normal;
    padding: 35px 45px;
    width: 420px;
    z-index: 1001;
    position: relative;
    overflow-y: auto;
    max-height: 95%;
}

.modalBlock.modalBlockWide .modalBlock__form {
    width: 745px;
}

.modalBlock.modalBlockFilter .modalBlock__form {
    background: var(--color-white);
    color: #000;
    width: 100%;
    height: 100%;
    padding: 45px 15px;
    max-height: 100%;
}

.modalBlock.modalBlockMenu .modalBlock__form {
    width: 100%;
    height: 100%;
    padding: 45px;
    max-height: 100%;
}

.modalBlock .modalBlock__close {
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
}

.modalBlock__close svg {
    height: 45px;
    width: 45px;
}

.modalBlockFilter .modalBlock__close svg rect {
    fill: #EAECF3;
    fill-opacity: 1;
}

.modalBlockFilter .modalBlock__close svg path {
    stroke: var(--color-primary);
}

.modalBlock.modalBlockWide .modalForm form {
    display: grid;
    grid-template-columns: 50% 50%;
    grid-gap: 12px;
}

.modalBlockWide .bootstrap-select > .dropdown-toggle {
    margin: 0;
}

.bootstrap-select .form__select {
    width: 100%;
    height: 48px;
    border-radius: 3px;
    background: var(--color-white);
    padding: 15px 17px;
    outline: none;
    border: 1px var(--color-white) solid;
    position: relative;
    margin-bottom: 12px;
}

.bootstrap-select .dropdown-toggle.form__select .filter-option,
.bootstrap-select .dropdown-toggle.form__select .filter-option .filter-option-inner-inner {
    color: var(--color-black);
    font-size: 13px;
    font-weight: 400;
    line-height: normal;
}

.bootstrap-select .bs-placeholder.form__select .filter-option,
.bootstrap-select .bs-placeholder.form__select .filter-option .filter-option-inner-inner {
    color: var(--color-grey);
}

.bootstrap-select .form__select:hover,
.bootstrap-select .form__select:focus,
.bootstrap-select .form__select:focus-visible,
.bootstrap-select .form__select:visited,
.bootstrap-select.dropdown .form__select:active,
.bootstrap-select .form__select.show,
.bootstrap-select .form__select:focus,
.bootstrap-select .form__select:focus-visible,
.bootstrap-select .form__select:visited,
.bootstrap-select.dropdown .form__select:active,
.bootstrap-select .form__select.show {
    border: 1px var(--color-white) solid;
    outline: none !important;
    color: var(--color-grey);
    background: var(--color-white);
}

.bootstrap-select .form__select.dropdown-toggle:focus,
.bootstrap-select > select.mobile-device:focus + .dropdown-toggle,
.bootstrap-select .form__select.dropdown-toggle:focus,
.bootstrap-select > select.mobile-device:focus + .dropdown-toggle {
    outline: none !important;
}


.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn),
.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
    width: 100%;
}

.dropdown-item:focus,
.dropdown-item:hover,
.dropdown-item:focus,
.dropdown-item:hover,
.dropdown-item.active,
.dropdown-item:active,
.dropdown-item.active,
.dropdown-item:active {
    background: rgb(213, 217, 232);
}

.dropdown-menu.show,
.dropdown-menu.show {
    width: 100%;
}

.dropdown-menu,
.dropdown-menu {
    padding: 0;
}

.bootstrap-select .dropdown-menu li a,
.bootstrap-select .dropdown-menu li a {
    padding: 11px 16px;
    color: rgb(41, 41, 43);
    font-size: 13px;
    font-weight: 400;
    line-height: 16px;
}

.modalForm {

}

.modalForm .modalForm__header {
    color: var(--color-white);
    font-size: 38px;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 20px;
}

.modalForm .modalForm__result {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.modalForm .modalForm__result img {
    height: 80px;
    width: 80px;
    margin-bottom: 20px;
}

.modalForm .modalForm__result .modalForm__resultHeader {
    margin-bottom: 15px;
    font-size: 24px;
    font-weight: 600;
    line-height: 36px;
    text-align: center;
}

.modalForm .modalForm__result .modalForm__resultText {
    text-align: center;
}

.modalForm .modalForm__description {

}

.modalForm .modalForm__description ul {
    margin-top: 15px;
}

.modalForm .modalForm__description ul li {

}

.modalForm form {

}

.modalForm input[type=text],
.modalForm input[type=email],
.modalForm input[type=tel] {
    max-width: 100%;
}

.modalForm.modalFormWide .formInputTextarea {
    grid-row: 3 / 5;
    grid-column: 2 / 3;
}

.modalForm textarea {
    height: 48px;
    width: 100%;
}

.modalForm.modalFormWide textarea {
    height: unset;
}

.modalForm .form__file {
    margin: 3px 0 15px;
}

.modalForm.modalFormWide .form__file {
    margin: 0;
}

.modalForm .button {
    width: 100%;
    text-transform: uppercase;
}

.modalBlockWide .modalForm {

}

.bx_catalog-compare-list {
    display: none !important;
}

.mainForm {
    background: url(/local/templates/3dvision_2024/images/svg/circle.svg) right bottom / contain no-repeat, linear-gradient(0deg, var(--color-primary) 0%, var(--color-primary) 100%);
    background-size: 30%;
    color: var(--color-white);
    padding: 80px 0 160px;
}

.marquiz-pops {
    z-index: 1001 !important;
}

.marquiz__bg_open {
    z-index: 1002 !important;
}

table {
    width: 100%;
    border-collapse: collapse;
    margin: 20px 0;
}

table th, table td {
    padding: 12px 15px;
    border: 1px solid #ddd;
    text-align: left;
}

table th {
    background-color: #f2f2f2;
    color: #333;
    font-weight: bold;
}

table tr:nth-child(even) {
    background-color: #f9f9f9;
}

table tr:hover {
    background-color: #f1f1f1;
}

table caption {
    caption-side: bottom;
    padding: 10px;
    font-weight: bold;
    font-size: 18px;
    color: #666;
}

.toggleBlock {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
}

.toggleBlock.toggleBlock_open {
    max-height: none;
}

.b24-widget-button-position-bottom-right {
    right: 90px !important;
    bottom: 20px !important;
}

.bgRonded {
    display: inline-block;
    padding: 2px 8px 3px;
    line-height: 1;
    background-color: #fff;
    border-radius: 10px;
    color: var(--color-primary);
}

@media (max-width: 1599px) {

}

@media (max-width: 1399px) {

}

@media (max-width: 1199px) {

}

@media (max-width: 991px) {

}

@media (max-width: 767px) {

}

@media (max-width: 575px) {

}
