@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/
   v3.0 | 20180413
   License: none (public domain)
*/
@import url("https://fonts.googleapis.com/css?family=Rubik:300,400,500,700&display=swap&subset=cyrillic");
@import url("https://fonts.googleapis.com/css?family=Open+Sans:400,600,700&display=swap&subset=cyrillic");
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,
main, menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, main, menu, nav, section {
  display: block; }

/* HTML5 hidden-attribute fix for newer browsers */
*[hidden] {
  display: none; }

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 {
  font-size: 16px; }

body {
  color: #233539;
  font-family: "Rubik", sans-serif;
  position: relative;
  line-height: 1.4;
  overflow-x: hidden; }

a {
  text-decoration: none;
  color: inherit; }

h1 {
  font-size: 2.5rem; }

h2 {
  font-size: 2.0rem; }

h3 {
  font-size: 1.8rem; }

h4 {
  font-size: 1.6rem; }

h5 {
  font-size: 1.4rem; }

h6 {
  font-size: 1.3rem; }

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

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

*[class*=div-] {
  -ms-flex-preferred-size: calc( 100% - 30px);
  flex-basis: calc( 100% - 30px);
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  max-width: calc( 100% - 30px);
  margin: 0 15px; }
  @media (max-width: 767.98px) {
    *[class*=div-] {
      -ms-flex-preferred-size: calc( 100% - 30px);
      flex-basis: calc( 100% - 30px);
      -webkit-box-flex: 0;
      -ms-flex-positive: 0;
      flex-grow: 0;
      -ms-flex-negative: 0;
      flex-shrink: 0;
      max-width: calc( 100% - 30px);
      margin: 0 15px; } }
  @media (max-width: 575.98px) {
    *[class*=div-] {
      -ms-flex-preferred-size: calc( 100% - 10px);
      flex-basis: calc( 100% - 10px);
      -webkit-box-flex: 0;
      -ms-flex-positive: 0;
      flex-grow: 0;
      -ms-flex-negative: 0;
      flex-shrink: 0;
      max-width: calc( 100% - 10px);
      margin: 0 5px; } }

.wrapper {
  width: 100%;
  max-width: 1140px;
  margin: 0px auto;
  z-index: 1;
  padding: 0px 15px; }
  @media (max-width: 767.98px) {
    .wrapper {
      padding: 0px 15px; } }
  @media (max-width: 575.98px) {
    .wrapper {
      padding: 0px 20px; } }
  .wrapper .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -15px; }
    @media (max-width: 767.98px) {
      .wrapper .row {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin: 0 -15px; } }
    @media (max-width: 575.98px) {
      .wrapper .row {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin: 0 -5px; } }

.center-text {
  text-align: center; }

#page {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  overflow: hidden;
  background-image: url("../img/background-part-1.png"), url("../img/background-part-2.png");
  background-repeat: no-repeat;
  background-position: -260px -210px, calc(100% + 850px) -710px;
  background-size: auto; }
  @media (max-width: 1199.98px) {
    #page {
      background-image: url("../img/background-part-1.png");
      background-position: 80% -310px; } }

.site-content {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1; }

/*=============================
=            TITLE            =
=============================*/
.title {
  font-size: 50px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 50px;
  text-align: center; }
  @media (max-width: 767.98px) {
    .title {
      font-size: 40px;
      margin-bottom: 30px; } }
  @media (max-width: 575.98px) {
    .title {
      font-size: 30px;
      margin-bottom: 15px; } }

.title-medium {
  font-size: 32px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 30px; }
  @media (max-width: 767.98px) {
    .title-medium {
      font-size: 25px;
      margin-bottom: 20px; } }
  @media (max-width: 575.98px) {
    .title-medium {
      font-size: 18px;
      margin-bottom: 15px; } }

.title-medium-2 {
  font-size: 32px;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 30px; }
  @media (max-width: 767.98px) {
    .title-medium-2 {
      font-size: 25px;
      margin-bottom: 20px; } }
  @media (max-width: 575.98px) {
    .title-medium-2 {
      font-size: 18px;
      margin-bottom: 15px; } }

.page-title {
  font-size: 30px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 30px; }
  @media (max-width: 575.98px) {
    .page-title {
      text-align: center; } }

.title-mini {
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 30px; }

.title-indent {
  text-indent: 35px; }
  @media (max-width: 575.98px) {
    .title-indent {
      text-indent: 0px; } }

.sub-title {
  color: #83a1c4;
  font-size: 18px;
  font-weight: 400;
  line-height: 1;
  margin-bottom: 10px; }
  @media (max-width: 575.98px) {
    .sub-title {
      font-size: 14px; } }

.header-page {
  margin-bottom: 105px; }
  @media (max-width: 767.98px) {
    .header-page {
      margin-bottom: 50px; } }
  @media (max-width: 575.98px) {
    .header-page {
      margin-bottom: 30px; } }
  .header-page > *:nth-child(1) {
    margin-bottom: 20px; }
  .header-page > * {
    margin-bottom: 0px;
    text-align: center; }

/*=====  End of TITLE  ======*/
/*==============================
=            BUTTON            =
==============================*/
.button {
  outline: none;
  min-width: 10.5625em;
  font-size: 16px;
  border: 1px solid #ff1271;
  background-color: #ff1271;
  border-radius: 15px;
  cursor: pointer;
  color: #fff;
  -webkit-transition: all .5s;
  transition: all .5s;
  display: inline-block;
  line-height: 1;
  text-align: center;
  padding: 0.625em 0.625em 0.625em 0.625em; }
  .button:hover {
    background-color: #000; }
  .button.button-big {
    font-weight: 500;
    font-size: 18px;
    min-width: 12.22222em;
    padding: 0.97222em 0.55556em 0.97222em 0.55556em; }
    .button.button-big.button-big-short {
      min-width: 9.38889em; }
    @media (max-width: 575.98px) {
      .button.button-big.button-big-responsive {
        font-size: 14px;
        min-width: 9.64286em;
        border-radius: 12px;
        padding: 0.5em 0.71429em 0.5em 0.71429em; } }
  .button.button-type-2 {
    border-radius: 5px; }

/*=====  End of BUTTON  ======*/
/*==============================
=            HEADER            =
==============================*/
header {
  margin-bottom: 20px; }

/******* HEADER TOP *******/
.header-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-top: 30px; }
  @media (max-width: 767.98px) {
    .header-top {
      -ms-flex-pack: distribute;
      justify-content: space-around; } }
  .header-top .logo-link {
    display: inline-block; }
    .header-top .logo-link img {
      max-width: 283px;
      width: 100%; }
  .header-top .header-top-item {
    margin-bottom: 20px; }
  .header-top .contacts-item {
    text-align: right;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    @media (max-width: 350px) {
      .header-top .contacts-item {
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%; } }
    .header-top .contacts-item .header-top-item-contacts-links {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
      .header-top .contacts-item .header-top-item-contacts-links a {
        margin: 0px 10px 0px 10px;
        display: inline-block; }
        @media (max-width: 575.98px) {
          .header-top .contacts-item .header-top-item-contacts-links a {
            margin-left: 0px;
            margin-right: 15px; }
            .header-top .contacts-item .header-top-item-contacts-links a:nth-child(3n) {
              margin-right: 0px; } }
        .header-top .contacts-item .header-top-item-contacts-links a:hover i {
          -webkit-transition: all 0s;
          transition: all 0s;
          -webkit-transform: scale(1.1);
          transform: scale(1.1); }
      @media (max-width: 767.98px) {
        .header-top .contacts-item .header-top-item-contacts-links {
          margin-left: auto; } }
      @media (max-width: 350px) {
        .header-top .contacts-item .header-top-item-contacts-links {
          margin-left: 0; } }
    .header-top .contacts-item .header-top-item-contacts {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      margin-left: 20px; }
    .header-top .contacts-item .tel-link {
      font-size: 1.875em;
      margin-left: 0px;
      margin-right: 0px;
      font-weight: 700;
      line-height: 1; }
      @media (max-width: 767.98px) {
        .header-top .contacts-item .tel-link {
          font-size: 1.5625em; } }
      @media (max-width: 575.98px) {
        .header-top .contacts-item .tel-link {
          font-size: 1.125em;
          font-weight: 700; } }
    .header-top .contacts-item .email-link {
      color: #83a1c4;
      text-decoration: underline; }

.icon-telegram {
  display: inline-block;
  width: 24px;
  height: 24px;
  background: url('data:image/svg+xml;charset=UTF-8,<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><circle cx="12" cy="12" fill="rgba(3, 155, 229, 1.0)" r="12"/><path d="M5.491 11.74l11.57-4.461c.537-.194 1.006.131.832.943l.001-.001-1.97 9.281c-.146.658-.537.818-1.084.508l-3-2.211-1.447 1.394c-.16.16-.295.295-.605.295l.213-3.053 5.56-5.023c.242-.213-.054-.333-.373-.121l-6.871 4.326-2.962-.924c-.643-.204-.657-.643.136-.953z" fill="rgba(255, 255, 255, 1.0)"/></svg>'); }

.icon-whatsapp {
  display: inline-block;
  width: 24px;
  height: 24px;
  background: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path d="M256.064 0h-.128C114.784 0 0 114.816 0 256c0 56 18.048 107.904 48.736 150.048l-31.904 95.104 98.4-31.456C155.712 496.512 204 512 256.064 512 397.216 512 512 397.152 512 256S397.216 0 256.064 0z" fill="rgba(76, 175, 80, 1.0)"/><path d="M405.024 361.504c-6.176 17.44-30.688 31.904-50.24 36.128-13.376 2.848-30.848 5.12-89.664-19.264-75.232-31.168-123.68-107.616-127.456-112.576-3.616-4.96-30.4-40.48-30.4-77.216s18.656-54.624 26.176-62.304c6.176-6.304 16.384-9.184 26.176-9.184 3.168 0 6.016.16 8.576.288 7.52.32 11.296.768 16.256 12.64 6.176 14.88 21.216 51.616 23.008 55.392 1.824 3.776 3.648 8.896 1.088 13.856-2.4 5.12-4.512 7.392-8.288 11.744-3.776 4.352-7.36 7.68-11.136 12.352-3.456 4.064-7.36 8.416-3.008 15.936 4.352 7.36 19.392 31.904 41.536 51.616 28.576 25.44 51.744 33.568 60.032 37.024 6.176 2.56 13.536 1.952 18.048-2.848 5.728-6.176 12.8-16.416 20-26.496 5.12-7.232 11.584-8.128 18.368-5.568 6.912 2.4 43.488 20.48 51.008 24.224 7.52 3.776 12.48 5.568 14.304 8.736 1.792 3.168 1.792 18.048-4.384 35.52z" fill="rgba(250, 250, 250, 1.0)"/></svg>'); }

.icon-tel {
  display: inline-block;
  width: 24px;
  height: 24px;
  background: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 480.56 480.56"><path d="M365.354 317.9c-15.7-15.5-35.3-15.5-50.9 0-11.9 11.8-23.8 23.6-35.5 35.6-3.2 3.3-5.9 4-9.8 1.8-7.7-4.2-15.9-7.6-23.3-12.2-34.5-21.7-63.4-49.6-89-81-12.7-15.6-24-32.3-31.9-51.1-1.6-3.8-1.3-6.3 1.8-9.4 11.9-11.5 23.5-23.3 35.2-35.1 16.3-16.4 16.3-35.6-.1-52.1-9.3-9.4-18.6-18.6-27.9-28-9.6-9.6-19.1-19.3-28.8-28.8-15.7-15.3-35.3-15.3-50.9.1-12 11.8-23.5 23.9-35.7 35.5-11.3 10.7-17 23.8-18.2 39.1-1.9 24.9 4.2 48.4 12.8 71.3 17.6 47.4 44.4 89.5 76.9 128.1 43.9 52.2 96.3 93.5 157.6 123.3 27.6 13.4 56.2 23.7 87.3 25.4 21.4 1.2 40-4.2 54.9-20.9 10.2-11.4 21.7-21.8 32.5-32.7 16-16.2 16.1-35.8.2-51.8-19-19.1-38.1-38.1-57.2-57.1zM346.254 238.2l36.9-6.3c-5.8-33.9-21.8-64.6-46.1-89-25.7-25.7-58.2-41.9-94-46.9l-5.2 37.1c27.7 3.9 52.9 16.4 72.8 36.3 18.8 18.8 31.1 42.6 35.6 68.8zM403.954 77.8c-42.6-42.6-96.5-69.5-156-77.8l-5.2 37.1c51.4 7.2 98 30.5 134.8 67.2 34.9 34.9 57.8 79 66.1 127.5l36.9-6.3c-9.7-56.2-36.2-107.2-76.6-147.7z" data-original="rgba(0, 0, 0, 1.0)" class="active-path" data-old_color="rgba(0, 0, 0, 1.0)" fill="rgba(77, 161, 255, 1.0)"/></svg>'); }

/*******  End of HEADER TOP *******/
/******* MENU *******/
.site-navigation {
  margin: 40px -15px 0px -15px; }
  @media (max-width: 767.98px) {
    .site-navigation {
      margin-top: 35px; } }
  @media (max-width: 575.98px) {
    .site-navigation {
      margin-top: 10px; } }
  .site-navigation .menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .site-navigation .menu li {
      margin: 0px 15px;
      padding-bottom: 10px; }
      @media (max-width: 575.98px) {
        .site-navigation .menu li {
          -webkit-box-flex: 0;
          -ms-flex-positive: 0;
          flex-grow: 0;
          -ms-flex-negative: 0;
          flex-shrink: 0;
          -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
          max-width: 100%;
          padding-bottom: 5px;
          padding-top: 5px;
          padding-bottom: 5px;
          padding-left: 15px; } }
      .site-navigation .menu li a {
        font-family: "Open Sans";
        font-size: 18px;
        font-weight: 700;
        line-height: 1; }
        @media (max-width: 575.98px) {
          .site-navigation .menu li a {
            font-size: 16px; } }
      .site-navigation .menu li.active, .site-navigation .menu li:hover {
        position: relative; }
        .site-navigation .menu li.active:after, .site-navigation .menu li:hover:after {
          content: '';
          position: absolute;
          left: 0px;
          bottom: 0px;
          width: 100%;
          height: 5px;
          background-color: #00a2ff;
          border-radius: 1px 1px 4px 3px; }
          @media (max-width: 575.98px) {
            .site-navigation .menu li.active:after, .site-navigation .menu li:hover:after {
              width: 5px;
              height: 100%;
              top: 0%;
              border-radius: 3px 1px 1px 4px; } }

/*******  End of MENU *******/
/*=====  End of HEADER  ======*/
/*============================
=            MAIN            =
============================*/
.site-content {
  padding-top: 50px;
  padding-bottom: 50px; }
  @media (max-width: 575.98px) {
    .site-content {
      padding-top: 30px; } }

/******* VARIANTS *******/
.variants-section {
  padding-top: 30px;
  padding-bottom: 10px; }
  .variants-section .row {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch; }
  .variants-section .variant-item {
    border: 2px dashed #b4b4b4;
    border-radius: 15px;
    min-height: 270px;
    padding: 20px 10px;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 20px; }
    @media (max-width: 767.98px) {
      .variants-section .variant-item {
        min-height: 210px; } }
    @media (max-width: 575.98px) {
      .variants-section .variant-item {
        min-height: 100px;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        text-align: left; } }
    .variants-section .variant-item .variant-img {
      max-width: 114px;
      margin-top: auto;
      margin-bottom: auto; }
      @media (max-width: 575.98px) {
        .variants-section .variant-item .variant-img {
          max-width: 48px;
          margin-right: 20px; } }
    .variants-section .variant-item .title-variant {
      font-size: 1.125em; }

/*******  End of VARIANTS *******/
/******* FAQ *******/
.faq {
  padding-top: 30px;
  padding-bottom: 30px; }
  .faq .faq-list {
    margin-bottom: 30px; }
  .faq .faq-more-link {
    font-family: "Open Sans";
    font-weight: 600;
    font-size: 18px;
    text-decoration: underline;
    cursor: pointer;
    line-height: 1;
    text-indent: 35px;
    display: inline-block; }
    .faq .faq-more-link:hover {
      text-decoration: none; }
    @media (max-width: 575.98px) {
      .faq .faq-more-link {
        text-indent: 0px;
        font-size: 14px; } }

/*******  End of FAQ *******/
/*=====  End of MAIN  ======*/
/*====================================
=            REQUEST PAGE            =
====================================*/
/******* REQUEST-FORM-SECTION *******/
.form-section {
  width: 920px;
  max-width: 100%;
  margin: 0px auto;
  border: 2px dashed #b4b4b4;
  border-radius: 15px;
  padding: 40px 20px 40px 20px;
  margin-bottom: 30px; }
  .form-section .form-container {
    width: 730px;
    max-width: 100%;
    margin: 0px auto; }
  @media (max-width: 575.98px) {
    .form-section {
      padding: 40px 0px 0px 0px;
      border: 0px; } }

.payment-form-section {
  padding-top: 30px;
  padding-bottom: 30px; }

form #preloader {
  width: 70px;
  height: 70px;
  display: block;
  margin: 20px auto; }

form .success-container {
  margin: 20px auto 0px auto;
  padding: 10px;
  border: 1px solid #00a2ff;
  text-align: center;
  display: none; }

form .error-container {
  margin: 20px auto 0px auto;
  padding: 10px;
  border: 1px solid red;
  text-align: center;
  display: none; }

form .form-header {
  padding-top: 5px;
  padding-bottom: 5px;
  border-bottom: 2px dashed #b4b4b4;
  margin-bottom: 55px; }
  @media (max-width: 575.98px) {
    form .form-header {
      border: 0px;
      margin-bottom: 0px; } }

form .form-footer {
  margin-top: 40px;
  padding-top: 35px;
  border-top: 2px dashed #b4b4b4;
  position: relative;
  font-size: 14px; }
  @media (max-width: 575.98px) {
    form .form-footer {
      border: 0px;
      margin-top: 0px;
      padding-top: 25px; } }
  form .form-footer .info-form-with-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    padding-left: 25px; }
    form .form-footer .info-form-with-icon .svg-icon-lock {
      width: 16px;
      height: 20px;
      fill: #9aacb7;
      position: absolute;
      top: 50%;
      left: 0px;
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%); }
    @media (max-width: 575.98px) {
      form .form-footer .info-form-with-icon {
        margin-bottom: 20px; } }
  form .form-footer .form-footer-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    @media (max-width: 575.98px) {
      form .form-footer .form-footer-row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column; } }

form .payments-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0px -2px; }
  form .payments-row .payment-item {
    margin-bottom: 10px;
    margin: 0px 2px;
    position: relative;
    cursor: pointer; }
    form .payments-row .payment-item img {
      max-width: 40px;
      width: 100%;
      border: 3px solid transparent; }
    form .payments-row .payment-item input:checked + img {
      border-color: #ff1271; }
    form .payments-row .payment-item input {
      width: 0.1px;
      height: 0.1px;
      opacity: 0;
      overflow: hidden;
      position: absolute;
      z-index: -1; }

form .form-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 10px; }
  @media (max-width: 575.98px) {
    form .form-group {
      margin-bottom: 10px; } }
  form .form-group .label-field {
    font-size: 18px;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -ms-flex-preferred-size: 34.793%;
    flex-basis: 34.793%;
    max-width: 34.793%; }
    @media (max-width: 575.98px) {
      form .form-group .label-field {
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%;
        margin-bottom: 5px;
        font-size: 16px; } }
  form .form-group .form-field {
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -ms-flex-preferred-size: 65.207%;
    flex-basis: 65.207%;
    max-width: 65.207%; }
    @media (max-width: 575.98px) {
      form .form-group .form-field {
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%;
        margin-bottom: 5px; } }
    form .form-group .form-field [type='color'], form .form-group .form-field [type='date'], form .form-group .form-field [type='datetime'], form .form-group .form-field [type='datetime-local'], form .form-group .form-field [type='email'], form .form-group .form-field [type='month'], form .form-group .form-field [type='number'], form .form-group .form-field [type='password'], form .form-group .form-field [type='search'], form .form-group .form-field [type='tel'], form .form-group .form-field [type='text'], form .form-group .form-field [type='time'], form .form-group .form-field [type='url'], form .form-group .form-field [type='week'], form .form-group .form-field input:not([type]), form .form-group .form-field textarea, form .form-group .form-field select {
      width: 100%; }

form .form-group-file {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 20px; }
  form .form-group-file label {
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    font-size: 18px; }
    @media (max-width: 575.98px) {
      form .form-group-file label {
        font-size: 16px; } }
  form .form-group-file .button-file {
    background-color: #ebebeb;
    border-radius: 15px;
    display: inline-block;
    width: 221px;
    text-align: center;
    padding: 1em 0.55556em 1em 0.55556em;
    cursor: pointer;
    -webkit-transition: all .5s;
    transition: all .5s;
    -ms-flex-negative: 0;
    flex-shrink: 0; }
    @media (max-width: 767.98px) {
      form .form-group-file .button-file {
        font-size: 16px;
        width: 150px; } }
    @media (max-width: 575.98px) {
      form .form-group-file .button-file {
        width: 100px;
        padding: 0.5625em 0.625em 0.5625em 0.625em; } }
    form .form-group-file .button-file:hover {
      background-color: #000;
      color: #fff; }
  form .form-group-file .file-control {
    overflow: hidden;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -ms-flex-preferred-size: 65.207%;
    flex-basis: 65.207%;
    max-width: 65.207%;
    background-color: #fff;
    border: 1px solid #cecece;
    border-radius: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start; }
    @media (max-width: 575.98px) {
      form .form-group-file .file-control {
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%; } }
    form .form-group-file .file-control .value-file {
      padding: 0px 5px;
      font-size: 14px; }

form .buttons-group {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -ms-flex-preferred-size: 65.207%;
  flex-basis: 65.207%;
  max-width: 65.207%;
  margin-left: auto; }
  form .buttons-group .button {
    margin-left: 20px; }
    @media (max-width: 575.98px) {
      form .buttons-group .button {
        margin-top: 20px;
        margin-left: 0px;
        width: 100%; } }
  @media (max-width: 575.98px) {
    form .buttons-group {
      margin-top: 0px;
      -webkit-box-flex: 0;
      -ms-flex-positive: 0;
      flex-grow: 0;
      -ms-flex-negative: 0;
      flex-shrink: 0;
      -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
      max-width: 100%;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; } }

@media (max-width: 767.98px) {
  .request-form-section .buttons-group .button {
    margin-top: 20px;
    margin-left: 0px; } }

@media (max-width: 767.98px) {
  .request-form-section .buttons-group {
    margin-top: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start; } }

.captcha {
  max-width: 200px; }

input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0px; }

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0; }

/* Firefox */
input[type=number] {
  -moz-appearance: textfield; }

[type='color'], [type='date'], [type='datetime'], [type='datetime-local'], [type='email'], [type='month'], [type='number'], [type='password'], [type='search'], [type='tel'], [type='text'], [type='time'], [type='url'], [type='week'], input:not([type]), textarea {
  font-size: 18px;
  border: 1px solid #cecece;
  border-radius: 15px;
  background-color: #fff;
  outline: none;
  display: inline-block;
  font-family: inherit;
  padding: 1em 0.55556em 1em 1.11111em;
  width: 476px;
  max-width: 100%; }
  [type='color']::-webkit-input-placeholder, [type='date']::-webkit-input-placeholder, [type='datetime']::-webkit-input-placeholder, [type='datetime-local']::-webkit-input-placeholder, [type='email']::-webkit-input-placeholder, [type='month']::-webkit-input-placeholder, [type='number']::-webkit-input-placeholder, [type='password']::-webkit-input-placeholder, [type='search']::-webkit-input-placeholder, [type='tel']::-webkit-input-placeholder, [type='text']::-webkit-input-placeholder, [type='time']::-webkit-input-placeholder, [type='url']::-webkit-input-placeholder, [type='week']::-webkit-input-placeholder, input:not([type])::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
    color: #9eaab5; }
  [type='color']:-moz-placeholder, [type='date']:-moz-placeholder, [type='datetime']:-moz-placeholder, [type='datetime-local']:-moz-placeholder, [type='email']:-moz-placeholder, [type='month']:-moz-placeholder, [type='number']:-moz-placeholder, [type='password']:-moz-placeholder, [type='search']:-moz-placeholder, [type='tel']:-moz-placeholder, [type='text']:-moz-placeholder, [type='time']:-moz-placeholder, [type='url']:-moz-placeholder, [type='week']:-moz-placeholder, input:not([type]):-moz-placeholder, textarea:-moz-placeholder {
    /* Firefox 18- */
    color: #9eaab5; }
  [type='color']::-moz-placeholder, [type='date']::-moz-placeholder, [type='datetime']::-moz-placeholder, [type='datetime-local']::-moz-placeholder, [type='email']::-moz-placeholder, [type='month']::-moz-placeholder, [type='number']::-moz-placeholder, [type='password']::-moz-placeholder, [type='search']::-moz-placeholder, [type='tel']::-moz-placeholder, [type='text']::-moz-placeholder, [type='time']::-moz-placeholder, [type='url']::-moz-placeholder, [type='week']::-moz-placeholder, input:not([type])::-moz-placeholder, textarea::-moz-placeholder {
    /* Firefox 19+ */
    color: #9eaab5; }
  [type='color']:-ms-input-placeholder, [type='date']:-ms-input-placeholder, [type='datetime']:-ms-input-placeholder, [type='datetime-local']:-ms-input-placeholder, [type='email']:-ms-input-placeholder, [type='month']:-ms-input-placeholder, [type='number']:-ms-input-placeholder, [type='password']:-ms-input-placeholder, [type='search']:-ms-input-placeholder, [type='tel']:-ms-input-placeholder, [type='text']:-ms-input-placeholder, [type='time']:-ms-input-placeholder, [type='url']:-ms-input-placeholder, [type='week']:-ms-input-placeholder, input:not([type]):-ms-input-placeholder, textarea:-ms-input-placeholder {
    color: #9eaab5; }
  @media (max-width: 767.98px) {
    [type='color'], [type='date'], [type='datetime'], [type='datetime-local'], [type='email'], [type='month'], [type='number'], [type='password'], [type='search'], [type='tel'], [type='text'], [type='time'], [type='url'], [type='week'], input:not([type]), textarea {
      font-size: 16px; } }
  @media (max-width: 575.98px) {
    [type='color'], [type='date'], [type='datetime'], [type='datetime-local'], [type='email'], [type='month'], [type='number'], [type='password'], [type='search'], [type='tel'], [type='text'], [type='time'], [type='url'], [type='week'], input:not([type]), textarea {
      font-size: 14px;
      padding: 0.75em 0.71429em 0.75em 1.42857em; } }

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
  text-overflow: '';
  font-size: 18px;
  border: 1px solid #cecece;
  border-radius: 15px;
  outline: none;
  width: 476px;
  max-width: 100%;
  padding: 1em 0.55556em 1em 1.11111em;
  background: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 21.99 12.32" fill="rgba(131, 161, 196, 1.0)"><g><g><path d="M10.26,11.93.49,3.21A1.43,1.43,0,0,1,.42,1.13a1.59,1.59,0,0,1,2.18-.08l8.64,7.71L19.32.47A1.59,1.59,0,0,1,21.5.39a1.43,1.43,0,0,1,.07,2.08l-9.14,9.38a1.59,1.59,0,0,1-2.18.08Z"/></g></g></svg>');
  background-size: 18px 11px;
  background-color: #fff;
  background-position: calc(100% - 25px) 50%;
  background-repeat: no-repeat; }
  @media (max-width: 767.98px) {
    select {
      font-size: 16px; } }
  @media (max-width: 575.98px) {
    select {
      font-size: 14px;
      padding: 0.75em 0.71429em 0.75em 1.42857em; } }

textarea {
  height: 200px;
  resize: none; }

[for="message"], .align-top {
  margin-top: 20px;
  margin-bottom: auto; }

.inputfile {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1; }

/*******  End of REQUEST-FORM-SECTION *******/
/*=====  End of REQUEST PAGE  ======*/
/*====================================
=            PAYMENT PAGE            =
====================================*/
.payment-form .buttons-group .button {
  margin-left: 0px; }

.box-event {
  width: 920px;
  max-width: 100%;
  position: relative;
  margin: 0px auto;
  padding-top: 45px; }
  .box-event .svg-icon {
    position: absolute;
    top: 45px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 83px;
    height: 83px;
    fill: #00a2ff;
    left: 50%; }
    @media (max-width: 575.98px) {
      .box-event .svg-icon {
        position: static;
        -webkit-transform: none;
        transform: none;
        margin: 0px auto;
        display: block;
        margin-bottom: 28px; } }
    .box-event .svg-icon.svg-icon-ban {
      fill: #ff1271; }
  .box-event .box-event-content {
    border: 2px dashed #b4b4b4;
    border-radius: 15px;
    padding: 110px 20px 40px 20px;
    margin-bottom: 30px;
    position: relative;
    -webkit-clip-path: polygon(41.5% 0, 0 0, 0 45%, 0 100%, 20% 100%, 47% 100%, 80% 100%, 100% 100%, 100% 50%, 100% 0, 58.5% 0, 50% 30%);
    clip-path: polygon(41.5% 0, 0 0, 0 45%, 0 100%, 20% 100%, 47% 100%, 80% 100%, 100% 100%, 100% 50%, 100% 0, 58.5% 0, 50% 30%);
    text-align: center;
    min-height: 380px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
    @media (max-width: 767.98px) {
      .box-event .box-event-content {
        -webkit-clip-path: polygon(30% 0, 0 0, 0 45%, 0 100%, 20% 100%, 47% 100%, 80% 100%, 100% 100%, 100% 50%, 100% 0, 71% 0, 50% 30%);
        clip-path: polygon(30% 0, 0 0, 0 45%, 0 100%, 20% 100%, 47% 100%, 80% 100%, 100% 100%, 100% 50%, 100% 0, 71% 0, 50% 30%); } }
    @media (max-width: 575.98px) {
      .box-event .box-event-content {
        -webkit-clip-path: none;
        clip-path: none;
        padding: 0px 0px 0px 0px;
        border: none;
        min-height: auto; } }
    .box-event .box-event-content .button-cover {
      margin-top: auto;
      margin-bottom: auto;
      width: 100%; }
      @media (max-width: 575.98px) {
        .box-event .box-event-content .button-cover .button {
          width: 100%;
          max-width: 400px; } }
  .box-event .title-box {
    font-size: 32px;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 45px; }

.align-middle-content {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

/*=====  End of PAYMENT PAGE  ======*/
/*=======================================
=            PRICE LIST PAGE            =
=======================================*/
.info-box {
  min-height: 170px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  text-align: center;
  padding: 20px 10px 20px 10px;
  border: 2px dashed #b4b4b4;
  border-radius: 15px; }
  .info-box .info-box-item {
    font-size: 19px;
    font-weight: 500;
    line-height: 1.8; }
    @media (max-width: 575.98px) {
      .info-box .info-box-item {
        font-size: 15px; } }
  @media (max-width: 575.98px) {
    .info-box {
      border: 0px;
      padding: 0px 0px 0px 0px; } }

.price-list-section {
  padding-bottom: 30px; }
  @media (max-width: 575.98px) {
    .price-list-section {
      padding-bottom: 10px; } }
  .price-list-section .price-list-block {
    margin-bottom: 50px; }
    .price-list-section .price-list-block .title-medium-2 {
      margin-bottom: 15px; }
    .price-list-section .price-list-block .price-list-item-content {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between; }
      @media (max-width: 575.98px) {
        .price-list-section .price-list-block .price-list-item-content {
          -ms-flex-wrap: wrap;
          flex-wrap: wrap; } }
  .price-list-section .price-list-item-name {
    position: relative;
    font-weight: 700;
    line-height: 1;
    margin-right: 10px; }
    @media (max-width: 575.98px) {
      .price-list-section .price-list-item-name {
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%;
        margin-right: 0px;
        margin-bottom: 20px; } }
    .price-list-section .price-list-item-name .name-price {
      position: relative;
      display: inline-block;
      padding-right: 43px; }
      @media (max-width: 575.98px) {
        .price-list-section .price-list-item-name .name-price {
          padding-right: 20px; } }
    .price-list-section .price-list-item-name .icon-link {
      position: absolute;
      top: 50%;
      right: 0px;
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%);
      display: inline-block;
      font-size: 0px; }
      .price-list-section .price-list-item-name .icon-link:hover .svg-icon {
        fill: #000; }
    .price-list-section .price-list-item-name .svg-icon-information {
      width: 25px;
      height: 24px;
      fill: #78a4c8; }
      @media (max-width: 575.98px) {
        .price-list-section .price-list-item-name .svg-icon-information {
          width: 14px;
          height: 14px; } }
  .price-list-section .button-cover {
    margin-left: 10px; }
  .price-list-section .price-list-item-price {
    margin-left: auto;
    margin-right: 6%;
    white-space: nowrap;
    font-weight: 700; }
    @media (max-width: 575.98px) {
      .price-list-section .price-list-item-price {
        margin-right: auto;
        margin-left: 0px; } }

.item-block {
  font-family: "Open Sans";
  font-weight: 600;
  font-size: 23px;
  line-height: 1;
  margin-bottom: 10px;
  position: relative; }
  @media (max-width: 767.98px) {
    .item-block {
      font-size: 18px;
      font-weight: 400; } }
  .item-block:before {
    content: "";
    position: absolute;
    background-color: #febf15;
    border-radius: 15px;
    width: 100%;
    height: 100%; }
  .item-block .item-block-content {
    z-index: 3;
    cursor: pointer;
    padding: 10px 10px 10px 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 80px;
    background: #fff;
    border-radius: 15px;
    position: relative;
    width: calc(100% - 10px);
    margin-left: 10px;
    -webkit-box-shadow: 0 0 90px rgba(122, 139, 152, 0.15);
    box-shadow: 0 0 90px rgba(122, 139, 152, 0.15); }
    @media (max-width: 575.98px) {
      .item-block .item-block-content {
        min-height: 50px;
        padding: 10px 10px 10px 15px;
        width: calc(100% - 5px);
        margin-left: 5px; } }

.white-popup {
  position: relative;
  background: #FFF;
  padding: 50px 20px 10px 20px;
  width: auto;
  max-width: 920px;
  margin: 20px auto;
  border-radius: 15px; }
  .white-popup .content-pop-up {
    max-width: 745px;
    margin: 0px auto; }
  .white-popup .content-inner {
    padding-top: 25px; }
    .white-popup .content-inner ul {
      padding-left: 0px; }
  .white-popup button.mfp-close {
    top: 40px;
    right: 45px;
    color: #4f5d61;
    font-size: 50px;
    opacity: 1; }
    @media (max-width: 991.98px) {
      .white-popup button.mfp-close {
        top: 10px;
        right: 10px; } }
    .white-popup button.mfp-close:hover {
      color: red; }

/*=====  End of PRICE LIST PAGE  ======*/
/*=====================================
=            ARTICLES PAGE            =
=====================================*/
.list-blocks-section {
  padding-bottom: 20px; }
  @media (max-width: 575.98px) {
    .list-blocks-section {
      padding-bottom: 10px; } }
  .list-blocks-section .title-medium-2 {
    margin-bottom: 15px; }

.articles-list-block {
  margin-bottom: 50px; }
  .articles-list-block:last-child {
    margin-bottom: 0px; }

/*=====  End of ARTICLES PAGE  ======*/
/*====================================
=            ARTICLE PAGE            =
====================================*/
.navigative {
  margin-bottom: 25px; }
  @media (max-width: 575.98px) {
    .navigative {
      text-align: center; } }
  .navigative a {
    color: #83a1c4;
    font-size: 18px;
    font-weight: 400; }
    .navigative a span {
      text-decoration: underline; }
    .navigative a:nth-child(odd):before {
      content: '← ';
      font-family: Arial;
      font-size: 1em;
      font-weight: 700; }
    .navigative a:nth-child(even):after {
      content: ' →';
      font-family: Arial;
      font-size: 1em;
      font-weight: 700; }
    .navigative a:hover span {
      text-decoration: none; }

.article-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 30px; }
  @media (max-width: 575.98px) {
    .article-links {
      margin-bottom: 10px; } }
  .article-links .article-link {
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -ms-flex-preferred-size: calc(50% - 15px);
    flex-basis: calc(50% - 15px);
    max-width: calc(50% - 15px);
    min-height: 83px;
    border: 2px dashed #b4b4b4;
    border-radius: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    line-height: 1;
    font-family: "Open Sans";
    font-weight: 600;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    font-size: 18px;
    padding: 10px; }
    .article-links .article-link:nth-child(even) span {
      position: relative;
      display: inline-block; }
      /*.article-links .article-link:nth-child(even) span:after {*/
      /*  content: ' →';*/
      /*  font-family: Arial;*/
      /*  font-size: 1em;*/
      /*  font-weight: 700; }*/
    .article-links .article-link:nth-child(odd) span {
      position: relative;
      display: inline-block; }
      /*.article-links .article-link:nth-child(odd) span:before {*/
      /*  content: '← ';*/
      /*  font-family: Arial;*/
      /*  font-size: 1em;*/
      /*  font-weight: 700; }*/
  @media (max-width: 575.98px) {
    .article-links {
      display: none; } }

.accordion .accordion-item {
  width: 100%;
  background-color: white;
  border-radius: 15px;
  line-height: 1;
  -webkit-box-shadow: 0 0 90px rgba(122, 139, 152, 0.15);
  box-shadow: 0 0 90px rgba(122, 139, 152, 0.15);
  margin-bottom: 10px; }
  .accordion .accordion-item .accordion-header {
    font-family: "Open Sans";
    font-weight: 700;
    font-size: 1.125em;
    padding: 1.11111em 2.66667em 1.11111em 1.72222em;
    position: relative;
    cursor: pointer; }
    .accordion .accordion-item .accordion-header .svg-icon {
      width: 18px;
      height: 11px;
      fill: #83a1c4;
      -webkit-transition: all .5s;
      transition: all .5s;
      position: absolute;
      top: 50%;
      right: 25px;
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%); }
      @media (max-width: 575.98px) {
        .accordion .accordion-item .accordion-header .svg-icon {
          width: 9px;
          height: 7px; } }
    @media (max-width: 575.98px) {
      .accordion .accordion-item .accordion-header {
        font-size: 1em;
        padding: 1em 3.42857em 1em 1.42857em; } }
  .accordion .accordion-item .accordion-body {
    display: none;
    overflow: hidden;
    padding: 0.625em 0.625em 1.25em 1.9375em; }
  .accordion .accordion-item.active .accordion-header .svg-icon {
    -webkit-transform: translateY(-50%) rotate(180deg);
    transform: translateY(-50%) rotate(180deg); }

/*=====  End of ARTICLE PAGE  ======*/
/*==============================
=            FOOTER            =
==============================*/
.site-info {
  font-family: "Open Sans";
  font-size: 14px;
  font-weight: 600;
  border-top: 1px solid #f2f6fa; }
  .site-info .site-info-items {
    padding-top: 10px;
    padding-bottom: 10px;
    min-height: 120px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    cursor: pointer; }
    .site-info .site-info-items a {
      display: inline-block;
      text-decoration: underline; }
      .site-info .site-info-items a:hover {
        text-decoration: none; }

/*=====  End of FOOTER  ======*/
/******* CONTENT USER *******/
.content-inner {
  font-family: 'Open Sans'; }
  @media (max-width: 575.98px) {
    .content-inner {
      font-size: 14px; } }
  .content-inner a {
    text-decoration: underline; }
    .content-inner a:hover {
      text-decoration: none; }
    .content-inner a:active {
      text-decoration: none; }
    .content-inner a:focus {
      text-decoration: none; }
  .content-inner p {
    margin-bottom: 20px; }
  .content-inner strong, .content-inner b {
    font-weight: bold; }
  .content-inner p:empty:after {
    content: "\00a0\00a0"; }
  .content-inner i {
    font-weight: italic; }
  .content-inner del {
    text-decoration: line-through; }
  .content-inner table {
    padding: 10px;
    border: 1px solid;
    border-collapse: collapse; }
    .content-inner table thead th {
      border: 1px solid;
      padding: 10px; }
    .content-inner table tbody tr td {
      border: 1px solid;
      padding: 10px; }
    .content-inner table tbody tr th {
      border: 1px solid;
      padding: 10px; }
  .content-inner h1 {
    font-weight: 700;
    font-size: 40px;
    margin-bottom: 15px; }
    @media (max-width: 767.98px) {
      .content-inner h1 {
        font-size: 35px; } }
    @media (max-width: 575.98px) {
      .content-inner h1 {
        font-size: 30px; } }
  .content-inner h2 {
    font-weight: 700;
    font-size: 35px;
    margin-bottom: 15px; }
    @media (max-width: 767.98px) {
      .content-inner h2 {
        font-size: 30px; } }
    @media (max-width: 575.98px) {
      .content-inner h2 {
        font-size: 25px; } }
  .content-inner h3 {
    font-weight: 700;
    font-size: 30px;
    margin-bottom: 15px; }
    @media (max-width: 767.98px) {
      .content-inner h3 {
        font-size: 25px; } }
    @media (max-width: 575.98px) {
      .content-inner h3 {
        font-size: 22px; } }
  .content-inner h4 {
    font-weight: 700;
    font-size: 25px;
    margin-bottom: 15px; }
    @media (max-width: 767.98px) {
      .content-inner h4 {
        font-size: 22px; } }
    @media (max-width: 575.98px) {
      .content-inner h4 {
        font-size: 20px; } }
  .content-inner h5 {
    font-weight: 700;
    font-size: 20px;
    margin-bottom: 15px; }
    @media (max-width: 767.98px) {
      .content-inner h5 {
        font-size: 20px; } }
    @media (max-width: 575.98px) {
      .content-inner h5 {
        font-size: 18px; } }
  .content-inner h6 {
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 15px; }
    @media (max-width: 767.98px) {
      .content-inner h6 {
        font-size: 18px; } }
    @media (max-width: 767.98px) {
      .content-inner h6 {
        font-size: 16px; } }
  .content-inner ul {
    padding-left: 35px;
    list-style: none; }
    .content-inner ul li {
      position: relative;
      padding-left: 10px;
      margin-bottom: 10px; }
      .content-inner ul li:after {
        content: '';
        position: absolute;
        top: 50%;
        left: 0px;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        height: 3px;
        width: 3px;
        border-radius: 50%;
        background-color: #292929; }
  .content-inner ol {
    list-style: decimal outside;
    padding-left: 20px; }
    .content-inner ol li {
      margin-bottom: 10px; }
  .content-inner blockquote {
    border-left: 4px solid #78C0A8;
    background: #EDEDED;
    padding-left: 8px;
    display: inline-block;
    padding-right: 10px;
    position: relative;
    padding-left: 35px;
    padding-bottom: 10px;
    padding-top: 10px;
    quotes: "“" "”" "‘" "’"; }
    .content-inner blockquote:before {
      color: #ccc;
      content: open-quote;
      font-size: 70px;
      line-height: 50px;
      position: absolute;
      top: 2px;
      left: 4px; }
    .content-inner blockquote p {
      display: inline; }
    .content-inner blockquote cite {
      display: block;
      font-style: normal;
      font-weight: bold;
      margin-top: 1em; }
  .content-inner .content-block {
    margin-bottom: 40px; }
  .content-inner iframe {
    max-width: 100%; }

div.post-thumbnail {
  text-align: center; }

/*******  End of CONTENT USER *******/
/******* MAGNIFIC POP-UP *******/
/* Отдаление */
.mfp-zoom-out .mfp-content {
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transform: scale(1.3);
  transform: scale(1.3); }

.mfp-zoom-out.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out; }

.mfp-zoom-out.mfp-ready .mfp-content {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1); }

.mfp-zoom-out.mfp-ready.mfp-bg {
  opacity: 0.8; }

.mfp-zoom-out.mfp-removing .mfp-content {
  -webkit-transform: scale(1.3);
  transform: scale(1.3);
  opacity: 0; }

.mfp-zoom-out.mfp-removing.mfp-bg {
  opacity: 0; }

/*******  End of MAGNIFIC POP-UP *******/
/******* MEDIA *******/
/******* NORMAL GRID *******/
.div-1 {
  -ms-flex-preferred-size: calc( 8.33333% - 30px);
  flex-basis: calc( 8.33333% - 30px);
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  max-width: calc( 8.33333% - 30px);
  margin: 0 15px; }

.div-2 {
  -ms-flex-preferred-size: calc( 16.66667% - 30px);
  flex-basis: calc( 16.66667% - 30px);
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  max-width: calc( 16.66667% - 30px);
  margin: 0 15px; }

.div-3 {
  -ms-flex-preferred-size: calc( 25% - 30px);
  flex-basis: calc( 25% - 30px);
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  max-width: calc( 25% - 30px);
  margin: 0 15px; }

.div-4 {
  -ms-flex-preferred-size: calc( 33.33333% - 30px);
  flex-basis: calc( 33.33333% - 30px);
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  max-width: calc( 33.33333% - 30px);
  margin: 0 15px; }

.div-5 {
  -ms-flex-preferred-size: calc( 41.66667% - 30px);
  flex-basis: calc( 41.66667% - 30px);
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  max-width: calc( 41.66667% - 30px);
  margin: 0 15px; }

.div-6 {
  -ms-flex-preferred-size: calc( 50% - 30px);
  flex-basis: calc( 50% - 30px);
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  max-width: calc( 50% - 30px);
  margin: 0 15px; }

.div-7 {
  -ms-flex-preferred-size: calc( 58.33333% - 30px);
  flex-basis: calc( 58.33333% - 30px);
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  max-width: calc( 58.33333% - 30px);
  margin: 0 15px; }

.div-8 {
  -ms-flex-preferred-size: calc( 66.66667% - 30px);
  flex-basis: calc( 66.66667% - 30px);
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  max-width: calc( 66.66667% - 30px);
  margin: 0 15px; }

.div-9 {
  -ms-flex-preferred-size: calc( 75% - 30px);
  flex-basis: calc( 75% - 30px);
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  max-width: calc( 75% - 30px);
  margin: 0 15px; }

.div-10 {
  -ms-flex-preferred-size: calc( 83.33333% - 30px);
  flex-basis: calc( 83.33333% - 30px);
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  max-width: calc( 83.33333% - 30px);
  margin: 0 15px; }

.div-11 {
  -ms-flex-preferred-size: calc( 91.66667% - 30px);
  flex-basis: calc( 91.66667% - 30px);
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  max-width: calc( 91.66667% - 30px);
  margin: 0 15px; }

.div-12 {
  -ms-flex-preferred-size: calc( 100% - 30px);
  flex-basis: calc( 100% - 30px);
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  max-width: calc( 100% - 30px);
  margin: 0 15px; }

@media (max-width: 575.98px) {
  .div-1 {
    -ms-flex-preferred-size: calc( 8.33333% - 10px);
    flex-basis: calc( 8.33333% - 10px);
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    max-width: calc( 8.33333% - 10px);
    margin: 0 5px; }
  .div-2 {
    -ms-flex-preferred-size: calc( 16.66667% - 10px);
    flex-basis: calc( 16.66667% - 10px);
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    max-width: calc( 16.66667% - 10px);
    margin: 0 5px; }
  .div-3 {
    -ms-flex-preferred-size: calc( 25% - 10px);
    flex-basis: calc( 25% - 10px);
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    max-width: calc( 25% - 10px);
    margin: 0 5px; }
  .div-4 {
    -ms-flex-preferred-size: calc( 33.33333% - 10px);
    flex-basis: calc( 33.33333% - 10px);
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    max-width: calc( 33.33333% - 10px);
    margin: 0 5px; }
  .div-5 {
    -ms-flex-preferred-size: calc( 41.66667% - 10px);
    flex-basis: calc( 41.66667% - 10px);
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    max-width: calc( 41.66667% - 10px);
    margin: 0 5px; }
  .div-6 {
    -ms-flex-preferred-size: calc( 50% - 10px);
    flex-basis: calc( 50% - 10px);
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    max-width: calc( 50% - 10px);
    margin: 0 5px; }
  .div-7 {
    -ms-flex-preferred-size: calc( 58.33333% - 10px);
    flex-basis: calc( 58.33333% - 10px);
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    max-width: calc( 58.33333% - 10px);
    margin: 0 5px; }
  .div-8 {
    -ms-flex-preferred-size: calc( 66.66667% - 10px);
    flex-basis: calc( 66.66667% - 10px);
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    max-width: calc( 66.66667% - 10px);
    margin: 0 5px; }
  .div-9 {
    -ms-flex-preferred-size: calc( 75% - 10px);
    flex-basis: calc( 75% - 10px);
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    max-width: calc( 75% - 10px);
    margin: 0 5px; }
  .div-10 {
    -ms-flex-preferred-size: calc( 83.33333% - 10px);
    flex-basis: calc( 83.33333% - 10px);
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    max-width: calc( 83.33333% - 10px);
    margin: 0 5px; }
  .div-11 {
    -ms-flex-preferred-size: calc( 91.66667% - 10px);
    flex-basis: calc( 91.66667% - 10px);
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    max-width: calc( 91.66667% - 10px);
    margin: 0 5px; }
  .div-12 {
    -ms-flex-preferred-size: calc( 100% - 10px);
    flex-basis: calc( 100% - 10px);
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    max-width: calc( 100% - 10px);
    margin: 0 5px; } }

/*******  End of NORMAL GRID *******/
/******* GRID SM  *******/
@media (min-width: 576px) {
  .div-sm-1 {
    -ms-flex-preferred-size: calc( 8.33333% - 10px);
    flex-basis: calc( 8.33333% - 10px);
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    max-width: calc( 8.33333% - 10px);
    margin: 0 5px; }
  .div-sm-2 {
    -ms-flex-preferred-size: calc( 16.66667% - 10px);
    flex-basis: calc( 16.66667% - 10px);
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    max-width: calc( 16.66667% - 10px);
    margin: 0 5px; }
  .div-sm-3 {
    -ms-flex-preferred-size: calc( 25% - 10px);
    flex-basis: calc( 25% - 10px);
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    max-width: calc( 25% - 10px);
    margin: 0 5px; }
  .div-sm-4 {
    -ms-flex-preferred-size: calc( 33.33333% - 10px);
    flex-basis: calc( 33.33333% - 10px);
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    max-width: calc( 33.33333% - 10px);
    margin: 0 5px; }
  .div-sm-5 {
    -ms-flex-preferred-size: calc( 41.66667% - 10px);
    flex-basis: calc( 41.66667% - 10px);
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    max-width: calc( 41.66667% - 10px);
    margin: 0 5px; }
  .div-sm-6 {
    -ms-flex-preferred-size: calc( 50% - 10px);
    flex-basis: calc( 50% - 10px);
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    max-width: calc( 50% - 10px);
    margin: 0 5px; }
  .div-sm-7 {
    -ms-flex-preferred-size: calc( 58.33333% - 10px);
    flex-basis: calc( 58.33333% - 10px);
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    max-width: calc( 58.33333% - 10px);
    margin: 0 5px; }
  .div-sm-8 {
    -ms-flex-preferred-size: calc( 66.66667% - 10px);
    flex-basis: calc( 66.66667% - 10px);
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    max-width: calc( 66.66667% - 10px);
    margin: 0 5px; }
  .div-sm-9 {
    -ms-flex-preferred-size: calc( 75% - 10px);
    flex-basis: calc( 75% - 10px);
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    max-width: calc( 75% - 10px);
    margin: 0 5px; }
  .div-sm-10 {
    -ms-flex-preferred-size: calc( 83.33333% - 10px);
    flex-basis: calc( 83.33333% - 10px);
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    max-width: calc( 83.33333% - 10px);
    margin: 0 5px; }
  .div-sm-11 {
    -ms-flex-preferred-size: calc( 91.66667% - 10px);
    flex-basis: calc( 91.66667% - 10px);
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    max-width: calc( 91.66667% - 10px);
    margin: 0 5px; }
  .div-sm-12 {
    -ms-flex-preferred-size: calc( 100% - 10px);
    flex-basis: calc( 100% - 10px);
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    max-width: calc( 100% - 10px);
    margin: 0 5px; } }

/*******  End of GRID SM  *******/
/******* GRID TABLE *******/
@media (min-width: 768px) {
  .div-t-1 {
    -ms-flex-preferred-size: calc( 8.33333% - 30px);
    flex-basis: calc( 8.33333% - 30px);
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    max-width: calc( 8.33333% - 30px);
    margin: 0 15px; }
  .div-t-2 {
    -ms-flex-preferred-size: calc( 16.66667% - 30px);
    flex-basis: calc( 16.66667% - 30px);
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    max-width: calc( 16.66667% - 30px);
    margin: 0 15px; }
  .div-t-3 {
    -ms-flex-preferred-size: calc( 25% - 30px);
    flex-basis: calc( 25% - 30px);
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    max-width: calc( 25% - 30px);
    margin: 0 15px; }
  .div-t-4 {
    -ms-flex-preferred-size: calc( 33.33333% - 30px);
    flex-basis: calc( 33.33333% - 30px);
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    max-width: calc( 33.33333% - 30px);
    margin: 0 15px; }
  .div-t-5 {
    -ms-flex-preferred-size: calc( 41.66667% - 30px);
    flex-basis: calc( 41.66667% - 30px);
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    max-width: calc( 41.66667% - 30px);
    margin: 0 15px; }
  .div-t-6 {
    -ms-flex-preferred-size: calc( 50% - 30px);
    flex-basis: calc( 50% - 30px);
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    max-width: calc( 50% - 30px);
    margin: 0 15px; }
  .div-t-7 {
    -ms-flex-preferred-size: calc( 58.33333% - 30px);
    flex-basis: calc( 58.33333% - 30px);
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    max-width: calc( 58.33333% - 30px);
    margin: 0 15px; }
  .div-t-8 {
    -ms-flex-preferred-size: calc( 66.66667% - 30px);
    flex-basis: calc( 66.66667% - 30px);
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    max-width: calc( 66.66667% - 30px);
    margin: 0 15px; }
  .div-t-9 {
    -ms-flex-preferred-size: calc( 75% - 30px);
    flex-basis: calc( 75% - 30px);
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    max-width: calc( 75% - 30px);
    margin: 0 15px; }
  .div-t-10 {
    -ms-flex-preferred-size: calc( 83.33333% - 30px);
    flex-basis: calc( 83.33333% - 30px);
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    max-width: calc( 83.33333% - 30px);
    margin: 0 15px; }
  .div-t-11 {
    -ms-flex-preferred-size: calc( 91.66667% - 30px);
    flex-basis: calc( 91.66667% - 30px);
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    max-width: calc( 91.66667% - 30px);
    margin: 0 15px; }
  .div-t-12 {
    -ms-flex-preferred-size: calc( 100% - 30px);
    flex-basis: calc( 100% - 30px);
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    max-width: calc( 100% - 30px);
    margin: 0 15px; } }

/*******  End of GRID TABLE *******/
/******* GRID DESKTOP *******/
@media (min-width: 992px) {
  .div-d-1 {
    -ms-flex-preferred-size: calc( 8.33333% - 30px);
    flex-basis: calc( 8.33333% - 30px);
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    max-width: calc( 8.33333% - 30px);
    margin: 0 15px; }
  .div-d-2 {
    -ms-flex-preferred-size: calc( 16.66667% - 30px);
    flex-basis: calc( 16.66667% - 30px);
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    max-width: calc( 16.66667% - 30px);
    margin: 0 15px; }
  .div-d-3 {
    -ms-flex-preferred-size: calc( 25% - 30px);
    flex-basis: calc( 25% - 30px);
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    max-width: calc( 25% - 30px);
    margin: 0 15px; }
  .div-d-4 {
    -ms-flex-preferred-size: calc( 33.33333% - 30px);
    flex-basis: calc( 33.33333% - 30px);
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    max-width: calc( 33.33333% - 30px);
    margin: 0 15px; }
  .div-d-5 {
    -ms-flex-preferred-size: calc( 41.66667% - 30px);
    flex-basis: calc( 41.66667% - 30px);
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    max-width: calc( 41.66667% - 30px);
    margin: 0 15px; }
  .div-d-6 {
    -ms-flex-preferred-size: calc( 50% - 30px);
    flex-basis: calc( 50% - 30px);
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    max-width: calc( 50% - 30px);
    margin: 0 15px; }
  .div-d-7 {
    -ms-flex-preferred-size: calc( 58.33333% - 30px);
    flex-basis: calc( 58.33333% - 30px);
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    max-width: calc( 58.33333% - 30px);
    margin: 0 15px; }
  .div-d-8 {
    -ms-flex-preferred-size: calc( 66.66667% - 30px);
    flex-basis: calc( 66.66667% - 30px);
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    max-width: calc( 66.66667% - 30px);
    margin: 0 15px; }
  .div-d-9 {
    -ms-flex-preferred-size: calc( 75% - 30px);
    flex-basis: calc( 75% - 30px);
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    max-width: calc( 75% - 30px);
    margin: 0 15px; }
  .div-d-10 {
    -ms-flex-preferred-size: calc( 83.33333% - 30px);
    flex-basis: calc( 83.33333% - 30px);
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    max-width: calc( 83.33333% - 30px);
    margin: 0 15px; }
  .div-d-11 {
    -ms-flex-preferred-size: calc( 91.66667% - 30px);
    flex-basis: calc( 91.66667% - 30px);
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    max-width: calc( 91.66667% - 30px);
    margin: 0 15px; }
  .div-d-12 {
    -ms-flex-preferred-size: calc( 100% - 30px);
    flex-basis: calc( 100% - 30px);
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    max-width: calc( 100% - 30px);
    margin: 0 15px; } }

/*******  End of GRID DESKTOP *******/
/*******  End of MEDIA *******/

.faq-list_news {

}
.faq-list_news .item-block-content {
  padding-top: 0;
  padding-bottom: 0;
  -webkit-box-align: initial;
  -ms-flex-align: initial;
  align-items: initial;
}
.faq-list-item_news_title,
.faq-list-item_news_date,
.faq-list-item_news_text {
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.faq-list-item_news_title {
  text-align: center;
  color: #212121;
  padding:20px 20px 20px 0;
  width:240px;
  border-right: 1px solid #E5E5E5;
}
.faq-list-item_news_date {
  text-align: center;
  color: #9A9A9A;
  width:170px;
  border-right: 1px solid #E5E5E5;
}
.faq-list-item_news_text {
  color: #747474;
  width:684px;
  line-height:30px;
  font-weight:normal;
  padding:30px;
  justify-content: end;
}
@media all and (max-width:767px) {
.faq-list_news .item-block-content  {
  display:block;
}
.faq-list-item_news_title,
.faq-list-item_news_date,
.faq-list-item_news_text {
  font-size:16px;
  display:block !important;
  font-weight:normal;
  width:auto !important;
  border:0 !important;
  line-height:initial;
  text-align: center;
}
}
 
/*# sourceMappingURL=style.css.map */
