@font-face {
    font-family: "icons-fontastic";
    src: url("/fonts/icons-fontastic.eot");
    src: url("/fonts/icons-fontastic.eot?#iefix") format("embedded-opentype"), url("/fonts/icons-fontastic.woff") format("woff"), url("/fonts/icons-fontastic.ttf") format("truetype"), url("/fonts/icons-fontastic.svg#icons") format("svg");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "font-awesome";
    src: url("/fonts/fontawesome-webfont.eot");
    src: url("/fonts/fontawesome-webfont.eot?#iefix") format("embedded-opentype"), url("/fonts/fontawesome-webfont.woff") format("woff"), url("/fonts/fontawesome-webfont.ttf") format("truetype"), url("/fonts/fontawesome-webfont.svg#icons") format("svg");
    font-weight: normal;
    font-style: normal;
}

html, body {
    width: 100%;
    max-width: 100%;
    min-width: 320px;
    overflow-x: hidden;
}

body {
    position: relative;
    font-family: 'PT Sans Caption', sans-serif;
    color: #333;
    font-size: 14px;
    line-height: 1.4;
    -webkit-font-smoothing: antialiased;
}

p {
    margin-bottom: 5px;
}

.button {
    display: inline-block;
    padding: 4px 15px;
    background-color: black;
    color: white;
    text-align: center;
    text-decoration: none;
}

.b-promo-product {
    text-align: center;
}

.b-promo-product .logo-mainpage-section h1 {
    font-family: Lato, sans-serif;
    color: white;
    font-size: 50px;
    line-height: 1;
    font-weight: 100;
}

.b-promo-home {
    background-color: #333;
    text-align: center;
}

.about-new-block {
    position: relative;
    z-index: 1;
    padding: 90px 0 50px;
    background-color: #ededf5;
}

.white-text {
    color: white;
    font-size: 16px;
    line-height: 26px;
}

.about-new-grid {
    display: block;
    width: 90%;
    max-width: 1400px;
    margin-right: auto;
    margin-left: auto;
    padding: 20px;
}

/* sam: start */
.quote-block {
    position: relative;
    z-index: 100;
    background-color: #38c972;
    text-align: center;
}

.quote-block .image {
    height: 160px;
    background-image: url('../img/img3-1-512.png');
    background-position: 50% 100%;
    background-size: 128px;
    background-repeat: no-repeat;
}

.quote-block .quote {
    padding: 20px;
    font-family: Lato;
    color: white;
    font-size: 25px;
    line-height: 40px;
    font-weight: 300;
}

.quote-block .author {
    margin-bottom: 40px;
    padding-top: 10px;
    display: inline-block;
    color: #a0e8bd;
    font-size: 16px;
    font-weight: 400;
    text-decoration: none;
}

nav.main {
    width: 300px;
    position: fixed;
    top: 0;
    bottom: 0;
    left: -300px;
    z-index: 9000;
    background-color: #292929;
    overflow: hidden;
}

.scrollable {
    padding-right: 40px;
    margin-right: -40px;
    overflow-y: scroll;
    height: 100%;
}

.menu-ico-block {
    position: fixed;
    top: 0;
    z-index: 999;
    width: 60px;
    height: 60px;
    margin: 10px;
    border-radius: 5px;
    background-color: rgba(0, 0, 0, 0.09);
    background-image: url('../img/menu-ico-top.png');
    background-position: 50% 50%;
    background-size: 40%;
    background-repeat: no-repeat;
    /* background-attachment: scroll; */
    /*-webkit-transform: rotate(90deg);*/
    /*-ms-transform: rotate(90deg);*/
    /*-o-transform: rotate(90deg);*/
    /*transform: rotate(90deg);*/

    cursor: pointer;
}

.main-menu-section {
    margin-bottom: 40px;
    color: #786767;
}

.mainmenu-section-products {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    border-top: 1px none #292e35;
    border-bottom: 1px solid rgba(255, 255, 255, 0.01);
    display: block;
    text-decoration: none;
}

.mainmenu-section-products:hover {
    background-color: rgba(255, 255, 255, 0.03);
}

.mainmenu-section-products.mainmenu-header {
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: rgba(255, 255, 255, 0.02);
}

.mainmenu-num {
    position: static;
    display: inline-block;
    padding: 25px 10px 4px 16px;
    color: rgba(255, 255, 255, 0.20);
    font-size: 10px;
}

.mainmenu-num.descriptor {
    display: block;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 44px;
    color: rgba(255, 255, 255, 0.20);
    font-size: 10px;
}

.mainmenu-num.version-num {
    padding: 7px 20px 0 4px;
    float: right;
    color: rgba(255, 255, 255, 0.21);
    font-size: 10px;
    text-align: left;
}

.mainmenu-num.name {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 5px;
    font-family: Lato;
    color: rgba(255, 255, 255, 0.6);
    font-size: 16px;
    font-weight: 300;
}

.mainmenu-num.name.menu-double-links {
    padding-left: 4px;
    color: rgba(255, 255, 255, 0.4);
    font-size: 13px;
}

.search-box {
    position: static;
    display: block;
    width: 260px;
    height: 40px;
    margin: 23px;
    padding: 0;
    border: 1px solid transparent;
    border-radius: 100px;
    background-color: rgba(255, 255, 255, 0.05);
}

.round-ico {
    display: inline-block;
    width: 5px;
    height: 10px;
    margin-right: 10px;
    margin-left: 20px;
    border-radius: 20px;
    background-color: #363636;
}

.search-txt {
    width: 100%;
    display: inline-block;
    padding: 10px 20px 10px 20px;
    color: rgba(255, 255, 255, 0.22);
    background: transparent;
    font-size: 14px;
    text-decoration: none;
    outline: none;
    border: none;
}

.mainmenu-header1 {
    padding: 3px 13px 0 43px;
    color: rgba(255, 255, 255, 0.2);
    font-size: 11px;
    letter-spacing: 2px;
    text-transform: uppercase;
    text-decoration: none;
}

/* sam: end */

.img-1 {
    position: relative;
    display: block;
    margin: 0 auto;
}

.block-scheme {
    position: relative;
    display: block;
    max-width: 1400px;
    margin-right: auto;
    margin-left: auto;
    padding: 10px 40px;
    background-color: transparent;
}

.screenshots-1 {
    display: inline-block;
    margin: 0 20px;
    border-radius: 10px;
    width: 88px;
}

.boarder-ill {
    padding: 0;
    text-align: center;
}

.illustrations-main {
    display: inline-block;
    width: 160px;
}

.section-product {
    display: block;
    margin-right: 6%;
    margin-left: 8%;
    padding: 0;
    border-top: 1px none rgba(0, 0, 0, 0.09);
    background-color: transparent;
}

.block-about-2 {
    padding: 20px;
}

.block-about-2 ul {
    padding-left: 30px;
}

.block-about-2 ul li {
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 12px;
    line-height: 1.8;
}

.specifications-block {
    padding: 30px 0 60px;
    background-color: #e6eced;
    position: relative;
    z-index: 1;
}

.btn-green {
    display: inline-block;
    margin: 10px 5px;
    padding: 0;
}

.mainscreen-buttons-section {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
}

.h3-w {
    margin-right: 0;
    margin-left: 0;
    padding-top: 20px;
    padding-bottom: 30px;
    border-style: none;
    border-width: 1px;
    border-color: rgba(255, 255, 255, 0.00);
    background-color: transparent;
    color: rgba(255, 255, 255, 0.45);
    font-weight: 400;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.truegenius-block {
    padding: 40px 0;
    background-color: #414047;
}

.h2-w {
    padding-top: 30px;
    padding-bottom: 60px;
    color: white;
}

.section-01 {
    padding-top: 30px;
    padding-bottom: 30px;
    background-color: #620769;
}

.section-02 {
    padding-top: 30px;
    padding-bottom: 30px;
    background-color: #044c7d;
}

.section-03 {
    padding-top: 30px;
    padding-bottom: 30px;
    background-color: #9c0e55;
}

.section-04 {
    padding-top: 30px;
    padding-bottom: 30px;
    background-color: #cc7402;
}

.screen-video-block {
    text-align: center;
    margin: 60px 0;
}

.header-menu-block {
    position: absolute;
    /* top: 0; */
    z-index: 999;
    /* display: block; */
    height: 60px;
    /* margin: 0 10px 0 0px; */
    padding-right: 20px;
    padding-left: 20px;
    border-radius: 5px;
    background-color: rgba(0, 0, 0, 0.09);

    /* font-family:'PT Sans Caption', sans-serif; */
    text-align: right;
    right: 10px;
    left: 80px;
}

.l1-links {
    position: static;
    display: block;
    margin: 20px 12px;
    padding-top: 2px;
    padding-bottom: 0;
    float: none;
    color: white;
    text-align: left;
    text-decoration: none;
}

.l1-links.l2-links {
    /* position: static; */
    /* left: 0; */
    /* top: 0; */
    display: inline-block;
    margin-right: 4px;
    margin-left: 4px;
    float: left;
    /* clear: none; */
    /* text-align: left; */
}

.promo-blockinside {
    position: relative;
    left: 0;
    right: 0;
    bottom: 0;
    display: block;
    width: 100%;
    margin-right: auto;
    margin-bottom: 0;
    margin-left: auto;
    padding-top: 51px;
    padding-bottom: 46px;
    background-color: rgba(150, 16, 16, 1);
}

.logo-mainpage-section {
    display: block;
    margin-top: 0;
    margin-right: auto;
    margin-left: auto;
    padding-top: 90px;
    padding-bottom: 10px;
    background-color: #a61212;
}

.date-block {
    position: absolute;
    height: 120px;
    border-radius: 5px 0 0 5px;
    background-color: #d5e2e6;
}

.arrow-ico {
    position: absolute;
    left: 50%;
    top: 110%;
    display: block;
    overflow-x: visible;
    overflow-y: visible;
    margin-right: auto;
    margin-left: auto;
    opacity: 0.2;
}

footer {
    position: relative;
    background-color: #575757;
}

.footer-block {
    width: 75%;
    margin: auto;
    padding: 40px 0;
    color: #858585;
    position: relative;
    z-index: 1;
    max-width: 1600px;
}

.l-footer {
    display: inline-block;
    color: #d6d6d6;
    font-size: 12px;
    line-height: 18px;
}

.links-block-footer {
    padding: 2px 10px;
}

.footer-link-text-block {
    position: static;
    display: inline-block;
    padding: 5px 0;
}

.fontlablogoblock {
    float: left;
}

.fontlablogo-img {
    margin: 18px 5px 0 0;
}

/* sam: start */
.product-list-section {
    margin: 0 5%;
    padding: 40px 0;
    font-size: 0;
    text-align: center;
}

.product-list-section .product-list {

}

.product-list-section .product-list .item {
    width: 430px;
    margin: 10px 0;
    padding: 20px;
    border-right: 1px solid rgba(255, 255, 255, 0.04);
    display: inline-block;
}

.product-list-section .product-list .product-item {
    display: block;
    overflow: hidden;
    text-decoration: none;
    color: #fff;
    text-align: left;
}

.product-list-section .product-list .product-item .product-icon {
    width: 40%;
    float: left;
}

.product-list-section .product-list .product-item .info {
    margin: 20px 0 0 40%;
    padding-left: 30px;
}

.product-list-section .product-list .product-item .info .product-version {
    color: #999;
    font-size: 14px;
    padding-left: 5px;
}

.product-list-section .product-list .product-item .info .product-name {
    padding: 0;
    margin: 0 0 5px 0;
    font-size: 20px;
    text-align: left;
    line-height: 1.4;
    color: #efefef;
    font-family: Lato;
    font-weight: 300;
}

.product-list-section .product-list .product-item .info .product-desc {
    padding: 0;
    margin: 0 0 5px 0;
    font-size: 14px;
    line-height: 1.4;
    color: #a4a4a4;
    text-align: left;
}

.product-list-section .product-list .product-price {
    height: 24px;
    margin: 0 0 0 25px;
    padding: 0 20px;
    display: inline-block;
    border-radius: 20px;
    font-size: 12px;
    line-height: 24px;
    color: #fff;
    background-color: #4B4B4B;
    float: left;
    position: relative;
    top: -60px;
    left: 40%;
    text-decoration: none;
}

/* sam: end */

.products-section-index {
    position: static;
    display: block;
    width: 90%;
    margin-right: auto;
    margin-left: auto;
    max-width: 1600px;
}

.h2-grey {
    color: #333;
}

.logo-main {
    max-width: 400px;
}

.inline-bullet {
    display: block;
    padding-top: 4px;
    padding-bottom: 4px;
    padding-left: 30px;
    font-size: 12px;
}

.inline-bullet.ib2 {
    display: block;
    padding-right: 10px;
    padding-left: 10px;
    float: left;
    color: #c7c7c7;
}

.buy-button {
    margin-right: 40px;
    margin-left: 20px;
}

.buybutton-section {
    width: 260px;
    height: 66px;
    border-radius: 4px;
    background-color: #32c96c;
    text-align: left;
}

.buybutton-section.leftsection {
    width: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    background-color: #23944f;
}

.ico-buttons {
    position: relative;
    left: 5px;
    top: 10px;
    right: 0;
    display: inline-block;
    padding: 0;
}

.button-txt-1 {
    position: relative;
    left: 70px;
    display: inline-block;
    color: white;
    font-size: 16px;
    font-weight: 400;
    text-align: left;
}

.button-section {
    height: 66px;
    min-width: 260px;
    margin: 0 20px;
    border-radius: 5px;
    background-color: #32c96c;
    text-align: left;
    text-decoration: none;
}

.button-section.try-color {
    margin-top: 5px;
    margin-bottom: 5px;
    border-style: solid;
    border-width: 1px;
    border-color: rgba(255, 255, 255, 0.12);
    background-color: transparent;
}

.span-button-icon {
    display: inline-block;
    width: 66px;
    height: 100%;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    background-color: #2ab45f;
    background-image: url('../img/cloud-ico.png');
    background-position: 100% 100%;
    background-size: 66px;
    background-repeat: no-repeat;
}

.span-button-icon.try-left-block {
    border-right: 1px solid rgba(255, 255, 255, 0.12);
    background-color: transparent;
    background-image: url('../img/ico-try-01.png');
}

.span-title-button {
    position: static;
    top: 0;
    display: inline-block;
    margin: 0;
    padding: 10px 40px 10px 20px;
    -webkit-transform: translate(0px, -16px);
    -ms-transform: translate(0px, -16px);
    -o-transform: translate(0px, -16px);
    transform: translate(0px, -16px);
    text-align: left;
}

.span-title-button.for-windows-title {
    position: relative;
    display: block;
    width: 100%;
    margin: 24px auto 31px;
    padding: 10px 70px;
    text-align: center;
}

.span-title-button.try-title {
    padding-right: 40px;
}

.button-title-txt {
    position: static;
    display: block;
    color: white;
    font-size: 16px;
    letter-spacing: 1px;
}

.button-title-txt.button-txt2 {
    display: inline-block;
    padding-right: 7px;
    color: rgba(255, 255, 255, 0.49);
    font-size: 11px;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.windows-link {
    padding-right: 0;
    padding-left: 0;
    color: white;
    font-size: 11px;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.slider-section {
    display: block;
    width: 100%;
    height: 600px;
    margin-top: 0;
    margin-right: auto;
    margin-left: auto;
    border-radius: 5px;
}

.slider-main {
    display: block;
    width: 100%;
    height: 100%;
    margin-top: 0;
    margin-right: auto;
    margin-left: auto;
    border-radius: 0;
}

.h1-main-teaser {
    color: rgba(255, 255, 255, .3);
    /*font-size: 64px;*/
    line-height: 70px;
    font-family: Lato;
    font-weight: 300;
    margin: 20px 0;
}

.h1-main-teaser.h2-mt {
    padding-left: 0;
    color: deepskyblue;
    font-size: 64px;
}

.w-slider:hover .arrow-slider {
    display: block;
}

.grid-1 {
    display: block;
    width: 70%;
    max-width: 1600px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 130px;
}

.specifications-block h3{
    padding: 10px 10px 10px 31px;
    color: #333;
    line-height: 26px;
    text-align: left;
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 1px;
}

.slide-image {
    width: 350px;
    display: block;
    margin-right: auto;
    margin-left: auto;
    float: right;
}

.slide-products1 {
    width: 100%;
    height: 100%;
    padding-top: 40px;
    padding-bottom: 53px;
    background-color: #333;
}

/* sam: start */
.gallery .arrow {
    width: 1em;
    height: 1em;
    margin: auto;
    position: absolute;
    top: 40%;
    /* bottom: 0; */
    z-index: 9999;
    cursor: pointer;
    color: #fff;
    font-size: 40px;
    font-family: icons-fontastic;
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.gallery .arrow.left {
    left: 40px;
}

.gallery .arrow.right {
    right: 40px;
}

.gallery .arrow.left:before {
    content: "l";
}

.gallery .arrow.right:before {
    content: "r";
}

footer {
    background-color: #333;
}

footer .content {
    margin: 0 5%;
}

footer .content .copyright {
    padding: 40px 0;
    overflow: hidden;
    font-family: "PT Sans Caption", sans-serif;
    font-size: 14px;
    font-weight: 300;
    text-align: center;
    color: #fff;
}

footer .content .copyright a {
    color: #fff;
}

.product-item-footer {
    background: #333;
}

.product-item-footer .three.cols,
.home-footer .three.cols {
    padding: 0 5%;
}

.product-item-footer .three.cols .col,
.home-footer .three.cols .col {
    /*width: 33.333333333%;*/
    /*height: 100%;*/
    /*float: left;*/
    text-align: center;
}

.home-footer {
    padding: 36px;
    overflow: hidden;
    font-family: "PT Sans Caption", sans-serif;
    background-color: #e6eced;
}

.home-footer .three.cols .col {
    text-align: left;
}

.home-footer .list-title {
    margin: 10px 0 10px 120px;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 1px;
    line-height: 1;
}

.home-footer ul {
    margin-left: 120px;
    padding: 0;
    font-size: 14px;
}

.home-footer ul li {
    list-style: none;
    line-height: 24px;
}

.home-footer ul li a {
    text-decoration: none;
    color: #000;
    vertical-align: middle;
}

.product-item-footer .row.one {
    height: 280px;
    background-color: #a3181f;
}

.product-item-footer .row.two {
    width: 100%;
    height: 190px;
    display: table;
    font-family: Lato, sans-serif;
    font-size: 24px;
    line-height: 30px;
    font-weight: 300;
    background-color: #333;
}

.product-item-footer .row a {
    text-decoration: none;
    color: #fff;
}

.product-item-footer .row.one a {
    display: block;
    text-transform: uppercase;
}

.product-item-footer .row.one .product-links,
.product-item-footer .row.one .social-links {
    width: 300px;
    margin: 0 auto;
    padding-top: 50px;
    text-align: left;
    line-height: 42px;
    font-family: "PT Sans Caption", sans-serif;
    font-size: 16px;
}

.product-item-footer .row.one .product-links a img,
.product-item-footer .row.one .social-links a img {
    width: 24px;
    margin-right: 10px;
}

.product-item-footer .row.one .product-links a .label,
.product-item-footer .row.one .social-links a .label {
    height: 24px;
    display: inline-block;
    vertical-align: top;
    padding-top: 3px;
}

.product-item-footer .row.one .product-links a .price {
    padding: 10px 18px;
    border-radius: 4px;
    line-height: 1;
    background-color: #33b362;
    display: inline-block;
    margin-left: 10px;
    vertical-align: top;
    margin-top: 5px;
}

.product-item-footer .row.one .social-links {
    width: 250px;
    padding-bottom: 22px;
}

.product-item-footer .row.one .product-icon {
    height: 160px;
    margin-top: 35px;
}

.product-item-footer .row.two .col {
    display: table-cell;
}

.product-item-footer .row.two .link {
    margin: 60px 0 0 0;
    display: inline-block;
    vertical-align: top;
    text-align: left;
    white-space: nowrap;
}

.product-item-footer .row.two .link .text {
    height: 80px;
    padding-top: 20px;
    display: inline-block;
}

.product-item-footer .row.two .link .icon {
    width: 100px;
    height: 100px;
    display: inline-block;
    vertical-align: top;
    margin-left: 20px;
}

/* sam: end */

@media (min-width: 320px) {
    #layout {
        width: 100%;
        position: relative;
        background: #333;
        z-index: 1;
    }

    header {
        width: 100%;
        padding-top: 10px;
        position: absolute;
    }

    header .links-block {
        display: none;
    }

    .slider-main .w-col-7{
        width: 100%;
    }
    .slider-main .w-col-7 h4{
        font-size: 48px;
        line-height: 50px;
    }
    .slider-main .w-col-5{
        display: none;
    }
    .arrow-slider {
        display: none;
    }

    .screenshots-block {
        display: none;
    }

    .truegenius-block .block-title {
        padding-bottom: 30px;
        text-align: center;
    }

    .truegenius-block .block-title,
    .truegenius-block .block-title h2 {
        font-size: 30px;
        color: #fff;
        font-family: Lato, sans-serif;
        font-weight: 300;
    }

    .truegenius-block .illustrations-grid {
        width: 95%;
        max-width: 1400px;
        padding-bottom: 30px;
        margin: auto;
    }

    .about-new-block {
        padding-top: 40px;
        font-size: 16px;
        line-height: 26px;
    }
    .about-new-block h3{
        font-weight: 400;
    
        padding-left: 30px;
        letter-spacing: 1px;
}    

    /* sam: start */
    .bg-illustration {
        padding: 250px 0 0;
        position: relative;
        z-index: 999;
        background-position: 50% 50px;
        background-size: 240px;
        background-repeat: no-repeat;
        background-attachment: fixed;
    }

    .section-product-1 {
        background-color: #4b0050;
    }

    .section-product-2 {
        background-color: #002452;
    }

    .section-product-3 {
        background-color: #b4005b;
    }

    .section-product-4 {
        background-color: #c95d00;
    }

    /* sam: end */
    .img-1 {
        margin-top: 40px;
    }

    .section-block-title {
        padding: 20px 0;
        text-align: center;
    }

    .section-block-title,
    .section-block-title h2 {
        font-size: 48px;
        line-height: 50px;
        font-family: Lato, sans-serif;
        color: white;
        font-weight: 300;
    }

    .section-block-subtitle {
        color: rgba(255, 255, 255, 0.4);
        text-align: center;
        letter-spacing: 1px;
        text-transform: uppercase;
        font-size: 16px;
    }

    .section-illustration-title {
        font-size: 16px;
        text-align: center;
        color: rgba(255, 255, 255, 0.3);
    }

    .infographics-grid {
        width: 95%;
        max-width: 1400px;
        margin: auto;
    }

    .section-illustration-description {
        padding: 40px 10px 0 50px;
        color: white;
        font-size: 16px;
        line-height: 26px;
    }

    .about-new-grid {
        padding-top: 0;
        padding-right: 10px;
        padding-left: 10px;
    }

    .h1-quotes {
        padding-right: 39px;
        padding-left: 39px;
    }

    .block-scheme {
        padding-top: 0;
        padding-bottom: 41px;
        padding-left: 0;
    }

    .cloud {
        padding-top: 70px;
    }

    .block-about-2 {
        padding-right: 0;
        padding-left: 0;
    }

    .btn-green {
        margin: 5px;
    }

    .mainscreen-buttons-section {
        text-align: center;
    }

    .h3-w.h3-w2 {
        padding-right: 0;
        padding-left: 0;
        text-align: center;
    }

    .truegenius-header {
        padding-top: 30px;
        padding-bottom: 70px;
    }

    .h2-w {
        padding-top: 21px;
        padding-bottom: 21px;
    }

    .h2-w.h2-w2 {
        margin-left: 0;
        padding-right: 19px;
        padding-bottom: 11px;
        padding-left: 19px;
        line-height: 40px;
        text-align: center;
    }

    #news-block {
        width: 480px;
        height: 130px;
        display: none;
        position: absolute;
        top: 80px;
        right: 10px;
        overflow: hidden;
        z-index: 9000;

        -webkit-transition: background 0.5s;
        -moz-transition: background 0.5s;
        -ms-transition: background 0.5s;
        -o-transition: background 0.5s;
        transition: background 0.5s;

        -webkit-transition: height .5s ease-out;
        -moz-transition: height .5s ease-out;
        -ms-transition: height .5s ease-out;
        -o-transition: height .5s ease-out;
        transition: height .5s ease-out;

    }

    #news-block:hover {
        height: 520px;
        background-color: #fff;
        border-radius: 5px;
    }

    #news-block:hover .news-item {
        color: #333;
    }

    #news-block:hover .date {
        border-right: 2px solid rgba(0, 0, 0, .2);
    }

    #news-block:hover .date, #news-block:hover .info {
        background-color: transparent;
        border-radius: 0;
    }

    .news-item {
        height: 130px;
        display: block;
        font-family: Lato, sans-serif;
        font-size: 18px;
        line-height: 1;
        text-decoration: none;
        color: #fff;
        font-weight: 300;
    }

    .news-item .date {
        height: 100%;
        padding-top: 20px;
        float: left;
        background-color: rgba(0, 0, 0, .1);
        border-radius: 5px 0 0 5px;
    }

    .news-item .date .day {
        width: 80px;
        text-align: center;
        font-size: 28px;
        opacity: .85;
    }

    .news-item .date .month {
        width: 80px;
        padding-bottom: 10px;
        text-align: center;
        text-transform: uppercase;
    }

    .news-item .info {
        height: 100%;
        margin-left: 83px;
        padding: 20px;
        background-color: rgba(0, 0, 0, .1);
        border-radius: 0 5px 5px 0;
    }

    .news-item .info .title {
        height: 20px;
        margin-bottom: 10px;
        overflow: hidden;
        letter-spacing: -0.5px;
        white-space: nowrap;
        text-overflow: ellipsis;
    }

    .news-item .info .description {
        width: 357px;
        height: 60px;
        overflow: hidden;
        line-height: 1.3;
        font-family: "PT Sans", sans-serif;
        font-size: 12px;
        opacity: .9;
        text-overflow: ellipsis;
        text-overflow-multiline: ellipsis;
    }

    .promo-blockinside {
        padding-bottom: 20px;
        text-align: center;
    }

    .links-block-footer {
        padding-left: 10px;
    }

    .h2-grey {
        margin-bottom: 0;
        padding-left: 30px;
        font-size: 48px;
        line-height: 50px;
        font-family: Lato, sans-serif;
        font-weight: 300;
    }

    .logo-main {
        width: 40%;
    }

    .buy-button {
        margin: 10px 40px;
        text-align: center;
    }

    .span-title-button.for-windows-title {
        margin-bottom: 14px;
        padding-right: 0;
        padding-left: 0;
    }

    .gallery-mixed {
        display: none;
    }

    .product-item-footer .row.one {
        height: auto;
    }
    .product-item-footer .three.cols .col,
    .home-footer .three.cols .col {
        width: 100%;
        height: auto;
        float: none;
        display: block;
    }
    .home-footer .col .list-title,
    .home-footer .col ul{
        margin-left: 10%;
    }
}

@media (min-width: 480px) {
    .bg-illustration {
        background-size: 320px;
        padding: 330px 0 0;
    }
}

@media (min-width: 768px) {

    .b-promo-product {
        margin-bottom: 1000px;
    }

    .b-promo-product .logo-mainpage-section h1 {
        font-size: 104px;
    }

    #news-block {
        display: block;
    }

    .screenshots-block {
        max-height: 90%;
        position: fixed;
        display: block;
        top: 5%;
        left: 0;
        right: 0;
        z-index: -1;
    }

    .screenshots-block #screenshots-slider .arrow {
        display: none;
    }

    .screenshots-block:hover #screenshots-slider .arrow {
        display: block;
    }

    #screenshots-slider {
        max-width: 85%;
        margin: auto;
        text-align: center;

    }

    #screenshots-slider .frame {
        position: relative;
        overflow: hidden;

        text-align: center;
        display: inline-block;
    }

    #screenshots-slider .frame .wrapper {
        position: absolute;
        top: 6%;
        bottom: 11.5%;
        left: 12%;
        right: 12%;
        overflow: hidden;
    }

    #screenshots-slider .frame .wrapper .item {
        width: 100%;
        /*height: 100%;*/
        left: 100%;
        position: absolute;
    }

    #screenshots-slider .frame .wrapper .item.current {
        left: 0;
    }

    #screenshots-slider .arrow {
        position: fixed;
        /* display: none; */
    }

    .img-1 {
        margin-top: 0;
    }

    .truegenius-block .block-title,
    .truegenius-block .block-title h2 {
        font-size: 40px;
    }

    .about-new-block {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .h1-quotes {
        padding-right: 50px;
        padding-left: 50px;
    }

    .h3-w {
        padding-right: 20px;
        padding-left: 20px;
        text-align: center;
    }

    .h3-w.h3-w2 {
        padding: 0 10px 10px;
        font-size: 13px;
    }

    .truegenius-header {
        padding-top: 40px;
        padding-bottom: 0;
    }

    .h2-w.h2-w2 {
        padding: 11px 10px 28px;
        font-size: 30px;
        line-height: 33px;
        text-align: center;
    }

    .news-block-shorten {
        position: absolute;
        display: none;
    }

    header .links-block {
        display: inline-block;
    }

    .h2-grey {
        padding-left: 79px;
    }

    .about-new-grid {
        padding: 0;
    }

    .h1-quotes {
        padding-right: 29px;
        padding-left: 29px;
    }

    .h2-quotes {
        padding-bottom: 80px;
    }

    .bg-illustration {
        background-position: 50% 50px;
        background-size: 400px;
        padding-top: 400px;
    }

    .block-scheme {
        padding: 0;
    }

    .cloud {
        padding-top: 89px;
        padding-bottom: 89px;
    }

    .infographics-grid {
        padding: 50px 0;
    }

    .section-illustration-description {
        padding-left: 30px;

        padding-right: 0;
    }

    .block-about-2 {
        padding: 0 10px 0 20px;
    }

    .h3-w.h3-w2 {
        font-size: 13px;
    }

    .l1-links {
        margin-right: 8px;
        margin-left: 8px;
        font-size: 13px;
    }

    .news-block-shorten {
        left: 8%;
        top: 9%;
        right: 8%;
    }

    .logo-mainpage-section {
        padding-right: 0;
        padding-left: 0;
    }

    .h2-grey {
        margin-bottom: 30px;
        padding: 0 45px;
        line-height: 58px;
    }

    .gallery-mixed {
        display: block;
    }

    .gallery-mixed .preview-list {
        width: 90%;
        margin: auto;
        text-align: center;
        max-height: 100px;
        overflow-y: hidden;
    }

    .gallery-mixed .preview-list .item {
        width: 150px;
        display: inline-block;
        cursor: pointer;
        margin: 0 20px;
        white-space: nowrap;
    }
    .home-footer .col .list-title,
    .home-footer .col ul{
        margin-left: 15%;
    }
}

@media (min-width: 960px) {
    .bg-illustration {
        padding-top: 500px;
    }
    .arrow-slider {
        margin: 60px;
    }
}

/* sam: start */
@media (min-width: 1024px) {
    .slider-main .w-col-7{
        width: 58.333333333333336%;
    }
    .slider-main .w-col-7 h4{
        font-size: 64px;
        line-height: 70px;
    }
    .slider-main .w-col-5{
        display: block;
    }
    .gallery .arrow.left {
        left: 20px;
    }

    .gallery .arrow.right {
        right: 20px;
    }

    .bg-illustration {
        background-position: 50% 30px;
        background-size: 512px;
        padding: 500px 0;
    }

    .infographics-grid {
        padding: 60px 0;
    }

    .product-item-footer .row.one {
        height: 280px;
    }
    .product-item-footer .row.two {
        padding: 0 20px;
    }
    .product-item-footer .three.cols .col,
    .home-footer .three.cols .col {
        width: 33.333333333%;
        height: 100%;
        float: left;
    }
    .home-footer .col .list-title,
    .home-footer .col ul{
        margin-left: 100px;
    }
}

@media (min-width: 1280px) {

    .gallery .arrow.left {
        left: 40px;
    }

    .gallery .arrow.right {
        right: 40px;
    }

    .product-item-footer .row.two {
        padding: 0 5%;
    }
}

@media (min-width: 1440px) {

    .gallery .arrow.left {
        left: 60px;
    }

    .gallery .arrow.right {
        right: 60px;
    }
}

@media (min-width: 1600px) {
}

/* sam: start */

.wh-full {
    width: 100%;
    height: 100%;
}

.d-table {
    display: table;
}

.d-tcell {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.gallery .description {
    width: 70%;
    margin: 20px auto 0;
    text-align: center;
    color: #fff;
}

.gallery .markers {
    margin-top: 40px;
    position: relative;
    text-align: center;
}

.gallery .markers .item {
    width: 14px;
    height: 14px;
    margin: 0 6px;
    display: inline-block;
    border-radius: 14px;
    cursor: pointer;
    background-color: rgba(255, 255, 255, 0.4);
}

.gallery .markers .item.current {
    background-color: #fff;
}

.ta-center {
    text-align: center;
}

.get-btn {
    display: inline-block;
    margin-top: 40px;
    padding: 15px;
    background-color: #32c96c;
    border-radius: 3px;
    text-decoration: none;
    color: #fff;
}

@media screen and (-webkit-min-device-pixel-ratio: 1.5) {
    .browser-chrome * {
        background-attachment: scroll !important;
    }

    .browser-chrome .bg-illustration {
        padding-bottom: 0 !important;
    }
}

.w-mobile .bg-illustration {
    padding-bottom: 0 !important;
}

.popup-modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, .6);
    z-index: 9999;
    text-align: center;
    display: none;
}

.popup-modal img {
    max-height: 600px;
}

.popup-modal .close-btn {
    position: absolute;
    right: 40px;
    top: 40px;
    color: #fff;
    font-size: 40px;
    font-family: icons-fontastic;
    cursor: pointer;
}

.popup-modal .close-btn:before {
    content: "c";
}

.popup-modal .content.gallery .wrapper {
    width: 100%;
    height: 600px;
    position: relative;
    overflow: hidden;
}

.popup-modal .content.gallery .wrapper .item {
    width: 100%;
    position: absolute;
    left: 100%;
}

.popup-modal .content.gallery .wrapper .item.current {
    left: 0;
}

.clearfix {
    clear: both;
}

.ff-fa {
    font-family: font-awesome;
    color: #636363;
}

.modal-mode {
    width: 100%;
    height: 100%;
    overflow: hidden;
}