*, *::before, *::after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit; }

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, u, i, center, dl, dt, dd, ol, ul, li, caption, tbody, tfoot, thead, tr, th,
fieldset, form, label, legend, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  font-size: 100%;
  font: inherit;
  border: 0; }

/* HTML5 display-role reset for older browsers */
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, q:before, q:after {
  content: "";
  content: none; }

/*table{
    border-collapse:collapse;
    border-spacing:0;
}*/
html, body {
  height: 100%; }

a {
  text-decoration: none;
  outline: 0; }

section, div, input, textarea {
  box-sizing: border-box; }

/* ------------------------------------------- */
.header .container-main, .footer__columns, .footer__column_sweden, .footer__socials, .statistic, .about, .about__text-block, .values__blocks, .news-index__blocks, .submenu, .purposes__blocks, .purposes__text, .approach__blocks, .approach__block, .mission__block, .contacts, .columns, .team__list, .media__blocks, .media__block, .slider {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -o-flex;
  display: flex; }

/* ------------------------------------------- */
.label {
  -webkit-transition: all 0.2s ease 0s;
  -moz-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s; }

h1, h2, h3, h4, h5, h6 {
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

/* ------------------------------------------- */
@font-face {
  font-family: "OpenSans";
  src: url("../fonts/OpenSans/OpenSans.eot");
  src: url("../fonts/OpenSans/OpenSans.eot?#iefix") format("embedded-opentype"), url("../fonts/OpenSans/OpenSans.woff") format("woff"), url("../fonts/OpenSans/OpenSans.ttf") format("truetype"), url("../fonts/OpenSans/OpenSans.svg#partnercondensedbold") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: "LoraItalic";
  src: url("../fonts/LoraItalic/LoraItalic.eot");
  src: url("../fonts/LoraItalic/LoraItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/LoraItalic/LoraItalic.woff") format("woff"), url("../fonts/LoraItalic/LoraItalic.ttf") format("truetype"), url("../fonts/LoraItalic/LoraItalic.svg#partnercondensedbold") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: "OpenSansLight";
  src: url("../fonts/OpenSansLight/OpenSansLight.eot");
  src: url("../fonts/OpenSansLight/OpenSansLight.eot?#iefix") format("embedded-opentype"), url("../fonts/OpenSansLight/OpenSansLight.woff") format("woff"), url("../fonts/OpenSansLight/OpenSansLight.ttf") format("truetype"), url("../fonts/OpenSansLight/OpenSansLight.svg#partnercondensedbold") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: "Ubuntu";
  src: url("../fonts/Ubuntu/Ubuntu.eot");
  src: url("../fonts/Ubuntu/Ubuntu.eot?#iefix") format("embedded-opentype"), url("../fonts/Ubuntu/Ubuntu.woff") format("woff"), url("../fonts/Ubuntu/Ubuntu.ttf") format("truetype"), url("../fonts/Ubuntu/Ubuntu.svg#partnercondensedbold") format("svg");
  font-weight: normal;
  font-style: normal; }
h1, h2, h3, h4, h5, h6 {
  color: #000;
  font-family: "Ubuntu", Helvetica, Arial, sans-serif; }

h1 {
  margin: 0;
  letter-spacing: -0.08px;
  color: #000000;
  font-size: 32px; }
  @media only screen and (max-width: 768px) {
    h1 {
      font-size: 26px; } }
  @media only screen and (max-width: 470px) {
    h1 {
      font-size: 18px; } }

h2 {
  /*	color:#132759;*/
  padding-bottom: 50px;
  color: #000000;
  font-size: 42px; }

h3 {
  padding: 15px 0px;
  color: #000;
  font-size: 18px; }

h4 {
  margin: 0px;
  padding-top: 20px;
  padding-bottom: 0px;
  color: rgba(0, 0, 0, 0.5);
  font-size: 14px; }

html, body {
  height: 100%; }

body {
  margin: 0;
  padding: 0;
  background-color: #fff;
  letter-spacing: 0.01em;
  color: #7a8994;
  font-size: 14px;
  font-family: "Ubuntu", Helvetica, Arial, sans-serif;
  font-weight: normal; }

.container_width {
  max-width: 1200px;
  min-width: 320px;
  margin: 0 auto; }

label {
  cursor: pointer; }

.c {
  clear: both; }

.cl {
  clear: left; }

.cr {
  clear: right; }

.abs {
  position: absolute; }

.relative {
  position: relative; }

.hidden, .row.hidden {
  display: none; }

.hidden_i {
  display: none !important; }

.nowrap {
  white-space: nowrap; }

.nopadd {
  padding: 0px !important; }

.center {
  text-align: center; }

.center_i {
  text-align: center !important; }

.left_i {
  text-align: left !important; }

.right {
  text-align: right; }

.right_i {
  text-align: right !important; }

.top {
  vertical-align: top; }

.top_i {
  vertical-align: top !important; }

.middle {
  vertical-align: middle; }

.bottom {
  vertical-align: bottom; }

.bold {
  font-weight: bold; }

.italic {
  font-style: italic; }

.upper {
  text-transform: uppercase; }

.lower {
  text-transform: lowercase; }

.capitalize {
  text-transform: capitalize; }

.table {
  display: table;
  width: 100%; }

.table.auto {
  width: auto;
  margin: auto; }

.table.nowidth {
  width: auto; }

.row_group {
  display: table-row-group; }

.table-row {
  display: table-row; }

.table-cell {
  display: table-cell;
  vertical-align: middle; }
  .table-cell__head {
    padding-bottom: 16px;
    font-weight: bold;
    text-transform: uppercase; }

.underline a, a.underline {
  text-decoration: underline; }

.hr {
  clear: both;
  height: 1px;
  background-color: #e0e0e0;
  font-size: 0px; }

.width100 {
  width: 100%; }

.height100 {
  height: 100%; }

.text_white {
  color: #fff !important; }

.text_red {
  color: #eb1744 !important; }

.text_yellow {
  color: #f8a621; }

.text_blue, .text_blue a {
  color: #006cc0 !important; }

.text_grey, .text_grey a {
  color: #646464 !important; }

.text_grey2 {
  color: #979797; }

.text_green {
  color: #55b846 !important; }

.text_orange {
  color: #ea5b0b !important; }

.text_black {
  color: #000 !important; }

.no-overflow {
  overflow: hidden; }

.star {
  color: #a50202; }

body {
  background-color: #fff;
  color: #000;
  font-family: "Ubuntu", Helvetica, Arial, sans-serif; }

.container-main {
  max-width: 1400px;
  min-width: 340px;
  margin: auto; }
  @media only screen and (max-width: 1400px) {
    .container-main {
      padding: 0 30px; } }
  @media only screen and (max-width: 470px) {
    .container-main {
      padding: 0 16px; } }

.error-text {
  color: #ff0000;
  font-size: 11px; }

.error-input {
  background-color: #ffeded !important;
  border: 1px solid #ff0000 !important; }

.error_div {
  background-color: #ffeded !important;
  border: 1px solid #ff0000 !important; }

.text-block {
  padding-top: 72px;
  line-height: 28px;
  font-size: 18px; }
  .text-block p {
    padding-bottom: 20px; }
  .text-block img {
    max-width: 100%;
    height: auto !important; }

.titles {
  padding-top: 56px; }

.navigation {
  margin: 0;
  padding: 0;
  text-align: center; }
  .navigation li {
    display: inline-block; }
  .navigation__link {
    display: inline-block;
    width: 40px;
    padding: 8px 0px;
    text-align: center;
    color: #656565;
    font-size: 18px;
    border: 1px solid #656565; }
    .navigation__link_current, .navigation__link:hover {
      color: #000;
      border: 1px solid #000; }

.button {
  display: inline-block;
  padding: 10px 24px;
  text-align: center;
  letter-spacing: 1px;
  cursor: pointer;
  color: #000;
  font-size: 14px;
  font-weight: 600;
  font-family: "OpenSansLight", Helvetica, Arial;
  text-transform: uppercase;
  border: 1px solid #000; }
  .button:hover {
    background-color: #000;
    color: #fff;
    -webkit-box-shadow: 0px 2px 7px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 2px 7px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 2px 7px rgba(0, 0, 0, 0.2); }
  @media only screen and (max-width: 768px) {
    .button {
      padding: 6px 14px; } }
  .button_small {
    padding: 5px 12px;
    font-size: 12px;
    letter-spacing: normal;
    text-transform: none; }

.button-black {
  display: inline-block;
  padding: 10px 20px;
  background-color: #000;
  text-align: center;
  letter-spacing: 2px;
  cursor: pointer;
  color: #fff;
  font-size: 14px;
  font-family: "OpenSansLight", Helvetica, Arial;
  font-weight: bold;
  text-transform: uppercase;
  border: 1px solid #000; }
  .button-black:hover {
    background-color: #fff;
    color: #000; }

.input, .select, .textarea {
  width: 100%;
  height: 30px;
  padding: 0 10px;
  background-color: #FFFFFF;
  color: #000;
  font-size: 14px;
  font-family: "Ubuntu", Helvetica, Arial, sans-serif;
  border: 1px solid #CFCFCF; }
  .input:not(:placeholder-shown) ~ .label, .select:not(:placeholder-shown) ~ .label, .textarea:not(:placeholder-shown) ~ .label {
    opacity: 1;
    top: -17px; }

.textarea {
  height: 100px;
  padding: 6px 10px; }

.label {
  position: absolute;
  left: 10px;
  top: 30px;
  opacity: 0;
  color: #656565;
  font-size: 11px; }
  .label_hidden {
    display: none; }

.header {
  padding: 32px 0; }
  .header .container-main {
    position: relative;
    justify-content: space-between; }
  .header__logo {
    width: 119px; }
    .header__logo img {
      max-width: 100%; }
  .header__langs {
    position: absolute;
    top: -10px;
    right: 0;
    font-size: 12px; }
  .header__lang {
    color: #7e7e7e;
    font-size: 14px;
    text-transform: uppercase;
    vertical-align: middle; }
    .header__lang_active {
      color: #026b6e; }
  .header__menu {
    margin: 44px 0 0 0;
    padding: 0; }
    .header__menu li {
      display: inline-block;
      position: relative;
      padding-right: 40px;
      list-style: none; }
      .header__menu li:nth-last-child(1) {
        padding-right: 0; }
  .header__menu-link {
    padding-bottom: 6px;
    display: inline-block;
    color: #000;
    font-size: 24px;
    font-weight: bold; }
    .header__menu-link_active {
      border-bottom: 3px solid #026b6e; }
    .header__menu-link:hover {
      color: #656565; }
  .header__submenu {
    display: none;
    position: absolute;
    width: 400px;
    margin-top: 3px;
    padding: 10px 20px;
    background-color: #fff;
    -webkit-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.4);
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.4); }
    .header__submenu_active {
      display: block; }
  .header__submenu-link {
    display: block;
    margin: 10px 0;
    color: #000; }
    .header__submenu-link:hover {
      color: #656565; }

.footer {
  margin-top: 72px;
  padding: 40px 0 40px;
  background-color: #212121;
  color: #fff; }
  .footer__columns {
    justify-content: space-between; }
  .footer__column:nth-child(1) {
    flex: 1 0 43%; }
    .footer__column:nth-child(1) .footer__text {
      line-height: 30px; }
  .footer__column:nth-child(2) {
    flex: 1 0 28%; }
  .footer__column:nth-child(3) {
    flex: 1 0 28%; }
  .footer__column_sweden .footer__text {
    line-height: 22px; }
  .footer__title {
    padding-bottom: 50px;
    font-size: 30px; }
  .footer__text {
    font-size: 14px; }
    .footer__text a {
      color: #fff; }
  .footer__menu-link {
    display: inline-block;
    margin-bottom: 12px; }
  .footer__logo-sweden {
    flex: 1 0 144px;
    height: 141px;
    margin-right: 24px;
    background-image: url("../img/ru/logo_sweden.png");
    background-repeat: no-repeat;
    background-size: 100% auto; }
  .footer__social {
    display: inline-block;
    width: 30px;
    height: 30px;
    margin-right: 16px;
    background-repeat: no-repeat;
    background-position: center; }
    .footer__social_in {
      background-image: url("../img/ru/social_in.png"); }
    .footer__social_fb {
      background-image: url("../img/ru/social_fb.png"); }
    .footer__social_tw {
      background-image: url("../img/ru/social_tw.png"); }
    .footer__social_yt {
      background-image: url("../img/ru/social_yt.png"); }

.copyright {
  padding: 32px 0;
  background-color: #000;
  color: #fff;
  font-size: 14px; }

.statistic {
  padding-top: 98px;
  justify-content: space-between; }
  .statistic__block {
    flex: 1 0 25%;
    text-align: center;
    color: #000; }
    .statistic__block:nth-child(1) .statistic__ico {
      background-image: url("../img/ru/ico_stat1.png"); }
    .statistic__block:nth-child(2) .statistic__ico {
      background-image: url("../img/ru/ico_stat2.png"); }
    .statistic__block:nth-child(3) .statistic__ico {
      background-image: url("../img/ru/ico_stat3.png"); }
    .statistic__block:nth-child(4) .statistic__ico {
      background-image: url("../img/ru/ico_stat4.png"); }
  .statistic__ico {
    height: 150px;
    background-repeat: no-repeat;
    background-position: center; }
  .statistic__nums {
    padding-bottom: 20px;
    font-size: 42px;
    font-weight: bold; }
  .statistic__text {
    display: inline-block;
    width: 266px;
    font-size: 18px; }

.about {
  height: 412px;
  margin-top: 70px;
  justify-content: flex-end;
  align-items: center; }
  .about__text-block {
    flex: 1 0 50%;
    height: 412px;
    background-color: #026b6f;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end; }
  .about__title {
    padding-bottom: 42px;
    color: #fff;
    font-size: 42px; }
  .about__text {
    display: inline-block;
    width: 700px;
    padding-right: 40px;
    color: #fff;
    font-size: 18px; }
  .about__more-link {
    display: block;
    margin-top: 54px;
    color: #fff;
    font-weight: bold; }
  .about__image {
    flex: 1 0 50%;
    height: 412px;
    background-image: url("../img/ru/banner_middle.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover; }

.values {
  padding: 92px 25px 0 25px; }
  .values__title {
    text-align: center;
    font-size: 42px; }
  .values__blocks {
    padding-top: 134px;
    justify-content: space-between; }
  .values__block {
    width: 20%;
    height: 308px;
    margin: 0 9px;
    background-color: #f8f8f8; }
    .values__block:nth-child(1) .values__image {
      background-color: #59b2b6;
      background-image: url("../img/ru/ico_values1.png"); }
    .values__block:nth-child(2) .values__image {
      background-color: #02898f;
      background-image: url("../img/ru/ico_values2.png"); }
    .values__block:nth-child(3) .values__image {
      background-color: #026b6f;
      background-image: url("../img/ru/ico_values3.png"); }
    .values__block:nth-child(4) .values__image {
      background-color: #014c4f;
      background-image: url("../img/ru/ico_values4.png"); }
    .values__block:nth-child(5) .values__image {
      background-color: #023538;
      background-image: url("../img/ru/ico_values5.png"); }
  .values__image {
    width: 153px;
    height: 153px;
    margin: -76px auto 0;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%; }
  .values__text {
    padding-top: 56px;
    text-align: center;
    color: #000;
    font-size: 24px; }
    .values__text_upper {
      font-weight: bold;
      text-transform: uppercase; }

.partners {
  position: relative;
  padding-top: 132px; }
  .partners__title {
    padding-bottom: 32px;
    text-align: center;
    font-size: 42px; }
  .partners__carousel {
    padding: 0 80px; }
    .partners__carousel_prev-button, .partners__carousel_next-button {
      position: absolute;
      left: 30px;
      top: calc(48% + 62px);
      width: 30px;
      height: 85px;
      background-image: url("../img/ru/arrow_left.png");
      background-repeat: no-repeat;
      cursor: pointer;
      z-index: 1000001; }
    .partners__carousel_next-button {
      left: auto;
      right: 30px;
      background-image: url("../img/ru/arrow_right.png"); }
  .partners__item {
    text-align: center; }
    .partners__item img {
      display: inline-block !important; }

.news-index {
  padding: 92px 25px 0 25px; }
  .news-index__title-main {
    padding-bottom: 48px;
    text-align: center;
    font-size: 42px; }
  .news-index__blocks {
    margin: 0 -20px; }
  .news-index__block {
    width: 33.33%;
    margin: 0 10px; }
  .news-index__title {
    display: block;
    padding: 6px 0;
    color: #000;
    font-size: 18px; }
    .news-index__title:hover {
      color: #656565; }
  .news-index__detail {
    display: inline-block;
    padding-top: 8px;
    color: #000;
    text-decoration: underline; }

.path {
  padding-bottom: 16px;
  color: #9f9f9f;
  font-size: 14px; }
  .path__link {
    color: #fd847d; }

.submenu {
  margin: 0 -16px;
  padding-top: 32px;
  flex-wrap: wrap; }
  .submenu .approach__text::before {
    display: none; }
  .submenu__link {
    width: 33.33%;
    padding: 0 16px 32px 16px;
    font-size: 16px; }
    .submenu__link a {
      display: flex;
      height: 100%;
      padding: 16px;
      justify-content: center;
      align-items: center;
      text-align: center;
      color: #000;
      border: 1px solid #000; }
      .submenu__link a:hover {
        color: #656565;
        border: 1px solid #656565; }

.purposes {
  padding-top: 130px; }
  .purposes__title {
    padding-bottom: 60px;
    text-align: center;
    color: #000000;
    font-size: 42px; }
  .purposes__blocks {
    padding-top: 60px;
    justify-content: space-between; }
  .purposes__block {
    flex: 1 0 33%;
    margin: 0 9px;
    padding: 0 30px 70px 30px;
    background-color: #f8f8f8;
    text-align: center; }
    .purposes__block:nth-child(1) .purposes__num {
      background-color: #02898f; }
    .purposes__block:nth-child(2) .purposes__num {
      background-color: #026b6f; }
    .purposes__block:nth-child(3) .purposes__num {
      background-color: #014c4f; }
  .purposes__num {
    position: relative;
    display: inline-block;
    width: 156px;
    height: 156px;
    margin-top: -78px;
    padding-top: 32px;
    padding-left: 12px;
    text-align: center;
    color: #fff;
    font-size: 72px;
    font-weight: bold;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%; }
  .purposes__text {
    height: 100%;
    padding-bottom: 32px;
    flex-direction: column;
    justify-content: center; }
    .purposes__text h3 {
      margin: 0;
      padding: 0;
      padding-bottom: 8px;
      line-height: 34px;
      font-size: 24px; }

.approach {
  margin-top: 72px;
  padding-top: 64px;
  background-color: #026b6f;
  color: #fff; }
  .approach__title {
    padding-bottom: 72px;
    line-height: 60px;
    text-align: center;
    font-size: 48px; }
  .approach__blocks {
    justify-content: center;
    flex-wrap: wrap; }
  .approach__block {
    position: relative;
    width: 30%;
    min-height: 168px;
    margin: 0 9px 68px;
    text-align: center;
    flex-direction: column;
    justify-content: center; }
    .approach__block:nth-child(1) {
      background-color: #7bc7ca; }
    .approach__block:nth-child(2) {
      background-color: #58b2b5; }
    .approach__block:nth-child(3) {
      background-color: #02898f; }
    .approach__block:nth-child(4) {
      background-color: #014c4f; }
    .approach__block:nth-child(5) {
      background-color: #013537; }
  .approach__text {
    padding: 0 24px;
    font-size: 25px; }
    .approach__text::before {
      content: "";
      position: absolute;
      top: -41px;
      left: 0;
      right: 0;
      width: 82px;
      height: 83px;
      margin: 0 auto;
      background-image: url("../img/ru/ico_pin.png");
      background-repeat: no-repeat; }
    .approach__text a {
      color: #fff;
      text-decoration: underline; }

.mission {
  padding-top: 56px; }
  .mission__title {
    padding-bottom: 32px;
    font-size: 36px; }
  .mission__ico {
    flex: 1 0 238px;
    height: 220px;
    margin-right: 28px;
    background-color: #f8f8f8;
    background-image: url("../img/ru/ico_mission.png");
    background-repeat: no-repeat;
    background-position: center; }
  .mission__text {
    font-size: 18px; }

.contacts {
  padding-top: 40px;
  color: #656565;
  font-size: 18px; }
  .contacts__block {
    width: 33.33%;
    text-align: center; }
  .contacts__title {
    padding-bottom: 4px;
    color: #000;
    font-size: 24px; }
  .contacts__address {
    padding-bottom: 4px; }
  .contacts__phone {
    padding-bottom: 4px; }
    .contacts__phone a {
      color: #656565; }
  .contacts__email a {
    color: #656565; }

.leftmenu {
  padding-top: 64px; }
  .leftmenu__link {
    display: block;
    margin-bottom: 12px;
    padding-bottom: 12px;
    color: #656565;
    font-size: 18px;
    border-bottom: 1px solid #ccc; }

.coll {
  flex: 1 0 300px;
  padding-right: 48px; }

.colc {
  flex: 1 0 calc(100% - 300px); }

.team__title {
  padding-bottom: 24px;
  font-size: 28px; }
.team__list {
  flex-wrap: wrap; }
.team__item {
  width: 33.33%;
  padding-bottom: 32px;
  text-align: center; }
.team__image {
  padding-bottom: 16px; }
  .team__image img {
    width: 100px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%; }
.team__occupation {
  width: 300px;
  margin: 0 auto;
  padding-bottom: 8px;
  color: #656565; }
.team__fio {
  font-weight: bold; }
.team__vacancies {
  padding-top: 32px; }
  .team__vacancies a {
    font-size: 16px; }

.media {
  padding-top: 40px; }
  .media__blocks {
    flex-wrap: wrap; }
    .media__blocks .media__block {
      width: 50%;
      border-bottom: 0; }
      .media__blocks .media__block:nth-child(2n-1) .media__info {
        margin-right: 10px; }
      .media__blocks .media__block:nth-child(2n) .media__image {
        margin-left: 10px; }
  .media__block {
    margin-bottom: 32px;
    padding-bottom: 32px;
    border-bottom: 1px solid #999; }
  .media__image {
    flex: 1 0 200px;
    margin-right: 40px; }
    .media__image img {
      width: 100%; }
  .media__info {
    flex: 100%; }
  .media__title {
    color: #026b6f;
    font-size: 20px; }
    .media__title:hover {
      color: #05969c; }
  .media__date {
    padding: 8px 0;
    color: #333333; }
  .media__text {
    padding-top: 8px;
    color: #656565;
    font-size: 16px; }

.media-one {
  width: 800px; }
  .media-one__image-block {
    width: 100%;
    margin-bottom: 16px; }
  .media-one__image {
    max-width: 100%; }
  .media-one__title {
    font-size: 26px; }
  .media-one__date {
    padding: 24px 0;
    color: #026b6f;
    font-size: 18px; }
  .media-one__text {
    line-height: 24px;
    font-size: 16px; }
    .media-one__text a {
      color: #000;
      border-bottom: 1px solid #000; }
  .media-one__back {
    padding-top: 32px; }
    .media-one__back a {
      color: #000;
      font-size: 16px;
      border-bottom: 1px solid #000; }

.popup {
  position: relative;
  margin: 0 auto;
  padding: 20px;
  background-color: #fff;
  -webkit-box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.3); }
  .popup__title {
    padding-bottom: 24px;
    text-align: center;
    color: #000;
    font-size: 14px;
    text-transform: uppercase; }
  .popup__input-block {
    position: relative;
    margin-bottom: 22px; }
  .popup input, .popup textarea {
    width: 100%;
    height: 40px;
    padding: 0 12px;
    color: #000;
    font-size: 14px;
    font-family: "OpenSansLight", Helvetica, Arial;
    background-color: #fff;
    border: 1px solid #CFCFCF; }
  .popup .button-black {
    width: 100%;
    height: 40px; }
  .popup__password-block {
    position: relative; }
  .popup__eye {
    position: absolute;
    top: 13px;
    right: 10px; }
  .popup__eye-link {
    display: block;
    width: 25px;
    height: 16px;
    background: url("../img/ru/ico_eye.png");
    cursor: pointer; }
  .popup__forget-link {
    display: block;
    margin-top: -20px;
    padding-bottom: 16px;
    color: #000;
    font-size: 13px;
    text-decoration: underline; }
  .popup__registration-block {
    text-align: center; }
  .popup__registration-link {
    padding-top: 12px;
    display: inline-block;
    color: #000;
    font-size: 14px;
    text-transform: uppercase;
    text-decoration: underline; }
  .popup__loading {
    display: none;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(255, 255, 255, 0.7);
    text-align: center;
    z-index: 101; }
    .popup__loading_active {
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center; }

.one_message {
  padding-bottom: 20px; }

.popup-login, .popup-callback, .popup-message {
  width: 416px; }
  @media only screen and (max-width: 670px) {
    .popup-login, .popup-callback, .popup-message {
      width: 95%; } }

.slider {
  height: 496px;
  background-image: url("../img/ru/banner_top.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #fff;
  font-size: 52px;
  font-family: "LoraItalic", "Times New Roman"; }
  .slider__text {
    display: block;
    position: relative; }
    .slider__text:nth-child(1) {
      padding-left: 54px; }
      .slider__text:nth-child(1)::before {
        background-image: url("../img/ru/quotes_left.png"); }
    .slider__text:nth-child(2) {
      padding-right: 54px; }
      .slider__text:nth-child(2)::after {
        background-image: url("../img/ru/quotes_right.png"); }
    .slider__text::before, .slider__text::after {
      content: "";
      position: absolute;
      left: 0;
      top: -30px;
      width: 48px;
      height: 45px;
      background-repeat: no-repeat; }
    .slider__text::after {
      left: auto;
      right: 0; }
  .slider__sign {
    padding-top: 20px; }

/*# sourceMappingURL=style.css.map */
