@import url(https://fonts.googleapis.com/css?family=Roboto:300,700,300italic,700italic&subset=cyrillic);

html {
    margin: 0 !important;
}
 
body, select, input, textarea, button { font: 300 14px/1.52 "Roboto", Arial, Helvetica, sans-serif; color: #313133; }

a { outline: none; color: #158dd1; text-decoration: none; }
a:hover { text-decoration: underline; }

a img { border: 0 none; }
a > img { vertical-align: bottom; }

h1,h2,h3,h4,h5 { margin: 1em 0 .3em 0; line-height: normal; font-weight: normal; text-rendering: optimizeLegibility; }
h1 { font-size: 28px; }
h2 { font-size: 22px; }
h3 { font-size: 18px; }
h4 { font-size: 16px; }
h5 { font-size: 14px; }
p { margin-bottom: 40px; }

b, strong { font-weight: 800; }

.clr { clear: both }
.clrfix:after { clear: both; content: ""; display: block; height: 0; width: 0; visibility: hidden; }
.hide { display: none; }
.left { float: left; }
.right { float: right; }

ul { padding-left: 25px; list-style: disc outside; }
ol { padding-left: 25px; list-style: decimal outside; }



body {
    background-color: #f3f4f4;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}







/* Поля ввода */
.field {
    display: inline-block; height: 46px; line-height: 24px; padding: 8px 12px; vertical-align: middle; border-radius: 0;
    width: 200px; background: #fcfcfc; border: 3px solid #e6eaeb; transition: border 0.2s linear 0s;
    -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
}
.from-group { margin-bottom: 20px; }
.from-group > label { display: block; opacity: .6; margin-bottom: .2em; }
.from-group > .field { display: block; width: 100%; }
.field:invalid { box-shadow: none; }

textarea.field { height: auto; resize: vertical; resize: none; }
.field:focus { border-color: #2a2b2f; }

input::-moz-placeholder, textarea::-moz-placeholder, input::-webkit-input-placeholder, textarea::-webkit-input-placeholder { opacity: 0.6; }
textarea { overflow: auto; vertical-align: top; resize: vertical; }
input:focus { outline: none; }
button[disabled], input[disabled] { cursor: default; }

textarea, input[type="text"], input[type="email"] { -webkit-appearance: none; }

/* Кнопки */
.btn_load { text-transform: uppercase; font-weight: bold; padding: 8px 16px; height: 38px; line-height: 22px; display: inline-block; background-color: #2a2b2f; border-radius: 2px; border: 0 none; color: #fff; text-decoration: none !important; cursor: pointer;
    -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
    transition: all .2s ease;
    -webkit-transition: all .2s ease;
}
 a.btn_load { line-height: 24px; }
.btn:hover { opacity: .8; }
.from-submit .btn_load, .btn_load { width: 100%; height: 62px; padding: 14px 20px; }
.btn_load .icon { display: block; margin: 1px auto 0 auto; width: 32px; height: 32px; background-position: -176px -219px;
    -webkit-animation: sun .7s linear infinite;
    animation: sun .7s linear infinite;
}

.btn_border { padding: 7px 16px; border: 1px solid #e2e2e2; color: inherit; background-color: #fff; }
.btn_border:hover { border-color: #c3c3c3; opacity: 1; }

/* Эффекты */
.fade { opacity: 0; -webkit-transition: opacity 0.15s linear; transition: opacity 0.15s linear; }
.fade.in { opacity: 1; }

.collapse { display: none; }
.collapse.in { display: block; }
.collapsing { position: relative; height: 0; overflow: hidden; -webkit-transition: height 0.35s ease; transition: height 0.35s ease; }

/* Иконки */
.icon, .ico:before  { border: 0 none; display: inline-block; vertical-align: middle; background-image: url(../images/sprite.png);}
.icon { text-align: left; overflow: hidden; text-indent: -9999px; white-space: nowrap; }
.ico:before { content: ""; width: 14px; height: 14px; }

.rbt_loader:after, .rbt_garmon:before, .rbt_garmon:after { display: block; content: ""; background-image: url(../images/rbt_sprite.png); }

/* Retina */
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3/2), only screen and (min-device-pixel-ratio: 1.5) {
    .icon, .ico:before  {
        background-image: url(../images/sprite2x.png);
        -webkit-background-size: 410px auto;
        background-size: 410px auto;
    }
    .rbt_loader:after, .rbt_garmon:before, .rbt_garmon:after {
        background-image: url(../images/rbt_sprite2x.png);
        -webkit-background-size: 558px auto;
        background-size: 558px auto;
    }
}


/* Layout */
.page { max-width: 1400px; height: 100%; padding: 0 5%; margin: 0 auto;
    transition: padding-top ease .6s;
    -webkit-transition: padding-top ease .6s;
}

/* --- Header --- */

#header .container {
    font-weight: bold;
    text-transform: uppercase;
    position: relative;
    padding: 17px 0 45px 120px;

}


#header a { color: #313133; text-decoration: none !important; }

/* Logo*/
.logo { position: absolute; left: 0; top: 50%; margin: -15px 0 0 0; }
.logo .icon { margin: 0; width: 54px; height: 31px; background: url("../dist/svg/coderiz.svg") no-repeat -24px -24px; background-size: 200% }

/* Menu */
.menu_head { display: inline; }
.menu { float: left; margin-left: -12px; }
.menu a { position: relative; float: left; padding: 5px 12px; height: 20px; line-height: 19px; }
.menu a, .lang > a {
    -webkit-transition: opacity ease .2s; transition: opacity ease .2s;
}
.menu a:hover, .lang > a:hover { opacity: .7; }
.menu > a.active, .lang > a.active { opacity: .5; cursor: default; }
.menu > a.active:after, .lang > a.active:after { display: none !important; }

/* Mobile */
#mobile_menu_btn { display: none; float: right; border: 0 none; background: none; }

/* Language */
.lang { float: right; margin: -1px 0 0 0; white-space: nowrap; text-align: right; }
.lang > a { padding: 5px 12px; height: 20px; line-height: 19px; float: left; }


/* Slide Select */
.m-select { position: absolute; z-index: 30; top: 0; left: 7.5%; margin: 7.5% 0 0 -5px; padding: 0; }
.m-select li { display: inline-block; width: 28px; height: 28px; margin-left: -0.2em; white-space: nowrap; overflow: hidden; text-indent: -9999px; cursor: pointer; position: relative; }
.m-select li:after { content: ""; position: absolute; left: 50%; top: 50%; margin: -5px 0 0 -5px; width: 6px; height: 6px; border: 2px solid #fff; border-radius: 50%;
    transition: all ease .2s;
    -webkit-transition: all ease .2s;
}
.m-select li:hover:after { width: 12px; height: 12px; margin: -8px 0 0 -8px; }
.m-select li.active { cursor: default; position: relative; }
.m-select li.active:after { background-color: #fff; margin: -5px 0 0 -5px; width: 6px; height: 6px; border: 2px solid #fff; }



/* Общие стили страниц */
.pagebody { 
    border-radius: 5px;
    background-color: #ffffff;
    box-shadow: 0 4px 20px #eef0f2;
}
.pad { padding: 7.5%; }
.heading { font-size: 34px; margin: -0.2em 0 .5em 0; }
.text { font-size: 1.15em; }
.grid_1_2 { float: left; width: 46%; margin-right: 8%; }
.grid_last { margin-right: 0; }


#works_bar_toggle { position: absolute; left: 0; top: 0; border: 0 solid #303035; border-right-width: 1px; background: none; }
.menu_toggle { cursor: pointer; position: relative; width: 54px; height: 54px; }
.menu_toggle * { display: block; cursor: pointer; }
.menu_toggle i { position: absolute; top: 50%; left: 50%; margin: -1px 0 0 -9px; }
#works_bar_toggle i, #works_bar_toggle i:before, #works_bar_toggle i:after { background-color: #fff; }
.menu_toggle i, .menu_toggle i:before, .menu_toggle i:after { display: block; width: 18px; height: 2px; background-color: #26262a;
    transition: all ease .4s;
    -webkit-transition: all ease .4s;
}
.menu_toggle i:before, .menu_toggle i:after { content: ""; position: absolute; left: 0; }
.menu_toggle i:before { top: 0; margin-top: -6px; }
.menu_toggle i:after { top: 100%; margin-top: 4px; }

.menu_toggle:hover i { margin-left: -15px; }
.menu_toggle:hover i:before, .menu_toggle:hover i:after { margin-left: 6px; opacity: .6; }



/* Основной Загрузчик */
.load { overflow: hidden; }
.load .page { padding-top: 20%; }
.load .pageLoadOverlay { z-index: 9999; opacity: 1; visibility: visible;margin-top: 0; height: 100%; }
.pageLoadOverlay {
    overflow: hidden; z-index: -9999;
    position: fixed; left: 0; top: 0;
    width: 100%; background-color: #fff;
    margin-top: -100%; height: 0;
    transition: all ease 1.2s;
    -webkit-transition: all ease 1.2s;
}

.pageLoad {
  opacity: 0; position: absolute; left: 50%; top: 50%; height: 99px; margin: -50px 0 0 -60px;
    transition: all ease .6s .1s;
    -webkit-transition: all ease .6s .1s;
}
.load .pageLoad { opacity: 1; }


/* --- Контакты --- */
.contacts { border-bottom: 1px solid #e1e1e1; margin-top: 10px;}

/* Телефон и e-mail */
.big_contacts { list-style: none; margin: 12% 0 0 0; padding: 0; font-size: 42px; font-weight: bold; letter-spacing: -0.02em; }
.big_contacts a { color: inherit; text-decoration: none !important; }
.big_contacts li { line-height: normal; }
@media (max-width: 1235px) {
    .big_contacts { font-size: 38px; }
}
@media (max-width: 1120px) {
    .big_contacts { margin: 10% 0 0 0; }
}
.ca_skype { font-size: 1.2em; margin-top: 10px; }
.ca_skype a { color: inherit; }

.faq_list { list-style: none; padding: 0; margin-bottom: 0; }
.faq_list li > h5 { font-size: 18px; font-weight: bold; margin: 0 0 .8em 0; }
.faq_list li:last-child > .text { margin-bottom: 0; }

/* Мы в соц.сетях */
.ca_social { display: block; cursor: default; margin-top: 2em; }
.ca_social:after { content: ""; clear: both; display: block; }
.ca_social a { margin-right: 4px; width: 18px; height: 18px; padding: 12px; float: left; border-radius: 2px; background-color: #f4f4f5; }
.ca_social a:hover { background-color: #313133; }

.ca_social a > .icon { display: block; width: 18px; height: 18px; }

.ca_db .icon { background-position: -70px 0; }
.ca_tw .icon { background-position: -88px 0; }
.ca_vk .icon { background-position: -106px 0; }
.ca_fb .icon { background-position: -124px 0; }
.ca_in .icon { background-position: -142px 0; }
.ca_db:hover .icon { background-position: -70px -251px; }
.ca_tw:hover .icon { background-position: -88px -251px; }
.ca_vk:hover .icon { background-position: -106px -251px; }
.ca_fb:hover .icon { background-position: -124px -251px; }
.ca_in:hover .icon { background-position: -142px -251px; }

/* Сообщение об отправке */
.fb_send { overflow: hidden; }
.fb_send .page { padding-top: 20%; }
.fb_send .feedback_msg { z-index: 9999; opacity: 1; visibility: visible; margin-top: 0; height: 100%; }
.feedback_msg {
    transition: all ease .6s;
    -webkit-transition: all ease .6s;
}
.feedback_msg { color: #fff; z-index: -9999; position: fixed; left: 0; top: 0; width: 100%; height: 0; margin-top: -100%; overflow: hidden; }
.feedback_msg:after { z-index: -1; content: ""; display: block; position: absolute; left: 0; top: 0; width: 100%; height: 100%; background-color: #df722a; }
.feedback_msg_statusok:after { background-color: #2cbc7a; }
.feedback_msg a { color: #fff; }

.feedback_msg_statusok .feedback_msg_bad, .feedback_msg_good { display: none; }
.feedback_msg_statusok .feedback_msg_anim, .feedback_msg_statusok .feedback_msg_good { display: block; }

.feedback_msg .close { cursor: pointer; position: absolute; right: 0; top: 0; border: 0 none; background: none; width: 88px; height: 88px; margin: 2%; }
.feedback_msg .close:hover { opacity: .8; }
.feedback_msg .close > .icon { width: 48px; height: 48px; background-position: -160px 0; }

.feedback_msg_wrp { display: table; position: absolute; left: 50%; top: 0; width: 60%; height: 100%; margin-left: -30%; }
.feedback_msg_wrpin { display: table-cell; vertical-align: middle; text-align: center; }
.feedback_msg_wrpin b { display: block; font-size: 68px; letter-spacing: -0.02em; max-width: 500px; margin: 0 auto; }
.feedback_msg_wrpin p { display: block; font-size: 22px; max-width: 500px; margin: 0 auto; }

.fb_load .feedback_msg_good, .fb_send .feedback_msg_good {
    transition: all .8s ease-in-out 1.4s;
    -webkit-transition: all .8s ease-in-out 1.4s;
}
.fb_load .feedback_msg_anim:after, .fb_send .feedback_msg_anim:after {
    transition: all .3s ease-in-out 1.3s;
    -webkit-transition: all .3s ease-in-out 1.3s;
}
.fb_load .feedback_msg_anim > .icon, .fb_send .feedback_msg_anim > .icon {
    transition: all 1s ease-in-out .6s, opacity .5s ease-in-out .2s;
    -webkit-transition: all 1s ease-in-out .6s, opacity .5s ease-in-out .2s;
}

.feedback_msg_good { opacity: 0; visibility: hidden; margin-top: 20%; }

.feedback_msg_anim { display: none; width: 194px; height: 284px; position: absolute; left: 50%; top: 50%; margin: -276px 0 0 -97px; overflow: hidden; }
.feedback_msg_anim:after { content: ""; position: absolute; left: 0; bottom: 0; background-color: #fff; height: 8px; width: 100%; opacity: 1; }
.feedback_msg_anim > .icon { position: absolute; left: 50%; top: 0; margin: 0 0 0 -42px; width: 84px; height: 192px; opacity: 0; background-position: -326px 0; }

.fb_send .feedback_msg_anim > .icon { margin-top: 284px; opacity: 1; }
.fb_send .feedback_msg_anim:after { width: 0; left: 50%; }
.fb_send .feedback_msg_good { opacity: 1; visibility: visible; margin-top: 0; }

/* Заголовок между блоками */
.sep_title { font-size: 22px; height: 28px; line-height: 28px; padding: 2.5% 7.5%; margin: 0; font-weight: bold; text-transform: uppercase; text-align: left; position: relative; }

@media (max-width: 1060px) {
    .sep_title { font-size: 18px; }
}

.sep_title .icon { opacity: .3; margin: -2px 15px 0 0; }
@media screen and (min-width: 768px) {
    .sep_title .icon { position: absolute; left: 0; top: 50%; margin: -16px 0 0 0; opacity: .3; }
}
.i_rel { width: 33px; height: 31px; background-position: -208px -67px; }
.i_viewed { width: 32px; height: 32px; background-position: -208px -35px; }

.prev:before { background-position: -62px -219px; }
.next:before { background-position: -106px -219px; }

/* Хлебные крошки */
.breadcrumbs { margin-top: .3em; }
.breadcrumbs > .item { display: inline; }
.breadcrumbs > .item a { color: inherit; }
.breadcrumbs > .item span { opacity: .6; }
.breadcrumbs > .item:before { content: "/"; opacity: .4; margin: 0 .5em 0 .2em; }
.breadcrumbs > .item:first-child:before { display: none; }


/* Описание к работе */

.work_text > .text a { color: inherit; }
.work_info_text { font-size: .9em; opacity: .6; margin-top: 3%; }
.work_info_text > a { color: inherit; }
.work_info_text.ico { padding-left: 35px; position: relative; }
.work_info_text.ico:before { float: left; position: absolute; margin: .2em 0 0 -35px; width: 20px; height: 20px; background-position: -90px -60px; }


/* Sticky */

.client .i_siteview { margin: -4px 6px 0 0; }
.download .i_download { margin: -6px 6px 0 0; }


.i_siteview { width: 18px; height: 14px; background-position: -297px -67px; }
.i_download { width: 14px; height: 18px; background-position: -269px -67px; }

/* Всплывающее окно "Подписки" */
.ca_social_head { background-color: #2a2b2f; color: #fff; padding: 8% 8% 6% 8%; text-align: center; overflow: hidden; }
.ca_social_head > p { font-size: 1.4em; max-width: 60%; margin: 0 auto; }

.ca_social_big { text-align: center; margin-top: 5%; }
.ca_social_big a { display: inline-block; margin-left: -.3em; padding: 5%; position: relative; }
.ca_social_big a > .icon { width: 32px; height: 32px; position: relative; z-index: 1; }
.ca_social_big a:after { content: ""; display: block; position: absolute; left: 0; top: 0; margin-top: 200px; width: 100%; height: 200px;
    transition: all .15s ease; -webkit-transition: all .15s ease;
}
.ca_social_big a:hover:after { margin-top: 0; }
.ca_db_big > .icon { background-position: 0 -129px; }
.ca_tw_big > .icon { background-position: -32px -129px; }
.ca_vk_big > .icon { background-position: -64px -129px; }
.ca_fb_big > .icon { background-position: -96px -129px; }
.ca_in_big > .icon { background-position: -128px -129px; }

a.ca_db_big:hover:after { background-color: #ea4c89; }
a.ca_tw_big:hover:after { background-color: #55acee; }
a.ca_vk_big:hover:after { background-color: #5986b8; }
a.ca_fb_big:hover:after { background-color: #3a589e; }
a.ca_in_big:hover:after { background-color: #6498c1; }

.modal-foot_link a { display: block; padding: 8% 8%; color: inherit; position: relative; text-align: center; font-weight: bold; text-transform: uppercase; font-size: 1.8em; text-decoration: none !important; }
.i_download_big { width: 28px; height: 36px; background-position: -62px -60px; margin: -.4em .5em 0 0; }
.i_siteview_big { width: 36px; height: 28px; background-position: -26px -60px; margin: -.25em .5em 0 0; }

/* Серый фон */
.greybg { background: #26262a; color: #fff; }
.greybg a { color: inherit; }

@media screen and (max-width: 1060px) {
    .page { padding: 0 30px; }
    .logo { margin-top: -12px; }
    .text, .work_text > .text, .row_cat_info > .cont > .text { font-size: 1.05em; }
    .row_cat_info > .cont > .title { font-size: 26px; }
    .work_text { padding-left: 13%; }
    #works_bar_toggle { border-right-width: 0; }

    .heading, .head_about .cont .title { font-size: 28px; }
    .head_about .cont .text { font-size: 1.2em; }
    .ms-item_row1 { font-size: 36px; }
    .ms-item_row2 { font-size: 48px; }
}

@media screen and (max-width: 920px) {
    .page { padding: 0 20px; }
    .big_contacts { font-size: 32px; }


    #works_bar_toggle {
        background: -webkit-linear-gradient(left, #26262a 30%, rgba(38,38,42,0) 100%);
        background: -moz-linear-gradient(left, #26262a 30%, rgba(38,38,42,0) 100%);
        background: -ms-linear-gradient(left, #26262a 30%, rgba(38,38,42,0) 100%);
        background: -o-linear-gradient(left, #26262a 30%, rgba(38,38,42,0) 100%);
        background: linear-gradient(left, #26262a 30%, rgba(38,38,42,0) 100%);
    }
}


@media screen and (max-width: 767px) {
#parallax {
    display: none;
}
    #header { background: #fff; height: 54px; padding: 0; position: static; }
    #header .container {
        padding-top: 0;
    }
    .logo { position: relative; float: left; height: 54px; padding: 0 12px; margin: 0; }
    .logo .icon { margin-top: 12px; vertical-align: top; }
    .mainpage #header:not(.sticky) {
        top: 0;
    }
    #mobile_menu_btn { display: block; }
    .menu_head { visibility: hidden; opacity: 0; position: fixed; overflow: hidden; z-index: -1; left: 0; top: 0; width: 100%; bottom: 0; padding-top: 54px; background: #26262a;
        transition: all .3s ease; -webkit-transition: all .3s ease;
    }

    #header { z-index: 1; }
    #header .menu { float: none; margin: 0; border-top: 1px solid #303035; padding: 20px 0; }
    #header .menu > a, #header .lang > a { color: #fff; opacity: .5; display: block; float: none; padding: 15px 7%; text-align: left; font-size: 1.2em; text-transform: none; }
    #header .menu > a.active { opacity: 1 !important; }
    #header .menu > a:hover, #header .lang > a:hover { background: #2a2a2e; }

    .lang { text-align: left; float: none; margin: 0; padding: 20px 0; border-top: 1px solid #303035; }

    .mobile_menu_open #header { position: fixed; width: 100%; left: 0; top: 0; bottom: 0; z-index: 9999; }
    .mobile_menu_open .menu_head { visibility: visible; opacity: 1; z-index: 9901; overflow-y: auto; -webkit-overflow-scrolling: touch; }
    .mobile_menu_open #mobile_menu_btn, .mobile_menu_open .logo { z-index: 9903; }
    .mobile_menu_open #mobile_menu_btn i, .mobile_menu_open #mobile_menu_btn i:before, .mobile_menu_open #mobile_menu_btn i:after { background-color: #fff; }
    .mobile_menu_open .logo .icon { filter: brightness(0) invert(1); }
    .mobile_menu_open .logo .icon:hover { filter: brightness(1) invert(1); }

    html.mobile_menu_open, .mobile_menu_open .page { overflow: hidden !important; }
    .mobile_menu_open #header:before { content: ""; position: absolute; left: 0; top: 0; right: 0; width: 100%; height: 54px; z-index: 9902;
        background: -webkit-linear-gradient(top, #26262a 30%, rgba(38,38,42,0) 100%);
        background: -moz-linear-gradient(top, #26262a 30%, rgba(38,38,42,0) 100%);
        background: -ms-linear-gradient(top, #26262a 30%, rgba(38,38,42,0) 100%);
        background: -o-linear-gradient(top, #26262a 30%, rgba(38,38,42,0) 100%);
        background: linear-gradient(top, #26262a 30%, rgba(38,38,42,0) 100%);
    }

    .footer_inner { display: none; }

    /* Slider */
    .ms-item-text { bottom: 10%; left: 50%; width: 80%; padding: 0; margin: 0 0 0 -40%; text-align: center; }
    .ms-item_row1 { font-size: 24px; }
    .ms-item_row2 { font-size: 30px; }

    .more {
        position: absolute; left: 0; top: 0; bottom: 0; margin: 0; padding: 0; width: 100%; height: 100%; background: none !important;
    }
    .more.ico:before, .more b { display: none; }

    .m-select { left: 50%; margin: 10% 0 0 -40%; width: 80%; text-align: center; }


    /* О нас */
    .head_about { padding-bottom: 60%; }
    .head_about > img { position: absolute; right: auto; left: 50%; top: 100%; margin: -55% 0 0 -70%; width: 140%; }
    .head_about .cont { width: 100%; }

    .row_cat { display: block; padding-bottom: 100%; position: relative; }
    .row_cat_info, .row_cat_works { width: 100%; display: block; }
    .row_cat_works { position: absolute; bottom: 0; left: 0; }

    .row_cat_info > .cont { padding: 7.5%; }

    /* Контакты */
    .contacts .pagebody .grid_1_2 { float: none; margin: 0; padding: 7.5%; width: auto; border-top: 1px solid #e1e1e1; }
    .contacts .pad { padding: 0; }
    .big_contacts { margin-top: 5%; }
    .contact_text .text { margin-bottom: 0; }

    .sep_title { background-color: #f3f4f4; padding-top: 4%; padding-bottom: 4%; }

    /* Просмотр работы */
    .work_text { padding-left: 0; }
    .work_text > .year { position: static; margin-bottom: 5%; }


    .work_info_text { opacity: 1; margin: 5% 0; padding: 5% 0; border: 1px solid #e1e1e1; border-width: 1px 0; }
}
@media screen and (max-width: 639px) {
    .ca_social_big a > .icon { width: 18px; height: 18px; }
    .ca_db_big .icon { background-position: -70px -251px; }
    .ca_tw_big .icon { background-position: -88px -251px; }
    .ca_vk_big .icon { background-position: -106px -251px; }
    .ca_fb_big .icon { background-position: -124px -251px; }
    .ca_in_big .icon { background-position: -142px -251px; }

    .ca_social_head > p { font-size: 1em; }
    .modal-foot_link a { font-size: 1.2em; }
    .i_download_big { width: 14px; height: 18px; background-position: -283px -67px; }
    .i_siteview_big { width: 18px; height: 14px; background-position: -297px -67px; }
}
@media screen and (max-width: 559px) {
    .faq .grid_1_2 { float: none; margin: 0; width: auto; }
    .sep_title > span { display: none; }

}
@media screen and (max-width: 559px) and (orientation: portrait) {
    #main-slider { padding-top: 100%; }
}


/**Showstat**/
.base-stat { display: none; }

.queries {
    display: none;
    text-align: left;
    max-height: 450px;
    overflow: auto;
    margin-top: 10px;
}

.queries p { padding: 5px; border-top: solid 1px #ddd; }

.queries p:hover { background: #ddd; }

.showstat {
    position: fixed;
    bottom: 10px;
    right: 10px;
    margin-right: 10px;
    background: #ffffff;
    background: -webkit-linear-gradient(to bottom,  #ffffff 0%,#e5e5e5 100%);
    background: -moz-linear-gradient(to bottom,  #ffffff 0%,#e5e5e5 100%);
    background: -o-linear-gradient(to bottom,  #ffffff 0%,#e5e5e5 100%);
    background: -ms-linear-gradient(to bottom,  #ffffff 0%,#e5e5e5 100%);
    background: linear-gradient(to bottom,  #ffffff 0%,#e5e5e5 100%);
    font: normal 12px/18px Arial, Helvetica, sans-serif;
    color: #323232;
    padding: 20px;
    text-align: left;
    border: solid 1px #fff;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    text-shadow: 1px 1px 0 #fff;
    -webkit-box-shadow: 1px 1px 5px 1px rgba(0, 0, 0, 0.3);
    box-shadow: 1px 1px 5px 1px rgba(0, 0, 0, 0.3);
    z-index: 1000;
}

.showstat p { margin: 0; }

#queries-stat,
#clearbutton,
#showstat-but,
#log-link {
    display: inline-block;
    padding: 5px;
    width: 20px;
    height: 20px;
    cursor: pointer;
    background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAuVJREFUeNqMU0tIVFEY/s655955+RihsnRkVHotCknBRWEhGqUggSFEGyOiVu2iyCBoEeWmRaGQ4CJatUgJDaKIitTURk1NE0sdH6Q4jjOSOo87c2//uSYJuejCx+Wc8z++//vOYU+et8EwjCLTNOsN0yiDiX8/BnDG3zLGbnDO+za3TToQlPxYVdXLud5cZKS7YXc4QMX+5jKGaCSC0Eq4zD/t9+m63sQ4v2JCQZKpYM3PWs0jBYWyHIgBzG0YsA0GFpOBoQEwRWMJ7kBl8C647JaXkwW3OxWcM4oxqNgW0JpoI92dhlyvBwlTgc4cqAjeQ5w5IRgldfv6sDc/F1m7d8JptxMZ0xqDWcNzRGNJhH5F8al/DDp3oUomczsMJqgA8ZPB/uk5aKoNms0GO8HldCISjSEaTyAZ9mPXQB0OcBtBIK7YqLpizSZkF4W6CEWBonALkrJhmOC0xymOR35CSWPIPn0GUjxG4k20tqNnPHSbh5aDL0fHxrEQCGB1bc1K3gpGHVnoO+yZHoiMCuiB1wj42pA0kusXHnQ2CFXVYudravBjcgrz84uYmZ6GEBoUoVgs4qaAZ3kMrkOF0OefQo+5EPYH8ap/8dpIQ/mycKWkVPu+DFoi5ud74ZAi/rGTSetUwN83DFdmERJrYcRWBfRIHKcKdjRSRKOQQieTSUxOzcKmaZaINs2+IWI8jqjO4TCjmGxvh0YXzXP0MDIL9mGucxSTw7PvLectNaWApJicW4oqnVFoX0EC4aouLDgqke7NoVgnvrV04PPH8aYTN7su8VAw2LIUXMJqZJ2EMaAKFUIlf4Ww/go5gdgK9hgdSN9/EONt7/Chd+ZWdf3AneGG0glqD++52oslJaXlVx1OZ7HsvPkWTHlHyPvs0BvkGd201lDXPFL5onepZ+jR8WVGjJl8jbVnq5wU7yGkbvMWMXQ/zxflrlDx9a8naTk8+PBYnNFFkgX+9ysiFGx38FuAAQBygywrLfBIegAAAABJRU5ErkJggg==') no-repeat 50% 50%;
}

#showstat-but {
    background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAp5JREFUeNpkU01IVFEU/t6972fG1JHGrLBso2WRSAshonIjFrZQ27QoEQza6K6gXYS0KKhWuijIjbZw0xhRoEagUhRWUIJSWuL4A44OzDjhjOO89zrnzjwZ68Jh5pzvO+d857x7NfxzSq+Fem3b7XBd1+eSr7FpWkpKrW99oLUzn0schauzr22o0dC04ca6cpyrKUMw4CMGJwPr8RQmpiIYmVzGtuteWOtvGdlVgJP3B6zhW1dqEEvZeDcTxczKH2xuOQj4JY4dLER99V6U+CQeDk5hNb6linABwQV06tzdfgqf5hN4Nr6EudUkuluqsPS4Hjap+L2WRN/EssKZx3xPuc4zd1ysxNivOL6E4yj060hnHAiRnc5nSewxpfrPuGkKMP+JE+qlUKdwHOd6+YEAvi4kiGjAZ+jK7r2ex8k7H+E3dVjk8y/jzGM+52XVQ7PC8TT8hlBdaSxkSPf3u6dV17P3P8OUWhYj33BcMJ/zGBe85XgqA8vSYRoSBhtJHpyMqAJCl9BzccaZx3wt9/1YAQVski1Ud2pAi3OhS7VfmLpQJnM7yTa0WYFXwE07tmNaNB/NlS1AoJdg5jp7vhACmQwpoDzlO6no0MpKDAW0bR+TVUdtRyLPSLdQxRlnHvM5D7mbWlF69cVCU8MJFBVZ2KZP2FQdQHNtcOfKtg/MqmSDiiQSW3jzdhrrzy8foYsU1gkPZxbfd42OyZ5LDcdRTEVG5xJ4NR1Tl4iao9hv0BgCG5Q8OvYDzOc8TwGf4pLzN9vkoTM9dbWHcbSyDEUFJrzHlNhM4+dcBJPfFmEvfeiKjT/qp/DGrsfERciqgq1Pb2v+YDMt0/QA2l/aTUZfRkM3HpA7y8n/vca8U0HGCxB5MYcs6snOf85/BRgAU2QTxLlxCL0AAAAASUVORK5CYII=') no-repeat 50% 50%;
}
#clearbutton {
    background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAnBJREFUeNqEk8tPE1EUxr+5dzqdvoQytqIEXQgLY3TVrRvCwsQ/ABNTJLoClxIQmEqIXUHQsDTBYmAjMXEBEQ0Jid2IIsOjGtBNWUJSGiO06bRl5nrvBBqpBE5yMq/7+74z594jj46OojosYqNpW3OuImzbhlW23jCbtUlEmqYuepcQAkWWIeOMEHCxUGLRwXYwy4JEadvU0GSbW1UkQZNTYesQHupAZvYbMnMryMwsITp4n78vMsbFyamwyeFnD5B9b4AoCihPibpQMosQFVkH1sKJAsxiYhGLxh9i78OaA1KXDEooam7fwO7sV0AiKBRLLeSkfxbwnZEOpD+tcFAB4a4EFN6WaxxegudcAHAr2DNz83I1bJom637cjS/LBmwNUPYBrUBBb11Fljt7/H74/AFM6ePoetnbWRGweIcF3NPbi5XVdahuN5gEbGk2LjQ2YXdmEZ5AAD6e0wuf0T72KPL2yXia/Av39fVjY2MTHl6eytNFKa43N+PXosGdA46zgKPPOwVsCFY+KntA17G5+RNu7nwkeuVyI9bWU6htCuOPFsTc8AyiY10VWAQpl8s/YrEY0uktB1Z4x2V+whoaLmEt9R3B2jqENA2TkxO4VwU7FRRNsz6TzUL1qLAZ43t7AK0myJ0FHEQopOH1RAJP9VjkXU/CsGAf2zWaTCY/UkI6W1tbIU6W1+vF+pFz6LwD67oeGX4xYtTlvLyx7JiAvL2zk7pYXx/hZS8PxHQsG6sIh8IIBmsxkXjlwHzg/nOuCIgm5vJ5w+/zRVRVnaOUhsWHfD4/H4/H+wV82rxIVc83eboO73/zTJ81rX8FGADNWyJwdIxv8QAAAABJRU5ErkJggg==') no-repeat 50% 50%;
    }
#log-link {
    background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAjJJREFUeNqUU01oU0EQ/va9tekp5JaL9JDepIIFQYoHFQ9Spfhz8uKhxhIFj4KX2kPNRQgKaSMFGy+eLWJatBGRCP5U0lJJIhWbkNJ6kAoGkpDk/ew6u++JpQZp5zG8mdn9Zubb2eXnH6CrSOkbTDmAI/A8HMKI43q+ivcFAd4N6AoN0ClMA8ygzbaLkYnhONq2BUEr3OSIv5iAsRtMQLQsyKkrt6BU2ZYDvLqNo5cfjcOWNbz9MglL/NSdGLvBbQKkRq8h9zWB3FoCqdGoTnJ8EvnZsav4WE7CPED7eQ2M+RR2gpPRS3i/PguzhxYo9mE9jWT0gi6yVH4M3gs8zAJDA9uKHvhO8P2xk1iqzMEg8MyC11nsLLC88UzbKj49T/6kxNBdhoCNLDuX8Dgnrh/BSnVVt5V6Cry+4Y3h9AzDzYtesqk5IBvrwJFNrJW+4dTwsX6cuQeZr/XJ9GfIdAFycJwYtaVs1m2tsiPl4B1oVfFG3ZJKFjIv5ZvFd0SBMrv8B1iAKjwBFmMtbHzforG1dVVuBjAf3dZ2dWuT6HZgmiZcaaEt6uBZGk/T6uSJBlbiEsIGgiJM5YR/j+hjhj+poP4HentQKBb0Hp7Lflq2HRsDhw+hWt7UlYUP7iaMDonzv/ePt9xfUAnCB0PkhrBXKRaLXgIhXSitVCpwHIfakv8F/tPBn2AkEsF+pFQqeQkUuNFo5DKZzAkhxJ7AhmGoonWFZX6sf18H4Il62Ku/BRgAl3Uh7iazc3QAAAAASUVORK5CYII=') no-repeat 50% 50%;
    }
#queries-stat:hover,
#clearbutton:hover,
#showstat-but:hover,
#log-link:hover,
#queries-stat.active,
#clearbutton.active,
#showstat-but.active,
#log-link.active {
    background-color: #FFF;
    padding: 4px;
    border: solid 1px #bbb;
    border-radius: 4px;
    }
#cache-info {
    display: block;
    }
/**Showstat**/


.iframe-container {
    margin: 20px 0;
    overflow: hidden;
    /* 16:9 aspect ratio */
    padding-top: 56.25%;
    position: relative;
}
.iframe-container iframe {
    border: 0;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}