html {
    position: relative;
    min-height: 100%;
}
body {
    /*
    background: #A62582;
    background: #e30981;
    background: #ec7e1b;
    background: #fed8ef;
    */
    background: url("../images/roll-bg.png") no-repeat top center #f9eff6;
    font-family: 'Blogger Sans';
    font-weight: 300;
    font-size: 18px;
    margin-bottom: 80px;
}
.footer {
    position: absolute;
    z-index: 1;
    bottom: 0;
    width: 100%;
    height: 80px;
    border-top: 4px solid #A62582;
    background: #333;
    color: #fff;
    padding: 15px 0;
}
.copy {
    padding: 12px 0;
}
.copy-link {
    float: right;
}
.copy-link img {
    float: left;
    width: 110px;
    margin-right: 15px;
}
.copy-link .copy-link-title {
    float: left;
    color: #a5a5a5;
}
.copy-link a {
    color: #fff;
}
h1, .h1 {
    font-size: 40px;
}
.roll-bg {
    width: 100%;
}
.btn {
    outline: 0;
}
.header {
    padding-top: 20px;
}
.head-contact {
    max-width: 420px;
    margin: auto;
    float: right;
}
.header .phone a {
    display: inline-block;
    color: #333;
    text-decoration: none;
    font-size: 28px;
    margin-top: 4px;
    line-height: 40px;
    font-weight: 500;
}
.header .btn {
    color: #A62582;
    padding: 3px 15px;
    background: none;
    border: 3px solid #A62582;
    font-size: 16px;
    border-radius: 20px;
    font-weight: 600;
    outline: 0;
}
.header .btn i:before {
    font-size: 22px;
    vertical-align: -2px;
}
.header .btn:hover {
    color: #fff;
    background: #A62582;
    outline: 0;
}
.logo a {
    display: block;
    width: 150px;
    height: 106px;
    text-indent: -9999px;
    background: url("../images/logo.png") no-repeat;
    background-size: 150px;
}
.top-contacts {
    margin-top: 10px;
}
.top-contacts .contact {
    float: left;
    margin: 0 10px;
}
.top-contacts ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.top-contacts ul li {
    float: left;
}
.top-contacts ul li a {
    display: block;
    margin: 13px 0;
    padding: 5px 15px;
    font-size: 20px;
    font-weight: 500;
    color: #333;
}
.top-contacts ul li a:hover,
.top-contacts ul li a:focus,
.top-contacts ul li a:active,
.top-contacts ul li.current_page_item a{
    background: none;
    text-decoration: underline;
}
.top-btns .btn {
    font-size: 20px;
    color: #fff;
    outline: 0;
    font-weight: 500;
    border-radius: 0;
    padding: 0 20px;
    padding-top: 21px;
}
.top-btns .btn:hover {
    box-shadow: none;
}
.top-btns .btn.rm {
    background: url("../images/rm.png") no-repeat top left;
    width: 300px;
    height: 75px;
    margin-right: -15px;
}
.top-btns .btn.km {
    background: #e30981;
    background: url("../images/km.png") no-repeat center;
    width: 352px;
    height: 72px;
}
.top-btns .btn.sks {
    background: url("../images/sks.png") top left no-repeat;
    width: 320px;
    height: 70px;
    margin-left: -25px;
}
.content {
    position: relative;
    z-index: 1;
    padding: 30px;
    padding-bottom: 80px;
    /*border-top: 4px solid #ec7e1b;
    background: #fff;
    margin-top: 20px;
    box-shadow: 0 5px 20px rgba(216, 216, 216, 0.6);*/
}
.content > h1 {
    margin-top: 0;
    font-size: 40px;
}
.content > h2 {
    margin-top: 10px;
}
.rolls {
    position: relative;
}
/*.rolls:after {
    content: " ";
    position: absolute;
    background: url("../images/r1.png");
    width: 126px;
    height: 126px;
    left: 50%;
    top: -100px;
    margin-left: -560px;
}
.rolls:before {
    content: " ";
    position: absolute;
    background: url("../images/r2.png");
    width: 113px;
    height: 111px;
    left: 50%;
    top: -90px;
    margin-left: 305px;
}
*/
.img-roll-1 {
    position: absolute;
    margin-left: -50px;
    margin-top: 35px;
    width: 400px;
    z-index: 0;
}
.section1 {
    padding-top: 40px;
}
.section1 .content {
    padding-bottom: 50px;
}
.section2 .pink-block {
    margin-top:30px;
    position: relative;
    color: #fff;
    background: #e30981;
    margin-bottom: -90px;
}
.section2 .pink-block:before {
    content: " ";
    position: absolute;
    margin-top: -70px;
    width: 0;
    height: 0;
    border-bottom: 70px solid #e30981;
    border-right: 750px solid transparent;
}
.section2 .pink-block:after {
    content: " ";
    position: absolute;
    bottom: -30px;
    width: 0;
    height: 0;
    border-top: 30px solid #e30981;
    border-right: 750px solid transparent;
}
.section2 .content {
    position: relative;
    min-height: auto;
    margin-bottom: 40px;
    padding-bottom: 0;
    top: -50px;
    height: 180px;
}
.section2 .content:after {
    content: " ";
    background: url("../images/r1.png") no-repeat center;
    position: absolute;
    width: 120px;
    height: 125px;
    left: -100px;
    top: 0;
    z-index: 1;
}
.section2 .content:before {
    content: " ";
    background: url("../images/r3.png") no-repeat center;
    position: absolute;
    width: 95px;
    height: 90px;
    left: -45px;
    top: -45px;
    z-index: 2;
}
.section3 {
    padding: 90px 0;
    background: url("../images/r6.png") no-repeat center #fff;
}
.section4,
.section8 {
    padding: 40px 0;
    background: url("../images/r7.png") no-repeat center #F7DFEF;
}

.section4 .purple-block {
    margin-top: -120px;
    padding-top: 0;
    position: relative;
    color: #fff;
    background: #A62582;
    margin-bottom: 30px;
}
.section4 .purple-block:before {
    content: " ";
    background: url("../images/r2.png") no-repeat center;
    position: absolute;
    width: 120px;
    height: 125px;
    right: -60px;
    top: -30px;
    z-index: 1;
}
.section4 .purple-block:after {
    content: " ";
    position: absolute;
    bottom: -50px;
    left: 0;
    width: 0;
    height: 0;
    border-left: 375px solid transparent;
    border-right: 375px solid transparent;
    border-top: 50px solid #A62582;
}
.section4 .content {
    position: relative;
    min-height: auto;
    margin-bottom: 60px;
    padding-bottom: 0;
}
.container-button {
    width: 100%;
    position: relative;
    z-index: 100;
}
.main-btn,
.feedback-btn {
    margin-top: 20px;
    left: 50%;
    padding: 12px 30px;
    font-size: 22px;
    font-weight: 600;
    color: #fff;
    border-radius: 30px;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#a54f8d+0,91216a+100 */
    background: #a54f8d; /* Old browsers */
    background: -moz-linear-gradient(top,  #a54f8d 0%, #91216a 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  #a54f8d 0%,#91216a 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  #a54f8d 0%,#91216a 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a54f8d', endColorstr='#91216a',GradientType=0 ); /* IE6-9 */
    z-index: 1;
    outline: 0;
}
.feedback-btn {
    margin-top: 0;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ea9346+0,d67e19+100 */
    background: #ea9346; /* Old browsers */
    background: -moz-linear-gradient(top,  #ea9346 0%, #d67e19 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  #ea9346 0%,#d67e19 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  #ea9346 0%,#d67e19 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ea9346', endColorstr='#d67e19',GradientType=0 ); /* IE6-9 */
}
.main-btn:hover,
.feedback-btn:hover {
    color: #fff;
    outline: 0;
}
.main-btn:focus,
.feedback-btn:focus {
    color: #fff;
    outline: 0;
}
.main-btn:hover {
    background: #a54f8d; /* Old browsers */
    background: -moz-linear-gradient(top,  #a54f8d 0%, #91216a 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  #a54f8d 0%,#91216a 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  #a54f8d 0%,#91216a 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a54f8d', endColorstr='#91216a',GradientType=0 ); /* IE6-9 */
}
.feedback-btn:hover {
    background: #ea9346; /* Old browsers */
    background: -moz-linear-gradient(top,  #ea9346 0%, #d67e19 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  #ea9346 0%,#d67e19 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  #ea9346 0%,#d67e19 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ea9346', endColorstr='#d67e19',GradientType=0 ); /* IE6-9 */
}
.section5, .section6, .section7 {
    position: relative;
}
.section5 .content,
.section6 .content,
.section7 .content {
    padding: 80px 0;
}
.section6 {
    border-top: 3px solid #A62582;
    background: url("../images/bg-s6.jpg") no-repeat #fff;
    background-size: cover;
    background-attachment: fixed;
    min-height: 500px;
    color: #fff;
}
.section6 .overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: .7;
    background: url("../images/bg-overlay.png") rgba(0, 0, 0, 0.9);
}
.section7 {
    border-top: 3px solid #E30981;
    border-bottom: 3px solid #E30981;
    padding-bottom: 80px;
}
.section7 .pink-block {
    margin: -110px 0 50px 0;
    padding-top: 25px;
    position: relative;
    color: #fff;
    background: #e30981;
}
.section7 .content {
    padding: 80px 0 2px 0;
}
.section7 .pink-block:before {
    content: " ";
    background: url("../images/r2.png") no-repeat center;
    position: absolute;
    width: 120px;
    height: 125px;
    right: -60px;
    top: -60px;
    z-index: 1;
}
.section7 .pink-block h2 {
    font-size: 40px;
    margin: 0;
}
.section7 .pink-block:after {
    content: " ";
    position: absolute;
    bottom: -35px;
    left: 0;
    width: 0;
    height: 0;
    border-left: 277.5px solid transparent;
    border-right: 277.5px solid transparent;
    border-top: 35px solid #e30981;
}
.details-item {
    margin: 20px 0 40px 0;
    font-size: 24px;
    font-weight: 700;
}
.details-item .details-img {
    width: 170px;
    margin: 5px auto;
    display: block;
    border-radius: 50%;
    padding: 30px;
    background: #A62582;
}
.details-item .details-img img {
    width: 100%;
    margin: auto;
}
.section8 .content {
    padding-bottom: 30px;
}
.section8 .content h2 {
    margin-top: 0;
    font-size: 40px;
}
.section8 .content h3 {
    margin-top: 0;
    margin-bottom: 20px;
}
.section8 .content button {
    margin-top: 0;
}
.section5 input,
.section5 textarea,
.section8 .content input[type=text] {
    padding: 13px 30px;
    height: auto;
    font-size: 18px;
    margin-right: 5px;
    border-radius: 30px;
    border: 2px solid #ABABAB;
    min-width: 320px;
}
.section5 textarea {
    resize: none;
    max-height: 150px;
}
#owl-rolls {
    position: relative;
    text-align: center;
}
#owl-rolls img {
    display: inline-block;
    width: 100%;
    max-width: 200px;
}
#owl-rolls span {
    display: block;
    font-weight: 500;
    font-size: 20px;
}
.steps .step {
    display: inline-block;
    position: relative;
    margin-top: 10px;
}
.steps .step img {
    background: #fff;
    padding: 6px;
    border-radius: 50%;
    border: 4px solid #ec7e1b;
    max-width: 170px;
    margin: 10px 15px;
}
.steps .step i {
    position: absolute;
    background: #ec7e1b;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    text-align: center;
    line-height: 60px;
    color: #fff;
    font-weight: 700;
    font-size: 30px;
    font-style: normal;
    top: 130px;
    left: 25px;
    display: inline-block;
}
.steps .step.last-step img {
    border: 5px solid #e30981;
    max-width: 210px;
}
.steps .step.last-step i {
    background: #e30981;
    width: 84px;
    height: 84px;
    line-height: 90px;
    font-size: 48px;
    left: 10px;
}
.steps .step.last-step span {
    font-weight: 700;
    font-size: 24px;
    color: #EC7E1B;
}
.steps .step span {
    display: block;
    text-align: center;
    font-weight: 400;
}
.steps .step.last-step span {
}
.owl-nav {
    position: absolute;
    width: 100%;
    height: 0;
    top: 50%;
}
.owl-nav .owl-prev,
.owl-nav .owl-next {
    color: #A62582;
    display: inline-block;
    font-family: FontAwesome;
    font-size: 60px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    margin-top: -70px;
    height: 110px;
    width: 55px;
    background: #fff;
    box-shadow: 0 0 1px rgba(194, 43, 152, 0.8);
}
.owl-nav .owl-prev {
    left: 0;
    border-radius: 0 60px 60px 0;
}
.owl-nav .owl-prev:before {
    content: "\f104";
    position: absolute;
    left: 8px;
    top: 10px;
}
.owl-nav .owl-next {
    right: 0;
    border-radius: 60px 0 0 60px;
}
.owl-nav .owl-next:before {
    content: "\f105";
    position: absolute;
    right: 8px;
    top: 10px;
}
.oborudovanie-img {
    position: relative;
}
.oborudovanie-img img {
    width: 100%;
    margin-top: 80px;
    border: 4px solid #A62582;
    background: #fff;
    padding: 15px;
    border-radius: 50%;
}
.oborudovanie-img .oborudovanie-price {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#e24d9f+0,d8007a+100 */
    background: #e24d9f; /* Old browsers */
    background: -moz-linear-gradient(top,  #e24d9f 0%, #d8007a 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  #e24d9f 0%,#d8007a 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  #e24d9f 0%,#d8007a 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e24d9f', endColorstr='#d8007a',GradientType=0 ); /* IE6-9 */
    position: absolute;
    padding: 15px 30px;
    font-weight: 700;
    font-size: 30px;
    color: #fff;
    right: 0;
    border-radius: 40px;
    bottom: 60px;
    box-shadow: 1px 1px 10px 1px rgba(255, 255, 255, 0.5);
}
#map {
    background: #666;
    border-top: 4px solid #A62582;
    width: 100%;
    min-height: 500px;
}
.section-map .content {
    padding: 80px 0;
}
.well {
    min-height: 20px;
    padding: 40px;
    margin-top: 40px;
    margin-bottom: 20px;
    background-color: #FFFFFF;
    border: 3px solid #EC7E1B;
    border-radius: 10px;
    box-shadow: none;
}
.well:before {
    content: " ";
    background: url("../images/r8.png") no-repeat center;
    background-size: 100%;
    position: absolute;
    width: 190px;
    height: 190px;
    left: -80px;
    top: 15px;
    z-index: -1;
}
.well:after {
    content: " ";
    background: url("../images/r9.png") no-repeat center;
    background-size: 100%;
    position: absolute;
    width: 170px;
    height: 170px;
    right: -80px;
    bottom: -50px;
    z-index: -1;
}
.form-horizontal .control-label {
    padding-top: 15px;
    font-weight: bold;
}
.big-f {
    font-size: 22px;
}
span.wpcf7-not-valid-tip {
    color: #f00;
    display: block;
    position: absolute;
    right: 25px;
    bottom: 0;
    text-align: right;
    min-width: 220px;
    font-size: 14px;
}
input.wpcf7-not-valid {
    border: 2px solid #f00 !important;
}
div.wpcf7-response-output {
    margin: 2em 0.5em 1em;
    padding: 15px;
    border-radius: 10px;
}
div.wpcf7-validation-errors {
    background: #F9DE8A;
    color: #AB802E;
    border: 0;
}
div.wpcf7-mail-sent-ok {
    border: 0;
    background: #A2DCA7;
    color: #09561F;
}
.wpcf7-form-control-wrap {
    position: relative;
    display: inline-block;
}
.navbar-header {
    display: none;
    background: #333;
    border-bottom: 3px solid #a62582;
    margin-bottom: 20px;
    color: #fff;
}
.mmenu-text {
    float: left;
    margin-left: 15px;
    padding: 12px 10px;
    font-weight: 500;
}
.navbar-toggle {
    border-radius: 0;
}
.navbar-toggle:hover {
    background: #a62582;
}
.navbar-toggle .icon-bar {
    background: #fff;
}
.modal-content {
    border: 3px solid #a62582;
    border-radius: 20px;
    overflow: hidden;
}
.modal-header {
    background: #f3f3f3;
    padding: 12px 15px;
}
.modal-title {
    font-size: 24px;
}
.modal-header .close {
    font-size: 36px;
}
.modal-content input,
.modal-content textarea {
    padding: 13px 30px;
    height: auto;
    font-size: 18px;
    border-radius: 30px;
    border: 2px solid #ABABAB;
    resize: none;
}
.modal-content .wpcf7-form-control-wrap {
    display: block;
}
.news-item {
    margin-bottom: 30px;
    border-bottom: 2px solid #ebcde2;
    padding-bottom: 10px;
}
.news-item h2 a {
    color: #a52582;
    text-decoration: underline;
}
time.date {
    font-weight: 700;
    color: #e30981;
    font-size: 14px;
}

.pagination {
    width: 100%;
    margin: 0;
    text-align: center;
}
.btn-no-bg,
.pagination a,
.pagination span {
    color: #A62582;
    padding: 8px 20px;
    background: none;
    border: 3px solid #A62582;
    font-size: 16px;
    border-radius: 20px;
    font-weight: 600;
    outline: 0;
    text-decoration: none;
}
.btn-no-bg:hover,
.pagination a:hover,
.pagination span {
    color: #fff;
    background: #A62582;
    outline: 0;
}
.screen-reader-text {
    display: none;
}

/* responsive */
@media (max-width: 1199px) {
    .section5 form input,
    .section5 form textarea {
        min-width: 260px;
    }
    .header .phone {
        font-size: 25px;
    }
    .header .btn {
        padding: 5px 15px;
        background: rgba(146, 49, 123, 0);
        border: 2px solid #A62582;
        font-size: 14px;
        border-radius: 20px;
        font-weight: 600;
    }
    .header .btn i:before {
        font-size: 20px;
        vertical-align: -2px;
    }
    .top-contacts {
        margin-top: 5px;
        float: none !important;
        width: 690px;
        margin: auto;
    }
    .logo a {
        background-size: 150px;
    }
    .top-contacts ul li a {
        padding: 5px 15px;
        font-size: 18px;
    }
    .top-btns .btn.rm {
        width: 290px;
    }
    .top-btns .btn.km {
        margin-right: -10px;
    }
    .section7 .pink-block:after {
        border-left: 227.5px solid transparent;
        border-right: 227.5px solid transparent;
    }
    .section7 .pink-block h2 {
        padding-bottom: 5px;
    }
    .details-item {
        min-height: 250px;
        margin-bottom: 20px;
    }
    .section2 .pink-block:before,
    .section2 .pink-block:after {
        border-right: 778px solid transparent;
    }
    .section4 .purple-block:after {
        border-left: 389px solid transparent;
        border-right: 389px solid transparent;
    }
}
@media (max-width: 991px) {
    .logo a {
        background-size: 150px;
        margin: auto;
        margin-bottom: 15px;
    }
    .head-contact {
        float: none;
    }
    .oborudovanie-img img {
        margin-top: -30px;
        margin-bottom: 50px;
    }
    .section1 {
        padding-top: 0;
    }
    .section5 .content {
        padding-top: 50px;
    }
    .section7 .pink-block:after {
        border-left: 235px solid transparent;
        border-right: 235px solid transparent;
    }
    .navbar {
        margin-bottom: 0;
        border: 0;
    }
    .well:before, .well:after {
        display: none;
    }
    .section2 .pink-block:before,
    .section2 .pink-block:after {
        border-right: 720px solid transparent;
    }
    .section2 .content:before,
    .section2 .content:after {
        display: none;
    }
    .section4 .purple-block:before {
        display: none;
    }
    .section4 .purple-block:after {
        border-left: 360px solid transparent;
        border-right: 360px solid transparent;
    }
}
@media (max-width: 767px) {
    .section2 .pink-block:before,
    .section2 .pink-block:after {
        display: none;
    }
    .form-horizontal .control-label {
        padding-top: 0;
        margin-bottom: 5px;
    }
    .form-group {
        margin-bottom: 0;
    }
    .navbar-header {
        display: block;
    }
    .navbar-collapse {
        background: #fff;
        margin-top: -20px;
        margin-bottom: 20px;
        padding: 10px;
    }
    .top-contacts ul li a {
        margin: 5px 0;
    }
    .details-item {
        min-height: 0;
        margin-bottom: 40px;
    }
    .details-item .details-img {
        width: 140px;
    }
    .section7 .pink-block {
        margin: -117px 0 50px 0;
        padding: 15px 0;
        border-radius: 40px;
    }
    .section7 .pink-block:after {
        border: 0;
    }
    .section7 .pink-block:before {
        right: -15px;
    }
    .section8 .content input[type=text] {
        margin-bottom: 20px;
    }
    .navbar {
        min-height: 0;
    }
    .top-btns .btn {
        width: auto !important;
        height: auto !important;
        display: inline-block !important;
        margin: 0 !important;
        margin-bottom: 10px !important;
        padding: 10px 20px;
    }
    .top-btns .btn.rm {
        background: #a54f8d;
        background: -moz-linear-gradient(top, #a54f8d 0%, #91216a 100%);
        background: -webkit-linear-gradient(top, #a54f8d 0%,#91216a 100%);
        background: linear-gradient(to bottom, #a54f8d 0%,#91216a 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a54f8d', endColorstr='#91216a',GradientType=0 );
    }
    .top-btns .btn.km {
        /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ef3e9e+0,d70777+100 */
        background: #ef3e9e; /* Old browsers */
        background: -moz-linear-gradient(top,  #ef3e9e 0%, #d70777 100%); /* FF3.6-15 */
        background: -webkit-linear-gradient(top,  #ef3e9e 0%,#d70777 100%); /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to bottom,  #ef3e9e 0%,#d70777 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ef3e9e', endColorstr='#d70777',GradientType=0 ); /* IE6-9 */
    }
    .top-btns .btn.sks {
        /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f1903b+0,e27717+100 */
        background: #f1903b; /* Old browsers */
        background: -moz-linear-gradient(top,  #f1903b 0%, #e27717 100%); /* FF3.6-15 */
        background: -webkit-linear-gradient(top,  #f1903b 0%,#e27717 100%); /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to bottom,  #f1903b 0%,#e27717 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1903b', endColorstr='#e27717',GradientType=0 ); /* IE6-9 */
    }
    .oborudovanie-img .oborudovanie-price {
        bottom: 100px;
    }
    .top-contacts {
        width: auto;
        text-align: center;
    }
    .top-contacts .contact {
        float: none;
        display: inline-block;
        margin: 0 5px;
        margin-bottom: 20px;
    }
    .top-contacts .contact.phone {
        vertical-align: -5px;
    }
    .top-contacts .contact button {

    }
    .advantages {
        text-align: center;
    }
    .header .btn {
        padding: 3px 15px;
        border: 3px solid #A62582;
        font-size: 16px;
    }
    .section2 .pink-block {
        margin-top: 0;
    }
    .section2 .content {
        height: auto;
        top: 0;
        padding-bottom: 20px;
    }
    .section4 .purple-block {
        padding-bottom: 40px;
    }
    .section4 .purple-block:after {
        display: none;
    }
    .section4 .content {
        margin-bottom: 0;
    }

    body {
        margin-bottom: 0;
    }
    .footer {
        position: inherit;
        bottom: 0;
        text-align: center;
        height: auto;
    }
    .copy-link {
        border-top: 1px solid #797979;
        padding-top: 15px;
        min-width: 280px;
    }
    .copy-link, .copy-link img {
        float: none;
        display: inline-block;
        text-align: center;
    }
    .copy-link .copy-link-title {
        float: none;
        display: block;
        text-align: center;
    }
}
@media (max-width: 479px) {
    .oborudovanie-img .oborudovanie-price {
        padding: 10px 20px;
        font-size: 24px;
    }
    .navbar-header {
        margin-bottom: 0;
    }
    .navbar-collapse {
        margin: 0;
    }
    .top-contacts ul li {
        float: none;
    }
    .top-contacts ul li a {
        margin: 15px;
        font-size: 20px;
    }
    .top-btns .btn {
        width: 100% !important;
        margin-bottom: 0 !important;
    }
    .top-btns .col-md-12 {
        padding: 0;
    }
    .section7 .pink-block:before {
        background: none;
    }
    .section7 .pink-block h2 {
        font-size: 32px;
    }
    .section8 .content input[type=text] {
        width: 100%;
        min-width: 0;
    }
    .section8 .content {
        padding: 0;
    }
    .section8 .content h2 {
        font-size: 30px;
    }
    .section8 .content h3 {
        font-size: 20px;
    }
    .main-btn, .feedback-btn {
        padding: 10px 20px;
        font-size: 19px;
    }
    .top-contacts .contact {
        margin-bottom: 10px;
    }
    .top-contacts .contact.phone {
        margin-bottom: 30px;
    }
}