@import "../fonts/opensans/opensans.css";
    html {
    font: inherit;
}
html, body {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline;
    -webkit-text-size-adjust: 100%;
}
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.4em "Open Sans", sans-serif;
    color: #222;
}
a {
    border-bottom: 1px solid #db8489;
    font-weight: 700;
    text-decoration: none;
    color: #ca4047;
}
a:hover, a:active {
    border: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.link_no-border {
    border: none;
    text-decoration: none;
}
b, strong {
    font-weight: 700;
}
.wrapper {
    position: relative;
    width: 100%;
    min-height: 100%;
    font-size: 1.4em;
    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;
}
@media all and (max-width:1024px) {
    .inner {
    padding: 0 20px;
}
}@media all and (max-width:767px) {
    .inner {
    padding: 0 10px;
}
}.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: 30px;
    padding-bottom: 50px;
}
.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: none;
}
}.content__title {
    margin: 0 0 30px;
    font-size: 215%;
    font-weight: 900;
    line-height: 40px;
}
@media all and (max-width:767px) {
    .content__title {
    margin: 0 auto 20px;
    line-height: normal;
}
}.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;
    height: 100vh;
    z-index: 12312312;
}
@media all and (max-width:767px) {
    .spacer_type_contacts {
    height: inherit!important;
}
}.row-about__inner {
    border-top: 1px solid #f5f5f5;
    padding: 40px 0;
}
@media all and (max-width:767px) {
    .row-about__inner {
    border: none;
    padding: 20px 0 0;
}
}.row-about__text p+p {
    margin: 7px 0 0;
}
@media all and (max-width:767px) {
    .row-about_hidden_thing {
    display: none;
}
}
@media all and (max-width:1024px) {
    .hidden_tablet_phone {
    display: none;
}
}.row-about__calc {
    float: right;
    margin: 0 0 0 30px;
}
@media all and (max-width:1024px) {
    .row-about__calc {
    margin: 0 0 25px 30px;
}
}@media all and (max-width:767px) {
    .row-about__calc {
    float: none;
}
}.row-about__right-image {
    float: right;
    vertical-align: bottom;
    margin: -8px 0 0 0px;
}
.row-about__left-image {
    float: left;
    vertical-align: bottom;
    margin: 5px 10px 0 0;
}
.main-calc {
    display: inline-block;
    min-width: 350px;
    max-width: 350px;
    padding: 30px 20px;
    box-sizing: border-box;
    background-color: #f5f5f5;
    box-shadow: 0 2px #ccc;
}
@media all and (max-width:767px) {
    .main-calc {
    display: block;
    width: 100%;
    min-width: inherit;
    max-width: 500px;
    margin: 0 auto;
    padding: 20px 10px;
}
}.main-calc__title {
    margin: 0 0 25px;
    text-align: center;
    font-size: 112.5%;
    font-weight: 700;
}
.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;
    margin: 0 0 20px;
    white-space: nowrap;
}
@media all and (max-width:767px) {
    .main-calc__row {
    margin: 0 0 15px;
}
}.main-calc__row-label {
    padding: 0 10px;
    box-sizing: border-box;
    white-space: nowrap;
}
@media all and (max-width:767px) {
    .main-calc__row-label {
    text-align: left;
    margin: 0 0 5px;
    padding: 0 10px 0 0;
}
}.main-calc__row-label_type_hidden {
    display: none;
}
.main-calc__row-control {
    width: 100%;
    text-align: left;
}
@media all and (max-width:767px) {
    .main-calc__row-control {
    width: 100%}
}@media all and (max-width:767px) {
    .main-calc__bottom {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    align-items: center;
}
}.main-calc-button {
    width: 190px;
}
.main-calc__select {
    position: relative;
    z-index: 1;
    width: 100%;
    overflow: hidden;
    box-sizing: border-box;
    background-color: #fff;
    border: solid 1px #ccc;
    cursor: pointer;
}
.main-calc__select:after {
    position: absolute;
    z-index: -1;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 10px;
    direction: block;
    width: 8px;
    height: 6px;
    background: url("../img/icons/icon-select-arrow.svg") 0 0 no-repeat;
    content: ""}
.main-calc__select:before {
    content: "";
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    background-color: #fff;
    width: 16px;
    z-index: -1;
}
.main-calc__select select {
    display: block;
    width: 100%;
    height: 40px;
    line-height: 40px;
    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: "Open Sans", sans-serif;
    font-size: 100%;
    cursor: pointer;
}
.main-calc__select select::-ms-expand {
    display: none;
}
.main-calc__select select:focus {
    outline: none;
}
.main-calc__pages-input {
    width: 60px;
    margin: 0 40px 0 0;
    text-align: center;
}
@media all and (max-width:767px) {
    .main-calc__pages-input {
    margin: 0 10px;
}
}.main-calc__word-counter {
    display: inline-block;
    width: 144px;
    text-align: center;
}
.main-calc__bottom {
    margin: 20px 0 0;
}
.main-calc__coast {
    display: inline-block;
    vertical-align: middle;
    font-size: 171.5%;
    font-weight: 700;
    line-height: 44px;
    float: left;
}

@media all and (max-width:1025px) {
   .main-calc__coast{
        line-height: 64px;
   }
}

@media all and (max-width:767px) {
   .main-calc__coast{
        line-height: 39px;
   }
}



.main-calc__button {
    float: right;
}
.cta-row {
    padding: 50px 0;
    background: url("../img/design/ctabg.png") center no-repeat;
    background-size: cover;
    color: #fff;
}
@media all and (max-width:1024px) {
    .cta-row {
    padding: 30px 0 40px;
}
}@media all and (max-width:767px) {
    .cta-row {
    padding: 20px 0;
}
}.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-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
@media (min-width:767px) and (max-width:1024px) {
    .cta-row__inner {
        flex-direction: column;
    }
}
@media all and (max-width:767px) {
    .cta-row__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    -ms-grid-row-align: flex-start;
    align-items: flex-start;
}
}.cta-row__title {
    font-size: 257.5%;
    font-weight: 900;
    color: #fff;
}
@media all and (max-width:1024px) {
    .cta-row__title {
    font-size: 240%;
    line-height: 49px;
    }
}@media all and (max-width:767px) {
    .cta-row__title {
    margin: 0 0 15px;
    line-height: 36px;
}
}.cta-row__button {
    margin: 0 100px 0 0;
}
@media all and (max-width:1024px) {
    .cta-row__button {
    margin: 0;
}
}
@media (min-width: 767px) and (max-width:1024px) {
    .cta-row__button span {
        display: none;
    }
}
.cta-content {
    padding: 20px 0;
}
@media all and (max-width:767px) {
    .cta-content {
    padding: 25px 0 40px;
}
}.cta-content__inner {
    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-align: center;
    -ms-flex-align: center;
    align-items: center;
}
@media all and (max-width:1024px) {
    .cta-content__inner {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
}@media all and (max-width:767px) {
    .cta-content__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    -ms-grid-row-align: flex-start;
    align-items: flex-start;
}
}.cta-content .row__title {
    margin: 0 60px 0 0;
}
@media all and (max-width:1024px) {
    .cta-content .row__title {
    width: 65%;
    font-size: 175%;
    line-height: 40px;
}
}@media all and (max-width:767px) {
    .cta-content .row__title {
    width: 100%;
    margin: 0 0 20px;
}
}.cta-content .cta-row__deco {
    right: 75px;
    top: -65px;
    width: 160px;
    height: 160px;
    background-size: contain;
}
@media all and (max-width:1024px) {
    .cta-content .cta-row__deco {
    display: none;
}
}.row-faq {
    padding: 40px 0 35px;
    border-bottom: 1px solid #ebebeb;
}
@media all and (max-width:767px) {
    .row-faq {
    padding: 25px 0;
}
}.row-faq__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: start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.row-faq__features {
    width: 32%;
    margin: 24px 0 0;
}
@media all and (max-width:1024px) {
    .row-faq__features {
    display: none;
}
}.row-faq__features-item {
    font-size: 112.5%;
    font-weight: 700;
}
.row-faq__features-item+.row-faq__features-item {
    margin: 40px 0 0;
}
.row-faq__features-icon {
    margin: 0 20px 0 0;
    vertical-align: middle;
}
.row-faq__list {
    width: 66%}
@media all and (max-width:1024px) {
    .row-faq__list {
    width: 100%;
    max-width: 710px;
    margin: 0 auto;
    text-align: center;
}
}.row-faq__list .faq__list {
    margin: 0 0 25px;
    text-align: left;
}
.row-faq__item+.row-faq__item {
    margin: 7px 0 0;
}
.row-features {
    padding: 40px 0 30px;
}
@media all and (max-width:1024px) {
    .row-features {
    padding: 0;
}
}@media all and (max-width:767px) {
    .row-features {
    padding: 20px 0 0;
}
}.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;
    -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) {
    .main-features {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 0 20px;
}
}@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: 23%;
    font-size: 14px;
}
@media all and (max-width:1024px) {
    .main-features__item {
    width: 48%;
    margin: 0 0 20px;
}
}@media all and (max-width:767px) {
    .main-features__item {
    width: 100%}
.main-features__item:last-child {
    margin: 0;
}
}.main-features__item_state_active .main-features__title span {
    border: none;
}
.main-features__icon {
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.main-features__title {
    position: relative;
    margin: 0 0 20px;
    padding: 0 20px 0 50px;
    font-size: 128.5%;
    font-weight: 700;
}
@media all and (max-width:767px) {
    .main-features__title span {
    border-bottom: 1px solid #909090;
}
}.main-features__text {
    margin: 5px 0 0;
    font-size: 14px;
}
@media all and (max-width:767px) {
    .main-features__text {
    display: none;
}
}.row-hiw .inner {
    padding-top: 40px;
    padding-bottom: 40px;
    border-top: 1px solid #f5f5f5;
    border-bottom: 1px solid #f5f5f5;
}
@media all and (max-width:767px) {
    .row-hiw .inner {
    padding-top: 30px;
    padding-bottom: 30px;
    border: none;
}
}.main-hiw {
    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:1024px) {
    .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 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
}.main-hiw__item {
    position: relative;
    width: 30%}
@media all and (max-width:1024px) {
    .main-hiw__item {
    width: 100%}
.main-hiw__item+.main-hiw__item {
    margin: 25px 0 0;
}
}.main-hiw__item-icon, .main-hiw__item-title {
    display: inline-block;
    vertical-align: middle;
}
.main-hiw__item-icon {
    margin: 0 10px 0 0;
}
.main-hiw__item-title {
    font-size: 128.5%;
    font-weight: 700;
}
.main-hiw__item-text {
    margin: 10px 0 0;
}
@media all and (max-width:767px) {
    .main-hiw__item-text {
    margin: 5px 0 0;
}
}.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;
}
@media all and (max-width:1024px) and (max-width:767px) {
    .main-hiw__item+.main-hiw__item {
    margin: 20px 0 0;
}
}.lead {
    padding: 60px 0 80px;
    box-sizing: border-box;
    background: url("../img/design/leadbg.png") center center no-repeat;
    background-size: cover;
}
@media all and (max-width:1024px) {
    .lead {
    padding: 40px 0 100px;
}
}@media all and (max-width:767px) {
    .lead {
    padding: 30px 0 40px;
}
}.lead__inner {
    position: relative;
}
.lead__main {
    width: 100%;
    text-align: center;
    box-sizing: border-box;
    color: #fff;
}
@media all and (max-width:767px) {
    .lead__main {
    padding: 0;
}
}.lead__main-slogan {
    font-size: 286%;
    font-weight: 700;
    text-transform: capitalize;
    line-height: 1;
}
@media all and (max-width:1024px) {
    .lead__main-slogan {
    font-size: 215%}
}@media all and (max-width:767px) {
    .lead__main-slogan {
    margin: 0 0 35px;
    line-height: 36px;
}
}.lead__main-text {
    margin: 20px 0 0;
    font-size: 172%;
    line-height: 30px;
    font-weight: 700;
}
@media all and (max-width:767px) {
    .lead__main-text {
    display: none;
}
}.lead__badges {
    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;
    margin: 40px 0;
}
@media all and (max-width:1024px) {
    .lead__badges {
    margin: 30px 0 0;
}
}@media all and (max-width:767px) {
    .lead__badges {
    display: none;
}
}.lead__badges-item+.lead__badges-item {
    margin: 0 0 0 30px;
}
.row-prices {
    position: relative;
    top: -30px;
}
@media all and (max-width:1024px) {
    .row-prices {
    margin: -30px 0 0;
}
}@media all and (max-width:767px) {
    .row-prices {
    display: none;
}
}.main-prices {
    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-prices__item {
    position: relative;
    width: 20%;
    max-width: 200px;
    padding: 25px 0 0;
    text-align: center;
    background-color: #f5f5f5;
}
.main-prices__item:hover:after {
    position: absolute;
    top: 10px;
    right: 10px;
    display: block;
    width: 28px;
    height: 39px;
    background: url("../img/icons/icon-price-label.svg") 0 0 no-repeat;
    content: ""}
.main-prices__item_type_wtf {
    top: -10px;
}
@media all and (max-width:1024px) {
    .main-prices__item_type_wtf {
    top: 0;
}
}@media all and (max-width:1024px) {
    .main-prices__item {
    width: 19%}
}.main-prices__label {
    font-size: 115%}
.main-prices__coast {
    margin: 15px 0;
    font-size: 250%;
    font-weight: 900;
    color: #ca4047;
}
.main-prices__type {
    height: 55px;
    line-height: 55px;
    margin: 20px 0 0;
    background: url("../img/design/price-bg.svg") 0 0 no-repeat;
    font-size: 115%;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
}
.main-info {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
    width: 100%;
    padding: 50px 0;
    box-sizing: border-box;
    background-color: #fff;
}
@media all and (max-width:767px) {
    .main-info {
    padding: 30px 0;
}
}.main-info .row__title {
    margin: 0 0 30px;
}
@media all and (max-width:1024px) {
    .main-info .row__title {
    line-height: 36px;
    margin: 0 0 20px;
}
}.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__text {
    width: 100%;
    max-width: 725px;
    margin: 0 0 15px;
}
@media all and (max-width:1024px) {
    .main-info__text {
    text-align: left;
}
}.main-info__text p {
    margin: 0 0 10px;
}
.main-info__text__wrapepr {
    width: 100%;
    max-width: 750px;
}
.main-info__text_state_hidden {
    position: relative;
    height: 247px;
    overflow: hidden;
}
@media all and (max-width:1024px) {
    .main-info__text_state_hidden {
    height: 115px;
}
}@media all and (max-width:640px) {
    .main-info__text_state_hidden {
    height: 100px;
}
}.main-info__stats-wrapper {
    min-width: 290px;
}
@media all and (max-width:767px) {
    .main-info__stats-wrapper {
    display: none;
}
}.main-info__stats-item {
    position: relative;
    padding: 0 0 0 40px;
    font-size: 115%;
    font-weight: 700;
}
.new_line_tablet {
    display: none;
}
@media (min-width:767px) and (max-width:1024px) {
    .new_line_tablet {
        display: block;
    }
}
.main-info__stats-item+.main-info__stats-item {
    margin: 23px 0 0;
}
.main-info__stats-icon {
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.main-info__stats-accent {
    font-size: 150%;
    font-weight: 900;
}
.row-testimonials {
    padding: 35px 0;
    background: url("../img/design/testimonilas-pattern.svg") 0 0 #f7f7f7;
}
@media all and (max-width:767px) {
    .row-testimonials {
    padding: 25px 0;
}
}.row-testimonials__bottom {
    text-align: center;
}
.row {
    box-sizing: border-box;
}
.row__title {
    margin: 0 0 35px;
    font-size: 214.5%;
    font-weight: 900;
}
@media all and (max-width:767px) {
    .row__title {
    margin: 0 0 20px;
    line-height: 40px;
}
}.row-wrapper_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;
}
.row-wrapper__content {
    -webkit-box-flex: 5;
    -ms-flex-positive: 5;
    flex-grow: 5;
    padding: 0 50px 0 0;
}
@media all and (max-width:1024px) {
    .row-wrapper__content {
    width: 100%;
    padding: 0;
}
}.row-wrapper__aside {
    min-width: 235px;
    max-width: 235px;
    padding: 40px 0 0;
}
@media all and (max-width:1024px) {
    .row-wrapper__aside {
    display: none;
}
}.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;
}
@media all and (max-width:767px) {
    .samples__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
}.samples__item {
    width: 48%;
    margin: 0 0 40px;
}
.samples__item:last-child, .samples__item:nth-last-child(2) {
    margin: 0;
}
@media all and (max-width:767px) {
    .samples__item {
    width: 100%}
.samples__item:last-child {
    margin-top: 40px;
}
}.samples__item-icon {
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.samples__item-title {
    position: relative;
    display: block;
    margin: 0 0 15px;
    padding: 0 0 0 45px;
    border: none;
    font-size: 128.5%;
    font-weight: 700;
    color: #222;
}
.samples__item-title svg {
    vertical-align: middle;
    fill: gray;
}
.samples__item-title:hover {
    color: #ca4047;
}
.samples__item-title:hover svg {
    fill: #ca4047;
}
.samples__item-options {
    margin: 0 0 10px;
}
.samples__item-option+.samples__item-option {
    margin: 5px 0 0;
}
.testimonials {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.testimonials, .testimonials_type_main {
    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;
}
.testimonials_type_main {
    margin: 0 0 15px;
}
.testimonials_type_main .testimonials__item {
    width: 48%;
    border: none;
    margin: 0 0 20px;
    padding: 0;
}
@media all and (max-width:1024px) {
    .testimonials_type_main .testimonials__item {
    width: 47.5%}
}@media all and (max-width:767px) {
    .testimonials_type_main .testimonials__item {
    width: 100%}
.testimonials_type_main .testimonials__item:last-child {
    display: none;
}
}.testimonials__item {
    width: 49%;
    margin: 0 0 30px;
}
.testimonials__item:last-child, .testimonials__item:nth-last-child(2) {
    margin: 0;
}
@media all and (max-width:767px) {
    .testimonials__item: nth-last-child(2) {
    margin: 0 0 30px;
}
}@media all and (max-width:767px) {
    .testimonials__item {
    width: 100%}
}.testimonials__item_type_sidebar {
    border: none;
    margin: 0 0 20px;
    padding: 0;
}
.testimonials__id {
    position: relative;
    margin: 0 0 5px;
    padding: 0 0 0 45px;
    font-size: 112.5%;
    font-weight: 600;
}
.testimonials__icon {
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.testimonials__rating {
    display: block;
    margin: -5px 0 0;
}
.testimonials__rating-star svg {
    fill: #ffbe0d;
}
.testimonials__rating-star_type_empty svg {
    fill: #dcdcdc;
}
.blog__item {
    width: 100%;
    margin: 0 0 20px;
    padding: 0 0 30px;
    border-bottom: 1px solid #ccc;
}
.blog__item:last-child {
    margin: 0;
    padding: 0;
    border: none;
}
.blog__item-inner {
    padding: 0 30px 25px;
}
@media all and (max-width:767px) {
    .blog__item-inner {
    padding: 0 20px 25px;
}
}.blog__item-photo {
    display: block;
    margin: 0 0 10px;
    -webkit-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
    border: none;
}
.blog__item-photo img {
    width: 100%;
    vertical-align: bottom;
}
.blog__item-photo:hover {
    opacity: .75;
}
.blog__item-title {
    margin: 0 0 10px;
}
.blog__item-title-link {
    border: none;
    font-size: 188%;
    font-weight: 500;
    line-height: 1.4;
    color: #222;
}
.blog__item-text {
    padding: 15px 0;
}
.blog__read-more {
    display: inline-block;
    padding: 0 10px;
    border: 1px solid #555;
    border-radius: 4px;
    line-height: 28px;
    font-weight: 500;
    color: #555;
}
.blog__read-more:hover {
    border: 1px solid #555;
    background-color: #e6e6e6;
}
.blog__read-more:active {
    border: 1px solid #ffde00;
    background-color: #ffde00;
}
.blog__category {
    font-size: 87.5%}
.post {
    position: relative;
    margin: 0 0 30px;
}
.post__image {
    width: 100%}
.post__text {
    margin: 0 0 25px;
}
.post__text h2 {
    margin: 15px 0 10px;
    font-size: 175%;
    line-height: 36px;
}
.post__title {
    margin: 0 0 10px;
    font-size: 188%;
    font-weight: 500;
    line-height: 1.4;
}
.post__category {
    padding: 5px 0 15px;
    font-size: 87.5%}
.post__direction-link {
    display: inline-block;
    height: 40px;
    line-height: 40px;
    padding: 0 10px;
    border: 1px solid #555;
    border-radius: 4px;
    box-sizing: border-box;
    font-weight: 500;
    color: #555;
}
.post__direction-link:hover {
    border: 1px solid #555;
    background-color: #e6e6e6;
}
.post__direction-link:active {
    border: 1px solid #ffde00;
    background-color: #ffde00;
}
.post__direction-left {
    margin: 0 10px 0 0;
}
.post__direction-left, .post__direction-right {
    display: inline-block;
    width: 7px;
    height: 10px;
    background: url("../img/icons/icon-direction-link.svg") 0 0 no-repeat;
    background-size: cover;
}
.post__direction-right {
    margin: 0 0 0 10px;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}
.contacts__map {
    margin: 0 0 30px;
}
.contacts__map img {
    width: 100%;
}
.contacts__blocks {
    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;
}
@media all and (max-width:767px) {
    .contacts__blocks {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0;
}
}.contacts__location {
    margin: 0 0 20px;
}
.contacts__block {
    width: 50%}
@media all and (max-width:767px) {
    .contacts__block {
    width: 100%}
.contacts__block+.contacts__block {
    margin: 15px 0 0;
}
}.contacts__block-title {
    position: relative;
    margin: 0 0 10px;
    padding: 0 0 0 35px;
    font-size: 129%;
    font-weight: 700;
}
.contacts__block-icon {
    position: absolute;
    left: 0;
}
.contacts__text {
    position: relative;
    margin: 0 0 3px;
}
@media all and (max-width:767px) {
    .contacts__text br {
    display: none;
}
}.contacts__phone {
    display: inline-block;
    border: none;
    color: #222;
}
.contact_address {
    background: url(/img/design/address.png) no-repeat center;
    width: 175px;
    height: 43px;
}
.faq__list {
    position: relative;
    margin: 15px 0 0;
}
.faq__list_type_main {
    margin: 40px 0 25px;
}
.faq__item {
    margin: 0 0 40px;
}
@media all and (max-width:767px) {
    .faq__item {
    margin: 0 0 30px;
}
}.faq__item:last-child {
    margin: 0;
}
.faq__item_state_active .faq__question {
    font-weight: 700;
    color: #ca4047;
}
.faq__item_state_active .faq__question-icon svg, .faq__item_state_active .faq__question-arrow svg {
    fill: #ca4047;
}
.faq__item_state_active .faq__question-arrow {
    top: 2px;
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
    -webkit-transition: -webkit-transform 300ms ease;
    transition: transform 300ms ease;
    transition: transform 300ms ease, -webkit-transform 300ms ease;
}
.faq__question {
    position: relative;
    padding: 0 45px;
    border: none;
    font-size: 129%;
    font-weight: 700;
    cursor: pointer;
}
.faq__question:hover {
    color: #ca4047;
}
.faq__question:hover .faq__question-icon svg {
    fill: #ca4047;
}
@media all and (max-width:767px) {
    .faq__question {
    line-height: 1.4;
}
}.faq__question-icon {
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.faq__question-icon svg {
    fill: gray;
}
.faq__question-arrow {
    position: relative;
    top: -4px;
    display: inline-block;
    margin: 0 0 0 5px;
    -webkit-transition: -webkit-transform 300ms ease;
    transition: transform 300ms ease;
    transition: transform 300ms ease, -webkit-transform 300ms ease;
}
.faq__question-arrow svg {
    fill: #222;
}
.faq__question-link {
    cursor: pointer;
}
.faq__answer {
    display: none;
    padding: 10px 0 0;
}

@media all and (max-width:767px) {
    .faq__answer {
        padding: 10px 0;
        font-size: 14px;
    }
}.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;
}
@media all and (max-width:767px) {
    .not-found {
    padding: 0 10px;
    box-sizing: border-box;
}
}.not-found__image {
    display: block;
    margin: 5px auto 30px;
}
@media all and (max-width:767px) {
    .not-found__image {
    max-width: 200px;
    margin: 25px auto;
}
}.not-found__text {
    max-width: 550px;
    margin: 0 auto;
}
.text {
    word-wrap: break-word;
}
.text h2, .text h3, .text h4, .text h5 {
    font-weight: 700;
}
.text h1 {
    margin: 2% 0;
    font-size: 214%;
    font-weight: 900;
    line-height: 40px;
    text-transform: uppercase;
}
@media screen and (max-width:767px) {
    .text h1 {
    margin: 0 0 4%;
    font-size: 192.6%}
}.text h2 {
    margin: 2% 0;
    font-size: 200%;
    line-height: 38px;
    text-transform: uppercase;
}
@media screen and (max-width:767px) {
    .text h2 {
    margin: 4% 0 3%;
    font-size: 180%}
}.text h3 {
    margin: 2% 0 1%;
    font-size: 186%;
    line-height: 36px;
}
@media screen and (max-width:767px) {
    .text h3 {
    margin: 4% 0 3%;
    font-size: 167.4%}
}.text h4 {
    margin: 2% 0 1%;
    font-size: 143%;
    line-height: 32px;
}
@media screen and (max-width:767px) {
    .text h4 {
    margin: 4% 0 3%;
    font-size: 128.70000000000002%}
}.text h5 {
    margin: 2% 0 1%;
    font-size: 112.5%;
    line-height: 24px;
}
@media screen and (max-width:767px) {
    .text h5 {
    margin: 4% 0 3%;
    font-size: 101.25%}
}.text h6 {
    margin: 2% 0 1%;
    font-size: 112.5%;
    line-height: 30px;
}
@media screen and (max-width:767px) {
    .text h6 {
    margin: 4% 0 3%;
    font-size: 101.25%}
}.text p+p {
    margin: 7px 0 0;
}
.text ol {
    margin: 18px 0 0;
    list-style-type: none;
    counter-reset: item;
}
.text ol li {
    margin: 0 0 7px;
}
.text ol li:before {
    content: counter(item)'. ';
    counter-increment: item;
    font-weight: 700;
}
.text ul {
    margin: 18px 0 0;
    list-style-type: none;
    counter-reset: item;
}
.text ul li {
    margin: 0 0 10px;
}
.text ul li:before {
    display: inline-block;
    vertical-align: middle;
    width: 8px;
    height: 8px;
    margin: 0 10px 0 0;
    background: url("../img/icons/icon-mark.svg") 0 0 no-repeat;
    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: 30px 0;
    padding: 20px;
    background: url("../img/design/bannertext.png") center center no-repeat;
    background-size: cover;
    border: none;
}
@media screen and (max-width:767px) {
    .text-cta {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
}.text-cta .button {
    font-size: 129%;
    font-weight: 900;
}
.text-cta__text {
    display: block;
    font-weight: 700;
    color: #fff;
    line-height: 30px;
}
@media screen and (max-width:1100px) {
    .text-cta__text {
    text-align: center;
}
}@media screen and (max-width:767px) {
    .text-cta__text {
    margin: 0 0 15px;
}
}.text-cta__text-title {
    display: block;
    font-size: 172%;
    font-weight: 700;
}
.text-cta__accent {
    color: #ffbe0d;
}
.text-cta__upper {
    display: block;
    margin: 5px 0 0;
    font-size: 143%;
    text-transform: uppercase;
}
.header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99999;
    width: 100%;
    background-color: #f7f7f7;
}
.header__lucky {
    position: relative;
    height: 30px;
    line-height: 30px;
    background-color: #ca4047;
    text-align: center;
    font-size: 86%;
    font-weight: 700;
    text-transform: uppercase;
    color: #222;
    display: none;
}
@media all and (max-width:1024px) {
    .header__lucky {
    text-align: left;
    font-size: 80%}
}@media all and (max-width:767px) {
    .header__lucky {
    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;
    height: 50px;
    line-height: normal;
    display: none;
}
.header__lucky .inner {
    width: 90%}
}.header__lucky-accent {
    
    cursor: pointer;
    color: #fff;
font-size: 15px;
font-weight: bolder;
}
.no_cursor {
    cursor: auto !important;
}

.header__lucky-close {
    position: absolute;
    right: 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    cursor: pointer;
    display: inline-block;
    width: 11px;
    height: 11px;
}
.header__lucky-close svg {
    vertical-align: top;
    fill: #111;
}
.header__lucky-close:hover svg {
    fill: #fff;
}
@media all and (max-width:767px) {
    .header__lucky-close {
     top: 45%;
}
}.header__lucky_type_mobile {
    display: none;
}
@media all and (max-width:767px) {
    .header__lucky_type_mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
}@media all and (max-width:767px) and (max-width:767px) {
    .header__lucky .inner {
    width: 100%;
    padding-right: 40px;
}
}.header__logo {
    display: inline-block;
    border: none;
}
.header__logo img {
    vertical-align: middle;
}
.header__logo_type_mobile {
    display: inline-block;
    width: 143px;
    height: 19px;
    border: none;
    background: url("../img/design/LOGO_mob_act.svg") 0 0 no-repeat;
}
.header__topline {
    padding: 3px 0;
    background-color: #171e26;
}
@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 0 0 20px;
    color: #fff;
}
.header__topline-item:first-child {
    margin: 0;
}
.header__topline-icon {
    position: relative;
    left: 0;
    margin: 0 3px 0 0;
    -webkit-transition: left linear 150ms;
    transition: left linear 150ms;
}
.header__topline-link {
    border: none;
    font-weight: 700;
    color: #fff;
}
.header__topline-link:hover {
    border-bottom: 1px solid #fff;
}
.header__topline-login {
    display: inline-block;
    line-height: 1.5;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
    border: none;
}
.navigation {
    background-color: #fff;
    box-shadow: 0 1px 3px rgba(0, 0, 0, .75);
}
.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: 60px;
}
@media all and (max-width:767px) {
    .navigation__wrapper {
    position: fixed;
    right: 0;
    top: 50px;
    display: none;
    width: 100%;
    height: calc(100% - 50px);
    overflow-y: auto;
    box-sizing: border-box;
    background-color: rgba(0, 0, 0, .5);
    }
    
    .order-page .navigation__wrapper{
        z-index: 231231231;
        position: absolute;   
    }

    .order-page.fixed-header .js-spacer{
        display: none !important;
    }

}

.navigation__wrapper-header {
    position: relative;
    display: none;
    padding: 13px 0;
    text-align: center;
}
@media all and (max-width:767px) {
    .navigation__wrapper-header {
    display: block;
}
}@media all and (max-width:767px) {
    .navigation__list {
    position: absolute;
    right: 0;
    width: 100%;
    min-height: 100%;
    padding: 10px;
    box-sizing: border-box;
    background-color: #fff;
    -webkit-overflow-scrolling: touch;
    z-index: 12312312;
}
}.navigation__item {
    display: inline-block;
    vertical-align: middle;
    box-sizing: border-box;
    margin: 0 0 0 10px;
}
@media all and (max-width:1024px) {
    .navigation__item {
    margin: 0;
}
}@media all and (max-width:767px) {
    .navigation__item {
    display: block;
    width: 100%;
    text-align: center;
    box-sizing: border-box;
}
}.navigation__item_type_login {
    /*display: none;*/
    margin-left: 75px;
}
.navigation__item_type_login a {
	color: #ca4047;
}
.navigation__item_type_login a:hover {
	box-shadow: none;
}
@media all and (max-width:767px) {
    .navigation__item_type_login {
    display: block;
    margin-top: 30px;
    margin-left: 0;
}
}

.navigation__link {
    position: relative;
    display: inline-block;
    padding: 0 10px;
    border: none;
    font-weight: 700;
    line-height: 60px;
    text-transform: uppercase;
    color: #222;
}

a.navigation__link:focus{
    text-decoration: none;
    color: initial;
}

.navigation__link:hover, .navigation__link_state_active {
    /*box-shadow: inset 0 2px 0 0 #ca4047;*/
    color: #ca4047;
    text-decoration: none;
}
@media all and (max-width:767px) {
    .navigation__link: hover, .navigation__link_state_active {
    box-shadow: none;
}
}@media all and (max-width:767px) {
    .navigation__link {
    line-height: 40px;
}
}.navigation-mobile__menu-button, .navigation-mobile__phones-button {
    display: none;
    height: 20px;
}
@media all and (max-width:767px) {
    .navigation-mobile__menu-button, .navigation-mobile__phones-button {
    display: block;
}
    .navigation-mobile__phones-button {
        visibility: hidden;
    }
}.navigation-mobile__phones-button svg {
    width: 18px;
    height: 18px;
}
.navigation-mobile__close {
    position: absolute;
    top: 20px;
    left: 20px;
    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;
}
@-webkit-keyframes menuShow {
    from {
    top: -100%;
    opacity: 0;
}
to {
    top: 50px;
    opacity: 1;
}
}@keyframes menuShow {
    from {
    top: -100%;
    opacity: 0;
}
to {
    top: 50px;
    opacity: 1;
}
}.modal-overlay {
    position: fixed;
    z-index: 99;
    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: 20px;
    height: 20px;
    background: url("../img/icons/icon-close.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: 112.5%;
    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;
}
.modal-phones__link {
    border: none;
    text-decoration: none;
}
@-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);
}
}
.order_padding {
    padding-top: 300px;
        z-index: 1000;
}
@media all and (max-width:767px) {
    .order_padding {
        padding-top: 50px;
    }
}
.footer {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
    padding: 20px 0;
    background-color: #222;
}

select::-ms-value {background: transparent; color: #000;}

@media all and (max-width:767px) {
    .footer {
    padding: 15px 0;
}
}.footer__inner {
    min-height: 53px;
    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;
    font-size: 87.5%}
@media all and (max-width:1024px) {
    .footer__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
}
}@media all and (max-width:767px) {
    .footer__left {
    margin: 0;
}
}.footer__logo {
    border: none;
}
.footer__logo img {
    vertical-align: bottom;
}
@media all and (max-width:767px) {
    .footer__logo img {
    width: 100px;
}
}.footer__copyright {
    color: #666;
}
.footer__copyright+.footer__copyright {
    margin: 5px 0 0;
}
@media all and (max-width:767px) {
    .footer__copyright+.footer__copyright {
    margin: 0;
}
}@media all and (max-width:1024px) {
    .footer__copyright {
   /* display: inline-block;*/
    margin: 0 5px 0 0;
}
.footer__copyright:first-of-type:after {
    content: ", "}
}.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;
}
.footer__links a {
    border: none;
    text-decoration: underline;
    font-weight: 400;
}
.footer__links a:hover {
    text-decoration: none;
}
@media all and (max-width:767px) {
    .footer__links {
    display: none;
}
}.footer__links-item {
    margin: 0 0 0 15px;
}
@media all and (max-width:1024px) {
    .footer__links-item {
    margin: 0 15px 0 0;
}
}.footer__mobile-links {
    display: none;
}
@media all and (max-width:767px) {
    .footer__mobile-links {
    display: block;
    width: 100%;
    margin: 15px 0;
}
}.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;
}
}.footer__white-links a {
    border: none;
    color: #666;
}
@media all and (max-width:1024px) {
    .footer__gray-links {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
}
@media all and (min-width:1025px) {
    .footer__gray-links {
    	justify-content: flex-end;
}
}.footer__gray-links a {
    border: none;
    color: #454545;
}
.terms {
    background: url(/img/design/terms_1.png) center no-repeat;
    height: 18px;
    width: 555px;
}
.footer_adr {
    background: url(/img/design/footer_adr-1.png) center no-repeat;
    height: 18px;
    width: 480px;
    margin: 6px 0 0 -4px !important;
}
@media all and (max-width:767px) {
    .footer_adr {
    background: url(/img/design/footer_adr-2.png) center no-repeat;
    height: 44px;
    width: 284px;
    margin: 5px 0 0 0 !important;
    }
    .terms {
    background: url(/img/design/terms_2.png) center no-repeat;
    height: 44px;
    width: 339px;
    }
}
@media all and (device-width:320px) {
    .footer_adr {
    background: url(/img/design/footer_adr-3.png) center no-repeat;
    height: 42px;
    width: 292px;
    margin: 6px 0 0 0!important;
    }
    .terms {
    background: url(/img/design/terms_3.png) center no-repeat;
    height: 43px;
    width: 300px;
    }
}
@media all and (device-width:1024px) {
    .footer_adr {
        margin: 12px 0 0 -4px !important;
    }
    .footer__left {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
    }

}
.sidebar-choose {
    margin: 35px 0 0;
}
.sidebar-choose__item {
    position: relative;
    padding: 0 0 0 90px;
    font-size: 115%;
    font-weight: 700;
}
.sidebar-choose__item+.sidebar-choose__item {
    margin: 35px 0 0;
}
.sidebar-choose__icon {
    position: absolute;
    left: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.sidebar__item {
    margin: 0 0 30px;
    padding: 0 0 30px;
    border-bottom: 1px solid #f5f5f5;
}
.sidebar__item:last-child {
    margin: 0;
    padding: 0;
    border: none;
}
.sidebar__item_type_calc {
    margin: 0 0 40px;
}
.sidebar__title {
    margin: 0 0 30px;
    text-align: center;
    font-size: 175%;
    font-weight: 700;
}
.sidebar__inner {
    width: 265px;
    margin: 0 auto;
}
.sidebar-prices__item {
    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;
}
.sidebar-prices__item:before {
    position: absolute;
    left: 0;
    bottom: 8px;
    width: 100%;
    height: 1px;
    background-color: #f5f5f5;
    content: ""}
.sidebar-prices__item+.sidebar-prices__item {
    margin: 20px 0 0;
}
.sidebar-prices__type, .sidebar-prices__coast {
    position: relative;
    z-index: 10;
    background-color: #fff;
}
.sidebar-prices__type {
    padding: 0 10px 0 0;
    font-size: 115%;
    font-weight: 700;
}
.sidebar-prices__coast {
    padding: 0 0 0 10px;
    color: #ca4047;
}
.sidebar-prices__coast-bucks {
    font-size: 150%;
    font-weight: 900;
}
.sidebar-prices__coast-per {
    font-size: 115%}
.pager {
    margin: 40px 0 0;
}
.pager__item {
    vertical-align: middle;
    background-color: transparent;
}
.pager__item, .pager__link {
    display: inline-block;
    text-align: center;
}
.pager__link {
    min-width: 30px;
    height: 30px;
    line-height: 30px;
    margin: 0 8px 0 0;
    background-color: #e6e6e6;
    font-size: 115%;
    font-weight: 700;
    border: none;
    color: #222;
}
.pager__link:hover {
    background-color: #e6e6e6;
    color: #ca4047;
}
.pager__link_state_active {
    background-color: #ca4047;
    color: #fff;
}
.pager__link_state_active:hover {
    background-color: #ca4047;
    color: #fff;
}
.button {
    display: inline-block;
    height: 44px;
    line-height: 44px;
    padding: 0 25px;
    box-sizing: border-box;
    text-align: center;
    border: none;
    outline: none;
    font-size: 112.5%;
    font-weight: 900;
    text-transform: uppercase;
    text-shadow: 0 1px rgba(255, 255, 255, .5);
    color: #383838;
    cursor: pointer;
}
.button__primary {
    background-image: -webkit-linear-gradient(bottom, #ffbd0a, #ffcf3c);
    background-image: linear-gradient(to top, #ffbd0a, #ffcf3c);
    box-shadow: 0 2px #d29900, inset 0 1px rgba(255, 255, 255, .5);

}

.button__primary:focus{
    color: #383838;
    text-decoration: none;
}

@media (min-width:767px) and (max-width:1024px) {
    .button__primary {
        margin-top: 20px;
    }
}
.button__primary:hover {
    background-image: -webkit-linear-gradient(bottom, #e6ab09, #e6ba37);
    background-image: linear-gradient(to top, #e6ab09, #e6ba37);
    box-shadow: 0 2px #b88700, inset 0 1px rgba(255, 255, 255, .25);
}
input, textarea {
    box-sizing: border-box;
    outline: none;
    background-color: #fff;
    font-size: 100%}
textarea {
    padding: 10px;
    font-family: "Open Sans", sans-serif;
}
textarea, input {
    border: solid 1px #ccc;
}
input {
    height: 40px;
    line-height: normal;
    padding: 0 10px;
}
select {
    width: 100%;
    height: 46px;
    padding: 0 12px;
    outline: none;
    border: solid 2px #ebebeb;
    border-radius: 5px;
    box-sizing: border-box;
    background-color: #fff;
    font-size: 100%}
.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: #fff;
    border: solid 1px #ccc;
    cursor: pointer;
}
.custom-select:after {
    position: absolute;
    z-index: -1;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 10px;
    direction: block;
    width: 8px;
    height: 6px;
    background: url("../img/icons/icon-select-arrow.svg") 0 0 no-repeat;
    content: ""}
.custom-select:before {
    content: "";
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    background-color: #fff;
    width: 16px;
    z-index: -1;
}
.custom-select select {
    display: block;
    width: 100%;
    height: 40px;
    line-height: 40px;
    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: "Open Sans", sans-serif;
    font-size: 100%;
    cursor: pointer;
}
.custom-select select::-ms-expand {
    display: none;
}
.custom-select select:focus {
    outline: none;
}
.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;
    position: relative;
    height: 100%;
}
.m-r-30 {
    margin-right: 30px;
}

#main-customer-form .ladda-button,
#order-form .steps-wrapper .custom-button,
#order-form .steps-wrapper .custom-button-second-step,
#order-form .steps-wrapper .custom-button-third-step {
  background-image: -webkit-linear-gradient(bottom, #ffbd0a, #ffcf3c) !important;
  background-image: linear-gradient(to top, #ffbd0a, #ffcf3c) !important;
  box-shadow: 0 2px #d29900, inset 0 1px rgba(255, 255, 255, .5) !important;
  display: inline-block !important;
  text-align: center !important;
  border: none !important;
  outline: none !important;
  font-weight: 900 !important;
  text-shadow: 0 1px rgba(255, 255, 255, .5) !important;
  color: #383838 !important;
  cursor: pointer !important;
  width: auto;
  min-width: 260px;
  /*min-width: auto;*/
}

#main-customer-form .ladda-button:hover,
#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 {
    background-image: -webkit-linear-gradient(bottom, #e6ab09, #e6ba37) !important;
    background-image: linear-gradient(to top, #e6ab09, #e6ba37) !important;
    box-shadow: 0 2px #b88700, inset 0 1px rgba(255, 255, 255, .25) !important;
}

.fixed-header .navigation-mobile__animation-show {
  overflow: inherit;
}

/*.fixed-header .navigation__wrapper {
  position: absolute;
}
*/
#main-order-form {
  padding: 0;
}


@media (max-width: 767px){
    .without_overhead{
        margin-top: 50px !important;
    }
}

.spacer_type_contacts .inner_type_aside,
.spacer_type_plagiatfreie{
   min-height: 700px;
}

.customer-page .spacer_type_contacts .inner_type_aside{
    min-height: auto;
}

.customer-page .js-bottom-blocks{
    padding-top: 450px !important;
}

@media (max-width: 1280px){
    .customer-page .js-bottom-blocks{
       padding-top: 520px !important;
    }
}

@media (max-width: 400px){
    .header__lucky.js-overhead{
        line-height: 14px;
        font-size: 10px;
    } 
    .hide_in_mob{
        display: none;
    }   
}

@media (max-width: 767px){
    .spacer_type_contacts .inner_type_aside{
        min-height: auto;
    }

    .customer-page .js-bottom-blocks{
        padding-top: 100px !important;
    }
}

/*@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
   .sidebar-prices_type{
        position: absolute !important;
        left: 0 !important;
   }
}

@media screen and (min-width:0\0) {
    .sidebar-prices_type{
        position: absolute !important;
        left: 0 !important;
   }
}*/

.browser_unknown .sidebar-prices__type, 
.browser_internet-explorer .sidebar-prices__type{
    position: absolute !important;
    left: 0 !important;
}

.order-page .content{
    padding:0; 
}

@media (min-width: 780px) and (max-width: 830px){
    .order-page #order-form{
        width: 755px;
    }

    #order-form .tabs-wrapper .tabs li{
        width: 239px;
    }
}