

/* Start:/local/components/phpdevorg/calculator/templates/calculator_egais/style.css?176367609913962*/
[tabindex="-1"]:focus:not(:focus-visible) {
    outline: 0 !important
}

hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

h1, h2, h3, h4, h5, h6 {
    margin-top: 0;
    margin-bottom: .5rem
}

p {
    margin-top: 0;
    margin-bottom: 1rem
}

abbr[data-original-title], abbr[title] {
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
    cursor: help;
    border-bottom: 0;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none
}

address {
    margin-bottom: 1rem;
    font-style: normal;
    line-height: inherit
}

dl, ol, ul {
    margin-top: 0;
    margin-bottom: 1rem
}

ol ol, ol ul, ul ol, ul ul {
    margin-bottom: 0
}

dt {
    font-weight: 700
}

dd {
    margin-bottom: .5rem;
    margin-left: 0
}

blockquote {
    margin: 0 0 1rem
}

b, strong {
    font-weight: bolder
}

small {
    font-size: 80%
}

sub, sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

a {
    color: #007bff;
    text-decoration: none;
    background-color: transparent
}

a:hover {
    color: #0056b3;
    text-decoration: underline
}

a:not([href]) {
    color: inherit;
    text-decoration: none
}

a:not([href]):hover {
    color: inherit;
    text-decoration: none
}

code, kbd, pre, samp {
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    font-size: 1em
}

pre {
    margin-top: 0;
    margin-bottom: 1rem;
    overflow: auto
}

figure {
    margin: 0 0 1rem
}

img {
    vertical-align: middle;
    border-style: none
}

svg {
    overflow: hidden;
    vertical-align: middle
}

table {
    border-collapse: collapse
}

caption {
    padding-top: .75rem;
    padding-bottom: .75rem;
    color: #6c757d;
    text-align: left;
    caption-side: bottom
}

th {
    text-align: inherit
}

label {
    display: inline-block;
    margin-bottom: .5rem
}

button {
    border-radius: 0
}

button:focus {
    outline: 1px dotted;
    outline: 5px auto -webkit-focus-ring-color
}

button, input, optgroup, select, textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

button, input {
    overflow: visible
}

button, select {
    text-transform: none
}

select {
    word-wrap: normal
}

[type=button], [type=reset], [type=submit], button {
    -webkit-appearance: button
}

[type=button]:not(:disabled), [type=reset]:not(:disabled), [type=submit]:not(:disabled), button:not(:disabled) {
    cursor: pointer
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
    padding: 0;
    border-style: none
}

input[type=checkbox], input[type=radio] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0
}

input[type=date], input[type=datetime-local], input[type=month], input[type=time] {
    -webkit-appearance: listbox
}

textarea {
    overflow: auto;
    resize: vertical
}

fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0
}

legend {
    display: block;
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin-bottom: .5rem;
    font-size: 1.5rem;
    line-height: inherit;
    color: inherit;
    white-space: normal
}

progress {
    vertical-align: baseline
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    outline-offset: -2px;
    -webkit-appearance: none
}

[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button
}

output {
    display: inline-block
}

summary {
    display: list-item;
    cursor: pointer
}

template {
    display: none
}

[hidden] {
    display: none !important
}

body {
    font-family: Ubuntu, sans-serif
}

.container {
    max-width: 1300px;
    padding-right: 10px;
    padding-left: 10px;
    margin-left: auto;
    margin-right: auto
}

.example-grid {
    display: -ms-grid;
    display: grid;
    grid-gap: 20px;
    -ms-grid-columns: 1fr 20px 1fr;
    grid-template-columns: 1fr 1fr;
    grid-template-areas: "left right"
}

.example-grid > div:first-child {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    grid-area: left
}

.example-grid > div:last-child {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
    grid-area: right
}

@media (max-width: 575.98px) {
    .example-grid {
        display: block
    }

    .example-grid > div {
        padding: 10px 0
    }
}

.calc-wrapper {
    background-color: #fff;
    -webkit-box-shadow: 0 5px 25px rgba(0, 0, 0, .08);
    box-shadow: 0 5px 25px rgba(0, 0, 0, .08);
    border-radius: 10px
}

.calc-body {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

.calc-body__row {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 1px solid #eee
}

.calc-body__count {
    padding: 40px 47px;
    font-style: normal;
    font-weight: 500;
    font-size: 40px;
    line-height: 30px;
    text-align: center;
    color: #dadada
}

@media (max-width: 767.98px) {
    .calc-body__count {
        font-size: 20px;
        padding: 20px
    }
}

.checkcontainer {
    display: block;
    position: relative;
    padding-left: 35px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 50%
}

.checkcontainer input {
    position: absolute;
    opacity: 0;
    cursor: pointer
}

.checkcontainer .radiobtn {
    position: absolute;
    top: 50%;
    left: 0;
    height: 40px;
    width: 40px;
    background-color: #eee;
    border-radius: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.checkcontainer input:checked ~ .radiobtn {
    background: #e8f4fd
}

.checkcontainer .radiobtn:after {
    top: 50%;
    left: 50%;
    border-radius: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.checkcontainer input:checked ~ .radiobtn:after {
    display: block
}

.checkcontainer .radiobtn:after {
    content: "";
    position: absolute;
    display: none;
    background: #168ee5;
    width: 16px;
    height: 16px
}

@media (max-width: 575.98px) {
    .checkcontainer .radiobtn {
        width: 30px;
        height: 30px
    }

    .checkcontainer .radiobtn:after {
        width: 10px;
        height: 10px
    }
}

.calc-body__input {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    padding: 24px 46px 24px 33px;
    border-left: 1px solid #eee;
    min-height: 110px
}

.calc-body__input .radio-label {
    margin-left: 36px
}

.calc-body__input .radio-label__title {
    color: #111;
    font-size: 24px;
    line-height: 1.2;
    font-weight: 500;
    margin-bottom: 5px
}

.calc-body__input .radio-label__subtitle {
    font-weight: 500;
    font-size: 15px;
    line-height: 20px;
    color: #bbb
}

@media (max-width: 1199.98px) {
    .calc-body__input {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .calc-body__input .checkcontainer {
        width: 100%
    }
}

@media (max-width: 767.98px) {
    .calc-body__input {
        padding: 20px 40px 20px 20px
    }
}

@media (max-width: 575.98px) {
    .calc-body__input {
        min-height: unset;
        padding-top: 10px
    }

    .calc-body__input .radio-label {
        margin-left: 10px
    }

    .calc-body__input .radio-label__title {
        font-size: 16px;
        line-height: 1.2
    }

    .calc-body__input .radio-label__subtitle {
        font-size: 12px;
        line-height: 1.2
    }
}

@media (max-width: 575.98px) {
    .calc-body__input.radio-wrapper {
        padding-right: 10px;
        padding-top: 20px
    }
}

.calc-body__title {
    font-weight: 500;
    font-size: 24px;
    line-height: 30px;
    color: #111
}

@media (max-width: 1199.98px) {
    .calc-body__title {
        margin-bottom: 20px;
        width: 100%
    }
}

@media (max-width: 575.98px) {
    .calc-body__title {
        font-size: 16px;
        margin-bottom: 20px
    }
}

.calc-footer {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 40px 80px;
    position: relative
}

.calc-footer button {
    padding: 14px 20px;
    text-align: center;
    border-radius: 5px;
    font-size: 15px;
    border: 1px solid;
    background-color: #168ee5;
    border-color: #168ee5;
    text-transform: none;
    color: #fff;
    font-weight: 400;
    white-space: nowrap;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    cursor: pointer
}

.calc-footer button:hover {
    background-color: #e8f4fd;
    border-color: #e8f4fd;
    color: #168ee5
}

.calc-footer .calc-total {
    font-weight: 500;
    font-size: 60px;
    line-height: 50px;
    color: #111;
    white-space: nowrap
}

.calc-footer .calc-footer_error {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    padding: 10px 20px;
    background-color: red;
    border-radius: 5px;
    color: #fff;
    font-size: 15px;
    display: none
}

@media (max-width: 767.98px) {
    .calc-footer {
        padding: 20px
    }

    .calc-footer .calc-total {
        font-size: 35px
    }
}

@media (max-width: 575.98px) {
    .calc-footer .calc-total {
        font-size: 25px
    }

    .calc-footer .add-to-card {
        font-size: 12px
    }
}

.value {
    position: absolute;
    top: 30px;
    left: 50%;
    margin: 0 0 0 -20px;
    width: 40px;
    text-align: center;
    display: block;
    font-weight: 400;
    font-family: Verdana, Arial, sans-serif;
    font-size: 14px;
    color: #333
}

.price-range-both {
    display: none
}

.price-range-both.value {
    width: 100px;
    margin: 0 0 0 -50px;
    top: 26px
}

.value i {
    font-style: normal
}

.calc-body__slider {
    min-width: 700px
}

@media (max-width: 1199.98px) {
    .calc-body__slider {
        min-width: 100%
    }
}

.ui-widget-header {
    background: #e8f4fd;
    border-radius: 4px
}

.ui-widget-content {
    border: 0;
    background: #168ee5;
    height: 8px;
    border-radius: 4px
}

.ui-slider .ui-slider-handle {
    background: #168ee5;
    width: 40px;
    height: 40px;
    -webkit-box-shadow: 0 5px 8px rgba(22, 142, 229, .25);
    box-shadow: 0 5px 8px rgba(22, 142, 229, .25);
    border: 4px solid #fff;
    border-radius: 50%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    line-height: 1;
    cursor: -webkit-grab;
    cursor: grab
}

.ui-slider-handle__value {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    border: 4px solid #fff;
    border: 0;
    background: #168ee5;
    color: #fff;
    position: absolute;
    z-index: 2;
    font-size: 15px;
    font-weight: 500;
    outline: 0
}

input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0
}

a.fancybox-close {
    display: none;
}

.calc-popup-container {
    max-width: 312px;
}
/* End */


/* Start:/local/templates/.default/components/bitrix/news.list/video/style.css?1763676121308*/
.b-video {
	padding-bottom: 65px;
}

.b-video .video__item {
	position: relative;
}

.b-video .video__wrapp {
	position: relative;
	padding-bottom: 65%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}

.b-video  iframe {
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
/* End */
/* /local/components/phpdevorg/calculator/templates/calculator_egais/style.css?176367609913962 */
/* /local/templates/.default/components/bitrix/news.list/video/style.css?1763676121308 */
