@-ms-viewport {
    width: device-width
}

.visible-lg, .visible-md, .visible-sm, .visible-xs {
    display: none !important
}

.visible-lg-block, .visible-lg-inline, .visible-lg-inline-block, .visible-md-block, .visible-md-inline, .visible-md-inline-block, .visible-sm-block, .visible-sm-inline, .visible-sm-inline-block, .visible-xs-block, .visible-xs-inline, .visible-xs-inline-block {
    display: none !important
}

@media (max-width: 767px) {
    .visible-xs {
        display: block !important
    }

    table.visible-xs {
        display: table
    }

    tr.visible-xs {
        display: table-row !important
    }

    td.visible-xs, th.visible-xs {
        display: table-cell !important
    }
}

@media (max-width: 767px) {
    .visible-xs-block {
        display: block !important
    }
}

@media (max-width: 767px) {
    .visible-xs-inline {
        display: inline !important
    }
}

@media (max-width: 767px) {
    .visible-xs-inline-block {
        display: inline-block !important
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm {
        display: block !important
    }

    table.visible-sm {
        display: table
    }

    tr.visible-sm {
        display: table-row !important
    }

    td.visible-sm, th.visible-sm {
        display: table-cell !important
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-block {
        display: block !important
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-inline {
        display: inline !important
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-inline-block {
        display: inline-block !important
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md {
        display: block !important
    }

    table.visible-md {
        display: table
    }

    tr.visible-md {
        display: table-row !important
    }

    td.visible-md, th.visible-md {
        display: table-cell !important
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-block {
        display: block !important
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-inline {
        display: inline !important
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-inline-block {
        display: inline-block !important
    }
}

@media (min-width: 1200px) {
    .visible-lg {
        display: block !important
    }

    table.visible-lg {
        display: table
    }

    tr.visible-lg {
        display: table-row !important
    }

    td.visible-lg, th.visible-lg {
        display: table-cell !important
    }
}

@media (min-width: 1200px) {
    .visible-lg-block {
        display: block !important
    }
}

@media (min-width: 1200px) {
    .visible-lg-inline {
        display: inline !important
    }
}

@media (min-width: 1200px) {
    .visible-lg-inline-block {
        display: inline-block !important
    }
}

@media (max-width: 767px) {
    .hidden-xs {
        display: none !important
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .hidden-sm {
        display: none !important
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .hidden-md {
        display: none !important
    }
}

@media (min-width: 1200px) {
    .hidden-lg {
        display: none !important
    }
}

.visible-print {
    display: none !important
}

@media print {
    .visible-print {
        display: block !important
    }

    table.visible-print {
        display: table
    }

    tr.visible-print {
        display: table-row !important
    }

    td.visible-print, th.visible-print {
        display: table-cell !important
    }
}

.visible-print-block {
    display: none !important
}

@media print {
    .visible-print-block {
        display: block !important
    }
}

.visible-print-inline {
    display: none !important
}

@media print {
    .visible-print-inline {
        display: inline !important
    }
}

.visible-print-inline-block {
    display: none !important
}

@media print {
    .visible-print-inline-block {
        display: inline-block !important
    }
}

@media print {
    .hidden-print {
        display: none !important
    }
}

.container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px
}

@media (min-width: 768px) {
    .container {
        width: 750px
    }
}

@media (min-width: 992px) {
    .container {
        width: 970px
    }
}

@media (min-width: 1200px) {
    .container {
        width: 1170px
    }
}

.container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px
}

.row {
    margin-left: -15px;
    margin-right: -15px
}

.col, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px
}

.col-lg-5ths, .col-md-5ths, .col-sm-5ths, .col-xs-5ths {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 1px
}

.col, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
    float: left
}

.col-xs-12 {
    width: 100%
}

.col-xs-11 {
    width: 91.66666667%
}

.col-xs-10 {
    width: 83.33333333%
}

.col-xs-9 {
    width: 75%
}

.col-xs-8 {
    width: 66.66666667%
}

.col-xs-7 {
    width: 58.33333333%
}

.col-xs-6 {
    width: 50%
}

.col-xs-5 {
    width: 41.66666667%
}

.col-xs-4 {
    width: 33.33333333%
}

.col-xs-3 {
    width: 25%
}

.col-xs-5ths {
    width: 20%;
    float: left
}

.col-xs-2 {
    width: 16.66666667%
}

.col-xs-1 {
    width: 8.33333333%
}

.col-xs-offset-12 {
    margin-left: 100%
}

.col-xs-offset-11 {
    margin-left: 91.66666667%
}

.col-xs-offset-10 {
    margin-left: 83.33333333%
}

.col-xs-offset-9 {
    margin-left: 75%
}

.col-xs-offset-8 {
    margin-left: 66.66666667%
}

.col-xs-offset-7 {
    margin-left: 58.33333333%
}

.col-xs-offset-6 {
    margin-left: 50%
}

.col-xs-offset-5 {
    margin-left: 41.66666667%
}

.col-xs-offset-4 {
    margin-left: 33.33333333%
}

.col-xs-offset-3 {
    margin-left: 25%
}

.col-xs-offset-2 {
    margin-left: 16.66666667%
}

.col-xs-offset-1 {
    margin-left: 8.33333333%
}

.col-xs-offset-0 {
    margin-left: 0
}

@media (min-width: 768px) {
    .col, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9 {
        float: left
    }

    .col-sm-12 {
        width: 100%
    }

    .col-sm-11 {
        width: 91.66666667%
    }

    .col-sm-10 {
        width: 83.33333333%
    }

    .col-sm-9 {
        width: 75%
    }

    .col-sm-8 {
        width: 66.66666667%
    }

    .col-sm-7 {
        width: 58.33333333%
    }

    .col-sm-6 {
        width: 50%
    }

    .col-sm-5 {
        width: 41.66666667%
    }

    .col-sm-4 {
        width: 33.33333333%
    }

    .col-sm-3 {
        width: 25%
    }

    .col-sm-2 {
        width: 16.66666667%
    }

    .col-sm-1 {
        width: 8.33333333%
    }

    .col-sm-5ths {
        width: 20%;
        float: left
    }

    .col-sm-offset-12 {
        margin-left: 100%
    }

    .col-sm-offset-11 {
        margin-left: 91.66666667%
    }

    .col-sm-offset-10 {
        margin-left: 83.33333333%
    }

    .col-sm-offset-9 {
        margin-left: 75%
    }

    .col-sm-offset-8 {
        margin-left: 66.66666667%
    }

    .col-sm-offset-7 {
        margin-left: 58.33333333%
    }

    .col-sm-offset-6 {
        margin-left: 50%
    }

    .col-sm-offset-5 {
        margin-left: 41.66666667%
    }

    .col-sm-offset-4 {
        margin-left: 33.33333333%
    }

    .col-sm-offset-3 {
        margin-left: 25%
    }

    .col-sm-offset-2 {
        margin-left: 16.66666667%
    }

    .col-sm-offset-1 {
        margin-left: 8.33333333%
    }

    .col-sm-offset-0 {
        margin-left: 0
    }
}

@media (min-width: 992px) {
    .col, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9 {
        float: left
    }

    .col-md-12 {
        width: 100%
    }

    .col-md-11 {
        width: 91.66666667%
    }

    .col-md-10 {
        width: 83.33333333%
    }

    .col-md-9 {
        width: 75%
    }

    .col-md-8 {
        width: 66.66666667%
    }

    .col-md-7 {
        width: 58.33333333%
    }

    .col-md-6 {
        width: 50%
    }

    .col-md-5 {
        width: 41.66666667%
    }

    .col-md-4 {
        width: 33.33333333%
    }

    .col-md-3 {
        width: 25%
    }

    .col-md-2 {
        width: 16.66666667%
    }

    .col-md-1 {
        width: 8.33333333%
    }

    .col-md-5ths {
        width: 20%;
        float: left
    }

    .col-md-offset-12 {
        margin-left: 100%
    }

    .col-md-offset-11 {
        margin-left: 91.66666667%
    }

    .col-md-offset-10 {
        margin-left: 83.33333333%
    }

    .col-md-offset-9 {
        margin-left: 75%
    }

    .col-md-offset-8 {
        margin-left: 66.66666667%
    }

    .col-md-offset-7 {
        margin-left: 58.33333333%
    }

    .col-md-offset-6 {
        margin-left: 50%
    }

    .col-md-offset-5 {
        margin-left: 41.66666667%
    }

    .col-md-offset-4 {
        margin-left: 33.33333333%
    }

    .col-md-offset-3 {
        margin-left: 25%
    }

    .col-md-offset-2 {
        margin-left: 16.66666667%
    }

    .col-md-offset-1 {
        margin-left: 8.33333333%
    }

    .col-md-offset-0 {
        margin-left: 0
    }
}

@media (min-width: 1200px) {
    .col, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9 {
        float: left
    }

    .col-lg-12 {
        width: 100%
    }

    .col-lg-11 {
        width: 91.66666667%
    }

    .col-lg-10 {
        width: 83.33333333%
    }

    .col-lg-9 {
        width: 75%
    }

    .col-lg-8 {
        width: 66.66666667%
    }

    .col-lg-7 {
        width: 58.33333333%
    }

    .col-lg-6 {
        width: 50%
    }

    .col-lg-5 {
        width: 41.66666667%
    }

    .col-lg-4 {
        width: 33.33333333%
    }

    .col-lg-3 {
        width: 25%
    }

    .col-lg-2 {
        width: 16.66666667%
    }

    .col-lg-1 {
        width: 8.33333333%
    }

    .col-lg-5ths {
        width: 20%;
        float: left
    }

    .col-lg-offset-12 {
        margin-left: 100%
    }

    .col-lg-offset-11 {
        margin-left: 91.66666667%
    }

    .col-lg-offset-10 {
        margin-left: 83.33333333%
    }

    .col-lg-offset-9 {
        margin-left: 75%
    }

    .col-lg-offset-8 {
        margin-left: 66.66666667%
    }

    .col-lg-offset-7 {
        margin-left: 58.33333333%
    }

    .col-lg-offset-6 {
        margin-left: 50%
    }

    .col-lg-offset-5 {
        margin-left: 41.66666667%
    }

    .col-lg-offset-4 {
        margin-left: 33.33333333%
    }

    .col-lg-offset-3 {
        margin-left: 25%
    }

    .col-lg-offset-2 {
        margin-left: 16.66666667%
    }

    .col-lg-offset-1 {
        margin-left: 8.33333333%
    }

    .col-lg-offset-0 {
        margin-left: 0
    }
}

.clearfix, .clearfix:after, .clearfix:before, .container-fluid:after, .container-fluid:before, .container:after, .container:before, .row:after, .row:before {
    content: " ";
    display: table
}

.clearfix:after, .container-fluid:after, .container:after, .row:after {
    clear: both
}

*, :after, :before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
html {
    line-height: 1.15;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

article, aside, footer, header, nav, section {
    display: block
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

figcaption, figure, main {
    display: block
}

figure {
    margin: 1em 40px
}

hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

pre {
    font-family: monospace, monospace;
    font-size: 1em
}

a {
    background-color: transparent;
    -webkit-text-decoration-skip: objects
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted
}

b, strong {
    font-weight: inherit
}

b, strong {
    font-weight: bolder
}

code, kbd, samp {
    font-family: monospace, monospace;
    font-size: 1em
}

dfn {
    font-style: italic
}

mark {
    background-color: #ff0;
    color: #000
}

small {
    font-size: 80%
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

audio, video {
    display: inline-block
}

audio:not([controls]) {
    display: none;
    height: 0
}

img {
    border-style: none
}

svg:not(:root) {
    overflow: hidden
}

button, input, optgroup, select, textarea {
    font-family: sans-serif;
    font-size: 100%;
    line-height: 1.15;
    margin: 0
}

button, input {
    overflow: visible
}

button, select {
    text-transform: none
}

[type=reset], [type=submit], button, html [type=button] {
    -webkit-appearance: button
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
    border-style: none;
    padding: 0
}

[type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring, button:-moz-focusring {
    outline: 1px dotted ButtonText
}

fieldset {
    padding: .35em .75em .625em
}

legend {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}

progress {
    display: inline-block;
    vertical-align: baseline
}

textarea {
    overflow: auto
}

[type=checkbox], [type=radio] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

[type=search]::-webkit-search-cancel-button, [type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

details, menu {
    display: block
}

summary {
    display: list-item
}

canvas {
    display: inline-block
}

template {
    display: none
}

[hidden] {
    display: none
}

.slick-slider {
    position: relative;
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0
}

.slick-list:focus {
    outline: 0
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand
}

.slick-slider .slick-list, .slick-slider .slick-track {
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block
}

.slick-track:after, .slick-track:before {
    display: table;
    content: ''
}

.slick-track:after {
    clear: both
}

.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px
}

[dir=rtl] .slick-slide {
    float: right
}

.slick-slide img {
    display: block
}

.slick-slide.slick-loading img {
    display: none
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-initialized .slick-slide {
    display: block
}

.slick-loading .slick-slide {
    visibility: hidden
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}

.slick-arrow.slick-hidden {
    display: none
}

body {
    font-family: Roboto, sans-serif
}

button:focus {
    outline: 0
}

h1, h2, h3, h4, h5, h6, ol, p, ul {
    padding: 0;
    margin: 0
}

select {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none
}

.center-block {
    text-align: center
}

@media (max-width: 767px) {
    .container {
        width: 320px
    }
}

.header {
    background-color: #1c2042;
    padding-top: 8px;
    padding-bottom: 20px
}

.header__text {
    font-size: 16px;
    line-height: 1.5;
    text-align: left;
    color: #fcd89f;
    padding-right: 50px
}

.header__text strong {
    color: #fff
}

.header__button {
    margin-top: 14px;
    cursor: pointer;
    position: relative;
    width: 240px;
    height: 50px;
    -webkit-border-radius: 25px;
    border-radius: 25px;
    background-image: -webkit-gradient(linear, left top, right top, from(#e83c00), to(#ff780d));
    background-image: -webkit-linear-gradient(left, #e83c00, #ff780d);
    background-image: -o-linear-gradient(left, #e83c00, #ff780d);
    background-image: linear-gradient(to right, #e83c00, #ff780d);
    border-image-slice: 1;
    -webkit-box-shadow: 0 0 15px 2px rgba(255, 120, 13, .67);
    box-shadow: 0 0 15px 2px rgba(255, 120, 13, .67);
    font-size: 18px;
    font-weight: 700;
    line-height: 2.51;
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    border: 2px solid rgba(190, 103, 39, .99)
}

.header__button:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    background-image: url(../img/sprite/sprite.png)/*tpa=http://c.papi-nol.ru/149/v1-t/build/img/sprite/sprite.png*/;
    background-position: -135px -181px;
    width: 207px;
    height: 30px
}

@media (max-width: 1199px) {
    .header__text {
        font-size: 16px;
        line-height: 1.3;
        text-align: left;
        color: #fcd89f;
        padding-right: 10px;
        padding-left: 10px
    }

    .header__button {
        width: 210px
    }

    .header__button:before {
        display: none
    }
}

@media (max-width: 991px) {
    .header {
        display: none
    }
}

.form-section {
    background: url(../img/background/form-section.jpg)/*tpa=http://c.papi-nol.ru/149/v1-t/build/img/background/form-section.jpg*/ center no-repeat;
    padding-top: 25px
}

.form-section__header {
    font-size: 48px;
    font-weight: 900;
    line-height: 1;
    text-align: left;
    color: #1c2042;
    text-transform: uppercase
}

.form-section__header_red {
    color: #e73525
}

.form-section__header strong {
    font-size: 36px
}

.form-section__list {
    margin-top: 38px;
    list-style-type: none
}

.form-section__list_item {
    position: relative;
    -webkit-border-top-left-radius: 50px;
    border-top-left-radius: 50px;
    -webkit-border-bottom-left-radius: 50px;
    border-bottom-left-radius: 50px;
    margin-bottom: 5px;
    padding: 9px 50px 9px 65px;
    font-size: 20px;
    line-height: 1.2;
    text-align: left;
    color: #1c2042;
    background: -webkit-gradient(linear, left top, right top, from(white), color-stop(26%, #fff), color-stop(55%, rgba(255, 255, 255, 0)));
    background: -webkit-linear-gradient(left, #fff 0, #fff 26%, rgba(255, 255, 255, 0) 55%);
    background: -o-linear-gradient(left, #fff 0, #fff 26%, rgba(255, 255, 255, 0) 55%);
    background: linear-gradient(to right, #fff 0, #fff 26%, rgba(255, 255, 255, 0) 55%)
}

.form-section__list_item:before {
    content: '';
    position: absolute;
    left: 9px;
    top: 11px;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    width: 45px;
    height: 45px;
    background-color: #f80;
    -webkit-box-shadow: 0 0 5.6px .4px rgba(255, 120, 13, .44);
    box-shadow: 0 0 5.6px .4px rgba(255, 120, 13, .44)
}

.form-section__list_item:after {
    content: '';
    position: absolute;
    left: 22px;
    top: 26px;
    background-image: url(../img/sprite/sprite.png)/*tpa=http://c.papi-nol.ru/149/v1-t/build/img/sprite/sprite.png*/;
    background-position: -454px -92px;
    width: 19px;
    height: 14px
}

.form-section__certificate {
    margin-top: 10px
}

.form-section__papinol-img {
    margin-left: -70px;
    padding-top: 25px
}

.form {
    margin-top: 50px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background-color: #fff;
    -webkit-box-shadow: 0 0 6px 1px rgba(28, 32, 66, .23);
    box-shadow: 0 0 6px 1px rgba(28, 32, 66, .23);
    padding: 5px 5px 55px
}

.form__header {
    padding: 15px 13px;
    -webkit-border-top-left-radius: 10px;
    border-top-left-radius: 10px;
    -webkit-border-top-right-radius: 10px;
    border-top-right-radius: 10px;
    border: 3px solid #e86a07;
    background-image: -webkit-gradient(linear, left top, right top, from(#e83c00), color-stop(51%, #f45a07), to(#ff780d));
    background-image: -webkit-linear-gradient(left, #e83c00 0, #f45a07 51%, #ff780d 100%);
    background-image: -o-linear-gradient(left, #e83c00 0, #f45a07 51%, #ff780d 100%);
    background-image: linear-gradient(90deg, #e83c00 0, #f45a07 51%, #ff780d 100%)
}

.form__header_text {
    text-transform: uppercase;
    display: inline-block;
    width: 35%;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.2;
    text-align: left;
    color: #fff
}

.form__counter {
    display: inline-block;
    width: 60%;
    vertical-align: top;
    padding-left: 20px
}

.form__counter_num {
    font-size: 44px;
    font-weight: 900;
    text-align: left;
    color: #fff
}

.form__counter_tire {
    font-size: 37.6px;
    font-weight: 900;
    text-align: left;
    color: #fff;
    vertical-align: inherit
}

.form__preheader {
    margin-top: 10px;
    font-size: 16px;
    line-height: 1.48;
    text-align: center;
    color: #1c2042
}

.form__price {
    margin-top: 20px;
    margin-left: 10px;
    -webkit-border-radius: 37.5px;
    border-radius: 37.5px;
        text-align: center;
    /*background-color: #1c2042*/
}

.price__new, .price__old {
    display: inline-block;
    width: 45%
}

.price__new {
    padding-left: 8px;
    padding-right: 8px;
    margin-left: -5px;
    text-align: center;
    -webkit-border-radius: 37.5px;
    border-radius: 37.5px;
    background-image: -webkit-linear-gradient(90deg, #038ec8 0, #00b4ff 99%);
    background-image: -ms-linear-gradient(90deg, #038ec8 0, #00b4ff 99%);
    -webkit-box-shadow: 0 0 10px 2px #00b4ff;
    box-shadow: 0 0 10px 2px #00b4ff;
    width: 53%
}

.new_price_header {
    text-transform: uppercase;
    padding-top: 6px;
    font-size: 18.1px;
    font-weight: 700;
    color: #fff;
    display: block
}

.new_price_val {
    font-size: 35px;
    font-weight: 700;
    color: #fff
}

.new_price_cur {
    font-weight: 700;
    color: #fff;
    font-size: 18.1px;
    padding-left: 10px;
    text-transform: uppercase
}

.price__old {
    padding-top: 11px;
    vertical-align: top;
    padding-left: 20px
}

.old_price_header {
    text-decoration: line-through;
    font-size: 18px;
    line-height: 1.34;
    text-align: left;
    color: #9ca1c9;
    display: block
}

.old_price_cur, .old_price_val {
    text-decoration: line-through;
    font-size: 18px;
    line-height: 1.34;
    text-align: left;
    color: #9ca1c9
}

.form__item {
    position: relative;
    margin-top: 20px
}

.form__item input, .form__item select {
    -webkit-border-radius: 30px;
    border-radius: 30px;
    margin-bottom: 15px;
    border: 5px solid #ffd4b1;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 30px;
    width: 100%;
    outline: 0;
    color: #4c527d
}

.form__item_info {
    font-size: 16.1px;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    color: #f80;
    margin-top: 5px
}

.form__item_button {
    cursor: pointer;
    position: absolute;
    color: #fff;
    font-weight: 700;
    width: 290px;
    height: 60px;
    -webkit-border-radius: 30px;
    border-radius: 30px;
    background-image: -webkit-linear-gradient(90deg, #b92114 0, #e73525 100%);
    background-image: -ms-linear-gradient(90deg, #b92114 0, #e73525 100%);
    -webkit-box-shadow: 0 0 10px 1px #e73525;
    box-shadow: 0 0 10px 1px #e73525;
    bottom: -110px;
    border: 2px solid rgba(190, 103, 39, .99);
    right: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.form__item_button:before {
    content: '';
    top: 0;
    left: 0;
    position: absolute;
    display: block;
    background-image: url(../img/sprite/sprite.png)/*tpa=http://c.papi-nol.ru/149/v1-t/build/img/sprite/sprite.png*/;
    background-position: 0 -299px;
    width: 250px;
    height: 36px
}

::-webkit-input-placeholder {
    font-size: 16px;
    color: #4c527d
}

::-moz-placeholder {
    font-size: 16px;
    color: #4c527d
}

:-ms-input-placeholder {
    font-size: 16px;
    color: #4c527d
}

::placeholder {
    font-size: 16px;
    color: #4c527d
}

@media (max-width: 1199px) {
    .form-section {
        padding-bottom: 10px
    }

    .form-section__papinol-img {
        display: none
    }

    .form-section__header {
        margin-left: 15px;
        font-size: 36px
    }

    .form-section__list {
        margin-left: 15px
    }

    .form-section__certificate {
        margin-left: 15px
    }
}

@media (max-width: 991px) {
    .form-section__header {
        text-align: left;
        font-size: 25px
    }

    .form-section__header strong {
        line-height: 1.7;
        font-size: 25px
    }

    .form-section__header img {
        width: 80%
    }

    .form-section__list_item {
        font-size: 18px;
        margin-bottom: 10px;
        margin-top: 10px
    }

    .form-section {
        padding-bottom: 40px
    }

    .form {
        margin-top: 20px
    }
}

@media (max-width: 767px) {
    .form-section__header {
        text-align: center;
        font-size: 20px
    }

    .form-section__header strong {
        font-size: 18px
    }

    .form-section__list_mobile li {
        background: 0 0;
        color: #fff
    }

    .form-section__list_mobile li:before {
        background-image: url(../img/sprite/sprite.png)/*tpa=http://c.papi-nol.ru/149/v1-t/build/img/sprite/sprite.png*/;
        background-position: -450px -41px;
        width: 20px;
        height: 20px
    }

    .form-section__list {
        padding-bottom: 5px
    }

    .form-section__list_item {
        padding: 2px 0 2px 40px;
        font-size: 14px
    }

    .form-section__list_item br {
        display: none
    }

    .form-section__certificate {
        display: none
    }

    .form-section__list_item:before {
        left: 13px;
        top: 3px
    }

    .form-mobile-price {
        margin-top: 20px
    }

    .form-section__list {
        margin-top: 0;
        padding-top: 0
    }

    .form-list-item {
        margin-bottom: 50px;
        background: url(../img/background/form-list-background.jpg)/*tpa=http://c.papi-nol.ru/149/v1-t/build/img/background/form-list-background.jpg*/ center no-repeat;
        background-size: cover;
    }

    .form-section__list_item:after {
        display: none
    }

    .form-section {
        padding-bottom: 0
    }

    .form-mobile__img {
        width: 100%
    }

    .form-mobile__price {
        padding-top: 5px
    }

    .form-mobile__price-new {
        margin-left: 10px;
        width: 120px;
        background-image: -webkit-gradient(linear, left top, right top, from(#038ec8), color-stop(99%, #00b4ff));
        background-image: -webkit-linear-gradient(left, #038ec8 0, #00b4ff 99%);
        background-image: -o-linear-gradient(left, #038ec8 0, #00b4ff 99%);
        background-image: linear-gradient(90deg, #038ec8 0, #00b4ff 99%);
        -webkit-box-shadow: 0 0 15px 1px rgba(0, 118, 167, .6);
        box-shadow: 0 0 15px 1px rgba(0, 118, 167, .6);
        margin-bottom: 10px;
        padding: 10px;
        padding-bottom: 4px;
        border-radius: 100px;
        color: #fff;
        font-size: 13px
    }

    .form-mobile__price-old {
        margin-left: 10px;
        width: 120px;
        border-radius: 100px;
        background-color: #1c2042;
        padding: 10px;
        padding-top: 5px;
        color: #9ca1c9;
        font-size: 14px
    }

    .form-mobile__price_header {
        display: block;
        font-size: 11px;
        font-weight: 700;
        text-transform: uppercase
    }

    .form-mobile__price_val {
        font-size: 22px;
        text-transform: uppercase;
        font-weight: 700;
        line-height: 1.2;
        padding-right: 5px
    }

    .form-mobile__price_cur {
        font-weight: 700;
        font-size: 14px;
        text-transform: uppercase;
        padding-left: 0;
    }

    .form-mobile__price-old_header {
        display: block;
        line-height: 1.4;
        text-decoration: line-through
    }

    .form-mobile__price-old_cur, .form-mobile__price-old_val {
        text-decoration: line-through
    }

    .form__item-mobile {
        cursor: pointer;
        position: absolute;
        top: 16px;
        width: 230px;
        height: 50px
    }

    .form__item-mobile:before {
        display: none
    }

    .form__header_text {
        font-size: 16px
    }

    .form__counter_num, .form__counter_tire {
        font-size: 34px
    }

    .form__preheader {
        font-size: 14px
    }

    .form__item_info {
        font-size: 13px
    }

    .form-section {
        background: url(../img/background/form-section.jpg)/*tpa=http://c.papi-nol.ru/149/v1-t/build/img/background/form-section.jpg*/ center repeat
    }
}

.information {
    padding-top: 22px;
    background: url(../img/background/information.jpg)/*tpa=http://c.papi-nol.ru/149/v1-t/build/img/background/information.jpg*/ center no-repeat
}

.information__header {
    position: relative;
    text-align: center;
    text-transform: uppercase;
    font-size: 36px;
    font-weight: 900;
    line-height: 1.39;
    color: #f80
}

.information__header_info {
    margin-top: 35px;
    padding-left: 130px
}

.information__header_info:before {
    content: '';
    position: absolute;
    left: 130px;
    top: -20px;
    background-image: url(../img/sprite/sprite.png)/*tpa=http://c.papi-nol.ru/149/v1-t/build/img/sprite/sprite.png*/;
    background-position: 0 -181px;
    width: 125px;
    height: 108px
}

.information__header strong {
    font-size: 45px;
    font-weight: 700;
    line-height: 1.11;
    text-align: center;
    color: #00b4ff
}

.information__header strong sup {
    font-size: 30px
}

.information__header_white {
    text-transform: lowercase;
    font-size: 36px;
    line-height: 1.28;
    color: #fff
}

.information__container {
    margin-top: 10px;
    margin-bottom: 5px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    background-color: #34385d
}

.information__container_header {
    text-transform: uppercase;
    padding-top: 12px;
    padding-bottom: 12px;
    -webkit-border-radius: 22px;
    border-radius: 22px;
    background-color: #f80;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.25;
    text-align: center;
    color: #fff
}

.information__container_text {
    padding: 15px 5px 13px;
    font-size: 17px;
    font-weight: 500;
    line-height: 1.5;
    text-align: center;
    color: #fff
}

.information__container_red {
    background-color: #e73525
}

.information__slider {
    margin-top: 40px;
    margin-bottom: 32px
}

.information__slide {
    text-align: center
}

.information__slide_text {
    margin-top: 10px;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.33;
    color: #fff
}

@media (max-width: 1199px) {
    .information__header strong {
        font-size: 34px
    }

    .information__header_info:before {
        left: 85px
    }
}

@media (max-width: 991px) {
    .information__container {
        display: none
    }

    .information__header_hdsm {
        display: none
    }

    .information__slide_hdsm {
        display: none
    }

    .information__header {
        padding-left: 230px;
        text-align: left
    }

    .information__header_info strong {
        text-align: left;
        display: block
    }

    .information__header_info:before {
        top: -7px
    }

    .information__slider {
        margin-top: 25px;
        margin-bottom: 15px
    }
}

@media (max-width: 991px) {
    .information__slide {
        margin-bottom: 30px
    }
}

@media (max-width: 767px) {
    .information__header_white {
        font-size: 16px
    }

    .information__header {
        padding-left: 100px;
        font-size: 16px
    }

    .information__header_info {
        margin-top: 0
    }

    .information__header_info strong {
        font-size: 24px
    }

    .information__header_info:before {
        -webkit-transform: scale(.6);
        -ms-transform: scale(.6);
        transform: scale(.6);
        left: 0;
        top: -25px
    }

    .information__slide_img {
        width: 100%
    }

    .information__slide {
        padding: 10px
    }
}

.comparison {
    background: url(../img/background/comparison.jpg)/*tpa=http://c.papi-nol.ru/149/v1-t/build/img/background/comparison.jpg*/ center 0 no-repeat;
    padding-top: 30px;
    padding-bottom: 30px
}

.comparison__header {
    text-transform: uppercase;
    font-size: 36px;
    font-weight: 700;
    line-height: 1.28;
    text-align: center;
    color: #1c2042
}

.comparison__header strong {
    font-size: 45px;
    line-height: 1.11;
    color: #00b4ff
}

.comparison__header_orange {
    line-height: 1.39;
    font-size: 31px;
    color: #f80
}

.comparison__header_down {
    text-transform: lowercase
}

.comparison__block {
    margin-top: 50px;
    text-align: center
}

.comparison__block_left {
    margin-top: 57px
}

.comparison__block_right {
    margin-top: 26px
}

.comparison__block_center .comparison__item_header {
    padding-top: 34px;
    font-size: 30px
}

.comparison__items {
    min-height: 330px;
    background-color: #1c2042;
    list-style-type: none;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    padding-bottom: 0
}

.comparison__items.orange {
    background-color: #f80
}

.comparison__item {
    position: relative;
    text-align: left;
    padding-left: 40px;
    font-size: 18px;
    line-height: 1.33;
    color: #fff;
    margin-bottom: 30px
}

.comparison__item.false:before {
    content: '';
    position: absolute;
    left: 5px;
    top: 0;
    background-image: url(../img/sprite/sprite.png)/*tpa=http://c.papi-nol.ru/149/v1-t/build/img/sprite/sprite.png*/;
    background-position: -370px -92px;
    width: 32px;
    height: 32px
}

.comparison__item.true:before {
    content: '';
    position: absolute;
    left: 5px;
    top: 0;
    background-image: url(../img/sprite/sprite.png)/*tpa=http://c.papi-nol.ru/149/v1-t/build/img/sprite/sprite.png*/;
    background-position: -412px -92px;
    width: 32px;
    height: 32px
}

.comparison__item_header {
    padding-top: 20px;
    padding-bottom: 20px;
    position: relative;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 1.4;
    text-align: center;
    color: #fff
}

.comparison__item_header:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: -85px;
    background-image: url(../img/sprite/sprite.png)/*tpa=http://c.papi-nol.ru/149/v1-t/build/img/sprite/sprite.png*/;
    background-position: 0 0;
    width: 360px;
    height: 99px
}

.comparison__item_header.orange:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: -47px;
    background-image: url(../img/sprite/sprite.png)/*tpa=http://c.papi-nol.ru/149/v1-t/build/img/sprite/sprite.png*/;
    background-position: 0 -109px;
    width: 360px;
    height: 62px
}

@media (max-width: 1199px) {
    .comparison__header strong {
        font-size: 36px
    }

    .comparison__block {
        margin-top: 40px
    }

    .comparison__item {
        font-size: 16px
    }

    .comparison__item_header:before {
        display: none
    }
}

@media (max-width: 991px) {
    .comparison {
        display: none
    }
}

.warning {
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #1c2042
}

.warning__logo_text {
    text-transform: uppercase;
    padding-top: 52px;
    padding-left: 35px;
    position: relative;
    font-size: 36px;
    font-weight: 900;
    line-height: 1.22;
    text-align: left;
    color: #fff
}

.warning__logo_text:before {
    content: '';
    position: absolute;
    top: -37px;
    left: 0;
    width: 234px;
    height: 263px;
    background: url(../img/warning-decoration.png)/*tpa=http://c.papi-nol.ru/149/v1-t/build/img/warning-decoration.png*/
}

.warning__information_top {
    font-size: 22px;
    line-height: 1.36;
    text-align: left;
    color: #fff
}

.warning__information_top strong {
    text-transform: uppercase;
    font-weight: 900;
    color: #00b4ff
}

.warning__information_bottom {
    margin-top: 30px;
    font-size: 24px;
    font-weight: 900;
    line-height: 1.5;
    text-align: left;
    color: #f80
}

@media (max-width: 1199px) {
    .warning__information_bottom {
        font-size: 22px
    }

    .warning__information_top {
        font-size: 19px
    }

    .warning__logo_text:before {
        top: -45px
    }

    .warning__logo_text {
        padding-top: 51px;
        padding-left: 41px;
        font-size: 32px
    }
}

@media (max-width: 991px) {
    .warning {
        display: none
    }
}

.efficiency {
    margin-top: 30px;
    margin-bottom: 30px
}

.efficiency__header {
    margin-bottom: 15px;
    text-transform: uppercase;
    font-size: 36px;
    font-weight: 700;
    line-height: 1.22;
    text-align: center;
    color: #1c2042
}

.efficiency__header strong {
    font-size: 45px;
    line-height: .98;
    color: #00b4ff
}

.efficiency__header span {
    text-transform: none
}

.efficiency__left_header {
    text-transform: uppercase;
    font-size: 35px;
    font-weight: 900;
    font-style: italic;
    line-height: 1;
    text-align: left;
    color: #e73525
}

.efficiency__left_text {
    font-size: 28px;
    font-weight: 700;
    line-height: 1.33;
    text-align: left;
    color: #1c2042;
    margin-bottom: 40px
}

.efficiency__left_text strong {
    font-size: 36px;
    font-weight: 900;
    line-height: 1.11;
    color: #00b4ff
}

.efficiency__left_img {
    width: 100%
}

.efficiency__container {
    margin-top: 20px;
    margin-bottom: 20px;
    background-color: #1c2042;
    -webkit-border-radius: 32px;
    border-radius: 32px
}

.efficiency__container_left {
    -webkit-border-radius: 32px;
    border-radius: 32px;
    background-color: #e73525;
    font-size: 57px;
    font-weight: 700;
    font-style: italic;
    text-align: center;
    color: #fff;
    width: 48%;
    display: inline-block
}

.efficiency__container_right {
    display: inline-block;
    text-align: center;
    font-size: 27px;
    font-weight: 700;
    font-style: italic;
    vertical-align: top;
    margin-top: 16px;
    color: #fff;
    margin-left: 5px;
    text-transform: uppercase
}

.efficiency__container-slide {
    margin-top: 32px
}

.efficiency__container-slide_text {
    margin-bottom: 12px;
    font-size: 22px;
    font-weight: 500;
    line-height: 1.36;
    text-align: left;
    padding-left: 150px;
    color: #1c2042
}

.efficiency__container-slide_slider {
    position: relative;
    margin-left: 45px;
    width: 90%;
    height: 25px;
    background-color: #eef0f7;
    -webkit-border-radius: 50px;
    border-radius: 50px
}

.efficiency__container-slide_slider:before {
    content: '';
    position: absolute;
    width: 100%;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    height: 25px;
    background-color: #e73525
}

.efficiency__container-slide_slider:after {
    content: '100%';
    color: #fff;
    font-weight: 700;
    padding-top: 19px;
    text-align: center;
    position: absolute;
    width: 55px;
    height: 55px;
    right: 0;
    top: -15px;
    -webkit-border-radius: 100px;
    border-radius: 100px;
    background-color: #e73525;
    -webkit-box-shadow: 0 0 6.6px .4px rgba(231, 53, 37, .23);
    box-shadow: 0 0 6.6px .4px rgba(231, 53, 37, .23)
}

.efficiency__slider {
    padding-left: 15px;
    padding-right: 15px;
    position: relative
}

.efficiency__slider-next {
    cursor: pointer;
    right: 0;
    top: 40%;
    border: solid #f80;
    border-width: 0 3px 3px 0;
    padding: 6px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition: .3s all;
    -o-transition: .3s all;
    transition: .3s all;
    position: absolute
}

.efficiency__slider-next:hover, .efficiency__slider-prev:hover {
    border-color: #1c2042
}

.efficiency__slider-prev {
    cursor: pointer;
    left: 0;
    top: 40%;
    border: solid #f80;
    border-width: 0 3px 3px 0;
    padding: 6px;
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
    -webkit-transition: .3s all;
    -o-transition: .3s all;
    transition: .3s all;
    position: absolute
}

.efficiency__container-slide_slider.two:before {
    width: 98%;
    background-color: #f80
}

.efficiency__container-slide_slider.two:after {
    content: '98%';
    right: 2%;
    background-color: #f80
}

.efficiency__container-slide_slider.three:before {
    width: 86%;
    background-color: #16ae3d
}

.efficiency__container-slide_slider.three:after {
    content: '86%';
    right: 10%;
    background-color: #16ae3d
}

.efficiency__container-slide_slider.four:before {
    width: 83%;
    background-color: #00b4ff
}

.efficiency__container-slide_slider.four:after {
    content: '83%';
    right: 15%;
    background-color: #00b4ff
}

.efficiency__container-slide_slider.five:before {
    width: 0;
    background-color: #ffc822
}

.efficiency__container-slide_slider.five:after {
    content: '0%';
    right: 91%;
    background-color: #ffc822
}

.efficiency__container-slide_slider.six:before {
    width: 0;
    background-color: #4315c2
}

.efficiency__container-slide_slider.six:after {
    content: '0%';
    right: 91%;
    background-color: #4315c2
}

.efficiency__slide {
    text-align: center
}

.slick-slide img {
    display: inline
}

.efficiency__slide_dots {
    display: none
}

@media (max-width: 1199px) {
    .efficiency__header strong {
        font-size: 40px
    }

    .efficiency__left_header {
        font-size: 28px
    }

    .efficiency__container_right {
        font-size: 22px;
        margin-top: 12px
    }

    .efficiency__container_left {
        font-size: 44px
    }

    .efficiency__left_text {
        font-size: 23px
    }

    .efficiency__container-slide_text {
        font-size: 18px;
        padding-left: 90px
    }

    .efficiency__container-slide {
        margin-top: 27px
    }
}

@media (max-width: 991px) {
    .efficiency__left_header {
        text-align: center;
        font-size: 40px;
        margin-top: 40px
    }

    .efficiency__container_left {
        font-size: 60px
    }

    .efficiency__container_right {
        font-size: 39px;
        margin-top: 13px;
        margin-left: 20px
    }

    .efficiency__left_text {
        text-align: center;
        font-size: 34px
    }

    .efficiency__left_text strong {
        font-size: 40px
    }

    .efficiency__container-slide_hidden {
        display: none
    }

    .efficiency__slider {
        margin-top: 60px
    }

    .efficiency {
        margin-top: 5px
    }

    .efficiency__slider-prev {
        left: 10px
    }

    .efficiency__slider-next {
        right: 10px
    }
}

@media (max-width: 767px) {
    .efficiency__header {
        margin-top: 15px;
        font-size: 18px
    }

    .efficiency__header strong {
        font-size: 20px
    }

    .efficiency__left_header {
        font-size: 21px;
        margin-top: 15px
    }

    .efficiency__container_left {
        font-size: 37px
    }

    .efficiency__container_right {
        font-size: 16px;
        margin-top: 12px;
        margin-left: 6px
    }

    .efficiency__container {
        margin-top: 7px;
        margin-bottom: 10px
    }

    .efficiency__left_text {
        font-size: 16px
    }

    .efficiency__left_text strong {
        font-size: 26px
    }

    .efficiency__container-slide_text {
        padding-left: 15px;
        font-size: 14px;
        margin-bottom: 25px
    }

    .efficiency__container-slide_slider {
        margin-left: 15px;
        height: 17px
    }

    .efficiency__container-slide_slider:before {
        height: 17px
    }

    .efficiency__container-slide_slider:after {
        top: -15px;
        padding-top: 15px;
        width: 47px;
        height: 47px
    }

    .efficiency__slide img {
        width: 100%
    }

    .efficiency__slider-next, .efficiency__slider-prev {
        border: 0;
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
        top: 105%
    }

    .efficiency__slider {
        margin-bottom: 20px;
        padding-left: 0;
        padding-right: 0
    }

    .efficiency__slider-prev {
        background-image: url(../img/sprite/sprite.png)/*tpa=http://c.papi-nol.ru/149/v1-t/build/img/sprite/sprite.png*/;
        background-position: -410px -41px;
        width: 30px;
        height: 41px
    }

    .efficiency__slider-next {
        background-image: url(../img/sprite/sprite.png)/*tpa=http://c.papi-nol.ru/149/v1-t/build/img/sprite/sprite.png*/;
        background-position: -370px -41px;
        width: 30px;
        height: 41px
    }

    .efficiency__slide_dots {
        display: block;
        text-align: center
    }

    .efficiency__slider {
        margin-top: 30px;
        padding-left: 10px;
        padding-right: 10px
    }

    .efficiency__slider-next {
        right: 10px
    }

    .efficiency__slider-prev {
        left: 10px
    }
}

.manual {
    padding-top: 25px;
    padding-bottom: 15px;
    background: url(../img/background/manual.jpg)/*tpa=http://c.papi-nol.ru/149/v1-t/build/img/background/manual.jpg*/ center no-repeat
}

.manual__header {
    font-size: 36px;
    font-weight: 700;
    line-height: 1.39;
    text-align: center;
    color: #1c2042
}

.manual__header strong {
    font-size: 45px;
    line-height: 1.11;
    color: #00b4ff;
    text-transform: uppercase
}

.manual-container {
    margin-top: 55px;
    background-color: #f80;
    min-height: 200px;
    -webkit-border-radius: 150px;
    border-radius: 150px
}

.manual-container_red {
    background-color: #e73525
}

.manual-container__img {
    position: relative;
    float: left;
    top: -30px;
    margin-right: 10px
}

.manual-container__header {
    padding-top: 35px;
    text-transform: uppercase;
    display: inline-block;
    font-size: 24px;
    font-weight: 700;
    line-height: 1;
    color: #fff
}

.manual-container__text {
    margin-top: 15px;
    font-size: 18px;
    line-height: 1.33;
    color: #fff
}

@media (max-width: 1199px) {
    .manual {
        background: url(../img/background/manual.jpg)/*tpa=http://c.papi-nol.ru/149/v1-t/build/img/background/manual.jpg*/ center repeat
    }
}

@media (max-width: 991px) {
    .manual__header {
        font-size: 30px
    }

    .manual__header strong {
        font-size: 32px
    }

    .manual-container {
        margin-top: 40px
    }
}

@media (max-width: 767px) {
    .manual-container {
        margin-left: -15px;
        margin-right: -15px
    }

    .manual__header {
        font-size: 14px
    }

    .manual__header strong {
        font-size: 16px
    }

    .manual-container__header {
        padding-top: 20px;
        font-size: 15px
    }

    .manual-container__img {
        top: -13px;
        right: 0;
        height: 160px
    }

    .manual-container__text {
        margin-top: 5px;
        font-size: 12px
    }

    .manual-container {
        min-height: 135px
    }

    .manual__header {
        padding-left: 10px;
        padding-right: 10px
    }
}

.composition {
    background: url(../img/background/composition.jpg)/*tpa=http://c.papi-nol.ru/149/v1-t/build/img/background/composition.jpg*/ center 125px no-repeat
}

.composition__header {
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: #ffc822;
    font-size: 36px;
    font-weight: 700;
    line-height: 1.33;
    text-align: center;
    color: #1c2042
}

.composition-container {
    padding-top: 25px
}

.composition-container__header {
    margin-left: 60px;
    margin-right: 60px;
    margin-bottom: 40px;
    text-transform: uppercase;
    font-size: 36px;
    font-weight: 500;
    line-height: 2.01;
    text-align: center;
    color: #fff;
    -webkit-border-radius: 50px;
    border-radius: 50px
}

.composition-container__header_orange {
    background-color: #f80
}

.composition-container__header_red {
    background-color: #e73525
}

.composition-block {
    -webkit-border-radius: 70px;
    border-radius: 70px;
    background-color: #fff;
    min-height: 140px;
    margin-top: 20px
}

.composition-block__img {
    position: relative;
    top: -20px
}

.composition-block__img_left {
    margin-right: 10px;
    left: -6px;
    float: left
}

.composition-block__img_right {
    right: -6px;
    float: right
}

.composition-block__header {
    padding-top: 10px;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.49;
    text-align: left;
    color: #f80;
    text-transform: uppercase;
    margin-bottom: 13px
}

.composition-block__header_red {
    color: #e73525
}

.composition-block__header_left {
    padding-left: 35px
}

.composition-block__text {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.33;
    text-align: left;
    color: #1c2042
}

.composition-block__text_left {
    padding-left: 35px
}

@media (max-width: 1199px) {
    .composition-container__header {
        font-size: 26px
    }

    .composition-block__header {
        font-size: 20px
    }

    .composition-block__text {
        font-size: 14px
    }

    .composition-block__text br {
        display: none
    }
}

@media (max-width: 991px) {
    .composition {
        display: none
    }
}

.opinion {
    padding-top: 5px;
    background: url(../img/background/opinion-notebook.jpg)/*tpa=http://c.papi-nol.ru/149/v1-t/build/img/background/opinion-notebook.jpg*/ center 20px no-repeat
}

.opinion-notebook {
    padding-top: 20px;
    background: url(../img/notebook.png)/*tpa=http://c.papi-nol.ru/149/v1-t/build/img/notebook.png*/ center 0 no-repeat
}

.opinion-notebook__header {
    margin-top: 55px;
    font-size: 30px;
    font-weight: 500;
    line-height: 1.6;
    text-align: left;
    color: #1c2042
}

.opinion-notebook__header strong {
    text-transform: uppercase;
    font-size: 36px;
    font-weight: 700;
    line-height: 1.33;
    color: #00b4ff
}

.opinion-notebook__header_orange {
    text-transform: uppercase;
    font-weight: 700;
    color: #f80
}

.opinion-notebook__text {
    padding-right: 30px;
    margin-top: 15px;
    font-size: 17px;
    font-style: italic;
    line-height: 1.5;
    text-align: justify;
    color: #1c2042
}

.opinion-notebook__special {
    margin-top: 35px;
    margin-bottom: 20px;
    font-size: 17px;
    line-height: 1.67;
    text-align: left;
    color: #1c2042
}

.opinion-notebook__special strong {
    font-size: 22px;
    font-weight: 700;
    line-height: 1.36
}

.opinion-certificate {
    margin-top: 30px
}

.opinion-certificate__header {
    margin-top: 40px;
    font-weight: 400;
    font-size: 24px;
    line-height: 1.25;
    text-align: left;
    color: #1c2042
}

.opinion-certificate__header_orange {
    text-transform: uppercase;
    font-weight: 700;
    color: #f80
}

.opinion-certificate__header strong {
    text-transform: uppercase
}

.opinion-certificate__img {
    width: 100%
}

.opinion__man-mob {
    display: none
}

.opinion__head-mob {
    display: none
}

.opinion-mbtext {
    display: none;
}

@media (max-width: 1199px) {
    .opinion {
        background: 0 0
    }

    .opinion-notebook {
        padding-top: 20px;
        background: 0 0
    }

    .opinion-notebook__header {
        display: none
    }

    .opinion__man-mob {
        display: block;
        text-align: center
    }

    .opinion__man-mob img {
        width: 50%
    }

    .opinion__head-mob {
        padding-top: 30px;
        font-size: 35px;
        display: block
    }

    .opinion-notebook__special {
        margin-top: 20px;
        margin-bottom: 0
    }

    .opinion-certificate {
        margin-bottom: 20px
    }

    .opinion-certificate__header {
        font-size: 20px
    }
}

@media (max-width: 991px) {
    .opinion__man-mob img {
        width: 75%
    }

    .opinion__head-mob_text {
        font-size: 30px
    }

    .opinion__head-mob {
        padding-top: 40px;
        font-size: 27px
    }

    .opinion-notebook__special {
        display: none
    }

    .opinion-notebook__text_mob {
        margin-bottom: 20px
    }

    .opinion__head-mob {
        padding-top: 10px;
        font-size: 13px
    }

    .opinion__man-mob img {
        width: 45%
    }

    .opinion__head-mob_text strong {
        color: #00b4ff;
        font-size: 20px;
        text-transform: uppercase
    }

    .opinion-certificate {
        display: none
    }

    .opinion-notebook__text {
        font-size: 15px;
        padding-right: 10px;
        padding-left: 10px
    }
}

@media (max-width: 767px) {
    .opinion__man-mob img {
        width: 88%
    }

    .form {
        width: 290px;
        margin: auto;
    }

    .opinion-mbtext {
        display: block;
    }

    .container-mobile {
        width: 100% !important;
    }

    .opinion-mbtext__text {
        padding-left: 10px;
        padding-right: 10px;
        font-style: italic;
        font-size: 15px;
        line-height: 1.4;
        color: #fff;
    }

    .opinion-mbtext {
        display: block;
        margin-top: 20px;
        background: #544dff;
    }

    .opinion-notebook__text_mob {
        display: none;
    }

    .opinion__head-mob_text {
        display: block;
        padding-left: 5px;
        margin-top: 5px;
        font-size: 16px
    }

    .opinion__head-mob_text strong {
        font-size: 23px
    }
}

.reviews {
    background: #ffc822;
    padding-bottom: 15px
}

.reviews__header {
    padding-top: 60px;
    padding-bottom: 22px;
    font-size: 35px;
    font-weight: 700;
    line-height: 1.37;
    text-align: center;
    color: #1c2042
}

.reviews__header strong {
    text-transform: uppercase
}

.reviews__header sup {
    font-size: 18px;
    vertical-align: super
}

.reviews-slide {
    padding: 25px 50px 30px;
    margin-bottom: 30px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background-color: #fff
}

.reviews-slide__img {
    margin-right: 40px;
    float: left
}

.reviews-slide__header {
    padding-left: 30px;
    margin-top: 25px;
    margin-bottom: 20px;
    font-size: 24px;
    font-weight: 700;
    text-align: left;
    color: #00b4ff
}

.reviews-slide__text {
    padding-left: 30px;
    font-size: 16px;
    line-height: 1.5;
    text-align: left;
    color: #1c2042
}

.reviews-slider .slick-arrow {
    display: none !important
}

.reviews-slider .slick-dots {
    text-align: center
}

.reviews-slider .slick-dots li {
    cursor: pointer;
    margin-left: 5px;
    margin-right: 5px;
    border: 2px solid #1c2042;
    -webkit-border-radius: 40px;
    border-radius: 40px;
    width: 25px;
    height: 25px;
    display: inline-block !important
}

.reviews-slider .slick-dots li.slick-active {
    position: relative
}

.reviews-slider .slick-dots li.slick-active button {
    position: absolute;
    vertical-align: middle;
    display: inline-block;
    width: 17px;
    height: 17px;
    background-color: #1c2042;
    -webkit-border-radius: 40px;
    border-radius: 40px;
    left: 2px;
    top: 2px
}

.reviews-slider .slick-dots li button {
    display: none;
    border: 0;
    background: 0;
    font-size: 0
}

.reviews-slide__img {
    width: 100%
}

@media (max-width: 1199px) {
    .reviews__header {
        padding-top: 25px;
        font-size: 28px
    }

    .reviews-slide__text {
        font-size: 14px
    }

    .reviews-slide__header {
        margin-top: 10px
    }
}

@media (max-width: 991px) {
    .reviews-slide__header {
        margin-top: 20px;
        margin-bottom: 10px
    }

    .reviews-slide__img {
        width: 50%;
        float: none;
        margin-right: 0
    }

    .reviews__header {
        font-size: 20px
    }
}

@media (max-width: 767px) {
    .reviews__header {
        font-size: 18px
    }

    .slick-initialized .slick-slide {
        padding: 0;
        padding-top: 15px
    }

    .reviews-slide__header {
        font-size: 14px
    }

    .reviews-slide__img {
        width: 85%
    }

    .reviews-slide__text {
        font-size: 13px;
        padding-bottom: 15px;
        padding-left: 10px;
        padding-right: 10px
    }

    .reviews-slider {
        position: relative
    }

    .reviews-slider .slick-arrow {
        display: block !important
    }

    .reviews-slider__prev {
        position: absolute;
        right: 15px;
        bottom: -7px;
        background-image: url(../img/sprite/sprite.png)/*tpa=http://c.papi-nol.ru/149/v1-t/build/img/sprite/sprite.png*/;
        background-position: -370px -41px;
        width: 30px;
        height: 41px
    }

    .reviews-slider__next {
        position: absolute;
        left: 15px;
        bottom: -7px;
        background-image: url(../img/sprite/sprite.png)/*tpa=http://c.papi-nol.ru/149/v1-t/build/img/sprite/sprite.png*/;
        background-position: -410px -41px;
        width: 30px;
        height: 41px
    }

    .reviews {
        padding-bottom: 30px
    }

    .reviews__header {
        padding-top: 15px
    }

    .reviews__header sup {
        top: 0
    }
}

.delivery {
    padding-top: 27px;
    padding-bottom: 45px;
    background: url(../img/background/delivery.jpg)/*tpa=http://c.papi-nol.ru/149/v1-t/build/img/background/delivery.jpg*/ center no-repeat
}

.delivery__header {
    font-size: 36px;
    font-weight: 700;
    line-height: 1;
    text-transform: uppercase;
    text-align: center;
    color: #00b4ff
}

.delivery-graphics {
    margin-top: 45px;
    text-align: center
}

.delivery-graphics__img {
    position: relative;
    display: inline-block
}

.delivery-graphics__img_down:before {
    content: '';
    bottom: 25px;
    right: -87px;
    position: absolute;
    background-image: url(../img/sprite/sprite.png)/*tpa=http://c.papi-nol.ru/149/v1-t/build/img/sprite/sprite.png*/;
    background-position: -370px 0;
    width: 108px;
    height: 31px
}

.delivery-graphics__img_up:before {
    content: '';
    position: absolute;
    right: -100px;
    top: 0;
    background-image: url(../img/sprite/sprite.png)/*tpa=http://c.papi-nol.ru/149/v1-t/build/img/sprite/sprite.png*/;
    background-position: -135px -221px;
    width: 133px;
    height: 35px
}

.delivery-graphics__text {
    margin-top: 3px;
    font-size: 16px;
    line-height: 1.5;
    color: #1c2042
}

@media (max-width: 1199px) {
    .delivery-graphics__img_down:before, .delivery-graphics__img_up:before {
        display: none
    }
}

@media (max-width: 991px) {
    .delivery {
        display: none
    }
}

.geoposition {
    padding-top: 23px;
    margin-bottom: 15px
}

.geoposition__header {
    margin-bottom: 15px;
    text-transform: uppercase;
    font-size: 29px;
    font-weight: 700;
    line-height: 1.47;
    text-align: left;
    color: #00b4ff
}

.geoposition__icon-img {
    width: 80%
}

.geoposition__button {
    margin-top: 30px;
    cursor: pointer;
    position: relative;
    width: 240px;
    height: 50px;
    -webkit-border-radius: 25px;
    border-radius: 25px;
    background-image: -webkit-gradient(linear, left top, right top, from(#e83c00), to(#ff780d));
    background-image: -webkit-linear-gradient(left, #e83c00, #ff780d);
    background-image: -o-linear-gradient(left, #e83c00, #ff780d);
    background-image: linear-gradient(to right, #e83c00, #ff780d);
    border-image-slice: 1;
    -webkit-box-shadow: 0 0 15px 2px rgba(255, 120, 13, .67);
    box-shadow: 0 0 15px 2px rgba(255, 120, 13, .67);
    font-size: 18px;
    font-weight: 700;
    line-height: 2.51;
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    border: 2px solid rgba(190, 103, 39, .99)
}

.geoposition__button:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    background-image: url(../img/sprite/sprite.png)/*tpa=http://c.papi-nol.ru/149/v1-t/build/img/sprite/sprite.png*/;
    background-position: -135px -181px;
    width: 207px;
    height: 30px
}

.geoposition__fullsection {
    margin-top: 25px;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.33;
    text-align: left;
    color: #1c2042
}

.geoposition__fullsection strong {
    text-transform: uppercase;
    color: #f80
}

.newen_price_header, .olden_price_header {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.67;
    text-align: left;
    color: #1c2042
}

.newen_price_cur, .newen_price_val, .olden_price_cur, .olden_price_val {
    font-size: 24px;
    line-height: 1.25;
    font-weight: 700;
    color: #e73525
}

.geoposition-maps {
    margin-top: 33px
}

.geoposition-maps__header {
    text-transform: uppercase;
    background-color: #46355e;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 19.2px;
    font-weight: 700;
    text-align: center;
    color: #fff
}

.geoposition-maps__img {
    width: 100%
}

.geoposition-maps-mob {
    display: none
}

@media (max-width: 1199px) {
    .geoposition__header {
        font-size: 24px
    }

    .newen_price_header, .olden_price_header {
        font-size: 15px
    }

    .geoposition__fullsection {
        font-size: 16px
    }

    .geoposition__icon-img {
        margin-top: 20px
    }
}

@media (max-width: 991px) {
    .price__newen {
        margin-left: -15px;
        margin-right: -15px
    }

    .newen_price_val {
        display: inline-block
    }

    .geoposition__button {
        display: none
    }

    .geoposition__header {
        font-size: 16px
    }

    .geoposition__icon-img {
        margin-top: 0
    }

    .geoposition__fullsection {
        font-size: 18px
    }
}

@media (max-width: 767px) {
    .geoposition-maps__img {
        display: none
    }

    .geoposition-maps-mob {
        display: block;
        width: 100%
    }

    .price__olden {
        padding-left: 10px
    }

    .price__newen {
        padding-left: 10px
    }

    .geoposition__fullsection {
        padding-left: 10px
    }
}

.footer {
    padding-top: 30px;
    padding-bottom: 30px
}

.footer-pay__header {
    margin-bottom: 23px;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 700;
    text-align: left;
    color: #18313e
}

.footer-pay__img {
    width: 75%
}

.footer-info__link {
    display: block;
    margin-bottom: 25px;
    font-size: 16px;
    line-height: 1.5;
    text-align: right;
    color: #18313e
}

.footer-info__text {
    text-transform: uppercase;
    font-size: 14px;
    line-height: 1.6;
    text-align: right;
    color: #18313e
}

@media (max-width: 1199px) {
    .footer-info__text {
        font-size: 13px
    }
}

@media (max-width: 991px) {
    .footer-pay {
        text-align: center
    }

    .footer-pay__header {
        text-align: center
    }

    .form-section {
        padding-top: 10px
    }

    .footer-info {
        margin-top: 20px
    }

    .footer-info__link {
        text-align: center
    }

    .footer-info__text {
        text-align: center
    }
}

@media (max-width: 767px) {
    .footer {
        margin-top: 20px
    }

    .footer-pay__header {
        margin-bottom: 14px
    }

    .footer-info__text {
        font-size: 8px
    }

    .footer-pay__img {
        width: 85%
    }

    .form-mobile__img {
        padding-right: 20px;
    }
}
