@import url(https://fonts.googleapis.com/css?family=Roboto:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic&display=swap);

body,
html {
    padding: 0;
    margin: 0;
}

body {
    font-family: Roboto, Helvetica, sans-serif;
    font-size: 18px;
    line-height: 1.05;
}

* {
    box-sizing: border-box;
}

h1,
p,
h2 {
    padding: 0;
    margin: 0;
}

header {
    background: #332f2c;
    padding: 20px 0;
}

.wrapper {
    width: 100%;
    max-width: 1200px;
    padding: 0 10px;
    margin: 0 auto;
}

.header-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header-wrap span {
    font-size: 15px;
    color: #c0c0c2;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 10px;
}

.prod-name {
    font-size: 36px;
    color: #59d3e2;
    font-weight: 600;
    text-decoration: none;
}

.block1 {
    background: linear-gradient(-60deg, #332f2c 50%, #fff 50%);
    overflow-y: hidden;
}

.doc-img {
    position: relative;
    margin-bottom: -110px;
}

.block1-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    padding: 40px 0;
}

.block1-ttl {
    font-size: 40px;
    font-weight: 600;
}

.block1-wrap_col1 {
    width: 35%;
    flex: 0 0 auto;
}

.red-txt {
    color: red;
}

.form-block {
    background: #59D3E2;
    background: linear-gradient(180deg, rgba(89, 211, 226, 1) 0%, rgba(47, 79, 153, 1) 100%);
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
    padding: 20px;
    max-width: 370px;
    margin-top: 20px;
}

.price-block {
    text-align: center;
    margin-bottom: 20px;
    font-size: 24px;
}

.price-block b {
    color: #fff;
    padding-left: 10px;
}

.inp {
    width: 100%;
    margin-bottom: 10px;
    padding-left: 10px;
    appearance: none;
    -webkit-appearance: none;
    border: 0;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    height: 46px;
    font-size: 18px;
    outline: none;
}

.form-block small {
    color: #fff;
}

.form-btn {
    cursor: pointer;
    border: 0;
    width: 100%;
    height: 46px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    margin-bottom: 7px;
    background: red;
    color: #fff;
    font-weight: 600;
    font-size: 20px;
}

.vis-mob {
    display: none;
}

img {
    max-width: 100%;
}

.block2 {
    padding: 60px 0;
}

.block2-ttl {
    text-align: center;
    font-weight: 600;
    font-size: 38px;
    color: rgba(47, 79, 153, 1);
}

.slider_wrap {
    width: 100%;
    max-width: 700px;
    display: flex;
    justify-content: center;
    align-items: center;

}

.slide:not(.slick-active) {
    opacity: 0;
}

.slide {
    padding: 20px;
}

.slide_inner {
    padding: 30px 50px;
    color: #000;

    background: #bfbfbf;
    -webkit-border-top-left-radius: 65px;
    border-top-left-radius: 65px;
    -webkit-border-bottom-right-radius: 65px;
    border-bottom-right-radius: 65px;
    -webkit-box-shadow: 0 8px 9px 0 rgba(0, 0, 0, 0.24);
    box-shadow: 0 8px 9px 0 rgba(0, 0, 0, 0.14);
}


.slide:hover,
.slide:active,
.slide:focus {
    border: none;
    outline: none;
}

.slick-dotted.slick-slider {
    margin-bottom: 30px;
}

.slick-dots li {
    width: 18px;
    height: 18px;
    margin: 0 4px;

    vertical-align: middle;

    -webkit-border-radius: 50%;
    border-radius: 50%;
}

.slick-dots li.slick-active {
    width: 18px;
    height: 18px;
}

.slick-dots li button {
    width: 18px;
    height: 18px;
    padding: 0;

    font-size: 0;

    background: #ffffff;
    border: 2px solid #bfbfbf;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

.slick-dots li.slick-active button {

    background: #bfbfbf;
    border: none;
}

.slick-dots li button:before {
    display: none;
}

.block2-wrap {
    background: url(../img/doc2.png) left bottom no-repeat;
    display: flex;
    justify-content: flex-end;
    min-height: 470px;
}

.slide_ttl {
    font-weight: 600;
    font-size: 1.1em;
    margin-bottom: 10px;
    line-height: 1.3;
}

.slide_text {
    line-height: 1.3;
}

.block3 {
    background: #332f2c;
    padding: 60px 0;
}

.block3-wrap {
    display: flex;
    align-items: center;
    gap: 40px;
}

.block3-wrap_text {
    color: #fff;
}

.block3-ttl {
    font-size: 46px;
    font-weight: 600;
    margin-bottom: 20px;
}

.block3-ttl2 {
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 20px;
}

.block3-wrap ul {
    font-size: 20px;
    line-height: 1.3;
    margin-left: 0;
    padding-left: 20px;
    margin-bottom: 0;
}

.block3-wrap li:not(:last-child) {
    margin-bottom: 15px;
}

.flex-wrap {
    flex-wrap: wrap;
}

.flex-center {
    justify-content: center;
}

.flex {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.block4 {
    background: #fff url("../img/bg4.jpg") 100% 100%/ 100% 100% no-repeat;
    padding: 60px 0;
}

.block4 .flex>div {
    width: 40%;
    margin: 6.5px;
    border-radius: 6px;
    padding: 20px;
    line-height: 120%;
    background: #fff;
    display: flex;
    align-items: flex-start;
    gap: 15px;
}

.block4 .flex>div:nth-child(2),
.block4 .flex>div:nth-child(4) {
    flex-direction: row-reverse;
}

.block4 .flex>div:nth-child(2) div,
.block4 .flex>div:nth-child(4) div {
    text-align: right;
}

.block4 .flex div:nth-child(2n) {
    color: #171b26;
}


.block4 .flex div p:first-child {
    font-size: 20px;
    padding-bottom: 5px;
    text-transform: uppercase;
}

.block4 .flex div p:last-child {
    font-size: 18px;
    line-height: 22px;
}

.block4 img {
    flex: 0 0 auto;
}

.doc_content {
    position: relative;

    width: 670px;
    padding: 60px 65px 50px 35px;

    background: #ffffff;
    -webkit-border-bottom-right-radius: 40px;
    border-bottom-right-radius: 40px;
    -webkit-border-bottom-left-radius: 40px;
    border-bottom-left-radius: 40px;
}

.doc_content .title {
    width: 80%;
    margin-bottom: 40px;
}

.doc_stamp {
    position: absolute;
    top: 10px;
    right: 15px;

    width: 135px;
}

.doc_text {
    position: relative;
    z-index: 2;
    line-height: 1.3;
    font-style: italic;
}

.doc {
    position: absolute;
    bottom: 0;
    right: 0;
}

.block5 {

    padding: 60px 0;
    background: #fff url("../img/bg4.jpg") 100% 100%/ 100% 100% no-repeat;
}

.block5 .wrapper {
    position: relative;
}

footer {
    text-align: center;
    padding: 20px 10px
}

footer * {
    font-size: 14px;
}

.block6 {
    background: #fff url("../img/bg4.jpg") 100% 100%/ 100% 100% no-repeat;
    padding: 60px 0;
}

.block6-wrap {
    position: relative;
}

.block_6-list {
    position: relative;
    z-index: 2;
    padding-left: 0;
    width: 640px;
    margin-left: calc(100% - 640px);
    list-style: none;
    font-size: 0;
}

.block_6-list li {
    position: relative;

    margin-bottom: 20px;
    padding-right: 220px;

    font-weight: 300;
    font-size: 18px;
    line-height: 1.1;
    text-align: right;
}

.block_6-list li:last-child {
    margin-bottom: 0;
}

.block_6-list li:nth-child(2) {
    margin-bottom: 15px;
    padding-right: 0;
    padding-left: 220px;

    text-align: left;
}


.block_6-list li p {
    display: inline-block;
    width: 220px;
    margin-right: 10px;
    font-weight: 400;
    vertical-align: middle;
}

.block_6-list li:nth-child(2) p {
    margin-right: 0;
    margin-left: 10px;
}

.block_6-list li img {
    display: inline-block;

    vertical-align: middle;
}

.block_6-list li .counter {
    position: absolute;
    top: 50%;
    right: 40px;

    display: block;
    width: 86px;
    height: 86px;
    margin-top: -43px;

    font-weight: 500;
    font-size: 36px;
    line-height: 86px;
    text-align: center;
    color: #ffffff;
    text-transform: uppercase;

    background: #332f2c;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

.block_6-list li:nth-child(2) .counter {
    right: auto;
    left: 40px;
}

.block_6-list li:before {
    content: "";
    position: absolute;
    top: 50%;
    right: 126px;

    display: block;
    width: 94px;
    height: 2px;
    margin-top: -1px;

    background: #332f2c;
}

.block_6-list li:nth-child(2):before {
    right: auto;
    left: 126px;
}

.block_6-prod {
    position: absolute;
    top: 60px;
    left: 0;
    z-index: 20;
}

.block6-ttl {
    font-size: 42px;
    font-weight: 600;
    margin-bottom: 40px;
    text-align: center;
}

.block7 {
    background: #fff url("../img/bg4.jpg") 100% 100%/ 100% 100% no-repeat;
    padding: 60px 0;
}

.block7-ttl {
    font-size: 42px;
    font-weight: 600;
    margin-bottom: 40px;
    text-align: center;
}

.reviews .slick-list {
    padding-bottom: 20px;
}

.rev-slide {
    background: #fff;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    padding: 20px;
    box-shadow: 0 0 10px #262626;
    margin: 0 10px;
}
.rev-name {
    font-weight: 600;
    margin-bottom: 7px;
}
.rev-city {
    font-weight: 600;
    margin-bottom: 7px;
    font-size: 14px;
}
.rev-txt {
    margin-top: 10px;
    line-height: 1.2;
}