@import "../fonts/roboto/roboto.css";
html {
    font: inherit
}

html,
body {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline
}

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
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block
}

body {
    line-height: 1
}

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: 62.5%/2.6em "Roboto", sans-serif;
    color: #3b3b3b
}

a {
    border-bottom: 1px solid #5c89b3;
    text-decoration: none;
    color: #005aae
}

a:hover,
a:active {
    border: 0;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

.link_color_red {
    border-bottom: 1px solid #d08880;
    color: #e95849
}

.link_no-border {
    border: 0;
    text-decoration: none
}

b,
strong {
    font-weight: 700
}

.wrapper {
    position: relative;
    width: 100%;
    min-height: 100%;
    font-size: 1.8em;
    box-sizing: border-box
}

.wrapper_type_main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.inner {
    width: 100%;
    max-width: 1150px;
    margin: 0 auto;
    padding: 0 20px;
    box-sizing: border-box;
    display: block;
}

.inner.banner:not(.lead__inner){
  padding-top: 200px;
}

main.inner {
    min-height: calc(100vh - 355px);
    padding-top: 160px;
}

@media (max-width:767px){
  main.inner,
  .lead__inner {
      padding-top: 80px!important;
  }
}

@media (max-width:767px) and (orientation:portrait) {
  .inner.banner{
    padding-top: 130px!important;
  }
}

@media (max-width:767px) and (orientation:landscape) {
  .inner.banner{
    padding-top: 114px!important;
  }
}

.inner_type_aside {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-top: 55px;
    padding-bottom: 50px
}

@media all and (max-width:767px) {
    .inner_type_aside {
        padding-top: 30px;
        padding-bottom: 30px
    }
}

.inner_type_order {
    padding-top: 50px;
    padding-bottom: 50px;
    min-height: calc(100vh - 355px);
}

.content {
    width: 100%;
    height: 100%;
    padding: 0 30px 0 0;
    box-sizing: border-box
}

@media all and (max-width:1024px) {
    .content {
        min-height: 320px;
        padding: 0;
        border: 0
    }
}

.content__title {
    margin: 0 0 30px;
    font-size: 200%;
    font-weight: 700;
    color: #005aae
}

.sidebar {
    min-width: 350px;
    max-width: 350px;
    box-sizing: border-box
}

@media all and (max-width:1024px) {
    .sidebar {
        display: none
    }
}

.spacer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    min-height: 100vh
}

@media all and (max-width:767px) {
    .spacer_type_contacts {
        height: inherit!important
    }
}

.button {
    display: inline-block;
    height: 62px;
    line-height: 62px;
    padding: 0 25px;
    box-sizing: border-box;
    text-align: center;
    border: 0;
    outline: 0;
    font-size: 111.5%;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
    cursor: pointer;
    -webkit-transition: all 150ms ease-in;
    transition: all 150ms ease-in
}

.button__primary {
    background-color: #e95849;
    box-shadow: 1px 1px 4px rgba(0, 0, 0, .3)
}

.button__primary:hover {
    background-color: #e23e2d
}

.button__secondary {
    background-color: transparent;
    box-shadow: 0 1px 1px rgba(2, 59, 102, .75), inset 0 0 0 1px #f5b7b1;
    color: #e95849
}

.button__secondary:hover {
    box-shadow: 0 1px 1px rgba(2, 59, 102, .75), inset 0 0 0 1px #e74c3c
}

input {
    font-size: 100%
}

input,
textarea {
    box-sizing: border-box;
    outline: 0;
    background-color: #fff;
    border: 1px solid #909090;
    border-radius: 0;
    -webkit-transition: border-color 250ms ease-out;
    transition: border-color 250ms ease-out;
    -webkit-appearance: none
}

input:focus,
textarea:focus {
    border-color: #005aae
}

textarea {
    padding: 10px;
    font-family: "Roboto", sans-serif;
    font-size: 100%
}

input {
    height: 36px;
    line-height: normal;
    padding: 0 10px
}

.form__row {
    position: relative;
    margin: 0 0 25px
}

.form__row:last-child {
    margin: 0
}

@media all and (max-width:840px) {
    .form__row {
        margin: 0 0 10px
    }
}

.form__row_state_error input {
    background-color: #ffdcdc;
    color: #e53030
}

.form__error {
    position: relative
}

.form__error input,
.form__error textarea {
    border-color: #f17c7c;
    box-shadow: inset 0 0 30px 0 rgba(255, 0, 0, .1);
    color: red
}

.form__error-message {
    position: absolute;
    bottom: 100%;
    left: 0;
    padding: 0 5px;
    background-color: #f17c7c;
    border-radius: 3px 3px 0 0;
    font-size: 75%;
    line-height: 20px;
    color: #fff
}

.form__error-message:before {
    position: absolute;
    top: 100%;
    left: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 3px 3px 0 0;
    border-color: #f17c7c transparent transparent transparent;
    content: ""
}

.custom-select {
    position: relative;
    z-index: 1;
    width: 100%;
    overflow: hidden;
    box-sizing: border-box;
    background-color: #f2f7fb;
    cursor: pointer
}

.custom-select:after {
    position: absolute;
    z-index: -1;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 10px;
    display: block;
    width: 13px;
    height: 7px;
    background: url("../img/icons/icon_arrow.svg") 0 0 no-repeat;
    content: ""
}

.custom-select:before {
    content: "";
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    background-color: #f2f7fb;
    width: 16px;
    z-index: -1
}

.footer__mobile-links .custom-select {
    max-width: 300px;
    margin: auto;
}

.custom-select select {
    display: block;
    width: 100%;
    height: 33px;
    line-height: 33px;
    padding: 0 10px;
    box-sizing: border-box;
    border-radius: 100px;
    background-color: transparent;
    border: 0 none;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-family: "Roboto", sans-serif;
    font-size: 100%;
    cursor: pointer
}

.custom-select select::-ms-expand {
    display: none
}

.custom-select select:focus {
    outline: 0
}

.main-calc {
    width: 100%;
    max-width: 540px;
    padding: 35px;
    box-sizing: border-box;
    background-color: #fff
}

@media all and (max-width:1024px) {
    .main-calc {
        min-width: 430px;
        padding: 20px
    }
}

@media all and (max-width:767px) {
    .main-calc {
        min-width: 0
    }
}

.main-calc__heading {
    margin: 0 0 30px;
    font-size: 167%;
    font-weight: 700;
    color: #005aae
}

.main-calc__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media all and (max-width:767px) {
    .main-calc__row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.main-calc__row+.main-calc__row {
    margin: 20px 0 0
}

.main-calc__label {
    width: 170px
}

@media all and (max-width:1024px) {
    .main-calc__label {
        width: 130px
    }
}

@media all and (max-width:767px) {
    .main-calc__label {
        width: 100%;
        margin: 0 0 5px;
        font-size: 89%;
        text-align: left
    }
    .calc_cntr .main-calc__label {
        text-align: center;
        width: 100%!important
    }
}

.main-calc__control {
    -webkit-box-flex: 10;
    -ms-flex-positive: 10;
    flex-grow: 10
}

@media all and (max-width:767px) {
    .main-calc__control {
        width: 100%;
        text-align: center
    }
}

.main-calc__select {
    position: relative;
    z-index: 1;
    width: 100%;
    overflow: hidden;
    border: 1px solid #909090;
    box-sizing: border-box;
    background-color: #fff;
    cursor: pointer
}

.main-calc__select:after {
    position: absolute;
    z-index: -1;
    top: 14px;
    right: 16px;
    direction: block;
    width: 13px;
    height: 7px;
    background: url("../img/icons/icon_select_arrow.svg") center center no-repeat;
    content: ""
}

.main-calc__select:before {
    content: "";
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    background-color: #ebebeb;
    width: 46px;
    z-index: -1
}

.main-calc__select select {
    display: block;
    width: 100%;
    height: 34px;
    line-height: 34px;
    padding: 0 50px 0 10px;
    box-sizing: border-box;
    border-radius: 100px;
    background-color: transparent;
    border: 0 none;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-family: "Roboto", sans-serif;
    font-size: 78%;
    color: #898989
}

.main-calc__select select option {
    color: #3b3b3b
}

.main-calc__select select::-ms-expand {
    display: none
}

.main-calc__select select:focus {
    outline: 0
}

.main-calc__pages-input {
    width: 50px;
    text-align: center;
    font-size: 78%
}

.main-calc__pages-counter {
    display: inline-block;
    margin: 0 0 0 20px;
    font-size: 78%;
    line-height: 36px;
    color: #4d4d4e
}

.main-calc__pages-counter {
    width: 130px
}

.prices-wrapper .main-calc__pages-counter {
    margin: 0
}

.lead .main-calc__price {
    font-size: 167%;
    font-weight: 700;
    color: #3b3b3b
}

@media all and (max-width:767px) {
    .main-calc__price {
        display: block;
        margin: 0 0 15px;
        font-size: 137.5%
    }
}

.main-calc__button {
    width: 190px;
    height: 50px!important;
    line-height: 50px!important
}

@media all and (max-width:767px) {
    .main-calc__button {
        height: 60px!important;
        line-height: 60px!important
    }
}

.row-about__inner {
    padding-top: 60px;
    padding-bottom: 70px;
    background: url("../img/design/image_about_us.jpg") 0 100% no-repeat
}

@media all and (max-width:1024px) {
    .row-about__inner {
        background: 0
    }
}

@media all and (max-width:767px) {
    .row-about__inner {
        padding-top: 40px;
        padding-bottom: 30px
    }
}

.row-about__text {
    padding: 0 0 0 560px
}

@media all and (max-width:1024px) {
    .row-about__text {
        padding: 0
    }
}

.row-about__text p {
    line-height: 28px
}

@media all and (max-width:1024px) {
    .row-about__text p {
        font-size: 89%
    }
}

.row-about__text .button {
    width: 200px;
    margin: 30px 0 0
}

@media all and (max-width:1024px) {
    .row-about__text .button {
        display: block;
        margin: 30px auto 0
    }
}

.row-about__bottom {
    display: none;
    margin: 30px 0 0;
    text-align: center;
    font-size: 89%
}

@media all and (max-width:767px) {
    .row-about__bottom {
        display: block
    }
}

.cta-row {
    padding: 30px 0;
    background: url("../img/design/ctabg.jpg") center no-repeat;
    background-size: cover;
    color: #fff;
    max-width: 100%;
    margin: 0!important
}

@media all and (max-width:767px) {
    .cta-row {
        padding: 20px 0 30px
    }
}

.cta-row__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media all and (max-width:1024px) {
    .cta-row__inner {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
}

@media all and (max-width:767px) {
    .cta-row__inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.cta-row__title {
    max-width: 70%;
    font-size: 167%;
    font-weight: 700;
    line-height: 48px;
    color: #fff
}

@media all and (max-width:1024px) {
    .cta-row__title {
        max-width: 60%;
        font-size: 167%;
        line-height: 40px
    }
}

@media all and (max-width:767px) {
    .cta-row__title {
        max-width: 100%;
        margin: 0 0 15px;
        text-align: center;
        font-size: 122.5%;
        line-height: 30px
    }
}

.cta-row__button {
    width: 200px;
    margin: 0 0 0 55px
}

.cta-row__button:hover {
    box-shadow: 1px 1px 4px rgba(0, 0, 0, .3), inset 0 0 0 1px #e74c3c
}

@media all and (max-width:767px) {
    .cta-row__button {
        margin: 0
    }
}

.row-features {
    padding: 60px 0;
    background-color: #f2f7fb
}

@media all and (max-width:767px) {
    .row-features {
        padding: 50px 0
    }
}

.row-features .row__title {
    text-align: center
}

.main-features {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    background: url("../img/design/image_books.svg") center center no-repeat;
    background-size: 360px 330px
}

@media(max-width:991px) {
    .main-features {
        background: 0
    }
}

@media all and (max-width:767px) {
    .main-features {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin: 35px 0 0
    }
}

.main-features__item {
    width: 50%;
    max-width: 360px;
    margin: 0 0 30px
}

@media all and (max-width:1024px) {
    .main-features__item {
        width: 48%
    }
    .main-features__item_type_empty {
        display: none
    }
}

@media all and (max-width:767px) {
    .main-features__item {
        width: 100%;
        margin: 0 0 10px;
        max-width: 100%
    }
    .main-features__item:last-child {
        margin: 0
    }
    .main-features__item_state_active .main-features__title:after {
        -webkit-transform: rotate(-180deg);
        transform: rotate(-180deg)
    }
}

.main-features__title {
    position: relative;
    margin: 0 0 15px;
    font-size: 133.5%;
    font-weight: 700;
    color: #e95849
}

@media all and (max-width:767px) {
    .main-features__title {
        position: relative;
        margin: 0 0 10px;
        font-size: 122.5%;
        font-weight: 500
    }
    .main-features__title:after {
        position: absolute;
        right: 0;
        top: 9px;
        width: 13px;
        height: 7px;
        background: url("../img/icons/icon_arrow.svg") 0 0 no-repeat;
        content: ""
    }
}

.main-features__text {
    line-height: 28px
}

@media all and (max-width:767px) {
    .main-features__text {
        display: none;
        font-size: 89%;
        line-height: 24px
    }
}

.row-help {
    background-color: #f2f7fb
}

.row-help .inner {
    padding-top: 110px;
    padding-bottom: 110px;
    background: url("../img/design/image_bulb.svg") right 60px center no-repeat;
    background-size: 195px 320px
}

@media all and (max-width:1024px) {
    .row-help .inner {
        padding-top: 65px;
        padding-bottom: 75px;
        background-position: right 30px center
    }
}

@media all and (max-width:767px) {
    .row-help .inner {
        padding-top: 45px;
        padding-bottom: 45px;
        background: 0
    }
}

.row-help .row__title {
    font-weight: 900;
    margin: 0 0 40px
}

@media all and (max-width:1024px) {
    .row-help .row__title {
        margin-bottom: 30px;
        text-align: left
    }
}

@media all and (max-width:1024px) {
    .row-help .row__title {
        font-size: 189%;
        margin-bottom: 15px
    }
}

.row-help__text {
    margin: 0 0 30px
}

@media all and (max-width:1024px) {
    .row-help__text {
        max-width: 60%;
        line-height: 36px
    }
    .row-help__text p {
        display: inline
    }
}

@media all and (max-width:767px) {
    .row-help__text {
        max-width: 100%;
        margin: 0 0 20px
    }
}

.row-help__text p+p {
    margin: 10px 0 0
}

.row-help__bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media all and (max-width:1024px) {
    .row-help__bottom {
        max-width: 400px;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

@media all and (max-width:767px) {
    .row-help__bottom {
        max-width: 100%
    }
}

.row-help__bottom-item {
    font-size: 133.5%;
    font-weight: 700
}

@media all and (max-width:1024px) {
    .row-help__bottom-item {
        margin: 0 0 40px
    }
}

@media all and (max-width:767px) {
    .row-help__bottom-item {
        font-size: 95%;
        margin: 0 0 30px
    }
}

.row-help__bottom-item+.row-help__bottom-item {
    margin: 0 0 0 70px
}

@media all and (max-width:1024px) {
    .row-help__bottom-item+.row-help__bottom-item {
        width: 50%;
        margin: 0 0 40px 40px
    }
}

@media all and (max-width:767px) {
    .row-help__bottom-item+.row-help__bottom-item {
        margin: 0 0 30px 25px
    }
}

.row-help__bottom-icon {
    height: 37px;
    margin: 0 20px 0 0;
    vertical-align: middle
}

@media all and (max-width:767px) {
    .row-help__bottom-icon {
        margin: 0 5px 0 0;
        -webkit-transform: scale(.75);
        transform: scale(.75)
    }
}

.row-help__bottom .button {
    width: 200px;
    margin: 0 50px 0 0
}

@media all and (max-width:767px) {
    .row-help__bottom .button {
        margin: 0 auto
    }
}

@media all and (max-width:1024px) {
    .row-help__desktop-button {
        display: none
    }
}

.row-help__mobile-button {
    display: none
}

@media all and (max-width:1024px) {
    .row-help__mobile-button {
        display: inline-block
    }
}

.row-hiw {
    padding: 50px 0
}

.row-hiw .row__title {
    text-align: center;
    margin: 0 0 70px
}

@media all and (max-width:1024px) {
    .row-hiw .row__title {
        margin-bottom: 50px
    }
}

.main-hiw {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.main-hiw:before {
    position: absolute;
    top: 55px;
    left: 0;
    right: 0;
    display: block;
    margin: 0 auto;
    width: 75%;
    border-bottom: 1px solid #d8d8d8;
    content: ""
}

@media all and (max-width:767px) {
    .main-hiw {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

@media all and (max-width:767px) {
    .main-hiw_type_tabs:before {
        display: none
    }
}

.main-hiw__item {
    position: relative;
    width: 30%;
    text-align: center
}

@media all and (max-width:1024px) {
    .main-hiw__item {
        width: 31%
    }
}

@media all and (max-width:767px) {
    .main-hiw__item {
        width: 100%;
        text-align: left
    }
}

@media all and (max-width:767px) {
    .main-hiw__item_type_tab {
        display: none
    }
}

.main-hiw__item-icon {
    display: inline-block
}

.main-hiw__item-title {
    display: inline-block;
    vertical-align: middle
}

.main-hiw__item-icon {
    position: relative;
    vertical-align: middle;
    border: 0
}

@media all and (max-width:767px) {
    .main-hiw__item-icon_type_desktop {
        display: none
    }
}

.main-hiw__item-icon-wrapper {
    width: 215px;
    margin: 0 auto;
    background-color: #fff
}

@media all and (max-width:1024px) {
    .main-hiw__item-icon-wrapper {
        width: 150px
    }
}

.main-hiw__item-icon {
    display: block;
    width: 100px;
    height: 100px;
    margin: 0 auto 55px;
    border-radius: 50%;
    background-color: #f2f7fb
}

@media all and (max-width:1024px) {
    .main-hiw__item-icon {
        -webkit-transform: scale(.7);
        transform: scale(.7);
        margin-bottom: 20px
    }
}

@media all and (max-width:767px) {
    .main-hiw__item-icon {
        text-align: center;
        left: -15px
    }
}

.main-hiw__item-icon svg {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.main-hiw__item-title {
    font-size: 167%;
    font-weight: 500;
    color: #202020
}

@media all and (max-width:1024px) {
    .main-hiw__item-title {
        font-size: 133.5%
    }
}

@media all and (max-width:767px) {
    .main-hiw__item-title {
        margin: 0 0 10px
    }
}

.main-hiw__item-text {
    margin: 30px 0 0;
    font-size: 89%
}

@media all and (max-width:767px) {
    .main-hiw__item-text {
        margin: 5px 0 0;
        font-size: 16px;
        line-height: 24px
    }
}

.main-hiw__item-arrow {
    position: absolute;
    right: 0
}

@media all and (max-width:1024px) {
    .main-hiw__item-arrow {
        display: none
    }
}

.main-hiw__item-arrow_type_first {
    top: 25px
}

.main-hiw__item-arrow_type_second {
    top: 40px
}

.main-hiw__mobile-icons {
    display: none
}

@media all and (max-width:767px) {
    .main-hiw__mobile-icons {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
    .main-hiw__mobile-icons .main-hiw__item {
        width: 70px
    }
    .main-hiw__mobile-icons .main-hiw__item_state_active .main-hiw__item-icon {
        background-color: #005aae
    }
    .main-hiw__mobile-icons .main-hiw__item_state_active .main-hiw__item-icon svg {
        fill: #fff
    }
}

.main-hiw__mobile-icons .main-hiw__item-icon svg {
    fill: #e95849
}

.lead {
    padding: 200px 0;
    box-sizing: border-box;
    background: url("../img/design/leadbg.jpg") center center no-repeat;
    background-size: cover
}

@media all and (max-width:1024px) {
    .lead {
        padding: 200px 0 50px
    }
}

@media all and (max-width:767px) {
    .lead {
        padding: 30px 0
    }
}

.lead__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media all and (max-width:767px) {
    .lead__inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.lead__main {
    width: 100%;
    box-sizing: border-box;
    color: #fff;
    max-width: 570px
}

@media all and (max-width:767px) {
    .lead__main {
        text-align: center
    }
}

.lead__main-slogan {
    font-size: 267%;
    font-weight: 700;
    line-height: 60px
}

@media all and (max-width:1024px) {
    .lead__main-slogan {
        font-size: 167%;
        font-weight: 500;
        line-height: 40px
    }
}

@media all and (max-width:767px) {
    .lead__main-slogan {
        font-size: 167%;
        line-height: 40px
    }
}

.lead__main-divider {
    display: block;
    width: 45px;
    height: 5px;
    margin: 15px auto 25px;
    background-color: #fca313
}

.lead__main-text {
    margin: 25px 0 0;
    font-size: 133.5%
}

.lead__main-text p+p {
    margin: 20px 0 0
}

@media all and (max-width:1024px) {
    .lead__main-text p+p {
        margin: 5px 0 0
    }
}

@media all and (max-width:1024px) {
    .lead__main-text {
        font-size: 111.5%
    }
}

@media all and (max-width:767px) {
    .lead__main-text {
        margin: 20px 0 25px;
        font-size: 100%
    }
}

.row-links {
    padding: 7px 0;
    background-color: #2e2e2e
}

@media all and (max-width:767px) {
    .row-links {
        display: none
    }
}

.row-links__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.row-links__link {
    border: 0;
    font-size: 67%;
    color: #d5d5d5
}

.row-links__link:hover {
    text-decoration: underline
}

.main-info {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
    width: 100%;
    padding: 70px 0 85px;
    box-sizing: border-box;
    background-color: #f2f7fb
}

@media all and (max-width:1024px) {
    .main-info {
        padding: 55px 0
    }
}

@media all and (max-width:767px) {
    .main-info {
        padding: 30px 0
    }
}

.main-info .row__title {
    margin: 0 0 30px;
    font-size: 133.5%;
    line-height: 36px
}

.main-info .row__title:after {
    display: none
}

.main-info__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.main-info__picture {
    width: 50%
}

@media all and (max-width:1024px) {
    .main-info__picture {
        display: none
    }
}

.main-info__picture img {
    width: 100%;
    max-width: 410px
}

.main-info__text {
    margin: 0 0 25px
}

@media all and (max-width:1024px) {
    .main-info__text {
        text-align: left
    }
}

.main-info__text .title_h2 {
    margin-top: 2em;
    margin-bottom: 1em
}

@media all and (max-width:1024px) {
    .main-info__text-wrapper .row__title {
        text-align: left;
        line-height: 28px
    }
    .main-info__text-wrapper p {
        line-height: 28px
    }
    .main-info__text-wrapper p+p {
        margin: 10px 0 0
    }
}

@media all and (max-width:767px) {
    .main-info__text-wrapper .row__title {
        margin: 0 auto 20px;
        text-align: center
    }
}

.main-info__text-picture {
    display: inline-block;
    width: 410px;
    margin: 0 150px 30px 0;
    float: left
}

@media all and (max-width:1024px) {
    .main-info__text-picture {
        margin: 0 30px 50px 0;
        width: 340px
    }
}

@media all and (max-width:767px) {
    .main-info__text-picture {
        display: none
    }
}

.main-info__text_state_hidden {
    position: relative;
    height: 280px;
    overflow: hidden
}

/*.main-info__text *:nth-child(n+5) {
    display: none;
}*/
.main-info__text.show *:nth-child(n+3) {
    display: block;
}

@media all and (max-width:767px) {
    .main-info__text_state_hidden {
        height: 250px
    }
}

@media all and (max-width:640px) {
    .main-info__text_state_hidden {
        height: 240px;
    }
}

.main-info__bottom{
  text-align: center;
}

@media all and (max-width:1024px) {
    .main-info__bottom {
        font-size: 89%
    }
}

.row-statistic {
    padding: 50px 0 45px;
    background-color: #f2f7fb
}

@media all and (max-width:767px) {
    .row-statistic {
        padding: 35px 0
    }
}

.main-stats {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media all and (max-width:767px) {
    .main-stats {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

.main-stats__item {
    width: 25%;
    padding: 0 25px;
    box-sizing: border-box;
    text-align: center
}

@media all and (max-width:1024px) {
    .main-stats__item {
        padding: 0
    }
}

@media all and (max-width:767px) {
    .main-stats__item {
        width: 50%
    }
    .main-stats__item:first-child,
    .main-stats__item:nth-child(2) {
        margin: 0 0 30px
    }
}

.main-stats__item-digits {
    margin: 0 0 10px;
    font-size: 189%;
    font-weight: 700;
    color: #e95849
}

@media all and (max-width:1024px) {
    .main-stats__item-digits {
        font-size: 156%
    }
}

@media all and (max-width:767px) {
    .main-stats__item-digits {
        font-size: 133.5%
    }
}

.main-stats__item-title {
    font-size: 133.5%
}

@media all and (max-width:1024px) {
    .main-stats__item-title {
        font-size: 100%
    }
}

@media all and (max-width:767px) {
    .main-stats__item-title {
        font-size: 78%
    }
}

.main-stats__circle {
    position: relative;
    display: block;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background-color: #005aae;
    margin: 0 auto 50px
}

@media all and (max-width:1024px) {
    .main-stats__circle {
        margin-bottom: 20px;
        -webkit-transform: scale(.7);
        transform: scale(.7)
    }
}

@media all and (max-width:767px) {
    .main-stats__circle {
        margin-bottom: 10px
    }
}

.main-stats__circle svg {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.main-stats__caption {
    margin: 40px 0 0;
    text-align: center;
    color: #909090
}

@media all and (max-width:767px) {
    .main-stats__caption {
        display: none
    }
}

.row-testimonials {
    padding: 60px 0
}

@media all and (max-width:767px) {
    .row-testimonials {
        padding: 50px 0
    }
}

.row-testimonials .row__title {
    margin: 0 0 60px;
    text-align: center
}

@media all and (max-width:767px) {
    .row-testimonials .row__title {
        margin: 0 0 30px
    }
}

.row-testimonials__bottom {
    margin: 50px 0 0;
    text-align: center
}

@media all and (max-width:767px) {
    .row-testimonials__bottom {
        margin: 25px 0 0
    }
}

@media all and (max-width:767px) {
    .main-testimonials_type_desktop {
        display: none
    }
}

.main-testimonials_type_mobile {
    display: none
}

@media all and (max-width:767px) {
    .main-testimonials_type_mobile {
        display: block
    }
}

.main-testimonials__wrapper {
    position: relative
}

.main-testimonials__prev,
.main-testimonials__next {
    position: absolute;
    top: 90px;
    display: inline-block;
    width: 21px;
    height: 34px;
    border: 0;
    opacity: .35
}

.main-testimonials__prev:hover,
.main-testimonials__next:hover {
    opacity: 1
}

.main-testimonials__prev a,
.main-testimonials__next a {
    border: 0
}

@media all and (max-width:767px) {
    .main-testimonials__prev,
    .main-testimonials__next {
        display: none
    }
}

.main-testimonials__next {
    right: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.main-testimonials__prev {
    left: 0;
    -webkit-transform: rotate(-180deg) translateY(50%);
    transform: rotate(-180deg) translateY(50%)
}

.main-testimonials__item {
    width: 325px
}

.main-testimonials__item-top {
    position: relative;
    margin: 0 0 25px
}

@media all and (max-width:767px) {
    .main-testimonials__item {
        width: 100%;
        max-width: 100%;
        margin-bottom: 20px
    }
    .main-testimonials__item-top {
        margin: 0 0 15px
    }
}

.main-testimonials__item-avatar {
    width: 70px;
    height: 70px;
    float: left;
    margin: 0 30px 0 0
}

@media all and (max-width:767px) {
    .main-testimonials__item-avatar {
        margin: 4px 10px 0 0;
        width: 45px;
        height: 45px
    }
}

.main-testimonials__item-id {
    font-size: 111.5%
}

@media all and (max-width:767px) {
    .main-testimonials__item-id {
        font-size: 100%
    }
}

.main-testimonials__item-rating {
    margin: 5px 0 0
}

@media all and (max-width:767px) {
    .main-testimonials__item-rating {
        margin: 0
    }
}

.main-testimonials__item-rating svg {
    width: 20px;
    height: 20px
}

@media all and (max-width:767px) {
    .main-testimonials__item-rating svg {
        width: 18px;
        height: 18px
    }
}

.row {
    box-sizing: border-box
}

.row__title {
    margin: 0 0 30px;
    font-size: 200%;
    font-weight: 700;
    color: #005aae
}

@media all and (max-width:1024px) {
    .row__title {
        text-align: center
    }
}

@media all and (max-width:767px) {
    .row__title {
        font-size: 189%
    }
}

.samples__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.samples__item {
    width: 48.5%;
    margin: 0 0 25px;
    padding: 0 0 10px;
    box-sizing: border-box;
    background-color: #fcfdfe;
    box-shadow: 2px 3px 1px rgba(0, 0, 0, .1)
}

@media all and (max-width:767px) {
    .samples__item {
        width: 100%
    }
}

.samples__item-inner {
    position: relative;
    padding: 15px
}

.samples__item-type {
    padding: 14px 0;
    text-align: center;
    font-size: 133.5%;
    font-weight: 700;
    color: #005aae;
    box-shadow: 2px 3px 1px rgba(0, 0, 0, .1)
}

.samples__item-icon {
    position: absolute;
    left: -57px;
    top: 3px
}

.samples__item-icon img {
    width: 47px;
    height: 46px
}

@media all and (max-width:767px) {
    .samples__item-icon {
        left: 0
    }
}

.samples__item-title {
    position: relative;
    display: block;
    min-height: 70px;
    border: 0;
    font-weight: 500;
    color: #202020
}

.samples__item-title a {
    border: 0;
    font-size: 89%;
    font-weight: 400;
    color: #3b3b3b
}

.samples__item-title a:hover {
    border-bottom: 1px solid #6b6b6b
}

.samples__item-options {
    margin: 0 0 25px;
    font-size: 89%
}

.samples__item-option {
    margin: 3px 0 0
}

.samples__item-label {
    font-weight: 500
}

.samples__pdf {
    position: relative;
    display: inline-block;
    padding: 0 0 0 45px;
    border: 0
}

.samples__pdf:hover .samples__pdf-icon svg {
    fill: #0994ff
}

.samples__pdf:hover span {
    border: 0
}

.samples__pdf-icon {
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.samples__pdf-icon svg {
    vertical-align: bottom;
    fill: #202020
}

.samples__pdf span {
    border-bottom: 1px solid #7eacd6;
    font-weight: 400;
    color: #005aae
}

.testimonials {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media all and (max-width:767px) {
    .testimonials {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.testimonials__item {
    width: 48.5%;
    margin: 0 0 25px;
    padding: 30px 20px;
    box-sizing: border-box;
    background-color: #fcfdfe;
    box-shadow: 2px 3px 1px rgba(0, 0, 0, .1)
}

@media all and (max-width:767px) {
    .testimonials__item {
        width: 100%;
        padding: 10px 15px
    }
}

.testimonials__item-top {
    position: relative;
    margin: 0 0 25px
}

@media all and (max-width:767px) {
    .testimonials__item-top {
        margin: 0 0 15px
    }
}

.testimonials__item-avatar {
    width: 70px;
    height: 70px;
    float: left;
    margin: 0 30px 0 0
}

@media all and (max-width:767px) {
    .testimonials__item-avatar {
        width: 45px;
        height: 45px;
        margin: 4px 10px 0 0
    }
}

.testimonials__item-id {
    font-size: 111.5%
}

@media all and (max-width:767px) {
    .testimonials__item-id {
        font-size: 100%
    }
}

.testimonials__item-rating {
    margin: 5px 0 0
}

@media all and (max-width:767px) {
    .testimonials__item-rating {
        margin: 0
    }
}

.testimonials__item-rating svg {
    width: 20px;
    height: 20px
}

@media all and (max-width:767px) {
    .testimonials__item-rating svg {
        width: 18px;
        height: 18px
    }
}

.testimonials__text {
    margin: 0 0 10px;
    font-size: 89%;
    line-height: 28px
}

.contacts-wrapper {
    padding: 0 65px 60px 65px;
    background: url("../img/design/image_contact.svg") right 60px bottom 60px no-repeat;
    background-size: 388px 370px
}

@media all and (max-width:767px) {
    .contacts-wrapper {
        padding: 0 0 30px 0;
        background: 0
    }
}

.contacts-wrapper .content__title {
    text-align: center
}

@media all and (max-width:767px) {
    .contacts-wrapper .content__title {
        text-align: left
    }
}

.contacts__top-text {
    width: 50%;
    margin: 40px auto 30px;
    text-align: center;
    font-size: 89%;
    line-height: 30px
}

@media all and (max-width:767px) {
    .contacts__top-text {
        display: none
    }
}

.contacts__blocks {
    position: relative
}

.contacts__location {
    margin: 0 0 20px
}

.contacts__block {
    width: 50%
}

.contacts__block+.contacts__block {
    margin: 30px 0 0
}

@media all and (max-width:767px) {
    .contacts__block {
        width: 100%
    }
}

.contacts__block-title {
    position: relative;
    margin: 0 0 15px;
    padding: 0 0 0 35px;
    font-size: 133.5%;
    font-weight: 700
}

.contacts__icon {
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.contacts__text {
    position: relative;
    line-height: 36px;
    overflow: hidden
}

@media all and (max-width:767px) {
    .contacts__text {
        font-size: 89%;
        line-height: 28px
    }
}

.contacts__phone {
    display: inline-block;
    border: 0;
    color: #222
}

.faq__list {
    position: relative;
    margin: 15px 0 0
}

.faq__list_type_main {
    margin: 40px 0 25px
}

.faq__item {
    margin: 0 0 20px;
    padding: 0 0 20px;
    border-bottom: 1px solid #e5eef7
}

.faq__item:last-child {
    border: 0
}

.faq__item_state_active .faq__question {
    color: #005aae!important
}

.faq__item_state_active .faq__question-icon {
    background: url("../img/icons/icon_minus.svg") 0 0 no-repeat;
    background-size: 100% 100%
}

.faq__item_state_active .faq__question:hover .faq__question-icon {
    box-shadow: none
}

.faq__question {
    position: relative;
    padding: 0 0 0 60px;
    border: 0;
    font-size: 111.5%;
    cursor: pointer;
    -webkit-transition: all 250ms ease-out;
    transition: all 250ms ease-out
}

.faq__question:hover {
    color: #005aae
}

.faq__question:hover,
.faq__question:hover .faq__question-icon {
    -webkit-transition: all 250ms ease-out;
    transition: all 250ms ease-out
}

.faq__question:hover .faq__question-icon {
    box-shadow: inset 0 0 0 1px #005aae
}

@media all and (max-width:767px) {
    .faq__question:hover {
        color: #3b3b3b
    }
}

@media all and (max-width:767px) {
    .faq__question {
        font-size: 112.5%
    }
}

.faq__question-icon {
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    display: inline-block;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: url("../img/icons/icon_plus.svg") 0 0 no-repeat;
    -webkit-transition: all 250ms ease-out;
    transition: all 250ms ease-out
}

.faq__question-link {
    cursor: pointer
}

.faq__answer {
    display: none;
    padding: 15px 0 0 60px
}

@media all and (max-width:767px) {
    .faq__answer {
        padding: 10px 0
    }
}

.prices-wrapper {
    padding: 0 0 60px 0
}

@media all and (max-width:767px) {
    .prices-wrapper {
        padding: 0 0 30px 0
    }
}

.prices-wrapper .content__title,
.prices__lead {
    text-align: center
}

.prices__lead {
    margin: 0 0 40px;
    font-size: 133.5%;
    font-weight: 500
}

.prices__features {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media all and (max-width:1024px) {
    .prices__features {
        -webkit-box-align: start;
        -ms-flex-align: start;
        -ms-grid-row-align: flex-start;
        align-items: flex-start
    }
}

@media all and (max-width:767px) {
    .prices__features {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

.prices__features-item+.prices__features-item {
    margin: 0 0 0 60px
}

@media all and (max-width:1024px) {
    .prices__features-item+.prices__features-item {
        margin: 0
    }
}

@media all and (max-width:1024px) {
    .prices__features-item {
        width: 23%;
        text-align: center
    }
}

@media all and (max-width:767px) {
    .prices__features-item {
        width: 50%
    }
    .prices__features-item:first-child,
    .prices__features-item:nth-child(2) {
        margin: 0 0 25px
    }
}

.prices__features-title {
    display: inline-block;
    vertical-align: middle;
    font-size: 133.5%
}

@media all and (max-width:1024px) {
    .prices__features-title {
        font-size: 100%;
        font-weight: 500
    }
}

@media all and (max-width:767px) {
    .prices__features-title {
        font-size: 100%;
        line-height: 1;
        padding: 0 10px
    }
}

.prices__icon {
    display: inline-block;
    vertical-align: middle;
    margin: 0 10px 0 0
}

@media all and (max-width:1024px) {
    .prices__icon {
        display: block;
        margin: 0;
        text-align: center
    }
}

.prices__text {
    margin: 25px 0 45px;
    text-align: center;
    font-size: 89%
}

@media all and (max-width:1024px) {
    .prices__text {
        padding: 0
    }
}

.prices__calculate {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
}

@media all and (max-width:1024px) {
    .prices__calculate {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
}

@media all and (max-width:767px) {
    .prices__calculate {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.prices-calc {
    width: 100%;
    max-width: 655px;
    padding: 30px 20px;
    background-color: #f2f7fb
}

@media all and (max-width:1024px) {
    .prices-calc {
        padding: 20px;
        min-width: 30%;
        max-width: 55%
    }
}

@media all and (max-width:767px) {
    .prices-calc {
        width: 100%;
        max-width: 100%
    }
    .prices-calc .sidebar__title {
        font-size: 150%
    }
    .prices-calc .sidebar-calc__pages-input {
        width: 100px;
        margin: 0
    }
}

.prices-calc .main-calc__heading {
    text-align: center
}

.prices-calc__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.prices-calc__inner .main-calc__row {
    margin: 0 0 30px
}

@media all and (max-width:1024px) {
    .prices-calc__inner .main-calc__row {
        width: 100%
    }
    .prices-calc__inner .main-calc__row_type_half {
        width: 49%
    }
}

@media all and (max-width:767px) {
    .prices-calc__inner .main-calc__row {
        -webkit-box-align: start;
        -ms-flex-align: start;
        -ms-grid-row-align: flex-start;
        align-items: flex-start;
        margin: 0 0 20px
    }
    .calc_cntr {
        align-items: center
    }
    .calc_inline .main-calc__control {
        text-align: left
    }
    .calc_inline .main-calc__pages-input {
        width: 75px
    }
}

.prices-calc__inner .sidebar-calc__price {
    float: none
}

.prices-calc__long-row {
    width: 53%
}

.prices-calc__long-row .main-calc__label {
    width: 120px;
    font-size: 89%
}

@media all and (max-width:1024px) {
    .prices-calc__long-row .main-calc__label {
        width: 130px
    }
}

.prices-calc__short-row {
    width: 43%
}

.prices-calc__short-row .main-calc__label {
    width: 80px;
    font-size: 89%
}

@media all and (max-width:1024px) {
    .prices-calc__short-row .main-calc__label {
        width: 130px
    }
}

.prices-calc__bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media(max-width:767px) {
    .main-calc__price {
        margin-bottom: 20px!important
    }
    .prices-calc__bottom {
        flex-direction: column;
        text-align: center
    }
}

.prices-calc__bottom .main-calc__price {
    margin: 0 15% 0 0;
    font-size: 167%;
    font-weight: bold
}

@media(max-width:767px) {
    .prices-calc__bottom .main-calc__price {
        margin: 0
    }
}

.prices__includes {
    width: 36%;
    margin: 0 0 0 50px;
    padding: 25px 0;
    box-sizing: border-box
}

@media all and (max-width:1024px) {
    .prices__includes {
        width: 40%;
        margin: 0;
        padding: 20px 0
    }
}

@media all and (max-width:767px) {
    .prices__includes {
        width: 100%;
        margin: 25px 0 0;
        padding: 0
    }
}

.prices__includes-heading {
    margin: 0 0 30px;
    text-align: center;
    font-size: 167%;
    font-weight: 700;
    color: #005aae
}

.prices__includes-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.prices__includes-item+.prices__includes-item {
    margin: 15px 0 0
}

.prices__includes-accent {
    font-weight: 500
}

@media all and (max-width:767px) {
    .prices__includes-accent {
        font-size: 100%
    }
}

.prices__includes-option {
    font-size: 89%
}

.prices__includes-control {
    width: 80px;
    text-align: right;
    font-weight: 500
}

@media all and (max-width:1024px) {
    .prices__includes-control {
        width: 90px
    }
}

@media all and (max-width:767px) {
    .prices__includes-control {
        font-size: 100%
    }
}

.prices__includes-bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 15px 0 0;
    font-size: 111.5%;
    font-weight: 500;
    text-transform: uppercase;
    color: #e95849
}

.prices__bottom-text {
    margin: 60px 0 0;
    text-align: center;
    font-size: 89%
}

@media all and (max-width:1024px) {
    .prices__bottom-text {
        margin: 30px 0 0
    }
}

.not-found {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    width: 100%;
    height: 100%;
    min-height: 400px;
    text-align: center;
    margin-bottom: 30px
}

@media all and (max-width:767px) {
    .not-found {
        min-height: 550px;
        padding: 0 10px;
        box-sizing: border-box
    }
}

.not-found__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 77%;
    margin: 0 auto
}

@media all and (max-width:1024px) {
    .not-found__inner {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

@media all and (max-width:767px) {
    .not-found__inner {
        width: 100%
    }
}

.not-found__picture img {
    width: 225px;
    height: 435px
}

@media all and (max-width:1024px) {
    .not-found__picture {
        display: none
    }
}

.not-found__error {
    font-size: 1400%;
    font-weight: 900;
    line-height: 1
}

@media all and (max-width:767px) {
    .not-found__error {
        font-size: 700%
    }
}

.not-found__title {
    font-size: 267%
}

.not-found__text {
    margin: 0 0 40px;
    font-size: 89%
}

@media all and (max-width:767px) {
    .not-found__text {
        margin: 20px auto
    }
}

.not-found__buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media all and (max-width:767px) {
    .not-found__buttons {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.not-found__buttons .button {
    width: 200px
}

@media all and (max-width:767px) {
    .not-found__buttons .button {
        width: 100%;
        margin: 0 0 15px
    }
}

.text *::-moz-selection {
    background-color: #f3d358
}

.text *::selection {
    background-color: #f3d358
}

.text h1 {
    margin: 0 0 3%;
    font-size: 200%;
    font-weight: 700;
    line-height: 48px
}

@media screen and (max-width:767px) {
    .text h1 {
        margin: 0 0 4%;
        font-size: 180%
    }
}

.text h2 {
    margin: 3% 0;
    font-size: 167%;
    font-weight: 500;
    line-height: 40px
}

@media screen and (max-width:767px) {
    .text h2 {
        margin: 4% 0 3%;
        font-size: 150.3%
    }
}

.text h3 {
    margin: 3% 0;
    font-size: 133.5%;
    line-height: 36px
}

@media screen and (max-width:767px) {
    .text h3 {
        margin: 4% 0 3%;
        font-size: 120.15%
    }
}

.text h4 {
    margin: 3% 0;
    font-size: 100%;
    font-weight: 400;
    line-height: 36px
}

@media screen and (max-width:767px) {
    .text h4 {
        margin: 4% 0 3%;
        font-size: 90%
    }
}

.text h5 {
    margin: 2% 0;
    font-size: 100%;
    line-height: 24px
}

@media screen and (max-width:767px) {
    .text h5 {
        margin: 4% 0 3%;
        font-size: 90%
    }
}

.text h6 {
    margin: 2% 0;
    font-size: 100%;
    line-height: 30px
}

@media screen and (max-width:767px) {
    .text h6 {
        margin: 4% 0 3%;
        font-size: 90%
    }
    p {
        font-size: 89%
    }
}

.text a {
    border-color: #84c9ff;
    font-weight: 400;
    color: #0994ff
}

.text a.button {
    color: #fff
}

.text p+p {
    margin: 30px 0 0
}

.text ol {
    margin: 20px 0 0;
    list-style-type: none;
    counter-reset: item
}

.text ol li {
    position: relative;
    margin: 0 0 7px;
    padding: 0 0 0 55px
}

.text ol li:before {
    position: absolute;
    left: 0;
    top: 1px;
    display: block;
    min-width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background-color: #005aae;
    content: counter(item)'';
    counter-increment: item;
    color: #fff
}

.text ul {
    margin: 20px 0 0;
    list-style-type: none;
    counter-reset: item
}

.text ul li {
    position: relative;
    margin: 0 0 10px;
    padding: 0 0 0 55px
}

.text ul li:before {
    position: absolute;
    left: 0;
    top: 5px;
    display: inline-block;
    width: 19px;
    height: 19px;
    margin: 0 20px 0 0;
    background: url("../img/icons/icon_check.svg") 0 0 no-repeat;
    background-size: contain;
    content: ""
}

.text ul strong,
.text ul b {
    font-weight: 800
}

.text-cta {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 35px 0;
    padding: 35px 30px;
    background: url("../img/design/textctabg.jpg") center center no-repeat;
    background-size: cover;
    border: 0
}

@media screen and (max-width:767px) {
    .text-cta {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        text-align: center
    }
}

.text-cta .button {
    width: 220px;
    font-weight: 700
}

.text-cta__text {
    display: block;
    color: #fff
}

@media screen and (max-width:767px) {
    .text-cta__text {
        margin: 0 0 15px
    }
}

.text-cta__text-title {
    display: block;
    margin: 0 0 15px;
    font-size: 162.5%
}

@media screen and (max-width:1024px) {
    .text-cta__text-title {
        font-size: 150%
    }
}

@media screen and (max-width:767px) {
    .text-cta__text-title {
        font-size: 167%;
        font-weight: 700;
        line-height: 40px
    }
}

.text-cta__text-caption {
    font-size: 212.5%;
    font-weight: 700
}

@media screen and (max-width:767px) {
    .text-cta__text-caption {
        font-size: 100%;
        font-weight: 400
    }
}

.text-quote {
    margin: 35px 0;
    padding: 40px;
    background-color: #f2f7fb
}

.text-quote p {
    position: relative
}

.text-quote p:before {
    position: absolute;
    left: -20px;
    top: 0;
    display: block;
    width: 17px;
    height: 13px;
    background: url("../img/icons/icon_quote.png") 0 0 no-repeat;
    content: ""
}

.about__sub-title {
    text-align: center;
    font-size: 162.5%;
    font-weight: 700
}

.about__features {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 30px 0 40px!important;
    padding: 25px 0 10px;
    background-color: #f9f9f9
}

@media all and (max-width:767px) {
    .about__features {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

.about__features-item {
    width: 25%;
    text-align: center;
    padding: 0!important
}

.about__features-item:before {
    display: none!important
}

@media all and (max-width:767px) {
    .about__features-item {
        width: 50%
    }
    .about__features-item:first-child,
    .about__features-item:nth-child(2) {
        margin: 0 0 25px
    }
}

.about__features-title {
    margin: 10px 0 0;
    font-size: 112.5%;
    font-weight: 600
}

@media all and (max-width:767px) {
    .about__features-title {
        margin: 0;
        font-size: 100%;
        line-height: 1
    }
}

.about__first-icon,
.about__icon {
    height: 55px
}

.header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
    width: 100%;
    background-color: #f7f7f7;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0)
}

.order header {
    position: relative
}

.order .navigation__link.js-order-link {
    border-bottom: 0
}

@media all and (max-width:767px) {
    .header {
        max-height: 90px
    }
}

.header__lucky {
    position: relative;
    background-color: #005aae;
    text-align: center;
    font-size: 77.8%;
    text-transform: uppercase;
    color: #fff
}

@media all and (max-width:767px) {
    .header__lucky {
        padding: 7px 0;
        text-align: left;
        font-size: 61.5%
    }
}

.header__lucky .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    text-align: center;
    line-height: 40px;
    -webkit-transition: max-height 150ms ease-in;
    transition: max-height 150ms ease-in
}

@media all and (max-width:767px) {
    .header__lucky .inner {
        display: block;
        padding-right: 40px;
        text-align: left;
        line-height: 16px
    }
}

.header__lucky a {
    border: 0;
    color: #fff
}

.header__lucky-accent {
    margin: 0 0 0 5px;
    padding: 4px 6px 3px;
    background-color: #e95849;
    font-weight: 700
}

.header__lucky-accent:hover {
    background-color: #e23e2d
}

@media all and (max-width:767px) {
    .header__lucky-accent {
        top: 0;
        display: inline-block;
        height: 20px;
        line-height: 20px;
        padding: 0 5px;
        font-size: 100%
    }
}

.header__lucky-close {
    position: absolute;
    right: 20px;
    top: 50%;
    display: inline-block;
    height: 24px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    cursor: pointer
}

.header__lucky-close:hover svg {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transition: -webkit-transform 150ms ease-in;
    transition: transform 150ms ease-in;
    transition: transform 150ms ease-in, -webkit-transform 150ms ease-in
}

@media all and (max-width:767px) {
    .header__lucky-close {
        -webkit-transform: scale(.9);
        transform: scale(.9);
        top: 0;
        bottom: 0;
        margin: auto
    }
}

.header__lucky_type_mobile {
    display: none
}

@media all and (max-width:767px) {
    .header__lucky_type_mobile {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
}

.header__logo {
    display: inline-block;
    border: 0;
}

.header__logo img {
    max-width: 200px;
    width: 200px;
    height: 26px
}

.header__logo svg {
    vertical-align: middle;
    -webkit-transition: fill 250ms ease-out;
    transition: fill 250ms ease-out
}

@media all and (max-width:1024px) {
    .header__logo svg {
        width: 170px
    }
}

@media all and (max-width:767px) {
    .header__logo svg {
        width: 156px
    }
}

.header__logo:hover svg {
    fill: #005aae;
    -webkit-transition: fill 250ms ease-out;
    transition: fill 250ms ease-out
}

.header__logo_type_mobile {
    display: inline-block;
    width: 143px;
    height: 19px;
    border: 0;
    background: url("../img/design/LOGO_mob_act.svg") 0 0 no-repeat
}

.header__topline {
    background-color: #f2f7fb
}

@media all and (max-width:767px) {
    .header__topline {
        display: none
    }
}

.header__topline-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media all and (max-width:767px) {
    .header__topline-inner {
        height: 60px
    }
}

@media all and (max-width:767px) {
    .header__topline-phones {
        display: none
    }
}

.header__topline-item {
    display: inline-block;
    vertical-align: top;
    margin: 0 20px 0 0;
    color: #fff
}

.header__topline-item_type_order {
    border-left: none!important;
    border-right: 0
}

.header__topline-item_type_order .header__topline-link {
    padding: 0
}

.header__topline-icon {
    position: relative;
    top: 1px;
    margin: 0 5px 0 0
}

.header__topline-link {
    display: inline-block;
    height: 32px;
    border: 0;
    font-size: 77.8%;
    font-weight: 600;
    line-height: 35px;
    color: #3b3b3b
}

.header__topline-login {
    text-transform: uppercase
}

.navigation {
    background-color: #fff;
    box-shadow: 0 2px 4px rgba(0, 0, 0, .3)
}

.navigation_type_no-border {
    box-shadow: none
}

.navigation__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 72px;
    -webkit-transition: height 250ms ease-in;
    transition: height 250ms ease-in
}

@media all and (max-width:767px) {
    .navigation__inner {
        height: 45px
    }
}

.navigation__inner_height_small {
    height: 58px;
    -webkit-transition: height 250ms ease-in;
    transition: height 250ms ease-in
}

.navigation__wrapper {
    width: 100%;
    max-width: 730px
}

@media all and (max-width:1024px) {
    .navigation__wrapper {
        max-width: 520px
    }
}

@media all and (max-width:767px) {
    .navigation__wrapper {
        position: fixed;
        top: 0;
        left: 0;
        display: none;
        width: 100%;
        max-width: 100%;
        height: 100vh;
        overflow-y: auto;
        box-sizing: border-box;
        background-color: rgba(0, 0, 0, .5);
        z-index: 999999
    }
}

.navigation__wrapper-header {
    position: relative;
    display: none;
    padding: 13px 0;
    text-align: center
}

@media all and (max-width:767px) {
    .navigation__wrapper-header {
        display: block
    }
}

.navigation__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%
}

@media all and (max-width:767px) {
    .navigation__list {
        position: absolute;
        left: 0;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        width: 100%;
        max-width: 270px;
        min-height: 100%;
        padding: 10px 20px;
        box-sizing: border-box;
        background-color: #fff;
        -webkit-overflow-scrolling: touch
    }
}

.navigation__item {
    display: inline-block;
    vertical-align: middle;
    box-sizing: border-box;
    margin: 0 0 0 10px
}

@media all and (max-width:767px) {
    .navigation__item {
        display: block;
        width: 100%;
        margin: 5px 0 0;
        box-sizing: border-box
    }
}

.navigation__item_type_close {
    display: none;
    position: absolute;
    right: 20px;
    top: 10px;
    width: 17px;
    height: 17px
}

@media all and (max-width:767px) {
    .navigation__item_type_close {
        display: block
    }
}

.navigation__link {
    position: relative;
    display: inline-block;
    border-bottom: 1px solid transparent;
    text-transform: uppercase;
    color: #202020
}

.navigation__link:hover,
.active .navigation__link {
    border-bottom: 1px solid #005aae
}

.navigation__link.js-order-link {
    background: #e95849;
    color: #fff;
    padding: 0 10px;
    border-radius: 3px
}

.navigation__link.js-order-link:focus,
.navigation__link.js-order-link:hover {
    background: #e23e2d;
    color: #fff;
    text-decoration: none;
    border-bottom: 1px solid #e23e2d
}

@media all and (max-width:1024px) {
    .navigation__link {
        font-size: 87.5%
    }
}

@media all and (max-width:767px) {
    .navigation__link {
        text-transform: inherit
    }
}

.navigation__link_state_active {
    font-weight: 900;
    border-bottom: 1px solid #005aae
}

.navigation-mobile__menu-button,
.navigation-mobile__phones-button {
    display: none;
    height: 28px;
    width: 28px;
    background-size: contain
}

@media all and (max-width:767px) {
    .navigation-mobile__menu-button,
    .navigation-mobile__phones-button {
        display: block
    }
}

.navigation-mobile__menu-button {
    background: url("../img/icons/icon_menu.svg") center no-repeat
}

.navigation-mobile__phones-button {
    background: url("../img/icons/icon_telephone.svg") center no-repeat
}

.navigation-mobile__close {
    display: none
}

@media all and (max-width:767px) {
    .navigation-mobile__close {
        display: block
    }
}

.navigation-mobile__animation-show {
    display: block!important;
    -webkit-animation: menuShow 300ms;
    animation: menuShow 300ms
}

header {
    position: fixed;
    z-index: 99999;
    width: 100%
}

@-webkit-keyframes menuShow {
    from {
        left: -100%;
        opacity: 0
    }
    to {
        left: 0;
        opacity: 1
    }
}

@keyframes menuShow {
    from {
        left: -100%;
        opacity: 0
    }
    to {
        left: 0;
        opacity: 1
    }
}

.modal-overlay {
    position: fixed;
    z-index: 99999;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    background-color: rgba(0, 0, 0, .5);
    visibility: hidden;
    -webkit-transition: opacity .25s ease 0s, visibility .35s linear;
    transition: opacity .25s ease 0s, visibility .35s linear
}

.modal-overlay.state-show {
    visibility: visible;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    -webkit-transition-duration: .2s, 0s;
    transition-duration: .2s, 0s
}

.modal-frame {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    z-index: 50;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    text-align: center;
    visibility: hidden
}

.modal-frame.state-appear {
    visibility: visible
}

.modal-frame.state-appear .modal-inset {
    -webkit-animation: modalComeIn .25s ease;
    animation: modalComeIn .25s ease;
    visibility: visible
}

.modal-frame.state-appear .modal-body {
    opacity: 1;
    -webkit-transform: translateY(0) scale(1, 1);
    transform: translateY(0) scale(1, 1)
}

.modal-frame.state-leave {
    visibility: visible
}

.modal-frame.state-leave .modal-inset {
    -webkit-animation: modalHeadOut .35s ease .1s;
    animation: modalHeadOut .35s ease .1s;
    visibility: visible
}

.modal-frame.state-leave .modal-body {
    opacity: 0;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    -webkit-transition-duration: .35s;
    transition-duration: .35s;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
    -webkit-transform: translateY(25px);
    transform: translateY(25px)
}

.modal {
    display: block;
    vertical-align: middle;
    text-align: center
}

.modal-inset {
    position: relative;
    padding: 25px;
    background-color: #fff;
    width: 100%;
    max-width: 300px;
    margin: auto;
    box-sizing: border-box;
    visibility: hidden;
    box-shadow: 2px 2px 8px 1px rgba(0, 0, 0, .2);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    font-size: 1.6em
}

.modal-inset .close {
    position: absolute;
    top: 10px;
    right: 10px;
    display: block;
    width: 17px;
    height: 17px;
    background: url("../img/icons/icon_close_menu.svg") center center no-repeat;
    cursor: pointer
}

.modal-body {
    margin: auto;
    opacity: 0;
    -webkit-transform: translateY(0) scale(.8, .8);
    transform: translateY(0) scale(.8, .8);
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, transform;
    transition-property: opacity, transform, -webkit-transform;
    -webkit-transition-duration: .25s;
    transition-duration: .25s;
    -webkit-transition-delay: .1s;
    transition-delay: .1s
}

.modal-title {
    text-align: center;
    margin: 0 0 15px;
    font-size: 18px;
    font-weight: 700;
    color: #111
}

.modal-list {
    display: inline-block
}

.modal-list__item {
    padding: 10px;
    text-align: left
}

.modal-list__item+.modal-list__item {
    border-top: 1px dashed #cecece
}

.modal-phones__label {
    display: inline-block;
    padding: 0 10px 0 0;
    margin: 0 5px 0 0;
    border-right: 1px solid #ececec;
    font-size: 16px
}

.modal-phones__link {
    border: 0;
    text-decoration: none;
    font-size: 16px
}

.modal-overlay .modal {
    position: relative
}

.modal>.modal-inset>.modal-body {
    padding: 0!important
}

@-webkit-keyframes modalComeIn {
    0% {
        visibility: hidden;
        opacity: 0;
        -webkit-transform: scale(.8, .8);
        transform: scale(.8, .8)
    }
    65.5% {
        -webkit-transform: scale(1.03, 1.03);
        transform: scale(1.03, 1.03)
    }
    100% {
        visibility: visible;
        opacity: 1;
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1)
    }
}

@-webkit-keyframes modalHeadOut {
    0% {
        visibility: visible;
        opacity: 1;
        -webkit-transform: translateY(0) scale(1, 1);
        transform: translateY(0) scale(1, 1)
    }
    100% {
        visibility: hidden;
        opacity: 0;
        -webkit-transform: translateY(35px) scale(.97, .97);
        transform: translateY(35px) scale(.97, .97)
    }
}

@-webkit-keyframes modalComeIn {
    0% {
        visibility: hidden;
        opacity: 0;
        -webkit-transform: scale(.8, .8);
        transform: scale(.8, .8)
    }
    65.5% {
        -webkit-transform: scale(1.03, 1.03);
        transform: scale(1.03, 1.03)
    }
    100% {
        visibility: visible;
        opacity: 1;
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1)
    }
}

@keyframes modalComeIn {
    0% {
        visibility: hidden;
        opacity: 0;
        -webkit-transform: scale(.8, .8);
        transform: scale(.8, .8)
    }
    65.5% {
        -webkit-transform: scale(1.03, 1.03);
        transform: scale(1.03, 1.03)
    }
    100% {
        visibility: visible;
        opacity: 1;
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1)
    }
}

@-webkit-keyframes modalHeadOut {
    0% {
        visibility: visible;
        opacity: 1;
        -webkit-transform: translateY(0) scale(1, 1);
        transform: translateY(0) scale(1, 1)
    }
    100% {
        visibility: hidden;
        opacity: 0;
        -webkit-transform: translateY(35px) scale(.97, .97);
        transform: translateY(35px) scale(.97, .97)
    }
}

@keyframes modalHeadOut {
    0% {
        visibility: visible;
        opacity: 1;
        -webkit-transform: translateY(0) scale(1, 1);
        transform: translateY(0) scale(1, 1)
    }
    100% {
        visibility: hidden;
        opacity: 0;
        -webkit-transform: translateY(35px) scale(.97, .97);
        transform: translateY(35px) scale(.97, .97)
    }
}

.footer {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
    padding: 20px 0;
    background-color: #333
}

@media all and (max-width:767px) {
    .footer {
        padding: 15px 0
    }
}

.footer_type_order {
    padding: 7px 0
}

.footer__inner {
    font-size: 67%
}

.footer__flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

@media all and (max-width:1024px) {
    .footer__flex {
        -webkit-box-align: start;
        -ms-flex-align: start;
        -ms-grid-row-align: flex-start;
        align-items: flex-start
    }
}

.footer__left {
    max-width: 160px
}

@media all and (max-width:767px) {
    .footer__left {
        width: 100%;
        max-width: 100%;
        text-align: center
    }
}

.footer__logo {
    border: 0
}

.footer__logo img {
    vertical-align: bottom;
    max-width: 200px
}

@media all and (max-width:1024px) {
    .footer__logo img {
        width: 100%
    }
}

@media all and (max-width:767px) {
    .footer__logo {
        display: none
    }
}

.footer__logo_type_order img {
    width: 149px;
    height: 38px
}

@media all and (max-width:767px) {
    .footer__logo_type_order {
        display: none
    }
}

.footer__logo_type_mobile {
    display: none;
    border: 0
}

@media all and (max-width:767px) {
    .footer__logo_type_mobile {
        display: inline-block;
        width: 23px;
        height: 34px;
        overflow: hidden
    }
    .footer__logo_type_mobile img {
        height: 34px
    }
}

.footer__copyright {
    margin: 10px 0 10px;
    color: #e0e0e0
}

.footer__copyright_type_order {
    margin: 0;
    text-align: center
}

.footer__copyright_type_mobile {
    display: none;
    margin: 40px 0 0;
    padding: 10px 0;
    text-align: center;
    background-color: #191919;
    color: #d6d6d6
}

@media all and (max-width:1024px) {
    .footer__copyright_type_mobile {
        display: block
    }
}

@media all and (max-width:767px) {
    .footer__copyright_type_mobile {
        background-color: transparent;
        margin: 5px 0 0;
        padding: 0;
        font-size: 63%
    }
}

.footer__links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    width: 70%
}

@media all and (max-width:1024px) {
    .footer__links {
        width: 50%
    }
}

@media all and (max-width:767px) {
    .footer__links {
        display: none
    }
}

.footer__links li {
    width: 33.333%
}

@media all and (max-width:1024px) {
    .footer__links li {
        width: 50%
    }
}

.footer__links a {
    border: 0;
    color: #858585
}

.footer__links a:hover {
    text-decoration: underline
}

.footer__links_color_light {
    display: none
}

@media all and (max-width:1024px) {
    .footer__links_color_light {
        display: block
    }
}

@media all and (max-width:767px) {
    .footer__links_color_light {
        display: none
    }
}

.footer__links_color_light a {
    border: 0;
    color: #cbcbcb
}

.footer__links_color_light a:hover {
    text-decoration: underline
}

.footer__links_type_order {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 20px 0 15px
}

@media all and (max-width:767px) {
    .footer__links_type_order {
        display: none
    }
}

.footer__links_type_order li {
    padding: 0 30px;
    border-right: 1px solid #5c5c5c
}

.footer__links_type_order li:last-child {
    border: 0
}

@media all and (max-width:1024px) {
    .footer__links_type_order li {
        padding: 0 5px
    }
}

.footer__mobile-links {
    display: none;
    width: 100%;
    font-size: 116.1%
}

@media all and (max-width:767px) {
    .footer__mobile-links {
        display: block
    }
}

.footer__white-links {
    margin: 0 0 5px;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

@media all and (max-width:1024px) {
    .footer__white-links {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }
}

@media all and (max-width:767px) {
    .footer__white-links {
        display: none
    }
}

.footer__white-links a {
    border: 0;
    color: #666
}

@media all and (max-width:1024px) {
    .footer__gray-links {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

.footer__gray-links a {
    border: 0;
    color: #454545
}

.sidebar-calc .main-calc__label {
    width: 125px;
    font-size: 89%
}

.sidebar-calc .main-calc__pages-counter {
    margin: 0 0 0 5px
}

.sidebar-calc .main-calc__price {
    font-size: 167%;
    font-weight: bold
}

.sidebar-calc .button {
    width: 100%;
    height: 50px;
    line-height: 50px
}

.sidebar-why__list {
    background: url("../img/design/image_stiker.png") no-repeat;
    background-position-x: right;
    background-size: contain;
}

.sidebar-why__item {
    position: relative;
    padding: 0 0 0 35px;
    font-weight: 700
}

.sidebar-why__item+.sidebar-why__item {
    margin: 10px 0 0
}

.sidebar-why__icon {
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.sidebar__item {
    margin: 0 0 30px;
    padding: 30px 20px;
    background-color: #f2f7fb
}

.sidebar__item_type_calc {
    margin: 0 0 40px
}

.sidebar__title {
    margin: 0 0 30px;
    font-size: 167%;
    font-weight: 700;
    color: #005aae
}

.sidebar__inner {
    width: 265px;
    margin: 0 auto
}

.sidebar-statistic__item {
    position: relative;
    padding: 0 0 0 50px;
    font-size: 86%;
    line-height: 22px
}

.sidebar-statistic__item+.sidebar-statistic__item {
    margin: 35px 0 0
}

.sidebar-statistic__numbers {
    font-size: 167%;
    font-weight: 700
}

.sidebar-statistic__icon {
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.sidebar-statistic__icon svg {
    width: 32px;
    height: 32px
}

@media(min-width:768px) {
    .sidebar-statistic {
        padding: 30px 50px
    }
}

.sidebar-testimonials {
    border-color: #fedaa1
}

.sidebar-testimonials__list {
    margin: 0 0 15px
}

.sidebar-testimonials__item {
    position: relative;
    padding: 0 0 0 25px
}

.sidebar-testimonials__item:before {
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 17px;
    height: 13px;
    background: url("../img/icons/icon_quote.png") 0 0 no-repeat;
    content: ""
}

.sidebar-testimonials__item+.sidebar-testimonials__item {
    margin: 25px 0 0
}

.sidebar-testimonials__avatar {
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    display: block;
    width: 49px;
    height: 44px;
    background: url("../img/icons/icon-user.svg") 0 100% no-repeat #f9f9f9;
    border-radius: 5px;
    vertical-align: bottom
}

.sidebar-testimonials__text {
    margin: 0 0 10px;
    font-size: 89%;
    line-height: 28px
}

.sidebar-testimonials__id {
    float: right;
    margin: -1px 0 0;
    font-size: 89%
}

.pager {
    margin: 30px 0
}

@media all and (max-width:767px) {
    .pager {
        margin: 20px 0 0;
        text-align: center
    }
}

.pager__item {
    display: inline-block;
    vertical-align: middle;
    background-color: transparent;
    text-align: center
}

@media all and (max-width:767px) {
    .pager__item:first-child,
    .pager__item:last-child {
        margin: 10px 0
    }
}

.pager__link {
    display: inline-block;
    min-width: 37px;
    height: 37px;
    line-height: 35px;
    margin: 0 3px;
    text-align: center;
    border: 2px solid #e5e5e5;
    border-radius: 6px;
    box-sizing: border-box;
    color: #3b3b3b
}

.pager__link:hover {
    border: 2px solid #e5e5e5;
    color: #005aae
}

.pager__link_state_active {
    background-color: #e5e5e5;
    color: #3b3b3b
}

.pager__link_state_active:hover {
    background-color: #e5e5e5;
    color: #3b3b3b
}

.pager__link_state_disabled {
    color: #b1b1b1;
    cursor: default
}

.pager__link_state_disabled:hover {
    color: #b1b1b1
}

.pager__text-link {
    display: inline-block;
    position: relative
}

.arrow-right,
.arrow-left {
    position: relative;
    top: 50%;
    transform: translateY(-50%)
}

.none {
    display: none
}

.text-center {
    text-align: center
}

.text-right {
    text-align: right
}

.pull-left {
    float: left
}

.pull-right {
    float: right
}

.clearfix:before {
    display: table;
    clear: both;
    content: ""
}

.overflow-hidden {
    overflow: hidden
}

.m-r-30 {
    margin-right: 30px
}

.main-testimonials {
    display: flex;
    justify-content: space-around
}

@media(max-width:767px) {
    .main-testimonials {
        flex-direction: column
    }
}

#main-order-form {
    margin-bottom: 350px;
    padding: 0
}

.row-links__inner .row-links__link:focus,
.row-links__inner .row-links__link:hover {
    color: #d5d5d5
}

.row-links__Link__active {
    text-decoration: underline
}

.cta-row__button:focus,
.cta-row__button:hover {
    color: #fff;
    text-decoration: none
}

.navigation__item a:focus,
.navigation__item a:hover {
    text-decoration: none;
    color: #202020
}

.header__lucky-accent a:focus,
.header__lucky-accent a:hover {
    text-decoration: none
}

.header__topline-login:focus,
.header__topline-login:hover {
    color: #3b3b3b;
    text-decoration: none
}

#main-order-form .dropdown-menu li a {
    border-bottom: none!important
}

@media only screen and (max-width:991px) {
    #order-form .tabs-wrapper .active {
        background-color: #005aae!important
    }
}

#order-form .steps-wrapper .custom-button,
#order-form .steps-wrapper .custom-button-second-step,
#order-form .steps-wrapper .custom-button-third-step,
#main-customer-form .wrap-customer-form .input-wrap button.submit-btn,
.modal .modal-file-upload .modal-content .modal-footer .green-btn.cancel-btn_hidden,
#order-form .steps-wrapper .promo-code .promo-code-value button {
    background: #e95849;
    border: 0 !important;
    background-image: none !important;
}
.modal .modal-file-upload .modal-content .modal-header{
    background-color: #0084bf !important;
}
#order-form .steps-wrapper .custom-button:hover,
#order-form .steps-wrapper .custom-button-second-step:hover,
#order-form .steps-wrapper .custom-button-third-step:hover,
#main-customer-form .wrap-customer-form .input-wrap button.submit-btn:hover,
.modal .modal-file-upload .modal-content .modal-footer .green-btn.cancel-btn_hidden:hover,
#order-form .steps-wrapper .promo-code .promo-code-value button:hover {
    background: #e23e2d !important;
    border: 0 !important;
    background-image: none !important;
}

.final-step-modal .modal-body {
    opacity: 1;
    transform: initial
}

.modal-final-step .modal-content .modal-footer a {
    border-bottom: 0
}

.payment-processor-modal .modal-body {
    opacity: 1;
    transform: initial
}

.address {
    color: #e0e0e0;
}

.address:before {
    content: attr(data-copy);
}

.row-about__inner .button__primary {
    margin-top: 30px
}

.terms {
    background: url("../img/terms_cond_desktop.png");
    width: 512px;
    height: 35px;
    display: block
}

.visible_mobile {
    display: none
}

@media(min-width:767px) and (max-width:1100px) {
    .row-help .inner {
        padding-left: 40px
    }
}

@media(max-width:767px) {
    .address {
        font-size: 89%;
    }
    .visible_mobile {
        display: initial
    }
    .terms {
        background: url("../img/terms_cond_mobile.png");
        width: 268px;
        height: 50px
    }
}

.show-mobile {
    display: none
}

@media(max-width:767px) {
    .show-mobile {
        display: inherit
    }
}

.column-right {
    display: block;
    width: 150px;
    position: absolute;
    right: -20px;
    top: 0
}

@media only screen and (max-width:380px) {
    #order-form .steps-wrapper .hide-span-for-very-small-screen {
        display: none!important
    }
}

@media only screen and (max-width:380px) {
    #order-form .steps-wrapper .show-span-for-very-small-screen {
        display: initial
    }
}

@media only screen and (max-width:380px) {
    #order-form .steps-wrapper .custom-button-second-step {
        width: 100px
    }
}

.footer__order {
    margin: 0 auto;
    max-width: none;
    text-align: center
}

#main-customer-form {
    margin-bottom: 100px
}

.modal .modal-file-upload .modal-content .modal-body {
    opacity: 1;
    transform: inherit
}

.zopim .meshim_widget_components_mobileChatButton_TappingScreen {
    border: 0
}

.prices-calc select {
    padding-right: 50px
}

.prices-calc #calc1,
.prices-calc #calc2 {
    min-width: 227px
}

.sidebar #calc1 {
    max-width: 183px
}

.sidebar .main-calc__pages-counter {
    width: auto
}

.modal .modal-file-upload .modal-content .modal-body .wrap-select-file span {
    line-height: 14px
}

@media screen and (max-device-width:1024px) {
    body {
        -webkit-text-size-adjust: none;
        overflow-x: hidden
    }
}

select::-ms-expand {
    display: none;
    appearance: none
}

.spinner-text {
    font-size: 14px!important
}

.forScroll{
    height: 340px;
}

select,select:hover,select:focus{outline: none;}
*:focus {
    outline: 0;
}
select:-moz-focusring {
    color: transparent !important;
    text-shadow: 0 0 0 #000 !important;
}
select:focus::-ms-value {
    color: black;
    background: #fff;
}
.main-calc__row.prices-calc__short-row.calc_inline .main-calc__control {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.term .address {
    color: #3b3b3b;
}

.term .adress_in_text:after {
    content: attr(data-copy);
}

.term .cta-row__title {
    font-size: 30px;
}

.term .cta-row__button {
    font-size: 20px;
}

.term .row-links__link,
.term .footer__links a,
.term .footer__copyright,
.term .footer .address {
    font-size: 12px;
}

.term .footer .address {
    color: #e0e0e0;
}

@media screen and (max-width:767px) {
    .term .text {
        width: 100%;
    }

    .term .text h1 {
        font-size: 125%;
    }

    .term .text h2 {
        font-size: 115%;
    }

    .term .text p {
        font-size: 75%;
    }

    .term .text p + p {
        margin: 5px 0 0;
    }

    .term .text > ol > li {
        font-size: 75%;
        padding: 0;
    }

    .term .text > ol > li ol li {
        font-size: 100%;
        padding: 0;
    }

    .term .address {
        font-size: 75%;
    }
}
