@charset "utf-8";

/* default styles */

article, aside, details, figcaption, figure, footer, header, main, nav, section, summary {
    display: block;
}

* {
    margin:0;
    padding:0;
}

html, body {
    height: 100%;
    width: 100%;
    font-family: MuseoSansCyrl, "Roboto", "Open Sans", Sans-Serif;
    font-size: 16px;
    line-height: 24px;
    font-weight: 300;
}

* html body {
    height: 100%;
}

a {color: #000;}
a:hover {color: #333;}

input {
    font-family: MuseoSansCyrl, "Open Sans", Sans-serif;
    font-size: 16px;
}

/* base layout styles */

#wrapper {min-height: 100%;}

#content {
    position: relative;
    padding: 0 0 396px 0;
    font-size: 16px;
    line-height: 24px;
}

#content main {
    font-family: MuseoSansCyrl;
    font-size: 16px;
    line-height: 24px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: normal;
    color: #2c3959;
}

#content .left_col {
    float: left;
    width: 240px;
    box-sizing: border-box;
    margin-bottom: 40px;
}

.has_left_col main {position: relative; margin-left: 330px;}

header {
    position: relative;
    width: 100%;
    height: 88px;
    margin-bottom: 40px;
    background-color: #f1f1f4;
    box-shadow: 0 12px 24px 0 rgba(44, 57, 89, 0.05);
    z-index: 10;
}

.container {
    position: relative;
    width: 100%;
    max-width: 1260px;
    margin: 0 auto;
}

.container .container {
    margin: 0 15px 0 15px;
    width: auto;
}

/* usefull elements */

.devider, .divider {
    position: relative;
    height: 20px;
}

.hidden {
    display: none;
}

.clear {
    clear: both;
}

.script_time {
    position: absolute;
    right: 0;
    bottom: 20px;
    font-size: 10px;
    color: transparent;
}

/* основное меню */

header nav.main {
    display: block;
    position: relative;

    height: 88px;
    z-index: 2;
    padding: 0 322px 0 177px;
}

header nav.main ul {
    display: block;
    list-style-type: none;
    height: 88px;
    padding-left: 20px;
    text-align: center;
}

header nav.main li {
    display: inline-block;
    height: 88px;
}

header nav.main a,
header nav.main span {
    display: block;
    position: relative;
    height: 88px;
    line-height: 88px;
    padding: 0 20px;
    font-size: 16px;
    text-decoration: none;
    color: #2c3959;
    font-weight: 700;
    opacity: 0.8;
    transition: all 0.1s ;
}

header nav.main a:hover {
    opacity: 1.0;
}

header nav.main ul ul {
    position: absolute;
    left: 0;
    right: 0;
    height: 0;
    background: #f9f9f9;
    box-shadow: 0 24px 48px 0 rgba(44, 57, 89, 0.15);
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    overflow: hidden;
    opacity: 0.0;
    visibility: hidden;
    transition: opacity 0.5s, visibility 0s linear 0.5s;
}

header nav.main ul li:hover > ul {
    display: block;
    padding: 20px 0;
    height: auto;
    min-height: 172px;
    opacity: 1.0;
    visibility: visible;
    transition-delay: 0s;
}

header nav.main ul ul li {
    display: inline-block;
    float: left;
    width: 295.5px;
    height: 86px;
    /*background: #fff;*/
}

header nav.main ul ul li a {
    text-align: left;
    color: #2c3959;
    opacity: 0.8;
    font-size: 16px;
    overflow: hidden;
    font-weight: normal;
    line-height: 47px;
    padding-left: 69px;
    background: url("/images/icons-menu.png") 0 0 no-repeat;
    margin-left: 38px;
    height: 60px;
    top: 50%;
    margin-top: -24px;
}

header nav.main ul ul li a[href="/pages/finkcional/"],
header nav.main ul ul li a[href="/blog/"] {
    background-position: 0 -11px;
}

header nav.main ul ul li a[href="/pages/seo/"] {
    background-position: 0 -84px;
}

header nav.main ul ul li a[href="/pages/kanali-prodvizheniya-internet-magazina/"] {
    background-position: 0 -155px;
}

header nav.main ul ul li a[href="/pages/marketing/"] {
    background-position: 0 -228px;
}

header nav.main ul ul li a[href="/pages/integraciya-magazina-s-1s/"] {
    background-position: 0 -301px;
}

header nav.main ul ul li a[href="/pages/otzivi-klientov/"] {
    background-position: 0 -373px;
}

header nav.main ul ul li a[href="/shop/category/"] {
    background-position: 0 -444px;
}

header nav.main ul ul li a[href="/pages/o-kompanii/"] {
    background-position: 0 -516px;
}

header nav.main ul ul li a[href="/pages/partners/"] {
    background-position: 0 -587px;
}

header nav.main ul ul li a[href="/pages/vacancy/"] {
    background-position: 0 -657px;
}

header nav.main ul ul li a[href="/pages/smi/"] {
    background-position: 0 -732px;
}

header nav.main ul ul li a[href="/pages/details/"],
header nav.main ul ul li a[href="/samples/sites/"],
header nav.main ul ul li a[href="/news/"] {
    background-position: 0 -804px;
}

header nav.main ul ul li a[href="/pages/contacts/"] {
    background-position: 0 -876px;
}

header .phone_wrapper {
    position: absolute;
    right: 0;
    top: 0;
    height: 88px;
    /*overflow: hidden;*/
    z-index: 2;
}

header a.phone {
    display: block;
    float: right;
    height: 88px;
    color: #2c3959;
    font-size: 16px;
    line-height: 88px;
    font-weight: 700;
    text-decoration: none;
    opacity: 0.8;
    transition: all 0.1s ;
}

header a.phone:hover {
    opacity: 1.0;
}

header .recall {
    display: block;
    float: right;
    padding: 6px 14px;
    height: 24px;
    line-height: 24px;
    border: 2px solid #50cbc9;
    margin: 24px 40px 0 0;
    color: #50cbc9;
    font-weight: 700;
    text-decoration: none;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    transition: all 0.1s ;
}

header .recall:hover {
    color: #46b2b1;
    border-color: #46b2b1;
}

footer {
    margin-top: -362px;
}

footer,
section.footer {
    position: relative;
    padding: 60px 0 24px 0;
    height: 278px;
    color: #2c3959;
    clear: both;
    width: 100%;
}

footer {
    background: #d3f2f1 url(/uploaded/images/pages/main/spot-contacts.svg) 130% 0 no-repeat;
    background-size: contain;
}

footer .container,
section.footer .container {
    height: 278px;
    overflow: hidden;
}

footer .info,
section.footer .info {
    position: absolute;
    top: 0;
    right: 0;
}

footer a,
section.footer a {
    color: #2c3959;
    opacity: 0.8;
}

footer a:hover,
section.footer a:hover {
    opacity: 1.0;
}

footer ul.contacts,
section.footer ul.contacts {
    position: absolute;
    left: 0;
    top: -6px;
    padding: 86px 0 20px 0;
    list-style-type: none;
    background: transparent url('/images/logo.svg') 0 2px no-repeat;
    width: 200px;
}

footer ul.contacts a,
section.footer ul.contacts a {
    display: inline-block;
    line-height: 24px;
    padding-bottom: 4px;
    font-size: 20px;
    font-weight: 700;
    text-decoration: none;
}

footer .copyright,
section.footer .copyright {
    width: 260px;
    position: absolute;
    left: 50%;
    margin-left: -130px;
    bottom: 0;
    opacity: 0.5;
}

footer .platform,
section.footer .platform {
    position: absolute;
    right: 0;
    bottom: 0;
    opacity: 0.5;
}

footer .privacy,
section.footer .privacy {
    position: absolute;
    left: 0;
    bottom: 0;
    opacity: 0.5;
    text-decoration: none;
}

h1, h2, h3, h4{
    display: block;
    font-family: 'MuseoSansCyrl', 'Museo Sans';
    color: #2c3959;
}

h1 {
    font-size: 40px;
    line-height: 48px;
    font-weight: 500;
}

#content h1 {
    margin-bottom: 18px;
}

#content h2 {
    margin: 14px 0;
}

h2 {
    font-size: 28px;
    line-height: 30px;
    font-weight: 700;
}

h3 {
    font-size: 24px;
    line-height: 32px;
    font-weight: 700;
}

h4 {
    font-size: 24px;
    line-height: 32px;
    font-weight: 700;
}

#content p {
    margin-bottom: 12px;
}

header .logo {
    display: block;
    position: absolute;
    left: 0;
    top: 22px;
    width: 177px;
    height: 41px;
    background: transparent url('/images/logo.svg') 0 0 no-repeat;
    background-size: contain;
    z-index: 3;
}

table.bordered {
    border-collapse: collapse;
    width: 100%;
}

table.bordered td,
table.bordered th {
    padding: 4px 6px;
    border: 1px solid #999;
}

/* меню в подвале */

footer nav.main,
section.footer nav.main {
    display: block;
    position: absolute;
    left: 279px; /*=320-41*/
    top: 0;
    height: 244px;
    overflow: hidden;
}

footer nav.main ul,
footer nav.main li,
section.footer nav.main ul,
section.footer nav.main li {
    list-style-type: none;
    display: block;
    margin: 0;
    padding: 0;
}

footer nav.main li,
section.footer nav.main li {
    float: left;
}
footer nav.main li li,
section.footer nav.main li li{
    float: none;
}

/*
footer nav.main li:last-child,
section.footer nav.main li:last-child {
    margin: 0;
    padding: 0;
    border-width: 0;
}
*/

footer nav.main li.sub,
section.footer nav.main li.sub {
    width: 276px;
    min-height: 216px;
    margin: 0 0 24px 41px;
}

footer nav.main li.sub > span,
section.footer nav.main li.sub > span {
    display: block;
    font-size: 20px;
    line-height: 38px;
    font-weight: 700;
    padding-bottom: 17px;
}

footer nav.main a,
section.footer nav.main a {
    line-height: 24px;
    padding-bottom: 4px;
    text-decoration: none;
}

/* user menu */

a.login {
    display: block;
    width: 20px;
    height: 10px;
    position: absolute;
    right: 5px;
    top: 5px;
    z-index: 11;
    background: transparent url('/images/icons.png') 0 -420px no-repeat;
}

a.login:hover {
    background-position: 0 -410px;
}

nav.user {
    position: relative;
    background-color: #50cbc9;
    width: 100%;
    height: 30px;
    line-height: 30px;
}

nav.user ul {
    list-style-type: none;
    text-align: center;
}

nav.user ul li {
    display: inline-block;
    margin: 0 10px;
}

.figure {
    position: absolute;
    width: 24px;
    height: 24px;
    background: transparent url('/images/figures.png') 0 0 no-repeat;
    background-size: 100%;
}

/*cookie_notes*/

section.cookie_notes {
    position: fixed;
    width: 100%;
    bottom: 40px;
    margin: 0 auto;
    text-align: center;
    z-index: 1111;
}

section.cookie_notes div {
    position: relative;
    overflow: hidden;
    max-width: 1260px;
    margin: 0 auto;
    text-align: left;
    background-color: #ffffff;
    border-radius: 5px;
    box-shadow: 0 5px 23px -3px rgb(0 0 0 / 30%);
    padding: 20px;
}

section.cookie_notes .button {
    float: right;
    display: block;
    color: #ffffff;
    font-size: 14px;
    padding: 7px 14px 8px 14px;
    border-radius: 4px;
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    -khtml-border-radius:4px;
    cursor: pointer;
    background-color: #333e48;/*colorButton_demo*/
    outline: none;
    text-decoration: none;
    border-width: 0;
    -webkit-appearance: none;
    transition: background-color 0.3s;
}

section.cookie_notes .button:hover {
    background-color: #0062bd;
}

/**/

header div.elfsight-app-0d0640cb-f830-4014-8419-a57c5d7c5d10 {
    position: absolute;
    right: 0;
    top: 4px;
    z-index: 1;
}

/* robot */
body .bot-messages-container code {background: #d3f2f1;}
body .bot-messages-container a {color: #d3f2f1;}