/*! 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 {
    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 {
    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] {
    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
}

@font-face {
    font-family: raleway-example;
    src: url(../ralewayregular.html) format("woff")
}

@font-face {
    font-family: raleway-example;
    src: url(../ralewaybold.html) format("woff");
    font-weight: 700
}

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

:after,
:before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

body,
html {
    height: 100%;
    width: 100%
}

body {
    font-size: 16px;
    min-width: 320px;
    position: relative;
    overflow-x: hidden;
    opacity: 1;
    opacity-min-height: 100vh;
    opacity-scroll-behavior: smooth;
    opacity-text-rendering: optimizeSpeed;
    opacity-line-height: 1.5
}

blockquote,
body,
dd,
dl,
figcaption,
figure,
h1,
h2,
h3,
h4,
li,
ol[class],
p,
ul[class] {
    margin: 0;
    font-weight: 400
}

button,
input,
select,
textarea {
    font: inherit
}

input::-webkit-input-placeholder {
    opacity: 1;
    -webkit-transition: opacity .3s ease;
    transition: opacity .3s ease
}

input::-moz-placeholder {
    opacity: 1;
    -moz-transition: opacity .3s ease;
    transition: opacity .3s ease
}

input:-moz-placeholder {
    opacity: 1;
    -moz-transition: opacity .3s ease;
    transition: opacity .3s ease
}

input:-ms-input-placeholder {
    opacity: 1;
    -ms-transition: opacity .3s ease;
    transition: opacity .3s ease
}

input:focus::-webkit-input-placeholder {
    opacity: 0;
    -webkit-transition: opacity .3s ease;
    transition: opacity .3s ease
}

input:focus::-moz-placeholder {
    opacity: 0;
    -moz-transition: opacity .3s ease;
    transition: opacity .3s ease
}

input:focus:-moz-placeholder {
    opacity: 0;
    -moz-transition: opacity .3s ease;
    transition: opacity .3s ease
}

input:focus:-ms-input-placeholder {
    opacity: 0;
    -ms-transition: opacity .3s ease;
    transition: opacity .3s ease
}

body {
    font-family: 'IBM Plex Sans', sans-serif
}

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

.welcome {
    background: url(../images/bg_2.png) no-repeat;
    background-size: cover;
    padding: 50px 0
}

.welcome h1 {
    font-weight: 700;
    font-size: 40px;
    line-height: 52px
}

.welcome__blocks {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.welcome__block {
    width: 50%
}

.welcome h2 {
    background: #86b503;
    color: #fff;
    text-align: center;
    padding: 10px 5px;
    border-radius: 5px;
    font-size: 25px
}

.welcome__items {
    margin-top: 50px
}

.welcome__item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 20px 0
}

.welcome__item img {
    margin-right: 15px
}

.welcome__item p {
    font-size: 20px;
    line-height: 26px
}

.welcome__button {
    background: url(../images/button.png) no-repeat;
    background-size: cover;
    height: 73px;
    width: 300px;
    margin: 50px auto 0 auto
}

.welcome__button a {
    color: #000;
    font-size: 30px;
    text-decoration: none;
    height: 100%;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.welcome__img {
    width: 100%;
    z-index: 1
}

.welcome__price {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 300px;
    height: 70px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: -80px
}

.welcome__price--old {
    background: #303135;
    width: 50%;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff;
    border-radius: 35px 0 0 35px
}

.welcome__price--old span {
    /* text-decoration: line-through; */
    -webkit-text-decoration-color: #fff;
    text-decoration-color: #fff;
    font-size: 22px
}

.welcome__price--new {
    background: #86b503;
    width: 50%;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff;
    border-radius: 0 35px 35px 0
}

.welcome__price--new span {
    font-size: 30px
}

.welcome__amount {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 20px
}

.welcome__amount img {
    margin-right: 15px
}

.tasks {
    padding: 50px 0;
    background: url(../images/bg.png) no-repeat;
    background-attachment: fixed
}

.tasks__content h2 {
    font-weight: 700;
    font-size: 40px;
    text-align: center
}

.tasks__blocks {
    margin-top: 30px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, .25);
    box-shadow: 0 4px 4px rgba(0, 0, 0, .25);
    border-radius: 10px;
    background: #fff
}

.tasks__block {
    width: 50%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.tasks__description {
    padding: 20px
}

.tasks__description p {
    line-height: 23px;
    letter-spacing: .02em;
    margin: 10px 0
}

.tasks__img {
    width: 100%
}

.tasks__img img {
    width: 100%
}

.advantages {
    background: url(../images/bg_1.png) no-repeat;
    background-size: cover;
    padding: 50px 0
}

.advantages__content h2 {
    font-weight: 700;
    font-size: 40px;
    text-align: center
}

.advantages__items {
    margin-top: 50px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.advantages__item {
    width: 280px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 10px
}

.advantages__item p {
    text-align: center;
    margin-top: 15px;
    font-size: 20px;
    line-height: 26px
}

.video {
    padding: 50px 0;
    background: url(../images/bg_3.png) no-repeat;
    background-attachment: fixed
}

.video__content h2 {
    font-weight: 700;
    font-size: 40px;
    text-align: center
}

.video__items {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    margin-top: 30px
}

.video__items video {
    width: 300px
}

.easy {
    padding: 50px 0;
    background: #222328;
    color: #fff
}

.easy__blocks {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.easy__blocks h2 {
    font-weight: 700;
    font-size: 30px
}

.easy__block--left {
    width: 70%
}

.easy__block--right {
    width: 30%
}

.easy__block--right img {
    width: 100%;
    margin: -50px 0
}

.easy__items {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 30px
}

.easy__item {
    width: 160px;
    margin: 10px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

.easy__item img {
    width: 100%
}

.easy__item p {
    margin-top: 10px
}

.set {
    padding: 50px 0
}

.set__content h2 {
    font-weight: 700;
    font-size: 30px;
    text-align: center
}

.set__blocks {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    margin-top: 30px
}

.set__block {
    width: 40%;
    padding: 30px
}

.set__block p {
    font-size: 20px;
    margin: 10px 0
}

.set__block img {
    width: 100%
}

.reviews {
    padding: 50px 0 70px 0;
    background: #222328;
    color: #fff
}

.reviews__content h2 {
    font-weight: 700;
    font-size: 30px;
    text-align: center
}

.reviews__slider {
    margin-top: 30px
}

.reviews__item {
    padding: 10px;
    outline: 0
}

.reviews__item img {
    width: 100%
}

.reviews .slick-dots {
    margin-top: 70px
}

.reviews .slick-dots li button:before,
.reviews .slick-dots li.slick-active button:before {
    color: #fff;
    font-size: 10px;
    margin-top: 30px
}

.delivery {
    padding: 50px 0
}

.delivery__content h2 {
    font-weight: 700;
    font-size: 40px;
    text-align: center
}

.delivery__content h3 {
    font-size: 20px;
    margin: 30px 0;
    text-align: center
}

.delivery__items {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.delivery__item {
    width: 300px;
    height: 220px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.delivery__item img {
    width: 70%
}

.delivery__item p {
    margin-top: 10px
}

form {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 400px;
    margin-top: 50px;
    padding: 10px;
    background: #fff;
    border-radius: 5px
}

form .welcome__price {
    margin: 10px 0
}

form input, .form-control {
    margin: 10px 0;
    height: 70px;
    width: 300px;
    text-align: center;
    background: #f9f9f9;
    -webkit-box-shadow: inset 0 4px 4px rgba(0, 0, 0, .25);
    box-shadow: inset 0 4px 4px rgba(0, 0, 0, .25);
    border-radius: 50px;
    border: none;
    font-weight: 700;
    font-size: 22px;
    outline: 0
}

form button {
    background: url(../images/button.png) no-repeat;
    background-size: cover;
    height: 73px;
    width: 300px;
    margin: 20px auto 20px auto;
    outline: 0;
    border: none;
    font-size: 30px;
    cursor: pointer
}

.hidden {
    display: none
}

.welcome-mob {
    display: none
}

.slick-next:before,
.slick-prev:before {
    color: #ffc700;
    opacity: 1;
    font-size: 40px
}

.slick-next {
    right: 30px
}

.slick-prev {
    left: 10px;
    z-index: 10
}

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

@media only screen and (max-width:992px) {
    .advantages,
    .delivery,
    .easy,
    .set,
    .tasks,
    .video {
        padding: 20px 0
    }
    .welcome {
        padding: 0
    }
    .welcome__content {
        display: none
    }
    .welcome-mob {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        background: url(../images/bg-mob.png) no-repeat;
        background-size: cover;
        padding: 20px 0
    }
    .welcome-mob__content {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center
    }
    .welcome-mob h2 {
        font-weight: 700;
        font-size: 30px
    }
    .welcome-mob h3 {
        background: #86b503;
        color: #fff;
        text-align: center;
        padding: 10px 5px;
        border-radius: 5px;
        font-size: 25px;
        margin: 30px 0
    }
    .welcome-mob form {
        width: 320px
    }
    .tasks__blocks {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 10px
    }
    .tasks__block {
        width: 70%
    }
    .easy__blocks {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 10px
    }
    .easy__block {
        width: 70%
    }
    .easy__block--right img {
        margin: 0
    }
    .set__blocks {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 10px
    }
    .set__block {
        width: 70%
    }
    .reviews {
        padding: 20px 0 40px 0
    }
}

@media only screen and (max-width:768px) {
    .easy__block {
        width: 90%
    }
    .set__block {
        width: 90%
    }
    .video__items {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center
    }
    .video video {
        margin: 20px 0
    }
}

@media only screen and (max-width:480px) {
    .welcome-mob__img {
        width: 100%
    }
    .tasks h2 {
        font-size: 30px
    }
    .tasks__block {
        width: 100%
    }
    .advantages h2 {
        font-size: 30px
    }
    .easy__block {
        width: 100%
    }
    .easy__item {
        width: 300px
    }
    .set__block {
        padding: 0;
        width: 100%
    }
}