.page-tools-features {
    padding-top: 75px;
    text-align: center
}

@media (min-width:768px) {
    .page-tools-features {
        padding-top: 115px;
        text-align: initial
    }
}

.page-tools-features:last-child {
    padding-bottom: 75px
}

@media (min-width:768px) {
    .page-tools-features:last-child {
        padding-bottom: 115px
    }
}

.page-tools-features:last-child .feature:last-child {
    border-bottom: 0;
    padding-bottom: 0
}

.page-tools-features strong {
    font-weight: 500
}

.page-tools-features .feature {
    border-bottom: 1px solid #e4e8ed;
    display: grid;
    gap: 30px;
    padding: 60px 0
}

.page-tools-features .feature:first-child {
    padding-top: 0
}

@media (min-width:768px) {
    .page-tools-features .feature {
        align-items: center;
        grid-template-areas: "feature-title feature-img" "feature-text feature-img";
        grid-template-columns: 1fr minmax(min-content, 1fr);
        padding: 80px 0
    }

    .page-tools-features .feature:nth-child(2n) {
        grid-template-areas: "feature-img feature-title" "feature-img feature-text";
        grid-template-columns: minmax(min-content, 1fr) 1fr
    }
}

@media (min-width:1200px) {
    .page-tools-features .feature {
        -moz-column-gap: 130px;
        column-gap: 130px;
        grid-template-columns: 1fr minmax(min-content, max-content)
    }

    .page-tools-features .feature:nth-child(2n) {
        grid-template-columns: minmax(min-content, max-content) 1fr
    }
}

.page-tools-features .feature-title {
    font-weight: 600;
    word-break: break-word
}

@media (min-width:768px) {
    .page-tools-features .feature-title {
        align-self: flex-end;
        grid-area: feature-title
    }
}

.page-tools-features .feature-text {
    font-size: 17px;
    font-weight: 400;
    line-height: 2.1764705882
}

@media (min-width:768px) {
    .page-tools-features .feature-text {
        align-self: flex-start;
        grid-area: feature-text
    }
}

.page-tools-features .feature-text p {
    margin-bottom: 2.1764705882em
}

.page-tools-features .feature-text p:last-child {
    margin-bottom: 0
}

.page-tools-features .feature-text strong {
    font-weight: 500
}

@media (min-width:768px) {
    .page-tools-features .feature-img {
        grid-area: feature-img
    }
}

.page-tools-features .feature-img img {
    border-radius: 3px;
    box-shadow: 0 29px 60px 0 rgba(54, 57, 73, .09);
    margin: 0 auto
}

.page-header {
    padding-bottom: 0
}

.page-header .form-wtc {
    margin: 50px 0
}

@media (min-width:768px) {
    .page-header .form-wtc {
        align-items: center;
        display: flex;
        justify-content: center
    }
}

.page-header .form-wtc .tips {
    display: none
}

@media (min-width:768px) {
    .page-header .form-wtc .tips {
        color: #606060;
        display: initial;
        font: 17px handlee-wf, cursive;
        line-height: 1em;
        margin-right: 15px;
        padding-right: 50px;
        position: relative;
        text-align: right
    }

    .page-header .form-wtc .tips:after {
        background: url(../png/bg-tips.png) 50% no-repeat;
        content: "";
        display: block;
        height: 100%;
        position: absolute;
        right: 0;
        top: 0;
        width: 36px
    }
}

.page-header .form-wtc .tips .item {
    padding: 0 15px
}

@media (min-width:768px) {
    .page-header .form-wtc .tips .item {
        margin-bottom: 12px;
        padding: 0
    }
}

.page-header .form-wtc .tips .item:last-child {
    margin-bottom: 0
}

@media (min-width:768px) {
    .page-header .form-wtc .tips .url {
        padding-right: 5px;
        transform: rotate(2.57deg)
    }
}

.page-header .form-wtc .tips .spy {
    align-items: center;
    display: flex;
    justify-content: center
}

@media (min-width:768px) {
    .page-header .form-wtc .tips .spy {
        transform: rotate(-2.28deg)
    }
}

.page-header .form-wtc .tips .spy .img {
    margin-right: 10px
}

@media (min-width:768px) {
    .page-header .form-wtc .form {
        margin: initial;
        max-width: 492px
    }
}

.page-header .form-wtc .form .field-submit {
    white-space: nowrap
}

.page-header .check {
    display: none
}

@media (min-width:768px) {
    .page-header .check {
        color: var(--c-gray-6);
        display: flex;
        flex-wrap: wrap;
        font-size: 17px;
        justify-content: center;
        line-height: 1.6666666667;
        margin-bottom: 10px
    }
}

.page-header .check-title {
    font-weight: 500;
    margin-bottom: 10px
}

@media (min-width:768px) {
    .page-header .check-title {
        margin-bottom: 0
    }
}

.page-header .check-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center
}

.page-header .check-list .item {
    margin-left: 10px;
    padding-left: 17px;
    position: relative
}

.page-header .check-list .item:before {
    background: var(--c-gray-6);
    border-radius: 50%;
    content: "";
    display: block;
    height: 6px;
    left: 0;
    margin-top: -3px;
    position: absolute;
    top: 50%;
    width: 6px
}

.page-header .check-list .item:first-child {
    padding-left: 0
}

.page-header .check-list .item:first-child:before {
    display: none
}

.page-header .form {
    margin-top: 0
}

.page-header .stats {
    display: none
}

@media (min-width:768px) {
    .page-header .stats {
        color: var(--c-gray-2);
        display: block;
        font-weight: 400
    }
}

.page-header .stats-counter {
    color: inherit
}

.page-header strong {
    color: var(--c-gray-6);
    font-weight: 500
}

.page-tools-features .feature-title {
    line-height: 1.17647
}

.page-tools-features .feature-text {
    line-height: 1.4705882353
}

.page-tools-features .feature-text .btn {
    padding: 14px 30px 12px;
    width: auto
}

.page-tools-features .feature figure {
    display: inline-block;
    position: relative
}

@media (min-width:768px) {
    .page-tools-features .feature figure {
        margin-top: 0
    }
}

.page-tools-features .feature figure:after {
    content: "";
    display: block;
    position: absolute;
    z-index: 1
}

.page-tools-features .feature figcaption {
    background: hsla(0, 0%, 100%, .5);
    color: #606060;
    display: inline-block;
    font: 17px handlee-wf, cursive;
    line-height: 1em;
    position: absolute;
    transform: rotate(-2.28deg);
    z-index: 2
}

@media (min-width:768px) {
    .page-tools-features .feature figcaption {
        background: initial
    }
}

.page-tools-features .feature figcaption .nl {
    display: block
}

.page-tools-features .feature:first-child figcaption {
    left: 36.5%;
    margin-top: -10px;
    top: -5%
}

.page-tools-features .feature:first-child figure {
    margin-top: 5%
}

.page-tools-features .feature:first-child figure:after {
    background: url(../png/bg-img-1.png) 50% no-repeat;
    background-size: 100%;
    height: 20.7386363636%;
    left: 0;
    top: -5%;
    width: 34.7474747475%
}

.page-tools-features .feature:nth-child(2) figcaption {
    left: 3.5%;
    margin-top: -10px;
    text-align: center;
    top: -13%
}

.page-tools-features .feature:nth-child(2) figure {
    margin-top: 13%
}

.page-tools-features .feature:nth-child(2) figure:after {
    background: url(../webp/bg-img-2.webp) 50% no-repeat;
    background-size: 100%;
    height: 34.8214285714%;
    left: 1.5%;
    top: -11%;
    width: 97.9797979798%
}

.page-tools-features .feature:nth-child(3) figcaption {
    left: 18%;
    margin-top: -12px;
    top: -11%;
    transform: rotate(3.24deg)
}

.page-tools-features .feature:nth-child(3) figure {
    margin-top: 11%
}

.page-tools-features .feature:nth-child(3) figure:after {
    background: url(../webp/bg-img-3.webp) 50% no-repeat;
    background-size: 100%;
    height: 53.7142857143%;
    left: 55%;
    top: -4%;
    width: 23.6363636364%
}