
.banner-howto {
    height: 220px;
    background: -webkit-linear-gradient(-90deg, #0c101a 0%, #21223b 100%);
    background: -moz-linear-gradient(-90deg, #0c101a 0%, #21223b 100%);
    background: -o-linear-gradient(-90deg, #0c101a 0%, #21223b 100%);
    background: -ms-linear-gradient(-90deg, #0c101a 0%, #21223b 100%);
    background: linear-gradient(180deg, #0c101a 0%, #21223b 100%);
}

.banner-howto h1 {
    padding: 120px 0 0;
    color: #fff;
    font-size: 3.063em;
    font-weight: 400;
    line-height: 100%;
}

.howto-line {
    padding: 30px 0;
    background-color: #fff;
}

.howto-line.gray {
    background-color: #f6f6fa;
}

.howto-block {
    position: relative;
    display: block;
    width: 1000px;
    height: 190px;
    padding: 15px 0 15px 200px;
    box-sizing: border-box;
}

.howto-block .icon {
    position: absolute;
    top: 15px;
    left: 0;
    width: 160px;
    height: 160px;
}

.howto-block .title {
    padding: 8px 0 8px;
    color: #17212f;
    font-size: 2.5em;
    font-weight: 300;
    line-height: 100%;
}

.howto-block .descr {
    padding: 8px 0 13px;
    color: #17212f;
    font-size: 1.063em;
    font-weight: 400;
    line-height: 150%;
}

.howto-block .read-more {
    position: relative;
    display: inline-block;
    padding: 0 15px 0 0;
    color: #0074e6;
    font-size: 20px;
    font-weight: 600;
    line-height: 100%;
}

.howto-block .read-more:after {
    content: "";
    border-bottom: 2px solid #0074e6;
    border-right: 2px solid #0074e6;
    width: 6px;
    height: 6px;
    position: absolute;
    right: 0;
    top: 7px;
    z-index: 100;
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.howto-block:hover .read-more {
    text-decoration: underline;
}



.how-to {
    padding: 60px 0 60px;
}

.how-to .content {
    width: 800px;
}

.how-to .content h1 {
    font-size: 1.75em;
    padding: 26px 0 15px;
    font-weight: 400;
}

.how-to .content h2 {
    color: #333;
    font-size: 1.25em;
    font-weight: 600;
    padding: 26px 0 15px;
}

.how-to .content h3 {
    font-size: 1.125em;
    padding: 25px 0 15px;
    color: #333;
    font-weight: 600;
}

.how-to .content p {
    padding: 15px 0;
    font-size: 1.125em;
}

.how-to .content ol {
    width: auto;
    margin: 15px 0 15px 24px;
    color: #4d4d4d;
    font-size: 1.125em;
    line-height: 160%;
}

.how-to .content ol li {
    padding: 0 0 5px 10px;
}

.how-to .content ul {
    width: auto;
    margin: 0 0 0 24px;
    color: #4d4d4d;
    font-size: 1.125em;
    line-height: 160%;
}

.how-to .content ul li {
    padding: 0 0 10px 10px;
}

.how-to .content ul li span {
    color: #4d4d4d;
}

.how-to .content img {
    max-width: 100%;
    vertical-align: middle;
}

.how-to .content .big {
    display: block;
    margin: 0 auto;
}

.how-to .content .half {
    width: 50%;
}

.how-to .content .inline {
    display: inline-block;
}

.how-to .content .bordered {
    border: 1px solid #ccc;
    border-radius: 4px;
}

.how-to .content .margined {
    margin: 15px 0;
}

.how-to .content .margined.center {
    margin: 15px auto;
}


.itunes-badge img {
    height: 55px;
}
