/*----------------CLEAR--------------*/
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td
{
    font-size: 100%;
    font-weight: inherit;
    font-style: inherit;

    margin: 0;
    padding: 0;

    vertical-align: baseline;

    border: 0;
    outline: 0;
}
:focus
{
    outline: 0;
}
body
{
    line-height: 1;

    color: black;
    background: white;
}
ol,
ul
{
    list-style: none;
}
table
{
    border-spacing: 0;
    border-collapse: separate;
}
caption,
th,
td
{
    font-weight: normal;

    text-align: left;
}
blockquote:before,
blockquote:after,
q:before,
q:after
{
    content: '';
}
blockquote,
q
{
    quotes: '' '';
}


html,
body
{
    margin: 0;
    padding: 0;
}

/*----------------CLEAR--------------*/

/* font-family: "FlowRegular"; */
@font-face
{
    font-family: 'FlowRegular';
    font-weight: normal;
    font-style: normal;

    src: url('fonts/FlowRegular/FlowRegular.eot');
    src: url('fonts/FlowRegular/FlowRegular.eot?#iefix')format('embedded-opentype'),
    url('fonts/FlowRegular/FlowRegular.woff') format('woff'),
    url('fonts/FlowRegular/FlowRegular.ttf') format('truetype');
}
/* font-family: "FlowBold"; */
@font-face
{
    font-family: 'FlowBold';
    font-weight: normal;
    font-style: normal;

    src: url('fonts/FlowBold/FlowBold.eot');
    src: url('fonts/FlowBold/FlowBold.eot?#iefix')format('embedded-opentype'),
    url('fonts/FlowBold/FlowBold.woff') format('woff'),
    url('fonts/FlowBold/FlowBold.ttf') format('truetype');
}

/* font-family: "Neucha"; */
@font-face
{
    font-family: 'Neucha';
    font-weight: normal;
    font-style: normal;

    src: url('fonts/Neucha/Neucha.ttf') format('truetype');
}


.clearfix:after
{
    display: block;
    visibility: hidden;
    clear: both;

    height: 0;

    content: '';
}

body
{
    font-family: 'FlowRegular', sans-serif, Helvetica, Arial;
}

b
{
    font-family: 'FlowBold';
    font-weight: normal;
}

.block-5
{
    font-family: 'neucha';
    font-size: 40px;

    display: inline-block;

    margin-bottom: 80px;
    padding: 12px 33px;

    cursor: pointer;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    text-decoration: none;

    color: #fff !important;
    color: #fff;
    border-bottom: solid 5px #e17814;
    border-radius: 13px;
    background: #fa8616;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
}

.block-5:hover
{
    background: #ffa700 !important;
    border-bottom: solid 5px #fa9737 !important;
}

section
{
    position: relative;

    min-width: 100%;
}

.section
{
    position: relative;

    min-width: 100%;
    padding: 50px 0;

    text-align: center;

    background-position: center;
    -webkit-background-size: cover;
       -moz-background-size: cover;
         -o-background-size: cover;
            background-size: cover;
}

.section .title
{
    font-family: 'Neucha';
    font-size: 60px;

    margin-bottom: 50px;
}

.section .white-title
{
    color: #fff;
}

.section .orange-title
{
    color: #f08b21;
}


.section .description
{
    font-size: 24px;
    font-weight: 300;

    margin-top: 10px;
    /* line-height: 30px; */
}

.btn.support
{
    font-weight: normal !important;

    display: inline-block;

    margin-top: 10px;
    padding: 10px 20px !important;

    text-decoration: none;

    color: #fff !important;
    -webkit-border-radius: 5px;
       -moz-border-radius: 5px;
            border-radius: 5px;
    background: #fa8616;
}

.btn.support:hover
{
    background: #ffa700 !important;
}

.container
{
    display: block;

    width: 960px;
    margin: 0 auto;
}

.header-top
{
    height: 80px;
    padding-top: 20px;
    padding-bottom: 20px;
}

.header .left-side
{
    float: left;

    width: 300px;
    padding-top: 11px;
}

.header .right-side
{
    padding-top: 25px;

    text-align: right;
}

.header .logo
{
    display: inline-block;

    width: 300px;
    margin: 0 auto;

    text-align: center;
}

.header .logo img
{
    width: 135px;
}

.header .menu
{
    position: absolute;
    top: 0;

    min-width: 100%;

    background: none;
}

.header .menu.sticky
{
    height: 58px;
    background: #fff;
    -webkit-box-shadow: 0 1px 5px 0 rgba(50, 50, 50, .45);
       -moz-box-shadow: 0 1px 11px 0 rgba(50, 50, 50, .75);
            box-shadow: 0 1px 5px 0 rgba(50, 50, 50, .45);
            box-shadow: 0 1px 5px 0 rgba(50, 50, 50, .45);
}

.menu-wrapper{
    height: 58px;
}

.menu.unsticky
{
    position: inherit !important;
    z-index: 99 !important;
    top: 0;
    height: 58px;

    background: none;
}

.menu.unsticky .nav .nav-inner li a:hover
{
    color: #000;
    background: none;
}

.header .menu .nav
{
    font-size: 0;
}

.header .menu .nav .nav-inner
{
    float: right;
}

.header .menu .nav .nav-inner li
{
    display: inline-block;
}

.header .menu .nav .nav-inner li:last-child
{
    margin-right: 5px;

    border-right: 0;
}

.menu.unsticky .nav .nav-lang li a:hover
{
    color: #000;
    background: none;
}

.menu.unsticky .nav .nav-lang .active a:hover
{
    background: none;
    color: #fa8616; 
}

.header .menu .nav .nav-lang
{
    float: left;
}

.header .menu .nav .nav-lang li
{
    display: inline-block;
}

.header .menu .nav .nav-lang .active a
{
    color: #fa8616;
    font-family: 'FlowBold';
    cursor: default;
}

.header .menu .nav .nav-lang a {
    font-size: 14px;
    padding: 20px 5px;
}

.header .menu .nav a
{
    display: inline-block;
}

.header .menu .nav a.active
{
    background: #f5f5f5;
}

.header .menu .nav a
{
    font-size: 18px;
    font-weight: bold;
    font-weight: 400;

    padding: 20px;

    text-decoration: none;

    color: #555;
    color: #3c7ab3;
}

.header .menu .nav a:hover
{
    background: #f5f5f5;
}

.cover
{
    position: relative;

    min-width: 960px;
    height: 400px;

    text-align: center;

    color: #fff;
    background: url('../img/bg3.jpg');
    background-position: 50% 24%;
    -webkit-background-size: cover;
       -moz-background-size: cover;
         -o-background-size: cover;
            background-size: cover;
}

.cover .overlay
{
    width: 100%;
    height: 100%;

    background: url('http://xn--90agbbab4antcgbn5a1i.xn--p1ai/causelp/img/overlay_diagonal_light.png');
}

.cover .title-box
{
    position: absolute;
    top: 190px;
    right: 0;
    left: 0;
}

.cover .title
{
    font-family: 'FlowBold';
    font-size: 62px;
    font-weight: 500;

    margin-bottom: 20px;

    text-align: center;

    color: #fff;
}

.cover .subtitle
{
    font-family: 'FlowRegular';
    font-size: 34px;
    line-height: 40px;

    color: #fff;
}

.counter
{
    position: absolute;
    bottom: 0;

    min-width: 100%;

    color: #222;
    background: url('../img/opacity.png');
}

.counter .right-side
{
    font-size: 0;
}

.counter .right-side .cell
{
    display: inline-block;

    width: 239px;

    vertical-align: top;
}

.counter .right-side .cell:nth-child(1)
{
    border-left: 0;
}


.counter .right-side .cell .inner
{
    padding: 25px 15px;

    color: #444;
}

.counter .right-side .cell .inner .value
{
    font-size: 30px;
    font-weight: bold;

    height: 30px;
    margin-bottom: 10px;

    text-align: center;

    color: #3c7ab3;
    /* color: #fa8616; */
}

.counter .right-side .cell .inner .description
{
    font-size: 17px;
    /* font-weight: 300; */

    height: 21px;

    text-align: center;

    color: #3c7ab3;
}


.grey-content
{
    color: #444;
    background: #f5f5f5;
}


#modal-1,
#modal-2
{
    display: none;
}


.form-title
{
    font-size: 24px;
    /* font-weight: bold; */

    margin-bottom: 10px;

    text-align: center;

    color: #ec601c;
}

form .form-error
{
    border: 1px solid red;
}

form .btn.support
{
    float: right;

    margin-right: 21px;

    cursor: pointer;
    text-decoration: none;

    border: 0;
}

.form-row
{
    margin-bottom: 10px;
    height: 30px;
}

.form-row input[type='text'],
.form-row textarea
{
    padding: 5px;

    resize: vertical;
}

.how .item
{
    margin-bottom: 30px;
}

.how .item .number-box
{
    float: left;

    width: 190px;

    text-align: center;
}

.how .item .number-box .number
{
    font-size: 48px;
    font-weight: bold;
    line-height: 92px;

    display: inline-block;

    width: 92px;
    height: 92px;

    color: #fff;
    -webkit-border-radius: 50%;
       -moz-border-radius: 50%;
            border-radius: 50%;
    background: #00aef0;
}

.how .item .description
{
    float: left;

    width: 720px;

    text-align: left;
}

.how .price-box
{
    margin-top: 60px;
    margin-bottom: 40px;
}

.how .price-box .price-table
{
    font-size: 0;
}

.how .price-box .price-table .cell
{
    display: inline-block;

    width: 192px;

    vertical-align: top;
}

.how .price-box .price-table .cell .title
{
    font-family: 'FlowBold';
    font-size: 28px;

    margin-bottom: 15px;
}

.how .price-box .price-table .cell .description
{
    font-size: 20px;
}

.how .btn.support
{
    font-size: 18px;

    margin-top: 35px;
}

.select-help
{
    margin-bottom: 25px;
}

.select-help .icon
{
    float: left;

    margin-right: 10px;
}

.select-help .right-side
{
    float: left;
}

.select-help .name
{
    font-size: 18px;
    font-weight: 500;

    margin-bottom: 5px;
}



#modal-1 p
{
    display: block;

    margin-top: 25px;

    text-align: center;
}

.verse-box
{
    text-align: center;
}

.verse-box .quatrain
{
    display: inline-block;

    width: 300px;
    margin-right: 10px;

    vertical-align: top;
}

.verse-box .quatrain:last-child
{
    margin-right: 0;
}

.cover-elements
{
    position: absolute;
    top: 120px;
    right: 0;
    left: 0;

    width: 960px;
    margin: 0 auto;

    text-align: center;
}

.cover-elements .el-1
{
    display: block;

    margin: 0 auto;
    margin-bottom: 20px;
}

.cover-elements .el-2
{
    display: block;

    margin: 0 auto;
}



@media only screen and (min-width: 1550px) and (max-width: 1920px)
{
    .cover-elements
    {
        top: 160px;
    }
}

@media only screen and (min-width: 1100px) and (max-width: 1549px)
{
    .cover-elements
    {
        top: 100px;
    }
}

@media only screen and (min-width: 460px) and (max-width: 1099px)
{
    .cover-elements
    {
        top: 80px;
    }
}


.s1
{
    height: 394px;

    background: url('../img/s1.jpg') center center no-repeat;
}

.s1 .title
{
    text-align: center;
}

.s1 .container
{
    text-align: right;
}

.s1 .container .block-1
{
    font-size: 30px;
    line-height: 37px;

    display: block;

    margin-bottom: 35px;

    color: #3c7ab3;
}

.s1 .container .block-2
{
    font-size: 30px;
    font-weight: bold;

    display: block;

    color: #3c7ab3;
}

.s2
{
    height: 567px;

    background: url('../img/s2.jpg') center center no-repeat;
}

.s2 .container .block-1
{
    font-size: 30px;
    line-height: 37px;

    display: block;

    margin-top: 50px;
    margin-bottom: 55px;

    text-align: left;

    color: #fff;
}

.s2 .container .block-2
{
    font-size: 30px;
    font-weight: bold;
    line-height: 37px;

    display: block;

    text-align: left;
    text-transform: uppercase;

    color: #fff;
}

.s3
{
    height: 1238px;

    background: url('../img/s3.jpg') center bottom no-repeat;
}

.s3 .container .block-1
{
    font-size: 30px;

    display: block;
    /* margin-top: 0px; */

    text-align: left;

    color: #3c7ab3;
}

.s3 .container .block-2
{
    font-size: 30px;

    display: block;

    width: 770px;
    margin: 0 auto;
    margin-top: 100px;

    text-align: center;

    color: #fe8024;
}


.s3 .container .block-3
{
    font-size: 30px;
    line-height: 45px;

    display: block;

    width: 680px;
    margin: 95px 0 0 72px;

    color: #568bba;
}


.s3 .container .block-4
{
    font-size: 30px;

    display: block;

    margin-top: 170px;

    color: #3c7ab3;
}


.s3 .container .block-5
{
    margin-top: 375px;
}

.s4
{
    height: 457px;

    background: url('../img/s4.jpg') center center no-repeat;
}

.s4 .container .block-1
{
    font-size: 30px;
    line-height: 37px;

    display: block;

    margin-top: 75px;

    text-align: left;

    color: #fff;
}

.s5
{
    height: 577px;

    background: url('../img/s5.jpg') center center no-repeat;
}

.s5 .container .block-1
{
    font-size: 28px;
    line-height: 31px;

    display: block;
    float: right;

    width: 755px;
    /* margin-top: 55px; */

    text-align: left;

    color: #3c7ab3;
}

.s6
{
    height: 1138px;

    background: url('../img/s6.jpg') center center no-repeat;
}

.s6 .step
{
    font-size: 30px;

    margin-top: 50px;
    margin-bottom: 70px;

    text-align: left;

    color: #fff;
}

.s6 .step .number
{
    display: inline-block;
    float: none;

    margin-top: 4px;
    margin-right: 7px;
    letter-spacing: -3px;
}

.s6 .step .step-description
{
    line-height: 37px;

    display: inline-block;

    vertical-align: top;
}

.s6 .step.step-2
{
    margin-bottom: 180px;
}

.s6 .step.step-3
{
    /* text-align: right; */
    color: #3c7ab3;
}

.s6 .subtitle
{
    font-family: 'neucha';
    font-size: 40px;

    display: inline-block;

    margin-bottom: 70px;
    padding: 12px 33px;

    color: #fff;
    border-bottom: solid 5px #e17814;
    border-radius: 13px;
    background: #fa8616;
}

.s6 .subtitle:hover
{
    background: #ffa700 !important;
    border-bottom: solid 5px #fa9737 !important;
}

.s6 .s6-counter
{
    margin-top: -48px;
    margin-bottom: 28px;
    padding: 20px 0;

    color: #3c7ab3;
    border-radius: 7px;
    background: url(../img/opacity.png);
}

.s6 .s6-counter .title
{
    font-size: 30px;

    margin-bottom: 60px;

    color: #3c7ab3;
}

.s6 .s6-counter .counter-item
{
    display: inline-block;
    /* color: #3c7ab3; */
    /* margin-right: 17px; */

    width: 235px;
}

.s6 .s6-counter .counter-item .number
{
    font-size: 44px;
    font-weight: bold;
}
.s6 .s6-counter .counter-item .description
{
    font-size: 18px;

    text-transform: uppercase;
}

.s7
{
    height: 703px;

    background: url('../img/s7.jpg') center center no-repeat;
}

.s7 .s7-title
{
    font-size: 33px;

    margin-top: 20px;
    margin-bottom: 50px;
    padding-left: 5px;

    text-align: left;

    color: #fa8616;
}
.s7 .verse
{
    font-size: 29px;

    text-align: left;

    color: #3c7ab3;
}

.s7 .verse .quatrain-1
{
    line-height: 33px;

    display: block;

    margin-bottom: 38px;
    padding-left: 70px;
}

.s7 .verse .quatrain-2
{
    line-height: 33px;

    display: block;

    margin-bottom: 38px;
    padding-left: 300px;
}

.s7 .verse .quatrain-3
{
    line-height: 33px;

    display: block;

    margin-bottom: 30px;
    padding-left: 500px;
}

.s7 .footer-title
{
    background: url(/static/img/footer-title.png);
    margin-top: 44px;
    height: 55px;
    margin-bottom: 7px;
    cursor: pointer;
}

.s7 .footer-title:hover
{
    background: url(/static/img/footer-title.png);
    background-position: 0px -53px;

}

.s7 .footer-title-rus
{
    background: url(/static/img/footer-title-rus.png);
    margin-top: 44px;
    height: 55px;
    margin-bottom: 7px;
    cursor: pointer;
}

.s7 .footer-title-rus:hover
{
    background: url(/static/img/footer-title-rus.png);
    background-position: 0px -53px;

}

.price-title
{
    font-family: 'Neucha';
    font-size: 37px;
    /* color: #fa8616; */

    margin-bottom: 2px;
}
.price-description
{
    font-size: 27px;

    color: #3c7ab3;
}


.pluso-010010100101-01 a.pluso-more, .pluso-010010100101-01 .pluso-wrap a:first-child{
    margin-right: 0 !important;
}

.price-cell
{
    display: inline-block;

    width: 184px;
    padding: 54px 0;

    text-align: center;

    color: #fa8616;
    border-radius: 7px;
    background: url(../img/opacity.png);
}

.rub
{
    /* color: #fa8616; */
    font-size: 27px;

    /* padding-bottom: 25px; */
}

.money
{
    margin-top: -48px;
    margin-bottom: 28px;
}

.counter-title
{
    font-family: 'flowbold';
    font-size: 30px;

    margin-bottom: 7px;
}

.counter-description
{
    font-size: 24px;

    margin-bottom: 28px;
}

.main-counter-description
{
    font-size: 25px;

    text-align: center;

    color: #3c7ab3;
}

.fancybox-skin
{
    background: url(../img/modal-background.jpg) #fff;
    background-position: center;
    -webkit-background-size: cover;
       -moz-background-size: cover;
         -o-background-size: cover;
            background-size: cover;
}

.fancybox-close{
    top: -15px;
    right: -19px;
}



textarea
{
    font-family: 'FlowRegular';

    resize: vertical;
}

.step-3 label
{
    display: inline-block;

    width: 82px;

    vertical-align: top;
}



@media only screen and (min-width: 0px) and (max-width: 1024px){
    .back-top{
        display: none !important;
    }
}

.modal-close {
    width: 23px;
    height: 23px;
    background: url('../img/modal-close.png') no-repeat;
}

.checkbox-description {
    font-size: 14px;
    text-indent: 25px;
    display: inline-block;
}

.checkbox-description-rus {
    font-size: 13px;
    text-indent: 25px;
    display: inline-block;
}




.cut-fix{
    padding-left: 2px;
}


.pokon
{
    position: relative;
    background: url('../img/word-footer.jpg');
    background-size: cover;
    /* height: 1830px; */
}


.pokon .title
{
    font-family: 'Neucha';

    margin-bottom: 30px;
}

.pokon .subtitle
{
    font-family: 'Neucha';
    font-size: 30px;

    margin-bottom: 30px;

    color: #3c7ab3;
}

.pokon .list
{
    font-size: 24px;

    line-height: 30px;

    margin-bottom: 20px;

    text-align: left;

    color: #3c7ab3;
}

.pokon .list .hightlight
{
    font-size: 25px;

    color: #fe8024;
}

.obraz{
    padding: 0;


    background: url('../img/obraz.jpg') center top no-repeat;
    /* height: 1190px; */
}

.obraz .title{
    margin-top: 40px;
    margin-bottom: 30px;
    font-family: 'FlowRegular';
}

.obraz .description{
    color: #3c7ab3;
    font-size: 28px;
    margin-bottom: 30px;
    line-height: 34px;
}

.obraz .description .hightlight{
    font-size: 32px;
    color: #fe8024;
}

.obraz .banners{
    font-size: 0;
}

.obraz .banners a{
    display: inline-block;
    margin-right: 15px;
    margin-bottom: 15px;
    font-size: 0;
}

.obraz .banners a:nth-child(even){
    margin-right: 0;
}

.obraz .banners a img{
    border: 1px solid #eee;
    background: #fff;
    padding: 4px;
}

.banner-description{
    display: block;
    text-align: center;
    font-size: 25px;
    color: #3c7ab3;
    width: 800px;
    margin-bottom: 10px;
}

.obraz .underbanner{
    display: inline-block;
    margin-bottom: 30px;
}

.price-title
{
    font-family: 'Neucha';
    font-size: 37px;

    margin-bottom: 2px;
}
.price-description
{
    font-size: 27px;

    color: #3c7ab3;
}


.modal-banner-wrapper img{
    padding: 5px;
    background: #fff;
    margin-bottom: 15px;
}


.modal-banner-wrapper .input-box{
    margin-bottom: 15px;
    text-align: center;
}

.modal-banner-wrapper .input-box .btn{
    vertical-align: middle;
    font-size: 18px;
    padding-top: 9px;
    padding-bottom: 5px;
    width: 230px;
}

.modal-banner-wrapper .input-box select{
    padding: 4px;
    border: 1px solid #cccccc; 
    width: 230px;
    margin-right: 20px;
    font-family: "FlowRegular";
    font-size: 17px;
    color: #555555;
}


.price-cell
{
    display: inline-block;

    width: 184px;
    padding: 54px 0;

    text-align: center;

    color: #fa8616;
    border-radius: 7px;
    background: url(../img/opacity.png);
}

.rub
{
    font-size: 27px;
}

.money
{
    margin-top: -48px;
    margin-bottom: 28px;
}

.counter-title
{
    font-family: 'flowbold';
    font-size: 30px;

    margin-bottom: 7px;
}

.counter-description
{
    font-size: 24px;

    margin-bottom: 28px;
}

.main-counter-description
{
    font-size: 25px;
    margin-bottom: 14px;
    text-align: center;
    color: #3c7ab3;
}



.fancybox-close
{
    top: -15px;
    right: -19px;    
    background-image: url('fancybox_sprite.png');
}

textarea
{
    font-family: 'FlowRegular';

    resize: vertical;
}

.step-3 label
{
    display: inline-block;

    width: 82px;

    vertical-align: top;
}

#back-top
{
    position: fixed;
    z-index: 100;
    right: 2%;
    bottom: 20px;

    width: 50px;
    height: 50px;

    cursor: pointer;

    background: url('../img/top.png') no-repeat;
}
#back-top:hover
{
    background-position: -50px 0;
}



@media only screen and (min-width: 0) and (max-width: 1024px)
{
    .back-top
    {
        display: none !important;
    }
}

.modal-close
{
    width: 23px;
    height: 23px;

    background: url('../img/modal-close.png') no-repeat;
}

.checkbox-description{
    font-size: 14px;
    text-indent: 25px;
    display: inline-block;
}

.checkbox-description-rus {
    font-size: 13px;
    text-indent: 25px;
    display: inline-block;
}

.cut-fix{
    padding-left: 2px;
}


.obraz .description{
    position: relative;
    z-index: 3;
    margin-top: 15px;
    margin-bottom: 30px;
}


.pluso{
    margin-bottom: 30px;
    z-index: 3 !important;
}

.pluso-010010100101-01 a.pluso-more, .pluso-010010100101-01 .pluso-wrap a:first-child{
    margin-right: 0 !important;
}


.images-link{
    position: relative;
    margin: 0 auto;
    margin-top: 30px;
    margin-bottom: 30px;
    width: 479px;
    height: 180px;
    z-index: 2;

}

.images-link-bg{
    position: absolute;
    top: -112px;
    width: 479px;
    height: 402px;
    background: url('../img/images-link-bg.png');
}

.images-link a{
    display: block;
    width: 290px;
    height: 180px;
    margin: 0 auto;
    margin-top: 112px;
}

.images-link a.russia{
    background: url('../img/link-1.png') no-repeat;
}

.images-link a.russia:hover
{
    background: url('../img/link-1.png') no-repeat;
    background-position: -290px 0;
}

.images-link a.rus{
    background: url('../img/link-2.png') no-repeat;
}

.images-link a.rus:hover
{
    background: url('../img/link-2.png') no-repeat;
    background-position: -290px 0;
}
.images-link a.earth{
    background: url('../img/link-3.png') no-repeat;
}

.images-link a.earth:hover
{
    background: url('../img/link-3.png') no-repeat;
    background-position: -290px 0;
}













.pokon-tooltip{

}

.tooltip-highlight{
    color:#ec601c;
    font-family: 'FlowBold';
}

.tooltip-icon{
    position: absolute;
    z-index: 11;
    cursor: pointer;
    right: 20px;
    top: 1px;
    width: 25px;
    height: 25px;
    background: url('../img/tooltip10.png');
}

.tooltip-icon:hover{
    background-position: -25px;
}

.modal-register-top{
    cursor: pointer;
    position: relative;
}

.modal-register-top:hover .modal-register-top-icon{
    background-position: -10px 0px;
}


.modal-register-top-icon{
    background: url('../img/tooltip10.png') no-repeat;
    position: absolute;
    z-index: 11;
    cursor: pointer;
    right: 179px;
    top: -3px;
    width: 10px;
    height: 10px;
}

.modal-register-top-icon:hover{
    background-position: -10px 0px;
}







.personword-top{
    cursor: pointer;
    position: relative;
}

.personword-top:hover .personword-top-icon{
    background-position: -13px 0px;
}


.personword-top-icon{
    background: url('../img/tooltip13.png') no-repeat;
    position: absolute;
    z-index: 11;
    cursor: pointer;
    right: 295px;
    top: 1px;
    width: 13px;
    height: 13px;
}

.personword-top-icon:hover{
    background-position: -13px 0px;
}



.personword-pokon{
    cursor: pointer;
    position: relative;
}

.personword-pokon:hover .personword-pokon-icon{
    background-position: -13px 0px;
}

.personword-pokon-icon{
    background: url('../img/tooltip13.png') no-repeat;
    position: absolute;
    z-index: 11;
    cursor: pointer;
    right: 295px;
    top: 1px;
    width: 13px;
    height: 13px;
}

.personword-pokon-icon:hover{
    background-position: -13px 0px;
}


.personword-word{
    cursor: pointer;
    position: relative;
}

.personword-word:hover .personword-word-icon{
    background-position: -13px 0px;
}

.personword-word-icon{
    background: url('../img/tooltip13.png') no-repeat;
    position: absolute;
    z-index: 11;
    cursor: pointer;
    right: -18px;
    top: 6px;
    width: 13px;
    height: 13px;
}

.personword-word-icon:hover{
    background-position: -13px 0px;
}



.personword-top-rus{
    cursor: pointer;
    position: relative;
}

.personword-top-rus:hover .personword-top-rus-icon{
    background-position: -13px 0px;
}


.personword-top-rus-icon{
    background: url('../img/tooltip13.png') no-repeat;
    position: absolute;
    z-index: 11;
    cursor: pointer;
    right: 295px;
    top: 1px;
    width: 13px;
    height: 13px;
}

.personword-top-rus-icon:hover{
    background-position: -13px 0px;
}



.personword-pokon-rus{
    cursor: pointer;
    position: relative;
}

.personword-pokon-rus:hover .personword-pokon-rus-icon{
    background-position: -13px 0px;
}

.personword-pokon-rus-icon{
    background: url('../img/tooltip13.png') no-repeat;
    position: absolute;
    z-index: 11;
    cursor: pointer;
    right: 280px;
    top: 0px;
    width: 13px;
    height: 13px;
}

.personword-pokon-rus-icon:hover{
    background-position: -13px 0px;
}


.personword-word-rus{
    cursor: pointer;
    position: relative;
}

.personword-word-rus:hover .personword-word-rus-icon{
    background-position: -13px 0px;
}

.personword-word-rus-icon{
    background: url('../img/tooltip13.png') no-repeat;
    position: absolute;
    z-index: 11;
    cursor: pointer;
    right: -17px;
    top: 7px;
    width: 13px;
    height: 13px;
}

.personword-word-rus:hover{
    background-position: -13px 0px;
}


.images-top{
    cursor: pointer;
    position: relative;
}

.images-top:hover .images-top-icon{
    background-position: -13px 0px;
}

.images-top-icon{
    background: url('../img/tooltip13.png') no-repeat;
    position: absolute;
    z-index: 11;
    cursor: pointer;
    right: -9px;
    top: 5px;
    width: 13px;
    height: 13px;
}

.images-top-icon:hover{
    background-position: -13px 0px;
}


.rus-images-top{
    cursor: pointer;
    position: relative;
}

.rus-images-top:hover .images-top-icon-rus{
    background-position: -13px 0px;
}

.rus-images-top-icon{
    background: url('../img/tooltip13.png') no-repeat;
    position: absolute;
    z-index: 11;
    cursor: pointer;
    right: -9px;
    top: 5px;
    width: 13px;
    height: 13px;
}

.rus-images-top-icon:hover{
    background-position: -13px 0px;
}


.rus-images-top-rus{
    cursor: pointer;
    position: relative;
}

.rus-images-top-rus:hover .rus-images-top-rus-icon{
    background-position: -13px 0px;
}

.rus-images-top-rus-icon{
    background: url('../img/tooltip13.png') no-repeat;
    position: absolute;
    z-index: 11;
    cursor: pointer;
    right: -9px;
    top: 5px;
    width: 13px;
    height: 13px;
}

.rus-images-top-icon-rus-icon:hover{
    background-position: -13px 0px;
}



.rus-images-top-rus{
    cursor: pointer;
    position: relative;
}

.earth-images-top{
    cursor: pointer;
    position: relative;
}

.earth-images-top:hover .earth-images-top-icon{
    background-position: -13px 0px;
}

.earth-images-top-icon{
    background: url('../img/tooltip13.png') no-repeat;
    position: absolute;
    z-index: 11;
    cursor: pointer;
    right: -9px;
    top: 5px;
    width: 13px;
    height: 13px;
}

.earth-images-top-icon:hover{
    background-position: -13px 0px;
}


.rus-images-bottom{
    cursor: pointer;
    position: relative;
}

.rus-images-bottom:hover .rus-images-bottom-icon{
    background-position: -13px 0px;
}

.rus-images-bottom-icon{
    background: url('../img/tooltip13.png') no-repeat;
    position: absolute;
    z-index: 11;
    cursor: pointer;
    right: -21px;
    top: 5px;
    width: 13px;
    height: 13px;
}

.rus-images-bottom-icon:hover{
    background-position: -13px 0px;
}


.rus-images-bottom-rus{
    cursor: pointer;
    position: relative;
}

.rus-images-bottom-rus:hover .rus-images-bottom-rus-icon{
    background-position: -13px 0px;
}

.rus-images-bottom-rus-icon{
    background: url('../img/tooltip13.png') no-repeat;
    position: absolute;
    z-index: 11;
    cursor: pointer;
    right: -21px;
    top: 5px;
    width: 13px;
    height: 13px;
}

.rus-images-bottom-rus-icon:hover{
    background-position: -13px 0px;
}



.earth-images-bottom{
    cursor: pointer;
    position: relative;
}

.earth-images-bottom:hover .earth-images-bottom-icon{
    background-position: -13px 0px;
}

.earth-images-bottom-icon{
    background: url('../img/tooltip13.png') no-repeat;
    position: absolute;
    z-index: 11;
    cursor: pointer;
    right: -21px;
    top: 5px;
    width: 13px;
    height: 13px;
}

.earth-images-bottom-icon:hover{
    background-position: -13px 0px;
}



.everybodyiskind-russia{
    cursor: pointer;
    position: relative;
}

.everybodyiskind-russia:hover .everybodyiskind-russia-icon{
    background-position: -13px 0px;
}

.everybodyiskind-russia-icon{
    background: url('../img/tooltip13.png') no-repeat;
    position: absolute;
    z-index: 11;
    cursor: pointer;
    right: -9px;
    top: 7px;
    width: 13px;
    height: 13px;
}

.everybodyiskind-russia-icon:hover{
    background-position: -13px 0px;
}



.everybodyiskind-rus{
    cursor: pointer;
    position: relative;
}

.everybodyiskind-rus:hover .everybodyiskind-rus-icon{
    background-position: -13px 0px;
}

.everybodyiskind-rus-icon{
    background: url('../img/tooltip13.png') no-repeat;
    position: absolute;
    z-index: 11;
    cursor: pointer;
    right: -9px;
    top: 7px;
    width: 13px;
    height: 13px;
}

.everybodyiskind-rus-icon:hover{
    background-position: -13px 0px;
}


.kind-andyou{
    cursor: pointer;
    position: relative;
}

.kind-andyou:hover .kind-andyou-icon{
    background-position: -13px 0px;
}

.kind-andyou-icon {
    background: url('../img/tooltip13-light.png') no-repeat;
    position: absolute;
    z-index: 11;
    cursor: pointer;
    right: 148px;
    top: 0;
    width: 13px;
    height: 13px;
}

.kind-andyou-icon:hover{
    background-position: -13px 0px;
}


.kind-andyou-rus{
    cursor: pointer;
    position: relative;
}

.kind-andyou-rus:hover .kind-andyou-rus-icon{
    background-position: -13px 0px;
}

.kind-andyou-rus-icon{
    background: url('../img/tooltip13-light.png') no-repeat;
    position: absolute;
    z-index: 11;
    cursor: pointer;
    right: 135px;
    top: 0px;
    width: 13px;
    height: 13px;
}

.kind-andyou-rus-icon:hover{
    background-position: -13px 0px;
}


.everybodyiskind-earth{
    cursor: pointer;
    position: relative;
}

.everybodyiskind-earth:hover .everybodyiskind-earth-icon{
    background-position: -13px 0px;
}

.everybodyiskind-earth-icon{
    background: url('../img/tooltip13.png') no-repeat;
    position: absolute;
    z-index: 11;
    cursor: pointer;
    right: -9px;
    top: 7px;
    width: 13px;
    height: 13px;
}

.everybodyiskind-earth-icon:hover{
    background-position: -13px 0px;
}


.everybodyiskind-earth-rus{
    cursor: pointer;
    position: relative;
}

.everybodyiskind-earth-rus:hover .everybodyiskind-earth-rus-icon{
    background-position: -13px 0px;
}

.everybodyiskind-earth-rus-icon{
    background: url('../img/tooltip13.png') no-repeat;
    position: absolute;
    z-index: 11;
    cursor: pointer;
    right: -9px;
    top: 7px;
    width: 13px;
    height: 13px;
}

.everybodyiskind-earth-rus-icon:hover{
    background-position: -13px 0px;
}



.images-bottom{
    cursor: pointer;
    position: relative;
}

.images-bottom:hover .images-bottom-icon{
    background-position: -13px 0px;
}

.images-bottom-icon{
    background: url('../img/tooltip13.png') no-repeat;
    position: absolute;
    z-index: 11;
    cursor: pointer;
    right: -20px;
    top: 7px;
    width: 13px;
    height: 13px;
}

.images-bottom-icon:hover{
    background-position: -13px 0px;
}




.modal-register-part1{
    cursor: pointer;
    position: relative;
}

.modal-register-part1:hover .modal-register-part1-icon{
    background-position: -10px 0px;
}

.modal-register-part1-icon{
    background: url('../img/tooltip10.png') no-repeat;
    position: absolute;
    z-index: 11;
    cursor: pointer;
    right: 112px;
    top: -3px;
    width: 10px;
    height: 10px;
}

.modal-register-part1-icon:hover{
    background-position: -10px 0px;
}



.modal-register-part2{
    cursor: pointer;
    position: relative;
}

.modal-register-part2:hover .modal-register-part2-icon{
    background-position: -10px 0px;
}

.modal-register-part2-icon{
    background: url('../img/tooltip10.png') no-repeat;
    position: absolute;
    z-index: 11;
    cursor: pointer;
    right: 55px;
    top: -3px;
    width: 10px;
    height: 10px;
}

.modal-register-part2-icon:hover{
    background-position: -10px 0px;
}


.modal-register-part3{
    cursor: pointer;
    position: relative;
}

.modal-register-part3:hover .modal-register-part3-icon{
    background-position: -10px 0px;
}

.modal-register-part3-icon{
    background: url('../img/tooltip10.png') no-repeat;
    position: absolute;
    z-index: 11;
    cursor: pointer;
    right: 187px;
    top: -3px;
    width: 10px;
    height: 10px;
}

.modal-register-part3-icon:hover{
    background-position: -10px 0px;
}


.modal-register-part3-master{
    cursor: pointer;
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin-top: 12px;
}

.modal-register-part3-master:hover .modal-register-part3-master-icon{
    background-position: -10px 0px;
}

.modal-register-part3-master label{
    cursor: pointer;
}

.part-3-master-inner{
    text-align: center;
}

.part-3-master-inner p{
    display: block;
    margin-bottom: 5px;
    text-indent: 0;
}



.modal-register-part3-master-rus{
    cursor: pointer;
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin-top: 12px;
}

.modal-register-part3-master-rus-icon{
    background: url('../img/tooltip10.png') no-repeat;
    position: absolute;
    z-index: 11;
    cursor: pointer;
    right: -9px;
    top: -3px;
    width: 10px;
    height: 10px;
}

.modal-register-part3-master-rus:hover .modal-register-part3-master-rus-icon{
    background-position: -10px 0px;
}

.modal-register-part3-master-rus label{
    cursor: pointer;
}

.part-3-master-inner-rus{
    text-align: center;
}

.part-3-master-inner-rus p{
    display: block;
    margin-bottom: 5px;
    text-indent: 0;
}



.modal-register-part3-master:hover .modal-register-part3-master-icon{
    background-position: -10px 0px;
}

.modal-register-part3-master-icon{
    background: url('../img/tooltip10.png') no-repeat;
    position: absolute;
    z-index: 11;
    cursor: pointer;
    right: -9px;
    top: -3px;
    width: 10px;
    height: 10px;
}

.modal-register-part3-master-icon:hover{
    background-position: -10px 0px;
}


.modal-register-part4{
    cursor: pointer;
    position: relative;
}

.modal-register-part4:hover .modal-register-part4-icon{
    background-position: -10px 0px;
}

.modal-register-part4-icon{
    background: url('../img/tooltip10.png') no-repeat;
    position: absolute;
    z-index: 11;
    cursor: pointer;
    right: 62px;
    top: -3px;
    width: 10px;
    height: 10px;
}

.modal-register-part4-icon:hover{
    background-position: -10px 0px;
}




.modal-register-contact{
    cursor: pointer;
    position: relative;
}

.modal-register-contact:hover .modal-register-contact-icon{
    background-position: -10px 0px;
}

.modal-register-contact-icon{
    background: url('../img/tooltip10.png') no-repeat;
    position: absolute;
    z-index: 11;
    cursor: pointer;
    right: 211px;
    top: -3px;
    width: 10px;
    height: 10px;
}

.modal-register-contact-icon:hover{
    background-position: -10px 0px;
}



.modal-register-word{
    cursor: pointer;
    position: relative;
}

.modal-register-word:hover .modal-register-word-icon{
    background-position: -10px 0px;
}

.modal-register-word-icon{
    background: url('../img/tooltip10.png') no-repeat;
    position: absolute;
    z-index: 11;
    cursor: pointer;
    right: 58px;
    top: -5px;
    width: 10px;
    height: 10px;
}

.modal-register-word-icon:hover{
    background-position: -10px 0px;
}






.modal-register-top-rus{
    cursor: pointer;
    position: relative;
}

.modal-register-top-rus:hover ..modal-register-top-rus-icon{
    background-position: -10px 0px;
}


.modal-register-top-rus-icon{
    background: url('../img/tooltip10.png') no-repeat;
    position: absolute;
    z-index: 11;
    cursor: pointer;
    right: 176px;
    top: -3px;
    width: 10px;
    height: 10px;
}

.modal-register-top-rus-icon:hover{
    background-position: -10px 0px;
}




.modal-register-part1-rus{
    cursor: pointer;
    position: relative;
}

.modal-register-part1-rus:hover .modal-register-part1-rus-icon{
    background-position: -10px 0px;
}

.modal-register-part1-rus-icon{
    background: url('../img/tooltip10.png') no-repeat;
    position: absolute;
    z-index: 11;
    cursor: pointer;
    right: 89px;
    top: -3px;
    width: 10px;
    height: 10px;
}

.modal-register-part1-rus-icon:hover{
    background-position: -10px 0px;
}



.modal-register-part2-rus{
    cursor: pointer;
    position: relative;
}

.modal-register-part2-rus:hover .modal-register-part2-rus-icon{
    background-position: -10px 0px;
}

.modal-register-part2-rus-icon{
    background: url('../img/tooltip10.png') no-repeat;
    position: absolute;
    z-index: 11;
    cursor: pointer;
    right: 29px;
    top: -3px;
    width: 10px;
    height: 10px;
}

.modal-register-part2-rus-icon:hover{
    background-position: -10px 0px;
}


.modal-register-part3-rus{
    cursor: pointer;
    position: relative;
}

.modal-register-part3-rus:hover .modal-register-part3-rus-icon{
    background-position: -10px 0px;
}

.modal-register-part3-rus-icon{
    background: url('../img/tooltip10.png') no-repeat;
    position: absolute;
    z-index: 11;
    cursor: pointer;
    right: 170px;
    top: -3px;
    width: 10px;
    height: 10px;
}

.modal-register-part3-rus-icon:hover{
    background-position: -10px 0px;
}


.modal-register-part4-rus{
    cursor: pointer;
    position: relative;
}

.modal-register-part4-rus:hover .modal-register-part4-rus-icon{
    background-position: -10px 0px;
}

.modal-register-part4-rus-icon{
    background: url('../img/tooltip10.png') no-repeat;
    position: absolute;
    z-index: 11;
    cursor: pointer;
    right: 45px;
    top: -3px;
    width: 10px;
    height: 10px;
}

.modal-register-part4-rus-icon:hover{
    background-position: -10px 0px;
}




.modal-register-contact-rus{
    cursor: pointer;
    position: relative;
}

.modal-register-contact-rus:hover .modal-register-contact-rus-icon{
    background-position: -10px 0px;
}

.modal-register-contact-rus-icon{
    background: url('../img/tooltip10.png') no-repeat;
    position: absolute;
    z-index: 11;
    cursor: pointer;
    right: 211px;
    top: -3px;
    width: 10px;
    height: 10px;
}

.modal-register-contact-rus-icon:hover{
    background-position: -10px 0px;
}

.modal-register-word-rus{
    cursor: pointer;
    position: relative;
}

.modal-register-word-rus:hover .modal-register-word-rus-icon{
    background-position: -10px 0px;
}

.modal-register-word-rus-icon{
    background: url('../img/tooltip10.png') no-repeat;
    position: absolute;
    z-index: 11;
    cursor: pointer;
    right: 58px;
    top: -3px;
    width: 10px;
    height: 10px;
}

.modal-register-word-rus-icon:hover{
    background-position: -10px 0px;
}




.modal-donate-sber{
    cursor: pointer;
    position: relative;
}

.modal-donate-sber:hover .modal-donate-sber-icon{
    background-position: -10px 0px;
}

.modal-donate-sber-icon{
    background: url('../img/tooltip10.png') no-repeat;
    position: absolute;
    z-index: 11;
    cursor: pointer;
    right: 109px;
    top: -3px;
    width: 10px;
    height: 10px;
}

.modal-donate-sber-icon:hover{
    background-position: -10px 0px;
}




.modal-donate-sber-rus{
    cursor: pointer;
    position: relative;
}

.modal-donate-sber-rus:hover .modal-donate-sber-rus-icon{
    background-position: -10px 0px;
}

.modal-donate-sber-rus-icon{
    background: url('../img/tooltip10.png') no-repeat;
    position: absolute;
    z-index: 11;
    cursor: pointer;
    right: 105px;
    top: -3px;
    width: 10px;
    height: 10px;
}

.modal-donate-sber-rus-icon:hover{
    background-position: -10px 0px;
}






.modal-donate{
    cursor: pointer;
    position: relative;
}

.modal-donate:hover .modal-donate-icon{
    background-position: -10px 0px;
}

.modal-donate-icon{
    background: url('../img/tooltip10.png') no-repeat;
    position: absolute;
    z-index: 11;
    cursor: pointer;
    right: 109px;
    top: -3px;
    width: 10px;
    height: 10px;
}

.modal-donate-icon:hover{
    background-position: -10px 0px;
}




.modal-donate-rus{
    cursor: pointer;
    position: relative;
}

.modal-donate-rus:hover .modal-donate-rus-icon{
    background-position: -10px 0px;
}

.modal-donate-rus-icon{
    background: url('../img/tooltip10.png') no-repeat;
    position: absolute;
    z-index: 11;
    cursor: pointer;
    right: -20px;
    top: 7px;
    width: 10px;
    height: 10px;
}

.modal-donate-rus-icon:hover{
    background-position: -10px 0px;
}




.images-logo{
    cursor: pointer;
    position: relative;
}

.images-logo:hover .images-logo-icon{
    background-position: -13px 0px;
}

.images-logo-icon{
    background: url('../img/tooltip13.png') no-repeat;
    position: absolute;
    z-index: 11;
    cursor: pointer;
    right: 10px;
    top: 10px;
    width: 13px;
    height: 13px;
}

.modal-banner-wrapper{
    position: relative;
}

.images-logo-icon:hover{
    background-position: -13px 0px;
}


.images-frame{
    cursor: pointer;
    position: relative;
}

.images-frame:hover .images-frame-icon{
    background-position: -13px 0px;
}

.images-frame-icon{
    background: url('../img/tooltip13.png') no-repeat;
    position: absolute;
    z-index: 11;
    cursor: pointer;
    right: 10px;
    top: 10px;
    width: 13px;
    height: 13px;
}





.modal-banner-wrapper{
    position: relative;
}

.images-logo-icon:hover{
    background-position: -13px 0px;
}




.fancybox-inner input[type="text"]{
    padding: 1px 0;
}

.fancybox-close
{  
    background-image: url('fancybox_sprite.png');
}

.fancybox-inner .pluso {
    margin-bottom: 0;
    z-index: 3 !important;
}