html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    text-decoration: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}

body {
    line-height: 1;
}

.noscroll {
    overflow: hidden !important;
}

.hidden {
    display: none !important;
}

.transparent {
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)" !important;
    filter: alpha(opacity=0) !important;
    -moz-opacity:0 !important;
    -khtml-opacity: 0 !important;
    opacity: 0 !important;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

body {
    font-size:14px;
    background: #fff;
    letter-spacing: 1px;
    font-family: 'HelveticaNeueRoman';
}

.clear {
    clear: both;
}

input, textarea, button {
    font-size:14px;
    letter-spacing: 1px;
    font-family: 'HelveticaNeueRoman';
}

.hidden {
    display: none;
}

.inside {
    width: 1400px;
    margin: auto;
    max-width: 1400px;
}

.loading {
    background: #ffffff;
    width: 100%;
    height: 100%;
    z-index: 1000000;
    position: fixed;
}

.button {
    color: #fff;
    width: 210px;
    outline: none;
    cursor: pointer;
    font-size: 14px;
    padding: 20px 0px;
    text-align: center;
    display: inline-block;
    font-style: italic;
    font-family: 'HelveticaNeueRoman';
    -webkit-transition: all 0.3s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -moz-transition: all 0.3s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -ms-transition: all 0.3s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -o-transition: all 0.3s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    transition: all 0.3s cubic-bezier(0.000, 0.000, 0.580, 1.000);
}

.button.blue {
    background: #00aeef;
    border: #00aeef solid 1px;
}

.button.blue:hover {
    color: #00aeef;
    background: transparent;
}

.button.opaque {
    color: #00aeef;
    border: #00aeef solid 1px;
    background: transparent;
}

.button.opaque:hover {
    color: #ffffff;
    background: #00aeef;
}

.header {
    width: 100%;
    height: 274px;
    overflow: hidden;
    background: url('/app/template/img/headbg.jpg') no-repeat center center;
    background-size: 100%;
}

.header > ul {
    width: 100%;
    height: 63px;
    display: table;
    z-index: 15;
    position: fixed;
    background: rgba(255, 255, 255, 0.5);
    -webkit-transition: all 0.3s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -moz-transition: all 0.3s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -ms-transition: all 0.3s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -o-transition: all 0.3s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    transition: all 0.3s cubic-bezier(0.000, 0.000, 0.580, 1.000);
}

.header > ul.solid {
    height: 45px;
    background: rgba(255, 255, 255, 0.9);
}

.header > ul > li {
    display: table-cell;
    vertical-align: middle;
}

.header > ul > li.logo {
    width: 391px;
}

.header > ul > li.logo a {
    height: 63px;
    display: table;
    -webkit-transition: all 0.3s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -moz-transition: all 0.3s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -ms-transition: all 0.3s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -o-transition: all 0.3s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    transition: all 0.3s cubic-bezier(0.000, 0.000, 0.580, 1.000);
}

.header > ul > li.humburger {
    display: none;
}

.header > ul.solid > li.logo a {
    height: 45px;
}

.header > ul > li.logo a span {
    color: #333f49;
    display: table-cell;
    vertical-align: middle;
    padding: 0px 0px 0px 6px;
    font-family: 'HelveticaNeueBold';
}

.header > ul > li.logo a span.black {
    width: 114px;
    color: #ffffff;
    text-align: right;
    padding: 0px 6px 0px 0px;
    background: #333f49;
}

.header > ul > li > .fixed {
    margin: auto;
    display: table;
    max-width: 785px;
}

.header > ul > li > .fixed > li {
    width: auto;
    display: table-cell;
    text-align: center;
}

.header > ul > li > .fixed > li > a {
    color: #333f49;
    display: block;
    padding: 5px 0px;
    margin: 0px 32px;
    font-family: 'HelveticaNeueBold';
    border-bottom: transparent solid 2px;
}

.header > ul > li > .fixed > li > a:hover,
.header > ul > li > .fixed > li > a.active {
    border-bottom: solid 2px;
}

.header > ul > li.phone {
    text-align: right;
    color: #333f49;
    font-family: 'HelveticaNeueBold';
}

.header > ul > li.phone.mobile {
    display: none;
}

.header > ul > li.lang {
    width:156px;
    text-align: right;
    padding: 0px 30px 0px 0px;
}

.header > ul > li.lang a {
    width: 26px;
    height: 20px;
    color: #333f49;
    text-align: center;
    display: inline-block;
    padding: 6px 0px 0px 0px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
}

.header > ul > li.lang a:hover,
.header > ul > li.lang a.active {
    color: #ffffff;
    background-color: #009fe3;
}

.header .text {
    width: 100%;
    z-index: 2;
    font-size: 60px;
    color: #333f49;
    opacity: 0;
    top: 274px;
    height: 0px;
    overflow: hidden;
    display: block;
    text-align: center;
    position: absolute;
    font-family: 'HelveticaNeueLight';
    -webkit-transition: all 2000ms cubic-bezier(0.285, 0.575, 0.295, 1); /* older webkit */
    -webkit-transition: all 2000ms cubic-bezier(0.285, 0.575, 0.295, 1.405);
    -moz-transition: all 2000ms cubic-bezier(0.285, 0.575, 0.295, 1.405);
    -o-transition: all 2000ms cubic-bezier(0.285, 0.575, 0.295, 1.405);
    transition: all 2000ms cubic-bezier(0.285, 0.575, 0.295, 1.405); /* custom */
}

.header .text.show {
    top: 195px;
    opacity: 1;
    height: auto;
}

.header .polygrams {
    top: 0px;
    width: 0%;
    height: 274px;
    overflow: hidden;
    position: absolute;
    -webkit-transition: width 3000ms cubic-bezier(0.205, 0.475, 0.850, 0.510);
    -moz-transition: width 3000ms cubic-bezier(0.205, 0.475, 0.850, 0.510);
    -o-transition: width 3000ms cubic-bezier(0.205, 0.475, 0.850, 0.510);
    transition: width 3000ms cubic-bezier(0.205, 0.475, 0.850, 0.510); /* custom */
}

.header .polygrams .graph {
    top: 0px;
    height: 274px;
    position: absolute;
    background: url('/app/template/img/polygrams.png') no-repeat center 0px;
}

.header .polygrams.show {
    width: 100%;
}

.header .ice {
    top: 0px;
    width: 100%;
    height: 274px;
    position: absolute;
    background: url('/app/template/img/headice.png') no-repeat center center;
}

.main {
    display: block;
    height: 888px;
    overflow: hidden;
    background: url('/app/template/img/mainbg.jpg') no-repeat center top;
    background-size: 100%;
}

.page.contacts .main,
.page.prices-list .main {
    height: 250px;
}

.page.blog .main {
    height: 300px;
}

.page.about .main,
.page.services .main,
.page.howwework .main {
    height: auto;
    padding-bottom: 100px;
}

.page.howwework .main {
    height: 390px;
    padding:0px;
}

.main .text {
    display: block;
    width: 100%;
    height: 170px;
    opacity: 0;
    position: absolute;
    text-indent: -10000px;
    margin: 0px auto 0px auto;
    background-repeat: no-repeat;
    background-position: center top;
    -webkit-transition: margin-top 2000ms cubic-bezier(0.285, 0.575, 0.295, 1), opacity 2000ms cubic-bezier(0.285, 0.575, 0.295, 1); /* older webkit */
    -webkit-transition: margin-top 2000ms cubic-bezier(0.285, 0.575, 0.295, 1.405), opacity 2000ms cubic-bezier(0.285, 0.575, 0.295, 1);
    -moz-transition: margin-top 2000ms cubic-bezier(0.285, 0.575, 0.295, 1.405), opacity 2000ms cubic-bezier(0.285, 0.575, 0.295, 1);
    -o-transition: margin-top 2000ms cubic-bezier(0.285, 0.575, 0.295, 1.405), opacity 2000ms cubic-bezier(0.285, 0.575, 0.295, 1);
    transition: margin-top 2000ms cubic-bezier(0.285, 0.575, 0.295, 1.405), opacity 2000ms cubic-bezier(0.285, 0.575, 0.295, 1); /* custom */
}

.main .text.show {
    margin-top: 65px;
    opacity: 1;
}

.page.contacts .main .title,
.page.about .main .title,
.page.services .main .title,
.page.howwework .main .title,
.page.blog .main .title,
.page.prices-list .main .title {
    color: #ffffff;
    font-size:36px;
    opacity: 0;
    width: 100%;
    position: absolute;
    margin: 0px auto 0px auto;
    text-align: center;
    font-family: 'HelveticaNeueLight';
    -webkit-transition: margin-top 2000ms cubic-bezier(0.285, 0.575, 0.295, 1), opacity 2000ms cubic-bezier(0.285, 0.575, 0.295, 1.405); /* older webkit */
    -webkit-transition: margin-top 2000ms cubic-bezier(0.285, 0.575, 0.295, 1.405), opacity 2000ms cubic-bezier(0.285, 0.575, 0.295, 1.405);
    -moz-transition: margin-top 2000ms cubic-bezier(0.285, 0.575, 0.295, 1.405), opacity 2000ms cubic-bezier(0.285, 0.575, 0.295, 1.405);
    -o-transition: margin-top 2000ms cubic-bezier(0.285, 0.575, 0.295, 1.405), opacity 2000ms cubic-bezier(0.285, 0.575, 0.295, 1.405);
    transition: margin-top 2000ms cubic-bezier(0.285, 0.575, 0.295, 1.405), opacity 2000ms cubic-bezier(0.285, 0.575, 0.295, 1.405); /* custom */
}

.page.contacts .main .title.show,
.page.about .main .title.show,
.page.services .main .title.show,
.page.howwework .main .title.show,
.page.blog .main .title.show,
.page.prices-list .main .title.show {
    margin-top: 105px;
    opacity: 1;
}

.page.about .main .title,
.page.services .main .title {
    font-size: 30px;
    line-height: 48px;
}

.page.blog .main .title a {
    color: #ffffff;
    font-size:24px;
    border-bottom: 1px solid #ffffff;
}

.page.blog .main .title a.active,
.page.blog .main .title a:hover {
    text-decoration: none;
    border: none;
}

.page.blog .main .title a.left {
    margin: 0px 25px 0px 0px;
}

.page.howwework .main .title {
    font-size: 24px;
    line-height: 36px;
}

.page.services .main .title.show,
.page.howwework .main .title.show {
    margin-top: 75px;
}

.page.howwework .main .title.show {
    margin-top: 110px;
}

.page.services .main .title .fixed {
    width: 920px;
    margin:auto;
}

.page.howwework .main .title .fixed {
    width: 1000px;
    margin:auto;
}

.page.about .main > .logo,
.page.services .main > .logo,
.page.howwework .main > .logo {
    display: table;
    margin:auto;
    padding: 310px 0px 0px 0px;
    font-size: 18px;
}

.page.about .main > .logo span,
.page.services .main > .logo span,
.page.howwework .main > .logo span {
    color: #333f49;
    background: #ffffff;
    display: table-cell;
    vertical-align: middle;
    padding: 15px 15px 15px 6px;
    font-family: 'HelveticaNeueBold';
}

.page.about .main > .logo span.black,
.page.services .main > .logo span.black,
.page.howwework .main > .logo span.black {
    width: 114px;
    color: #ffffff;
    text-align: right;
    padding: 15px 6px 15px 0px;
    background: #333f49;
}

.page.about .main > .logo p,
.page.services .main > .logo p,
.page.howwework .main > .logo p {
    color: #ffffff;
    font-size: 14px;
    margin:20px 0px 0px 0px;
    line-height: 20px;
    text-align: center;
}

.page.about .history .anounce {
    width: 940px;
    margin: auto;
    padding: 65px 0px;
    color: #000;
    font-size:21px;
    line-height: 30px;
    text-align: center;
}

.page.about .history .anounce blockquote {
    color: #009fe3;
    padding: 20px;
    border:#009fe3 solid 1px;
}

.page.about .history .benefits {
    padding-top: 55px;
}

.mobilemenu {
    display: none;
}

.page.about .history .anounce p em {
    color: #333f49;
    font-size:21px;
}

.landing .problems h2,
.landing .solutions h2 {
    font-size: 30px;
    color: #333f49;
    text-align: center;
    font-family: 'HelveticaNeueLight';
}

.landing .solutions h2 {
    color: #d1d3d4;
}

.landing .solutions h2 strong {
    font-family: 'HelveticaNeueRoman';
}

.landing .problems .list,
.landing .solutions .list {
    text-align: center;
    padding: 40px 0px 40px 0px;
}

.landing .solutions .list {
    background: url('/app/template/img/landingsolutionsbg.jpg') no-repeat top center;
    background-size: 100%;
}

.landing .problems ul,
.landing .solutions ul {
    width: auto;
    display: table;
    border-spacing: 20px;
    padding: 30px 0px 40px 0px;
    margin: 0px auto;
    text-align: center;
}

.landing .problems ul li,
.landing .solutions ul li {
    width:304px;
    font-size: 14px;
    text-align: left;
    margin: 10px;
    padding: 105px 22px 22px 22px;
    display: table-cell;
    background-position: 22px 27px;
    background-repeat: no-repeat;
    background-color: #d1d3d4;
}

.landing .problems ul li p,
.landing .solutions ul li p {
    line-height: 21px;
    margin:20px 0px 0px 0px;
}

.landing .problems ul li p strong,
.landing .solutions ul li p strong {
    font-size:26px;
    line-height: 130%;
    font-family: 'HelveticaNeueLight';
}

.landing .problems ul li.dark,
.landing .solutions ul li.dark {
    color: #ffffff;
    background-color: #333f49;
}

.landing .benefits h2,
.page.about .benefits h2,
.page.services .benefits h2 {
    font-size: 30px;
    color: #333f49;
    text-align: center;
    font-family: 'HelveticaNeueLight';
}

.landing .benefits h2 {
    padding: 40px 0px 0px 0px;
    color: #ffffff;
}

.landing .benefits .list,
.page.about .benefits .list,
.page.services .benefits .list {
    background: url('/app/template/img/aboutbenefitsbg.jpg') no-repeat top center;
    background-size: 100%;
}

.landing .benefits ul,
.page.about .benefits ul,
.page.services .benefits ul {
    width: auto;
    display: table;
    border-spacing: 20px;
    margin:35px auto 0px auto;
    padding: 65px 0px 30px 0px;
    text-align: center;
}

.landing .benefits ul {
    margin: 0px auto;
    padding-top:0px;
    padding-bottom: 20px;
}

.landing .benefits ul li,
.page.about .benefits ul li,
.page.services .benefits ul li {
    width:306px;
    font-size: 14px;
    text-align: left;
    margin: 10px;
    padding: 5px 22px 35px 22px;
    display: table-cell;
    background: rgba(255, 255, 255, 0.8);
}

.landing .benefits ul li p,
.page.about .benefits ul li p,
.page.services .benefits ul li p {
    line-height: 21px;
    margin:30px 0px 0px 0px;
}

.landing .benefits ul li.dark,
.page.about .benefits ul li.dark,
.page.services .benefits ul li.dark {
    color: #ffffff;
    background: rgba(50, 63, 73, 0.7);
}

.landing .services,
.page.about .services,
.page.howwework .services {
    padding: 50px 0px 50px 0px;
}

.landing .services h2,
.page.about .services h2,
.page.howwework .services h2 {
    font-size: 30px;
    color: #333f49;
    text-align: center;
    font-family: 'HelveticaNeueLight';
}

.landing .services h2 strong,
.page.about .services h2 strong,
.page.howwework .services h2 strong {
    font-family: 'HelveticaNeueRoman';
}

.landing .services .preambula,
.page.about .services .preambula,
.page.howwework .services .preambula {
    width: 890px;
    margin: 40px auto 0px auto;
    text-align: center;
    line-height: 25px;
    font-size:18px;
}

.landing .services .list,
.page.about .services .list,
.page.howwework .services .list {
    text-align: center;
}

.landing .services ul,
.page.about .services ul,
.page.howwework .services ul {
    width: auto;
    display: table;
    margin:0px auto 0px auto;
    padding: 0px 0px 50px 0px;
    text-align: center;
}

.landing .services ul li,
.page.about .services ul li,
.page.howwework .services ul li {
    width:302px;
    font-size: 14px;
    text-align: left;
    padding: 25px;
    display: table-cell;
    background: rgba(255, 255, 255, 0.8);
}

.landing .services ul li p,
.page.about .services ul li p,
.page.howwework .services ul li p {
    line-height: 21px;
    margin:30px 0px 0px 0px;
}

.landing .services ul li p em,
.page.about .services ul li p em,
.page.howwework .services ul li p em {
    color: #333f49;
    font-size:36px;
    line-height: 33px;
    font-family:'HelveticaNeueLight';
}

.landing .services .list .more,
.page.about .services .list .more,
.page.howwework .services .list .more {
    color: #009fe3;
    font-size:14px;
    font-style: italic;
    text-decoration: underline;
    margin: 0px 25px 0px 25px;
}
.landing .consult {
    min-height: 467px;
    background:#eaeceb url('/app/template/img/landingconsultbg.jpg') no-repeat 00px -25px;
    background-size: 100%;
    padding:60px 0px 0px 0px;
}

.landing .consult .inside {
    display: table;
    width: 100%;
    table-layout: fixed;
}

.landing .consult div {
    width: 66%;
    display: table-cell;
    vertical-align: top;
}

.landing .consult div.mobile {
    display: none;
}

.landing .consult .icon p {
    color: #333f49;
    font-size:48px;
    padding: 28px 0px 0px 0px;
    font-family: 'HelveticaNeueLight';
    background: url('/app/template/img/aboutline.png') no-repeat 0px 0px;
}

.landing .consult .callto {
    width: 33%;
    background: url('/app/template/img/aboutline.png') no-repeat 0px 0px;
}

.landing .consult .callto p {
    color: #000000;
    font-size:18px;
    line-height: 130%;
    margin:20px 0px 0px 0px;
}

.landing .consult .callto .numb {
    color: #009fe3;
    font-size:36px;
    font-style: italic;
    font-family: 'HelveticaNeueLight';
    margin: 30px 0px 30px 0px;
    padding-top:23px;
    background: url('/app/template/img/aboutline.png') no-repeat 0px 0px;
}

.landing .consult .callto .notice {
    color: #706f6f;
    font-size: 14px;
    font-style: italic;
}

.page.about .consult,
.page.services .consult,
.page.howwework .consult,
.page.prices-list .consult {
    background: #eaeceb;
    padding:60px 0px;
}

.page.about .consult .inside,
.page.services .consult .inside,
.page.howwework .consult .inside,
.page.prices-list .consult .inside {
    display: table;
    width: 100%;
    table-layout: fixed;
}

.page.about .consult .inside article,
.page.services .consult .inside article,
.page.howwework .consult .inside article,
.page.prices-list .consult .inside article {
    width: 66%;
    display: table-cell;
    vertical-align: top;
}

.page.about .consult .inside article.right,
.page.services .consult .inside article.right,
.page.howwework .consult .inside article.right,
.page.prices-list .consult .inside article.right {
    width: 33%;
}

.page.about .consult div,
.page.services .consult div,
.page.howwework .consult div,
.page.prices-list .consult div {
    width: 33%;
    display: table-cell;
    vertical-align: top;
}

.page.about .consult .icon,
.page.services .consult .icon,
.page.howwework .consult .icon,
.page.prices-list .consult .icon {
    padding: 0px 0px 235px 0px;
    background: url('/app/template/img/abouticoncons.png') no-repeat left bottom;
}

.page.about .consult .icon p,
.page.services .consult .icon p,
.page.howwework .consult .icon p,
.page.prices-list .consult .icon p {
    color: #333f49;
    font-size:48px;
    padding: 28px 0px 0px 0px;
    font-family: 'HelveticaNeueLight';
    background: url('/app/template/img/aboutline.png') no-repeat 0px 0px;
}

.page.about .consult .info,
.page.services .consult .info,
.page.howwework .consult .info,
.page.prices-list .consult .info {
    padding: 0px 70px 0px 0px;
    background: url('/app/template/img/aboutline.png') no-repeat 0px 0px;
}

.page.about .consult .info p,
.page.services .consult .info p,
.page.howwework .consult .info p,
.page.prices-list .consult .info p {
    font-size: 18px;
    line-height: 28px;
    margin: 36px 0px 0px 0px;
}

.page.about .consult .callto,
.page.services .consult .callto,
.page.howwework .consult .callto,
.page.prices-list .consult .callto {
    background: url('/app/template/img/aboutline.png') no-repeat 0px 0px;
}

.page.about .consult .callto .numb,
.page.services .consult .callto .numb,
.page.howwework .consult .callto .numb,
.page.prices-list .consult .callto .numb {
    color: #009fe3;
    font-size:36px;
    font-style: italic;
    margin: 41px 0px 20px 0px;
}

.page.about .consult .callto p,
.page.services .consult .callto p,
.page.howwework .consult .callto p,
.page.prices-list .consult .callto p {
    color: #706f6f;
    font-size:14px;
    line-height: 130%;
    font-style: italic;
    margin:20px 0px 0px 0px;
}

.page.services .slide-list {
    padding: 50px 0px 0px 0px;
}

/*--*/
.page.services .slide-list .select.mobile {
    height: 45px;
    overflow: hidden;
    display: none;
    width: 98%;
    margin: auto;
}

.page.services .slide-list .select .value {
    color: #ffffff;
    font-size:20px;
    cursor: pointer;
    font-weight: 400;
    text-align: left;
    height:18px;
    overflow: hidden;
    border: #333f49 solid 1px;
    padding: 12px 60px 12px 12px;
    background: #333f49 url('/app/template/img/select_arrow_ic.png') no-repeat 88px -36px;
    -webkit-transition: all 0.3s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -moz-transition: all 0.3s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -ms-transition: all 0.3s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -o-transition: all 0.3s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    transition: all 0.3s cubic-bezier(0.000, 0.000, 0.580, 1.000);
}

.page.services .slide-list .select .value {
    line-height: 35px;
    font-size: 18px;
    padding-top: 4px;
    height: 27px;
}

.page.services .slide-list .select .value:hover {
    color: #000000;
    background-color: #ffffff;
    background-position: 88px 18px;
}

.page.services .slide-list .select.mobile .value {
    word-wrap: break-word;
    background-position-x: 98%;
}

.page.services .slide-list .select .items {
    width: 112px;
    z-index: 10;
    height: 0px;
    display: block;
    overflow: hidden;
    position: absolute;
    background: #ffffff;
}

.page.services .slide-list .select.mobile .items {
    width: 96%;
}

.page.services .slide-list .select .items.open {
    height: auto;
    max-height: 300px;
    border: #817f7d solid 1px;
    border-top: none;
    overflow-y: auto;
}

.page.services .slide-list .select .items span {
    cursor: pointer;
    color: #231f20;
    display: block;
    font-size: 18px;
    font-weight: 400;
    text-align: left;
    padding: 12px 60px 12px 12px;
    -webkit-transition: all 0.3s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -moz-transition: all 0.3s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -ms-transition: all 0.3s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -o-transition: all 0.3s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    transition: all 0.3s cubic-bezier(0.000, 0.000, 0.580, 1.000);
}

.page.services .slide-list .select .items span a {
    color: #231f20;
}

.page.services .slide-list .select .items span {
    font-size: 18px;
    padding: 13px 60px 12px 12px;
}

.page.services .slide-list .select .items span:hover {
    color: #ffffff;
    background: #333f49;
}

.page.services .slide-list .select .items span:hover a {
    color: #ffffff;
}
/*--*/

.page.services .slide-list .nav {
    margin: auto;
}

.page.services .slide-list .nav .active {
    width: 338px;
    display: block;
    position: absolute;
    background: #00b7f4;
    height: 4px;
    -webkit-transition: all 0.3s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -moz-transition: all 0.3s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -ms-transition: all 0.3s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -o-transition: all 0.3s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    transition: all 0.3s cubic-bezier(0.000, 0.000, 0.580, 1.000);
}

.page.services .slide-list .nav .active.step2 {
    margin-left: 350px;
}

.page.services .slide-list .nav .active.step3 {
    margin-left: 700px;
}

.page.services .slide-list .nav .active.step4 {
    margin-left: 1050px;
}

.page.services .slide-list .nav ul {
    width: 100%;
    display: table;
    z-index: 10;
    table-layout: fixed;
    border-spacing: 0px;
    position: relative;
}

.page.services .slide-list .nav ul li {
    cursor: pointer;
    display: table-cell;
    text-align: center;
    vertical-align: top;
    color: #817f7d;
    font-size: 36px;
    text-align: left;
    padding: 75px 0px 15px 0px;
    font-family: 'HelveticaNeueLight';
    -webkit-transition: all 0.3s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -moz-transition: all 0.3s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -ms-transition: all 0.3s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -o-transition: all 0.3s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    transition: all 0.3s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    opacity: 0.5;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: gray;
    filter: url("data:image/svg+xml;utf8,<svg version='1.1' xmlns='http://www.w3.org/2000/svg' height='0'><filter id='greyscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0' /></filter></svg>#greyscale");
}

.page.services .slide-list .nav ul li:hover,
.page.services .slide-list .nav ul li.selected {
    opacity: 1;
    color: #333f49;
    -webkit-filter: none;
    filter: none;
    filter: none;
}

.page.services .slide-list .ios-slider {
    width: 100%;
    display: block;
}

.page.services .slide-list .slider {
    width: 100%;
    display: block;
    height: 100%;
}

.page.services .slide-list .val {
    width: 100%;
    display: block;
    height: 100%;
    margin: -1px 0px 0px 0px;
}

.page.services .slide-list .val .item {
    width: 100%;
    display: block;
    height: 100%;
    padding: 55px 0px 80px 0px;
}

.page.services .slide-list .val li .inside {
    display: table;
    table-layout: fixed;
}

.page.services .slide-list .val li .fix {
    width: 75%;
    margin: auto;
}

.page.services .slide-list .val li p {
    font-size:18px;
    line-height: 28px;
    text-align: center;
    font-family: 'HelveticaNeueLight';
}

.page.services .slide-list .val li p strong {
    font-family: 'HelveticaNeueBold';
}

.page.services .slide-list .val li p em {
    font-size:30px;
    color: #333f49;
}

.page.services .slide-list .val li p em strong {
    font-family: 'HelveticaNeueRoman';
}

.page.services .slide-list .val li .solutions {
    text-align: center;
    padding:0px;
}

.page.services .slide-list .val li .solutions > li {
    margin:40px 0px 0px 0px;
}

.page.services .slide-list .val li .solutions .name {
    color: #009fe2;
    font-size:36px;
    text-align: center;
    padding:85px 0px 35px 0px;
}

.page.services .slide-list .val li .solutions .text {
    display: table;
}

.page.services .slide-list .val li .solutions .text .left {
    width: 50%;
    display: table-cell;
    background: #d1d3d4;
    padding: 0px 40px 27px 40px;
    text-align: left;
}

.page.services .slide-list .val li .solutions .text .left p {
    color: #000;
    font-size: 14px;
    line-height: 21px;
    text-align: left;
    margin:27px 0px 0px 0px;
}

.page.services .slide-list .val li .solutions .text .left p strong {
    color: #333f49;
    font-size:24px;
    font-family:'HelveticaNeueLight';
}

.page.services .slide-list .val li .solutions .text .sep {
    display: table-cell;
}

.page.services .slide-list .val li .solutions .text .sep div {
    width: 25px;
    height: 10px;
    display: block;
}

.page.services .slide-list .val li .solutions .text .right {
    width: 50%;
    text-align: left;
    display: table-cell;
    background: #333f49;
    padding: 0px 40px 27px 40px;
}

.page.services .slide-list .val li .solutions .text .right p {
    color: #fff;
    font-size: 14px;
    line-height: 21px;
    text-align: left;
    margin:27px 0px 0px 0px;
}

.page.services .slide-list .val li .solutions .text .right p strong {
    color: #00aeef;
    font-size:24px;
    font-family:'HelveticaNeueLight';
}

.page.services .slide-list .val li .solutions .text .right p em {
    color: #ffffff;
    font-size: 14px;
    font-family: 'HelveticaNeueBold';
}

.page.services .slide-list .val li .solutions .text .right p em strong {
    font-size: 14px;
    font-family: 'HelveticaNeueBold';
}

.page.services .slide-list .val li .solutions .text .right ul {
    color: #ffffff;
    list-style-type: disc;
}

.page.services .slide-list .val li .solutions .text .right ul li {
    margin: 0px 0px 0px 16px;
    padding: 0px;
    line-height: 21px;
    display: list-item;
}
.page.services .slide-list .val li .solutions .button {
    margin:35px 0px 0px 0px;
}

.page.howwework .timeline {
    padding: 20px 0px 50px 0px;
}

.page.howwework .timeline .inside ul {
    display: table;
}

.page.howwework .timeline .inside ul li {
    width: 430px;
    display: table-cell;
    padding: 30px 15px 0px 15px;
}

.page.howwework .timeline .inside ul li p {
    color: #000;
    font-size: 14px;
    line-height: 24px;
}

.page.howwework .timeline .inside ul li p.name {
    color: #333f49;
    font-size: 34px;
    line-height: 40px;
    padding: 70px 0px 20px 0px;
    font-family: 'HelveticaNeueLight';
}

.page.howwework .timeline .inside ul li p.name span {
    color: #009fe3;
}

.page.howwework .timeline .inside ul li button {
    margin: 10px 0px 0px 0px;
}

.page.howwework .faq {
    background: #eaeceb;
    text-align: center;
    padding:50px 0px 50px 0px;
}

.page.howwework .faq h2 {
    color: #333f49;
    font-size: 30px;
    font-family: 'HelveticaNeueLight';
}

.page.howwework .faq ul {
    padding:30px 0px 0px 0px;
}

.page.howwework .faq ul li {
    font-size: 24px;
    margin:25px 0px 0px 0px;
}

.page.howwework .faq ul li a {
    color: #009fe3;
    text-decoration: underline;
}

.page.howwework .faq ul li a:hover {
    text-decoration: none;
}

.page.blog .blog-list {
    text-align: center;
    padding: 10px 0px 50px 0px;
}

.page.blog .blog-list .items {
    display: table;
    margin:40px 0px 0px 0px;
}

.page.blog .blog-list .items.load {
    width: 100%;
}
.page.blog .blog-list .items.load li {
    width: 100%;
    text-align: center;
}


.page.blog .blog-list .items li {
    width: 33%;
    text-align: left;
    display: table-cell;
    padding: 0px 30px;
}

.page.blog .blog-list .items li .date {
    color: #009fe3;
    font-size:36px;
    font-family: 'HelveticaNeueLight';
}

.page.blog .blog-list .items li .date span {
    font-size:14px;
}

.page.blog .blog-list .items li p {
    margin:10px 0px 0px 0px;
}

.page.blog .blog-list .items li p a {
    color: #000000;
    font-size:24px;
    line-height: 36px;
}

.page.blog .blog-list .items li p a:hover {
    border-bottom: #000000 solid 1px;
}

.page.blog .blog-list .button {
    margin: 50px 0px 0px 0px;
}

.page.blog .blog-list .article {
    float: left;
    padding:40px 0px 0px 0px;
}

.page.blog .blog-list .article .date {
    color: #009fe3;
    font-size:36px;
    float: left;
    font-family: 'HelveticaNeueLight';
}

.page.blog .blog-list .article .date span {
    font-size:14px;
}

.page.blog .blog-list .article .text {
    float: left;
    width: 780px;
    text-align: left;
    margin: 0px 0px 0px 110px;
}

.page.blog .blog-list .article .text h1 {
    color: #333f49;
    font-size: 48px;
    font-family: 'HelveticaNeueLight';
    padding:0px 0px 30px 0px;
}

.page.blog .blog-list .article .text p {
    font-size:24px;
    line-height:36px;
    margin:30px 0px 0px 0px;
}

.page.blog .blog-list .article .text img {
    width: 100%;
}

.page.blog .blog-list .article .text .social {
    margin: 90px 0px 0px 0px;
}

.page.blog .blog-list .other {
    width: 300px;
    float: right;
    text-align: left;
}

.page.blog .blog-list .other ul li {
    margin:40px 0px 0px 0px;
}

.page.blog .blog-list .other ul li .date {
    margin:0px;
    color: #009fe3;
    font-size:36px;
    font-family: 'HelveticaNeueLight';
}

.page.blog .blog-list .other ul li .date span {
    font-size: 14px;
}

.page.blog .blog-list .other ul li p {
    margin:10px 0px 0px 0px;
}

.page.blog .blog-list .other ul li p a {
    color: #000;
    font-size:24px;
    line-height:36px;
}

.page.blog .blog-list .other ul li p a:hover {
    border-bottom: solid 1px;
}

.page.blog .blog-list .other .more {
    color: #00b7f4;
    font-size:14px;
    font-style: italic;
    display: inline-block;
    margin:50px 0px 0px 0px;
    text-decoration: underline;
}

.page.blog .subscribe {
    background: #eaeceb;
    padding:60px 0px;
}

.page.blog .subscribe .inside {
    display: table;
    width: 100%;
    table-layout: fixed;
}

.page.blog .subscribe div {
    width: 33%;
    display: table-cell;
    vertical-align: top;
}

.page.blog .subscribe .inside article {
    width: 66%;
    display: table-cell;
    vertical-align: top;
}

.page.blog .subscribe .inside article.right {
    width: 33%;
}

.page.blog .subscribe .icon {
    color: #333f49;
    font-size:30px;
    padding: 48px 0px 0px 105px;
    font-family: 'HelveticaNeueLight';
    background: url('/app/template/img/subsicon.png') no-repeat left center;
}

.page.blog .subscribe .info {
    padding: 0px 70px 0px 0px;
    background: url('/app/template/img/aboutline.png') no-repeat 0px 0px;
}

.page.blog .subscribe .info p {
    font-size: 18px;
    line-height: 28px;
    margin: 36px 0px 0px 0px;
}

.page.blog .subscribe .block {
    background: url('/app/template/img/aboutline.png') no-repeat 0px 0px;
}

.page.blog .subscribe .block .txt {
    width: 180px;
    float: left;
    padding: 20px;
    color: #595550;
    font-size:14px;
    background: #eaeceb;
    font-style: italic;
    margin: 41px 0px 0px 0px;
    border: #595550 solid 1px;
}

.page.blog .subscribe .block .button {
    float: left;
    margin: 41px 0px 0px 15px;
}

.main .inside {
    width: 815px;
    padding: 278px 0px 0px 0px;
}

.main .inside h1 {
    color: #ffffff;
    font-size: 21px;
    line-height: 30px;
    text-align: center;
    margin: 0px 0px 0px 0px;
}

.main .inside .arrow {
    width: 33px;
    height: 33px;
    display: block;
    cursor: pointer;
    margin: 25px auto 0px auto;
    background: url('/app/template/img/mainarr.png') no-repeat 0px 0px;
}

.main .inside .arrow:hover {
    opacity: 0.8;
}

.main .inside .info {
    text-align: center;
    margin: 100px 0px 0px 0px;
}

.main .inside .info h2 {
    color: #009fe3;
    font-size: 24px;
    text-align: center;
    padding: 0px 0px 18px 0px;
    background: url('/app/template/img/mainln.png') no-repeat center bottom;
}

.main .inside .info p {
    color: #ffffff;
    line-height: 24px;
    font-size: 18px;
    font-family: 'HelveticaNeueLight';
    text-align: center;
    margin: 33px 0px 0px 0px;
}

.main .inside .info .cert {
    width: 160px;
    height: 69px;
    display: block;
    margin: 30px auto 0px auto;
    background: url('/app/template/img/maincert.png') no-repeat 0px 0px;
}

.main .inside .info .more {
    font-style: italic;
    color: #009fe3;
    text-decoration: underline;
    display: inline-block;
    margin: 40px 0px 0px 0px;
}

.main .inside .info .more:hover {
    text-decoration: none;
}

.hero {
    color: #333f49;
    width: 100%;
    height: 583px;
    background: url('/app/template/img/herobg.jpg') no-repeat center center;
    background-size: 100%;
}

.hero .inside {
    height: 100%;
    display: table;
}

.hero .fio {
    width: 100%;
    display: table-cell;
    vertical-align: middle;
}

.hero .fio .position {
    line-height: 130%;
    padding: 0px 0px 18px 0px;
    background: url('/app/template/img/heroln.png') no-repeat left bottom;
}

.hero .fio .name {
    font-size: 48px;
    margin: 25px 0px 0px 0px;
    font-family: 'HelveticaNeueLight';
}

.hero .fio .numb {
    float: left;
    margin: 55px 40px 0px 0px;
}

.hero .fio .numb span {
    font-size: 12px;
    display: block;
    line-height: 130%;
}

.hero .fio .numb span.digit {
    font-size: 40px;
    min-width: 30px;
    line-height: 100%;
    text-align: center;
    display: inline-block;
    margin: 0px 0px 15px 0px;
    font-family: 'HelveticaNeueLight';
    border: #009fe3 solid 1px;
    padding: 5px 10px;
    border-radius: 52px;
    -webkit-border-radius: 52px;
    -moz-border-radius: 52px;
    -o-border-radius: 52px;
    -ms-border-radius: 52px;
}

.hero .info {
    display: table-cell;
    vertical-align: middle;
}

.hero .info p {
    width: 500px;
    font-family: 'HelveticaNeueLight';
    font-size: 21px;
    line-height: 30px;
}

.page.about .hero .info p {
    font-size: 14px;
    line-height: 18px;
}

.page.contacts .text {
    min-height: 400px;
    padding: 50px 0px;
}

.page.contacts .text p {
    font-size:25px;
    line-height: 150%;
    text-align: center;
}

.page.contacts .address .inside {
    padding: 50px 0px;
}

.page.contacts .address .inside .left {
    width: 60%;
    float:left;
}

.page.contacts .address .inside .left label,
.page.contacts .address .inside .right label {
    float: left;
    color: #009fe3;
    line-height: 36px;
    font-size: 18px;
    font-family: 'HelveticaNeueLight';
}

.page.contacts .address .inside .right {
    width: 40%;
    float:left;
}

.page.contacts .address .inside .left .info,
.page.contacts .address .inside .right .info {
    float: left;
    color: #000;
    font-size: 24px;
    margin: 0px 0px 0px 70px;
    font-family: 'HelveticaNeueLight';
}

.page.contacts .address .inside .left .info {
    line-height: 36px;
}

.page.contacts .address .inside .left .info em {
    color: #706f6f;
    font-size: 20px;
    font-style: italic;
}

.page.contacts .address .inside .right .info {
    font-size:36px;
    line-height: 48px;
}

.page.contacts .map {
    height: 560px;
}

.footer {
    width: 100%;
    height: 63px;
    overflow: hidden;
    margin: 0px 0px 0px 0px;
}

.footer > ul {
    width: 100%;
    height: 63px;
    display: table;
    background: rgba(255, 255, 255, 0.5);
}

.footer > ul > li {
    display: table-cell;
    vertical-align: middle;
}

.footer > ul > li.logo a {
    height: 63px;
    display: table;
}

.footer > ul > li.logo a span {
    color: #333f49;
    display: table-cell;
    vertical-align: middle;
    padding: 0px 0px 0px 6px;
    font-family: 'HelveticaNeueBold';
}

.footer > ul > li.logo a span.black {
    width: 114px;
    color: #ffffff;
    text-align: right;
    padding: 0px 6px 0px 0px;
    background: #333f49;
}

.footer > ul > li.copy {
    font-size: 12px;
}

.footer > ul > li.dev {
    text-align: right;
    font-size: 12px;
    padding: 0px 30px 0px 0px;
}

.footer > ul > li.dev a {
    color: #009fe3;
}

.footer > ul > li.dev a:hover {
    text-decoration: underline;
}

.ui-widget-overlay {
    background: #000000 !important;
}

.ui-dialog {
    border: none !important;
    width: 81% !important;
    height: auto !important;
    top: auto;
    padding:55px;
    background-color: transparent !important;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
}

.ui-dialog.wauto {
    width: auto !important;
    height: auto !important;
    top: auto;
}

.ui-dialog .ui-dialog-content {
    padding: 0px !important;
    overflow-wrap: normal;
    overflow-x: visible;
    overflow-y: visible;
    background-color: transparent !important;
}

.ui-dialog .hero-wnd.ui-dialog-content {
    overflow: hidden !important;
}

.ui-dialog-content .inside {
    width: auto;
    padding: 0px 30px;
}

.wauto .ui-dialog-content .inside {
    width: 100%;
    padding: 0px 0px;
}

.ui-draggable .ui-dialog-titlebar {
    display: none;
}


.popup {
    display: none;
    width: 100% !important;
    height: 100% !important;
}

.ui-dialog .close {
    right: 15px;
    top: 15px;
    z-index: 70005;
    outline: none;
    display: block;
    width: 41px;
    height: 41px;
    margin: 0px 0px 0px 0px;
    position: absolute;
    background: url('/app/template/img/popup_close.png') no-repeat 0px 0px;
}

.ui-dialog.wauto .close {
    right: 10px;
    top: 10px;
}

.ui-dialog .close:hover {
    opacity: 0.7;
}

.popup .item {
    width: 100%;
    height: 100%;
    display: table;
}

.wauto .popup .item {
    padding-bottom: 30px;
}

.popup .item .title {
    width: 100%;
    height: 30%;
    min-height:;
    display: table-row;
    background: #ffffff;
}

.popup .item .title .holder {
    width: 100%;
    display: table-cell;
    vertical-align: bottom;
}

.popup .item .title .holder p {
    width: 50%;
    font-size:55px;
    font-weight: 100;
    color: #1f1f1d;
    padding: 0px 0px 30px 0px;
}

.wauto .popup .item .title .holder p {
    width: auto;
    padding-top: 16px;
    padding-left: 35px;
    padding-right: 35px;
}

.wauto .popup .form {
    padding-left:35px;
    padding-right: 35px;
    padding-top: 20px;
    padding-bottom: 35px;
}

.popup .item .title .holder p.fio {
    padding-top: 15px;
    padding-bottom: 15px;
}

.popup .item .title .holder p.position {
    font-size: 18px;
    font-weight: 400;
    line-height: 130%;
    padding-bottom: 15px;
}

.popup .item .text {
    width: 100%;
    height: 70%;
    display: table-row;
    background: #333f49;
}

.popup .item .text .holder {
    width: 100%;
    display: table-cell;
    vertical-align: top;
    padding: 30px 0px 0px 0px;
}

.popup .item .text .holder p {
    color: #ffffff;
    font-size: 18px;
    font-weight: 300;
    line-height: 140%;
    padding: 0px 0px 30px 0px;
}

.wauto .popup .item .text .holder p {
    padding: 0px 35px 10px 35px;
}

.wauto .popup .item .text .holder p.mr {
    padding-bottom: 35px;
}

.popup .item .text .bio {
    width: 50%;
    float: left;
    padding-bottom: 15px;
}

.popup .item .text .photo {
    width: 50%;
    height: 100%;
    float: right;
    display: block;
}

.popup.consult-wnd .item .txt,
.popup.subscribe-wnd .item .txt {
    width: 258px;
    color: #6d6f71;
    font-size: 18px;
    padding: 19px 20px;
    margin: 0px 0px 10px 0px;
    border: #005aa8 solid 1px;
}

.popup.consult-wnd .item .txt,
.popup.subscribe-wnd .item .txt {
    width: 254px;
}

.popup.consult-wnd .item .button,
.popup.subscribe-wnd .item .button {
    width: 296px;
    font-size: 18px;
    padding: 18px 0px 18px 0px;

}

.menu .root > li {
    cursor: pointer;
    text-align: center;
    float: left;
    display: inline;
}

.menu .root > li.mobile {
    display: none;
}

.menu .root > li > a {
    width: 100%;
    height: 80px;
    display: table-cell;
    color: #ffffff;
    font-size: 18px;
    font-weight: 300;
    vertical-align: middle;
    font-family: 'Roboto';
    padding: 0px 0% 0px 0%;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.menu.top .root > li > a {
    height: 50px;
}

.menu .root > li > a:hover,
.menu .root > li > a.active {
    color: #3e729f;
    background-color: #ffffff;
    -webkit-box-shadow: 0px -2px 5px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px -2px 5px 0px rgba(0,0,0,0.75);
    box-shadow: 0px -2px 5px 0px rgba(0,0,0,0.75);
}

.menu .root > li > .sub {
    top: -1000px;
    left: 0px;
    width: 100%;
    z-index: -1;
    opacity: 0;
    display: block;
    position: absolute;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.menu .root > li.active > .sub {
    top: 80px;
    z-index: 1;
    opacity: 1;
}

.menu.top .root > li.active > .sub {
    top: 50px;
}

.menu .root > li > .sub .holder {
    margin: auto;
    height: 40px;
    width: 100%;
    max-width: 1400px;
    display: block;
    background: #ffffff;
}

.menu .root > li > .sub.border .holder {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border:#3f719f solid 1px;
    border-top:  0px;
}

.menu .root > li > .sub .holder ul {
    margin: auto;
    display: inline-flex;
}

.menu .root > li > .sub .holder ul li {
    float:left;
    padding: 0px 30px;
}

.menu .root > li > .sub .holder ul li a {
    z-index: -1;
    height: 18px;
    color: #000000;
    font-size: 16px;
    font-weight: 300;
    position: relative;
    display: inline-block;
    font-family: 'Roboto';
    padding: 12px 0px 0px 0px;
}

.menu .root > li.active > .sub .holder ul li a {
    z-index: 1;
}


.menu .root > li > .sub .holder ul li a:hover {
    text-decoration: underline;
}

.menu .root > li > .sub .holder ul li a.active {
    font-weight: 700;
}

.prices-list-text table {
    width: 100% !important;
}

.prices-list-text table tr th {
    background:#333f49;
    color:#fff;
    font-size: 24px;
    padding: 8px 40px;
    line-height: 130%;
    font-family: 'HelveticaNeueRoman';
}

.prices-list-text table tr td {
    color:#000;
    font-size: 18px;
    padding: 8px 40px;
    line-height: 130%;
    font-family: 'HelveticaNeueRoman';
}

.prices-list-text table tr:nth-child(even) {background: #fff}
.prices-list-text table tr:nth-child(odd) {background: #eaeceb}

.prices-list-text {
    padding-top: 70px;
    max-width: 80%;
    margin: auto;
}

.prices-list-text p {
    padding: 0px 40px;
    margin: 10px 0px 0px 0px;
    line-height: 130%;
}

.prices-list-text p em {
    font-size: 14px;
    font-style: italic;
}