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; }

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;
  font-family: "Proxima Nova", Arial, Tahoma, sans-serif; }

input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px white 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: #f0f5f9;
  overflow: auto;
  z-index: 999999999; }

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

.header, .app_container, .txt, .footer {
  display: none; }

.show-page .header, .show-page .app_container, .show-page .txt, .show-page .footer, .skeleton-preload .header, .skeleton-preload .app_container, .skeleton-preload .txt, .skeleton-preload .footer, .error404 .header, .error404 .app_container, .error404 .txt, .error404 .footer {
  display: block; }

.skeleton-padding {
  margin-top: 60px;
  height: 50px; }

.skeleton-line {
  position: relative;
  background: rgba(66, 103, 178, 0.3);
  height: 100%;
  width: 100%;
  overflow: hidden;
  -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-line:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-animation: loading 2s infinite ease-in-out;
    -moz-animation: loading 2s infinite ease-in-out;
    -o-animation: loading 2s infinite ease-in-out;
    animation: loading 2s infinite ease-in-out; }

.skeleton-stroke {
  display: inline-block;
  height: 12px;
  background: rgba(66, 103, 178, 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 {
  display: inline-block;
  height: 30px;
  width: 34px !important;
  position: relative;
  top: 10px;
  margin-right: 15px; }

.skeleton--logo-txt {
  display: inline-block;
  width: 180px;
  height: 30px;
  position: relative;
  top: 10px; }

.skeleton--box1 {
  margin-bottom: 10px; }

.skeleton--box1, .skeleton--box2 {
  height: 328px; }

.skeleton--btn {
  display: inline-block;
  width: 370px;
  height: 95px; }
  .skeleton--btn:first-child {
    margin-right: 5px; }

.skeleton--txt-title {
  width: 20%;
  height: 20px;
  margin-bottom: 20px; }
  .skeleton--txt-title:nth-child(even) {
    width: 35%; }

.skeleton-text {
  margin-bottom: 12px; }
  .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(66, 103, 178, 0.3); }
  50% {
    background: rgba(165, 165, 165, 0.2); }
  100% {
    background: rgba(66, 103, 178, 0.3); } }

@-moz-keyframes blink {
  0% {
    background: rgba(66, 103, 178, 0.3); }
  50% {
    background: rgba(165, 165, 165, 0.2); }
  100% {
    background: rgba(66, 103, 178, 0.3); } }

@-o-keyframes blink {
  0% {
    background: rgba(66, 103, 178, 0.3); }
  50% {
    background: rgba(165, 165, 165, 0.2); }
  100% {
    background: rgba(66, 103, 178, 0.3); } }

@keyframes blink {
  0% {
    background: rgba(66, 103, 178, 0.3); }
  50% {
    background: rgba(165, 165, 165, 0.2); }
  100% {
    background: rgba(66, 103, 178, 0.3); } }

@-webkit-keyframes loading {
  100% {
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%); } }

@-moz-keyframes loading {
  100% {
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%); } }

@-o-keyframes loading {
  100% {
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%); } }

@keyframes loading {
  100% {
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%); } }

@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; }

body {
  margin: 0;
  padding: 0;
  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%;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  background: #ddf0ff;
}

p {
  margin-bottom: 18px; }

a {
  cursor: pointer; }

b {
  font-weight: bold; }


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

}

.app-preloader.--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 {
  padding: 38px 0;
  text-align: center; }
  .footer a {
    display: inline-block;
    padding: 12px 35px;
    margin: 0 15px;
    text-align: center;
    color: #4676d7;
    background: rgba(255, 255, 255, 0.6);
    border: solid 1px #fff; }
    .footer a:hover {
      background: #f0f5f9; }

.header {
  height: 70px;
  line-height: 70px;

  margin-bottom: 20px; }
  .header .logo-img {
    position: relative;
    top: 12px;
    width: auto;
    height: 34px;
    margin-right: 15px; }
  .header .logo-txt {
    color: #4267b2;
    font-size: 18px; }
  .header .ya-share2 {
    float: right;
    padding: 23px 0; }

.header-over {
  width: 1210px;
  margin: 0 auto;
      min-height: 53px;
      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: center;
    justify-content: center;
    padding-top: 20px;
  }
  
  .meet {
	 line-height: 23px;
    font-size: 18px;
    background: #6591EC;
    border-radius: 6px;
    padding: 9px 21px 8px 21px;
    color: #fff;
    text-decoration: none;
	-webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
  }
  .meet:hover {
	   background: #9664d3;
  }
     
  
  .meet:after {
    border: solid white;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 3px;
    vertical-align: middle;
    position: relative;
    top: -1px;
	 left: 4px;
    content: '';
    transform: rotate(-45deg);
	-webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}
.meet:hover:after {
	    left: 7px;
}

.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;
  }
}
.txt {
  width: 1100px;
  margin: 0 auto;
  background: rgba(255, 255, 255, 0.6);
  border: solid 1px #fff;
}

.article {
  display: inline-block;
  vertical-align: top;
  padding: 30px;
  width: 590px; }
  .article.article-big {
    width: 100%;
    padding-bottom: 0;
    padding-top: 0;
  }
.txt .article.article-big:first-child {
  padding-top: 30px;
}
.txt  .article.article-big:last-child {
  padding-bottom: 30px;
}
.article.left {
    margin-right: 23px; }
  .article h1 {
    font-size: 26px;
    color: #37435c;
    margin-bottom: 20px; }
  .article h2, .article h3, .article h4 {
    font-size: 22px;
    color: #37435c;
    margin-bottom: 15px; }
  .article p {
    color: #6c7487;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 15px;
  }
    .article p b {
      color: #37435c;
    }
  .article a {
    color: #4676d7; }

.app_container {
  width: 1215px;
  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;
}


.translate-link {
  display: block;
  width: 100%;
  padding: 15px 20px 0 20px; }
  .translate-link .icon-translate {
    display: inline-block;
    width: 70px;
    height: 40px;
    font-size: 14px;
    padding: 12px 0 0 36px;
    color: #6c7487;
    border: solid 1px rgba(225, 227, 230, 0.05);
    margin: 5px; }
    .translate-link .icon-translate:first-child {
      margin-left: 0; }
    .translate-link .icon-translate:last-child {
      margin-right: 0; }
  .translate-link .icon-en {
    background: #fff url("./../img/en.png") 10px center;
    background-size: 19px 13px;
    background-repeat: no-repeat; }
    .translate-link .icon-en:hover {
      background: #f0f5f9 url("./../img/en.png") 10px center;
      background-size: 19px 13px;
      background-repeat: no-repeat; }
  .translate-link .icon-de {
    background: #fff url("./../img/de.png") 10px center;
    background-size: 19px 13px;
    background-repeat: no-repeat; }
    .translate-link .icon-de:hover {
      background: #f0f5f9 url("./../img/de.png") 10px center;
      background-size: 19px 13px;
      background-repeat: no-repeat; }
  .translate-link .icon-ru {
    background: #fff url("./../img/ru.png") 10px center;
    background-size: 19px 13px;
    background-repeat: no-repeat; }
    .translate-link .icon-ru:hover {
      background: #f0f5f9 url("./../img/ru.png") 10px center;
      background-size: 19px 13px;
      background-repeat: no-repeat; }
  .translate-link .icon-fr {
    background: #fff url("./../img/fr.png") 10px center;
    background-size: 19px 13px;
    background-repeat: no-repeat; }
    .translate-link .icon-fr:hover {
      background: #f0f5f9 url("./../img/fr.png") 10px center;
      background-size: 19px 13px;
      background-repeat: no-repeat; }
  .translate-link .icon-pl {
    background: #fff url("./../img/pl.png") 10px center;
    background-size: 19px 13px;
    background-repeat: no-repeat; }
    .translate-link .icon-pl:hover {
      background: #f0f5f9 url("./../img/pl.png") 10px center;
      background-size: 19px 13px;
      background-repeat: no-repeat; }
  .translate-link .icon-hi {
    background: #fff url("./../img/hi.png") 10px center;
    background-size: 19px 13px;
    background-repeat: no-repeat; }
    .translate-link .icon-hi:hover {
      background: #f0f5f9 url("./../img/hi.png") 10px center;
      background-size: 19px 13px;
      background-repeat: no-repeat; }

.error404 {
  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: bold;
    color: #172338;
    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: #4267b2;
    border-radius: 2px;
    margin-bottom: 25px; }

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

#cmtBox1 .cm-btn--primary, #cmtBox2 .cm-btn--primary {
  background: #4267b2 !important; }

@media screen and (max-width: 1240px) {
  .app_container, .txt, .header-over {
    width: 100%;
    padding: 0 20px; }
  .txt {
    width: 95%; }
  .top {
    text-align: center; }

  .article {
    width: 100%; }
  .article.left {
    margin: 0; }
  #cmtControl .button {
    width: 350px; }
  .messages {
    height: 400px; }
  .messages #cmtMess .cm-messenger__list {
    height: 318px; } }

@media screen and (max-width: 767px) {
  .left, .right {
    width: 100%;
    margin: 4px 0; }
  .txt {
    padding: 0 10px; }

  .translate-link {
    margin-top: 0;
    padding: 15px 20px 0 8px; }
  .app_container {
    margin-bottom: 20px; }
  .translate-link .icon-translate {
    margin: 0 5px 5px 0; }
  .translate-link .icon-translate:last-child {
    margin-left: 0; }

  .article {
    padding: 10px; }
  .article h1 {
    font-size: 18px; }
  .article h2, .article h3, .article h4 {
    font-size: 16px; }
  .messages {
    margin-top: 10px; }
  .footer {
    padding: 25px 0;
    height: auto; }
  .footer a {
    height: 40px;
    line-height: 40px;
    padding: 0 25px; } 
	
	.header .logo-txt, .meet {
		font-size: 14px;
      margin-top: 8px;
	}
	
	.header-over {
		    padding: 0 10px;
	}
  .article p {

    font-size: 14px;
    line-height: 22px;

  }
}

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

.header {
    height: 90px;
    line-height: 30px;
    margin-bottom: 20px;

}

.header-over {
	    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.header .ya-share2 {
	    padding: 10px 0;
}
.meet {
	 margin: 6px 0;
}
   
}
