@font-face {
  font-family: 'Helveticaneuecyr-Roman';
  src: url('../fonts/helveticaneuecyr_roman.eot');
  src: url('../fonts/helveticaneuecyr_roman.eot?#iefix') format('embedded-opentype'),
       url('../fonts/helveticaneuecyr_roman.woff2') format('woff2'),
       url('../fonts/helveticaneuecyr_roman.woff') format('woff');
        font-display: swap;
}

@font-face {
  font-family: 'Helveticaneuecyr-Medium';
  src: url('../fonts/helveticaneuecyr_medium.eot');
  src: url('../fonts/helveticaneuecyr_medium.eot?#iefix') format('embedded-opentype'),
       url('../fonts/helveticaneuecyr_medium.woff2') format('woff2'),
       url('../fonts/helveticaneuecyr_medium.woff') format('woff');
        font-display: swap;
}

@font-face {
  font-family: 'Helveticaneuecyr-Bold';
  src: url('../fonts/helveticaneuecyr_bold.eot');
  src: url('../fonts/helveticaneuecyr_bold.eot?#iefix') format('embedded-opentype'),
       url('../fonts/helveticaneuecyr_bold.woff2') format('woff2'),
       url('../fonts/helveticaneuecyr_bold.woff') format('woff');
        font-display: swap;
}

@font-face {
  font-family: 'Serifa-Roman';
  src: url('../fonts/serifa_bt_roman.eot');
  src: url('../fonts/serifa_bt_roman.eot?#iefix') format('embedded-opentype'),
       url('../fonts/serifa_bt_roman.woff2') format('woff2'),
       url('../fonts/serifa_bt_roman.woff') format('woff');
        font-display: swap;
}

@font-face {
  font-family: 'Serifa-Bold';
  src: url('../fonts/serifa_bold_bt.eot');
  src: url('../fonts/serifa_bold_bt.eot?#iefix') format('embedded-opentype'),
       url('../fonts/serifa_bold_bt.woff2') format('woff2'),
       url('../fonts/serifa_bold_bt.woff') format('woff');
        font-display: swap;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -webkit-appearance: none;
  -webkit-tap-highlight-color: transparent;
  outline: none;
}

ul {
  list-style: none;
}

body {
  min-width: 330px;
  font-family: 'Helveticaneuecyr-Roman';
  font-weight: 100;
  background-color: #e8f4f8;
  -webkit-font-smoothing: antialised;
}

.hid {
  overflow: hidden;
}

section, .rel {
  position: relative;
}

a {
  font-family: 'Helveticaneuecyr-Bold';
  color: #12a7ac;
  text-decoration: none;
  outline: none;
  -webkit-appearance: none;
  -webkit-tap-highlight-color: transparent;
  transition: .3s;
}

a:hover {
  color: #000;
  transition: .3s;
}

img {
  display: block;
  max-width: 100%;
}

h1,h2,h3,h4,h5,h6 {
  font-weight: 100;
  -webkit-font-smoothing: antialised;
}

h2 {
  font-family: 'Serifa-Bold';
  font-size: 34px;
  line-height: 1.2;
  color: #000;
  text-transform: capitalize;
}

h3 {
  font-family: 'Serifa-Bold';
  font-size: 32px;
  line-height: 1.15;
  color: #1291ac;
}

h4 {
  font-family: 'Serifa-Bold';
  font-size: 30px;
  line-height: 1.2;
  color: #12ac5e;
}

h5 {
  font-family: 'Serifa-Bold';
  font-size: 27px;
  line-height: 1.2;
  margin-top: 30px;
}

.serifa-roman, .text-serifa p {
  font-family: 'Serifa-Roman';
}

h5:first-child {
  margin-top: 0;
}

h6 {
  font-family: 'Serifa-Roman';
  font-size: 24px;
  line-height: 1.3;
  margin-top: 25px;
}

h6:first-child {
  margin-top: 0;
}

.text-normal {
  text-transform: none;
}

strong, .serifa-roman strong {
    font-family: 'Helveticaneuecyr-Bold';

}

.container {
  position: relative;
  max-width: 826px;
  width: 100%;
  padding: 0 15px;
  margin: 0 auto;
  box-sizing: border-box;
}

@media (max-width: 991px){
  h2 {
    font-size: 31px;
  }
}

@media (max-width: 767px){
  .container  {
    max-width: 510px;
  }
  h1,h2,h3,h4,h5,h6 {
    text-align: center;
  }
  .media-mx {
    margin: 0 auto;
  }
  h2 {
    font-size: 27px;
    line-height: 1.15;
  }
/*  h2 br, h5 br, h6 br {
    display: none;
  }*/
  h3 {
    font-size: 25px;
  }
  h4 {
    font-size: 24px;
    line-height: 1.1;
  }
  h5 {
    font-size: 23px;
  }
  h6 {
    font-size: 20px;
  }
}

.rel {
  position: relative;
}

p, section ul li, section ol li, .dm-modal li {
  font-size: 16px;
  line-height: 1.55;
  color: #000;
}

p {
  margin-top: 20px;
}

p:first-child {
  margin-top: 0;
}

.text-15 p {
  font-size: 15px;
}

.fsb, .text-serifa .fsb {
  font-family: 'Serifa-Bold';
  font-size: 35px;
  line-height: 1.1;
}

@media(max-width: 767px) {
  .fsb, .text-serifa .fsb {
    font-size: 27px;
  }
}

.fs-18 {
  font-size: 18px;
}

.fs-20 {
  font-size: 20px;
}

@media(max-width: 991px) {
  .fs-20 {
    font-size: 18px;
  }
}

.text-15 p {
  font-size: 15px;
  line-height: 1.5;
}

.fs-22 {
  font-size: 22px;
}

@media(max-width: 991px) {
  .fs-22 {
    font-size: 20px;
  }
}

.fs-21, .text-21 p {
  font-size: 21px;
  line-height: 1.4;
}

.media-mt {
  margin-top: 0;
}

@media(max-width: 767px) {
  .fs-21, .text-21 p {
    font-size: 19px;
  }
  .fs-18 {
    font-size: 16px;
  }
  .fs-20 {
    font-size: 17px;
  }
  .media-mt {
    margin-top: 10px;
  }
}

.lh2 {
  line-height: 1.2;
}

.lh1 {
  line-height: 1.1;
}

.ff-bold {
  font-family: 'Serifa-Bold';
}
.text-head {
    color: #1291ac!important;
}

.text-white p, .whitec, .text-white h6, .text-white h5, .text-white h2 {
  color: #fff;
}


.text-bold p, .text-bold li {
  font-family: 'Serifa-Bold';
}

.blue, .line-info.blue {
  background-color: #1291ac;
  border-color: #1291ac;
}

.blue2 {
  background-color: #127bac;
}

.blue3 {
  background-color: #127eac;
}

.greenc {
  color: #12ac5e;
}

.redc {
  color: #e60020;
}

.bluec {
  color: #1291ac;
}

.fs-25 {
  font-size: 25px;
  line-height: 1.55;
}

@media (max-width: 991px){
  .fs-25 {
    font-size: 23px;
    line-height: 1.3;
  }
}

@media (max-width: 767px){
   .fs-25 {
    font-size: 21px;
   }
}

.fs-30 {
  font-size: 24px;
}

@media(max-width: 767px) {
  .fs-30 {
    font-size: 23px;
  }
  .tcm {
    text-align: center;
  }
}


@media(max-width: 450px) {
  .fs-30 {
    font-size: 20px;
  }
}

.logo-cont, .tc {
  text-align: center;
}

@media(max-width: 767px) {
  .logo-cont {
    text-align: left;
  }
}

.fl, .items, nav ul, .fl-end {
  display: flex;
  flex-wrap: wrap;
}

.fl-end {
  justify-content: flex-end;
}

@media(max-width: 991px) {
  nav ul {
    display: none;
  }
}

.va, .cent, .spb, .ve {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.ve {
  align-items: flex-end;
}

.spb {
  justify-content: space-between;
}

.jc, .cent, .btn.jc {
  justify-content: center;
}

header {
  position: relative;
  padding: 30px 0;
}

@media(max-width: 991px) {
  header {
    padding: 21px 0;
  }
}

@media(max-width: 767px) {
  header {
    padding: 16px 0;
  }
}

header.front {
  padding: 0;
}

.logotype img {
  height: 50px;
}

@media(max-width: 991px) {
  .logotype img {
    height: 47px;
  }
}

@media(max-width: 767px) {
  .logotype img {
    height: 35px;
  }
}

.logotype {
  display: inline-block;
}

.btn-block {
  display: flex;
}

@media(max-width: 991px) {
  .btn-block {
    justify-content: center;
  }
}

.back-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 15px;
}

@media(max-width: 767px) {
  .back-btn {
    left: auto;
    right: 15px;
  }
}

@media(max-width: 450px) {
  .logo-cont {
    display: flex;
    align-items: center;
  }
}

.back-btn a {
  font-family: 'Serifa-Bold';
  font-size: 18px;
  line-height: 1.1;
  color: #12a7ac;
  text-transform: capitalize;
  border: 3px solid #8dd5d7;
  border-radius: 10px;
  background-color: #d6e9f0;
  padding: 10px 32px;
  transition: .2s;
}

@media(max-width: 991px) {
   .back-btn a {
      font-size: 18px;
      padding: 10px 25px;
   }
}

.back-btn svg {
  height: 15px;
}

@media(max-width: 991px) {
    .back-btn a {
      font-size: 16px;
      padding: 12px 24px;
    }
    .back-btn svg {
      max-height: 14px;
    }
}

.back-btn a svg {
  fill: #12a7ac;
  margin-right: 5px;
}

.back-btn a:hover {
  color: #fff;
  border-color: #12a7ac;
  background-color: #12a7ac;
  transition: .2s;
}

.back-btn a:hover svg {
  fill: #fff;
  transition: .2s;
}



