


/* Start:/bitrix/templates/spitfire/css/reset.css*/
html{
    color:#000;
    background:#FFF;
}

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td{
    margin:0;
    padding:0;
}

table{
    border-collapse:collapse;
    border-spacing:0;
}

fieldset,img{
    border:0;
}

address,caption,cite,code,dfn,em,strong,th,var,optgroup{
    font-style:inherit;
    font-weight:inherit;
    text-align: left;
}

del,ins{
    text-decoration:none;
}

li{
    list-style:none;
}

caption{
    text-align:left;
}

h1,h2,h3,h4,h5,h6{
    font-size:100%;
    font-weight:normal;
}

q:before,q:after {
    content:'';
}

abbr,acronym{
    border:0;
    font-variant:normal;
}

sup{
    vertical-align:baseline;
}

sub{
    vertical-align:baseline;
}

legend{
    color:#000;
}

input,button,textarea,select,optgroup,option{
    font-family:inherit;
    font-size:inherit;
    font-style:inherit;
    font-weight:inherit;
}

input,button,textarea,select{
    *font-size:100%;
}

body{
    font:14px arial,helvetica,clean,sans-serif;
    *font-size:small;
    *font:x-small;
}

select,input,button,textarea,button{
    font:99% arial,helvetica,clean,sans-serif;
}

table{
    font-size:inherit;
    font:100%;
}

pre,code,kbd,samp,tt{
    font-family:monospace;
    *font-size:108%;
    line-height:100%;
}

body{
    text-align:left;
}

.clear {
    clear: both;
}
a:focus {
    outline: none;
}
/* End */



/* Start:/bitrix/templates/spitfire/css/style.css*/
/* Стили адаптивного аккордеона */
.wrapper{
    width:90%;
    max-width:800px;
    margin:0 auto;
}
.st-accordion{
    width:100%;
    min-width:270px;
    margin: 0 auto;
}
.st-accordion ul li{
    height: 50px;

    border-top:1px solid #000;
    overflow: hidden;

}
.st-accordion ul li:first-child{
    border-top:none;
}
.st-accordion ul li > a{
    text-align:center;
    text-decoration:none;
    font-size: 26px;
    display: block;
    position: relative;
    line-height: 50px;
    outline:none;
    -webkit-transition:  color 0.2s ease-in-out;
    -moz-transition:  color 0.2s ease-in-out;
    -o-transition:  color 0.2s ease-in-out;
    -ms-transition:  color 0.2s ease-in-out;
    transition:  color 0.2s ease-in-out;
}
.st-accordion ul li > a span{

    text-indent:-9000px;
    width: 20px;
    height: 14px;
    position: absolute;
    top: 50%;
    right: -26px;
    margin-top: -7px;
    opacity:0;
    -webkit-transition:  all 0.2s ease-in-out;
    -moz-transition:  all 0.2s ease-in-out;
    -o-transition:  all 0.2s ease-in-out;
    -ms-transition:  all 0.2s ease-in-out;
    transition:  all 0.2s ease-in-out;
}
.st-accordion ul li > a:hover{
    color: #fff;
}
.st-accordion ul li > a:hover span{
    opacity:1;
    right: 10px;
}
.st-accordion ul li.st-open > a{
    color: #fff;
}
.st-accordion ul li.st-open > a span{
    -webkit-transform:rotate(180deg);
    -moz-transform:rotate(180deg);
    transform:rotate(180deg);
    right:10px;
    opacity:1;
}
.st-content{
    padding: 5px 0px 10px 0px;
}
.st-content p{
    font-size:  16px;
    line-height:  28px;
    padding: 0px 4px 15px 4px;
}
@media screen and (max-width: 320px){
    .st-accordion ul li > a{
        font-size:26px;
    }
}
/* End */



/* Start:/bitrix/templates/spitfire/css/magnific-popup.css*/
/* Magnific Popup CSS */
.mfp-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1042;
    overflow: hidden;
    position: fixed;
    background: #0b0b0b;
    opacity: 0.8;
    filter: alpha(opacity=80); }

.mfp-wrap {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1043;
    position: fixed;
    outline: none !important;
    -webkit-backface-visibility: hidden; }

.mfp-container {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0 8px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }

.mfp-container:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle; }

.mfp-align-top .mfp-container:before {
    display: none; }

.mfp-content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
    z-index: 1045; }

.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
    width: 100%;
    cursor: auto; }

.mfp-ajax-cur {
    cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: -moz-zoom-out;
    cursor: -webkit-zoom-out;
    cursor: zoom-out; }

.mfp-zoom {
    cursor: pointer;
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
    cursor: auto; }

.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none; }

.mfp-loading.mfp-figure {
    display: none; }

.mfp-hide {
    display: none !important; }

.mfp-preloader {
    color: #cccccc;
    position: absolute;
    top: 50%;
    width: auto;
    text-align: center;
    margin-top: -0.8em;
    left: 8px;
    right: 8px;
    z-index: 1044; }
.mfp-preloader a {
    color: #cccccc; }
.mfp-preloader a:hover {
    color: white; }

.mfp-s-ready .mfp-preloader {
    display: none; }

.mfp-s-error .mfp-content {
    display: none; }

button.mfp-close, button.mfp-arrow {
    overflow: visible;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: none;
    padding: 0;
    z-index: 1046;
    -webkit-box-shadow: none;
    box-shadow: none; }
button::-moz-focus-inner {
    padding: 0;
    border: 0; }

.mfp-close {
    width: 44px;
    height: 44px;
    line-height: 44px;
    position: absolute;
    right: 0;
    top: 0;
    text-decoration: none;
    text-align: center;
    opacity: 0.65;
    padding: 0 0 18px 10px;
    color: white;
    font-style: normal;
    font-size: 28px;
    font-family: Arial, Baskerville, monospace; }
.mfp-close:hover, .mfp-close:focus {
    opacity: 1; }
.mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
    color: #333333; }

.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
    color: white;
    right: -6px;
    text-align: right;
    padding-right: 6px;
    width: 100%; }

.mfp-counter {
    position: absolute;
    top: 0;
    right: 0;
    color: #cccccc;
    font-size: 12px;
    line-height: 18px; }

.mfp-arrow {
    position: absolute;
    opacity: 0.65;
    margin: 0;
    top: 50%;
    margin-top: -55px;
    padding: 0;
    width: 90px;
    height: 110px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
.mfp-arrow:active {
    margin-top: -54px; }
.mfp-arrow:hover, .mfp-arrow:focus {
    opacity: 1; }
.mfp-arrow:before, .mfp-arrow:after, .mfp-arrow .mfp-b, .mfp-arrow .mfp-a {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
.mfp-arrow:after, .mfp-arrow .mfp-a {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
.mfp-arrow:before, .mfp-arrow .mfp-b {
    border-top-width: 21px;
    border-bottom-width: 21px; }

.mfp-arrow-left {
    left: 0; }
.mfp-arrow-left:after, .mfp-arrow-left .mfp-a {
    border-right: 17px solid white;
    margin-left: 31px; }
.mfp-arrow-left:before, .mfp-arrow-left .mfp-b {
    margin-left: 25px;
    border-right: 27px solid #3f3f3f; }

.mfp-arrow-right {
    right: 0; }
.mfp-arrow-right:after, .mfp-arrow-right .mfp-a {
    border-left: 17px solid white;
    margin-left: 39px; }
.mfp-arrow-right:before, .mfp-arrow-right .mfp-b {
    border-left: 27px solid #3f3f3f; }

.mfp-iframe-holder {
    padding-top: 40px;
    padding-bottom: 40px; }
.mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
.mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 56.25%; }
.mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: black; }

/* Main image in popup */
img.mfp-img {
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
    line-height: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 40px 0 40px;
    margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
    line-height: 0; }
.mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #a57639; }
.mfp-figure small {
    color: #bdbdbd;
    display: block;
    font-size: 12px;
    line-height: 14px; }

.mfp-bottom-bar {
    margin-top: -36px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    cursor: auto; }

.mfp-title {
    text-align: left;
    line-height: 18px;
    color: #f3f3f3;
    word-wrap: break-word;
    padding-right: 36px; }

.mfp-image-holder .mfp-content {
    max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
    cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
    /**
         * Remove all paddings around the image on small screen
         */
    .mfp-img-mobile .mfp-image-holder {
        padding-left: 0;
        padding-right: 0; }
    .mfp-img-mobile img.mfp-img {
        padding: 0; }
    .mfp-img-mobile .mfp-figure {
        /* The shadow behind the image */ }
    .mfp-img-mobile .mfp-figure:after {
        top: 0;
        bottom: 0; }
    .mfp-img-mobile .mfp-figure small {
        display: inline;
        margin-left: 5px; }
    .mfp-img-mobile .mfp-bottom-bar {
        background: rgba(0, 0, 0, 0.6);
        bottom: 0;
        margin: 0;
        top: auto;
        padding: 3px 5px;
        position: fixed;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
        padding: 0; }
    .mfp-img-mobile .mfp-counter {
        right: 5px;
        top: 3px; }
    .mfp-img-mobile .mfp-close {
        top: 0;
        right: 0;
        width: 35px;
        height: 35px;
        line-height: 35px;
        background: rgba(0, 0, 0, 0.6);
        position: fixed;
        text-align: center;
        padding: 0; } }

@media all and (max-width: 900px) {
    .mfp-arrow {
        -webkit-transform: scale(0.75);
        transform: scale(0.75); }
    .mfp-arrow-left {
        -webkit-transform-origin: 0;
        transform-origin: 0; }
    .mfp-arrow-right {
        -webkit-transform-origin: 100%;
        transform-origin: 100%; }
    .mfp-container {
        padding-left: 6px;
        padding-right: 6px; } }

.mfp-ie7 .mfp-img {
    padding: 0; }
.mfp-ie7 .mfp-bottom-bar {
    width: 600px;
    left: 50%;
    margin-left: -300px;
    margin-top: 5px;
    padding-bottom: 5px; }
.mfp-ie7 .mfp-container {
    padding: 0; }
.mfp-ie7 .mfp-content {
    padding-top: 44px; }
.mfp-ie7 .mfp-close {
    top: 0;
    right: 0;
    padding-top: 0; }

/* End */



/* Start:/bitrix/templates/spitfire/css/liTabs.css*/
/*Plugin CSS*/
.t_wrap {
    list-style: none;
    margin: 0 0 20px 0;
    padding: 0;
//zoom:1;
    display:block;
}
.t_wrap:after{
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
.t_item {
    list-style: none;
}
.t_link {
    background: none;
    border-radius: 5px 5px 0 0;
    font-size:18px;
    float: left;
    margin: 0 0 0 25px;
    padding: 5px 20px;
    position: relative;
    text-decoration: none;
    z-index: 2;
}
.t_link.cur {
    background: #transparent;
    border: 1px solid #ccc;
    border-width: 1px 1px 0 1px;
}
.t_content {
    display: none;
    float: left;
    margin: 0 -100% 0 0;
    position: relative;
    width: 100%;
}
.t_content img{
    margin-right:10px;
    float:left;
}
.t_include {
    background: #transparent;

    clear: both;
    overflow: hidden;
    padding: 5px 10px;
    position: relative;
    top: -1px;
    z-index: 1;
    zoom: 1;
}

/* End */



/* Start:/bitrix/templates/spitfire/css/liStyle.css*/
/*Layout CSS*/
body {
    color: #999;
    font: 13px/1.2em Arial, Helvetica, sans-serif;
    margin: 0;
    padding: 0 10px;
}
.conteiner {
    margin: auto;
    max-width: 800px;
}
.header {
    background: #ccc;
    margin: 0 0 20px 0;
    padding: 10px;
    text-align: center;
}
.descr {
    border-bottom: 1px dashed #ccc;
    padding: 0 0 15px 0;
    text-align: left;
}
hr {
    border: 0;
    border-bottom: 1px dashed #ccc;
    height: 0;
    margin: 20px 0;
}


/* End */



/* Start:/bitrix/templates/spitfire/css/owl.carousel.css*/
/*
 * 	Core Owl Carousel CSS File
 *	v1.3.3
 */

/* clearfix */
.owl-carousel .owl-wrapper:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
/* display none until init */
.owl-carousel{
    display: none;
    position: relative;
    width: 100%;
    -ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper{
    display: none;
    position: relative;
    -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer{
    overflow: hidden;
    position: relative;
    width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight{
    -webkit-transition: height 500ms ease-in-out;
    -moz-transition: height 500ms ease-in-out;
    -ms-transition: height 500ms ease-in-out;
    -o-transition: height 500ms ease-in-out;
    transition: height 500ms ease-in-out;
}

.owl-carousel .owl-item{
    float: left;
}
.owl-controls .owl-page,
.owl-controls .owl-buttons div{
    cursor: pointer;
}
.owl-controls {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* mouse grab icon */
.grabbing {
    cursor:url(/bitrix/templates/spitfire/css/grabbing.png) 8 8, move;
}

/* fix */
.owl-carousel  .owl-wrapper,
.owl-carousel  .owl-item{
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility:    hidden;
    -ms-backface-visibility:     hidden;
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
}


/* End */



/* Start:/bitrix/templates/.default/components/stepanov/slider/slider/style.css*/
/*
*   Owl Carousel Owl Demo Theme
*   v1.3.3
*/
.owl-controls{
    width:732px;
}
.owl-theme .owl-controls{
    margin-top: 3px;
    text-align: center;
}

/* Styling Next and Prev buttons */

.owl-theme .owl-controls .owl-buttons div{
    color: #FFF;
    display: inline-block;
    zoom: 1;
    *display: inline;/*IE7 life-saver */
    margin: 5px;
    padding: 3px 10px;
    font-size: 12px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    background: #869791;
    filter: Alpha(Opacity=50);/*IE7 fix*/
    opacity: 0.5;
}
/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */
.owl-theme .owl-controls.clickable .owl-buttons div:hover{
    filter: Alpha(Opacity=100);/*IE7 fix*/
    opacity: 1;
    text-decoration: none;
}

/* Styling Pagination*/

.owl-theme .owl-controls .owl-page{
    display: inline-block;
    zoom: 1;
    *display: inline;/*IE7 life-saver */
}
.owl-theme .owl-controls .owl-page span{
    display: block;
    width: 8px;
    height: 8px;
    margin: 5px 5px;
    filter: Alpha(Opacity=50);/*IE7 fix*/
    opacity: 0.5;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    background: #869791;
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span{
    filter: Alpha(Opacity=100);/*IE7 fix*/
    opacity: 1;
}

/* If PaginationNumbers is true */

.owl-theme .owl-controls .owl-page span.owl-numbers{
    height: auto;
    width: auto;
    color: #FFF;
    padding: 2px 10px;
    font-size: 12px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
}

/* preloading images */
.owl-item.loading{
    min-height: 150px;
    background: url(/bitrix/templates/.default/components/stepanov/slider/slider/AjaxLoader.gif) no-repeat center center
}
/* End */



/* Start:/bitrix/templates/.default/components/bitrix/menu/menu/style.css*/
/*------------------------------------*\
	СБРОС
\*------------------------------------*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{
    margin:0;
    padding:0;
}
table{
    border-collapse:collapse;
    border-spacing:0;
}
fieldset,img{
    border:0;
}
address,caption,cite,code,dfn,th,var{
    font-style:normal;
    font-weight:normal;
}
caption,th{
    text-align:left;
}
h1,h2,h3,h4,h5,h6{
    font-size:100%;
    font-weight:normal;
}
q:before,q:after{
    content:'';
}
abbr,acronym{
    border:0;
}





/*------------------------------------*\
	ОСНОВНЫЕ ПРАВИЛА
\*------------------------------------*/
html{
    height:101%;
    background:#fff url(/img/css/bg.gif) top left repeat-x;
}
body{
    font-family:Arial,Verdana,sans-serif;
    font-size:0.95em;
    color:#333;
    margin:0 auto;
    padding:10px;
}





/*------------------------------------*\
	НАВИГАЦИЯ
\*------------------------------------*/
#nav{
    float:left;
    width:100%;
    list-style:none;
    font-weight:bold;
    margin:12px 0px 0px 100px;

}
#nav li{
    float:left;
    margin-right:10px;
    position:relative;
    display:block;
}
#nav li a{
    display:block;
    color:#fff;
    text-transform:uppercase;
    text-decoration:none;
    border-radius:2px;
    font-weight:bold;
    font-size:14px;
}
#nav li a:hover{

}

/*--- ВЫПАДАЮЩИЕ ПУНКТЫ ---*/
#nav ul{
    list-style:none;
    position:absolute;
    left:-9999px; /* Скрываем за экраном, когда не нужно (данный метод лучше, чем display:none;) */
    opacity:0; /* Устнавливаем начальное состояние прозрачности */
    -webkit-transition:0.25s linear opacity; /* В Webkit выпадающие пункты будут проявляться */
}
#nav ul li{
    padding-top:1px; /* Вводим отступ между li чтобы создать иллюзию разделенных пунктов меню */
    float:none;

}
#nav ul a{
    white-space:nowrap; /* Останавливаем перенос текста и создаем многострочный выпадающий пункт */
    display:block;
}
#nav li:hover ul{ /* Выводим выпадающий пункт при наведении курсора */
    left:0; /* Приносим его обратно на экран, когда нужно */
    opacity:1; /* Делаем непрозрачным */
    height:200px;
}
#nav li:hover a{ /* Устанавливаем стили для верхнего уровня, когда выводится выпадающий список */


}
#nav li:hover ul a{ /* Изменяем некоторые стили верхнего уровня при выводе выпадающего пункта */
    text-decoration:none;
    -webkit-transition:-webkit-transform 0.075s linear;
}
#nav li:hover ul li a:hover{ /* Устанавливаем стили для выпадающих пунктов, когда курсор наводится на конкретный пункт */

    text-decoration:underline;
    -moz-transform:scale(1.35);
    -webkit-transform:scale(1.35);
}
#nav li ul li a{
    font-size:13px;
    padding-top:5px;
    padding-left:1px;
    line-height: 1px;
}
#nav li ul{
    margin-top:-30px;
}
#nav li ul li{
    margin-left:0px;
    text-align:left;
}
/* End */



/* Start:/bitrix/templates/.default/components/bitrix/photo.random/right_events/style.css*/
.padding-broadcasts img{
    margin:21px 0 0 17px;
}
/* End */



/* Start:/bitrix/templates/spitfire/styles.css*/
html{
    color:#000;
    background:#FFF;
}

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td{
    margin:0;
    padding:0;
}

table{
    border-collapse:collapse;
    border-spacing:0;
}

fieldset,img{
    border:0;
}

address,caption,cite,code,dfn,em,strong,th,var,optgroup{
    font-style:inherit;
    font-weight:inherit;
    text-align: left;
}

del,ins{
    text-decoration:none;
}

li{
    list-style:none;
}

caption{
    text-align:left;
}

h1,h2,h3,h4,h5,h6{
    font-size:100%;
    font-weight:normal;
}

q:before,q:after {
    content:'';
}

abbr,acronym{
    border:0;
    font-variant:normal;
}

sup{
    vertical-align:baseline;
}

sub{
    vertical-align:baseline;
}

legend{
    color:#000;
}

input,button,textarea,select,optgroup,option{
    font-family:inherit;
    font-size:inherit;
    font-style:inherit;
    font-weight:inherit;
}

input,button,textarea,select{
    *font-size:100%;
}

body{
    font:14px arial,helvetica,clean,sans-serif;
    *font-size:small;
    *font:x-small;
}

select,input,button,textarea,button{
    font:99% arial,helvetica,clean,sans-serif;
}

table{
    font-size:inherit;
    font:100%;
}

pre,code,kbd,samp,tt{
    font-family:monospace;
    *font-size:108%;
    line-height:100%;
}

body{
    text-align:left;
}

.clear {
    clear: both;
}
a:focus {
    outline: none;
}
/* End */



/* Start:/bitrix/templates/spitfire/template_styles.css*/
html, body{
    height: 100%;
    margin: 0;
    background: #000000;

}
body {

    font-family: Arial, Helvetica, sans-serif;
    text-align: center;
    font-size: 15px;
    color: #ecc581;
}
#header{
    height: 257px;
    position: fixed;
    z-index: 10;
}
#content-main{
    position:relative;
    top:257px;
    z-index: 5;
}
#wrapper {
    width: 1003px;
    /* height: 638px; */
    margin: 0 auto;
    text-align: left;
}

#info{
    background: url("/bitrix/templates/spitfire/images/body_background.jpg") repeat-y top;
    width: 1003px;
    height: 170px;
    text-align: right;
}
#adress{
    margin-top:25px;
    width:353px;
    float:left;
    text-align:center;
    font-size:17px;
    font-weight:bold;

}
.slider{
    float:left;
    margin:7px 0 0 11px;

    height:163px;
    width:700px;
    oveflow:hidden;
}
#letchik{
    margin-right:35px;
}
div.menu {
    background: url("/i/bg-menu6.jpg") no-repeat top;
    height:75px;
    width:970px;
    text-align: center;
    color:#ecc581;
}
div.menu ul{
    height:75px;
}
div.menu li {
    float:left;
    margin-left:30px;
    margin-top:25px;


}
div.menu li a {

    display: block;


}
div.menu img {display:block;}
.count{margin:10px;}

#main-body-header {
    width: 1003px;
    height: 37px;
    background: url("/bitrix/templates/spitfire/images/main_body_header.jpg") no-repeat top;
}
#main-body-back {
    width: 1003px;
    height: 545px;
    background: url("/bitrix/templates/spitfire/images/body_background.jpg") repeat-y top;
    overflow:hidden;
}
#content{
    float:left;
    width:710px;

}
.page-content{
    margin-left:20px;
    overflow-y:scroll;
    height:545px;
    width:680px;
}
#otstup_sleva{
    float:left;
    width:300px;
}
.page-header{
    text-align:left;

    font-weight:bold;
    font-size:17px;
    text-transform:uppercase;
}
#brands{
    display:inline-block;
    margin-top:15px;
    text-align:left;
}
#events{

    width:250px;
    height:250px;
    float:left;
}
#logo_spitfire{
    width:250px;
    height:250px;
    margin-top:25px;
    font-size: 16px;
    line-height: 2;
}
#logo_spitfire span{
    font-weight: bold;
}




.bg-broadcasts {
    background: url('/bitrix/templates/spitfire/images/broadcasts.png')no-repeat;
    float:left;
    width: 260px;
    height: 580px;
    margin-left: 10px;
}


ul.special-offer {
    font-family: Arial;
    font-weight: normal;
    font-size: 17px;
    position: absolute;
    margin-top: 15px;
    padding: 0px;
    list-style: none;
    line-height: 18px;
}
ul.special-offer li {
    width: 220px;
}
.special-offer li {
    padding: 0px 0px 20px 10px;
    margin: 7px 0px 0px 15px;
    background: url('/bitrix/templates/spitfire/images/p-special-offer.png') no-repeat left 7px;
}
li {

}
li a {
    font-family: Arial;
    color:#ecc581;
    font-size: 14px;
    font-weight: normal;
    margin: 0px 0px 25px 0px;
    padding-bottom: 10px;
}
.special-offer-date a {
    font-size: 1.1em;
    color:#ecc581;
}
.special-offer-title{
    text-decoration:none;
}
.bg-special-offer {
    background: transparent url('/bitrix/templates/spitfire/images/bg-special-offer.png') no-repeat top center;
    width: 226px;
    height: 286px;
    margin: 0 0px 0px 15px;
}
.padding-special-offer {
    padding: 39px 0px 0px 30px;
}
.photog{overflow:hidden;}
.photogr{float:left;width:200px;margin-left:5px;}

#main-body-footer {
    clear: both;
    width: 1003px;
    height: 37px;
    background: transparent url("/bitrix/templates/spitfire/images/main_body_footer.jpg") no-repeat top;
}
.mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.84);
    background: rgba(0, 0, 0, 0.22);
}
a:link, a:visited{color:#ecc581}
.day{font-size: 17px; font-weight: bold;}



.list-shb {
    width:660px;
}
.list-shb h2 {
    font-size:20px;
    color: #ecc581;
    margin-bottom: 10px;
}
.list-shb .process {
    width:650px;
    height: 50px;
    margin-bottom: 10px;
    background: url("/bitrix/templates/spitfire/images/border.png") no-repeat;
}
.list-shb .process p{
    float:left;
    padding-left:18px;
    padding-top:12px;
}
.list-shb .process p:nth-child(2){
    padding-left:35px;
    color:#fff;
}
.list-shb .process p:nth-child(3){
    padding-left:35px;
}
.logo-b{
    border:none;
    margin-left:50px;
}
.list-shb h3{
    font-size:26px;
    text-align: center;
    padding:10px;
}
.map-b{
    width:640px;
}
.contact-b{
    padding-top:20px;
    font-size:18px;
}
/* End */
/* /bitrix/templates/spitfire/css/reset.css */
/* /bitrix/templates/spitfire/css/style.css */
/* /bitrix/templates/spitfire/css/magnific-popup.css */
/* /bitrix/templates/spitfire/css/liTabs.css */
/* /bitrix/templates/spitfire/css/liStyle.css */
/* /bitrix/templates/spitfire/css/owl.carousel.css */
/* /bitrix/templates/.default/components/stepanov/slider/slider/style.css */
/* /bitrix/templates/.default/components/bitrix/menu/menu/style.css */
/* /bitrix/templates/.default/components/bitrix/photo.random/right_events/style.css */
/* /bitrix/templates/spitfire/styles.css */
/* /bitrix/templates/spitfire/template_styles.css */
