html{-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;text-size-adjust:100%}body{margin:0;font:16px/1 sans-serif;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased}h1,h2,h3,h4,p,blockquote,figure,ol,ul{margin:0;padding:0}main,li{display:block}h1,h2,h3,h4{font-size:inherit}strong{font-weight:bold}a,button{color:inherit;-webkit-transition:0.15s;-o-transition:0.15s;-moz-transition:0.15s;transition:0.15s}a{text-decoration:none}button{overflow:visible;border:0;font:inherit;-webkit-font-smoothing:inherit;letter-spacing:inherit;background:none;cursor:pointer}::-moz-focus-inner{padding:0;border:0}:focus{outline:0}img{max-width:100%;height:auto;border:0}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}table{border-collapse:collapse;border-spacing:0}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}.clear{clear:both}.transition{-webkit-transition:all 0.15s ease-out;-o-transition:all 0.15s ease-out;-moz-transition:all 0.15s ease-out;transition:all 0.15s ease-out}img,video{max-width:100%;height:auto;vertical-align:middle}*,*:before,*:after{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box}

.user-select-none {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; 
}
.alignleft {
    display: inline;
    float: left;
    margin-right: 1.5em;
    margin-bottom: 1.5em
}
.alignright {
    display: inline;
    float: right;
    margin-left: 1.5em;
    margin-bottom: 1.5em
}
.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto
}

@media (max-width: 1070px) {
    .alignleft,.alignright{
        display: block;
        margin: auto;
        float: none;
    }
}

/*
*
* Типографика
*
*/

body, button, input, select, textarea {
    font-family: 'Open Sans', 'Segoe UI', 'Roboto', sans-serif;
    font-size: 15px;
    color: #313131;
    line-height: 1.45;
}
h1, h2, h3, h4, h5, h6 {
    clear: both;
    line-height: 1.35;
    font-weight: 400;
    margin: 24px 0;
}
h1 {
    font-size: 2em
}
h2 {
    font-size: 1.8em
}
h3 {
    font-size: 1.6em
}
h4 {
    font-size: 1.4em
}
h5 {
    font-size: 1.2em
}
h6 {
    font-size: 1em
}
@media only screen and (max-width:500px) {
    h1 {
        font-size: 1.75em
    }
    h2 {
        font-size: 1.6em
    }
    h3 {
        font-size: 1.45em
    }
    h4 {
        font-size: 1.3em
    }
    h5 {
        font-size: 1.15em
    }
    h6 {
        font-size: 1em
    }
}
h1:first-child, h2:first-child, h3:first-child, h4:first-child, h5:first-child, h6:first-child {
    margin-top: 0
}

abbr, acronym {
    border-bottom: 1px dashed #444;
    cursor: help;
}
dt {
    font-weight: 600;
    font-size: 16px;
    color: #b24cd6
}
dd {
    margin: 6px 0 12px 12px;
    font-size: 15px;
}
dfn, cite, em, i {
    font-style: italic
}
b, strong {
    font-weight: 600;
}

p,
blockquote,
address,
dl,
pre {
    margin: 24px 0
}
p:first-child,
blockquote:first-child,
address:first-child,
dl:first-child,
pre:first-child {
    margin-top: 0
}
p:last-child,
blockquote:last-child,
address:last-child,
dl:last-child,
dd:last-child,
pre:last-child {
    margin-bottom: 0
}

pre, code, samp, var, kbd {
    font-family: "Lucida Console", Consolas, Monaco, Courier, "Courier 10 Pitch", monospace;
    font-size: 0.9em;
    border-radius: 2px;
    background: #fdf6e3;
    border: 1px solid #ccc;
    overflow: auto
}
pre {
    line-height: 1.6;
    max-width: 100%;
    padding: 16px;

    -moz-tab-size: 4;
    -o-tab-size: 4;
    tab-size: 4
}
pre code {
    background: none;
    border: none
}
samp {
    background: #073642;
    border-color: #084150;
    color: #fdf6e3;
    padding: 0 5px
}
big {
    font-size: 125%
}
small {
    font-size: 80%
}
sub, sup {
    font-size: 80%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}
sup {
    top: -0.25em
}
sub {
    bottom: -0.25em
}

.table {
    width: 100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch
}
table {
    border: 1px solid #CDCDCD;
    overflow-x: scroll;
    width: 100%
}
table tbody tr:nth-child(odd) {
    background-color: #ECECEC
}
table th {
    text-align: left;
    padding: 15px 10px;
    font-weight: 600;
    border-bottom: 1px solid #CDCDCD
}
table td {
    padding: 10px;
    font-size: 15px;
    line-height: 18px
}
table caption {
    margin-bottom: 5px
}

blockquote {
    display: block;
    padding: 12px 0 12px 16px;
    border-left: 4px solid #b24cd6;
}
a {
    text-decoration: underline;
}
a,
a:visited {
    color: #3F51B5;
}
a:hover, a:focus, a:active {
    color: #232323
}



/*
*
* Адаптивная сетка
*
*/
.wrap {
    margin: auto;
    width: 1170px;
}
@media (max-width:1270px) {
    .wrap {
        width: 970px;
    }
}
@media (max-width:1070px) {
    .wrap {
        width: 770px;
    }
}
@media (max-width:870px) {
    .wrap {
        width: 670px;
    }
}
@media (max-width:770px) {
    .wrap {
        width: 570px;
    }
}
@media (max-width:670px) {
    .wrap {
        width: 100%;
    }
}
/*
@media (max-width:900px) {
    .wrap {
        width: 700px;
    }
}
@media (max-width:800px) {
    .wrap {
        width: 600px;
    }
}
@media (max-width:700px) {
    .wrap {
        width: 100%;
        padding: 0 20px;
    }
    .wrap.no-padding {
        padding: 0;
    }
}

*/


body {
    overflow-x: hidden;
    background: url(img/bg.png);
}



.site-header {
    background-image: url(img/header.jpg);
    background-repeat: no-repeat;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: 50%;
    padding: 32px 0;
}
.site-header__branding-grid {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}
.site-header__logo-wrap {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    min-width: 0;
    color: #fff;
    padding-right: 16px;
}
a.site-header__logo {
    text-decoration: none;
    font-size: 24px;
    font-weight: 600;
    color: #fff !important;
    line-height: 1;
    margin-bottom: 8px;
    display: inline-block;
}
.site-header__price-wrap {
    width: 340px;
    min-width: 340px;
    text-align: center;
    background: #fff;
    color: #222;
    padding: 12px 0;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.phone-list {
    text-align: center;
    margin-top: 24px;
}
a.phone-list__item {
    color: #222222 !important;
    text-decoration: none;
    background: #F1C40F;
    font-size: 16px;
    display: inline-block;
    padding: 12px 20px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    line-height: 1;
    font-weight: 600;
}
a.phone-list__item:hover {
    background: #ffcc00;
    -webkit-box-shadow: 0 2px 15px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 2px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.5);
    -webkit-transform: translateY(-2px) scale(1.02);
    -moz-transform: translateY(-2px) scale(1.02);
    -ms-transform: translateY(-2px) scale(1.02);
    -o-transform: translateY(-2px) scale(1.02);
    transform: translateY(-2px) scale(1.02);
}
.phone-list__note {
    display: block;
    color: #fff;
    margin-top: 6px;
}
@media (max-width: 770px) {
    .site-header__branding-grid {
        display: block;
    }
    .site-header__logo-wrap {
        padding-right: 0;
        text-align: center;
    }
    .site-header__price-wrap {
        min-width: 0;
        max-width: 340px;
        width: 100%;
        margin: 16px auto 0;
        padding: 12px;
    }
    a.site-header__logo {
        margin-bottom: 16px;
    }
    a.phone-list__item {
        margin: 2px 1px;
        font-size: 14px;
    }
}
@media (max-width: 670px) {
    .site-header {
        padding: 24px 16px;
    }
}
.page-grid {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -moz-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    background: #fff;
    padding: 36px;
    -webkit-box-shadow: 0 2px 16px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 2px 16px rgba(0, 0, 0, 0.15);
    box-shadow: 0 2px 16px rgba(0, 0, 0, 0.15);
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    min-height: 700px;
}
.page-grid__aside {
    width: 280px;
    min-width: 280px;
    padding-right: 36px;
}
.page-grid__primary {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    min-width: 0;
}
@media (max-width: 870px) {
    .page-grid {
        display: block;
    }
    .page-grid__aside {
        width: 100%;
        padding-right: 0;
        min-width: 0;
    }
    .page-grid__primary {
        margin-top: 24px;
        width: 100%;
    }
}
@media (max-width: 500px) {
    .page-grid {
        padding: 20px;
    }
}
.page-content__page-title {
    text-align: center;
    margin-bottom: 24px;
    line-height: 1.25;
    font-size: 24px;
    color: #3F51B5;
}
.page-content__page-title:after {
    content: "";
    display: block;
    width: 250px;
    height: 2px;
    background: #f4f4f4;
    margin: 18px auto 0;
}
.page-content__inner ul, .page-content__inner ol {
    margin: 24px 0 24px 12px;
}
.page-content__inner ul:last-child, .page-content__inner ol:last-child {
    margin-bottom: 0;
}
.page-content__inner ul li, .page-content__inner ol li {
    padding-bottom: 6px;
}
.page-content__inner ul li:last-child, .page-content__inner ol li:last-child {
    padding-bottom: 0;
}
.page-content__inner ol {
    list-style: inherit;
    list-style-type: decimal;
    list-style-position: inside;
}
.page-content__inner ul {
    list-style: none;
    margin-left: 0;
}
.page-content__inner ul li {
    position: relative;
    padding-left: 20px;
}
.page-content__inner ul li:before {
    position: absolute;
    left: 0;
    background-color: #3f51b5;
    content: '';
    font-size: 24px;
    display: inline-block;
    width: 6px;
    height: 6px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    top: 8px;
}
.nice-img {
    padding: 4px;
    border: 2px solid #f4f4f4;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.advantages-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -moz-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -16px -16px 16px -16px;
}
.advantages-box__item {
    width: 33.33%;
    padding: 16px;
    text-align: center;
    line-height: 1.35;
}
.advantages-box__caption {
    font-size: 15px;
    display: block;
    margin: 0 0 4px 0;
    font-weight: 600;
}
.advantages-box__description {
    font-size: 14px;
    color: #919191;
}
.advantages-box__icon {
    width: 48px;
    height: 48px;
    display: inline-block;
    fill: #3F51B5;
}
@media (max-width: 1070px) {
    .advantages-box__item {
        width: 50%;
        padding: 12px;
    }
}
.aside-block {
    padding: 16px;
    border: 2px solid #f4f4f4;
    margin-bottom: 24px;
    font-size: 15px;
}
.aside-block:last-child {
    margin-bottom: 0;
}
.aside-block.aside-menu {
    padding: 0;
}
a.aside-menu__item {
    display: block;
    padding: 12px 16px;
    color: #34495E;
    border-bottom: 2px solid #f4f4f4;
    font-size: 16px;
    -webkit-box-shadow: inset 0px 0 0 0 #3F51B5;
    -moz-box-shadow: inset 0px 0 0 0 #3F51B5;
    box-shadow: inset 0px 0 0 0 #3F51B5;
    text-decoration: none;
}
a.aside-menu__item:last-child {
    border-bottom: 0;
}
a.aside-menu__item:hover {
    background: rgba(204, 204, 204, 0.1);
}
a.aside-menu__item:hover {
    padding-left: 18px;
    -webkit-box-shadow: inset 4px 0 0 0 #3F51B5;
    -moz-box-shadow: inset 4px 0 0 0 #3F51B5;
    box-shadow: inset 4px 0 0 0 #3F51B5;
    color: #3F51B5;
}
a.aside-menu__item.active {
    padding-left: 20px;
    -webkit-box-shadow: inset 6px 0 0 0 #3F51B5;
    -moz-box-shadow: inset 6px 0 0 0 #3F51B5;
    box-shadow: inset 6px 0 0 0 #3F51B5;
    color: #3F51B5;
}
.aside-block.is-marked {
    border-color: #3f51b5;
	background: #fff;
	box-shadow: 0 4px 32px -8px #3F51B5;
}

.site-footer {
    background: #222;
    color: #fff;
    padding: 24px 0;
}
.site-footer__developer {
    width: 250px;
    float: right;
    text-align: center;
}
.footer-developer {}
a.footer-developer__link {
    color: #fff !important;
    display: block;
}
a.footer-developer__main {
    text-decoration: none;
    border: 2px solid rgba(255, 255, 255, 0.15);
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    padding: 12px 16px;
    font-size: 16px;
    line-height: 1;
    margin-bottom: 12px;
}
a.footer-developer__main:hover {
    background: rgba(255, 255, 255, 0.15);
}
@media (max-width: 670px) {
    .site-footer {
        padding: 24px 16px;
        text-align: center;
    }
    .site-footer__developer {
        float: none;
        margin: 16px auto 0;
    }
}


.new-badge {
    color: #fff;
    background: #F44336;
    border-radius: 14px;
    display: inline-block;
    padding: 4px 6px 2px;
    font-weight: 600;
    overflow: hidden;
    font-size: 12px;
    text-transform: uppercase;
    vertical-align: top;
    margin-left: 8px;
}
[data-page_id="rates"] h4 + ul {
    margin: -16px 0 8px;
}