﻿@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-Light.ttf');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-Regular.ttf');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-Medium.ttf');
    font-weight: 500 600;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-Bold.ttf');
    font-weight: 800;
    font-style: normal;
}

/*@font-face {
    font-family: 'TTHoves-Bold';
    src: url('/fonts/TTHoves-Bold.ttf');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'TTHoves-Regular';
    src: url('/fonts/TTHoves-Regular.ttf');
    font-weight: 400;
    font-style: normal;
}*/

input:not([type=checkbox]):not([type=radio]), textarea, select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

html, body {
    height: 100%;
    margin: 0;
    padding: 0;
    scrollbar-width: thin;
}

div {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

input, textarea {
    border: 1px solid #CCCCCC;
}

    input:focus, textarea:focus {
        box-shadow: none;
        border-color: #0087C1 !important;
        outline: none;
    }

.page-wrapper {
    min-height: calc(100% - 169px);
}

* {
    margin: 0;
    padding: 0;
}

* html .page-wrapper {
    height: 100%;
}

._footer {
    margin-top: -150px;
    clear: both;
    position: relative;
    bottom: 0;
}

body, html {
    margin: 0;
    padding: 0;
    height: 100%;
}

body, input {
/*    font-family: 'TTHoves-Regular';*/
    font-size: 16px;
    color: #2d3234;
}

.wrap {
    min-height: 100%;
}

.pull-right {
    float: right;
}


/*a.active-menu-btn {
    border-radius: 1rem 1rem 0 0;
    background-color: #0087C1;
    z-index: 1110;
    color: white;
    font-weight: 700;
    padding: 12px 20px;
}

a.menu_btn:active {
    border-radius: 1rem 1rem 0 0;
    background-color: #0087C1;
    z-index: 1110;
    color: white;
}*/

/*    a.menu_btn:visited {
        color: #000000;
    }*/

a img {
    border: none;
}

/*.shadow {
    color: #9AA6B2;
}*/

.bold {
    font-weight: 600;
    font-size: x-large;
}

.container.mobile {
    width: 100%;
}

h1, h2 {
    font-weight: 700;
/*    font-family: 'TTHoves-Bold';*/
    margin: 0;
    padding: 0;
    line-height: normal;
    text-align: start;
}

h1 {
    font-size: 52px;
    line-height: 61px;
}

p {
    padding: 0 0 10px;
    margin: 0;
}

.half {
    width: 100%;
}

    .half tr td {
        vertical-align: top;
    }

        .half tr td:first-child {
            width: 50%;
            padding-right: 3%;
        }

.topmenu-container {
    height: 35px;
}

.topmenu {
    background: #658cbb;
    height: 37px;
    margin: 0 0 35px;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    .topmenu ul {
        margin: 2px 0 0;
        padding: 0;
    }

        .topmenu ul li {
            margin: 0;
            padding: 0;
            list-style: none;
            display: inline;
        }

    .topmenu a, .topmenu a:visited {
        color: #fff;
        text-decoration: none;
    }

    .topmenu .pages {
        float: left;
        margin-left: 85px;
        margin-top: 5px;
    }

        .topmenu .pages ul li a {
            padding: 10px 11px;
        }

            .topmenu .pages ul li a:hover {
                background: #749ac9;
            }

    .topmenu .actions {
        float: right;
        margin-top: 5px;
    }

        .topmenu .actions ul li a {
            padding: 11px 11px 10px;
            background: #305a8c;
        }

            .topmenu .actions ul li a:hover {
                padding: 11px;
                background: #426c9e;
            }

ul.links li.active a, ul.links li.active a:visited {
    color: #fedd6e;
}

ul.links li.active {
    text-align: center;
    position: relative;
}

    ul.links li.active a:before {
        content: '';
        position: absolute;
        top: 20px;
        left: 50%;
        width: 0;
        height: 0;
        margin-left: -3px;
        border-color: transparent transparent #fff;
        border-style: solid;
        border-width: 5px;
    }

.headerblock {
    padding: 0px 16px;
    height: 69px;
    position: fixed;
    width: 100%;
    z-index: 999;
    box-sizing: border-box;
    top: 0px;
    min-width: 320px;
/*    transition: box-shadow 0.2s linear;
    backdrop-filter: saturate(100%) blur(12px);*/
}

#bodyIdContent {
    margin-top: 69px;
}

@media screen and (min-width: 768px) {
    .headerblock {
        padding: 0px 16px;
        height: 100px;
    }

    #bodyIdContent {
        /*margin-top: 130px;*/
        padding-top: 20px;
    }
}

.headerblock:after {
    /*content: '';*/
    position: absolute;
    bottom: -1px;
    left: 0;
    height: 1px;
    width: 100%;
    clear: both;
    transition: opacity 0.2s linear;
    background: linear-gradient( 90deg, rgba(0,0,0,0) 0%, #E1E8E9 10%, #E1E8E9 90%, rgba(0,0,0,0) 100%);
    opacity: 0;
}

.headerblock:not(.scroll):after {
    opacity: 1;
}

.headerblock.scroll {
    box-shadow: 0px 0px 14px 0px rgba(0, 20, 50, 0.20);
}

.headerblock .logo {
    float: left;
    display: flex;
    z-index: 1110;
}

.headerblock.mobile .logo {
    float: left;
    width: 105px;
}

.container .contacts {
    text-align: right;
    float: right;
    width: 150px;
}

.container.mobile .contacts {
    text-align: right;
    float: right;
    width: 0px
}

.headerblock .contacts div.bold {
    font-size: 16px;
}

.headerblock h1 {
    font-size: 20px;
}

.headerblock small {
    color: gray;
    font-size: 12px;
}

.headerblock a,
.headerblock span{
    text-decoration: none;
    font-size: 18px;
    line-height: 31px;
    /*    font-family: 'TTHoves-Regular';*/
    cursor: pointer;
}

.container.mobile .contentblock {
    padding: 5px;
}

.container.mobile .pagecontent {
    padding: 0 20px 20px;
    line-height: 20px
}

.pagecontent {
    padding: 0 15px 15px;
    line-height: 20px
}


    .pagecontent h1 {
        font-size: 2rem;
    }


.contentblock h2 {
    font-size: 40px;
    line-height: 1.6em;
    font-weight: 400;
    text-transform: uppercase;
}

.contentblock h3 {
    font-size: 22px;
    line-height: 1.6em;
    font-weight: bold;
    text-transform: uppercase;
}

.how {
    margin-top: 10px;
}

    .how .row {
        height: 320px;
    }

.howmuch {
    margin-top: 0;
    height: 900px;
}

    .howmuch h2[class=green] {
        margin-bottom: 10px;
    }

    .howmuch .header {
        text-align: center;
        color: #fff;
        padding: 10px;
        font-size: 16px;
    }

    .howmuch .registration {
        width: 322px;
        float: right;
        text-align: center;
        border-radius: 14px;
        border: 1px solid #e1ebec;
        box-shadow: 0px 1px 10px 0px rgba(0, 7, 8, 0.12);
        overflow: hidden;
        background: linear-gradient( 180deg, transparent calc(100% - 12px), #F6F8FC 100%);
        max-width: 100%;
    }

        .howmuch .registration .header {
            background: #658cbb;
            margin-bottom: 10px;
        }

        .howmuch .registration .fields {
            text-align: left;
            width: calc(100% - 44px);
            margin: 0 auto;
        }

        .howmuch .registration input {
            padding: 5px 15px;
            margin: 10px 0;
            width: 299px;
            font-size: 17px;
            line-height: 1.6em;
            font-weight: 400;
            border: 1px solid #ccc;
            border-radius: 18px;
            box-sizing: border-box;
        }

            .howmuch .registration input:-webkit-autofill {
                -webkit-box-shadow: 0 0 0 1000px #fff inset;
                border: 1px solid #ccc;
            }

        .howmuch .registration .ie_label {
            color: gray;
        }

        .howmuch .registration .submit {
            text-align: left;
            padding: 0 10px;
            height: 53px;
            margin: 0px auto;
            width: calc(100% - 44px);
            padding-top: 8px;
        }

            .howmuch .registration .submit input {
                background: #658cbb;
                color: #fff;
                padding: 7px 10px;
                margin-right: 5px;
                width: auto;
                border: none;
                font-size: 14px;
                cursor: pointer;
            }

                .howmuch .registration .submit input:hover {
                    background: #426c9e;
                }

        .howmuch .registration .alert {
            padding: 10px 7px 5px 20px;
            text-align: left;
            color: red;
        }

        .howmuch .registration .notify {
            text-align: left;
            padding: 0 10px;
            color: gray;
        }

.reviews {
    margin-top: 15px;
}

    .reviews .review {
        display: block;
        margin-bottom: 20px;
        overflow: hidden;
        vertical-align: top;
        margin-right: 5px;
        width: 100%;
    }

        .reviews .review .pict {
            float: left;
            margin: 0 10px 5px 0;
            width: 100px;
            overflow: hidden;
        }

        .reviews .review .fio {
            font-size: 20px;
            line-height: 1.6em;
            font-weight: 400;
        }

            .reviews .review .fio a {
                text-decoration: none;
            }

        .reviews .review .rank {
            color: gray;
            margin-bottom: 5px;
            font-size: 17px;
            line-height: 1.6em;
            font-weight: 400;
        }

        .reviews .review .body {
            font-size: 20px;
            line-height: 1.6em;
            font-weight: 400;
        }

.footer {
    width: 100%;
    background: #e5e5e5;
    height: 150px;
    margin-top: -150px;
}

    .footer .menu {
        padding: 15px 0;
        margin-left: -10px;
    }

        .footer .menu ul, .footer .menu ul li {
            margin: 0;
            padding: 0;
        }

            .footer .menu ul li {
                margin: 0;
                padding: 0;
                list-style: none;
                display: inline;
            }

                .footer .menu ul li a {
                    padding: 15px 10px;
                    color: #678ebc;
                    text-decoration: none;
                }

                    .footer .menu ul li a:hover {
                        padding: 15px 10px;
                        background: #678ebc;
                        color: #fff;
                    }

    .footer .social {
        float: right;
        padding: 15px 0;
        text-align: right;
    }

        .footer .social a.vk, .footer .social a.vk:visited {
            width: 26px;
            height: 26px;
            background: url(/img/social.png);
            text-decoration: none;
            display: inline-block;
            margin-right: 6px;
        }

        .footer .social a.fb, .footer .social a.fb:visited {
            width: 26px;
            height: 26px;
            background: url(/img/social.png) -26px 0;
            text-decoration: none;
            display: inline-block;
            margin-right: 6px;
        }

        .footer .social a.tw, .footer .social a.tw:visited {
            width: 26px;
            height: 26px;
            background: url(/img/social.png) -52px 0;
            text-decoration: none;
            display: inline-block;
            margin-right: 6px;
        }

        .footer .social a.yt, .footer .social a.yt:visited {
            width: 26px;
            height: 26px;
            background: url(/img/social.png) -78px 0;
            text-decoration: none;
            display: inline-block;
            margin-right: 6px;
        }

        .footer .social a.gp, .footer .social a.gp:visited {
            width: 26px;
            height: 26px;
            background: url(/img/social.png) -104px 0;
            text-decoration: none;
            display: inline-block;
        }

    .footer .contacts {
        color: #555;
        padding: 10px 0 20px;
    }

        .footer .contacts p {
            padding-bottom: 5px;
        }

        .footer .contacts a {
            color: #555;
            text-decoration: none;
        }

    .footer .copyright {
        float: right;
        color: gray;
        margin-top: -45px;
    }

.modulebar {
    display: inline-block;
    vertical-align: top;
    width: 100px;
    padding: 0;
    margin: 0 0 20px;
}

    .modulebar li {
        padding: 0;
        margin: 0 0 5px;
        list-style: none;
        text-align: center;
    }

        .modulebar li a, .modulebar li a:visited {
            width: 80px;
            height: 80px;
            text-decoration: none;
            color: #fff;
            background: #aaa;
            display: block;
        }

        .modulebar li.active a, .modulebar li.active a:visited {
            width: 80px;
            height: 80px;
            text-decoration: none;
            color: #fff;
            background: #53a5d4;
            display: block;
        }

        .modulebar li.active:hover a {
            background: #60afe0;
        }

        .modulebar li:hover a {
            background: #999;
        }

        .modulebar li a:before {
            content: "";
            display: block;
            width: 56px;
            height: 56px;
            margin: 5px auto 0;
        }

        .modulebar li.all a:before {
            height: 40px;
            background: url(/img/modules.png) 0 0 no-repeat;
        }

        .modulebar li.main a:before {
            background: url(/img/modules.png) -56px 0 no-repeat;
        }

        .modulebar li.targets a:before {
            background: url(/img/modules.png) -112px 0 no-repeat;
        }

        .modulebar li.plans a:before {
            background: url(/img/modules.png) -168px 0 no-repeat;
        }

        .modulebar li.projects a:before {
            background: url(/img/modules.png) -224px 0 no-repeat;
        }

        .modulebar li.orders a:before {
            background: url(/img/modules.png) -280px 0 no-repeat;
        }

        .modulebar li.crm a:before {
            background: url(/img/modules.png) -336px 0 no-repeat;
        }

        .modulebar li.calendar a:before {
            background: url(/img/modules.png) -392px 0 no-repeat;
        }

        .modulebar li.docs a:before {
            background: url(/img/modules.png) -448px 0 no-repeat;
        }

        .modulebar li.hrm a:before {
            background: url(/img/modules.png) -504px 0 no-repeat;
        }

        .modulebar li.ideas a:before {
            background: url(/img/modules.png) -560px 0 no-repeat;
        }

        .modulebar li.timetable a:before {
            background: url(/img/modules.png) -616px 0 no-repeat;
        }

.modulecontent {
    display: inline-block;
    margin-bottom: 20px;
}

    .modulecontent img {
        max-width: 870px;
    }

#newbugcreatebtn {
    height: 25px;
    padding: 5px 0 0;
    text-align: center;
    font-size: 14px;
    float: right;
    width: 180px;
    background-color: #e85222;
    color: #fff;
    cursor: pointer;
    margin-top: 20px;
    margin-bottom: 20px;
}

    #newbugcreatebtn:hover {
        background-color: #d64517;
    }

.mews a {
    text-decoration: underline;
    font-size: inherit;
}

.mews {
    font-size: 14px;
}

    .mews p {
        margin-top: 0;
        margin-bottom: 0;
    }

.rates {
    width: 280px;
    height: 100px;
    background: #f0f0ff;
    float: right;
    margin: 15px 0 15px 15px;
    text-align: center;
}

    .rates table {
        width: 100%;
        border-collapse: collapse;
    }

        .rates table tr td {
            padding: 9px 3px;
            border: 1px solid #ebebeb;
            border-collapse: collapse;
            text-align: center;
            width: 20%;
            height: 30px;
        }

    .rates .people {
        width: 10px;
        height: 20px;
        background: url(/img/rates.png) 0 0 no-repeat;
        margin: 0 auto;
    }

    .rates .rub {
        width: 20px;
        height: 20px;
        background: url(/img/rates.png) -10px 0 no-repeat;
        margin: 0 auto;
    }

    .rates .free {
        color: #658cbb;
        font-size: 20px;
        margin: 0 auto;
    }

.titletexts {
    display: none;
}

.load {
    width: 16px;
    height: 16px;
    background: Url('/img/loading16.gif') no-repeat;
    display: block;
}

.outbid {
    color: gray;
    display: inline-block;
    margin-right: 15px;
    position: relative;
}

    .outbid:before {
        content: '';
        border-bottom: 3px #658cbb solid;
        position: absolute;
        display: inline-block;
        width: 100%;
        margin-top: 20px;
        -moz-transform: rotate(-5deg);
        -ms-transform: rotate(-5deg);
        -webkit-transform: rotate(-5deg);
        -o-transform: rotate(-5deg);
        transform: rotate(-5deg);
    }

.container .enter_btn {
    color: #0087C1;
    font-size: 20px;
    float: right;
    height: 36px;
    margin: 0px 20px;
}

.container.mobile .enter_btn {
    color: #0087C1;
    margin-top: 0px;
    width: 104px;
    display: inline-block;
    font-size: 18px;
    line-height: 1.6em;
    float: right;
    padding: 0px 0 0 0px;
    margin: 0px;
}

.enter_btn a {
    color: #fff;
    border-radius: 26px;
    -webkit-border-radius: 30px;
    padding: 0px 24px;
    display: block;
    line-height: 36px;
    background-color: #0087C1;
    font-weight: 500;
}

.container .pages {
    float: left;
    width: 490px;
    height: 56px;
    margin: 20px 15px;
    overflow: hidden;
    text-align: center;
}

.container.mobile .pages {
    display: none;
}

.container .phone_font {
    line-height: 36px;
    font-weight: 400;
    /*display: inline-block;*/
    float: right;
    min-width: 170px;
/*    font-family: 'TTHoves-Bold';*/
    font-size: 35px;
    letter-spacing: -1px;
}

.container.mobile .phone_font {
}

/*.phone_font.mobile {
    display: none;
    width:0px;
    min-width:0px;
}
.phone_font.mobile > a {
    display: none;
}*/

.selector {
    display: inline-block;
    margin: 0 15px;
    font-size: 16px;
    line-height: 1.6em;
    font-weight: 400;
}

    .selector a {
        color: #0087C1;
    }

.centr {
    text-align: center;
    padding: 15px 0;
}

.container .inner_box {
    width: 475px;
    display: inline-block;
    text-align: left;
}

.container.mobile .inner_box {
    width: 100%;
    display: inline-block;
    text-align: left;
    margin-bottom: 20px;
}

.container .boxs {
    margin: 10px 0 15px;
    text-align: left;
}

.container.mobile .boxs {
    display: inline-block;
}

.box_header {
    padding: 5px 0;
    font-size: 16px;
    font-size: 22px;
    line-height: 1.6em;
    font-weight: 400;
}

    .box_header .price {
        font-size: 17px;
        line-height: 1.6em;
        font-weight: 400;
        padding-top: 0;
    }

.body_text {
    margin: 10px 0;
    font-size: 17px;
    line-height: 1.6em;
    font-weight: 400;
}

.more_info {
    color: #3b5e88;
    cursor: pointer;
    margin-bottom: 10px;
    font-size: 16px;
}

.box_action {
    color: #3b5e88;
    cursor: pointer;
}

hr {
    border-top: 1px solid #658cbb;
}

.slider {
    text-align: center;
}

.float-left {
    float: left;
    width: 33%;
    display: inline-block;
}

#desc_texts {
    padding: 15px 0;
    font-size: 16px;
    overflow: hidden;
}

.desc {
    text-align: left;
}

.leftcolumn {
    float: left;
    width: 30%;
}

.midcolumn {
    margin: 0 auto;
    width: 30%;
}

.rightcolumn {
    float: right;
    width: 30%;
}

.circle {
    width: 100px;
    height: 100px;
    background-color: #b1b0b0;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    display: inline-block;
    cursor: pointer;
}

    .circle.main:hover {
        background-color: #878787;
    }

    .circle.crm:hover {
        background-color: #449026;
    }

    .circle.project:hover {
        background-color: #fa5225;
    }

    .circle.order:hover {
        background-color: #d81747;
    }

    .circle.calendar:hover {
        background-color: #f8a300;
    }

    .circle.hrm:hover {
        background-color: #6b39bf;
    }

    .circle.target:hover {
        background-color: #8eb51a;
    }

    .circle.plan:hover {
        background-color: #78211a;
    }

    .circle.doc:hover {
        background-color: #005ac6;
    }

    .circle.time:hover {
        background-color: #008af3;
    }

    .circle.idea:hover {
        background-color: #00a5ac;
    }

    .circle.inplan:hover {
        background-color: #999e0f;
    }

.icon {
    padding: 20px 10px;
    color: #fff;
}

.icons_table {
    width: 100%;
    border-spacing: 10px;
    text-align: center;
}

    .icons_table tr td {
        text-align: center;
    }

.link_div {
    color: #658cbb;
    cursor: pointer;
    font-size: 20px;
    margin-bottom: 10px;
}

/*        .link_div a {
            border: 1px solid #0087C1;
            padding: 4px 14px 8px;
            border-radius: 3px;
        }

        .link_div a:hover {
            text-decoration: auto !important;
        }*/

.gradient_background .header {
    font-size: 40px;
    line-height: 1.2em;
    font-weight: 400;
}

.gradient_background.mobile .header {
    font-size: 35px;
    text-align: center;
}

.body_txt {
    margin: 17px 0 20px;
    font-size: 22px;
    line-height: 1.6em;
    font-weight: 400;
}

a {
    text-decoration: none;
    line-height: normal;
}

/*#links {
    margin: 15px 0 18px;
}*/

.links_table {
    width: 73%;
    font-size: 16px;
    line-height: 1.6em;
    font-weight: 400;
}

.desc .header {
    font-size: 22px;
    line-height: 1.6em;
    font-weight: 400;
}

.desc_text {
    margin: 17px 0 5px;
    font-size: 17px;
    line-height: 1.6em;
    font-weight: 400;
}

.container .phone {
    display: inline-block;
    height: 40px;
    width: 40px;
    background: url(/img/banners/phone.png) no-repeat;
    margin: 2px 5px 0 0;
}

.container.mobile .phone {
    display: none;
}

.phone_text {
    font-size: 20px;
}

.test {
    font-size: 18px;
    margin-top: 15px;
}

    .test a {
        border: 1px solid #0087C1;
        padding: 0 5px 1px;
        border-radius: 3px;
    }

/*.youtube {
    margin: 15px 0 0;
}

.new_footer {
    width: 100%;
    background-color: #658cbb;
    height: 50px;
    display: none;
}*/

.selector.text, .selector.text a {
    color: #fff;
}

.selector.descript {
    margin-left: 0;
    color: #fff;
}

.text a {
    color: #fff;
}

.media {
    display: inline-block;
}

.media_row {
    padding: 15px 0 0;
}

.gradient_background {
    background-image: -webkit-linear-gradient(top,#f4f4f4 0,#fff 500px);
    background-image: linear-gradient(to bottom,#f4f4f4 0,#fff 500px);
}

    .gradient_background.mobile {
        margin-top: 50px;
    }

.header-text {
    font-size: 40px;
    line-height: 1.6em;
    font-weight: 400;
    text-transform: uppercase;
    text-align: center;
}

@font-face {
    src: url(/fonts/segoeuil.eot);
    src: local("Segoe UI Light"),local("Segoe WP Light"),url(/fonts/segoeuil.eot?#iefix) format('embedded-opentype'),url(/api/fonts/segoeuilwoff) format('woff'),url(/fonts/segoeuil.svg#SegoeUILight) format('svg');
    font-weight: 400;
    font-style: normal;
}

.left_menu_text {
    font-size: 16px;
    line-height: 1.6em;
    font-weight: 400;
}

.modules_panel {
    padding-top: 70px;
}

.reg_line {
    text-align: center;
    margin-bottom: 17px;
}

.main_text {
    font-size: 17px;
    line-height: 1.6em;
    font-weight: 400;
}

.reg_button {
    background-color: #83ac26;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    display: inline-block;
    cursor: pointer;
    color: #ffffff;
    font-size: 22px;
    padding: 10px 34px;
    text-decoration: none;
}

    .reg_button:hover {
        background-color: #0087C1;
    }

    .reg_button a {
        color: white;
    }

.body_text_shadow {
    margin: 10px 0 10px 0;
    font-size: 17px;
    letter-spacing: 0.04em;
    line-height: 1.6em;
    font-weight: normal;
    color: grey;
}

.login_button {
    background-color: #83ac26;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    display: inline-block;
    cursor: pointer;
    color: #ffffff;
    font-size: 18px;
    padding: 7px 10px;
    text-decoration: none;
    width: calc(100%);
    box-sizing: border-box;
    text-align: center;
    margin: 20px 0px;
}

    .login_button:hover {
        background-color: #0087C1;
    }

    .login_button a {
        color: white;
    }

.box_header_table {
    padding: 5px 0;
    font-size: 22px;
    font-weight: 400;
}

.container .reg_link {
    font-size: 20px;
    letter-spacing: 0.04em;
    line-height: 36px;
    font-weight: normal;
}

.container.mobile .reg_link {
    display: none;
}

.reg_link a {
    color: #0087C1;
}



.container.mobile .logo img {
    width: 100px;
    height: 32px;
}

.container .burger {
    background-image: url(/img/mods/white/burgerh-black.png);
    background-repeat: no-repeat;
    background-position: left;
    height: 35px;
    width: 35px;
    float: left;
    cursor: pointer;
    background-size: contain;
    margin: 0px 10px;
    display: none;
}

.container .desktop_burger {
    background-image: url(/img/mods/white/burger.svg);
    background-repeat: no-repeat;
    background-position: left;
    height: 35px;
    width: 35px;
    float: left;
    cursor: pointer;
    background-size: contain;
    margin: 0px 10px;
}

@keyframes menu-burger-effect {
    from {
        opacity: 0;
        transform: scale(0);
    }

    to {
        opacity: 1;
        transform: scale(1);
    }
}

@keyframes menu-burger-effect-2 {
    to {
        opacity: 0;
        transform: scale(1.7);
    }
}

.container.mobile .burger {
    display: block;
    margin-left: 0px;
}

.container.mobile .desktop_burger {
    display: none;
}

.no-mobile.mobile {
    display: none !important;
}

.menu-d {
    z-index: 1000;
    height: calc(100% - 52px);
    height: -moz-calc(100vh - 52px);
    height: -webkit-calc(100vh - 52px);
    width: calc(100% - 8px);
    width: -moz-calc(100% - 8px);
    width: -webkit-calc(100% - 8px);
    background: rgba(0,0,0,0.1);
    cursor: default;
    position: fixed;
    top: 60px;
    left: 3px;
    border: 1px #aaa solid;
}

.menu-container {
    padding: 10px 0px;
}

.menu-d .menu-container {
    width: 269px;
    height: 100%;
    background: #b0b0b0;
    box-sizing: border-box;
    overflow: auto;
}

.menu-mini {
    z-index: 1000;
    height: calc(100% - 52px);
    height: -moz-calc(100vh - 52px);
    height: -webkit-calc(100vh - 52px);
    width: calc(100% - 8px);
    width: -moz-calc(100% - 8px);
    width: -webkit-calc(100% - 8px);
    background: rgba(0,0,0,0.1);
    cursor: default;
    position: fixed;
    top: 50px;
    left: 3px;
    border: 1px #aaa solid;
}

    .menu-mini .menu-container {
        width: 269px;
        height: 100%;
        background: #b0b0b0;
        box-sizing: border-box;
        overflow: auto;
    }

.leftBtnMini {
    width: 100%;
    color: #fff;
    font-size: 13pt;
    line-height: 13pt;
    overflow: hidden;
}



.mask-input-error {
    border: 1px solid red !important;
}

div.leftBtnMini {
    color: black !important;
}

.page-wrapper > .content {
    margin-top: 0px;
}

.pointer {
    cursor: pointer;
}

.reason div.title {
    font-size: 24px !important;
    margin-bottom: 5px;
}

.main-part-line {
    height: 1px;
    background: linear-gradient(90deg, #E0E0E0 50%, rgba(0,0,0,0) 100%);
    width: calc(100% - 20px);
    float: left;
    margin: 6px 10px 6px 10px
}
/* картинка на странице */
.zoomable {
    cursor: pointer;
}

    .zoomable:hover {
        opacity: 0.7;
    }

/* увеличенная картинка */
#magnify {
    display: none;
    position: fixed;
    max-width: 90%;
    height: auto;
    z-index: 9999;
}

    #magnify img {
        width: 100%;
    }

/* затемняющий фон */
#overlay {
    display: none;
    background: #000;
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    opacity: 0.5;
    z-index: 9990;
}

/* кнопка закрытия */
#close-popup {
    width: 30px;
    height: 30px;
    background: #FFFFFF;
    border: 1px solid #AFAFAF;
    border-radius: 15px;
    cursor: pointer;
    position: absolute;
    top: 15px;
    right: 15px;
}

    #close-popup i {
        width: 30px;
        height: 30px;
        background: url('/img/close.svg') no-repeat center center;
        background-size: 16px 16px;
        display: block;
    }

@keyframes rota {
    25% {
        transform: rotate(360deg);
    }
}

#close-popup:hover {
    animation: rota 4s infinite normal;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
}

.area-ratio-inner {
    position: relative;
    height: 0;
    border: none;
}

.area-ratio-content {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #ffffff25;
}

.area-ratio-16-9 {
    border: 3rem solid #ffffff25;
    border-radius: 1rem;
    padding: 2rem;
    padding-top: 50%; /* 100% ширины делим на 16 и умножаем на 9 */
    /*    border: 1px solid #e1e1e1;
    box-sizing: border-box;*/
}

.area-ratio-sm {
    border: 2rem solid #ffffff25;
    border-radius: 1rem;
    padding: 2rem;
    padding-top: 50%; /* 100% ширины делим на 16 и умножаем на 9 */
    /*    border: 1px solid #e1e1e1;
    box-sizing: border-box;*/
}

.outside-area-ratio-16-9 {
    border: 1px solid #ffffff99;
    border-radius: 1rem;
    padding: 0px;
}

.pgimg {
    border-radius: 7px;
    box-sizing: border-box;
    box-shadow: 2px 2px 12px 0px rgba(0, 0, 0, 0.2);
    max-width: 100%;
    height: unset !important;
}

.pgimg_content {
    position: relative;
    display: inline-flex;
    max-width: 100%;
    height: unset !important;
}

    .pgimg_content.pgshowed {
        cursor: pointer;
    }

        .pgimg_content.pgshowed:before {
            content: "";
            position: absolute;
            bottom: 0;
            right: 0;
            padding: 6px;
            background-position: 7px 7px;
            height: 16px;
            width: 16px;
            background: linear-gradient(315deg, rgba(0,0,0,0.38) 45%, rgba(0,0,0,0.18) 100%);
            border-radius: 50% 4px 7px 4px;
            z-index: 1;
        }

        .pgimg_content.pgshowed:after {
            content: "";
            position: absolute;
            bottom: 0;
            right: 0;
            padding: 6px;
            background-image: url(/img/d2/mobile/main/full_screen_white.svg);
            background-position: 7px 7px;
            background-repeat: no-repeat;
            height: 16px;
            width: 16px;
            background-size: 16px;
            border-radius: 50% 4px 7px 4px;
            z-index: 1;
        }

#pfiles {
    z-index: 2147483650 !important;
}

.instr-rtable {
    border-spacing: initial;
    border-collapse: collapse;
    box-shadow: 2px 2px 12px 0px rgba(0, 0, 0, 0.2);
    background-color: white;
}

    .instr-rtable td {
        border: 1px solid #E0E0E0;
        padding: 10px 16px;
    }

@media screen and (max-width: 767px) {
    .instr-rtable td {
        border: 1px solid #E0E0E0;
        padding: 10px 3px;
    }
}

.instr-rtable td:first-child {
    background: #F2F4F7;
    vertical-align: middle !important;
}

.instr-rtable.it-head td:first-child {
    background: unset;
}

.instr-rtable.it-head tr:first-child td {
    background: #F2F4F7;
}

.loading-big {
    position: fixed;
    height: 55px;
    width: 55px;
    background-color: white;
    border-radius: 50%;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%) scale(0);
    box-shadow: 0px 1px 12px 0px rgba(0,0,0,0.30);
    z-index: 1;
    opacity: 0;
    animation: loading-show-anim 0.15s cubic-bezier(0.4,0.0,0.2,1) forwards;
}

@keyframes loading-show-anim {
    0% {
        transform: translate(-50%,-50%) scale(0);
        opacity: 0;
    }

    100% {
        transform: translate(-50%,-50%) scale(1);
        opacity: 1;
    }
}

.loading-big:before {
    content: '';
    position: absolute;
    border: 3px solid #dddddd;
    border-top: 3px solid #0087C1;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    animation: spin 0.8s linear infinite;
    margin: 7px;
}

.loading-min {
    position: relative;
    height: 28px;
    width: 28px;
    background-color: white;
    border-radius: 50%;
    top: 0px;
    left: 50%;
    transform: translateX(-50%) scale(0);
    box-shadow: 0px 1px 8px 0px rgba(0,0,0,0.22);
    z-index: 1;
    opacity: 0;
    animation: loading-show-anim2 0.3s cubic-bezier(0.4,0.0,0.2,1) forwards;
}

    .loading-min:before {
        content: '';
        position: absolute;
        border: 2px solid #dddddd;
        border-top: 2px solid #0087C1;
        border-radius: 50%;
        width: 16px;
        height: 16px;
        animation: spin 0.8s linear infinite;
        margin: 4px;
        left: 0px;
        top: 0px;
    }

@keyframes loading-show-anim2 {
    0% {
        transform: translate(-50%) scale(0);
        opacity: 0;
    }

    50% {
        transform: translate(-50%) scale(0);
        opacity: 0;
    }

    100% {
        transform: translate(-50%) scale(1);
        opacity: 1;
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}


body::-webkit-scrollbar {
    width: 12px;
    height: 12px;
}

body::-webkit-scrollbar-thumb {
    background-color: #BFC1C4;
    min-height: 20px;
    border: solid transparent;
    border-width: 2px 2px;
    border-radius: 20px;
    background-clip: content-box;
}

    body::-webkit-scrollbar-thumb:hover {
        background-color: #A8AAAE;
    }



/*body:not(.mobile) ::-webkit-scrollbar {
    width: 9px;
    height: 9px;
}

body:not(.mobile) ::-webkit-scrollbar-thumb {
    background-color: #BFC1C4;
    min-height: 20px;
    border: solid transparent;
    border-width: 2px 2px;
    border-radius: 20px;
    background-clip: content-box;
}

    body:not(.mobile) ::-webkit-scrollbar-thumb:hover {
        background-color: #A8AAAE;
    }*/

.fadeShow {
    animation: fadeShow-anim 0.1s cubic-bezier(0.4,0.0,0.2,1) forwards;
    opacity: 0;
}

@keyframes fadeShow-anim {
    0% {
        opacity: 0.3;
    }

    100% {
        opacity: 1;
    }
}


.mobile-telem {
    display: none;
}

.mobile .pc-telem {
    display: none !important;
}

.mobile .mobile-telem {
    display: table !important;
}

#full_sreen_content_newsContainer {
    display: flex;
}

.review {
    box-shadow: initial;
    border-radius: 1rem;
}

.developers_response {
    display: none;
    position: relative;
    margin: 1rem 0;
    margin-top: 1rem;
    padding: 1.5rem;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
    background-color: #fff6;
    border-radius: 1rem;
    width: -webkit-fill-available;
    transition-property: width, height, margin, display;
    transition-duration: 2s;
    text-align: justify;
    animation: shows 1s;
}

@keyframes shows {

    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.show_response {
    font-size: 22px;
    cursor: pointer;
    justify-content: space-between;
    display: flex;
    margin: 1rem 0 1rem;
    padding: 0.4rem;
    box-shadow: 0 0 10px rgba(0,0,0,0.5);
    background-color: white;
    border-radius: 1rem;
}

    .show_response > a,
    .show_response > div {
        padding: 10px;
    }

    .show_response span.arrow_down {
        padding: 0.7rem;
    }

    .show_response span.arrow_down_white {
        transform: rotate(180deg)
    }

@media screen and (max-width: 767px) {
    .developers_response {
        font-size: 18px;
        margin: 0.7rem 0;
        margin-top: 0.6rem;
        padding: 1rem;
    }

    .show_response {
        font-size: 18px;
        margin: 0.7rem 0 0.7rem;
        padding: 0.4rem;
    }
}

/* NEWS */

.page_select_item {
    font-size: 20px;
    margin-right: 10px;
    line-height: 1.5;
}

.reviews .review .pict {
    height: 100px;
}

    .reviews .review .pict a {
        width: 100%;
        display: block;
        height: 100%;
    }

        .reviews .review .pict a div {
            width: 100%;
            height: 100%;
            background-repeat: no-repeat;
            background-size: contain;
            background-position: center 14px;
        }

.reviews .review .rank {
    color: gray;
    /* margin-bottom: 5px; */
    font-size: 14px;
    /* font-family: 'TTHoves-Bold'; */
    letter-spacing: .04em;
    line-height: 1.6em;
    font-weight: 400;
    float: right;
    /* width: 100%; */
    padding: 20px 20px 20px 20px;
    box-sizing: border-box;
}

.reviews .review {
    margin: 0 20px;
    width: calc(100% - 40px);
}

.contentblock img {
    max-width: 100%;
    border-radius: 7px;
    border: unset !important;
    box-shadow: 2px 2px 12px 0px rgba(0, 0, 0, 0.2);
    height: unset !important;
}
