@charset "UTF-8";

html {
  box-sizing: border-box;
  font-size: calc(1vw + 0.28em);
  /* Делить на 18  */
  line-height: 1.5;
  height: 100%;
}

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

body {
  display: none;
  background-color: #494949;
  font-style: normal;
  color: #282633;
}

.fonts-loaded body {
  background-color: white;
  display: block;
  font-family: "IBM Plex Sans", sans-serif;
}

.fonts-loaded h1,
.fonts-loaded h2,
.fonts-loaded h3,
.fonts-loaded h4,
.fonts-loaded h5 {
  font-family: "IBM Plex Sans", sans-serif;
}

.fonts-failed body {
  background-color: white;
  display: initial;
  font-family: Arial, Helvetica, sans-serif;
}

.fonts-failed h1,
h2,
h3,
h3,
h4,
h5 {
  font-family: Georgia, sans-serif;
}

h1,
h2,
h3,
h3,
h4,
h5 {
  text-transform: uppercase;
  color: #282633;
}

h1 {
  font-weight: 200;
  font-size: 2.66rem;
  line-height: 1.29;
  margin: 0.7em 0 0.005em 0;
  color: #000;
}

h4 {
  font-weight: 300;
  font-size: 0.66rem;
  line-height: 0.88rem;
  color: #b4b4b4;
  margin-bottom: 1em;
}

@media (max-width: 63.99875em) {
  h4 {
    font-size: 1.1rem;
    line-height: 1.2rem;
    margin-top: 0.5em;
  }
}

@media (max-width: 39.9em) {
  h4 {
    font-size: 1.4rem;
    line-height: 1.5rem;
    font-weight: normal;
  }
}

a {
  display: block;
  color: #282633;
  text-decoration: none;
  text-transform: uppercase;
}

a:hover {
  color: #282633;
}

a:visited,
a:active,
a:focus {
  color: #282633;
}

ul {
  list-style: none;
  margin: 0;
}

/* Preloader */
.preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  background: url("../img/preload/preloader.svg") no-repeat center center,
    #f2f2f2;
  background-size: 2.5%;
}

/* HEADER */
/* Header left part */
.header__container__inner-left {
  padding: 3em 3.22em 2.33em 3em;
  background-size: 1.89em 1.89em;
  height: 100%;
  position: relative;
}

.cdp-logo {
  display: block;
  width: 11em;
  height: 6em;
  background: url("../img/logos/cdp-logotype.svg?v1") center top no-repeat;
  background-size: 100%;
}

@media (max-width: 63.99875em) {
  .header__container__inner-left {
    background: none;
    flex-direction: initial;
    padding: 1.6em;
  }

  .cdp-logo {
    font-size: 1.8rem;
    height: 3em;
  }
}

@media (max-width: 39.9em) {
  .header__container__inner-left {
    padding-left: 1.6em;
  }

  .cdp-logo {
    width: 9em;
  }
}

.return-arrow {
  display: inline-block;
  color: #000;
  position: absolute;
  right: 0;
  bottom: 0;
  text-indent: -1000px;
  overflow: hidden;
  width: 5rem;
  height: 5rem;
  background: url("../img/event/return-arrow.svg") center center no-repeat,
    #30dec9;
  background-size: 25%;
  cursor: pointer;
  transition: 250ms;
}

@media (max-width: 63.99em) {
  .return-arrow {
    display: none;
  }
}

.return-arrow > a {
  height: 100%;
}

.return-arrow:hover {
  background-color: #0029ff;
}

/* Header Right part */
.header__container__outer-right {
  background: #f1f1f1;
}

.header__container__inner-right {
  position: relative;
  padding: 1.08em 1.77em 1.5em 2.33em;
}

@media (max-width: 63.99875em) {
  .header__container__inner-right {
    padding: 1.6em;
  }
}

.dropdown__toggle {
  display: none;
}

@media (max-width: 39.9em) {
  .dropdown__toggle {
    display: block;
    position: fixed;
    top: 0.1em;
    right: 0.1em;
    border: 0;
    font-size: 5rem;
    width: 1em;
    height: 1em;
    line-height: 0.1;
    text-indent: -15em;
    white-space: nowrap;
    overflow: hidden;
    cursor: pointer;
    z-index: 40;
  }

  .dropdown__toggle::after {
    position: absolute;
    top: 0.45em;
    left: 0.3em;
    display: block;
    content: "\2261";
    text-indent: 0;
    font-size: 4.5rem;
    color: #000;
  }

  .dropdown__drawer {
    display: none;
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 30;
  }

  .dropdown.is-open .dropdown__toggle {
    background: transparent;
  }

  .dropdown.is-open .dropdown__drawer {
    display: block;
  }

  .dropdown.is-open .dropdown__toggle::after {
    content: "\2716";
    top: 0.75em;
    left: 0.4em;
    font-size: 3rem;
    color: #fff;
  }
}

.menu {
  display: flex;
}

.menu > li > a {
  color: #282633;
  font-weight: 500;
  font-size: 0.66rem;
  line-height: 1.33;
  letter-spacing: 0.1em;
  padding: 2em 2em;
  overflow: hidden;
  transition: background 200ms ease-out;
}

.menu > li > a:hover {
  background: url("../img/calendar/header/header-btn-bg.svg") top right
    no-repeat;
  background-size: cover;
}

.menu > li:first-child > a {
  padding-left: 0.25em;
}

@media (max-width: 63.99875em) {
  .menu > li > a {
    font-size: 0.9rem;
    line-height: 1rem;
    letter-spacing: 0.2em;
    padding: 2em 1.5em;
  }

  .menu > li:first-child > a {
    padding-left: 0;
  }
}

@media (max-width: 39.9em) {
  .menu {
    flex-direction: column;
    height: 100%;
    justify-content: space-around;
    background: hsla(230, 100%, 50%, 0.75);
  }

  .menu > li > a {
    color: #fff;
    text-align: center;
    font-size: 1.5rem;
    line-height: 1.7rem;
  }

  .menu > li > a:hover {
    background: none;
  }

  .menu > li:first-child > a {
    padding-left: 1.5em;
  }
}

.moved-right {
  margin-left: auto;
  transition: background 200ms ease-out;
}

.moved-right > a {
  background: url("../img/calendar/header/header-btn-bg.svg") top right
    no-repeat;
  background-size: cover;
}

@media (max-width: 39.9em) {
  .moved-right {
    margin: 0;
  }

  .moved-right > a {
    background: none;
  }

  .moved-right:hover > a {
    color: hsla(230, 100%, 50%, 0.75);
  }
}

.moved-right:hover {
  background: #fff;
}

/* MAIN */
/* Events left part */
.events-tile-date {
  color: #fff;
  font-weight: 300;
  display: flex;
  width: 100%;
  height: 100%;
  padding: 3em;
}

.events-tile-date__date {
  display: flex;
  flex-direction: column;
  height: 100%;
  width: 100%;
}

@supports (display: flex) {
  .events-tile-date__date > .date {
    display: flex;
    flex-direction: column;
  }
}

.events-tile-date__date > .date > span {
  display: block;
  margin-bottom: 0.75em;
}

@media (max-width: 63.99875em) {
  .events-tile-date {
    padding: 2em 1.2em 1.2em;
    font-size: 1.4rem;
  }

  .events-tile-date__date > .date {
    font-size: 1.1rem;
  }
}

@media (max-width: 39.9em) {
  .events-tile-date {
    padding: 1.2em;
    padding-top: 0.7em;
  }

  .events-tile-date__date > .date {
    font-size: 1.5rem;
  }

  .events-tile-date__date > .date > span {
    line-height: 1.2;
    font-size: 1.8rem;
  }

  .events-tile-date__date {
    font-size: 2rem;
    line-height: 1.3;
    padding: 0;
    justify-content: center;
  }

  .events-tile-date__date > span + span {
    margin-left: 0.25em;
  }
}

.events-tile-date--yellow-bg {
  background: #d7c727;
}

.events-tile-date--dark-grey-bg {
  background: #282633;
}

.events-tile-date--light-grey-bg {
  background: #f1f1f1;
}

.events-tile-date--light-grey-bg p {
  color: #282633;
}

.events-tile-date--light-green-bg {
  background: #30dec9;
}

.events-media__inner__time {
  font-size: 0.8rem;
  line-height: 1.33;
  color: #bab9bd;
}

.events-media__inner__time > p {
  text-transform: uppercase;
}

@media (max-width: 63.99875em) {
  .events-media__inner__time {
    font-size: 0.875rem;
    line-height: 1.3;
  }
}

@media (max-width: 39.9em) {
  .events-media__inner__time {
    font-size: 1.5rem;
    line-height: 1.3;
    margin-top: 1em;
  }

  .events-media__inner__time > p {
    font-size: 1rem;
  }
}

/* Events right part */
.events-media-container {
  background-size: 100%;
  background-blend-mode: overlay;
  background-size: cover;
  position: relative;
}

.events-media-container::before {
  content: " ";
  display: block;
  width: 100%;
}

.height50 {
  padding-top: 49%;
}

@media (max-width: 63.99875em) {
  .events-media-container {
   /* height: 21.25em;*/
   height: auto;
    width: 100%;
  }
}

.events-media::before,
.events-media::after {
  content: " ";
  display: table;
}

.events-media::after {
  clear: both;
}

.events-media-container > a {
  display: block;
  height: 100%;
}

.events-media:hover .events-media__inner__time {
  opacity: 1;
}

.events-media__inner {
  color: #fff;
  position: relative;
  height: 100%;
  padding-left: 1.875em;
  /*padding-bottom: 1.875em*/;
  overflow: hidden;
}

.events-media__register {
  padding-left: 1.875em;
  padding-bottom: 2.5em;
}

@media (max-width: 39.99em) {
  .events-media__inner {
    padding-left: 1.6em;
  }
}

.events-media__inner > h4 {
  color: #fff;
  font-size: 0.875rem;
  margin-top: 2em;
}

@media (max-width: 63.9em) {
  .events-media__inner > h4 {
    margin-top: 3em;
  }
}

@media (max-width: 39.9em) {
  .events-media__inner:first-child {
    padding-bottom: 0;
  }

  .events-media__inner > h4 {
    font-size: 1.3rem;
    margin-top: 1.5em;
  }
}

.event-header {
  font-size: 1.2rem;
  line-height: 1.1;
  font-weight: bold;
  padding: 1.8em 1.6em 0 0;
}

@media (max-width: 39.9em) {
  .event-header {
    padding: 0.25em 1.5em 0.25em 0;
  }
}

.events-media-container.description,
.events-media-container.speakers {
  background: none;
  height: inherit;
}

.events-media-container.speakers {
	padding-bottom: 2.5em;
}

.description .events-media__inner > h4,
.speakers .events-media__inner > h4 {
  color: #b4b4b4;
}

.description .events-media__inner > p,
.speakers .events-media__inner p {
  font-size: 1rem;
  line-height: 1.3;
  padding-right: 2.5em;
  color: #000;
}

.speakers .events-media__inner p {
  margin-bottom: 0.25em;
}

@media (max-width: 39.9em) {
  .events-media-container.speakers {
    padding-bottom: 2em;
  }

  .description .events-media__inner > p,
  .description .events-media__inner ul,
  .description .events-media__inner ol,
  .speakers .events-media__inner p {
    font-size: 1.6rem;
    line-height: 1.5;
  }
  
  .description .events-media__inner h2 {
	  font-size: 1.8rem;
    line-height: 1.3;
    margin-top: 1.5em;
  }
  
}

.speakers .events-media__inner p + p {
  font-size: 0.75rem;
  line-height: 1.33;
  color: #b4b4b4;
  margin-bottom: 0.75em;
}

@media (max-width: 39.9em) {
  .speakers .events-media__inner p + p {
    font-size: 1.7rem;
    line-height: 1.33;
  }
}

hr {
  width: 4.25rem;
  margin: 0.7rem auto 0.1em 0;
  border-bottom-color: #000;
  opacity: 0.3;
}

.margin-btm {
  margin-bottom: 100%;
}

.button-grp {
  margin-left: -3em;
  margin-right: -3em;
  margin-bottom: -3em;
}

.uppercase {
  text-transform: uppercase;
  display: block;
  line-height: 1.333;
  margin-bottom: 1em;
}

@media (max-width: 39.9em) {
  .uppercase {
    margin-bottom: 0.5em;
  }

  .uppercase:first-child {
    margin-top: 0;
  }

  .uppercase + .uppercase {
    margin-bottom: 0.25em;
  }
}

@media (max-width: 63.99875em) {
  .button-grp {
    margin-left: -1.2em;
    margin-right: -1.2em;
    margin-bottom: -1.2em;
  }
}

@media (max-width: 39.9em) {
  .button-grp {
    margin: 0;
  }
}

.button-grp > div:first-of-type > a {
  display: block;
  position: relative;
  text-align: center;
  padding-top: 2.5em;
  padding-bottom: 2.5em;
  color: #fff;
  font-size: 0.65rem;
}

.button-grp > div:first-of-type > a::before {
  content: " ";
  position: absolute;
  top: calc(50% - 1.25em);
  left: 5%;
  width: 1.5rem;
  height: 1.25rem;
  background: url("../img/event/chain.svg") no-repeat center center;
  background-size: cover;
  opacity: 0.25;
}

@media (max-width: 39.9em) {
  .button-grp > div:first-of-type > a {
    font-size: 1rem;
  }

  .button-grp > div:first-of-type > a::before {
    left: 15%;
    top: calc(50% - 0.75em);
  }

  .uppercase {
    font-size: 1.1rem;
  }
}

.button-grp > div:first-of-type > a:hover::before {
  opacity: 1;
}

h4.label {
  color: #f2f2f2;
  background: none;
  padding: 0;
  letter-spacing: 0.0125em;
  opacity: 1;
}

@media (max-width: 39.9em) {
  h4.label {
    font-size: 1.5rem;
    margin-bottom: 2em;
  }
}

@supports (display: flex) {
  .flex-name {
    display: flex;
    flex-direction: column;
  }
}

.flex-name span:first-of-type {
  font-size: 0.875rem;
  color: #bab9bd;
  margin-bottom: 0.7em;
}

@media (max-width: 63.99em) {
  .flex-name span:first-of-type {
    margin-bottom: 0.9em;
  }
}

.flex-name span {
  margin-bottom: 0.5em;
}

.flex-name span:nth-child(2n) {
  text-transform: none;
  color: #000;
  font-size: 1rem;
  line-height: 1.3;
}

@media (max-width: 39.9em) {
  .flex-name {
    flex-direction: row;
    justify-content: space-between;
  }

  .flex-name span:first-of-type {
    font-size: 1.3rem;
    line-height: 1.3;
  }

  .flex-name span:nth-child(2n) {
    font-size: 1.8rem;
  }
}

.events-tile-date__date .take-prt-btn {
  display: inline-block;
  color: #000;
  font-size: 0.8rem;
  line-height: 1.1;
  padding: 2em 3.7em;
  background: #30dec9;
  transition: background 150ms ease-in;
  margin-top: 2em;
}

.take-prt-btn {
  display: inline-block;
  color: #000;
  font-size: 0.8rem;
  line-height: 1.1;
  padding: 2em 3.7em;
  background: #30dec9;
  transition: background 150ms ease-in;
}

@media (max-width: 39.9em) {
	
.events-tile-date__date .take-prt-btn {
  margin-top: 1em;
  margin-bottom: 1em;
}
	
}

.events-tile-date__date .take-prt-btn:hover,
.take-prt-btn:hover {
  background: #0029ff;
  color: #f2f2f2;
}

@media (max-width: 39.99em) {
  .events-tile-date__date .take-prt-btn {
    font-size: 1.8rem;
    padding: 1.2em;
  }
}

.event__h {
  font-size: 2rem;
  line-height: 1.1;
}

@media (max-width: 39.9em) {
  .events-tile-date__date button > a {
    font-size: 1.5rem;
    margin-top: 1em;
    padding: 1.2em;
  }

  .event__h {
    font-size: 2.2rem;
    line-height: 1.1;
    margin-bottom: 0.25em;
  }
}

@media (max-width: 63.99875em) {
  .events-media__inner > p {
    font-size: 1.5rem;
    line-height: 1.7rem;
  }
}

@media (max-width: 39.9em) {
  .events-media__inner > p {
    font-size: 2.1rem;
    line-height: 2.5rem;
    padding-right: 1em;
  }
}

.events-media__inner > button {
  position: absolute;
  top: 0;
  right: 0;
  width: 3.5em;
  height: 3.5em;
  cursor: pointer;
  overflow: hidden;
  line-height: 0.1;
  text-indent: 5em;
  white-space: nowrap;
}

.events-media:hover button::before {
  background: none;
}

.events-media:hover button:active {
  background: #fff;
}

.events-media__inner > button::before {
  position: absolute;
  content: "";
  width: 1.38em;
  height: 1.38em;
  text-indent: 0;
  top: 15%;
  left: 50%;
  z-index: 10;
}

.events-media__inner > button::before {
  background: url("../img/events/cross-white.svg") center center no-repeat;
  background-size: cover;
}

.events-media:hover button::before {
  background: url("../img/events/cross-dark.svg") center center no-repeat;
  background-size: cover;
}

.s-icons {
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.s-icons__item {
  display: block;
  overflow: hidden;
  text-indent: 0;
  line-height: 0;
  font-size: 0;
  opacity: 0.75;
}

.s-icons__item:hover {
  opacity: 1;
}

.s-icons__item--tg {
  width: 1rem;
  height: 1rem;
  background: url("../img/event/s-icons.svg") no-repeat left top;
  background-size: cover;
}

.s-icons__item--fb {
  width: 1rem;
  height: 1rem;
  background: url("../img/event/s-icons.svg") no-repeat center top;
  background-size: cover;
}

.s-icons__item--tw {
  width: 1rem;
  height: 1rem;
  background: url("../img/event/s-icons.svg") no-repeat right top;
  background-size: cover;
}

@media (max-width: 39.9em) {
  .s-icons__item--tg,
  .s-icons__item--fb,
  .s-icons__item--tw {
    width: 2rem;
    height: 2rem;
  }
}

.alike-section {
  position: relative;
}

.alike-section__h {
  position: absolute;
  top: 1.4em;
  left: 1.85em;
  font-size: 1.6rem;
  line-height: 1.3125;
  font-weight: 300;
  color: #fff;
  text-transform: none;
}

a:hover > .alike-event {
  background-color: rgb(241, 241, 241, 0.05);
}

.alike-event {
  padding: 6em 3em;
  color: #fff;
  overflow: hidden;
}

.alike-event__date {
  margin-bottom: 0.5em;
}

.alike-event__date > span {
  display: block;
  font-size: 0.777rem;
  line-height: 1.285;
  text-transform: uppercase;
}

@media (max-width: 39.9em) {
  .alike-event__date > span {
    font-size: 1.2rem;
  }
}

.alike-event__img__container {
  overflow: hidden;
}

.alike-event__img {
  width: 19em;
  height: 9.5em;
  padding: 0;
  margin-bottom: 1em;
}

.alike-event__img--1 {
  background: url("../img/event/ban/1.jpg") no-repeat center center;
  background-size: cover;
}

.alike-event__img--2 {
  background: url("../img/event/ban/2.jpg") no-repeat center center;
  background-size: cover;
}

.alike-event__img--3 {
  background: url("../img/event/ban/3.jpg") no-repeat center center;
  background-size: cover;
}

.alike-event__format {
  font-size: 0.66rem;
  line-height: 1.33;
  color: #bab9bd;
  text-transform: uppercase;
  margin-bottom: 0.5em;
}

@media (max-width: 39.9em) {
  .alike-event__format {
    font-size: 1.3rem;
  }
}

.alike-event__h > p {
  line-height: 1.16;
  font-weight: 300;
  font-size: 1.33rem;
  text-transform: none;
}

@media (max-width: 39.9em) {
  .alike-event__h > p {
    font-size: 1.8rem;
    padding-right: 3em;
  }

  .alike-section__h {
    position: initial;
    font-size: 2rem;
    padding: 0.75em;
  }

  a:hover > .alike-event {
    background-color: inherit;
  }

  .alike-event {
    padding: 1.45em;
  }

  a:hover .alike-event__img {
    transform: none;
  }
}

/* FOOTER */
.footer-container {
  background: #282633;
  color: #d6d5d5;
  padding: 0 3em 0;
}

@media (max-width: 63.99875em) {
  .footer-container {
    padding: 0 1.6em;
  }
}

@media (max-width: 39.9em) {
  .footer-container {
    padding: 2.3em 1.6em;
  }
}

.footer__logo,
.footer__logo__right {
  display: block;
  width: 7em;
  height: 7em;
  margin-top: 2em;
}

.footer__logo {
  background: url("../img/logos/cdp-logo-white.svg") left center no-repeat;
  background-size: 100%;
}

.footer__logo__right {
  margin-left: 5em;
  background: url("../img/logos/aim-logo-white.svg") center center no-repeat;
  background-size: 100%;
}

@media (max-width: 63.99875em) {
  .footer__logo,
  .footer__logo__right {
    margin-top: 6em;
    margin-left: 4em;
    width: 8em;
    height: 8em;
  }
}

@media (max-width: 39.9em) {
  .footer__logo,
  .footer__logo__right {
    width: 7em;
    height: 3em;
    font-size: 2.3rem;
    line-height: 2.5rem;
    margin: 0;
  }
}

.footer__menu {
  margin-top: 3em;
  margin-left: 8em;
  font-weight: 600;
  font-size: 0.66rem;
  line-height: 1.83;
}

.footer__menu > li + li {
  margin-top: 0.1em;
}

.footer__menu > li > a {
  color: #d6d5d5;
}

@media (max-width: 63.99875em) {
  .footer__menu {
    font-size: 0.95rem;
    line-height: 2rem;
    margin-left: 5em;
    margin-top: 4em;
  }
}

@media (max-width: 39.9em) {
  .footer__menu {
    font-size: 1.5rem;
    line-height: 2.5rem;
    margin: 1em 0;
  }
}

.footer__social-m {
  height: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.footer__social-m > li > a {
  display: block;
  width: 3.3333em;
  height: 3.3333em;
  border-top: .05em solid #D6D5D5;
  border-bottom: .05em solid #D6D5D5;
  border-left: 0.05em solid #d6d5d5;
  border-right: 0.05em solid #d6d5d5;
  display: flex;
  justify-content: center;
  align-items: center;
}

.footer__social-m > li > a:hover {
  background-color: #bab9bd;
}

.footer__social-m > li:nth-child(1) > a {
  border-top: 0.05em solid #d6d5d5;
}

@media (max-width: 39.9em) {
  .footer__social-m > li:nth-child(1) > a {
    border-top: none;
  }
}

.footer__social-m > li:nth-child(2) > a {
  border-top: 0.05em solid #d6d5d5;
  border-bottom: 0.05em solid #d6d5d5;
}

@media (max-width: 63.99875em) {
  .footer__social-m > li > a {
    width: 6em;
    height: 6em;
  }
}

@media (max-width: 39.9em) {
  .footer__social-m {
    flex-direction: initial;
    margin-top: 0;
  }

  .footer__social-m > li > a {
    border: none;
  }

  .footer__social-m > li:nth-child(2) > a {
    border: none;
  }

  .footer__logo__right {
    margin-top: 0.5em;
  }
}

/* Utilities */
@media (max-width: 39.9em) {
  .cell.mobile-12 {
    width: 100%;
  }
}

.locked {
  overflow: hidden;
  position: relative;
  height: 100%;
}

@media (max-width: 39.99em) {
  @supports (display: flex) {
    .flex-order {
      order: 1;
    }
  }
}

@media print, screen and (min-width: 40em) {
  .hide-for-medium {
    display: none !important;
  }
}

@media screen and (max-width: 39.99875em) {
  .hide-for-small-only {
    display: none !important;
  }
}

.event-text-padding {
	padding-top: 1.5em;
}

.events-media__inner p {
	  padding-right: 0 !important;
}

.events-media__inner h2 {
	  font-size: 1.2rem;
	  line-height: 1.3;
	  font-weight: bold;
	  text-transform: none;
}

.events-media__inner a {
	display: inline;
	text-transform: none;
	text-decoration: underline;
	color: #0029FF;
}

.events-media__inner ul {
	list-style: disc;
	margin-bottom: 1em;
}

.events-media__inner ul,
.events-media__inner ol {
	color: black;
	margin-left: 3rem;
}



@media (max-width: 39.9em) {
	.events-media__inner {
		padding: 0 16px 0 16px !important;
	}
}

/* стили блоков и новый контент */

.paper-content ul li strong,
.paper-content ol li strong {
	font-weight: bold;
}

.imglist1 {
	display: block;
	width: 100%;
}

.imglist1 div {
	float: left;
	width: 45%;
	margin: 0 5% 20px 0;
	padding: 0;
	font-family: Soleto, sans-serif;
	font-weight: normal;
	line-height: 16px;
	font-size: 14px;
	color: #000;
}

.imglist1 div a {
	color: #114192;
	text-decoration: underline;
}

.imglist1 div img {
	width: 100%;
	height: auto;
	max-width: 250px;
	max-height: 250px;
	vertical-align: middle;
	padding: 0 10px 0 0;
}

.imglist1:after {
	visibility: hidden;
	display: block;
	content: "";
	clear: both;
	height: 0;
}

.imglist2 {
	display: block;
	width: 100%;
}

.imglist2 div {
	float: left;
	width: 30%;
	margin: 0 3% 20px 0;
	padding: 0;
	font-family: Soleto, sans-serif;
	font-weight: normal;
	line-height: 16px;
	font-size: 14px;
	color: #000;
}

.imglist2 div a {
	color: #114192;
	text-decoration: underline;
}

.imglist2 div img {
	width: 100%;
	height: auto;
	max-width: 250px;
	max-height: 250px;
	vertical-align: middle;
	padding: 0 10px 0 0;
}

.imglist2:after {
	visibility: hidden;
	display: block;
	content: "";
	clear: both;
	height: 0;
}

.imglist3 {
	display: block;
	width: 100%;
}

.imglist3 div {
	float: left;
	width: 45%;
	margin: 0 5% 20px 0;
	padding: 0;
	font-family: Soleto, sans-serif;
	font-weight: normal;
	line-height: 16px;
	font-size: 14px;
	color: #000;
}

.imglist3 div a {
	color: #114192;
	text-decoration: underline;
}

.imglist3 div img {
	width: 100%;
	height: auto;
	max-width: 85px;
	max-height: 85px;
	vertical-align: middle;
	border-radius: 5px;
	margin: 0 10px 0 0;
	float: left;
}

.imglist3 div p {
	margin: 0;
	padding: 0;
	line-height: 16px;
}

.imglist3:after {
	visibility: hidden;
	display: block;
	content: "";
	clear: both;
	height: 0;
}


.imglist4 {
	display: block;
	width: 100%;
}

.imglist4 div {
	display: inline-block;
	vertical-align: top;
	width: 49%;
	margin: 0 0 20px 0;
	padding: 0 10px 0 0;
	font-family: Soleto, sans-serif;
	font-weight: normal;
	line-height: 16px;
	font-size: 14px;
	color: #000;
	word-wrap: break-word;
}

.imglist4 div:after:nth-child(2n) {
	clear: both;
}

.imglist4 div a {
	color: #114192;
	text-decoration: underline;
}

.imglist4 div img {
	width: 100%;
	height: auto;
	max-width: 85px;
	max-height: 85px;
	vertical-align: middle;
	border-radius: 5px;
	margin: 0 10px 0 0;
	float: left;
}

.imglist4 div p {
	margin: 0;
	padding: 0;
	line-height: 16px;
	float: left;
	width:calc(100% - 95px);
}

.imglist4:after {
	visibility: hidden;
	display: block;
	content: "";
	clear: both;
	height: 0;
}

.textlist1 {
	display: block;
	width: 100%;
	font-family: Soleto, sans-serif;
	font-weight: normal;
	font-size: 14px;
	line-height: 21px;
	color: #000;
	text-align: left;
	margin-bottom: 20px;
	word-wrap: break-word;
}

.textlist1 strong {
	font-weight: bold;
}

.textlist1 div:first-child {
	float: left;
	width: 25%;
	margin: 0;
	padding: 0 10px 0 0;
}

.textlist1 div:nth-child(2) {
	float: left;
	width: 75%;
	margin: 0;
	padding: 0 10px 0 0;
}

.textlist1 div ul,
.textlist1 div ol,
.textlist1 div ul li:last-child,
.textlist1 div ol li:last-child
 {
	margin-bottom: 0 !important;
	padding-bottom: 0 !important;
}

.textlist1::after {
	visibility: hidden;
	display: block;
	content: "";
	clear: both;
	height: 0;
}

.textlist1 img {
	width: 90%;
	max-width: 90%;
}

.textlist-left50 {
	display: block;
	width: 100%;
	font-family: Soleto, sans-serif;
	font-weight: normal;
	font-size: 14px;
	line-height: 21px;
	color: #000;
	text-align: left;
	margin-bottom: 20px;
	word-wrap: break-word;
}

.textlist-left50 strong {
	font-weight: bold;
}

.textlist-left50 div:first-child {
	float: left;
	width: 50%;
	margin: 0;
	padding: 0 15px 0 0;
}

.textlist-left50 div:nth-child(2) {
	float: left;
	width: 50%;
	margin: 0;
	padding: 0 15px 0 0;
}

.textlist-left50::after {
	visibility: hidden;
	display: block;
	content: "";
	clear: both;
	height: 0;
}

.textlist-left50 img {
	width: 100%;
	max-width: 100%;
}

.textlist-left25 {
	display: block;
	width: 100%;
	font-family: Soleto, sans-serif;
	font-weight: normal;
	font-size: 14px;
	line-height: 21px;
	color: #000;
	text-align: left;
	margin-bottom: 20px;
	word-wrap: break-word;
}

.textlist-left25 strong {
	font-weight: bold;
}

.textlist-left25 div:first-child {
	float: left;
	width: 25%;
	margin: 0;
	padding: 0 15px 0 0;
}

.textlist-left25 div:nth-child(2) {
	float: left;
	width: 75%;
	margin: 0;
	padding: 0 0 0 0;
}

.textlist-left25::after {
	visibility: hidden;
	display: block;
	content: "";
	clear: both;
	height: 0;
}

.textlist-left25 img {
	width: 100%;
	max-width: 100%;
}

.textlist-right25 {
	display: block;
	width: 100%;
	font-family: Soleto, sans-serif;
	font-weight: normal;
	font-size: 14px;
	line-height: 21px;
	color: #000;
	text-align: left;
	margin-bottom: 20px;
	word-wrap: break-word;
}

.textlist-right25 strong {
	font-weight: bold;
}

.textlist-right25 div:first-child {
	float: left;
	width: 75%;
	margin: 0;
	padding: 0 15px 0 0;
}

.textlist-right25 div:nth-child(2) {
	float: left;
	width: 25%;
	margin: 0;
	padding: 0 0 0 0;
}

.textlist-right25::after {
	visibility: hidden;
	display: block;
	content: "";
	clear: both;
	height: 0;
}

.textlist-right25 img {
	width: 100%;
	max-width: 100%;
}

.textlist-left25 p:first-child,
.textlist-right25 p:first-child,
.textlist-left50 p:first-child {
	margin-top: 0;
	padding-top: 0;
}

.list-border {
	padding-bottom: 20px;
	border-bottom: 1px solid #D9E0E9;
}


@media screen and (max-width: 640px) {
	.imglist3 div img,
	.imglist4 div img {
		display: block;
	}
	
	.imglist4 div {
		display: inline-block;
		vertical-align: top;
		width: 98%;
	}
	
	.imglist4 div p {
		margin: 0;
		padding: 0;
		line-height: 16px;
		float: none;
		width:100%;
		display: block;
	}
	
	
	.imglist4 div img {
		max-width: 50px;
		max-height: 50px;
		vertical-align: middle;
		border-radius: 5px;
		margin: 0 10px 0 0;
		float: left;
	}
	
	.imglist4 div p {
		margin: 0;
		padding: 0;
		font-size: 12px;
		line-height: 14px;
		float: left;
		width:calc(100% - 60px);
	}
	
	.imglist1 div,
	.imglist1 p,
	.imglist1 ul li,
	.imglist1 ol li,
	.imglist2 div,
	.imglist2 p,
	.imglist2 ul li,
	.imglist2 ol li,
	.imglist3 div,
	.imglist3 p,
	.imglist3 ul li,
	.imglist3 ol li {
		font-size: 12px;
		line-height: 14px;
	}
	
	.textlist1 div:first-child {
		float: left;
		width: 100%;
		margin: 0;
		padding: 0 0px 0 0;
	}
	
	.textlist1 div:nth-child(2) {
		float: left;
		width: 100%;
		margin: 0;
		padding: 0 0px 0 0;
	}
	
	.textlist1 img {
		width: 100%;
		max-width: 100%;
	}
	
}

/* стили блоков - конец */
