@import url(https://fonts.googleapis.com/css?family=PT+Sans:400,700);
@import url(https://fonts.googleapis.com/css?family=Open+Sans+Condensed:300,700);
* {
    margin: 0;
    padding: 0;
}
html {
    height: 100%;
}
body {
    font-family: "PT Sans", Arial, Tahoma, Verdana, sans-serif;
    width: 100%;
    height: 100%;

    color: 000;

    background:#fff;
}

.link {
    color: #0178d6;
}
.link:hover {
    outline:none;
    color:#18c60f;
}
.link_grey {
    color: #b0b0b0;
}
.link_grey:hover {
    color: #000;
}
.link_not-under {
    text-decoration: none;
}
.hidden {
    display:none;
}
img {
    border: none;
}
input {
    vertical-align: middle;
}
.wrapper {
    min-height: 100%;
}
.centered-block {
    width: 850px;
    margin: 0 auto;
}
.border-box {
    border: 1px solid #e3e3e3;
}
.border-box__grey {
    border-color: #e3e3e3;
}
.padding-box {
    padding: 0 44px;
}
.main-title {
    font-size: 48px;
    font-weight: bold;

    margin-top: 30px;
    line-height: 52px;
}

/* Header (begin) */
    .head {
        position: relative;

        height: 56px;
    }
    .logo {
        position: relative;
        top: 7px;
    }
    .learn-more {
        font-size: 20px;
        font-weight: 700;
        font-family: "Open Sans Condensed", Arial, Tahoma, Verdana, sans-serif;

        position: absolute;
        top: 8px;
        right: 0;

        display: inline-block;

        height: 39px;
        line-height: 40px;
        padding: 0 25px 0 60px;

        cursor: pointer;

        text-decoration: none;

        color: #fff;
        background: #02adea url("/images/learn-more-ico.png") 20px center no-repeat;
    }
    .learn-more:hover {
        background-color: #40c9fa;
    }

/* Header (end) */

/* Content (begin) */
    .content:after {
        content: '';

        display: block;

        width: 100%;
        height: 70px;


    }
/* Content (end) */

/* Footer (begin) */
    .footer {
        position: relative;

        height: 70px;
        margin-top: -70px;

    }

    .learn-more_more {
        top: 10px;
    }
    .soc-icons {
        position: relative;
        top: 10px;
    }
    .soc-icons__item {
        display: inline-block;
        vertical-align: middle;
    }

    /* Icons (begin) */
        .b-icon {
            display: block;

            width: 22px;
            height: 22px;
        }
        .b-youtube {
            background:  url("/images/icons/youtube.gif") 0 0 no-repeat;
        }
        .b-facebook {
            background:  url("/images/icons/facebook.gif") 0 0 no-repeat;
        }
        .b-twitter {
            background:  url("/images/icons/twitter.gif") 0 0 no-repeat;
        }
        .b-gplus {
            background:  url("/images/icons/gplus.gif") 0 0 no-repeat;
        }
        .b-linkedin {
            background:  url("/images/icons/linkedin.gif") 0 0 no-repeat;
        }

        .b-icon:hover {
            background-position: 0 bottom;
        }

    /* Icons (end) */
/* Footer (end) */



/* breadcrumb (begin) */
    .breadcrumbs {
        color: #bfbfbf;
        margin-bottom: -1px;
    }
    .breadcrumbs-item {
        font-family: Arial;
        font-size: 12px;
        
        position: relative;

        display: inline-block;
        line-height: 39px;
        vertical-align: top;
        padding-left: 5px;
        padding-right: 25px;

        text-decoration: none;
    }
    .breadcrumbs-item:before {
        content: "";

        position: absolute;
        top: 0;
        left: -20px;


        width: 13px;
        height: 39px;

        background: url("/images/bread-arrow.png") 0 0 no-repeat;
    }
    .breadcrumbs-item_home:before {
        display: none;
    }
    .breadcrumbs-item_home {
        width: 28px;
        height: 39px;

        background: url("/images/home.png") 18px center no-repeat;
    }
/* breadcrumb (end) */

/* Tag page (begin) */
    .tags {
        margin-top: 33px;
    }
    .tags-item  {
        font-size: 14px;

        margin-right: 5px;
    }
    .tags-item_active {
        font-size: 24px;
        text-decoration: none;
    }

    /* Post (begin)*/

        .post-tags {
            margin-bottom: -15px;
            color: #b0b0b0;
        }
        .post-date {
            font-size: 14px;
            
            margin-top: -5px;
            margin-bottom: 30px;

            color: #b0b0b0;
        }
        .list-post {
            padding-top: 30px;
            padding-bottom: 30px;
            border-bottom: 1px solid #e9e9e9;
        }
        .list-post__date {
            color: #b0b0b0;
        }
        .list-post__title {
            font-size: 24px;
            font-weight: normal;
            line-height: 28px;

            margin: 5px 0 20px 0;
        }
        .list-post__title-link {
            text-decoration: none;

        }
        .list-post__text {
            font-family: Arial, Tahoma, Verdana, sans-serif;
            font-size: 16px;

            line-height: 20px;
        }

        .list-post__info {
            position: relative;

            margin-top: 7px;
        }
        .list-post__tags {
            padding-right: 90px;
            font-size: 14px;

            color: #b0b0b9;
        }
        .list-post__tags-item {
            margin-right: 5px;
        }
        .list-post__replies-wrap {
            font-size: 14px;

            position: absolute;
            top: 0;
            right: 0;

            text-align: right;
        }
        .list-post__replies {
            margin-right: 5px;
            color: #b0b0b0;
        }
        .list-post__replies-link {
        }

    /* Post (end)*/

    /* Pagination (begin)*/
        .pagination {
            font-size: 14px;

            margin-top: 24px;
            margin-bottom: 25px;

            text-align: center;
        }
        .pagination__item {

        }
        .pagination__item-prev {
            margin-right: 5px;
        }
        .pagination__item-next {
            margin-left: 5px;
        }
        
    /* Pagination (end)*/

    /* Default typography (begin)*/
        .default-typogragy {
        }
        .default-typogragy h1 {
            font-size: 40px;

            margin-bottom: 20px;
        }
        .default-typogragy h2 {
            font-size: 28px;

            line-height: 32px;


            margin-top: 30px;
            margin-bottom: 15px;
        }
        .default-typogragy h3 {
            font-size: 22px;

            margin: 22px 0 16px 0;
        }
        .default-typogragy h4 {
            font-size: 18px;

            margin: 22px 0 16px 0;
        }
        .default-typogragy h5 {
            font-size: 14px;
            margin: 22px 0 16px 0;
        }
        .default-typogragy p {
            font-size: 16px;

            line-height: 22px;

            margin-bottom: 16px;
        }

       .default-typogragy ul li, .default-typogragy ol li {
            list-style-position: inside;
       }
    /* Default typography (end)*/
/* Tag page (end) */



/* Notification (begin) */
.b-notification-wrap,
.b-notification-wrap-cookie {
    position: absolute;
    z-index: 100;
    top: 0;
    font-size: 1px;

    display: none;


    line-height: 0;

    text-align: justify;
    text-justify: newspaper;

    width: 850px;
    margin-left: -425px;
    left: 50%;

    zoom:1;

    border-bottom: 1px solid #676767;
    border-right: 1px solid #858585;
    background: #757575;
}
.b-notification-wrap:after,
.b-notification-wrap-cookie:after {
    width: 100%;
    height: 0;
    visibility: hidden;
    overflow: hidden;
    content: '';
    display: inline-block;
}
.b-notfication-color-block {
    position: absolute;
    z-index: 100;
    top: 0;
    left: 0;

    width: 14px;
    height: 100%;
}
.b-color-orange {
    background: #ea5000;
    border-bottom: 1px solid #cf4600;
    border-left: 1px solid #ed6620;
}
.b-notif-text {
    font-size: 13px;
    line-height: normal;

    max-width: 430px;
    padding-top: 4px;
    padding-left: 27px;
    padding-bottom: 5px;

    color: #fff;
}
.b-activate,
.b-later,
.b-accept {
    width: 13%;

    margin-top: 5px;
}
.b-activate .g-grey-btn,
.b-later .g-grey-btn,
.b-accept .g-grey-btn {
    min-width: 100%;
    width: 100%;
}
.b-notification-nav-wrap {
}
.b-notif-text,
.b-activate,
.b-later,
.b-notification-nav-wrap,
.b-accept {
    display: inline-block;

    text-align: left;
    vertical-align: top;
//zoom:1;
//display: inline;
}
.b-notification-nav {
    list-style: none;
}
.b-notification-nav__item {
    float: left;
    padding: 0 0;
    border-left: 1px solid #6d6d6d;
}

.b-notification-nav__item  a {
    font: bold 11px Tahoma;

    display: block;

    padding: 0 10px;

    line-height: 42px;
    height: 42px;

    text-decoration: none;
    color: #f6f6f6;
}

.b-notification-nav__item  a:hover {
    background: #8c8c8c;
}
.b-notification-wrap-cookie {
    position: fixed;
    top: unset;
    bottom: 0;
    padding: 3px 10px 3px 23px;
    box-sizing: border-box;
    font-size: 0;
}
.b-notification-wrap-cookie.g-centered > .b-notif-text {
    max-width: 700px;
    padding-left: 0;
}
.b-notification-wrap-cookie.g-centered:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}
.b-notification-wrap-cookie.g-centered > .b-accept {
    vertical-align: middle;
}
.b-notification-wrap-cookie.g-centered > .b-accept > div {
    padding: 0 10px;
    box-sizing: border-box;
}
@media screen and (max-width: 900px) {
    .b-notification-wrap-cookie.g-centered {
        width: 100%;
        min-width: 100%;
        left: 0;
        margin-left: 0;
    }
    .b-notification-wrap-cookie.g-centered > .b-notif-text {
        width: 80%;
        padding-right: 5px;
        box-sizing: border-box;
    }
    .b-notification-wrap-cookie.g-centered > .b-accept {
        width: 20%;
    }
}
    /* Notification (end) */


    /* Buttons (begin) */
    .g-btn {
        font-size:1.3em;
        font-weight:bold;

        position:relative;
        z-index:1;

        display:block;
        float:left;
        overflow:hidden;

        text-align: center;
        text-decoration:none;

        color:#fff;
    }
    .btn-l, .btn-r {
        position:absolute;
    }

    .btn-l {
        z-index:1;
        top:0;
        right:10px;
        bottom:0;
        left:0;

        overflow:hidden;

        height:100px;
    //width: 100%;
        margin-left:-10px;

    }

    .btn-r {
        z-index:1;
        top:0;
        right:0;
        bottom:0;

        overflow:hidden;

        width:10px;
        height:100px;
    }

    .btn-c {
        position:relative;
        z-index:2;

        padding:14px 10px;
    }

    /* Green Button (begin) */
    .g-green-btn {
        font-size: 14px;
        font-weight: bold;

        display: block;

        height: 35px;
        padding: 0;

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

        text-decoration: none;
        text-align: center;
        line-height: 35px;

        color: #fff;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#65d122', endColorstr='#4dc31b');
        background: #4dc31b;
        background: -webkit-linear-gradient(top, #65d122, #4dc31b);
        background: -moz-linear-gradient(top,  #65d122,  #4dc31b);
        background: -o-linear-gradient(top,  #65d122,  #4dc31b);
        background: -ms-linear-gradient(top,  #65d122,  #4dc31b);

    }
    .g-green-btn:hover {
        color: #fff !important;
        background: #5bee27;
        filter: none;
    }
    /* Green Button (end) */

    /* Big Green Button (begin) */
    .g-green-btn_big {
        font-size: 20px;

        height: 49px;
        line-height: 49px;

        text-shadow: 0 1px 0 #4caa1a;
    }
    /* Big Green Button (end) */

    /* Blue Button (begin) */
    .g-blue-btn {
        font-size: 20px;

        border-radius:3px;
        -webkit-border-radius:3px;
        -moz-border-radius: 3px;
        -khtml-border-radius:3px;
        height: 49px;

        line-height: 49px;

        display: block;
        text-shadow: 0 1px 0 #0e8ab8;

        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#14bae6', endColorstr='#11ade3');
        background: #11ade3;
        background: -webkit-linear-gradient(top, #14bae6, #11ade3);
        background: -moz-linear-gradient(top,  #14bae6,  #11ade3);
        background: -o-linear-gradient(top,  #14bae6,  #11ade3);
        background: -ms-linear-gradient(top,  #14bae6,  #11ade3);

        color: #fff;
    }
    .g-blue-btn:hover {
        background: #1fcbec;
        color:#fff !important;
        filter: none;
    }
    .g-blue-btn .price-on-btn {
        position: absolute;
        top: 0;
        right: 0;

        height: 49px;

        background: #19bee6;
    }
    /* Blue Button (end) */
    /* Middle Blue Button (begin) */
    .g-middle-blue-btn {
        font-size: 16px;
    }
    /* Middle Blue Button (end) */

    /* Middle 2 Blue Button (begin) */
    .g-middle-blue-btn-type-2 {
        font-size: 12px;

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

        padding: 0 18px;

        line-height: 33px;
        height: 33px;
    }
    /* Middle 2 Blue Button (end) */

    /* Small Blue Button (begin) */
    .g-small-blue-btn {
        font-size: 12px;

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

        line-height: 27px;
        height: 27px;
    }
    /* Small Blue Button (end) */
    /* Middle Grey Button (begin) */
    .g-middle-grey-btn {
        font-size:1.6em;
        min-width:338px;
    //width:338px; /* ie6 fix */
        text-shadow: 0 -1px 0 #1278AF;
    }
    .btn-l-middle-grey {
        right: 6px;

        margin-left: -6px;
    }
    .btn-r-middle-grey {
        width: 6px;
    }
    .btn-l-middle-grey, .btn-r-middle-grey {
        background:url("/images/middle-grey-btn.png") no-repeat ;
    }
    .btn-c-middle-grey {
        font-size: 18px;
        padding: 12px 0;
    }
    a:hover .btn-l-middle-grey, a:hover .btn-r-middle-grey {
        background-position:0 -46px;
    }
    .g-middle-grey-btn:hover {
        color:#fff !important;
    }
    /* Middle Grey Button (end) */

    /* Middle Red Button (begin) */
    .g-red-modification-blue-btn {
        text-shadow: 0 -1px 0 #cf5e59;
        background: #F36E68 !important;

    }
    /* Middle Red Button (end) */

    /* Grey Button (begin) */
    .g-grey-btn {
        font-size: 13px;
        font-weight: normal;
        min-width:125px;
    //width: 122px; /* ie6 fix */

        cursor: pointer;

        color: #434343;
    }
    .b-grey-btn-l, .b-grey-btn-r {
        background:url("/images/grey-btn-bg.png") no-repeat;
    }
    .b-grey-btn-l {
        height: 60px;
        margin-left: -4px;
        right: 4px;
    }
    .b-grey-btn-r {
        height: 60px;
        width: 4px;
    }
    .b-grey-btn-c {
        padding:0 0;
        line-height: 31px;
    }
    .g-btn:hover .b-grey-btn-l, .g-btn:hover .b-grey-btn-r {
        background-position:0 -34px;
    }
    .g-grey-btn:hover {
    }
    /* Grey Button (end) */
    /* Buttons (end) */