@charset "utf-8";

/*--custom fonts include--*/

@font-face {
    font-family: 'sansyota-w3light';
    src: url('fonts/thesansyota-w3light-webfont.eot');
    src: url('fonts/thesansyota-w3light-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/thesansyota-w3light-webfont.woff') format('woff'),
         url('fonts/thesansyota-w3light-webfont.ttf') format('truetype'),
         url('fonts/thesansyota-w3light-webfont.svg#sansyota-w3light') format('svg');
}
@font-face {
    font-family: 'sansyota-w5plain';
    src: url('fonts/thesansyota-w5plain-webfont.eot');
    src: url('fonts/thesansyota-w5plain-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/thesansyota-w5plain-webfont.woff') format('woff'),
         url('fonts/thesansyota-w5plain-webfont.ttf') format('truetype'),
         url('fonts/thesansyota-w5plain-webfont.svg#sansyota-w5plain') format('svg');
}
@font-face {
    font-family: 'sansyota-w7bold';
    src: url('fonts/thesansyota-w7bold-webfont.eot');
    src: url('fonts/thesansyota-w7bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/thesansyota-w7bold-webfont.woff') format('woff'),
         url('fonts/thesansyota-w7bold-webfont.ttf') format('truetype'),
         url('fonts/thesansyota-w7bold-webfont.svg#sansyota-w7bold') format('svg');
}
@font-face {
    font-family: 'sansyotasc-w6semibd';
    src: url('fonts/thesansyotasc-w6semibd-webfont.eot');
    src: url('fonts/thesansyotasc-w6semibd-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/thesansyotasc-w6semibd-webfont.woff') format('woff'),
         url('fonts/thesansyotasc-w6semibd-webfont.ttf') format('truetype'),
         url('fonts/thesansyotasc-w6semibd-webfont.svg#sansyotasc-w6semibd') format('svg');
}

/*-----NORMALIZE STYLE------*/

    /*--base--*/

    /*html, body { height: 100%; margin: 0; padding: 0; }*/
    /*body { background-color: #f8f9fb; color: #444850; font: 14px/1.4 'sansyota-w3light', Arial, sans-serif; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: antialiased;}*/

    /*--html5--*/

    article, aside, details, figcaption, figure, footer, header, hgroup, nav, section, summary { display: block; margin: 0; }

    /*--outline--*/

    .developers img { border: none; }

    /*--typography--*/

    .developers a { color: #1dafec; text-decoration: none; }
    /*a:visited { color: #1dafec; }*/
    .developers a:hover { color: #0e89bd; }
    .developers a:focus { outline: thin dotted; }
    .developers a:active { outline: 0; }
    .underline { display: inline-block; line-height: 1.1; text-decoration: none !important; border-width: 0 0 1px; border-style: solid; border-color: #f8dc21; border-bottom-color: rgba(250, 220, 35, .3); }

    .developers h1, .developers h2, .developers h3, .developers h4, .developers h5, .developers h6, .heading-1, .heading-2, .heading-3, .heading-4, .heading-5, .heading-6 { color: #333d47; font-family: 'sansyota-w7bold', Arial, sans-serif; font-weight: normal; line-height: 1.1; }
    .developers h1, .heading-1 { margin: 0 0 .2em; font-size: 36px; }
    .developers h2, .heading-2 { margin: 0 0 .5em; font-size: 24px; }
    .developers h3, .heading-3 { margin: 0 0 .8em; font-size: 22px; }
    .developers h4, .heading-4 { margin: 0 0 .8em; font-size: 20px; }
    .developers h5, .heading-5 { margin: 0 0 .8em; font-size: 18px; }
    .developers h6, .heading-6 { margin: 0 0 .8em; font-size: 16px; }

    .developers b, .developers strong { font-weight: bold; }
    .developers i, .developers em { font-style: italic; }
    .developers blockquote { margin: 1em 40px; }
    .developers p { margin: 0 0 25px; }
    .developers p:last-child { margin-bottom: 0; }
    .developers address { font-style: normal; }
    .developers small { font-size: 75%; }
    .developers sub, .developers sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
    .developers sup { top: -.5em; }
    .developers sub { bottom: -.25em; }

    /*ol, ul { margin: 1em 0; padding: 0; }*/
    /*ul { list-style-position: inside; }*/
    .developers dd { margin: 0 0 0 40px; }

    /*--forms--*/

    .developers fieldset { background: none; border: none; }
    .developers form, .developers fieldset, .developers input, .developers select, .developers textarea, .developers button { margin: 0; padding: 0; }
    .developers input, .developers select, .developers textarea, .developers button { font: 12px Arial, Helvetica, sans-serif; vertical-align: baseline; }
    .developers button, .developers input { line-height: normal; }
    .developers button { vertical-align: top; }
    .developers button::-moz-focus-inner { padding: 0; border: none; }
    .developers label, .developers button, .developers input[type="submit"], .developers input[type="button"] { cursor: pointer; }
    .developers input, .developers textarea { -moz-box-sizing: border-box; box-sizing: border-box; }
    .developers textarea { overflow: auto; vertical-align: top; resize: vertical; }

    /*--iOS appearance input--*/

    .developers input, .developers textarea, .developers select { border-radius: 0; }

    /*--tables--*/

    .developers table { border-collapse: collapse; border-spacing: 0; }

    /*--helpers--*/

    .ctr { position: relative; width: 925px; margin: auto; padding: 0 10px; }
    .active { cursor: default !important; }
    .fll { float: left; }
    .flr { float: right; }
    .clearfix:after { content: ""; display: table; clear: both; }
    .hidden { display: none; }
    .jsf { font-size: .1em; text-align: justify; }
        .jsf > * { font-size: 14px; }
        .jsf:after { content: ""; display: inline-block; width: 100%; height: 0; }

    ::-webkit-input-placeholder { color: #535353; opacity: 1; }
    ::-moz-placeholder { color: #535353; opacity: 1; }
    :-ms-input-placeholder { color: #535353; opacity: 1; }
    .placeholder { color: #535353; opacity: 1; }

/*-----PAGES STYLE------*/

/*main_b*/
.developers-content {
    margin-top: 90px;
}

.main_b {
    min-width: 1000px;
    min-height: 100%;
}

    /*header_b*/

    .header_b {
        margin: 0 0 55px;
        padding: 45px 0 0;
    }

        /*logo_b*/

        .logo_b {
            display: inline-block;
            width: 145px;
            height: 20px;
            background: url(../img/logo1.png) 0 0 no-repeat;
            background: none, url(../img/logo1.svg) 0 0 no-repeat;
            text-indent: -9999px;
        }
        .logo_b.v2 {
            width: 160px;
            background: url(../img/logo2.png) 0 0 no-repeat;
            background: none, url(../img/logo2.svg) 0 0 no-repeat;
        }
        .footer_b .logo_b {
            display: inline-block;
            margin: 0 0 15px;
        }
        a.logo_b:focus {
            outline: none;
        }

        /*navGlobal_b*/

        .navGlobal_b {
            display: inline-block;
            vertical-align: middle;
            margin: 0 0 0 35px;
        }
            .navGlobal_b-list {
                margin: 0;
                list-style: none;
            }
                .navGlobal_b-item {
                    display: inline-block;
                    margin: 0 35px 0 0;
                }
                .footer_b .navGlobal_b-item {
                    margin-right: 25px;
                }
                    .navGlobal_b-link {
                        color: #6e7686;
                        font-family: 'sansyota-w7bold', Arial, sans-serif;
                        font-size: 14px;
                        text-decoration: none;
                        cursor: pointer;
                        -webkit-transition: all ease .2s;
                        transition: all ease .2s;
                    }
                    .navGlobal_b-addInfo-calendar .navGlobal_b-link {
                        font-size: 13px;
                    }
                    .navGlobal_b-addInfo-auth .navGlobal_b-link {
                        margin: 0 15px 0 0;
                        font-size: 12px;
                    }
                    .navGlobal_b-addInfo-auth .navGlobal_b-link:last-child {
                        margin-right: 0;
                    }
                    .navGlobal_b-link:hover, .navGlobal_b-link.active, .navGlobal_b-addInfo .navGlobal_b-link {
                        color: #00aeef;
                    }
            .navGlobal_b-addInfo {
                position: absolute;
                top: 0;
                right: 10px;
            }
                .navGlobal_b-addInfo-item {
                    display: inline-block;
                    margin: 0 0 0 38px;
                }
                .navGlobal_b-addInfo-search {
                    position: relative;
                    min-width: 30px;
                    margin-top: -5px;
                    margin-left: 55px;
                }
                    .navGlobal_b-addInfo-calendarIcon {
                        position: absolute;
                        width: 32px;
                        line-height: 36px;
                        margin: -6px 0 0 -35px;
                        background: url(../img/icon-32_32.png) 0 0 no-repeat;
                        color: #1daeeb;
                        font-family: 'sansyotasc-w6semibd', Arial, sans-serif;
                        font-size: 12px;
                        text-align: center;
                    }
                        .navGlobal_b-addInfo-searchIcon {
                            display: block;
                            width: 100%;
                            height: 100%;
                            background: url(../img/icon-18_18.png) 0 0 no-repeat;
                            text-indent: -9999px;
                            cursor: pointer;
                        }

    /*speedbar_b*/

    .speedbar_b {
        margin: 0 0 25px;
        color: #6e7686
    }
        .speedbar_b-link {
            margin: 0 30px 0 0;
            color: #6e7686 !important;
        }
            .speedbar_b-link:after {
                position: absolute;
                content: "—";
                margin: 0 0 0 10px;
            }
        .speedbar_b-link:hover {
            text-decoration: underline;
        }

    /*mainCol_b*/

    .mainCol_b {
        padding: 0 0 0px;
    }
    .mainCol_b-home {
        padding: 0 0 0px;
        margin: 0 !important;
    }

        /*sliderPreview_b*/

        .sliderPreview_b {
            overflow: hidden;
            margin: -20px auto 0;
        }
                .sliderPreview_b-content {
                    -moz-box-sizing: border-box;
                    box-sizing: border-box;
                    height: 520px;
                    padding: 165px 0 0 520px;
                }
                    .sliderPreview_b-heading {
                        color: #fff !important;
                        line-height: 1;
                    }
                    .sliderPreview_b-desc {
                        padding: 0 50px 0 0;
                        color: #919192;
                        font-size: 14px;
                        line-height: 1.5;
                    }

        /*content_b*/

        .content_b {
            width: 615px;
            float: right;
            min-height: 580px;
        }
        .content_b-news {
            width: 100%;
            float: none;
            min-height: inherit;
        }
        .content_b-news .heading-1 {
            margin: 0 0 20px;
        }
        .content_b-header, div.content_b > h1 {
            margin: 0 0 25px;
        }
        div.content_b strong {
            font-family: 'sansyota-w7bold';
            font-weight: normal;
        }
        div.content_b > h2 {
            margin: 0 0 20px;
            padding-top: 10px;
        }
        div.content_b > p {
            margin: 0 0 20px;
        }
        div.content_b p:last-child {
            margin: 0 0 20px;
        }

        div.content_b img {
            max-width: 100%;
        }


        .content_b-sectionList, div.content_b ol {
            margin: 0;
            counter-reset: contentSectionList;
        }

        .content_b-sectionList-item, div.content_b ol li {
            position: relative;
            margin: 0 0 0 15px;
            padding: 0;
        }
        .content_b-sectionList-item:last-child, div.content_b > ol > li:last-child  {
            margin-bottom: 25px;
        }
        .content_b-sectionList-heading {
            padding: 0 0 0 20px;
        }

        .content_b-sectionList-list, div.content_b ul {
            margin: 0 0 25px;
            padding: 0;
            list-style: none;
        }
        .content_b-sectionList-list > li, div.content_b ul > li {
            margin: 0;
        }
        .content_b-sectionList-list > li:before, div.content_b ul > li:before {
            content: "";
            display: inline-block;
            width: 3px;
            height: 3px;
            margin: 0 8px 3px 0;
            background-color: #444850;
            border-radius: 50%;
        }
        .content_b-sectionList-list > li:last-child, div.content_b ul > li:last-child {
            margin-bottom: 0;
        }

        /*codeExample_b*/

        div.codehilite pre {
            display: block;
            overflow-x: auto;
            margin: 0;
            padding: 14px;
        }

        .codehilitetable .linenos {
            padding: 0 10px 0 10px;
        }

        .content_b code {
            font-family: monospace;
            white-space: pre;
            margin: 1em 0px;
            color: #1dafec;
        }

        .content_b .codehilite {
            background-color: #f7f7f7;
            border-radius: 4px;
            box-shadow: inset 0 0 5px rgba(111,119,126,.52);

            margin-bottom: 20px;
        }
        p + .codeExample_b {
            margin-top: -10px;
        }
        .codeExample_b-head {

        }
        .codeExample_b-content, .codehilite {
            color: #1dafec;
            white-space: pre-wrap;
        }
        .codeExample_b-foot {

        }

        /*downloadSDK_b*/

			.downloadSDK_b {
				float: right;
				width: 305px;
				margin: 0 0 5px 25px;
				padding: 212px 0 0;
				background: url(../img/download.png) 50% 0 no-repeat;
				text-align: center;
			}

			.content_b-accordion {

			}
				.content_b-accordion-heading {
					position: relative;
					margin: 0;
					padding: 18px 0 18px 30px;
					border-bottom: 1px solid #dfe1e4;
					color: #1daeeb;
					line-height: 1;
					text-shadow: 0 1px 0 rgba(255,255,255,.8);
					cursor: pointer;
				}
				.content_b-accordion-heading:focus {
					outline: none;
				}
				.content_b-accordion-heading.ui-accordion-header-active {
					border-bottom-color: transparent;
				}
					.content_b-accordion-heading:before {
						content: "";
						position: absolute;
						top: 50%;
						left: 2px;
						width: 15px;
						height: 16px;
						margin: -8px 0 0;
						background: url(../img/icon-arrows2.png) 0 50% no-repeat;
					}
					.content_b-accordion-heading.ui-accordion-header-active:before {
						background: url(../img/icon-arrows3.png) 0 50% no-repeat;
					}
					.content_b-accordion-heading:after {
						content: "";
						position: absolute;
						right: 0;
						bottom: -2px;
						left: 0;
						height: 1px;
						background-color: #fff;
					}
					.content_b-accordion-heading.ui-accordion-header-active:after {
						display: none;
					}
				.content_b-accordion-content {
					padding: 0 0 0 80px;
				}
			/*terms_b*/

			.terms_b {
				overflow: auto;
				height: 450px;
                background-color: #fff;
                padding: 15px;
			    border-radius: 3px;
				box-shadow: 1px 1px 0 rgba(255,255,255,.7), inset 0 1px 6px rgba(0,0,0,.22);
			}
				.terms_b-list {
					counter-reset: termslist;
					margin: 0;
					padding: 15px;
					list-style: none;
				}
					.terms_b-item {
						position: relative;
						margin: 0 0 25px;
					}
						.terms_b-list-heading {
							color: #43474f;
							font-size: 14px;
						}
							.terms_b-list-heading:before {
								counter-increment: termslist;
								content: counter(termslist, decimal) ".";
							}
						.terms_b-sublist {
							counter-reset: termssublist;
							margin: 0;
							list-style: none;
						}
							.terms_b-subitem {
								position: relative;
								margin: 0 0 15px;
							}
								.terms_b-subitem:before {
									counter-increment: termssublist;
									content: counter(termslist, decimal)"."counter(termssublist, decimal);
								}

        /*aside_b*/

        .aside_b {
            float: left;
            width: 225px;
            margin: 0 85px 30px 0;
        }
            .navAside_b {

            }
                .navAside_b-list {
                    margin: 0;
                    list-style: none;
                }
                    .navAside_b-item {

                    }
                        .navAside_b-link {
                            display: block;
                            padding: 15px;
                            font-family: 'sansyota-w7bold', Arial, sans-serif;
                            font-size: 14px;
                            -webkit-transition: all ease .2s;
                            transition: all ease .2s;
                        }
                        .navAside_b-item > .navAside_b-link {
                            position: relative;
                            border-bottom: 1px solid #dfe1e4;
                        }
                            .navAside_b-item > .navAside_b-link:after {
                                content: "";
                                position: absolute;
                                right: 0;
                                bottom: -2px;
                                left: 0;
                                height: 1px;
                                background-color: #fff;
                            }
                        .navAside_b-subList .navAside_b-link {
                            padding: 8px 5px 8px 0;
                            font-family: 'sansyota-w3light', Arial, sans-serif;
                            font-size: 14px;
                        }
                        .navAside_b-subList .navAside_b-link:hover {
                            color: #000;
                        }
                        .navAside_b-subList .navAside_b-link, .navAside_b-subList .navAside_b-link.active {
                            color: #444850;
                        }
                        .navAside_b-subList .navAside_b-link.active {
                            font-family: 'sansyota-w7bold', Arial, sans-serif;
                        }
                            .navAside_b-link.nested:before{
                                content: "";
                                position: absolute;
                                margin: 4px 0 0 -15px;
                                border-width: 4px 6px;
                                border-style: solid;
                                border-color: transparent
                                 transparent transparent #1dafec;
                            }
                            .navAside_b-link.nested.open:before {
                                margin-top: 6px;
                                border-width: 6px 4px;
                                border-color: #1dafec
                                 transparent transparent;
                            }
                            .navAside_b-subList .navAside_b-link.nested:before {
                                margin-top: 5px;
                                border-color: transparent
                                 transparent transparent #b0b2b7;
                            }
                            .navAside_b-subList .navAside_b-link.nested.open:before {
                                margin-top: 6px;
                                border-width: 6px 4px;
                                border-color: #b0b2b7
                                 transparent transparent;
                            }
                            .navAside_b-subList {
                                margin: 0;
                                padding: 5px 0 5px 15px;
                                list-style: none;
                            }
                                .navAside_b-subList-item {

                                }



/*footer*/

.footer_b {
    min-width: 1000px;
    height: 130px;
    margin: -130px 0 0;
    clear: both;
}
    .footer_b-copy {
        font-family: 'sansyota-w5plain', Arial, sans-serif;
        font-size: 12px;
        line-height: 1.25;
    }

    /*socShare_b*/

    .footer_b .socShare_b {
        position: absolute;
        top: 0;
        right: 10px;
    }
        .socShare_b-item {
            display: inline-block;
            width: 24px;
            height: 24px;
            background-image: url(../img/icon-soc.png);
            background-repeat: no-repeat;
            text-indent: -9999px;
        }
        .socShare_b-item.vk {
            background-position: 0 0;
        }
        .socShare_b-item.tw {
            background-position: 0 -24px;
        }
        .socShare_b-item.fb {
            background-position: 0 -48px;
        }
        .socShare_b-item.yt {
            background-position: 0 -72px;
        }
