

/* Start:/local/templates/iamweb_nac/components/bitrix/search.title/default/style.css?17551732692263*/
div.title-search-result {
    border:1px solid #c6c6c6;
    display:none;
    overflow:hidden;
    z-index:205;
    width: 500px !important;
    background: #fff;
}

table.title-search-result {
    border-collapse: collapse;
    border:none;
}

table.title-search-result th {
    background-color:#F7F7F7;
    border-right:1px solid #e8e8e8;
    color:#949494;
    font-weight:normal;
    padding: 2px 12px 2px 14px;
    text-align:right;
    vertical-align:top;
    white-space:nowrap;
    width:1%;
}

table.title-search-result td {
    background-color:white;
    color:black;
    font-weight:normal;
    padding-top:2px;
    padding-bottom:2px;
    text-align:left;
    white-space:nowrap;
}

table.title-search-result td.title-search-item {
    padding-left:8px;
    padding-right:15px;
}

table.title-search-result td.title-search-item a {
    padding-left:4px;
    padding-right:15px;
    text-decoration: none;
    color:black;
    vertical-align:top;
    display:block;
}

table.title-search-result td.title-search-item img {
    vertical-align:top;
}

table.title-search-result td.title-search-item b {
    color:#cf0000;
    font-weight:normal;
}

table.title-search-result tr.title-search-selected td
,table.title-search-result tr.title-search-selected a
,table.title-search-result tr.title-search-selected td.title-search-more a
{
    background-color:#fff2be;
}

table.title-search-result td.title-search-more {
    font-size:11px;
    font-weight:normal;
    padding-right:15px;
    padding-left:24px;
    padding-top:0px;
}

table.title-search-result td.title-search-more a
{
    padding-left:12px;
    padding-right:15px;
    text-decoration:none;
    color:#999999;
}

table.title-search-result td.title-search-all {
    padding-left:24px;
    padding-right:15px;
}

table.title-search-result td.title-search-all a
{
    padding-left:4px;
    text-decoration:none;
    color:#808080;
}

table.title-search-result td.title-search-separator
, table.title-search-result th.title-search-separator {
    padding-top:0px;
    padding-bottom:0px;
    font-size:4px;
}

div.title-search-fader {
    display:none;
    background-image: url('/local/templates/iamweb_nac/components/bitrix/search.title/default/images/fader.png');
    background-position: right top;
    background-repeat: repeat-y;
    position:absolute;
}
/* End */


/* Start:/local/components/comly/cookie.notification/templates/.default/style.css?17551732691375*/
.cookie-notification {
    bottom: 10px;
    width: 75%;
    color: #fff;
    font-size: 14px;
    z-index: 10000;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-weight: 300;
    padding: 0.75rem 1.25rem;
    background: #b464a3;
    position: fixed;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 5px;
    line-height: 20px;
}

.cookie-notification.hidden {
    display: none;
}

.cookie-notification a {
    text-decoration: underline;
    font-weight: 400;
    color: #fff;
}
.cookie-notification a {
    color: #000;
}

.cookie-notification button {
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    box-sizing: border-box;
    border-radius: 5px;
    padding: 0.625rem 2rem;
    will-change: transform;
    background: #fff;
    color: #000;
    text-decoration: none;
    text-align: center;
    margin-left: 0.5rem;
    height: 100%;
    font-weight: 500;
}

.cookie-notification button:hover {
    background: #fff;
    color: #b464a3;
}

@media screen and (max-width: 768px) {
    .cookie-notification{
        width: 95%;
    }
}

@media screen and (max-width: 575px) {
    .cookie-notification {
        flex-direction: column;
    }

    .cookie-notification button {
        margin: 1rem 0 0 0;
        width: 100%;
    }
}
/* End */


/* Start:/local/templates/iamweb_nac/styles.css?175517326922897*/
div.reviews-info-box
{
    padding:0.5em 1.117em;
    border-width: 1px;
    border-style: solid;
    line-height: 1.5em;
    margin-bottom:2em;
    zoom: 1;
}
/* Header */
div.reviews-header-box
{
    font-size:1em;
    padding:0.462em 1.117em;
    vertical-align:middle;
}
/* Link to forum */
div.reviews-link-box
{
    font-size:1em;
    padding:0.462em;
    vertical-align:middle;
    margin-bottom: 1em;
}
/* Page navigation */
div.reviews-navigation-box
{
    padding:0 1.117em;
    border-top: 1px solid;
    border-bottom: 1px solid;
    line-height:1.5em;
    overflow: hidden;
    zoom:1;
}
div.reviews-navigation-bottom {
    margin-top: 0;
    margin-bottom: 2em;
    border-top:none;
}
/* Topic posts table */
table.reviews-post-table
{
    width: 100%;
    line-height:1.5em;
    border-bottom: 1px solid #dadada;
    margin-bottom: 0.7em;
    padding: 1px 3px 1px 0;
    table-layout:fixed;
}

table.reviews-post-hidden {
    background: none repeat scroll 0 0 #E5F8E3 !important;
}

table.reviews-post-table thead td
{
    color: #7e7e7e;
}

table.reviews-post-table thead td
{
    line-height: 30px;
}
table.reviews-post-table thead td, table.reviews-post-table tbody td div.reviews-text
{
    padding-top: 0.5em;
}
table.reviews-post-table thead td .message-post-date {
    font-size: 0.85em;
}
table.reviews-post-table thead td .review-avatar {
    background-color: #ECEAEC;
    border: 1px solid #C4C4C4;
    float: left;
    height: 30px;
    margin-right: 0.5em;
    width: 30px;
}
table.reviews-post-table thead td .review-rating {
    float: right;
}

table.reviews-post-table thead td .review-rating .rating-vote {
    line-height: 24px;
}
/* First Post Table */
table.reviews-post-first {}

/* Odd Post Table */
table.reviews-post-odd {}

/* Even Post Table */
table.reviews-post-even {}

/* Last Post Table */
table.reviews-post-last {
    margin-bottom:0;
}

/* Post Table Cell */
table.reviews-post-table td { padding: 0; vertical-align: top; }

/* Post Table: Post and Actions Cell */
table.reviews-post-table td.reviews-cell-post, table.reviews-post-table td.reviews-cell-actions { border-right-width: 1px; border-right-style: solid; }

/* Post Table: User Contacts and Actions Cell */
table.reviews-post-table td.reviews-cell-contact, table.reviews-post-table td.reviews-cell-actions { border-top-width: 1px; border-top-style: dashed; height: 1.5em; }

div.reviews-post-date, div.reviews-post-entry { padding:0.5em 1em 0.5em 1em; font-size:1em; font-weight:normal; }

div.reviews-post-date { border-bottom-width:1px; border-bottom-style: dashed; }

div.reviews-post-text { padding:0.5em 0; }
/* Post Table: Quote and Author Name Links*/
div.reviews-post-reply-buttons {
    height:21px;
    padding:0;
    position:relative;
}
div.reviews-post-reply-buttons span.separator {
    background-color: #E0E0E0;
    display: inline-block;
    margin: 0 1px;
    height: 7px;
    line-height: 5px;
    width:1px;
}
table.reviews-post-table .reply-action-note {
    color: #777777;
    font-style: italic;
    line-height: 18px;
    font-size: 11px;
    display: inline-block;
    margin:2px;
}
table.reviews-post-table .reply-action-note:hover {
    text-decoration: none;
}
div.reviews-post-reply-buttons a {
    color: #969696;
    font-size: 11px;
    margin-left:2px;
    text-decoration: none;
}
div.reviews-post-reply-buttons a:hover {
    text-decoration: underline;
}

/* Post Attachments */
div.reviews-post-attachments { margin:1.5em 0;}
div.reviews-post-attachments label { font-weight: bold; padding-bottom:0.5em;}
div.reviews-post-attachment { padding-left: 0.5em;}

div.reviews-post-lastedit { padding:0.5em 0; font-style: italic;}
span.reviews-post-lastedit-user { font-weight: bold;}

div.reviews-user-info { padding:0.5em 1em 1.5em 1em; }

div.reviews-user-avatar { margin: 0.5em 0; }

div.reviews-user-status { margin-bottom: 0.5em; }

div.reviews-user-name span { font-size:1em; font-weight:bold; line-height:1.1em;}

span.reviews-vote-user a { text-decoration: none; vertical-align: top; font-size:1.1em;}

div.reviews-contact-links { padding:0.5em 1em 0.5em 1.5em; }

div.reviews-action-links { padding:0.5em 1.5em 0.5em 1em; text-align:right; }
div.reviews-action-links span {white-space: nowrap;}

div.reviews-post-entry { font-size:1em; padding-bottom:1em; height:100%;}

/*BBCode: List*/
div.reviews-post-entry ul, div.reviews-post-entry ol { padding:0.5em 0 0.5em 2em; }

div.reviews-post-entry table.forum-quote, div.reviews-post-entry table.forum-code { width: 95%; margin: 0.5em 0 0;}

table.forum-quote th, table.forum-code th {font-weight:bold; padding: 0.25em 1em; text-align:left;}
table.forum-quote td, table.forum-code td { padding:0.9em 1em 0; }

div.reviews-code-box
{
    font-family: "Consolas", "Monaco", "Courier New", Courier, monospace;
    font-size: 1em;
    width: 100%;
    overflow: auto;
    border-width:1px;
    border-style: solid;
    margin:0.5em 0;
}

div.reviews-code-box ol, div.reviews-code-box ol li, div.reviews-code-box ol li span { margin: 0; padding: 0; border: none; }

div.reviews-code-box ol { list-style: decimal; margin-left: 3em; padding:0.5em 0;}

div.reviews-code-box ol li
{
    list-style: decimal-leading-zero;
    list-style-position: outside !important;
    padding: 0 0.5em 0 1.5em !important;
    margin: 0;
    line-height: 1.5em;
}

/* Reply Form*/
div.reviews-reply-form
{
    border-style:solid;
    border-width:1px;
    line-height:1.5em;
    margin-bottom:1em;
}

div.reviews-reply-header
{
    font-size:1em;
    padding:0.462em 1.117em;
    vertical-align:middle;
}

div.reviews-note-box {border-width:1px; border-style: solid; margin: 1.117em 0; padding: 0.4em 1.117em;}
div.reviews-reply-form div.reviews-note-box { margin: 1.117em;}
div.reviews-note-box ul {padding:0.3em 0 0.3em 2em; margin:0;}
div.reviews-note-box ul li {margin:0; padding:0;}

div.reviews-reply-fields { padding:0 1.117em 0.8em; }

div.reviews-reply-field { padding-bottom: 0.462em; margin-top: 0.462em; }

div.reviews-reply-field-title input, div.reviews-reply-field-desc input { width: 80%;}

div.reviews-reply-field-title label, div.reviews-reply-field-desc label, div.reviews-reply-field-tags label, div.reviews-reply-field-captcha-label label,
div.reviews-reply-field-lastedit-reason label {display: block;}

div.reviews-reply-field-user {width: 100%; /*IE Fix or zoom:1 */}

div.reviews-reply-field-author, div.reviews-reply-field-email { float:left; width:39%; }

div.reviews-reply-field-user-sep { width:2%; float: left;}

div.reviews-reply-field-author input, div.reviews-reply-field-email input { width:100%; }

div.reviews-reply-field-bbcode { line-height: 1.7em; zoom:1;}


div.reviews-bbcode-line { margin-right: 2em; float: left;}
div.reviews-smiles-line { white-space: nowrap; float: left; }
div.reviews-bbcode-line img, div.reviews-smiles-line img { border: 0;}
div.reviews-bbcode-line a, div.reviews-smiles-line a {vertical-align: middle;}

div.reviews-bbcode-line a
{
    width: 20px;
    height: 20px;
    float: left;
    margin-right: 0.2em;
    background-position: center center;
    background-repeat:no-repeat;
    display: block;
}
div.reviews-bbcode-line a, div.reviews-bbcode-line img, div.reviews-smiles-line a, div.reviews-smiles-line img { outline: none; }
div.reviews-bbcode-line select { float: left; margin-left:3px; padding:0px; height:20px;}

/*BBCode Icons*/
a.reviews-bbcode-bold {background-image: url('/bitrix/templates/iamweb_nac/components/bitrix/forum.topic.reviews/review/images/bbcode/font_bold.gif');}
a.reviews-bbcode-italic {background-image: url('/bitrix/templates/iamweb_nac/components/bitrix/forum.topic.reviews/review/images/bbcode/font_italic.gif');}
a.reviews-bbcode-color {background-image: url('/bitrix/templates/iamweb_nac/components/bitrix/forum.topic.reviews/review/images/bbcode/font_color.gif');}
a.reviews-bbcode-underline{background-image: url('/bitrix/templates/iamweb_nac/components/bitrix/forum.topic.reviews/review/images/bbcode/font_underline.gif');}
a.reviews-bbcode-strike{background-image: url('/bitrix/templates/iamweb_nac/components/bitrix/forum.topic.reviews/review/images/bbcode/font_strike.gif');}
a.reviews-bbcode-url{background-image: url('/bitrix/templates/iamweb_nac/components/bitrix/forum.topic.reviews/review/images/bbcode/font_link.gif');}
a.reviews-bbcode-img{background-image: url('/bitrix/templates/iamweb_nac/components/bitrix/forum.topic.reviews/review/images/bbcode/font_image.gif');}
a.reviews-bbcode-video{background-image: url('/bitrix/templates/iamweb_nac/components/bitrix/forum.topic.reviews/review/images/bbcode/font_video.gif');}
a.reviews-bbcode-code{background-image: url('/bitrix/templates/iamweb_nac/components/bitrix/forum.topic.reviews/review/images/bbcode/font_code.gif');}
a.reviews-bbcode-quote{background-image: url('/bitrix/templates/iamweb_nac/components/bitrix/forum.topic.reviews/review/images/bbcode/font_quote.gif');}
a.reviews-bbcode-video{background-image: url('/bitrix/templates/iamweb_nac/components/bitrix/forum.topic.reviews/review/images/bbcode/font_video.gif');}
a.reviews-bbcode-list{background-image: url('/bitrix/templates/iamweb_nac/components/bitrix/forum.topic.reviews/review/images/bbcode/font_list.gif');}
a.reviews-bbcode-translit{background-image: url('/bitrix/templates/iamweb_nac/components/bitrix/forum.topic.reviews/review/images/bbcode/font_translit.gif');}

div.reviews-reply-field-tags { display: none; }
div.reviews-reply-field-tags input { width:80%; }

div.reviews-reply-field-lastedit-reason input { width: 80%;}

div.reviews-reply-field-captcha input { width: 180px;}

div.reviews-reply-field-settings input, div.reviews-uploaded-file input, div.reviews-reply-field-lastedit-view input { width:1.55em; height:1.55em; margin:0 0 0 -0.25em; vertical-align: middle; font-size:1em; }
div.reviews-reply-field-settings label, div.reviews-uploaded-file a, div.reviews-reply-field-lastedit label { vertical-align: middle; }

div.reviews-reply-field-upload a { outline: none;}
div.reviews-upload-file-hint { display: none;}
div.reviews-upload-file-hint span { font-weight: bold;}
div.reviews-upload-file {display: none; margin-top: 0.262em;}
div.reviews-upload-file input {font-size:1.184em; }

div.reviews-reply-buttons { margin-top: 1em;}
div.reviews-reply-buttons input { padding:0 0.5em; font-size:1.184em; overflow: visible; /*IE paddings*/}

/* Utils */
div.reviews-clear-float { clear: both; }


/* Table Header, Reply Form Header, BBCode Icons Highlighting */
div.reviews-reply-header, div.reviews-bbcode-line a:hover, div.reviews-bbcode-line a:hover img { background-color: #e7e7e7; }

/* Table Cell Border */
div.reviews-info-box, div.reviews-reply-form { border-color: #e1e1e1;}

/* Table Cell, Info Box, Reply Form */
div.reviews-info-box, div.reviews-reply-form { background:#fbfbfb; }

div.reviews-post-date { background: #eaeaea; border-bottom: none; }

/* ---------------------------------------------------Text Color-------------------------------------------------- */

/* Header Box Right Links*/
div.reviews-header-box a:link,
div.reviews-header-box a:visited,
div.reviews-header-box a:active,
div.reviews-header-box a:hover { color: #fff; }

.reviews-required-field { color: red; }

/* --------------------------------------------------Special Elements---------------------------------------------- */

div.reviews-header-box { color: #fff; background:#6c6c6c; border-color: #7a7a7a;}

/* Page navigation */
div.reviews-navigation-box { background:#fff; border-color: #e1e1e1; }

/*BBCode: Quote and Code*/
table.reviews-quote, table.reviews-code, div.reviews-code-box {  border-color: #c3c3c3; }
table.reviews-quote td, table.reviews-code td, div.reviews-code-box ol {background:#fff !important; color:#696969;}
table.reviews-quote th, table.reviews-code th, div.reviews-code-box {background:#e6e6e6 !important; color:#616161;}

div.reviews-note-box {border-color: #ffc85e; background: #fffdc7; }
/* --------------------------------------------------Icons---------------------------------------------- */
table.palette{border:1px solid gray; background-color:gray; border-collapse:collapse;}
table.palette td{border:1px solid gray; width:10px; height:10px; padding:0px; margin:0;}
table.palette td img{width:10px; height:10px; border:none; padding:0px; margin:0;}
/* Popups */
div.reviews-popup-postform {
    width:502px;
    padding:0px;
    margin:0;
    overflow:hidden;
    color:black;}
div.reviews-popup-postform table.reviews-popup {
    border:1px solid gray;
    width:500px;
    background-color:white;
    font-size:1em;
    cursor:default;}
div.reviews-popup-postform table.reviews-popup td {
    font-size:1em;
    border:none;
    background-color:white;
    font-size:1em;}
div.reviews-popup-postform table.reviews-popup thead td {
    font-weight:bold;
    padding:0.5em 0.5em 0.1em 0.8em;
    font-size:1.1em;
    text-align:left;}
div.reviews-popup-postform table.reviews-popup thead td div.close{
    cursor:pointer;
    cursor:hand;
    background-image: url('/bitrix/templates/iamweb_nac/components/bitrix/forum.topic.reviews/review/images/close.gif');
    background-position: center center;
    background-repeat:no-repeat;
    overflow:hidden;
    width:13px;
    height:13px;
    float:right;}
div.reviews-popup-postform table.reviews-popup tbody td {padding:1em;}
div.reviews-popup-postform table.reviews-popup tbody td div.reviews-field{width:100%;}
div.reviews-popup-postform table.reviews-popup tbody td div.reviews-field span.title{width:100%; display:block;}
div.reviews-popup-postform table.reviews-popup tbody td div.reviews-field input {width:95%;}
div.reviews-popup-postform table.reviews-popup tfoot td {padding:0.3em; text-align:center;}
/*/Popups */

div.reviews-smiles-line, div.reviews-smiles-line a, div.reviews-reply-field-bbcode div.reviews-reply-field-showsmiles{float:left;}
div.reviews-smiles-line span.reviews-smiles-item{display:block;float:left;border:none;margin:0;padding:0;overflow:hidden;}
div.reviews-smiles-line span.reviews-smiles-item a{text-decoration:none;border:none;float:left;margin-right:5px;}
div.reviews-smiles-line div.reviews-smiles-item{float:left;}
div.reviews-smiles-corrected{overflow:hidden;}

body.reviews-popup-body{padding:1.51em; font-size:0.75em;}
form.reviews-form{ background-color: #F1F1F1; margin: 0; padding: 0.8em;}
div.reviews-text table.forum-quote {
    background: url('/bitrix/templates/iamweb_nac/components/bitrix/forum.topic.reviews/review/images/font_quote.gif') no-repeat scroll left top #F8F2D4;
    border-color: #EEE9CC;
    color: #4A483F;
}
div.reviews-text table.forum-quote thead {
    display: none;
}
div.reviews-text table.forum-code thead {
    display: table-cell;
}
div.reviews-text table.forum-quote, div.reviews-text table.forum-spoiler, div.reviews-text table.forum-code, div.reviews-text div.forum-code-box {
    border: 1px solid #dddddd;
    table-layout:fixed;
    padding: 3px;
    width: 100%;
}
div.reviews-text table.forum-quote td, div.reviews-text table.forum-spoiler td, div.reviews-text table.forum-code td,div.reviews-text  div.forum-code-box ol {
    color: #696969;
}
div.reviews-text table.forum-quote th, div.reviews-text table.forum-spoiler th, div.reviews-text table.forum-code th, div.reviews-text div.forum-code-box {
    font-weight:bold;
    text-align:left;
    color: #888;
}
div.reviews-text table.forum-code pre {
    overflow: auto;
    width:100%;
}
div.reviews-text table.forum-code td, div.reviews-text div.forum-code-box td{
    font-family: "Lucida Console", "DejaVu Sans Mono", Monaco, monospace;
    font-size:12px;
}
div.reviews-collapse {
    /*float: right;*/
    width:100%;
}
div.reviews-collapse a {
    line-height: 55px;
    margin-right: 30px;
    padding: 0.462em;
}
div.reviews-expanded {
    width: auto;
    float:right;
}

div.reviews-post-entry table.forum-quote {
    background: url('/bitrix/templates/iamweb_nac/components/bitrix/forum.topic.reviews/review/images/font_quote.gif') no-repeat scroll left top #F8F2D4;
    border-color: #EEE9CC;
    color: #4A483F;
}
div.reviews-post-entry table.forum-quote thead {
    display: none;
}
div.reviews-post-entry table.forum-code thead {
    display: table-cell;
}
div.reviews-post-entry table.forum-quote, div.reviews-post-entry table.forum-spoiler, div.reviews-post-entry table.forum-code, div.reviews-post-entry div.forum-code-box {
    border: 1px solid #dddddd;
    padding: 3px;
    width: 100%;
}
div.bx-edit-tab-inner table.bx-edit-table div.reviews-post-entry table.forum-quote td,
div.bx-edit-tab-inner table.bx-edit-table div.reviews-post-entry table.forum-code td
{
    background-color:transparent;
    padding: 0.9em 1em;
}
div.reviews-post-entry table.forum-quote td, div.reviews-post-entry table.forum-spoiler td, div.reviews-post-entry table.forum-code td,div.reviews-post-entry  div.forum-code-box ol {
    color: #696969;
}
div.reviews-post-entry table.forum-quote th, div.reviews-post-entry table.forum-spoiler th, div.reviews-post-entry table.forum-code th, div.reviews-post-entry div.forum-code-box {
    font-weight:bold;
    text-align:left;
    color: #888;
}
.reviews-actions .ilike-light .bx-ilike-right-wrap {
    margin-right: 2px;
}
.reviews-actions .ilike-light .bx-ilike-right {
    padding: 0px 1px 0 11px; font-size: 11px; line-height: 19px;
}
.reviews-actions .ilike-light .bx-ilike-text {
    padding: 0;
}
.reviews-post-reply-buttons .bx-rating span, .reviews-post-reply-buttons  .bx-rating a { color: #929292; font-size: 11px;}
/* autosave */
a.postFormAutosave {
    float: right;
    display:block;
    width:18px;
    height:18px;
    margin:0 -4px 0 0;
    position:relative;
    z-index:2;
}
.forum-notify-bar {
    width: 100%;
    height: 2em;
    background: url(/bitrix/js/main/core/images/panel/sprite04.png) repeat-x scroll 0 -1178px #FFEB8D !important;
    position:relative;
}
.forum-notify-close {
    display: block !important;
    height: 12px !important;
    margin: 3px 6px 0 0;
    padding: 0 !important;
    position: absolute !important;
    right: 5px !important;
    top: 5px !important;
    width: 12px !important;
}
.forum-notify-close a {
    background: url(/bitrix/js/main/core/images/panel/sprite04.png) no-repeat scroll -268px -243px transparent !important;
    display: block !important;
    height: 12px !important;
    width: 12px !important;
    cursor:pointer;
}
.forum-notify-text {
    color: #000000 !important;
    margin: 0 !important;
    padding: 3px 20px 5px !important;
    text-align: center !important;
}
.forum-notify-text a.postFormAutorestore {
    position:relative;
    color: #ff0000;
    cursor:pointer;
    text-decoration:underline;
    margin-right: 9px;
    margin-top: 5px;
    z-index:2;
}

.bx-ilike-wrap-block {display:inline-block; max-height:132px; position:relative; font-family: Verdana, Tahoma, sans-serif; overflow:hidden; width:186px; }
* html .bx-ilike-wrap-block {width:186px;}
.bx-ilike-popup {background-color:#fff; display:inline-block; max-height:121px;  margin: -2px 0 2px 0; padding: 0 6px 5px 0; overflow-y:auto; overflow-x:hidden; width:180px; -moz-user-select: none; -khtml-user-select: none; user-select: none;}
* html .bx-ilike-popup {width:186px;height:130px;}
.bx-ilike-popup-img {display:block; color:#656365; text-decoration:none; overflow:hidden; zoom:1;}
.bx-ilike-popup-img:link span,
.bx-ilike-popup-img:visited span{color:#50688e; text-decoration:none;}
.bx-ilike-popup-img:hover span{color:#50688e; text-decoration:underline;}
.bx-ilike-bottom_scroll {background:url('/bitrix/components/bitrix/rating.vote/templates/like/images/i-like-sprite.png') repeat-x 0 -148px; display:block; height:13px; position:absolute; left:0; bottom:0; width:170px}
* html .bx-ilike-bottom_scroll {display:none;}
.bx-ilike-popup-avatar {background:url('/bitrix/components/bitrix/rating.vote/templates/like/images/avatar.gif') no-repeat center; border:1px solid #ddd;  display:block; margin:1px; float:left; width:21px; height:21px; }
* html .bx-ilike-popup-avatar {width:23px;}
.bx-ilike-wait { background: url('/bitrix/components/bitrix/rating.vote/templates/like/images/i-like-wait.gif') no-repeat center center; width:183px; height:26px; display: block;margin-top: 2px;}
.bx-ilike-popup-img img {border:none; background-color:#FFF;}
.bx-ilike-popup-name {cursor:pointer; display:block; font-size:11px; padding-left:3px; height:15px; text-decoration:underline; overflow:hidden; text-overflow:ellipsis; -o-text-overflow:ellipsis; padding-top:2px; white-space:nowrap; min-width:100px;}
* html .bx-ilike-popup-name {width:135px;}


.ilike-light .bx-ilike-button {color:#929292;  display:inline-block;  height:19px; position:relative;-moz-user-select: none; -khtml-user-select: none; user-select: none;}
.ilike-light .bx-ilike-left {display:inline-block; height:19px; vertical-align:top; width:10px;}
.ilike-light .bx-ilike-text { display:inline-block;  height:17px; padding:3px 0px 0;  cursor:pointer; }
* html .ilike-light .bx-ilike-text{height:19px;}
.ilike-light .bx-ilike-right-wrap {display:inline-block; height:19px;  cursor:default; margin-right: 3px; }
.ilike-light .bx-ilike-right {display:inline-block;  height:17px; padding:3px 1px 0 11px; background:url('/bitrix/components/bitrix/rating.vote/templates/like/images/star.png') no-repeat 0 -40px; }
* html .ilike-light .bx-ilike-right {width:16px;}
.ilike-light .bx-you-like .bx-ilike-left {}
.ilike-light .bx-you-like .bx-ilike-text {}
.ilike-light .bx-you-like .bx-ilike-right-wrap {}
.ilike-light .bx-you-like .bx-ilike-right {background-position: 0 -20px;}
.ilike-light .bx-ilike-button-hover .bx-you-like .bx-ilike-left {}
.ilike-light .bx-ilike-button-hover .bx-you-like .bx-ilike-text {}
.ilike-light .bx-ilike-button-disable { cursor:default;}
.ilike-light .bx-ilike-button-disable .bx-ilike-left {background-position:0 -20px;}
.ilike-light .bx-ilike-button-disable .bx-ilike-text {}
.ilike-light .bx-ilike-button-disable .bx-ilike-right-wrap {}
.ilike-light .bx-ilike-button-disable .bx-ilike-right {}
.ilike-light .bx-ilike-button-hover .bx-ilike-left {}
.ilike-light .bx-ilike-button-hover .bx-ilike-text {}
.ilike-light .bx-ilike-button-hover .bx-ilike-right-wrap {}
.ilike-light .bx-ilike-button-hover .bx-ilike-right {}
.rating_vote_graphic { display: none!important;}
.rating_vote_text { display: inline-block!important; }
.ilike-light .bx-ilike-plus-one { display: inline-block; position: absolute; padding: 4px; background-color: #929292;color: #fff;-webkit-animation: likeLightPlusOne 1.5s 1;-moz-animation: likeLightPlusOne 1.5s 1;border-radius: 16px;line-height: 5px;font-size: 10px;opacity: 0;width: 12px;height: 10px;}
@-webkit-keyframes likeLightPlusOne { 0% {  opacity: 0;} 40% { opacity: 1; } 60% {  opacity: 1; } 100% {  opacity: 0; }}
@-moz-keyframes likeLightPlusOne { 0% {  opacity: 0;} 40% { opacity: 1; } 60% {  opacity: 1; } 100% {  opacity: 0; }}
/* End */


/* Start:/local/templates/iamweb_nac/template_styles.css?176396395817802*/
html, body
{
    margin: 0;
    padding: 0;
    font: 14px Arial;
    color: #000;
    position: relative;
    min-height: 100vh;
}

body.main
{
    background: url("/local/templates/iamweb_nac/./images/mainbg.jpg") center 65px no-repeat;
}

body.lips
{
    background: url("/local/templates/iamweb_nac/./images/lipsbg.jpg") center 65px no-repeat;
}

body.eyes
{
    background: url("/local/templates/iamweb_nac/./images/eyesbg.jpg") center 65px no-repeat;
}

body.brush
{
    background: url("/local/templates/iamweb_nac/./images/brushbg.jpg") center 65px no-repeat;
}

img
{
    border: 0;

}
a:active, a:focus, img, input ,textarea
{
    outline: 0;
}

a
{
    color: #154daa;
}

a:hover
{
    text-decoration: none;
}

.left
{
    float: left;
}

.center
{
    text-align: center;
}

.right
{
    float: right;
}

.clear
{
    clear: both;
}

#panel
{
    position: absolute;
}

.main-header
{
    padding-top: 2px;
    height: 30px;
    background: #e6e6e6;
}

.wrapper
{
    max-width: 998px;
    margin-left: auto;
    margin-right: auto;
}

.main-header .right a
{
    text-decoration: none;
    border-bottom: 1px dashed;
    display: block;
    float: left;
    margin: 3px 30px 0 0;
}

.main-header .right a:hover
{
    border: none;
}

.main-header .right span
{
    color: #6d6d6d;
    font-weight: bold;
    font-size: 22px;
}

.header
{
    clear: both;
    padding-top: 5px;
}

.buttons a
{
    background: url("/local/templates/iamweb_nac/./images/sprite.png") no-repeat;
    display: block;
    position: absolute;
}

.buttons a span
{
    display: none;
}

a.courier
{
    background-position: 0 0;
    width: 68px;
    height: 56px;
    position: absolute;
    margin: 5px 0 0 30px;
}

a.self
{
    background-position: -68px 0;
    width: 69px;
    height: 63px;
    position: absolute;
    margin: 49px 0 0 0;
}

a.post
{
    background-position: -137px 0;
    width: 62px;
    height: 71px;
    margin: 33px 0 0 83px;
}

a.cart
{
    background: url("/local/templates/iamweb_nac/./images/sprite.png") -264px -84px no-repeat;
    margin: 7px 0 0 160px;
    min-width: 72px;
    padding-top: 92px;
    text-decoration: none;
    color: #111;
    text-align: center;
}

a.cart-item-counter
{
    background-position: 0 -66px;
    width: 28px;
    padding-top: 6px;
    height: 22px;
    text-decoration: none;
    text-align: center;
    color: #111111;
    font-size: 16px;
    font-weight: bold;
    margin: 1px 0 0 206px;
}

.logo
{
    padding: 20px 0 0 320px;
    float: left;
}

.logo a
{
    background: url("/local/templates/iamweb_nac/./images/sprite.png") -199px 0 no-repeat;
    display: block;
    width: 410px;
    height: 57px;
}

.logo span
{
    display: none;
}

.header .right
{
    padding-top: 10px;
}

.header ul
{
    list-style: none;
    margin: 0;
    padding: 0;
}

.header li
{
    padding-top: 10px;
}

.menu
{
    clear: both;
    padding-top: 30px;
}

.menu .left
{
    border: 1px solid #939393;
    padding: 4px 0 0 4px;
    height: 21px;
    width: 260px;
}

#search-field
{
    border: none;
    margin: 0;
    padding: 0;
    color: #939393;
    font-size: 14px;
    line-height: 16px;
    width: 235px;
}

#search-btn
{
    border: none;
    background: url("/local/templates/iamweb_nac/./images/sprite.png") -28px -78px no-repeat;
    width: 16px;
    height: 16px;
    cursor: pointer;
}

.menu ul
{
    list-style: none;
    margin: 0;
    padding: 0;
    width: 720px;
    background: url("/local/templates/iamweb_nac/./images/hsprite.png") 0 -50px;
    height: 27px;
    position: relative;
}

.menu ul ul
{
    display: none;
    background: url("/local/templates/iamweb_nac/./images/hsprite.png") 0 0;
    position: absolute;
    left: 0;
}

.menu li
{
    float: left;
    padding: 0 22px;
    height: 27px;
    text-align: center;
}

.menu li.active
{
    background: url("/local/templates/iamweb_nac/./images/hsprite.png") 2px 0;
}

.glaza
{
    width: 66px;
}

.litso
{
    width: 61px;
}

.guby
{
    width: 61px;
}

.kisti
{
    width: 71px;
}

.nogti
{
    width: 56px;
}

.aksessuary
{
    width: 141px;
}

.menu li.active ul
{
    display: block;
}

.menu a
{
    text-decoration: none;
    line-height: 27px;
}

.menu li a
{
    color: #fff;
    font-family: 'Ubuntu Condensed', sans-serif;
    font-size: 22px;

    -webkit-text-shadow: #000 -1px -1px 5px;
    -moz-text-shadow: #000 -1px -1px 5px;
    text-shadow: #000 -1px -1px 5px;

    behavior: url('/local/templates/iamweb_nac/./PIE.htc');
}

.menu li a.active
{
    color: #000;

    -webkit-text-shadow: #fff -1px -1px 5px;
    -moz-text-shadow: #fff -1px -1px 5px;
    text-shadow: #fff -1px -1px 5px;

    behavior: url('/local/templates/iamweb_nac/./PIE.htc');
}

.menu li li
{
    padding-top: 6px;
    height: 21px;
}

.menu li li a
{
    font-family: 'Arial';
    font-size: 16px;
    font-weight: normal;
    line-height: 12px;
}

.menu li li.selected a
{
    color: #000;
    -webkit-text-shadow: #fff -2px -2px 2px;
    -moz-text-shadow: #fff -2px -2px 2px;
    text-shadow: #fff -2px -2px 2px;
}

.middle
{
    clear: both;
    padding-top: 60px;
}

.main-middle
{
    clear: both;
    padding-top: 40px;
}

.basket
{
    float: left;
    width: 253px;
    background: url("/local/templates/iamweb_nac/./images/sprite.png") -264px -84px no-repeat;
    margin: 310px 0 20px;
}

.basket-summary
{
    padding-left: 90px;
}

.basket-summary div
{
    padding-bottom: 10px;
}

.small-basket-item
{
    clear: both;
    padding-top: 10px;
}

.delete-btn
{
    display: block;
    float: right;
    background: url("/local/templates/iamweb_nac/./images/sprite.png") -28px -64px no-repeat;
    width: 14px;
    height: 14px;
}

.delete-btn span
{
    display: none;
}

.small-basket-item .left
{
    width: 60px;
}

.small-basket-item div.right
{
    width: 193px;
    padding-top: 5px;
}

.small-basket-item img
{
    border: 1px solid #898989;
    max-width: 50px;
}

.content
{
    float: right;
    width: 720px;
}

.news-block
{
    clear: both;
    background: url("/local/templates/iamweb_nac/./images/sprite.png") -336px -57px no-repeat;
    width: 998px;
    padding-top: 27px;
}

.news-list-item
{
    float: left;
    width: 310px;
    padding: 28px 34px 0 0;
}

.news-list-item.last
{
    padding-right: 0;
}

.news-list-item .left
{
    width: 110px;
}

.news-list-item img
{
    max-width: 100px;
    max-height: 130px;
}

.news-list-item .right
{
    width: 200px;
}

.news-list-item .right span
{
    color: #898989;
    margin-right: 10px;
}

.news-list-item .right div
{
    text-align: justify;
}

.pre-footer {
    clear: both;
    height: 165px;
}

.footer
{
    clear: both;
    background: url("/local/templates/iamweb_nac/./images/hsprite.png") 0 -100px repeat-x #e6e6e6;
    height: 130px;

    position: absolute;
    width: 100%;
    bottom: 0;
}

.footer .wrapper
{
    background: url("/local/templates/iamweb_nac/./images/footer.jpg") bottom right no-repeat;
    padding-top: 10px;
    height: 100px;
}

@media (max-width: 998px) {
    .footer .wrapper {
        width: auto;
    }
}

.footer ul
{
    display: flex;
    list-style: none;
    margin: 0;
    justify-content: space-between;
}

.footer li
{
    padding: 0 10px;
}

.certificates
{
    position: fixed;
    right: 0;
    top: 80px;
    background: url("/local/templates/iamweb_nac/./images/sprite.png") -110px -71px no-repeat;
    width: 46px;
    height: 178px;
}

.certificates a, .social-buttons a
{
    display: block;
    background: url("/local/templates/iamweb_nac/./images/sprite.png") no-repeat;
}

.social-buttons a
{
    width: 32px;
    height: 32px;
    margin-top: 5px;
}

.certificates span, .social-buttons span
{
    display: none;
}

a.crt1
{
    background-position: -156px -103px;
    width: 36px;
    height: 30px;
    margin: 10px 0 0 6px;
}

a.crt2
{
    background-position: -156px -174px;
    width: 36px;
    height: 36px;
    margin: 8px 0 0 5px;
}

a.crt3
{
    background-position: -156px -71px;
    width: 41px;
    height: 32px;
    margin: 8px 0 0 3px;
}

a.crt4
{
    background-position: -156px -133px;
    width: 41px;
    height: 41px;
    margin: 6px 0 0 2px;
}

.social-buttons
{
    position: fixed;
    right: 0;
    top: 305px;
    background: url("/local/templates/iamweb_nac/./images/sprite.png") -64px -63px no-repeat;
    padding: 3px 0 8px 8px;
    width: 38px;
    height: 224px;

    display: flex;
    flex-direction: column;
    justify-content: space-around;
}

a.facebook
{
    background-position: 0 -94px;
}

a.vk
{
    background-position: -32px -94px;
}

a.twitter
{
    background-position: 0 -126px;
}

a.lj
{
    background-position: -32px -126px;
}

a.blogger
{
    background-position: 0 -158px;
}

a.youtube
{
    background-position: -32px -158px;
}

.page-list, .sort-area
{
    clear: both;
    color: #898989;
}

.page-list
{
    border-bottom: 1px solid #898989;
    padding-bottom: 6px;
    margin-bottom: 6px;
}

.page-list span, .sort-area span
{
    font-style: italic;
}

.page-list a, .page-list strong, .sort-area a
{
    margin-left: 10px;
}

.sort-area a
{
    text-decoration: none;
    border-bottom: 1px dashed #898989;
    color: #898989;
    font-style: italic;
}

.sort-area a.up, .sort-area a.down, .sort-area a.active
{
    color: #252525;
    border-color: #252525;
}

.sort-area .filter
{
    float: left;
    margin-left: 10px;
    border: 1px solid #898989;

    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    -khtml-border-radius: 6px;
    border-radius: 6px;

    behavior: url('/local/templates/iamweb_nac/./PIE.htc');
}

.sort-area .filter a
{
    display: block;
    float: left;
    margin: 0;
    padding: 3px 5px;
    font-size: 11px;
    font-style: normal;
    border-bottom: none;
    border-right: 1px solid #898989;
}

.sort-area .filter a:last-child
{
    border: none;
}

.sort-area .filter a:hover
{
    color: #000;
}

.list-item
{
    float: left;
    width: 220px;
    padding: 25px 30px 15px 0;
    text-align: center;
}

.catalog-section-list .list-item
{
    width: 80px;
    padding-right: 26px;
}

.list-item.last
{
    padding-right: 0;
}

.list-item div
{
    padding-bottom: 10px;
}

.list-item img
{
    max-width: 220px;
    max-height: 220px;
}

.similar-items .list-item
{
    width: 157px;
    height: 220px;
}

.similar-items .list-item img
{
    max-width: 157px;
}

.list-item strong
{
    font-size: 18px;
    font-weight: normal;
}

.separator
{
    clear: both;
    color: #c2c2c2;
}

.btn, .submitButton
{
    display: block;
    background: #55b0ba;
    width: 73px;
    padding-top: 6px;
    height: 22px;
    text-decoration: none;
    text-align: center;
    color: #fff;

    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    -khtml-border-radius: 6px;
    border-radius: 6px;

    -webkit-text-shadow: #000 -1px -1px 5px;
    -moz-text-shadow: #000 -1px -1px 5px;
    text-shadow: #000 -1px -1px 5px;

    behavior: url('/local/templates/iamweb_nac/./PIE.htc');
}

.btn:hover, .submitButton:hover
{
    background: #be608e;
}

.list-item .wide-btn
{
    width: 45px;
    margin-left: 73px;
}

.wide-btn
{
    display: block;
    background: #55b0ba;
    padding: 6px 15px;
    text-decoration: none;
    text-align: center;
    color: #fff;
    border: 0;
    cursor: pointer;
    -webkit-text-shadow: #000 -1px -1px 5px;
    -moz-text-shadow: #000 -1px -1px 5px;
    text-shadow: #000 -1px -1px 5px;

    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    -khtml-border-radius: 6px;
    border-radius: 6px;

    behavior: url('/local/templates/iamweb_nac/./PIE.htc');
}

.wide-gray-btn
{
    display: block;
    background: #55b0ba;
    padding: 6px 15px;
    text-decoration: none;
    text-align: center;
    color: #fff;
    border: 0;
    cursor: pointer;
    font-size: 14px;
    -webkit-text-shadow: #000 -1px -1px 5px;
    -moz-text-shadow: #000 -1px -1px 5px;
    text-shadow: #000 -1px -1px 5px;

    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    -khtml-border-radius: 6px;
    border-radius: 6px;

    behavior: url('/local/templates/iamweb_nac/./PIE.htc');
}

.wide-btn:hover, .wide-gray-btn:hover
{
    background: #be608e;
}

/* �������� ������ */
.item-navigation
{
    float: left;
    width: 720px;
    padding-bottom: 30px;
}

.item-navigation div
{
    width: 240px;
}

.item-navigation .center
{
    float: left;
}

.item-navigation .right
{
    text-align: right;
}

.item-navigation a
{
    font-size: 12px;
}

.item-complex
{
    clear: both;
    width: 720px;
}

.item-images
{
    float: left;
    width: 280px;
    padding-right: 17px;
}

#item-sources
{
    width: 280px;
    height: 280px;
}

h1
{
    margin: 0;
    padding: 0;
    font-size: 20px;
}

.stars
{
    margin: 20px 0 10px;
    float: left;
    background: url("/local/templates/iamweb_nac/./images/sprite.png") 0 -322px no-repeat;
    width: 80px;
    height: 16px;
}

.old-price
{
    padding-top: 20px;
    color: #898989;
    text-decoration: line-through;
}

.old-price strong
{
    font-size: 16px;
}

.current-price
{
    font-size: 18px;
    padding-top: 10px;
}

.current-price strong
{
    font-size: 22px;
}

.amount
{
    float: left;
    padding: 20px 10px 0 0;
    font-size: 12px;
    color: #252525;
}

.amount-ruler
{
    font-size: 14px;
    border: 1px solid #252525;
    background: #d8d8d8;
    text-align: center;
    float: left;

    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    -khtml-border-radius: 6px;
    border-radius: 6px;

    behavior: url('/local/templates/iamweb_nac/./PIE.htc');
}

.amount-ruler a
{
    font-size: 14px;
    text-decoration: none;
    display: block;
    color: #252525;
    padding: 2px 5px;
}

.amount-ruler span
{
    float: left;
    background: #fff;
    padding: 2px 10px;
    width: 10px;
}

.item-complex .btn
{
    margin-top: 30px;
    background-position: -156px -238px;
}

.item-complex .btn:hover
{
    background-position: -156px -210px;
}

.social-area
{
    clear: both;
    padding-top: 15px;
    overflow: hidden;
}

.social-area div
{
    padding-bottom: 5px;
}

.item-complex div.right
{
    font-size: 12px;
}

.item-complex div.right div
{
    padding-top: 10px;
}

#tabs
{
    clear: both;
    padding-top: 60px;
    border-bottom: 1px solid #898989;
    height: 35px;
    margin-bottom: 20px;
}

#tabs a
{
    display: block;
    float: left;
    border-top: 1px solid #c2c2c2;
    border-left: 1px solid #c2c2c2;
    border-right: 1px solid #c2c2c2;
    text-decoration: none;
    color: #000;
    width: 157px;
    text-align: center;
    margin: 0 1px;
    padding: 10px 0;
    height: 14px;

    -moz-border-radius: 6px 6px 0 0;
    -webkit-border-radius: 6px 6px 0 0;
    -khtml-border-radius: 6px 6px 0 0;
    border-radius: 6px 6px 0 0;

    behavior: url('/local/templates/iamweb_nac/./PIE.htc');
}

#tabs a.active
{
    border-color: #898989;
    border-bottom: 1px solid #fff;
    font-weight: bold;
}

#review-tab, #question-tab, #video-tab
{
    display: none;
}

.similar-items
{
    clear: both;
    border-top: 1px solid #898989;
    margin-top: 35px;
    padding-top: 35px;
}

h3
{
    padding: 0;
    margin: 0 0 20px 0;
    color: #9f4777;
    font-family: 'Ubuntu Condensed', sans-serif;
    font-size: 20px;
}

.review-item
{
    border-bottom: 1px solid #d7d7d7;
    margin-bottom: 20px;
    padding-bottom: 30px;
}

.review-item .stars
{
    margin: 0 20px 15px 0;
    float: left;
}

.review-item .date
{
    float: left;
    margin: 0 0 0 20px;
    color: #898989;
}

.review-creator div
{
    margin-bottom: 10px;
}

.review-creator .left, .review-creator .clear
{
    width: 130px;
    float: left;
    font-weight: bold;
}

.review-creator .right
{
    width: 590px;
}

.review-creator .stars
{
    margin: 0;
}

.review-creator input
{
    width: 200px;
    margin: 0;
    padding: 4px;
    border: 1px solid #898989;
    font: 14px 'Arial';
    color: #898989;
}

.review-creator textarea, .iw-textarea
{
    width: 470px;
    height: 75px;
    margin: 0;
    padding: 4px;
    border: 1px solid #898989;
    resize: none;
    font: 14px 'Arial';
    color: #898989;
}

.review-item .question
{
    color: #2f8c96;
    font-style: italic;
    padding-bottom: 15px;
}

.review-item .author
{
    color: #898989;
    padding-bottom: 5px;
}

.starrequired
{
    color: #f00;
}

.bx_ordercart_order_table_container .right
{
    float: none;
}

.item-summary
{
    width: 303px;
    float: left;
}

.basket-breadcrumbs
{
    font: 18px Arial;
    color: #898989;
}

.basket-breadcrumbs strong
{
    font-weight: normal;
    color: #000;
}

.b-share
{
    margin-left: -4px;
}

#news-starter
{
    display: block;
    float: left;
    width: 273px;
    height: 28px;
    position: absolute;
    margin-top: -27px;
}

.captcha-holder input.form-text
{
    display: block;
    border: 1px solid #898989;
    margin: 10px 0;
    padding: 5px;
    width: 100px;
}

.submitButton
{
    border: 1px solid transparent;
    cursor: pointer;
    padding: 0 20px;
    width: 100px;
}

.captcha-holder
{
    padding-bottom: 20px;
}

a.instagram
{
    background-position: 0 -190px;
}

.strike
{
    color: #bfbfbf;
    text-decoration: line-through;
}

.hidden
{
    display: none;
}

.fireBlock
{
    width: 720px;
    height: 404px;
}

.fireBlock a
{
    display: block;
    width: 720px;
    height: 404px;
}

.fireBlock a span
{
    display: none;
}

.float-link
{
    position: fixed;
    right: 275px;
    bottom: 0;
    border: 1px solid #ffb2df;
    display: block;
    width: 218px;
    height: 67px;
    text-decoration: none;
}

.discount-icon
{
    display: block;
    width: 50px;
    height: 30px;
    background-size: 50px 30px;
    position: absolute;
    right: 0;
    margin-top: -30px;
}

.relative
{
    position: relative;
}

.fullscreen {
    background: transparent;
}

.fotorama--fullscreen {
    background: transparent;
}

.fotorama--fullscreen .fotorama__nav {
    background: rgba(0, 0, 0, 0.7);
}

.fotorama--fullscreen .fotorama__stage {
    background: rgba(255, 255, 255, 0.6);
}

.fotorama--fullscreen .fotorama__stage__frame {
    display: flex;
    justify-content: center;
    align-items: center;
}

.fotorama--fullscreen .fotorama__stage__frame .fotorama__img {
    width: auto !important;
    height: auto !important;
    position: relative;
    left: 0 !important;
    top: 0 !important;
}


#main-menu, .menu .left {
    box-sizing: content-box;
}
#main-menu *, .menu .left {
    box-sizing: content-box;
}

.menu {
    display: flex;
}

.menu #search-form {
    display: flex;
}

#panel {
    width: 100%;
}
/* End */
/* /local/templates/iamweb_nac/components/bitrix/search.title/default/style.css?17551732692263 */
/* /local/components/comly/cookie.notification/templates/.default/style.css?17551732691375 */
/* /local/templates/iamweb_nac/styles.css?175517326922897 */
/* /local/templates/iamweb_nac/template_styles.css?176396395817802 */
