.ads {
    position: relative;
    width: 100%;
    margin: 0;
}
.ads .head {
    position: relative;
    margin: 0 auto;
    width: 843px;
    height: 930px;
    padding: 20px 0;
    background: url("/site/image/articles/ads-head.png") left 20px no-repeat;
}
.ads .ads-video {
    position: absolute;
    height: 360px;
    width: 640px;
    top: 587px;
    left: 100px;
}
.ads .ads-video .play-block {
    -webkit-transition: 0.2s opacity;
    -moz-transition: 0.2s opacity;
    -ms-transition: 0.2s opacity;
    -o-transition: 0.2s opacity;
    transition: 0.2s opacity;
    background: #000000;
    background-image: -ms-radial-gradient(center, circle farthest-corner, #999999 0%, #000000 100%);
    background-image: -moz-radial-gradient(center, circle farthest-corner, #999999 0%, #000000 100%);
    background-image: -o-radial-gradient(center, circle farthest-corner, #999999 0%, #000000 100%);
    background-image: -webkit-gradient(radial, center center, 0, center center, 506, color-stop(0, #999999), color-stop(1, #000000));
    background-image: -webkit-radial-gradient(center, circle farthest-corner, #999999 0%, #000000 100%);
    background-image: radial-gradient(circle farthest-corner at center, #999999 0%, #000000 100%);
    color: #FFFFFF;
    width: 640px;
    height: 100px;
    font-size: 32px;
    font-weight: bold;
    line-height: 36px;
    text-align: center;
    vertical-align: top;
    padding: 260px 0 0 0;
    opacity: 0;
}
.ads .ads-video:hover .play-block {
    opacity: 0.7;
}
.ads .ads-video .play-button {
    position: absolute;
    top: 100px;
    left: 244px;
    width: 142px;
    height: 142px;
    background: url("/site/image/main/play-button.png") left top no-repeat;
    cursor: pointer;
    opacity: 0.6;
}
.ads .ads-video .play-button:hover {
    opacity: 0.9;
}
.ads ul.ads-tabs-top {
    display: block;
    position: absolute;
    left: 89px;
    top: 380px;
}
.ads ul.ads-tabs-top li {
    position: relative;
    display: block;
    font-size: 22px;
    font-weight: 400;
    line-height: 40px;
    cursor: pointer;
    color: #3D579F;
    width: 320px;
}
.ads ul.ads-tabs-top li.active,
.ads ul.ads-tabs-top li:hover,
.ads ul.ads-tabs-top li:hover a {
    color: #FFD563;
}
.ads ul.ads-tabs-top li.active:after {
    content: "";
    display: block;
    width: 44px;
    height: 14px;
    background: url(/site/image/articles/top-arrow.png) left top no-repeat;
    position: absolute;
    top: 12px;
    right: 0;
}
.ads ul.ads-tabs-bottom {
    display: block;
    width: 740px;
    margin: 0 auto;
    text-align: center;
}
.ads .head .ads-head-contacts {
    width: 300px;
    position: absolute;
    top: 350px;
    right: 120px;
    text-align: left;
    font-weight: 400;
    font-size: 16px;
    line-height: 120%;
}
.ads .ads-contacts {
    display: block;
    width: 740px;
    margin: 0 auto;
    text-align: left;
    font-weight: 400;
    font-size: 14px;
    line-height: 120%;
}
.ads .ads-contacts .ads-contacts-text {
    margin: 0;
    padding: 20px 0 0 50px;
}
.ads .ads-contacts .phone,
.ads .head .ads-head-contacts .phone {
    color: #FFD563;
}
.ads .ads-contacts .phone .number,
.ads .head .ads-head-contacts .phone .number {
    font-size: 16px;
    font-weight: bold;
    line-height: 24px;
}
.ads ul.ads-tabs-bottom {
    display: block;
    width: 740px;
    margin: 20px auto;
    padding: 0 0 40px 0;
    text-align: center;
}
.ads ul.ads-tabs-bottom li {
    display: inline-block;
    font-size: 16px;
    font-weight: bold;
    line-height: 18px;
    cursor: pointer;
    color: #3D579F;
    margin: 0 0 0 30px;
}
.ads ul.ads-tabs-bottom li.active,
.ads ul.ads-tabs-bottom li:hover,
.ads ul.ads-tabs-bottom li:hover a {
    color: #FFD563;
}
.ads .media-tab {
    display: block;
    position: relative;
}
.ads .media-tab img {
    width: 843px;
    display: block;
    margin: 0 auto;
}
.ads .media-tab .media-head {
    margin: 10px 0 0 0;
    font-size: 28px;
    font-weight: 400;
    line-height: 30px;
    color: #FFD563;
    text-align: center;
}
.ads .media-tab .media-title {
    padding: 0 0 15px 0;
    font-size: 20px;
    font-weight: 400;
    line-height: 24px;
    text-align: center;
}
.ads .free-tab {
    display: none;
    position: relative;
    font-size: 14px;
    line-height: 16px;
    margin: 0 auto;
    padding: 0 0 10px 0;
    width: 740px;
}
.ads .free-tab h2 {
    font-size: 28px;
    font-weight: 400;
    line-height: 30px;
    color: #FFD563;
    text-align: center;
    margin: 10px 0;
}
.ads .free-tab .logo-text {
    font-size: 28px;
    line-height: 40px;
    font-weight: bold;
    text-align: center;
}
.ads .free-tab .slogan {
    line-height: 24px;
    font-size: 20px;
    font-weight: bold;
    text-align: right;
    margin: 10px 0 0 0;
    padding: 0 20px;
}
.ads .free-tab .create-adver {
    position: absolute;
    top: 60px;
    left: 50px;
    padding: 12px 40px;
    text-align: center;
    font-size: 18px;
    font-weight: 400;
    text-decoration: none;
}
.ads .free-tab .create-adver-bot {
    display: block;
    width: 200px;
    margin: 20px auto 0 auto;
    padding: 12px 40px;
    text-align: center;
    font-size: 18px;
    font-weight: 400;
    text-decoration: none;
}
.ads .free-tab .about {
    position: relative;
    margin: 20px 50px 0 50px;
}
.ads .free-tab .about .green-arrow {
    position: absolute;
    top: 0;
    right: -102px;
    width: 452px;
    height: 108px;
    display: inline-block;
}
.ads .free-tab .about .description {
    width: 280px;
    padding: 0 0 10px 0;
}
.ads .free-tab .about .description h3 {
    font-size: 20px;
    font-weight:bold;
    line-height: 24px;
    padding: 0 0 10px 0;
}
.ads .free-tab .about .steps .steps-head {
    margin: 10px 0;
    font-size: 20px;
    font-weight:bold;
    line-height: 24px;
}
.ads .free-tab .about .steps ul li {
    display: inline-block;
    width: 295px;
    margin: 10px 20px 0 0;
}
.ads .free-tab .about .steps ul li .step {
    display: block;
    width: 96px;
    height: 25px;
    font-size: 16px;
    font-weight: bold;
    color: #FFFFFF;
    padding: 5px 10px;
    background: url(/site/image/articles/step.png) left top no-repeat;
}
.ads .free-tab .about .steps ul li h3 {
    display: block;
    font-size: 20px;
    font-weight:bold;
    line-height: 24px;
    padding: 0 0 10px 0;
}
.ads .free-tab .advantages {
    margin: 20px 50px 0 50px;
}
.ads .free-tab .advantages ul {
    list-style: square outside;
    margin: 0 0 0 20px;
}
.ads .free-tab .advantages ul li {
    padding: 12px 0 0 20px;
}

div.scheme {
    color: #3D579F;
}
div.scheme section.opportunities {
    position: relative;
    background: #EBEEF5;
    padding: 0 0 30px 0;
    text-align: center;
}
div.scheme section.steps {
    position: relative;
    background: #FFFFFF;
    padding: 0 10px;
    text-align: center;
}
div.scheme section.videos {
    background: #EBEEF5 url(/site/image/articles/scheme_bg.jpg) left top no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    color: #FFFFFF;
    text-align: center;
    position: relative;
    padding: 0;
    margin: 0;
}
div.scheme section.opportunities h1,
div.scheme section.steps h2 {
    font-size: 30px;
    line-height: 40px;
    font-weight: bold;
    color: #3D579F;
    text-transform: uppercase;
    display: block;
    padding: 30px 0;
}
div.scheme section.opportunities h1 span {
    display: inline-block;
    padding: 0;
    margin: 0;
    vertical-align: top;
}
div.scheme section.opportunities h1 span img {
    display: inline-block;
    position: relative;
    margin: -4px 0 0 0;
}
div.scheme section.opportunities .opportunity {
    width: 220px;
    display: inline-block;
    margin: 10px 40px;
    text-align: center;
    color: #3D579F;
}
div.scheme section.opportunities .opportunity h2 {
    font-size: 16px;
    line-height: 120%;
    font-weight: bold;
    color: #3D579F;
    text-align: center;
    text-transform: uppercase;
    margin: 0 auto;
}
div.scheme section.opportunities .opportunity p {
    text-align: center;
    padding: 0 10px;
    margin: 0 auto;
    font-size: 14px;
    line-height: 120%;
    font-weight: 400;
    color: #3D579F;
}
div.scheme section.steps li {
    text-align: left;
    font-size: 14px;
    line-height: 120%;
    font-weight: 400;
    color: #3D579F;
    width: 170px;
    height: 380px;
    display: inline-block;
    margin: 0;
    padding: 10px 70px;
}
div.scheme section.steps li.step1 {
    background: url(/site/image/articles/step1.png) left top no-repeat;
}
div.scheme section.steps li.step2 {
    background: url(/site/image/articles/step2.png) left top no-repeat;
}
div.scheme section.steps li.step3 {
    background: url(/site/image/articles/step3.png) left top no-repeat;
}
div.scheme section.steps li.step4 {
    background: url(/site/image/articles/step4.png) left top no-repeat;
}
div.scheme section.steps li.step5 {
    background: url(/site/image/articles/step5.png) left top no-repeat;
}
div.scheme section.steps li.step6 {
    background: url(/site/image/articles/step6.png) left top no-repeat;
}
div.scheme section.videos h2 {
    display: block;
    font-size: 30px;
    line-height: 40px;
    font-weight: bold;
    height: 40px;
    vertical-align: top;
    color: #FFFFFF;
    text-transform: uppercase;
    padding: 30px 0 20px 0;
    margin: 0;
}
div.scheme section.videos h2.bottom {
    padding: 20px 0 10px 0;
    margin: 0;
}
div.scheme section.videos h2 span {
    display: inline-block;
    padding: 0;
    margin: 0;
    vertical-align: top;
}
div.scheme section.videos h2 span img {
    display: inline-block;
    position: relative;
    margin: -6px 0 0 0;
}
div.scheme section.videos a.video {
    display: inline-block;
    position: relative;
    margin: 0 25px;
    padding: 10px 0;
    width: 175px;
    font-size: 16px;
    line-height: 120%;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
}
div.scheme section.videos a span {
    display: block;
    margin: 0 auto 5px auto;
    width: 162px;
    height: 122px;
}
div.scheme section.videos a span.video1 {
    background: url(/site/image/articles/video1.png) left top no-repeat;
}
div.scheme section.videos a span.video2 {
    background: url(/site/image/articles/video2.png) left top no-repeat;
}
div.scheme section.videos a span.video3 {
    background: url(/site/image/articles/video3.png) left top no-repeat;
}
div.scheme section.videos a span.video4 {
    background: url(/site/image/articles/video4.png) left top no-repeat;
}
div.scheme section.videos a span.video5 {
    background: url(/site/image/articles/video5.png) left top no-repeat;
}
div.scheme section.videos a span.video6 {
    background: url(/site/image/articles/video6.png) left top no-repeat;
}
div.scheme section.videos a span.video7 {
    background: url(/site/image/articles/video7.png) left top no-repeat;
}
div.scheme section.videos a span.video8 {
    background: url(/site/image/articles/video8.png) left top no-repeat;
}
div.scheme section.videos a:hover span,
div.scheme section.videos a span:hover {
    background-position: left -122px;
}
div.scheme section.videos a:active span,
div.scheme section.videos a span:active {
    background-position: left -244px;
}