html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block
}

body {
    line-height: 1
}

ol, ul {
    list-style: none
}

ul li {
    list-style: disc;
    margin-left: 16px;
}

ol li {
    list-style: auto;
    margin-left: 16px;
}

blockquote, q {
    quotes: none
}

blockquote:before, blockquote:after {
    content: "";
    content: none
}

q:before, q:after {
    content: "";
    content: none
}

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

html {
    box-sizing: border-box
}

img {
    max-width: 100%;
    height: auto
}

*, :before, :after {
    box-sizing: inherit
}

input, textarea, button {
    outline: none;
    padding: 0;
    border: 0;
    resize: none;
}

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 1000px #fff inset !important
}

a {
    text-decoration: none
}

*, :before, :after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.skeleton-preload {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #001f48;
    overflow: auto;
    z-index: 999999999
}

.skeleton-preload.hide {
    display: none;
}

.skeleton-preload .messages {
    background: none
}

.bg {
    display: none
}

.show-page .bg, .error404 .bg {
    display: block
}

.skeleton-line {
    background: rgba(165, 165, 165, 0.4);
    height: 100%;
    width: 100%;
    -webkit-animation: blink 2s infinite ease-in-out;
    -moz-animation: blink 2s infinite ease-in-out;
    -o-animation: blink 2s infinite ease-in-out;
    animation: blink 2s infinite ease-in-out
}

.skeleton-stroke {
    display: inline-block;
    height: 12px;
    background: rgba(165, 165, 165, 0.3);
    -webkit-animation: blink 2s infinite ease-in-out;
    -moz-animation: blink 2s infinite ease-in-out;
    -o-animation: blink 2s infinite ease-in-out;
    animation: blink 2s infinite ease-in-out
}

.skeleton--logo {
    width: 132px !important;
    height: 30px;
    position: relative;
    top: 24px
}

.skeleton--logo-img {
	position: relative;
	top: 24px;
	margin-right: 5px;
	width: 34px;
	height: 34px;
}

.skeleton--box1, .skeleton--box2 {
    height: 450px
}

.skeleton--btn {
    width: 295px;
    height: 100px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px
}

.skeleton--btn:first-child {
    margin-bottom: 10px
}

.skeleton--txt-title {
    width: 20%;
    height: 20px;
    margin-bottom: 25px
}

.skeleton--txt-title:nth-child(even) {
    width: 35%
}

.skeleton-text {
    margin-bottom: 7px
}

.skeleton-text:nth-child(odd) .skeleton-stroke {
    width: 80%
}

.skeleton-text:nth-child(even) .skeleton-stroke {
    width: 50%
}

.skeleton-text:nth-child(5n-2) .skeleton-stroke {
    width: 90%
}

.skeleton-text:nth-child(3n+2) .skeleton-stroke {
    width: 60%
}

@-webkit-keyframes blink {
    0% {
        background: rgba(165, 165, 165, 0.5)
    }
    50% {
        background: rgba(165, 165, 165, 0.2)
    }
    100% {
        background: rgba(165, 165, 165, 0.5)
    }
}

@-moz-keyframes blink {
    0% {
        background: rgba(165, 165, 165, 0.5)
    }
    50% {
        background: rgba(165, 165, 165, 0.2)
    }
    100% {
        background: rgba(165, 165, 165, 0.5)
    }
}

@-o-keyframes blink {
    0% {
        background: rgba(165, 165, 165, 0.5)
    }
    50% {
        background: rgba(165, 165, 165, 0.2)
    }
    100% {
        background: rgba(165, 165, 165, 0.5)
    }
}

@keyframes blink {
    0% {
        background: rgba(165, 165, 165, 0.5)
    }
    50% {
        background: rgba(165, 165, 165, 0.2)
    }
    100% {
        background: rgba(165, 165, 165, 0.5)
    }
}

@media screen and (max-width: 767px) {
    .skeleton--box1, .skeleton--box2 {
        height: 340px
    }

    .skeleton--btn {
        width: 100%
    }

    .skeleton--msg {
        height: 200px
    }
}

html, body {
    height: 100%;
    margin: 0;
    padding: 0;
    min-height: 100%
}

body {
    margin: 0;
    padding: 0;
    font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
    font-size: 14px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #111;
    height: 100%;
    -ms-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

.bg {
    background: #001f48;
    background: -moz-linear-gradient(top, #001f48 0%, #080a2d 100%);
    background: -webkit-linear-gradient(top, #001f48 0%, #080a2d 100%);
    background: linear-gradient(to bottom, #001f48 0%, #080a2d 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#001f48', endColorstr='#080a2d', GradientType=0)
}

p {
    margin-bottom: 18px
}

a {
    cursor: pointer
}

b {
    font-weight: 700
}

.app-preloader {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;

}

.app-preloader.--hide, .skeleton-preload.hide {
    display: none;
}

.loading {
    display: none;
}

@media screen and (max-width: 768px) {
    .loading {
        display: block;
        text-align: left;
        padding: 15px;
        font-size: 22px;
        color: #1b1e1e;
    }

    .app-preloader {
        background: #F1F1F1;
    }
}

.footer {
    height: 120px;
    padding: 38px 20px;
}

.footer-links {
    display: inline-block
}

.footer-links a {
    display: inline-block;
    width: 120px;
    height: 44px;
    line-height: 42px;
    margin-right: 30px;
    text-align: center;
    color: #939cff;
    background: rgba(49, 61, 110, 0.3);
    border: solid 1px rgba(225, 227, 230, 0.05);
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    border-radius: 30px
}

.footer-links a:hover {
    background: rgba(147, 156, 255, 0.3)
}

.translate-link {
    float: right;
    display: inline-block
}

.translate-link .icon-translate {
    display: inline-block;
    width: 26px;
    height: 26px;
    margin: 8px
}

.translate-link .icon-translate:first-child {
    margin-left: 0
}

.translate-link .icon-translate:last-child {
    margin-right: 0
}

.translate-link .icon-en {
    background: url(./../img/en.png);
    background-size: cover
}

.translate-link .icon-de {
    background: url(./../img/de.png);
    background-size: cover
}

.translate-link .icon-ru {
    background: url(./../img/ru.png);
    background-size: cover
}

.translate-link .icon-fr {
    background: url(./../img/fr.png);
    background-size: cover
}

.translate-link .icon-pl {
    background: url(./../img/pl.png);
    background-size: cover
}

.translate-link .icon-hi {
    background: url(./../img/hi.png);
    background-size: cover
}

.header {
    position: relative;
    height: 80px;
    line-height: 80px;
    padding: 0 10px
}

.header {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	-moz-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
    align-items: baseline;
	justify-content: center;
}

.logo-img {
	text-align: center;
	height: 34px;
	position: relative;
	top: 11px;
	width: auto;
	margin-right: 4px;
}

.logo-txt {
    font-size: 18px;
    color: #fff;
    font-weight: 600;
}

.over {
    max-width: 1210px;
    margin: 0 auto
}

.article {
    padding: 15px 20px;
}

.article h1 {
    font-size: 24px;
    color: #fff;
    margin-bottom: 20px
}

.article h2, .article h3, .article h4 {
    font-size: 20px;
    color: #fff;
    margin-bottom: 15px;
    margin-top: 25px;
}

.article h2:first-child {
    margin-top: 0px;
}

.article p, .article li {
	color: #7f7faa;
	font-size: 16px;
	line-height: 22px;
	margin-bottom: 16px;
}

.article p b {
    color: #fff
}

.article a {
    color: #939cff
}

.app_container {
	padding-top: 20px;
}

.app {
	width: 860px !important;
	height: 580px !important;
	min-height: 580px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-ms-border-radius: 8px;
	border-radius: 8px;
	overflow: hidden;
	margin: 0 auto 40px;
}

@media screen and (max-height: 860px) {
	.app {
		width: 860px !important;
		height: 580px !important;
	}
}

@media screen and (max-width: 920px) {
	#coomeet_container {
		width: 700px !important;
		height: 580px !important;
	}
}

@media screen and (max-width: 768px) {
	#coomeet_container, .skeleton-preload .app {
		width: 100% !important;
		height: calc(var(--vh, 1vh) * 100) !important;
		margin-bottom: 20px;
		overflow: hidden;
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
		-ms-border-radius: 0;
		border-radius: 0;
		order: 0;
	}
}

.app_container {
	margin: 0 auto;
	margin-bottom: 35px;
}

.lang-list {
	max-width: 1100px;
	text-align: center;
	margin: 0 auto;
}

.lang-list img {
	max-width: 32px;
	moz-box-shadow: 0 0 2px rgba(0,0,0,.3);
    webkit-box-shadow: 0 0 2px rgba(0,0,0,.3);
	box-shadow: 0 0 2px rgba(0,0,0,.3);
	margin: 0 10px;
}

.error404 .bg {
    height: 100%
}

.error404 .over {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%
}

.error404 .page {
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
    justify-content: center;
    -webkit-box-flex: 1 0 auto;
    -moz-box-flex: 1 0 auto;
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto
}

.error404 .footer {
    -webkit-box-flex: 0 0 auto;
    -moz-box-flex: 0 0 auto;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
}

.error404 .error {
    width: 324px;
    height: auto;
    margin-bottom: 50px
}

.error404 .no-fond {
    font-size: 22px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 30px
}

.error404 .no-fond-description {
    font-size: 18px;
    color: #919eb2;
    margin-bottom: 40px
}

.error404 .btn {
    display: inline-block;
    margin: 0 auto;
    width: 100%;
    height: 60px;
    line-height: 60px;
    max-width: 370px;
    font-size: 18px;
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    background: #414ee1;
    border-radius: 30px;
    margin-bottom: 25px
}

@media screen and (max-width: 767px) {
    .error404 .page {
        padding: 15px
    }
}

#cmtBox1 .cm-btn--primary, #cmtBox2 .cm-btn--primary {
    background: #414ee1 !important
}

@media screen and (max-width: 1240px) {
	.footer {
		height: auto;
		line-height: 70px;
		padding: 5px 20px;
	}

}

@media screen and (max-width: 767px) {
    .header {
        height: 60px;
        line-height: 60px
    }

    .article {
        padding: 15px;
    }

    .article h1 {
        font-size: 20px
    }

    .article h2, .article h3, .article h4 {
        font-size: 16px
    }

    .messages {
        margin-top: 10px;
        margin-bottom: 10px;
        padding: 5px
    }

	.footer-links a {
		width: 100px;
		height: 36px;
		line-height: 36px;
		margin-right: 15px;
	}

    .translate-link {
		margin-bottom: 0;
		float: right;
		display: block;
		position: relative;
		top: 9px;
		height: 40px;
    }

    .footer {
        padding: 5px 15px;
    }
}

@media screen and (max-width: 360px) {
}

.logo-txt:hover {
    color: rgba(255, 255, 255, 0.67);
}

@media screen and (max-width: 900px) {
    .coo-l {
        position: absolute;
        left: 4px;
        top: -29px;
    }
}

.coo-l {
    float: right;
}