/* ==========================================================================
   styles for main page
   ========================================================================== */

main.index div.center-block {
    position: relative;
    margin: 0 auto;
    width: 940px;
    padding: 0;
    border: 0;
}
main.index h2 {
    margin: 0;
    padding: 0;
}
main.index .btn-3d,
main.index input.btn-3d {
    font-size: 20px;
    line-height: 120%;
    font-weight: 400;
    color: #735D23;
    background-color: #FFD563;
    border: 0;
    padding: 12px 12px;
}
main.index .btn-3d:focus, main.index .btn-3d:hover,
main.index input.btn-3d:focus, main.index input.btn-3d:hover {
    text-decoration: none;
    color: #735D23;
    background-color: #FFD563;
    opacity: 0.8;
}
main.index .btn-3d:active,
main.index input.btn-3d:active {
    text-decoration: none;
    color: #735D23;
    background-color: #FFD563;
    opacity: 0.8;
}
main.index .btn-3d-blue,
main.index input.btn-3d-blue {
    font-size: 20px;
    line-height: 120%;
    color: #FFFFFF;
    /*background-color: #3B4F85;*/
    background-color: #4267b2;
    border: 0;
    padding: 12px 12px;
}
main.index .btn-3d-blue:focus, main.index .btn-3d-blue:hover,
main.index input.btn-3d-blue:focus, main.index input.btn-3d-blue:hover {
    text-decoration: none;
    color: #FFFFFF;
    /*background-color: #3B4F85;*/
    background-color: #4267b2;
    opacity: 0.8;
}
main.index .btn-3d-blue:active,
main.index input.btn-3d-blue:active {
    text-decoration: none;
    color: #FFFFFF;
    /*background-color: #3B4F85;*/
    background-color: #4267b2;
    opacity: 0.8;
}

section.community {
    position: relative;
    border-bottom: solid 4px #FFD563;
    background: transparent;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    padding: 55px 0 0 0;
}
section.community div.community-background {
    position: absolute;
    top: 0;
    background: #000;
    height: 100%;
    width: 100%;
    background: url("/site/image/design/slider/slide1.png") left top no-repeat;
    background-size: cover;
    z-index: 4;
}
section.community div.center-block {
    position: relative;
    z-index: 9;
}
section.community h1 {
    display: block;
    font-size: 33px;
    font-weight: 400;
    line-height: 111%;
    text-transform: none;
    text-align: center;
    color: #FFFFFF;
    margin: 0 0 20px 0;
    text-shadow: 1px 1px 1px #000000;
}
section.community h2 {
    display: block;
    font-size: 24px;
    font-weight: 300;
    line-height: 108%;
    text-transform: none;
    color: #FFFFFF;
    padding: 0 110px 0 0;
    margin: 0 0 15px 0;
}
section.community div.video {
    position: absolute;
    bottom: 118px;
    left: 0px;
    height: 360px;
    width: 640px;
    background: #ECEAF1 url("/site/image/design/mainvideo_bg.jpg") left top no-repeat;
    -moz-box-shadow:    7px 7px 0px 0px rgba(50, 50, 70, 0.5);
    -webkit-box-shadow: 7px 7px 0px 0px rgba(50, 50, 70, 0.5);
    box-shadow:         7px 7px 0px 0px rgba(50, 50, 70, 0.5);
}
section.community div.video div.video-alt-wrap {
    position: relative;
}
section.community div.video .video-alt-wrap .video-alt {
    color: #000000;
    font-size: 28px;
    font-weight: 600;
    line-height: 103%;
    position: absolute;
    left: 90px;
    top: 25px;
}
section.community div.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: 90px;
    font-size: 24px;
    font-weight: bold;
    line-height: 36px;
    text-align: center;
    vertical-align: top;
    padding: 270px 0 0 0;
    opacity: 0;
}
section.community div.video:hover .play-block {
    opacity: 0.7;
}
section.community div.video span.play-button {
    position: absolute;
    top: 109px;
    left: 251px;
    width: 142px;
    height: 142px;
    background: url("/site/image/main/play-button.png") left top no-repeat;
    cursor: pointer;
    opacity: 0.6;
}
section.community div.video span.play-button:hover {
    opacity: 0.9;
}
section.community form {
    position: relative;
    display: block;
    left: 640px;
    background-color: #3B4F85;
    width: 270px;
    height: 400px;
    color: #FFFFFF;
    padding: 15px 15px 10px 15px;
}
section.community form h3 {
    position: relative;
    display: block;
    margin: 0;
    font-size: 22px;
    font-weight: 600;
    line-height: 103%;
    text-align: center;
}
section.community form h3 .form-arrow-icon {
    position: absolute;
    top: -70px;
    left: 180px;
    display: block;
    width: 72px;
    height: 84px;
    background: url("/site/image/design/icons3.png") left top no-repeat;
    background-position: -5px -197px;
}
section.community form h4 {
    font-size: 14px;
    font-weight: 300;
    line-height: 120%;
    display: block;
    text-align: left;
    margin: 15px -5px 10px 0;
}
section.community form label {
    display: block;
    margin: 5px 0 0 0;
}
section.community form label input[type=text],
section.community form label input[type=password] {
    font-size: 16px;
    line-height: 120%;
    width: 250px;
    padding: 10px;
}
section.community form .btn {
    width: 240px;
}
section.community form .terms {
    display: block;
    margin: 10px 0;
}
section.community form .terms,
section.community form .terms a {
    font-size: 12px;
    font-weight: 300;
    line-height: 103%;
    text-align: left;
    color: #FFFFFF;
    opacity: 0.5;
    text-align: center;
}
section.community form .terms a {
    text-decoration: underline;
}
section.community form .terms a:hover {
    text-decoration: none;
}
section.community form .social-login {
    margin: 10px auto 0 auto;
    text-align: left;
    width: 280px;
}
section.community form .social-login span {
    display: inline-block;
    margin: 0;
    width: 110px;
    text-align: left;
    font-size: 14px;
    font-weight: 300;
    line-height: 120%;
    color: #FFFFFF;
}
section.community form .social-login a.ok {
    display: inline-block;
    width: 35px;
    height: 35px;
    margin: -5px 0 -5px 10px;
    background: url("/site/image/design/icons3.png") left top no-repeat;
    background-position: -577px -395px;
    cursor: pointer;
}
section.community form .social-login a.fb {
    display: inline-block;
    margin: -5px 10px;
    width: 35px;
    height: 35px;
    background: url("/site/image/design/icons3.png") left top no-repeat;
    background-position: -5px -11px;
    cursor: pointer;
}
section.community form .social-login a.vk {
    display: inline-block;
    width: 35px;
    height: 35px;
    margin: -5px 0;
    background: url("/site/image/design/icons3.png") left top no-repeat;
    background-position: -54px -11px;
    cursor: pointer;
}
section.community .community-actions {
    position: relative;
    top: -43px;
    height: 53px;
    width: 640px;
    text-align: left;
    padding: 0;
}
section.community .community-actions .moreinfo-icon {
    display: inline-block;
    position: relative;
    width: 28px;
    height: 28px;
    margin: 0 10px -10px 50px;
    background: url("/site/image/design/icons3.png") left top no-repeat;
    background-position: -24px -62px;
}
section.community .community-actions .demoversion-icon {
    display: inline-block;
    position: relative;
    width: 18px;
    height: 10px;
    margin: 0 10px 0 0;
    background: url("/site/image/design/icons3.png") left top no-repeat;
    background-position: -6px -123px;
}
section.community .community-actions .addadver-icon {
    display: inline-block;
    position: relative;
    width: 23px;
    height: 23px;
    margin: -7px 10px -6px 0;
    background: url("/site/image/design/icons3.png") left top no-repeat;
    background-position: -539px -200px;
}
section.community .community-actions a {
    color: #FFD563;
    font-size: 16px;
    font-weight: 400;
    line-height: 120%;
}
section.community .community-actions a.btn {
    color: #735D23;
    font-size: 20px;
    line-height: 120%;
    font-weight: 400;
    text-align: center;
}
section.community .community-actions a.btn-3d-blue {
    color: #FFFFFF;
}

div.work-scheme {
    color: #3D579F;
    margin: 0 0 5px 0;
    height: auto;
}
div.work-scheme section.opportunities {
    position: relative;
    background: #F1F1F1;
    padding: 0 0 30px 0;
    text-align: center;
}
div.work-scheme section.steps {
    position: relative;
    background: #FFFFFF;
    padding: 0 10px;
    text-align: center;
}
div.work-scheme section.opportunities h2,
div.work-scheme section.steps h3 {
    font-size: 30px;
    line-height: 40px;
    font-weight: bold;
    color: #3D579F;
    text-transform: uppercase;
    display: block;
    padding: 30px 0;
}
div.work-scheme section.opportunities h2 span {
    display: inline-block;
    padding: 0;
    margin: 0;
    vertical-align: top;
}
div.work-scheme section.opportunities h2 span img {
    display: inline-block;
    position: relative;
    margin: -4px 0 0 0;
}
div.work-scheme section.opportunities .opportunity {
    width: 220px;
    display: inline-block;
    margin: 10px 40px;
    text-align: center;
    color: #3D579F;
}
div.work-scheme section.opportunities .opportunity h3 {
    font-size: 16px;
    line-height: 120%;
    font-weight: bold;
    color: #3D579F;
    text-align: center;
    text-transform: uppercase;
    margin: 0 auto;
}
div.work-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.work-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.work-scheme section.steps li.step1 {
    background: url(/site/image/articles/step1.png) left top no-repeat;
}
div.work-scheme section.steps li.step2 {
    background: url(/site/image/articles/step2.png) left top no-repeat;
}
div.work-scheme section.steps li.step3 {
    background: url(/site/image/articles/step3.png) left top no-repeat;
}
div.work-scheme section.steps li.step4 {
    background: url(/site/image/articles/step4.png) left top no-repeat;
}
div.work-scheme section.steps li.step5 {
    background: url(/site/image/articles/step5.png) left top no-repeat;
}
div.work-scheme section.steps li.step6 {
    background: url(/site/image/articles/step6.png) left top no-repeat;
}

section.our-partners {
    padding: 10px 0;
    border-bottom: solid 1px #D1D1D1;
}
section.our-partners .mb-partner-list {
    text-align: center;
}
section.our-partners .mb-partner-list .mb-partner {
    display: inline-block;
    margin: 10px;
}
section.our-partners .mb-partner-list .mb-partner img {
    border: 1px solid #999;
}

section.features {
    padding: 20px 0 40px 0;
    background: #FFFFFF;
    background: -ms-linear-gradient(top, #F1F1F1 0%, #FFFFFF 100%);
    background: -moz-linear-gradient(top, #F1F1F1 0%, #FFFFFF 100%);
    background: -o-linear-gradient(top, #F1F1F1 0%, #FFFFFF 100%);
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#F1F1F1) ,color-stop(100%,#FFFFFF));
    background: -webkit-linear-gradient(top, #F1F1F1 0%, #FFFFFF 100%);
    background: linear-gradient(top, #F1F1F1 0%, #FFFFFF 100%);
}
section.features h2 {
    font-size: 16px;
    font-weight: 300;
    line-height: 120%;
    text-transform: none;
    color: #505050;
    text-align: center;
    display: block;
    margin: 0 0 30px 0;
}
section.features .features-list {
    display: block;
    white-space: nowrap;
    position: relative;
}
section.features .features-list .feature {
    display: inline-block;
    white-space: normal;
    width: 280px;
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 120%;
    color: #3D4355;
}
section.features .features-list .feature-center {
    padding: 0 48px;
}
section.features .features-list .feature h3,
section.features .features-list .feature .feature-header {
    font-size: 36px;
    font-weight: 300;
    line-height: 94%;
    color: #222326;
    text-align: center;
}
section.features .features-list .feature h4,
section.features .features-list .feature .feature-smallheader {
    position: relative;
    font-size: 14px;
    font-weight: 600;
    line-height: 120%;
    color: #222326;
    text-align: center;
    margin: 40px 0 30px 0;
    padding: 14px 0;
    background: url("/site/image/design/icons3.png") left top no-repeat;
    background-position: -6px -300px;
}
section.features .features-list .feature h4.blue,
section.features .features-list .feature .feature-smallheader.blue {
    background: url("/site/image/design/icons3.png") left top no-repeat;
    background-position: -6px -376px;
}
section.features .features-list .feature h4 span.feature-advers-icon,
section.features .features-list .feature .feature-smallheader span.feature-advers-icon {
    position: absolute;
    top: -20px;
    left: 121px;
    display: block;
    width: 32px;
    height: 33px;
    background: url("/site/image/design/icons3.png") left top no-repeat;
    background-position: -220px -54px;
}
section.features .features-list .feature h4 span.feature-partners-icon,
section.features .features-list .feature .feature-smallheader span.feature-partners-icon {
    position: absolute;
    top: -20px;
    left: 124px;
    display: block;
    width: 32px;
    height: 29px;
    background: url("/site/image/design/icons3.png") left top no-repeat;
    background-position: -183px -57px;
}
section.features .features-list .feature h4 span.feature-activities-icon,
section.features .features-list .feature .feature-smallheader span.feature-activities-icon {
    position: absolute;
    top: -20px;
    left: 125px;
    display: block;
    width: 28px;
    height: 29px;
    background: url("/site/image/design/icons3.png") left top no-repeat;
    background-position: -147px -59px;
}
section.features .features-list .feature b {
    font-weight: 600;
    display: block;
    margin: 15px 0 0 0;
}
section.features .features-list .feature .arrow-left-icon {
    display: block;
    width: 117px;
    height: 59px;
    margin: 15px 0 -32px 140px;
    background: url("/site/image/design/icons3.png") left top no-repeat;
    background-position: -98px -222px;
}
section.features .features-list .feature .arrow-center-icon {
    display: block;
    width: 14px;
    height: 46px;
    margin: 15px auto;
    background: url("/site/image/design/icons3.png") left top no-repeat;
    background-position: -351px -212px;
}
section.features .features-list .feature .arrow-right-icon {
    display: block;
    width: 78px;
    height: 65px;
    margin: 15px 0 -35px 25px;
    background: url("/site/image/design/icons3.png") left top no-repeat;
    background-position: -236px -211px;
}
section.features .btn {
    display: block;
    margin: 0 auto;
    width: 372px;
    padding: 12px;
}
section.features .btn .testlogin-icon {
    display: inline-block;
    position: relative;
    width: 23px;
    height: 13px;
    margin: 0 10px 0 0;
    background: url("/site/image/design/icons3.png") left top no-repeat;
    background-position: -3px -104px;
}

section.benefits {
    background: url("/site/image/design/benefits.png") left top no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    text-align: center;
    font-size: 16px;
    font-weight: 300;
    line-height: 120%;
    color: #FFFFFF;
    padding: 20px 0 30px 0;
}
section.benefits h2 {
    font-size: 36px;
    font-weight: 300;
    line-height: 120%;
    text-transform: none;
    color: #FFD563;
    display: block;
    padding: 20px 0;
}
section.benefits p {
    font-size: 18px;
    font-weight: 300;
    line-height: 144%;
    color: #EBEBEB;
    margin: 0;
    padding: 0;
}
section.benefits .benefits-list {
    display: block;
    white-space: nowrap;
    position: relative;
    margin: 35px 0 25px 0;
}
section.benefits .benefits-list .benefit {
    display: inline-block;
    white-space: normal;
    width: 220px;
    margin: 0;
    padding: 0 0 0 18px;
    border: 0;
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    line-height: 120%;
    color: #C5D4FF;
}
section.benefits .benefits-list .benefit.first {
    padding: 0;
    margin: 0 0 30px 0;
}
section.benefits .benefits-list .benefit .easy-benefit {
    display: block;
    width: 44px;
    height: 44px;
    margin: 0 auto 30px auto;
    background: url("/site/image/design/icons3.png") left top no-repeat;
    background-position: -270px -115px;
}
section.benefits .benefits-list .benefit .cheap-benefit {
    display: block;
    width: 48px;
    height: 48px;
    margin: 0 auto 30px auto;
    background: url("/site/image/design/icons3.png") left top no-repeat;
    background-position: -265px -47px;
}
section.benefits .benefits-list .benefit .speed-benefit {
    display: block;
    width: 42px;
    height: 47px;
    margin: 0 auto 30px auto;
    background: url("/site/image/design/icons3.png") left top no-repeat;
    background-position: -222px -110px;
}
section.benefits .benefits-list .benefit .social-benefit {
    display: block;
    width: 63px;
    height: 47px;
    margin: 0 auto 30px auto;
    background: url("/site/image/design/icons3.png") left top no-repeat;
    background-position: -138px -112px;
}
section.benefits .benefits-list .benefit h3 {
    display: block;
    font-size: 16px;
    font-weight: 700;
    line-height: 120%;
    color: #FFFFFF;
    margin: 0 0 15px 0;
}
section.benefits a.btn {
    display: block;
    margin: 0 auto;
    padding: 12px;
    width: 372px;
    font-size: 20px;
    line-height: 120%;
    background-color: transparent;
    border: 2px solid #FFD563;
    color: #FFD563;
}
section.benefits a.btn:hover,
section.benefits a.btn:focus,
section.benefits a.btn:active {
    top: 0;
    background: none;
    background-color: #FFD563;
    color: #735D23;
}

section.advertisment {
    padding: 50px 0 60px 0;
    background: url("/site/image/design/advertisment.png") left top no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
section.advertisment .add-offer-form {
    position: relative;
    margin: 0 auto;
    width: 384px;
    padding: 45px 90px 70px 90px;
    border: 0;
    background-color: #3B4F85;
    background-color: rgba(59, 79, 133, 0.5);
}
section.advertisment .add-offer-form .advertisment-icon {
    display: block;
    width: 52px;
    height: 52px;
    margin: 0 auto 15px auto;
    background: url("/site/image/design/icons3.png") left top no-repeat;
    background-position: -46px -107px;
}
section.advertisment .add-offer-form h2 {
    display: block;
    text-align: center;
    text-transform: none;
    font-size: 36px;
    font-weight: 300;
    line-height: 120%;
    color: #FFFFFF;
    margin: 0 -40px;
    padding: 0;
}
section.advertisment .add-offer-form h3 {
    display: block;
    margin: 10px 0 25px 0;
    padding: 0;
    width: 380px;
    text-align: justify;
    font-size: 16px;
    font-weight: 400;
    line-height: 138%;
    color: #FFFFFF;
}
section.advertisment .add-offer-form label {
    display: block;
    margin: 12px 0 0 0;
    z-index: 8;
}
section.advertisment .add-offer-form label input[type="text"] {
    width: 358px;
    padding: 10px;
    font-size: 16px;
    line-height: 120%;
}
section.advertisment .add-offer-form label.cost {
    display: inline-block;
    float: left;
    margin: 12px 0 12px 0;
    padding: 0;
}
section.advertisment .add-offer-form label.cost input[type="text"] {
   width: 210px;
   padding: 10px;
}
section.advertisment .add-offer-form label textarea {
    width: 358px;
    padding: 10px;
}
section.advertisment .add-offer-form .btn {
    padding: 12px;
    width: 378px;
}
section.advertisment .add-offer-form div.terms {
    margin: 15px 0;
}
section.advertisment .add-offer-form div.terms,
section.advertisment .add-offer-form div.terms a {
    font-size: 12px;
    font-weight: 400;
    line-height: 120%;
    text-align: left;
    color: #FFFFFF;
    opacity: 0.5;
}
section.advertisment .add-offer-form div.terms a {
    text-decoration: underline;
}
section.advertisment .add-offer-form div.terms a:hover {
    text-decoration: none;
}
section.advertisment .add-offer-form div.currency-label {
    display: inline-block;
    position: relative;
    margin: 12px 6px 12px 0;
    padding: 10px 15px;
    color: #FFFFFF;
    width: 105px;
    height: 17px;
    float: right;
    -webkit-box-shadow: 1px 1px 1px 0px rgba(50, 50, 50, 0.75);
    -moz-box-shadow: 1px 1px 1px 0px rgba(50, 50, 50, 0.75);
    box-shadow: 1px 1px 1px 0px rgba(50, 50, 50, 0.75);
    background-color: #455E86;
    background-color: rgba(69, 94, 134, 0.4);
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    cursor: pointer;
    z-index: 9;
}
section.advertisment .add-offer-form div.currency-label:after {
    content: "";
    display: block;
    position: absolute;
    right: 15px;
    top: 14px;
    width: 0px;
    height: 0px;
    border-top: 6px solid #FFFFFF;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;    
}
section.advertisment .add-offer-form div.currency-label {
    font-size: 16px;
}
section.advertisment .add-offer-form div.currency-label ul.currency-menu {
    display: none;
    position: absolute;
    top: 40px;
    left: 0;
    width: 135px;
    z-index: 10;
    opacity: 0;
    padding: 0;
    background: #FFFFFF;
    background: -ms-linear-gradient(top, #FFFFFF 0%, #E9E9E9 100%);
    background: -moz-linear-gradient(top, #FFFFFF 0%, #E9E9E9 100%);
    background: -o-linear-gradient(top, #FFFFFF 0%, #E9E9E9 100%);
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#FFFFFF) ,color-stop(100%,#E9E9E9));
    background: -webkit-linear-gradient(top, #FFFFFF 0%, #E9E9E9 100%);
    background: linear-gradient(top, #FFFFFF 0%, #E9E9E9 100%);
    border: 1px solid #B5BDD0;
    -moz-box-shadow: -2px 2px 5px -3px #000000,
                      2px 2px 5px -3px #000000;
    -webkit-box-shadow: -2px 2px 5px -3px #000000,
                         2px 2px 5px -3px #000000;
    box-shadow: -2px 2px 8px -3px #000000,
                 2px 0px 8px -3px #000000;
}
section.advertisment .add-offer-form div.currency-label ul.currency-menu li {
    color: #3B4F85;
    font-size: 16px;
    font-weight: 400;
    line-height: 120%;
    margin: 0;
    display: block;
    padding: 12px 0 4px 12px;
}
section.advertisment .add-offer-form div.currency-label ul.currency-menu li:first-letter{
    text-transform:uppercase;
}
section.advertisment .add-offer-form div.currency-label ul.currency-menu li:hover,
section.advertisment .add-offer-form div.currency-label ul.currency-menu li:active {
    background: #FFD563;
    color: #000000;
    text-decoration: none;
    cursor: pointer;
}

section.advertisment .add-offer-form .popup-regions,
section.advertisment .add-offer-form .popup-industries {
    display: block;
    color: #FFFFFF;
    position: relative;
    width: 348px;
    font-size: 16px;
    background-color: #455E86;
    background-color: rgba(69, 94, 134, 0.4);
    padding: 10px 15px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 1px 1px 1px 0px rgba(50, 50, 50, 0.75);
    -moz-box-shadow:    1px 1px 1px 0px rgba(50, 50, 50, 0.75);
    box-shadow:         1px 1px 1px 0px rgba(50, 50, 50, 0.75);
    cursor: pointer;
}
section.advertisment .add-offer-form .popup-regions:after,
section.advertisment .add-offer-form .popup-industries:after {
    content: "";
    display: block;
    position: absolute;
    right: 15px;
    top: 14px;
    width: 0px;
    height: 0px;
    border-top: 6px solid #FFFFFF;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;    
}
section.mainpage-footer-banner {
    display: block;
    width: 930px;
    margin: 10px auto 5px auto;
    text-align: center;
}
section.mainpage-footer-banner img {
    display: inline-block;
}
/* ==========================================================================
   styles for autorised page
   ========================================================================== */
header section div.adding-popup {
    position: relative;
    top: 120px;
    left: 247px;
    display: none;
    opacity: 0;
    width: 520px;
}
header section div.adding-popup .yui3-panel {
    margin: 0 auto;
    padding: 0 15px 24px 15px;
    position: relative;
}
header section div.adding-popup .yui3-panel .yui3-widget-hd {
    text-align: left;
    padding: 0;
    height: 37px;
    color: #FFFFFF;
    font-size: 30px;
    line-height: 32px;
    text-transform: none;
    padding: 23px 0 0 25px;
    margin: 0 -15px 15px -15px;
    border-bottom: solid 4px #FFD563;
}
header section div.adding-popup .yui3-panel .yui3-widget-hd .yui3-button-close {
    position: absolute;
    right: 20px;
    top: 20px;
    display: block;
    border: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    cursor: pointer;
    width: 22px;
    height: 21px;
    padding: 0;
    overflow: hidden;
    vertical-align: top;
    background: transparent;
    background: url("/site/image/design/icons3.png") left top no-repeat;
    background-position: -421px -209px;
}
header section div.adding-popup .yui3-panel .yui3-widget-bd table {
    margin: 0 auto;
    border-color: #6AA54B;
}
header section div.adding-popup .yui3-panel .yui3-widget-bd table tr td {
    width: 140px;
    padding: 5px;
    text-align: center;
    border-color: #6AA54B;
}
header section div.adding-popup .yui3-panel .yui3-widget-bd table tr td a,
header section div.adding-popup .yui3-panel .yui3-widget-bd table tr td span {
    display: block;
    margin: 0 auto;
    text-align: center;
    font-size: 14px;
    line-height: 16px;
    color: #6AA54B;
    text-transform: uppercase;
}
header section div.adding-popup .yui3-panel .yui3-widget-bd table tr td a:hover,
header section div.adding-popup .yui3-panel .yui3-widget-bd table tr td span:hover {
    text-decoration: underline;
}
header section div.adding-popup .yui3-panel .yui3-widget-bd table tr td a img,
header section div.adding-popup .yui3-panel .yui3-widget-bd table tr td span img {
    display: block;
    margin: 0 auto 5px auto;
    width: 100px;
    height: 100px;
}
