@import url("https://fonts.googleapis.com/css?family=Raleway:400,500,700|Roboto:400,500,700&display=swap&subset=latin-ext");
@font-face {
    font-weight: 500;
    font-family: "Raleway";
    font-style: normal;
    src: local("Raleway Medium"), local("Raleway-Medium"), url("../fonts/ralewaymedium.woff2") format("woff2"), url("../fonts/ralewaymedium.woff") format("woff"), url("../fonts/ralewaymedium.ttf") format("truetype");
}

@font-face {
    font-weight: 500;
    font-family: "Raleway";
    font-style: italic;
    src: local("Raleway Medium Italic"), local("Raleway-MediumItalic"), url("../fonts/ralewaymediumitalic.woff2") format("woff2"), url("../fonts/ralewaymediumitalic.woff") format("woff"), url("../fonts/ralewaymediumitalic.ttf") format("truetype");
}

@font-face {
    font-weight: 700;
    font-family: "Raleway";
    font-style: normal;
    src: local("Raleway Bold"), local("Raleway-Bold"), url("../fonts/ralewaybold.woff2") format("woff2"), url("../fonts/ralewaybold.woff") format("woff"), url("../fonts/ralewaybold.ttf") format("truetype");
}

@font-face {
    font-weight: 700;
    font-family: "Raleway";
    font-style: italic;
    src: local("Raleway Bold Italic"), local("Raleway-BoldItalic"), url("../fonts/ralewaybolditalic.woff2") format("woff2"), url("../fonts/ralewaybolditalic.woff") format("woff"), url("../fonts/ralewaybolditalic.ttf") format("truetype");
}

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    font-weight: 500;
    font-size: 16px;
    line-height: 1.6;
    font-family: "Raleway", "Roboto", sans-serif;
    color: #3b617d;
    background-size: 100%;
}

h1 {
    margin: 0;
    font-weight: 400;
    font-size: 36px;
    line-height: 1.5;
}

ul,
ol {
    padding: 0;
    list-style: none;
}

ul {
    padding: 0;
}

b,
strong {
    font-weight: bold;
}

p {
    margin: 0;
}

.content_link {
    font-weight: bold;
    color: #029e74;
    text-decoration: none;
}

.content_link:hover {
    text-decoration: underline;
}

.container {
    width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}

header {
    position: relative;
    z-index: 6;
    padding: 20px 0;
    background: #ffffff;
    -webkit-box-shadow: 0 10px 25px rgba(48, 52, 58, 0.08);
    box-shadow: 0 10px 25px rgba(48, 52, 58, 0.08);
}

.logo_title {
    position: relative;
    padding-left: 55px;
    font-size: 16px;
}

.logo_title b {
    display: block;
    font-weight: bold;
    font-size: 20px;
    color: #30343a;
}

.logo_title:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 40px;
    height: 41px;
    margin-top: -20px;
    background: transparent url(../img/header_icon.png) no-repeat center;
    background-size: contain;
}

.title {
    margin: 0 0 30px;
    font-weight: bold;
    font-size: 48px;
    line-height: 1.2;
    color: #3b617d;
}

main {
    position: relative;
    z-index: 5;
    overflow: hidden;
    background: #ffffff url(../img/background.jpg) no-repeat top center;
    background-size: cover;
}

.block_1 {
    position: relative;
    padding-top: 170px;
    padding-bottom: 370px;
}

.block_1-list {
    display: block;
    width: 100%;
    font-size: 0;
}

.block_1-list li {
    position: relative;
    display: inline-block;
    width: 50%;
    margin-bottom: 30px;
    padding-left: 70px;
    font-size: 18px;
    vertical-align: top;
    padding-right: 10px;
}

.block_1-list li:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 56px;
    height: 56px;
    margin-top: -28px;
    background: transparent url(../img/block_1-list-mark.png) no-repeat center;
    background-size: contain;
}

.btn {
    position: relative;
    display: block;
    width: max-content;
    max-width: 350px;
    padding: 20px 60px 20px 40px;
    font-weight: bold;
    font-size: 16px;
    line-height: 20px;
    color: #ffffff;
    text-decoration: none;
    background: -o-linear-gradient(281.72deg, #ff5772 43.21%, #fa7b4d 80.85%);
    background: linear-gradient(168.28deg, #ff5772 43.21%, #fa7b4d 80.85%);
    border-radius: 32.5px;
    outline: none;
    -webkit-box-shadow: -3px 3px 15px -3px #fc6e5a;
    box-shadow: -3px 3px 15px -3px #fc6e5a;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.btn:hover {
    color: #ffffff;
    text-decoration: none;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.btn:focus,
.btn:active {
    color: #ffffff;
    text-decoration: none;
}

.btn:before {
    content: "";
    position: absolute;
    top: 50%;
    right: 35px;
    display: block;
    width: 8px;
    height: 8px;
    margin-top: -4px;
    border-right: 2px solid #ffffff;
    border-bottom: 2px solid #ffffff;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.block_1-img {
    position: absolute;
    top: -97px;
    left: 50%;
    width: 88%;
}

.block_2 {
    position: relative;
    margin-bottom: 110px;
}

.block_2 .title {
    margin: 30px 0;
}

.block_2-text {
    margin: 0;
    padding-right: 15%;
}

.block_2-right {
    position: static;
}

.block_2-list {
    font-size: 0;
}

.block_2-list li {
    position: relative;
    display: inline-block;
    width: calc(50% - 15px);
    margin-bottom: 65px;
    font-size: 16px;
    vertical-align: top;
}

.block_2-list li:nth-child(odd) {
    margin-right: 30px;
}

.block_2-list li b {
    display: block;
}

.block_2-list-img {
    display: block;
    width: 130px;
    height: 130px;
    margin-bottom: 15px;
    border-radius: 50%;
}

.block_2-list-mark {
    counter-reset: block_2-num-list;
}

.block_2-list-mark li {
    position: relative;
    margin-bottom: 30px;
    padding-left: 50px;
}

.block_2-list-mark li:last-child {
    margin-bottom: 0;
}

.block_2-list-mark li:before {
    content: counter(block_2-num-list);
    position: absolute;
    top: 50%;
    left: 0;
    display: block;
    width: 30px;
    height: 30px;
    padding-top: 2px;
    padding-left: 2px;
    font-weight: bold;
    font-size: 20px;
    line-height: 1;
    text-align: center;
    color: #ffffff;
    background: transparent url(../img/block_2-num-list.png) no-repeat center;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    counter-increment: block_2-num-list;
}

.block_2-img {
    position: absolute;
    right: 58%;
    bottom: 0;
    display: block;
    width: 58%;
}

.block_3 {
    position: relative;
    margin-bottom: 190px;
}

.block_3-img {
    position: absolute;
    top: -30px;
    left: 55%;
    width: 50%;
}

.doc_mark {
    position: relative;
    display: inline-block;
    margin-top: 30px;
    padding-right: 75px;
}

.doc_mark b {
    display: block;
}

.doc_mark:before {
    content: "";
    position: absolute;
    top: -25px;
    right: 0;
    width: 71px;
    height: 97px;
    background: transparent url(../img/doc_mark.png) no-repeat center;
    background-size: contain;
}

.block_4 {
    position: relative;
    margin-bottom: 60px;
    font-size: 0;
}

.card {
    display: inline-block;
    width: 50%;
    padding: 40px;
    font-size: 16px;
    vertical-align: top;
    border-radius: 15px;
}

.card_title {
    margin: 0 0 30px;
    font-size: 30px;
}

.card_text {
    position: relative;
    margin-bottom: 20px;
    padding-left: 30px;
}

.card_text:last-child {
    margin-bottom: 0;
}

.card_text:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 20px;
    height: 20px;
}

.card_red .card_text:before {
    background: transparent url(../img/card_check-white.png) no-repeat center;
    background-size: contain;
}

.card_white .card_text:before {
    background: transparent url(../img/card_check-red.png) no-repeat center;
    background-size: contain;
}

.card_red {
    position: relative;
    margin-left: 55px;
    padding: 40px 90px 40px 40px;
    color: #ffffff;
    background: -o-linear-gradient(290.16deg, #ff5772 43.21%, #fa7b4d 80.85%);
    background: linear-gradient(159.84deg, #ff5772 43.21%, #fa7b4d 80.85%);
    -webkit-box-shadow: 0 10px 25px rgba(250, 121, 79, 0.5);
    box-shadow: 0 10px 25px rgba(250, 121, 79, 0.5);
}

.card_white {
    position: relative;
    z-index: 10;
    margin-top: 255px;
    margin-left: -85px;
    padding: 40px 90px 20px 40px;
    color: #3b617d;
    background: #ffffff;
    -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

.card_bottom-text {
    position: relative;
    margin-top: 20px;
    font-size: 14px;
    color: rgba(48, 52, 58, 0.5);
}

.card_dots {
    position: absolute;
    right: 18px;
    bottom: -14px;
    z-index: 6;
    width: 124px;
}

.block_5 {
    margin-bottom: 190px;
}

.block_5 .title {
    width: 75%;
}

.slide_card {
    position: relative;
    margin-bottom: 25px;
    padding: 22px 28px;
    font-size: 16px;
    background: #ffffff;
    border-radius: 8px;
    -webkit-box-shadow: -2px 6px 12px 0 rgba(0, 0, 0, 0.1);
    box-shadow: -2px 6px 12px 0 rgba(0, 0, 0, 0.1);
}

.slide_card:before {
    content: "";
    position: absolute;
    bottom: -19px;
    left: 70px;
    display: block;
    width: 0;
    height: 0;
    border-width: 19px 19px 0 0;
    border-style: solid;
    border-color: #ffffff transparent transparent transparent;
}

.slide_author {
    position: relative;
    min-height: 55px;
    padding-top: 15px;
    padding-left: 70px;
}

.slide_ava {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 55px;
    height: 55px;
    border-radius: 50%;
}

.slider_name {
    font-weight: bold;
}

.slide {
    max-width: 370px;
    margin: 0 15px;
}

.slide:hover,
.slide:active,
.slide:focus {
    border: none;
    outline: none;
}

.slider_wrap {
    padding: 0 20px 0;
}

.slick-track {
    padding: 20px 0 0;
}

.slick-prev,
.slick-next {
    top: auto;
    bottom: -66px;
    width: 30px;
    height: 16px;
    background: transparent;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
}

.slick-prev,
.slick-prev:hover,
.slick-prev:focus,
.slick-prev:active {
    background: url(../img/arr_prev.png) no-repeat center;
    background-size: contain;
}

.slick-next,
.slick-next:hover,
.slick-next:focus,
.slick-next:active {
    background: url(../img/arr_next.png) no-repeat center;
    background-size: contain;
}

.slick-prev:before,
.slick-next:before {
    display: none;
}

.slick-prev {
    left: 38%;
}

.slick-next {
    right: 38%;
}

.slick-dots {
    bottom: -70px;
    left: 50%;
    width: 150px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.slick-dots li button {
    font-size: 20px;
    color: #3b617d;
}

.slick-dots li.slick-active button {
    font-weight: bold;
    font-size: 30px;
    color: #ff5772;
}

.slick-dots li button:before {
    /* display: none; */
    content: "/";
    top: auto;
    right: -32px;
    bottom: -2px;
    width: auto;
    height: auto;
    font-weight: bold;
    font-size: 20px;
    color: #3b617d;
    background: transparent;
    opacity: 1;
}

.slick-dots li.slick-active button:before {
    bottom: -5px;
    color: #3b617d;
    opacity: 1;
}

.slick-dots li:last-child button:before {
    display: none;
}

.block_6 {
    position: relative;
    margin-bottom: 140px;
}

.block_6 .title {
    margin-bottom: 70px;
}

.composition {
    position: relative;
    z-index: 10;
    font-size: 0;
}

.block_6-img {
    position: absolute;
    bottom: -95px;
    left: 50%;
    z-index: 5;
    display: block;
    width: 60%;
}

.prod {
    position: absolute;
    bottom: 24px;
    left: 66%;
    z-index: 6;
    display: block;
    width: 28%;
}

.composition_item {
    display: inline-block;
    width: calc(33.3% - 20px);
    margin-bottom: 45px;
    font-size: 16px;
    vertical-align: top;
}

.composition_item:nth-child(1),
.composition_item:nth-child(2),
.composition_item:nth-child(4),
.composition_item:nth-child(5) {
    margin-right: 30px;
}

.composition_img {
    display: block;
    width: 130px;
    height: 130px;
    margin-bottom: 30px;
}

.composition_item b {
    display: block;
}

.block_7 {
    margin-bottom: 155px;
}

.block_7 .title {
    margin-bottom: 60px;
}

.order {
    background: #ffffff;
    border-radius: 15px;
    -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

.order_img-wrap {
    position: relative;
    padding: 60px 0 50px;
    border-bottom: 1px solid rgba(74, 106, 129, 0.2);
}

.order_img-wrap:before {
    content: "";
    position: absolute;
    bottom: -15px;
    left: 50%;
    width: 90px;
    font-weight: bold;
    font-size: 30px;
    line-height: 1;
    text-align: center;
    color: #ff5772;
    background: #ffffff;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.order_wrap:nth-child(1) .order_img-wrap:before {
    content: "1";
}

.order_wrap:nth-child(2) .order_img-wrap:before {
    content: "2";
}

.order_wrap:nth-child(3) .order_img-wrap:before {
    content: "3";
    bottom: -12px;
}

.order_img {
    display: block;
    width: 90px;
    height: 90px;
    margin: 0 auto;
    border-radius: 50%;
}

.order_content {
    padding: 40px 40px 45px;
    font-size: 18px;
    text-align: center;
}

.order_content-title {
    margin-bottom: 25px;
    font-weight: bold;
}

.order_content .btn {
    margin: 0 auto;
    text-align: left;
    width: 100%;
    max-width: max-content;
}

.block_8 {
    position: relative;
    padding-bottom: 70px;
}

.form_wrap {
    position: relative;
    z-index: 10;
    width: 400px;
    margin-left: calc(100% - 400px);
}

.main_form {
    position: relative;
    z-index: 6;
    padding: 50px 28px 70px;
    background: #ffffff;
    border-radius: 15px;
    -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

.inp {
    display: block;
    width: 100%;
    height: 60px;
    margin-bottom: 15px;
    padding-left: 44px;
    font-size: 18px;
    line-height: 60px;
    color: rgba(74, 106, 129, 0.3);
    background: #f7f7f7;
    border: none;
    border-radius: 37px;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.inp:hover,
.inp:focus,
.inp:active {
    border: none;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}


/* INP-COLORS */

.inp::-webkit-input-placeholder {
    color: rgba(74, 106, 129, 0.3);
}

.inp::-moz-placeholder {
    color: rgba(74, 106, 129, 0.3);
}

.inp:-moz-placeholder {
    color: rgba(74, 106, 129, 0.3);
}

.inp:-ms-input-placeholder {
    color: rgba(74, 106, 129, 0.3);
}


/* INP-COLORS */

select.inp {
    background: #f7f7f7 url(../img/triangle.png) no-repeat 96% center;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.main_form .btn {
    width: 100%;
    max-width: 100%;
    margin-top: 15px;
    border: none;
    outline: none;
}

.main_form .btn:before {
    right: 25%;
}

.shipment-price {
    display: block;
    margin-top: 15px;
    font-size: 18px;
    text-align: center;
}

.shipment-price span:nth-child(2) {
    font-weight: bold;
}

.total-price {
    display: block;
    font-size: 24px;
    text-align: center;
}

.total-price span:nth-child(2) {
    font-weight: bold;
}

.form_title {
    margin-bottom: 30px;
    font-size: 30px;
    line-height: 1.2;
}

.form_prices {
    position: relative;
    margin-bottom: 40px;
    font-size: 0;
}

.form_prices:before {
    content: "";
    position: absolute;
    top: -5px;
    left: 50%;
    width: 1px;
    height: 100%;
    background: #c4c4c4;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.old_price,
.new_price {
    display: inline-block;
    width: 50%;
    font-size: 18px;
    vertical-align: top;
    text-align: center;
}

.old_price div,
.new_price div {
    font-weight: bold;
    font-size: 24px;
    text-transform: uppercase;
}

.old_price div { 
  text-decoration: line-through;
}

.new_price div span {
    color: #ff5772;
}

.block_8-img {
    position: absolute;
    right: 65%;
    bottom: 0;
    display: block;
    width: 50%;
}

.block_8-prod {
    position: absolute;
    right: 43%;
    bottom: 150px;
    display: block;
    width: 16%;
}

.form_paint_1 {
    position: absolute;
    top: -60px;
    right: -50px;
    z-index: 5;
    display: block;
    width: 201px;
}

.form_paint_2 {
    position: absolute;
    bottom: -25px;
    left: -50px;
    z-index: 5;
    display: block;
    width: 201px;
}

.form_dots {
    position: absolute;
    top: -12px;
    left: -15px;
    z-index: 5;
    display: block;
    width: 124px;
}

@media screen and (max-width: 1200px) {
    .container {
        width: 100%;
    }
}

@media screen and (max-width: 991px) {
    .block_1 {
        padding: 0;
    }
    .block_1 .title {
        font-size: 30px;
    }
    .block_1-content {
        position: relative;
        z-index: 10;
        padding: 50px 15px 85px;
        background: rgba(255, 255, 255, 0.8);
    }
    .block_1-list li {
        display: block;
        margin-bottom: 40px;
    }
    .block_1-img {
        position: absolute;
        top: -97px;
        left: 50%;
        z-index: 9;
        width: 70%;
    }
    .block_2-right {
        padding-top: 40px;
    }
    .block_2-list li {
        margin-bottom: 35px;
    }
    .block_2-img {
        position: static;
        display: block;
        width: 100%;
        max-width: 500px;
        margin: 0 auto;
    }
    .block_2 {
        margin-bottom: 50px;
    }
    .block_3-img {
        position: static;
        display: block;
        width: 100%;
        max-width: 500px;
        margin: 0 auto 40px;
    }
    .block_3 {
        margin-bottom: 50px;
    }
    .card {
        display: block;
        width: 100%;
    }
    .card_red {
        margin-bottom: 30px;
        margin-left: 0;
        padding: 40px;
    }
    .card_white {
        margin: 0;
        padding: 40px;
    }
    .block_5 {
        margin-bottom: 110px;
    }
    .block_6 .title {
        margin-bottom: 40px;
    }
    .block_6-img {
        position: static;
        display: block;
        width: 100%;
        max-width: 600px;
        margin: 0 auto;
    }
    .prod {
        bottom: 50px;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
    }
    .block_6 {
        margin-bottom: 50px;
    }
    .block_8-prod {
        right: 55%;
        bottom: 100px;
    }
    .order_wrap:last-child {
        margin-top: 30px;
    }
    .block_7 {
        margin-bottom: 50px;
    }
    .card_dots {
        right: -12px;
        bottom: -14px;
    }
}

@media screen and (max-width: 920px) {
    .slider_wrap {
        padding: 0 60px 0;
    }
    .slick-next {
        right: 30%;
    }
    .slick-prev {
        left: 30%;
    }
    .prod {
        bottom: 113px;
    }
}

@media screen and (max-width: 767px) {
    .logo_title {
        padding-left: 60px;
        font-size: 13px;
        line-height: 1.3;
    }
    .logo_title:before {
        top: 50%;
        left: 0;
        width: 47px;
        height: 47px;
        margin-top: -23px;
        background: transparent url(../img/header_icon.png) no-repeat center;
        background-size: contain;
    }
    .title {
        font-size: 28px;
        line-height: 1.3;
    }
    .block_1-list li {
        width: 100%;
    }
    .block_2-text {
        padding-right: 0;
    }
    .block_1-img {
        position: absolute;
        top: -20px;
        left: -50px;
        z-index: 9;
        width: 540px;
    }
    .block_2-list li:nth-child(odd) {
        margin-right: 0;
    }
    .block_2-list li {
        width: 100%;
        margin-bottom: 30px;
        text-align: center;
    }
    .block_2-list-img {
        margin: 0 auto 15px;
    }
    .block_2-img {
        width: 130%;
        max-width: 130%;
        margin-left: -23%;
    }
    .block_3-img {
        width: 120%;
        max-width: 130%;
        margin-left: -8%;
    }
    .block_5 .title {
        width: 100%;
    }
    .slider_wrap {
        max-width: 370px;
        margin-left: auto;
        margin-right: auto;
        padding: 0;
    }
    .block_5 {
        margin-bottom: 100px;
    }
    .block_5 .title {
        margin-bottom: 10px;
    }
    .slide_card {
        padding: 15px;
    }
    .slick-list {
        -webkit-box-sizing: content-box;
        box-sizing: content-box;
        padding-bottom: 30px !important;
    }
    .slick-dots {
        bottom: -55px;
    }
    .slick-prev,
    .slick-next {
        bottom: -50px;
    }
    .slick-prev {
        left: 30px;
    }
    .slick-next {
        right: 30px;
    }
    .composition_item:nth-child(1),
    .composition_item:nth-child(2),
    .composition_item:nth-child(4),
    .composition_item:nth-child(5) {
        margin-right: 0;
    }
    .composition_item {
        width: 100%;
        margin-bottom: 30px;
        text-align: center;
    }
    .composition_img {
        margin: 0 auto 30px;
    }
    .prod {
        bottom: 50px;
        width: 45%;
    }
    .block_7 .title {
        margin-bottom: 30px;
    }
    .order {
        margin-bottom: 60px;
    }
    .order_wrap:last-child {
        margin-top: 0;
    }
    .block_7 {
        margin-bottom: 0;
    }
    .block_8 {
        margin-top: 200px;
    }
    .form_wrap {
        position: relative;
        z-index: 5;
        width: 100%;
        margin-left: 0;
    }
    .main_form {
        padding: 30px 15px;
    }
    .block_8-img {
        position: absolute;
        top: -265px;
        right: 35%;
        bottom: auto;
        display: block;
        width: 75%;
    }
    .block_8-prod {
        top: -245px;
        right: 5%;
        bottom: auto;
        width: 185px;
        -webkit-transform: rotate(10deg);
        -ms-transform: rotate(10deg);
        transform: rotate(10deg);
    }
    .form_title {
        font-size: 28px;
        text-align: center;
    }
    .order_content {
        padding: 40px 15px 45px;
    }
    .inp {
        height: 45px;
        margin-bottom: 5px;
        padding-left: 25px;
        font: 16px;
        line-height: 45px;
    }
}

@media screen and (max-width: 400px) {
    main {
        background: url(../img/background_mob.jpg) no-repeat center -75px;
        background-size: cover;
    }
}