.block-pricing .block__inner {
    -webkit-align-items: flex-start;
    align-items: flex-start;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    padding: 6em 0 2.2em 0!important
}

.block-pricing__header {
    margin: -.7em 0 0 0;
    width: 32.65em
}

.block-pricing__header .header__title {
    margin: 0 0 .62em 0
}

.block-pricing__header .header__paragraph p {
    margin: 0 0 1em 0
}

.block-pricing__data {
    background: #f6f9fb;
    -webkit-border-radius: .3em;
    -moz-border-radius: .3em;
    -ms-border-radius: .3em;
    -o-border-radius: .3em;
    border-radius: .3em;
    width: 25.9em
}

.pricing-data__inner {
    padding: 1.25em 1.5em 1.5em 1.5em
}

.pricing-data__top {
    -webkit-align-items: flex-start;
    align-items: flex-start;
    border-bottom: 1px solid #eaeaea;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    margin: 0 0 1.05em 0;
    padding: 0 0 1.25em 0
}

.pricing-data__column {
    max-width: 7.3em;
    flex-grow: 1;
    /*min-width:5.5em*/
}


/*.pricing-data__column:first-child{max-width:4em;}.pricing-data__column:nth-child(2){margin: 0 auto;display: inline-block;}.pricing-data__column{display: inline-block;max-width: 6.3em;min-width:5.5em;margin:0 auto;}*/

.pricing-data__value {
    font-size: 1.4em;
    font-weight: 600;
    height: 1.35em;
    line-height: 120%;
    margin: 0
}

.pricing-data__value span {
    font-size: .58em
}

.pricing-data__key {
    font-size: .75em;
    line-height: 1.25em
}

.pricing-data__bottom {
    font-size: .8em;
    line-height: 1.5em
}

.block-content .block__inner {
    padding: 2.6em 0 2.6em 0
}

.block-content img {
    -webkit-border-radius: .3em;
    -moz-border-radius: .3em;
    -ms-border-radius: .3em;
    -o-border-radius: .3em;
    border-radius: .3em;
    margin: 0 0 3em 0;
    width: 100%;
    height: auto;
}

.slider {
    height: 41.25em;
    margin: 0 0 3em 0;
    position: relative
}

.slider .slides {
    height: 41.25em;
    margin: 0 0 0 -57em;
    width: 174em
}

.slider .slick-list {
    height: 100%;
    padding: 0 0 0 57em
}

.slider .slick-track {
    height: 100%
}

.slider .slides__item {
    background: #fff no-repeat center center;
    -webkit-background-size: cover;
    background-size: cover;
    -webkit-border-radius: .3em;
    -moz-border-radius: .3em;
    -ms-border-radius: .3em;
    -o-border-radius: .3em;
    border-radius: .3em;
    height: 41.25em;
    margin: 0 1em 0 0;
    opacity: 0;
    -webkit-transition: opacity .55s ease;
    -o-transition: opacity .55s ease;
    transition: opacity .55s ease;
    width: 57em
}

.slider .slides__item:focus {
    outline: 0
}

.slider .slides__item.slick-active {
    opacity: 1
}

.slider .slides-controls {
    bottom: 1.25em;
    position: absolute;
    right: 1.25em
}

.block-content .image {
    background: #ccc no-repeat center center;
    -webkit-background-size: cover;
    background-size: cover;
    -webkit-border-radius: .3em;
    -moz-border-radius: .3em;
    -ms-border-radius: .3em;
    -o-border-radius: .3em;
    border-radius: .3em;
    height: 41.25em;
    margin: 0 0 3em 0;
    width: 100%
}

.block-content h1,
.block-content h2,
.block-content h3,
.block-content h4 {
    font-size: 2.4em;
    line-height: 120%;
    margin: 0 0 .6em 0
}

.block-content p {
    font-size: 1em;
    line-height: 1.5em;
    margin: 0 0 1em 0
}

.block-content p.label {
    margin: 0 0 .8em 0
}

.block-content ul {
    list-style: none;
    margin: 0 0 1em .75em;
    padding: 0
}

.block-content ul li {
    font-size: 1em;
    line-height: 1.5em;
    margin: 0 0 .5em 0;
    padding: 0 0 0 .75em;
    position: relative
}

.block-content ul li:before {
    background: #4cc4eb;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    content: '';
    height: .25em;
    left: 0;
    position: absolute;
    top: .8em;
    width: .25em
}

.block-end {
    background: #ccc no-repeat center center;
    -webkit-background-size: cover;
    background-size: cover;
    color: #fff;
    height: 72vw
}

.block-end__header {
    left: 0;
    position: absolute;
    text-align: center;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    width: 100%
}

.block-end__header .header__title {
    margin: 0 0 .8em 0
}

.block-end__header .button {
    -webkit-border-radius: 1.71875em;
    -moz-border-radius: 1.71875em;
    -ms-border-radius: 1.71875em;
    -o-border-radius: 1.71875em;
    border-radius: 1.71875em;
    height: 3.4375em;
    line-height: 3.05em;
    padding: 0 3.35em 0 2.1em
}


.block-end__header .button{
    background: #2eceff;
}