body {
  overflow-x: hidden;
  font-family: "Open Sans", Helvetica, Arial, sans-serif; }

/*-- CLASS FOR INHERIT START --*/
.fontAwesome, .pageContainer .fa {
  font-size: 36px;
  display: block;
  float: left;
  margin: 0px 10px 0px -3px; }

.tinymceContent {
  width: 100%;
  overflow: hidden; }
  .tinymceContent img {
    max-width: 100% !important;
    height: auto !important; }

/*-- CLASS FOR INHERIT   END --*/
.titleTopRight p {
  text-align: right;
  font-size: 18px; }

#menu .dropdown-submenu {
  position: relative; }

nav {
  font-size: 16px; }
  nav .dropdown-menu::before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    background-color: transparent;
    border: 10px solid transparent;
    border-bottom: 10px solid white;
    position: absolute;
    top: -18px;
    left: 42%; }
  nav .dropdown-menu {
    top: 90%;
    font-size: 16px;
    background-color: white;
    border-radius: 6px !important; }
    nav .dropdown-menu li:first-of-type {
      display: none; }
    nav .dropdown-menu a {
      color: #555; }
    nav .dropdown-menu a:hover {
      color: #d23c1c;
      background-color: white; }
    nav .dropdown-menu .divider {
      margin: 5px 12px; }

.pageContainer {
  min-height: 60vh;
  overflow: hidden; }
  .pageContainer #sliderTop {
    margin-bottom: 20px; }
  .pageContainer .panel-heading {
    font-size: 20px;
    height: 58px;
    line-height: 38px; }
  .pageContainer .panel-primary {
    border: 0px solid white; }
    .pageContainer .panel-primary .panel-body {
      background-color: #eaeaea; }
  .pageContainer .widget3 {
    color: #555; }
    .pageContainer .widget3 img {
      margin-top: 10px; }
    .pageContainer .widget3 .heading {
      color: #d23c1c;
      font-weight: bold;
      font-size: 20px;
      height: 58px;
      line-height: 38px;
      padding: 10px 15px;
      border-bottom: 3px solid #d23c1c;
      margin-bottom: 5px; }
    .pageContainer .widget3 .top_hr h4 {
      border-top: 1px solid #d23c1c;
      padding-top: 10px; }
    @media only screen and (min-width: 768px) and (max-width: 1199px) {
      .pageContainer .widget3 .item1 h4 {
        border-top: 0px solid #d23c1c; } }
    .pageContainer .widget3 .readMore {
      margin-top: 20px; }
  .pageContainer .readMore {
    float: right; }
  .pageContainer .listSpace {
    height: 20px;
    clear: both; }

.imageGallery {
  color: #fff;
  font-size: 0.0001em; }
  .imageGallery img {
    width: 24%;
    margin: 10px 0.5%;
    border-radius: 5px; }
    @media only screen and (max-width: 768px) {
      .imageGallery img {
        width: 32.3%; } }
    @media only screen and (max-width: 480px) {
      .imageGallery img {
        width: 49%; } }

.fileList {
  text-align: center; }
  .fileList .file {
    min-height: 170px; }
    .fileList .file img {
      margin: 0 auto; }

footer {
  border-top: 7px solid #d23c1c;
  background-color: #222;
  min-height: 20vh;
  padding-top: 20px; }
  footer * {
    color: white; }

.clear {
  clear: both; }

.overflow {
  overflow: hidden; }

.main {
  background-image: url("/image/background/background.jpg");
  background-repeat: no-repeat;
  width: 100%;
  min-height: 51vw;
  background-size: 100% 100%;
  color: white;
  text-align: center; }
  .main .titleTop {
    background-size: 100% 100%;
    background-image: url("/image/page_1/card_2.png");
    width: 40%;
    display: block;
    float: left;
    position: relative;
    left: 30%;
    height: 17vw; }
    .main .titleTop h1 {
      font-size: 2.3vw;
      font-weight: 700;
      padding-top: 0.75vw;
      line-height: 2.6vw; }
    .main .titleTop h2 {
      font-size: 1.55vw;
      padding-top: 0.33vw;
      font-weight: 300;
      line-height: 1.9vw;
      text-decoration: none; }

@media (max-width: 1024px) {
  .main {
    background-size: cover;
    background-position: 29%;
    min-height: 556px; }
    .main .titleTop {
      width: 42%;
      left: 30%;
      height: 20vw; }
      .main .titleTop h1 {
        font-size: 3.5vw;
        font-weight: 700;
        color: #ECECFB;
        margin: 1vw;
        line-height: 3vw; }
      .main .titleTop h2 {
        font-size: 2.3vw;
        margin: 0;
        padding: 0;
        line-height: 2.4vw; } }

.titleTopRight {
  display: block;
  float: left;
  position: absolute;
  left: 14.8%;
  top: 5px; }
  .titleTopRight .ico {
    display: block;
    float: left;
    margin-left: 6px; }

.titleTopLeft {
  display: block;
  float: left;
  position: absolute;
  left: 78%;
  top: 1%; }
  .titleTopLeft p {
    font-size: 16px;
    margin: 4px -4px 0px; }
  .titleTopLeft a {
    font-size: 16px;
    color: white;
    text-decoration: none;
    padding-left: 6px;
    padding-right: 6px; }
  .titleTopLeft a:link {
    color: white;
    text-decoration: none; }
  .titleTopLeft a:active {
    color: white;
    text-decoration: none; }
  .titleTopLeft a:hover {
    color: white;
    text-decoration: none; }

@media (max-width: 1200px) {
  .titleTopRight {
    left: 2%;
    top: 0%; }
    .titleTopRight .ico {
      float: none;
      margin-top: 5px; }
  .titleTopLeft {
    left: 75%;
    top: 1%; } }

/*  @media(max-width: 740px){
        .titleTopLeft{
            p{
                font-size: 3vw;
             }
            a{ 
                font-size: 3vw;
            }
        }
    }*/
.description {
  position: absolute;
  text-align: left;
  top: 17.5vw;
  left: 26.2%;
  letter-spacing: -1px; }
  .description h1 {
    font-size: 2vw;
    color: #FFFF00;
    margin-top: 0.8vw; }
  .description h3 {
    font-size: 1.25vw;
    margin-top: 1.1vw;
    font-weight: 300;
    letter-spacing: 0.4px; }
  .description h4 {
    font-size: 1.25vw;
    margin-top: 1.8vw;
    font-weight: 300;
    letter-spacing: 0px; }
  .description h2 {
    font-size: 1.4vw;
    color: white;
    font-weight: bold;
    padding: 0px;
    margin-top: -0.1vw;
    letter-spacing: -1px; }
  .description a {
    font-size: 16px;
    color: white;
    text-decoration: none;
    padding: 0; }
  .description a:link {
    color: white;
    text-decoration: none; }
  .description a:active {
    color: white;
    text-decoration: none; }
  .description a:hover {
    color: white;
    text-decoration: underline; }

@media (max-width: 1024px) {
  .description {
    top: 20vw; }
    .description h1 {
      font-size: 3vw;
      color: #FFFF00;
      margin-top: 0px; }
    .description h3 {
      font-size: 3vw;
      margin: 0; }
    .description h2 {
      font-size: 2.5vw;
      color: white;
      font-weight: bold;
      padding: 0px;
      margin: 0px; }
    .description h4 {
      font-size: 3vw; } }

@media (max-width: 620px) {
  .description {
    width: 100%;
    text-align: center;
    left: auto;
    top: 33vw; }
    .description h1 {
      font-size: 4vw;
      margin: 0px;
      margin-left: 50px;
      margin-right: 50px; }
    .description h3 {
      font-size: 5vw;
      margin: 0px;
      margin-left: 50px;
      margin-right: 50px; }
    .description h2 {
      font-size: 4vw;
      padding: 0px;
      margin: 0px; }
    .description h4 {
      font-size: 15px; } }

@media (max-width: 620px) {
  .main .titleTop {
    height: 34vw;
    width: 80%;
    left: 11%; }
    .main .titleTop h1 {
      font-size: 6.5vw;
      font-weight: 700;
      color: #ECECFB;
      margin: 1vw;
      line-height: 6vw; }
    .main .titleTop h2 {
      font-size: 5vw;
      margin: 0;
      padding: 0;
      line-height: 5vw; }
  .titleTopRight {
    display: none; }
  .titleTopLeft {
    display: none; } }

.font-size-lang {
  font-size: 1.5vw !important;
  line-height: 2vw !important; }

.font-size-lang_2 {
  font-size: 2vw !important;
  line-height: 2vw !important; }

@media (max-width: 620px) {
  .font-size-lang {
    font-size: 4vw !important;
    line-height: 4vw !important;
    margin: 0;
    padding: 0; }
  .font-size-lang_2 {
    font-size: 5vw !important;
    line-height: 6vw !important;
    font-weight: 700 !important;
    margin: 1vw !important; } }

.rodo-popup {
  font-family: inherit;
  text-align: left;
  display: block;
  position: fixed;
  top: 5%;
  left: 50%;
  margin-left: -551px;
  background-color: #fff;
  z-index: 999999;
  width: 1100px;
  height: 663px;
  box-shadow: 0 0 20px rgba(68, 68, 68, 0.7); }

@media (max-width: 1000px) {
  .rodo-popup {
    left: 8%;
    width: 84%;
    margin-left: 0;
    top: 5%;
    height: 80%; } }

.rodo-popup-content {
  margin: 54px 49px 0 49px;
  padding: 0 42px 0 42px;
  height: 475px;
  overflow-y: scroll; }

@media (max-width: 1000px) {
  .rodo-popup-content {
    margin: 0;
    height: 85%; } }

.rodo-popup-content p {
  padding-bottom: 18px;
  line-height: 20px;
  color: #282828;
  font-size: 14px;
  letter-spacing: .6px; }

.close {
  display: none; }

.rodo-popup-content ul {
  margin: 0 17px 20px; }

.rodo-popup-content ul li {
  list-style: square;
  line-height: 20px;
  font-size: 14px;
  letter-spacing: .6px; }

.rodo-popup-content p:first-child b {
  font-size: 19px;
  line-height: 17px; }

.rodo-popup-buttons button.rodo-popup-agree {
  background-color: #2aa3c1; }

.rodo-popup button {
  margin-top: 30px;
  cursor: pointer;
  display: block;
  margin: 0 auto;
  padding: 14px 0 13px;
  width: 200px;
  text-transform: uppercase;
  color: #fff;
  font-size: 13px;
  font-weight: bolder;
  border: 0; }

.rodo-popup button {
  background-image: none;
  border-radius: 0;
  height: auto;
  float: none;
  text-align: center; }

.cards {
  position: absolute;
  top: 33.4vw;
  left: 24%; }
  .cards .card {
    background-size: 100%;
    background-image: url(/image/page_1/card_1_a.png);
    background-repeat: no-repeat;
    width: 16vw;
    height: 24vw;
    float: left;
    display: block;
    position: relative;
    margin-left: 0.95vw; }
    .cards .card img {
      position: absolute;
      top: 2.9vw;
      left: 2.2vw;
      width: 11.6vw;
      height: 11.6vw; }
    .cards .card p {
      position: absolute;
      top: 15.7vw;
      padding: 0 16px;
      text-align: center;
      font-size: 0.8vw;
      margin-right: 5px;
      margin-left: 5px; }
    .cards .card .button_1 {
      border: 2px solid #FF6501;
      color: #FF6501;
      position: absolute;
      width: 8.9vw;
      height: 2vw;
      top: 20.5vw;
      left: 3.63vw;
      text-align: center;
      padding: 0.4vw;
      font-size: 0.75vw; }
    .cards .card .button_1:hover {
      border: 3px solid #FF6501;
      font-weight: 700; }
    .cards .card .button_2 {
      border: 2px solid #811A7B;
      color: #811A7B;
      position: absolute;
      width: 8.5vw;
      height: 2vw;
      top: 20.5vw;
      left: 3.63vw;
      text-align: center;
      padding: 0.4vw;
      font-size: 0.75vw; }
    .cards .card .button_2:hover {
      border: 3px solid #811A7B;
      font-weight: 700; }
    .cards .card .button_3 {
      border: 2px solid #E7819A;
      color: #E7819A;
      position: absolute;
      width: 8.9vw;
      height: 2vw;
      top: 20.5vw;
      left: 3vw;
      text-align: center;
      padding: 0.4vw;
      font-size: 0.75vw; }
    .cards .card .button_3:hover {
      border: 3px solid #E7819A;
      font-weight: 700; }
  @media (max-width: 1024px) {
    .cards .card {
      background-size: 100%;
      background-image: url(/image/page_1/card_1_a.png);
      background-repeat: no-repeat;
      width: 185px;
      height: 285px;
      float: left;
      display: block;
      position: relative;
      margin: 10px; }
      .cards .card img {
        top: 25px;
        left: 25px;
        width: 130px;
        height: 130px; }
      .cards .card p {
        top: 170px;
        padding: 0 16px;
        font-size: 10px; }
      .cards .card .button {
        width: 140px;
        height: 20px;
        top: 230px;
        left: 23px;
        text-align: center;
        padding: 0.3vw;
        font-size: 10px; } }

@media (max-width: 1024px) {
  .cards {
    right: 0;
    left: 0;
    margin: auto;
    max-width: 616px;
    float: none;
    padding-top: 70px; }
    .cards .card .button_1 {
      width: 130px;
      height: 25px;
      top: 231px;
      left: 28px;
      text-align: center;
      padding: 5px;
      font-size: 12px; }
    .cards .card .button_2 {
      width: 130px;
      height: 25px;
      top: 231px;
      left: 28px;
      text-align: center;
      padding: 5px;
      font-size: 12px; }
    .cards .card .button_3 {
      width: 130px;
      height: 25px;
      top: 231px;
      left: 28px;
      text-align: center;
      padding: 5px;
      font-size: 12px; } }

@media (max-width: 620px) {
  .cards {
    padding-top: 160px; }
    .cards .card {
      margin-left: 22vw;
      height: 82vw;
      width: 54%;
      background-size: 100% 100%; }
      .cards .card img {
        top: 10vw;
        left: 7vw;
        width: 38vw;
        height: 38vw; }
      .cards .card p {
        top: 50vw;
        padding: 0 16px;
        font-size: 13px; }
      .cards .card .button_1 {
        width: 40vw;
        top: 67vw;
        left: 6vw;
        font-size: 12px;
        margin-top: 17px; }
      .cards .card .button_2 {
        width: 40vw;
        top: 67vw;
        left: 6vw;
        font-size: 12px;
        margin-top: 17px; }
      .cards .card .button_3 {
        width: 40vw;
        top: 67vw;
        left: 6vw;
        font-size: 12px;
        margin-top: 17px; } }

@media (max-width: 360px) {
  .cards {
    padding-top: 120px; }
    .cards .card {
      margin-left: 18vw;
      height: 89vw;
      width: 66%; }
      .cards .card img {
        top: 10vw;
        left: 13vw;
        width: 40vw;
        height: 40vw; }
      .cards .card p {
        top: 50vw;
        padding: 0 16px;
        font-size: 13px; }
      .cards .card .button_1 {
        width: 41vw;
        top: 70vw;
        left: 13vw;
        font-size: 11px; }
      .cards .card .button_2 {
        width: 41vw;
        top: 70vw;
        left: 13vw;
        font-size: 11px; }
      .cards .card .button_3 {
        width: 41vw;
        top: 70vw;
        left: 13vw;
        font-size: 11px; } }

.background_2 {
  background-image: url("/image/background/background_2.png");
  background-size: cover;
  background-repeat: no-repeat;
  height: 150px;
  width: 100%;
  margin: 0;
  padding: 0; }

.opinion {
  background-color: #F7F7F7;
  margin: 0;
  padding: 0;
  padding-bottom: 50px; }
  .opinion h1 {
    margin: 0;
    margin-bottom: 18px;
    padding-top: 97px;
    font-size: 39px;
    text-align: center;
    font-weight: 300; }
  .opinion .center-opinion {
    margin-left: auto;
    margin-right: auto;
    width: 60%; }
    .opinion .center-opinion .foto_1 {
      display: block;
      float: left; }
      .opinion .center-opinion .foto_1 img {
        width: 12vw;
        height: 12vw;
        margin-top: 37px; }
    .opinion .center-opinion .foto_3 {
      display: block;
      float: left;
      position: relative;
      top: 32px;
      left: -16px; }
      .opinion .center-opinion .foto_3 img {
        width: 12vw;
        height: 12vw; }
    .opinion .center-opinion .foto_5 {
      display: block;
      float: left;
      margin-top: 22px; }
      .opinion .center-opinion .foto_5 img {
        width: 12vw;
        height: 12vw;
        margin-top: 23px;
        margin-left: -20px; }
    .opinion .center-opinion .text {
      display: block;
      float: left;
      background-color: #D8EFF7;
      width: 70%;
      margin-left: 19px;
      padding: 21px;
      padding-bottom: 14px;
      padding-left: 1.1vw;
      margin-top: 33px;
      font-size: 14px;
      border-radius: 10px;
      position: relative; }
      .opinion .center-opinion .text .triangle {
        width: 0;
        height: 0;
        border-top: 35px solid #d6eff7;
        border-left: 73px solid transparent;
        margin: 0; }
      .opinion .center-opinion .text .tri_poz_1 {
        position: absolute;
        top: 121px;
        left: -59px; }
      .opinion .center-opinion .text .tri_poz_2 {
        position: absolute;
        top: 99px;
        left: -58px; }
      .opinion .center-opinion .text .tri_poz_3 {
        position: absolute;
        top: 8vw;
        left: -62px; }
      @media (max-width: 1250px) {
        .opinion .center-opinion .text .triangle {
          border-top: 25px solid #d6eff7;
          border-left: 45px solid transparent; }
        .opinion .center-opinion .text .tri_poz_1 {
          top: 7vw;
          left: -44px; }
        .opinion .center-opinion .text .tri_poz_2 {
          top: 7vw;
          left: -38px; }
        .opinion .center-opinion .text .tri_poz_3 {
          top: 8vw;
          left: -38px; } }
      @media (max-width: 840px) {
        .opinion .center-opinion .text .triangle {
          display: none; } }
      .opinion .center-opinion .text a {
        text-decoration: none;
        cursor: pointer; }
      .opinion .center-opinion .text a:link {
        text-decoration: none;
        color: black; }
      .opinion .center-opinion .text a:active {
        text-decoration: none;
        color: black; }
      .opinion .center-opinion .text a:hover {
        text-decoration: none;
        color: black;
        font-weight: bold; }
      .opinion .center-opinion .text p {
        font-size: 15px;
        margin: 0 0 10px;
        font-style: italic;
        line-height: 15px; }
      .opinion .center-opinion .text h4 {
        font-size: 20px;
        font-weight: bold;
        margin-bottom: 5px;
        letter-spacing: -1px;
        margin-top: 1.5vw; }
      .opinion .center-opinion .text h5 {
        font-style: normal; }
      .opinion .center-opinion .text .button {
        border: solid 1px #C771A8;
        border-radius: 5px;
        padding-top: 5px;
        font-size: 14px;
        text-align: center;
        color: #C771A8;
        max-width: 208px;
        height: 33px;
        margin-top: 12px; }
      .opinion .center-opinion .text .button:hover {
        border: solid 2px #C771A8; }
      .opinion .center-opinion .text .profil_opinion {
        width: 100%; }
        .opinion .center-opinion .text .profil_opinion .left_site {
          display: block;
          float: left;
          width: 200px; }
          .opinion .center-opinion .text .profil_opinion .left_site p {
            text-align: left;
            font-size: 15px;
            margin: 0 0 10px;
            line-height: 18px; }
          .opinion .center-opinion .text .profil_opinion .left_site h4 {
            text-align: left;
            font-size: 20px;
            font-weight: bold;
            letter-spacing: -0.5px; }
          .opinion .center-opinion .text .profil_opinion .left_site .button {
            border: solid 1px #C771A8;
            border-radius: 5px;
            padding-top: 5px;
            font-size: 14px;
            text-align: center;
            color: #C771A8;
            max-width: 208px;
            height: 33px;
            margin: 0;
            margin-top: 12px; }
          .opinion .center-opinion .text .profil_opinion .left_site .button:hover {
            border: solid 2px #C771A8; }
        .opinion .center-opinion .text .profil_opinion .right_site {
          display: block;
          float: right;
          line-height: 18px;
          margin-top: 34px;
          position: relative;
          left: -1.5vw; }
          .opinion .center-opinion .text .profil_opinion .right_site p {
            margin: 0;
            padding: 0 20px; }
    .opinion .center-opinion .foto_rigth_2 {
      display: block;
      float: right;
      width: 12vw;
      height: 12vw;
      top: 33px;
      position: relative;
      left: 12px; }
      .opinion .center-opinion .foto_rigth_2 img {
        width: 12vw;
        height: 12vw;
        margin-top: 10px; }
    .opinion .center-opinion .foto_rigth_4 {
      display: block;
      float: right;
      width: 12vw;
      height: 12vw;
      top: 23px;
      position: relative;
      left: 12px; }
      .opinion .center-opinion .foto_rigth_4 img {
        width: 12vw;
        height: 12vw;
        margin-left: -3px; }
    .opinion .center-opinion .foto_rigth_6 {
      display: block;
      float: right;
      width: 12vw;
      height: 12vw;
      top: 33px;
      position: relative;
      left: 12px; }
      .opinion .center-opinion .foto_rigth_6 img {
        width: 12vw;
        height: 12vw;
        margin-top: 35px; }
    .opinion .center-opinion .text_rigth {
      display: block;
      float: left;
      background-color: #D8EFF7;
      width: 81%;
      margin-left: -21px;
      margin-top: 45px;
      padding: 20px;
      font-size: 20px;
      border-radius: 10px;
      position: relative; }
      .opinion .center-opinion .text_rigth .triangle_2 {
        width: 0;
        height: 0;
        border-top: 35px solid #d6eff7;
        border-right: 73px solid transparent; }
      .opinion .center-opinion .text_rigth .tri_2_poz_1 {
        position: absolute;
        top: 6vw;
        left: 48vw; }
      .opinion .center-opinion .text_rigth .tri_2_poz_2 {
        position: absolute;
        top: 6vw;
        left: 45vw; }
      .opinion .center-opinion .text_rigth .tri_2_poz_3 {
        position: absolute;
        top: 6vw;
        left: 45vw; }
      @media (max-width: 1200px) {
        .opinion .center-opinion .text_rigth .triangle_2 {
          border-top: 25px solid #d6eff7;
          border-right: 45px solid transparent; }
        .opinion .center-opinion .text_rigth .tri_2_poz_1 {
          top: 6vw;
          left: 48vw; }
        .opinion .center-opinion .text_rigth .tri_2_poz_2 {
          top: 6vw;
          left: 46vw; }
        .opinion .center-opinion .text_rigth .tri_2_poz_3 {
          top: 6vw;
          left: 45vw; } }
      @media (max-width: 840px) {
        .opinion .center-opinion .text_rigth .triangle_2 {
          display: none; } }
      .opinion .center-opinion .text_rigth a {
        text-decoration: none;
        cursor: pointer; }
      .opinion .center-opinion .text_rigth a:link {
        text-decoration: none;
        color: black; }
      .opinion .center-opinion .text_rigth a:active {
        text-decoration: none;
        color: black; }
      .opinion .center-opinion .text_rigth a:hover {
        text-decoration: none;
        color: black;
        font-weight: bold; }
      .opinion .center-opinion .text_rigth p {
        line-height: 15px;
        font-style: italic;
        padding-bottom: 8px; }
      .opinion .center-opinion .text_rigth .profil_opinion {
        width: 100%; }
        .opinion .center-opinion .text_rigth .profil_opinion .left_site {
          display: block;
          float: left; }
          .opinion .center-opinion .text_rigth .profil_opinion .left_site p {
            text-align: left;
            font-size: 15px;
            margin: 0 0 10px;
            font-style: normal;
            line-height: 0px; }
          .opinion .center-opinion .text_rigth .profil_opinion .left_site h4 {
            text-align: left;
            font-size: 20px;
            font-weight: bold; }
          .opinion .center-opinion .text_rigth .profil_opinion .left_site .button {
            border: solid 1px #C771A8;
            border-radius: 5px;
            padding-top: 5px;
            font-size: 14px;
            text-align: center;
            color: #C771A8;
            max-width: 200px;
            height: 33px;
            margin-top: 17px; }
          .opinion .center-opinion .text_rigth .profil_opinion .left_site .button:hover {
            border: solid 2px #C771A8; }
        .opinion .center-opinion .text_rigth .profil_opinion .right_site {
          display: block;
          float: left;
          margin-left: 5.5vw;
          line-height: 18px;
          margin-top: 15px; }
          .opinion .center-opinion .text_rigth .profil_opinion .right_site p {
            margin: 0;
            padding: 0 20px; }
      .opinion .center-opinion .text_rigth p {
        text-align: left;
        font-size: 15px;
        margin: 0 0 10px; }
      .opinion .center-opinion .text_rigth h4 {
        text-align: left;
        font-size: 20px;
        font-weight: bold; }
      .opinion .center-opinion .text_rigth .button {
        border: solid 1px #C771A8;
        border-radius: 5px;
        padding-top: 5px;
        font-size: 14px;
        text-align: center;
        color: #C771A8;
        max-width: 208px;
        height: 33px;
        margin-top: 10px; }
      .opinion .center-opinion .text_rigth .button:hover {
        border: solid 2px #C771A8; }

.display {
  display: none; }

.poz_3 {
  margin-left: 10px !important;
  width: 75% !important; }

.poz_4 {
  width: 77% !important;
  margin-left: 12px !important;
  margin-top: 26px !important;
  padding: 25px !important;
  font-size: 20px !important;
  border-radius: 10px !important; }

.poz_5 {
  width: 78% !important;
  margin-top: 39px !important; }

.poz_6 {
  width: 76% !important;
  margin-left: 15px !important;
  margin-top: 69px !important; }

@media (max-width: 840px) {
  .opinion .center-opinion .text {
    width: 100% !important;
    margin: 0 !important;
    padding: 10px !important; }
  .opinion .center-opinion .text_rigth {
    width: 100% !important;
    margin: 0 !important;
    padding: 10px !important; }
  .opinion .center-opinion .foto_1 {
    width: 100%;
    text-align: center;
    top: 0;
    left: 0;
    margin-left: 0 !important;
    margin-top: 0 !important; }
    .opinion .center-opinion .foto_1 img {
      margin-top: 10px;
      margin-bottom: 10px; }
  .opinion .center-opinion .foto_rigth_2 {
    width: 100%;
    text-align: center;
    height: 15vw;
    top: 0;
    left: 0;
    margin-left: 0 !important;
    margin-top: 0 !important; }
    .opinion .center-opinion .foto_rigth_2 img {
      margin-top: 10px;
      margin-bottom: 10px; }
  .opinion .center-opinion .foto_3 {
    top: 0;
    left: 0;
    width: 100%;
    text-align: center;
    margin-left: 0 !important;
    margin-top: 0 !important; }
    .opinion .center-opinion .foto_3 img {
      margin-top: 10px;
      margin-bottom: 10px; }
  .opinion .center-opinion .foto_rigth_4 {
    top: 0;
    left: 0;
    width: 100%;
    text-align: center;
    height: 15vw;
    margin-left: 0 !important;
    margin-top: 0 !important; }
    .opinion .center-opinion .foto_rigth_4 img {
      margin-top: 10px;
      margin-bottom: 10px; }
  .opinion .center-opinion .foto_5 {
    top: 0;
    left: 0;
    width: 100%;
    text-align: center;
    margin-left: 0 !important;
    margin-top: 0 !important; }
    .opinion .center-opinion .foto_5 img {
      margin-top: 10px;
      margin-bottom: 10px; }
  .opinion .center-opinion .foto_rigth_6 {
    top: 0;
    left: 0;
    width: 100%;
    text-align: center;
    height: 15vw;
    margin-left: 0 !important;
    margin-top: 0 !important; }
    .opinion .center-opinion .foto_rigth_6 img {
      margin-top: 10px;
      margin-bottom: 10px; } }

@media (max-width: 620px) {
  .opinion {
    padding-top: 180vw; } }

@media (max-width: 500px) {
  .opinion {
    padding-top: 160vw; } }

@media (max-width: 400px) {
  .opinion {
    padding-top: 140vw; } }

@media (max-width: 360px) {
  .opinion h1 {
    padding-top: 0px;
    font-size: 30px; }
  .opinion .center-opinion {
    width: 90%; } }

.forwhom {
  background-color: #24AAD6;
  width: 100%;
  height: 1200px; }
  .forwhom img {
    height: 1089px;
    position: relative;
    bottom: -150px;
    width: 769px; }
  .forwhom .forwhom_text_1 {
    z-index: 10;
    position: relative;
    top: -1005px;
    margin-left: 34.5%;
    color: white; }
    .forwhom .forwhom_text_1 h1 {
      margin-top: -31px;
      margin-bottom: 30px;
      font-size: 45px;
      font-weight: 300; }
    .forwhom .forwhom_text_1 .ok {
      width: 15px;
      height: 15px; }
    .forwhom .forwhom_text_1 ul {
      list-style-image: url("/image/ok.png");
      font-size: 20px;
      margin-bottom: 83px; }
      .forwhom .forwhom_text_1 ul li {
        margin-bottom: 1px;
        padding: 0.75em;
        margin-left: 9px; }
        .forwhom .forwhom_text_1 ul li span {
          background-color: #17708C;
          padding: 7px;
          font-weight: bold; }
    .forwhom .forwhom_text_1 table {
      margin-top: 5px;
      border-spacing: 5px;
      border-collapse: separate; }
    .forwhom .forwhom_text_1 table td {
      border: 1px solid white;
      border-spacing: 10px;
      max-width: 310px;
      height: 210px;
      background-color: #24AAD6;
      text-align: center;
      font-size: 20px; }
      .forwhom .forwhom_text_1 table td span {
        font-size: 28px;
        font-weight: bold;
        color: white; }
  @media (max-width: 1500px) {
    .forwhom .forwhom_text_1 {
      width: 67%;
      top: -1025px;
      margin-left: auto;
      margin-right: auto; }
      .forwhom .forwhom_text_1 h1 {
        text-align: center; }
    .forwhom img {
      opacity: 0.5; } }
  @media (max-width: 1024px) {
    .forwhom .forwhom_text_1 {
      width: 90%;
      margin-left: auto;
      margin-right: auto; } }

.background_5 {
  top: -11vw;
  background-image: url(/image/background/background_5.png);
  background-repeat: no-repeat;
  background-size: 100%;
  width: 100vw;
  height: 26vw;
  z-index: 1;
  position: relative; }

@media (max-width: 1500px) {
  .background_5 {
    top: -12vw; } }

.background_6 {
  /*background-image: url(/image/background/background_6.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    height: 1320px;
    z-index: 0;
    position: relative;
    top: -28vw;*/
  background-image: url(/image/background/background_6.png);
  background-repeat: no-repeat;
  background-size: cover;
  height: 1581px;
  z-index: 0;
  position: relative;
  top: -28vw;
  width: 100%;
  margin-bottom: -52px; }
  .background_6 .forwhom_text_2 {
    color: white;
    width: 63%;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    top: 17.5vw; }
    .background_6 .forwhom_text_2 h1 {
      font-size: 66px;
      margin-bottom: 5.4vw; }
    .background_6 .forwhom_text_2 h3 {
      font-size: 37px; }
    .background_6 .forwhom_text_2 p {
      font-size: 20px; }
      .background_6 .forwhom_text_2 p span {
        color: #FFFF4C;
        font-size: 22px;
        font-weight: bold; }
    .background_6 .forwhom_text_2 ul {
      list-style-image: url("/image/ok.png");
      font-size: 20px;
      margin-left: 32px; }
      .background_6 .forwhom_text_2 ul li {
        margin-bottom: 1px;
        padding: 0.5em;
        margin-top: 13px; }
  @media (max-width: 1500px) {
    .background_6 .forwhom_text_2 {
      width: 90%;
      padding-top: 50px; } }

/*.background_10{
    background-image: url(/image/background_2.png);
    height: 157px;
    background-size: 2000px;
    background-repeat: no-repeat;
    width: 100%;
    position: relative;
    top: -28.5vw;
    
}*/
@media (min-width: 2000px) {
  .background_6 {
    background-size: cover; }
  .background_10 {
    background-size: 100%; } }

@media (max-width: 740px) {
  .forwhom img {
    display: none; }
  .forwhom .forwhom_text_1 {
    top: 0;
    padding-top: 50px; }
    .forwhom .forwhom_text_1 h1 {
      font-size: 25px; }
    .forwhom .forwhom_text_1 ul {
      font-size: 15px;
      list-style-image: url("/image/ok_mini.png"); }
      .forwhom .forwhom_text_1 ul li span {
        padding: 0; }
    .forwhom .forwhom_text_1 table td {
      font-size: 15px; }
      .forwhom .forwhom_text_1 table td span {
        font-size: 15px;
        font-weight: bold;
        color: white; }
  .background_6 .forwhom_text_2 {
    line-height: 25px; }
    .background_6 .forwhom_text_2 h1 {
      font-size: 25px; }
    .background_6 .forwhom_text_2 h3 {
      font-size: 18px; }
    .background_6 .forwhom_text_2 ul {
      font-size: 15px;
      list-style-image: url("/image/ok_mini.png");
      margin: 0px; }
    .background_6 .forwhom_text_2 p {
      font-size: 13px; }
      .background_6 .forwhom_text_2 p span {
        font-size: 13px; } }

.offer {
  background-color: #F2F2F2;
  width: 100%;
  position: relative;
  top: -29vw; }
  .offer .border_space_offer {
    background-image: url("/image/background_2.png");
    background-image: url(/image/background_2.png);
    background-size: cover;
    height: 200px;
    position: relative;
    top: -196px; }
  .offer h1 {
    font-size: 66px;
    color: #1F96C4;
    margin: 0;
    padding-left: 18%;
    padding-top: 50px;
    position: relative;
    top: -14vw; }
  .offer .offer_1 {
    width: 85%;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    top: -11vw;
    left: -8vw; }
    .offer .offer_1 .left {
      width: 40%;
      height: 34vw;
      margin-top: 96px;
      background-image: url(/image/page_3/image_1.png);
      background-repeat: no-repeat;
      background-size: contain;
      display: block;
      float: left; }
    .offer .offer_1 .right {
      width: 50%;
      display: block;
      float: left; }
      .offer .offer_1 .right h2 {
        font-size: 40px;
        padding-bottom: 26px; }
      .offer .offer_1 .right p {
        font-size: 21px; }
      .offer .offer_1 .right li {
        font-size: 23px;
        font-weight: bold;
        line-height: 32px; }
      .offer .offer_1 .right ul {
        margin-left: 15px; }
      .offer .offer_1 .right span {
        font-weight: 400;
        font-size: 18px; }
  .offer .offer_2 {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    top: -8.5vw; }
    .offer .offer_2 .left {
      width: 40%;
      height: 30vw;
      display: block;
      float: right;
      position: relative;
      left: 16vw;
      /*img{
			    	width: 28vw;
    				margin: 100px 0;
    			}*/ }
      .offer .offer_2 .left .offer_image_1 {
        position: relative;
        top: -1vw;
        left: -16vw; }
      .offer .offer_2 .left .offer_image_2 {
        position: relative;
        top: 7vw;
        left: -10vw; }
    .offer .offer_2 .right {
      width: 50%;
      display: block;
      float: left;
      position: relative;
      left: 14vw; }
      .offer .offer_2 .right .ul_ok {
        list-style-image: url("/image/ok_b.png"); }
        .offer .offer_2 .right .ul_ok .ul_dot {
          list-style-image: none; }
      .offer .offer_2 .right h2 {
        font-size: 40px; }
      .offer .offer_2 .right p {
        font-size: 21px;
        padding-top: 33px; }
      .offer .offer_2 .right ul {
        margin-top: 18px;
        padding-left: 73px;
        line-height: 33px; }
      .offer .offer_2 .right li {
        list-style-type: disc !important;
        font-size: 23px;
        font-size: 18px; }
      .offer .offer_2 .right span {
        font-weight: bold; }
      .offer .offer_2 .right .ul_d {
        list-style-type: disc !important; }

@media (max-width: 1024px) {
  .offer h1 {
    text-align: center;
    margin: 0;
    padding: 10px 0px; }
  .offer .offer_1 {
    top: 0;
    left: 0; }
    .offer .offer_1 .left {
      width: 100%;
      background-position: center;
      margin-top: -100px; }
    .offer .offer_1 .right {
      width: 100%; }
  .offer .offer_2 {
    top: 0;
    padding-bottom: 70px; }
    .offer .offer_2 .left {
      width: 100%;
      background-position: center;
      padding-bottom: 520px;
      left: 0; }
      .offer .offer_2 .left .offer_image_1 {
        top: 0vw;
        left: 0vw;
        margin: 0;
        width: 50%;
        margin-left: 25%; }
      .offer .offer_2 .left .offer_image_2 {
        top: 0vw;
        left: 0vw;
        margin: 0;
        width: 50%;
        margin-left: 25%; }
    .offer .offer_2 .right {
      width: 100%;
      left: 0; } }

@media (max-width: 740px) {
  .offer h1 {
    font-size: 50px; }
  .offer .offer_1 .left {
    margin-top: -65px; }
  .offer .offer_1 .right h2 {
    font-size: 20px; }
  .offer .offer_1 .right p {
    font-size: 15px; }
  .offer .offer_1 .right li {
    font-size: 18px; }
  .offer .offer_2 .left {
    padding-bottom: 500px; }
    .offer .offer_2 .left .offer_image_1 {
      padding-top: 50px; }
    .offer .offer_2 .left .offer_image_2 {
      padding-top: 50px; }
  .offer .offer_2 .right h2 {
    font-size: 20px; }
  .offer .offer_2 .right p {
    font-size: 15px; }
  .offer .offer_2 .right li {
    font-size: 15px; } }

@media (max-width: 375px) {
  .offer {
    top: -9vw; }
    .offer .border_space_offer {
      background-image: url("/image/background_2.png");
      background-image: url(/image/background_2.png);
      background-size: cover;
      height: 82px;
      position: relative;
      top: -68px; }
    .offer h1 {
      font-size: 35px;
      padding-bottom: 36px; }
    .offer .offer_1 .left {
      margin-top: -65px; }
    .offer .offer_1 .right h2 {
      font-size: 20px; }
    .offer .offer_1 .right p {
      font-size: 15px; }
    .offer .offer_1 .right li {
      font-size: 18px; }
    .offer .offer_1 .right span {
      font-size: 12px;
      line-height: 25px; }
    .offer .offer_2 .left {
      padding-bottom: 295px; }
      .offer .offer_2 .left .offer_image_1 {
        padding-top: 50px; }
      .offer .offer_2 .left .offer_image_2 {
        padding-top: 50px; }
    .offer .offer_2 .right h2 {
      font-size: 20px; }
    .offer .offer_2 .right p {
      font-size: 15px; }
    .offer .offer_2 .right li {
      font-size: 15px; }
    .offer .offer_2 .right ul {
      line-height: 25px;
      padding-left: 40px; }
    .offer .offer_2 .right .ul_ok {
      list-style-image: url("/image/ok_b_mini.png"); } }

.packages {
  max-width: 100%;
  background-color: #F2F2F2;
  position: relative;
  top: -33.5vw;
  z-index: 0;
  padding-bottom: 150px; }
  .packages h1 {
    text-align: center;
    font-size: 50px;
    color: #C371A7;
    margin: 0;
    font-weight: 300;
    letter-spacing: 1px; }
  .packages .package {
    width: 1233px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 94px; }
    .packages .package .offer-mobile {
      display: none; }
    .packages .package .package_1 {
      padding-top: 100px;
      text-align: center;
      background-image: url(/image/page_2/card_1.png);
      background-repeat: no-repeat;
      background-size: 100% 100%;
      height: 494px;
      display: block;
      float: left;
      width: 393px;
      color: white;
      box-shadow: 9px 9px 13px #AAAAAA;
      -webkit-box-shadow: 9px 9px 13px #AAAAAA;
      -moz-box-shadow: 9px 9px 13px #AAAAAA;
      -ms-box-shadow: 9px 9px 13px #AAAAAA;
      -o-box-shadow: 9px 9px 13px #AAAAAA; }
      .packages .package .package_1 h1 {
        color: white;
        margin: 0;
        padding: 0;
        font-size: 36px;
        font-weight: bold;
        padding-top: 9px; }
      .packages .package .package_1 h2 {
        margin: 0;
        padding: 0;
        font-size: 32px; }
    .packages .package .package_2 {
      padding-top: 100px;
      text-align: center;
      background-image: url(/image/page_2/card_2.png);
      background-repeat: no-repeat;
      background-size: 100% 100%;
      height: 494px;
      display: block;
      float: left;
      width: 393px;
      margin-left: 27px;
      color: white;
      box-shadow: 9px 9px 13px #AAAAAA;
      -webkit-box-shadow: 9px 9px 13px #AAAAAA;
      -moz-box-shadow: 9px 9px 13px #AAAAAA;
      -ms-box-shadow: 9px 9px 13px #AAAAAA;
      -o-box-shadow: 9px 9px 13px #AAAAAA; }
      .packages .package .package_2 h1 {
        color: white;
        margin: 0;
        padding: 0;
        font-size: 36px;
        font-weight: bold;
        padding-top: 9px; }
      .packages .package .package_2 h2 {
        margin: 0;
        padding: 0;
        font-size: 32px; }
    .packages .package .package_3 {
      padding-top: 100px;
      text-align: center;
      background-image: url(/image/page_2/card_3.png);
      background-repeat: no-repeat;
      background-size: 100% 100%;
      height: 494px;
      display: block;
      float: left;
      width: 393px;
      margin-left: 27px;
      color: white;
      box-shadow: 9px 9px 13px #AAAAAA;
      -webkit-box-shadow: 9px 9px 13px #AAAAAA;
      -moz-box-shadow: 9px 9px 13px #AAAAAA;
      -ms-box-shadow: 9px 9px 13px #AAAAAA;
      -o-box-shadow: 9px 9px 13px #AAAAAA; }
      .packages .package .package_3 h1 {
        color: white;
        margin: 0;
        padding: 0;
        font-size: 36px;
        font-weight: bold;
        padding-top: 9px; }
      .packages .package .package_3 h2 {
        margin: 0;
        padding: 0;
        font-size: 32px; }
    .packages .package .button {
      border: 1px solid white;
      padding: 7px 0px;
      margin: 0px 34px;
      margin-top: 125px;
      cursor: pointer; }
  .packages .package-block {
    display: none; }
  .packages .package_1_roz {
    background-color: #1988b3;
    max-width: 1233px;
    padding: 50px;
    margin-top: 27px;
    margin-left: auto;
    margin-right: auto;
    z-index: 10;
    position: relative;
    box-shadow: 9px 9px 13px #AAAAAA;
    -webkit-box-shadow: 9px 9px 13px #AAAAAA;
    -moz-box-shadow: 9px 9px 13px #AAAAAA;
    -ms-box-shadow: 9px 9px 13px #AAAAAA;
    -o-box-shadow: 9px 9px 13px #AAAAAA;
    /*top: -9vw;*/ }
    .packages .package_1_roz li {
      list-style-image: url("/image/ok_mini_2.png");
      font-size: 17px;
      color: white; }
    .packages .package_1_roz span {
      font-weight: bold;
      color: #FFFF73;
      font-size: 20px; }
    .packages .package_1_roz h2 {
      color: white;
      text-align: center; }
    .packages .package_1_roz .package_1_arrow {
      display: block;
      position: absolute;
      left: 152px;
      top: -35px;
      width: 90px;
      height: 90px;
      background: #1988b3;
      transform: rotate(45deg);
      -webkit-transform: rotate(45deg);
      -moz-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      -o-transform: rotate(45deg); }
    .packages .package_1_roz .button {
      max-width: 470px;
      margin: 0;
      border: 1px solid white;
      color: white;
      text-align: center;
      margin-left: auto;
      margin-right: auto;
      margin-top: 60px;
      cursor: pointer; }
      .packages .package_1_roz .button h3 {
        margin: 10px; }
    .packages .package_1_roz a {
      text-decoration: none; }
  .packages .package_2_roz {
    background-color: #545B8A;
    max-width: 1233px;
    padding: 50px;
    margin-top: 27px;
    margin-left: auto;
    margin-right: auto;
    z-index: 10;
    position: relative;
    /*top: -9vw;*/
    display: none;
    box-shadow: 9px 9px 13px #AAAAAA;
    -webkit-box-shadow: 9px 9px 13px #AAAAAA;
    -moz-box-shadow: 9px 9px 13px #AAAAAA;
    -ms-box-shadow: 9px 9px 13px #AAAAAA;
    -o-box-shadow: 9px 9px 13px #AAAAAA; }
    .packages .package_2_roz li {
      list-style-image: url("/image/ok_mini_2.png");
      font-size: 17px;
      color: white; }
    .packages .package_2_roz span {
      font-weight: bold;
      color: #FFFF73;
      font-size: 20px; }
    .packages .package_2_roz h2 {
      color: white;
      text-align: center; }
    .packages .package_2_roz .package_2_arrow {
      display: block;
      position: absolute;
      left: 572px;
      top: -35px;
      width: 90px;
      height: 90px;
      background: #545B8A;
      transform: rotate(45deg);
      -webkit-transform: rotate(45deg);
      -moz-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      -o-transform: rotate(45deg); }
    .packages .package_2_roz .button {
      max-width: 470px;
      margin: 0;
      border: 1px solid white;
      color: white;
      text-align: center;
      margin-left: auto;
      margin-right: auto;
      margin-top: 60px;
      cursor: pointer; }
      .packages .package_2_roz .button h3 {
        margin: 10px; }
    .packages .package_2_roz a {
      text-decoration: none; }
  .packages .package_3_roz {
    background-color: #C371A7;
    max-width: 1233px;
    padding: 50px;
    margin-top: 27px;
    margin-left: auto;
    margin-right: auto;
    z-index: 10;
    position: relative;
    /*top: -9vw;*/
    display: none;
    box-shadow: 9px 9px 13px #AAAAAA;
    -webkit-box-shadow: 9px 9px 13px #AAAAAA;
    -moz-box-shadow: 9px 9px 13px #AAAAAA;
    -ms-box-shadow: 9px 9px 13px #AAAAAA;
    -o-box-shadow: 9px 9px 13px #AAAAAA; }
    .packages .package_3_roz li {
      list-style-image: url("/image/ok_mini_2.png");
      font-size: 17px;
      color: white; }
    .packages .package_3_roz span {
      font-weight: bold;
      color: #FFFF73;
      font-size: 20px; }
    .packages .package_3_roz h2 {
      color: white;
      text-align: center; }
    .packages .package_3_roz .package_3_arrow {
      display: block;
      position: absolute;
      left: 990px;
      top: -35px;
      width: 90px;
      height: 90px;
      background: #C371A7;
      transform: rotate(45deg);
      -webkit-transform: rotate(45deg);
      -moz-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      -o-transform: rotate(45deg); }
    .packages .package_3_roz .button {
      max-width: 470px;
      margin: 0;
      border: 1px solid white;
      color: white;
      text-align: center;
      margin-left: auto;
      margin-right: auto;
      margin-top: 60px;
      cursor: pointer; }
      .packages .package_3_roz .button h3 {
        margin: 10px; }
    .packages .package_3_roz a {
      text-decoration: none; }
  .packages .package_4_roz {
    background-image: url("/image/page_2/card_5a.png");
    background-size: cover;
    background-color: #5B3A5C;
    max-width: 1233px;
    padding: 80px;
    margin-top: 25px;
    margin-left: auto;
    margin-right: auto;
    z-index: 10;
    position: relative;
    margin-top: 35px;
    padding-bottom: 46px;
    box-shadow: 9px 9px 13px #AAAAAA;
    -webkit-box-shadow: 9px 9px 13px #AAAAAA;
    -moz-box-shadow: 9px 9px 13px #AAAAAA;
    -ms-box-shadow: 9px 9px 13px #AAAAAA;
    -o-box-shadow: 9px 9px 13px #AAAAAA; }
    .packages .package_4_roz li {
      list-style-image: url("/image/ok_mini_2.png");
      font-size: 17px;
      color: white; }
    .packages .package_4_roz span {
      font-weight: bold;
      color: #FFFF73;
      font-size: 20px; }
    .packages .package_4_roz h1 {
      color: #D299BF;
      font-size: 36px;
      text-align: center;
      padding-top: 32px; }
    .packages .package_4_roz p {
      font-size: 21px;
      color: white;
      margin-top: 55px; }
    .packages .package_4_roz .button {
      width: 322px;
      height: 95px;
      border: 1px solid white;
      color: white;
      text-align: center;
      margin-left: auto;
      margin-right: auto;
      margin-top: 30px; }
    .packages .package_4_roz .button:hover {
      cursor: pointer; }
  .packages .package_5_roz {
    background-color: #5B3A5C;
    max-width: 1233px;
    padding: 30px;
    margin-left: auto;
    margin-right: auto;
    z-index: 10;
    position: relative;
    display: none;
    box-shadow: 9px 9px 13px #AAAAAA;
    -webkit-box-shadow: 9px 9px 13px #AAAAAA;
    -moz-box-shadow: 9px 9px 13px #AAAAAA;
    -ms-box-shadow: 9px 9px 13px #AAAAAA;
    -o-box-shadow: 9px 9px 13px #AAAAAA; }
    .packages .package_5_roz h4 {
      font-size: 25px;
      color: white;
      text-align: center; }
    .packages .package_5_roz li {
      list-style-image: url("/image/ok_mini_2.png");
      font-size: 17px;
      color: white; }
    .packages .package_5_roz p {
      font-size: 21px;
      color: white; }
    .packages .package_5_roz .button {
      max-width: 470px;
      margin: 0;
      border: 1px solid #D299BF;
      color: #D299BF;
      text-align: center;
      margin-left: auto;
      margin-right: auto;
      margin-top: 60px;
      cursor: pointer; }
      .packages .package_5_roz .button h3 {
        margin: 10px; }
    .packages .package_5_roz a {
      text-decoration: none; }

@media (max-width: 1300px) {
  .packages {
    width: 100%; }
    .packages .package {
      width: 50%; }
      .packages .package .offer-mobile {
        display: block; }
      .packages .package .package_1 {
        float: none;
        width: 100%;
        margin: 0; }
      .packages .package .package_2 {
        float: none;
        width: 100%;
        margin: 0;
        margin-top: 50px; }
      .packages .package .package_3 {
        float: none;
        width: 100%;
        margin: 0;
        margin-top: 50px; }
    .packages .package_4_roz {
      margin: 0;
      padding: 80px 20px; }
      .packages .package_4_roz .button {
        width: 100%; }
    .packages .offer-desktop {
      display: none; }
    .packages .offer-mobile .package_1_roz {
      margin-top: 0; }
      .packages .offer-mobile .package_1_roz .package_1_arrow {
        display: none; }
    .packages .offer-mobile .package_2_roz {
      margin-top: 0; }
      .packages .offer-mobile .package_2_roz .package_2_arrow {
        display: none; }
    .packages .offer-mobile .package_3_roz {
      margin-top: 0; }
      .packages .offer-mobile .package_3_roz .package_3_arrow {
        display: none; } }

@media (max-width: 600px) {
  .packages {
    padding-bottom: 0;
    width: 100%; }
    .packages .package {
      width: 100%; } }

@media (max-width: 375px) {
  .packages {
    width: 100%; }
    .packages h1 {
      font-size: 35px; }
    .packages .package {
      width: 100%;
      margin-top: 40px; }
      .packages .package .offer-mobile {
        display: block; }
      .packages .package .package_1 {
        float: none;
        width: 100%;
        margin: 0; }
      .packages .package .package_2 {
        float: none;
        width: 100%;
        margin: 0;
        margin-top: 50px; }
      .packages .package .package_3 {
        float: none;
        width: 100%;
        margin: 0;
        margin-top: 50px; }
    .packages .package_4_roz {
      margin: 0;
      padding: 80px 20px;
      margin-top: 50px; }
      .packages .package_4_roz p {
        font-size: 15px; }
      .packages .package_4_roz .button {
        width: 100%; }
        .packages .package_4_roz .button h2 {
          font-size: 21px; }
    .packages .package_5_roz ul {
      margin: 0;
      padding-left: 12px;
      margin-bottom: 10px; }
      .packages .package_5_roz ul li {
        list-style-image: url(/image/ok_mini.png);
        font-size: 15px; }
    .packages .package_5_roz .button h2 {
      font-size: 21px; }
    .packages .offer-desktop {
      display: none; }
    .packages .offer-mobile .package_1_roz {
      margin-top: 0; }
      .packages .offer-mobile .package_1_roz ul {
        margin: 0;
        padding-left: 12px;
        margin-bottom: 10px; }
        .packages .offer-mobile .package_1_roz ul li {
          list-style-image: url(/image/ok_mini.png);
          font-size: 15px; }
      .packages .offer-mobile .package_1_roz .button h2 {
        font-size: 20px; }
      .packages .offer-mobile .package_1_roz .package_1_arrow {
        display: none; }
    .packages .offer-mobile .package_2_roz {
      margin-top: 0; }
      .packages .offer-mobile .package_2_roz ul {
        margin: 0;
        padding-left: 12px;
        margin-bottom: 10px; }
        .packages .offer-mobile .package_2_roz ul li {
          list-style-image: url(/image/ok_mini.png);
          font-size: 15px; }
      .packages .offer-mobile .package_2_roz .button h2 {
        font-size: 20px; }
      .packages .offer-mobile .package_2_roz .package_2_arrow {
        display: none; }
    .packages .offer-mobile .package_3_roz {
      margin-top: 0; }
      .packages .offer-mobile .package_3_roz ul {
        margin: 0;
        padding-left: 12px;
        margin-bottom: 10px; }
        .packages .offer-mobile .package_3_roz ul li {
          list-style-image: url(/image/ok_mini.png);
          font-size: 15px; }
      .packages .offer-mobile .package_3_roz .button h2 {
        font-size: 20px; }
      .packages .offer-mobile .package_3_roz .package_3_arrow {
        display: none; } }

.gallery {
  width: 100%;
  background-image: url("/image/page_2/background_7.png");
  background-size: cover;
  background-position: center;
  position: relative;
  top: -36vw;
  padding-bottom: 123px; }
  .gallery h1 {
    text-align: center;
    color: white;
    padding-top: 28px;
    padding-bottom: 32px;
    letter-spacing: 1px;
    font-size: 66px; }

.border_space_1 {
  background-image: url(/image/page_2/background_9.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 16vw;
  z-index: 1;
  position: relative;
  top: -41vw; }

@media (max-width: 740px) {
  .gallery h1 {
    font-size: 32px; } }

.certificate {
  width: 51vw;
  position: relative;
  left: 10vw;
  margin-top: 10vw; }

.support {
  background-image: url(/image/page_2/background_8a.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -1;
  width: 100%;
  position: relative;
  top: -52vw;
  padding-bottom: 10vw; }
  .support .support_box {
    color: white;
    width: 64%;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    padding-top: 178px;
    padding-bottom: 50px;
    letter-spacing: 1px; }
    .support .support_box h1 {
      padding-top: 100px;
      font-size: 66px;
      padding-bottom: 20px; }
    .support .support_box p {
      font-size: 18px;
      padding-top: 39px;
      line-height: 29px; }
      .support .support_box p span {
        color: yellow;
        font-size: 22px;
        font-weight: bold; }
    .support .support_box p .text_support {
      padding-top: 20px; }
    .support .support_box h3 {
      font-size: 26px;
      padding-top: 6px;
      padding-bottom: 10px; }
    .support .support_box ul {
      padding: 3px;
      font-size: 18px;
      list-style-image: url(/image/ok.png);
      line-height: 44px;
      margin-left: 81px;
      margin-top: 28px; }
      .support .support_box ul li {
        padding: 10px; }
        .support .support_box ul li span {
          font-size: 22px;
          padding: 3px;
          font-weight: bold;
          background-color: #134157; }

@media (max-width: 740px) {
  .support .support_box {
    width: 85%;
    padding-top: 75px; }
    .support .support_box h1 {
      font-size: 32px;
      padding: 0px;
      line-height: normal; }
    .support .support_box h3 {
      font-size: 18px;
      line-height: normal; }
    .support .support_box ul {
      font-size: 15px;
      line-height: normal; }
      .support .support_box ul li span {
        font-size: 15px; }
    .support .support_box p {
      font-size: 15px;
      padding-bottom: 20px;
      line-height: normal; }
      .support .support_box p span {
        font-size: 15px; } }

@media (max-width: 365px) {
  .support .support_box {
    width: 85%;
    padding-top: 75px; }
    .support .support_box h1 {
      font-size: 32px;
      padding: 0px;
      line-height: normal; }
    .support .support_box h3 {
      font-size: 18px;
      line-height: normal; }
    .support .support_box ul {
      font-size: 15px;
      line-height: normal;
      list-style-image: url(/image/ok_mini.png);
      margin-left: 30px;
      margin-top: 7px; }
      .support .support_box ul li span {
        font-size: 15px; }
    .support .support_box p {
      font-size: 15px;
      padding-bottom: 20px;
      line-height: normal; }
      .support .support_box p span {
        font-size: 15px; }
    .support .support_box .text_support {
      padding-top: 15px; } }

.about_program {
  width: 100%;
  background-color: #EFEFEF;
  position: relative;
  top: -52vw;
  padding-bottom: 104px; }
  .about_program .about {
    width: 70%;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 50px; }
    .about_program .about .left {
      display: block;
      float: left;
      width: 65%;
      font-size: 17px;
      padding-left: 69px;
      padding-top: 44px; }
      .about_program .about .left p {
        font-size: 17px;
        padding-top: 10px;
        line-height: 24px; }
        .about_program .about .left p span {
          font-weight: bold; }
    .about_program .about h1 {
      font-size: 66px;
      color: #1F96C4;
      padding-left: 61px;
      letter-spacing: 1px;
      margin-top: 0; }
    .about_program .about .right {
      display: block;
      float: right;
      width: 30%;
      position: relative;
      top: 5vw;
      left: -2vw; }
      .about_program .about .right img {
        width: 36vw;
        height: 37vw; }
    .about_program .about h3 {
      font-size: 28px;
      color: #1F96C4;
      margin-top: 110px;
      margin-left: 66px;
      letter-spacing: 1px; }
    .about_program .about ol {
      padding-left: 100px;
      width: 90%;
      list-style-type: none;
      line-height: 28px; }
      .about_program .about ol li {
        font-size: 18px;
        padding-top: 30px; }
        .about_program .about ol li span {
          font-weight: bold; }
        .about_program .about ol li .styll_font {
          font-size: 32px;
          color: #1F96C4; }

@media (max-width: 1024px) {
  .about_program .about .left {
    float: none;
    width: 100%; }
  .about_program .about .right {
    float: none;
    width: 100%;
    text-align: center; } }

@media (max-width: 740px) {
  .about_program .about h1 {
    font-size: 32px; }
  .about_program .about h3 {
    font-size: 18px; }
  .about_program .about p {
    font-size: 15px; } }

@media (max-width: 375px) {
  .about_program .about {
    width: 90%; }
    .about_program .about h1 {
      font-size: 32px;
      padding-left: 0px; }
    .about_program .about h3 {
      font-size: 25px;
      margin-top: 50px;
      margin-left: 0px;
      letter-spacing: 1px; }
    .about_program .about p {
      font-size: 15px;
      padding-left: 0px; }
    .about_program .about .left {
      padding-left: 0px; }
    .about_program .about .right {
      padding-left: 0px;
      margin-top: 50px; }
    .about_program .about ol {
      width: 100%;
      padding-left: 0px; }
      .about_program .about ol li span .styl_font {
        font-size: 25px; } }

.border_space {
  background-image: url("/image/page_4/background_13.png");
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  top: -58vw;
  height: 13vw; }

.faq {
  background-color: white;
  width: 63%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  top: -54vw;
  font-weight: 400; }
  .faq h1 {
    color: #1F96C4;
    font-size: 66px;
    letter-spacing: 1px;
    margin: 0; }
  .faq h3 {
    color: #1F96C4;
    font-size: 34px;
    padding-bottom: 20px; }
  .faq .faq_ask {
    border: 1px solid #d1d1d1;
    margin-bottom: 10px;
    cursor: pointer; }
    .faq .faq_ask .faq_p {
      padding: 10px;
      float: left;
      font-size: 18px;
      width: 30px; }
    .faq .faq_ask .faq_text {
      width: 90%;
      border-left: 1px solid #d1d1d1;
      padding: 10px;
      float: left;
      font-size: 18px; }
  .faq .faq_ask_active {
    border: 1px solid #1F96C4;
    margin-bottom: 10px;
    cursor: pointer; }
    .faq .faq_ask_active .faq_p {
      padding: 10px;
      float: left;
      font-size: 18px;
      width: 30px; }
    .faq .faq_ask_active .faq_text {
      width: 90%;
      border-left: 1px solid #1F96C4;
      padding: 10px;
      float: left;
      font-size: 18px; }
  .faq .faq_answer {
    font-size: 16px;
    padding-bottom: 10px;
    display: none;
    text-align: justify; }

@media (max-width: 740px) {
  .faq h1 {
    font-size: 32px; }
  .faq h3 {
    font-size: 18px; }
  .faq .faq_ask .faq_p {
    font-size: 15px; }
  .faq .faq_ask .faq_text {
    font-size: 15px;
    width: 80%; }
  .faq .faq_answer {
    font-size: 15px; } }

@media (max-width: 375px) {
  .faq {
    width: 90%; }
    .faq h1 {
      font-size: 32px; }
    .faq h3 {
      font-size: 18px; }
    .faq .faq_ask .faq_p {
      font-size: 15px; }
    .faq .faq_ask .faq_text {
      font-size: 15px;
      width: 80%; }
    .faq .faq_answer {
      font-size: 15px; } }

.about_author {
  background-image: url(/image/page_5/background_17.jpg);
  background-size: cover;
  background-position: center;
  width: 100%;
  text-align: center;
  color: white;
  position: relative;
  top: -50vw; }
  .about_author .author_text {
    width: 70%;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 12px; }
    .about_author .author_text p {
      font-size: 17px;
      font-weight: 300; }
    .about_author .author_text h1 {
      padding: 75px 0;
      font-size: 66px; }
    .about_author .author_text h3 {
      font-size: 26px;
      margin: 0;
      font-weight: 300;
      padding-top: 7px;
      padding-bottom: 29px; }
  .about_author .about_author_transition {
    z-index: 2;
    background: url(/image/page_5/transition_2.png);
    height: 232px;
    background-size: cover;
    position: relative;
    top: 91px;
    background-repeat: no-repeat; }

@media (max-width: 740px) {
  .about_author .author_text p {
    font-size: 15px; }
  .about_author .author_text h1 {
    font-size: 32px; }
  .about_author .author_text h3 {
    font-size: 18px; }
  .about_author_transition {
    display: none; } }

@media (max-width: 375px) {
  .about_author .author_text p {
    font-size: 15px; }
  .about_author .author_text h1 {
    font-size: 32px;
    padding: 20px 0; }
  .about_author .author_text h3 {
    font-size: 18px; } }

.contact {
  background-color: #FDFDFD;
  width: 100%;
  position: relative;
  margin-top: -52vw; }
  .contact .contact_center {
    width: 63%;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 87px;
    padding-top: 200px; }
    .contact .contact_center h1 {
      text-align: center;
      font-size: 66px;
      color: #1F96C4;
      padding-bottom: 50px;
      margin: 0; }
    .contact .contact_center p {
      font-size: 18px;
      text-align: center;
      padding-bottom: 63px;
      font-weight: 400; }
    .contact .contact_center .left_contact {
      display: block;
      float: left;
      width: 37%; }
      .contact .contact_center .left_contact h3 {
        font-size: 26px;
        padding-bottom: 12px; }
      .contact .contact_center .left_contact .mail_ico {
        background-image: url("/image/mail_ico.png");
        background-repeat: no-repeat;
        height: 40px;
        margin-bottom: 23px; }
        .contact .contact_center .left_contact .mail_ico a {
          padding-left: 45px;
          font-size: 19px;
          text-align: left;
          text-decoration: underline;
          color: black; }
      @media (max-width: 1600px) {
        .contact .contact_center .left_contact .mail_ico p {
          font-size: 18px; } }
      .contact .contact_center .left_contact .tel_ico {
        background-image: url("/image/tel_ico.png");
        background-repeat: no-repeat;
        height: 40px; }
        .contact .contact_center .left_contact .tel_ico a {
          text-align: left;
          padding-left: 45px;
          font-size: 26px;
          font-weight: bold;
          color: black; }
    .contact .contact_center .right_contact {
      display: block;
      float: left;
      width: 60%; }
      .contact .contact_center .right_contact h2 {
        font-size: 23px;
        color: #333F58;
        font-weight: bold; }
      .contact .contact_center .right_contact .name {
        display: block;
        float: left;
        width: 48%;
        margin: 1%; }
      .contact .contact_center .right_contact .surname {
        display: block;
        float: left;
        width: 48%;
        margin: 1%; }
      .contact .contact_center .right_contact .localization {
        width: 98%;
        margin: 1%; }
      .contact .contact_center .right_contact .form__button {
        float: right;
        font-size: 15px;
        font-weight: bold;
        color: white;
        border: 2px solid #2094C2;
        background-color: #2094C2;
        width: 204px;
        padding: 13px 0;
        margin-top: 10px;
        transition: background .3s,color .3s;
        -webkit-transition: background .3s,color .3s;
        -moz-transition: background .3s,color .3s;
        -ms-transition: background .3s,color .3s;
        -o-transition: background .3s,color .3s; }
      .contact .contact_center .right_contact .check_box .data_hide {
        display: inline; }
      .contact .contact_center .right_contact .check_box .data_show {
        display: none; }
      .contact .contact_center .right_contact .check_box a {
        text-decoration: none;
        color: black;
        font-size: bold;
        font-size: 17px;
        cursor: pointer; }
      .contact .contact_center .right_contact .check_box a:link {
        text-decoration: none;
        color: black; }
      .contact .contact_center .right_contact .check_box a:active {
        text-decoration: none;
        color: black; }
      .contact .contact_center .right_contact .check_box a:hover {
        text-decoration: none;
        color: black;
        font-weight: bold; }

@media (max-width: 1300px) {
  .contact .contact_center .left_contact {
    float: none;
    width: 100%; }
  .contact .contact_center .right_contact {
    float: none;
    width: 100%; } }

@media (max-width: 560px) {
  .contact {
    margin-top: -70vw; } }

@media (max-width: 740px) {
  .contact .contact_center {
    padding-top: 60px; }
    .contact .contact_center h1 {
      font-size: 32px; }
    .contact .contact_center p {
      font-size: 15px; }
    .contact .contact_center .left_contact h3 {
      font-size: 18px; }
    .contact .contact_center .left_contact .mail_ico p {
      font-size: 15px; }
    .contact .contact_center .left_contact .tel_ico p {
      font-size: 15px;
      font-weight: bold; }
    .contact .contact_center .right_contact h2 {
      font-size: 18px; }
    .contact .contact_center .right_contact .form__button {
      font-size: 15px; }
    .contact .contact_center .right_contact .check_box a {
      font-size: bold;
      font-size: 15px; } }

@media (max-width: 375px) {
  .contact .contact_center {
    width: 95%; }
    .contact .contact_center h1 {
      font-size: 32px; }
    .contact .contact_center p {
      font-size: 15px;
      padding-bottom: 25px; }
    .contact .contact_center .left_contact h3 {
      font-size: 18px; }
    .contact .contact_center .left_contact .mail_ico p {
      font-size: 15px; }
    .contact .contact_center .left_contact .mail_ico a {
      font-size: 18px; }
    .contact .contact_center .left_contact .tel_ico p {
      font-size: 15px;
      font-weight: bold; }
    .contact .contact_center .left_contact .tel_ico a {
      font-size: 18px; }
    .contact .contact_center .right_contact h2 {
      font-size: 25px; }
    .contact .contact_center .right_contact .name {
      width: 100%; }
    .contact .contact_center .right_contact .surname {
      width: 100%; }
    .contact .contact_center .right_contact .localization {
      width: 100%; }
    .contact .contact_center .right_contact .form__button {
      font-size: 15px; }
    .contact .contact_center .right_contact .check_box a {
      font-size: bold;
      font-size: 15px; } }

.footer {
  background-color: #E6E6E6;
  width: 100%;
  position: relative;
  color: black; }
  .footer .footer_center {
    padding: 20px 0;
    width: 63%;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 100px; }
    .footer .footer_center .footer_center_left {
      display: block;
      float: left;
      font-size: 12px; }
    .footer .footer_center .footer_center_right {
      display: block;
      float: right; }
      .footer .footer_center .footer_center_right a {
        text-decoration: none;
        color: black;
        font-size: bold;
        font-size: 12px;
        cursor: pointer; }
      .footer .footer_center .footer_center_right a:link {
        text-decoration: none;
        color: black; }
      .footer .footer_center .footer_center_right a:active {
        text-decoration: none;
        color: black; }
      .footer .footer_center .footer_center_right a:hover {
        text-decoration: none;
        color: white; }

.grecaptcha-badge {
  z-index: 100; }

@media (max-width: 740px) {
  .footer .footer_center {
    width: 70%;
    padding: 0; }
    .footer .footer_center .footer_center_left {
      float: left; }
      .footer .footer_center .footer_center_left p {
        font-size: 12px; }
    .footer .footer_center .footer_center_right {
      float: left; }
      .footer .footer_center .footer_center_right a {
        font-size: bold;
        font-size: 12px; } }

@media (max-width: 375px) {
  .footer .footer_center {
    width: 95%;
    padding: 0; }
    .footer .footer_center .footer_center_left {
      float: left; }
      .footer .footer_center .footer_center_left p {
        font-size: 12px; }
    .footer .footer_center .footer_center_right {
      float: left; }
      .footer .footer_center .footer_center_right a {
        font-size: bold;
        font-size: 12px; } }

.privacy {
  display: none;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.85);
  position: fixed;
  top: 0;
  z-index: 1000;
  overflow-x: hidden;
  overflow-y: scroll;
  padding-bottom: 30px; }
  .privacy__content {
    margin: 2% auto;
    margin-bottom: 25px; }
    .privacy__content .text_c {
      text-align: center; }
    .privacy__content .text_j {
      text-align: justify; }
  .privacy__text {
    background: #fff;
    height: 100%;
    padding: 40px;
    font-size: 18px; }
  .privacy__button {
    display: block;
    width: 38px;
    text-align: center;
    color: #808080;
    font-size: 22px;
    font-weight: 700;
    cursor: pointer;
    position: relative;
    left: 684px;
    top: -25px; }
  .privacy__blur {
    height: 550vh;
    background: transparent;
    width: 100%;
    position: absolute;
    top: 0; }

.scrollDown {
  position: fixed;
  bottom: 0;
  padding: 20px;
  font-size: 26px;
  color: #fff;
  background: #2094C2;
  text-transform: uppercase;
  cursor: pointer;
  letter-spacing: .5px;
  text-align: center; }
  .scrollDown__button {
    margin: 0 auto;
    margin-bottom: 20px;
    display: block;
    background: #2094C2;
    width: 160px;
    text-align: center;
    padding: 10px;
    color: #fff;
    font-size: 26px;
    cursor: pointer;
    letter-spacing: .5px;
    border: 2px solid #fff;
    border-radius: 20px; }

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }

@media (min-width: 1200px) {
  .container {
    width: 1170px; } }

@media (min-width: 1025px) {
  .container {
    width: 970px; } }

@media (min-width: 768px) {
  .container {
    width: 750px; } }

.callback {
  padding-right: 0 !important;
  top: 0; }
  @media (max-width: 767px) {
    .callback {
      top: 0px; } }

.callback-block {
  max-width: 556px;
  margin: 30px auto;
  margin-top: 100px;
  background: #fff;
  padding: 12px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px; }
  @media (max-width: 767px) {
    .callback-block {
      margin: 10px auto; } }

.callback-content {
  border: 4px solid #366396;
  position: relative;
  padding: 15px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  font-weight: 400; }
  .callback-content__close {
    float: none !important;
    position: absolute;
    right: 10px;
    top: 5px;
    transform: scale(1.3);
    -webkit-transform: scale(1.3);
    -moz-transform: scale(1.3);
    -ms-transform: scale(1.3);
    -o-transform: scale(1.3);
    outline: 0; }
  .callback-content__statement {
    max-width: 497px;
    font-size: 28px;
    color: #366396;
    text-align: center;
    line-height: 120%;
    margin-top: 50px;
    margin-bottom: 50px;
    white-space: pre-wrap; }
    .callback-content__statement--thanks {
      font-size: 26px;
      margin-bottom: 20px;
      margin-top: 10px; }
      @media (max-width: 767px) {
        .callback-content__statement--thanks {
          margin-top: 0 !important; } }
    @media (max-width: 767px) {
      .callback-content__statement {
        font-size: 18px;
        margin-top: 15px;
        margin-bottom: 15px; } }
  .callback-content__text {
    color: #858085;
    font-size: 15px;
    text-align: center;
    line-height: 120%; }
    .callback-content__text--small {
      font-size: 13px;
      line-height: 140%; }
  .callback-content__button {
    width: 181px;
    display: block;
    background: #366396;
    font-size: 14px;
    color: #fff;
    text-align: center;
    padding: 15px 0;
    text-transform: uppercase;
    margin: 25px auto;
    border: 0;
    outline: 0;
    transition: opacity 0.3s;
    -webkit-transition: opacity 0.3s;
    -moz-transition: opacity 0.3s;
    -ms-transition: opacity 0.3s;
    -o-transition: opacity 0.3s; }
    .callback-content__button:hover {
      opacity: 0.8; }
    @media (max-width: 767px) {
      .callback-content__button {
        margin: 10px auto;
        font-size: 12px;
        padding: 10px 0; } }
    .callback-content__button:hover, .callback-content__button:focus {
      text-decoration: none; }

.callback-form {
  margin-top: 15px; }
  .callback-form__input {
    width: 75px;
    height: 40px;
    border: 2px solid #C1C1C1;
    outline: 0;
    color: #366396;
    font-size: 30px;
    padding: 5px; }
    @media (max-width: 767px) {
      .callback-form__input {
        width: 50px;
        font-size: 20px; } }
    .callback-form__input:focus {
      border-color: #4C424A; }
  .callback-form__number {
    color: #4C424A;
    font-size: 30px;
    position: relative; }
    @media (max-width: 767px) {
      .callback-form__number {
        font-size: 20px; } }
  .callback-form__span {
    font-size: 30px;
    color: #C1C1C1;
    position: relative;
    top: -2px; }
  .callback-form .callback-form-container {
    max-width: 340px;
    position: relative;
    margin: 0 auto;
    left: 20px; }
    @media (max-width: 767px) {
      .callback-form .callback-form-container {
        left: 40px; } }
    .callback-form .callback-form-container::before {
      width: 42px;
      height: 47px;
      content: '';
      display: block;
      background-image: url(/image/tel_ico.png);
      background-repeat: no-repeat;
      background-position: 100% 100%;
      position: absolute;
      top: -7px;
      left: -45px; }
      @media (max-width: 767px) {
        .callback-form .callback-form-container::before {
          transform: scale(0.8);
          left: -35px; } }

.CallBackMessages--text {
  font-size: 18px;
  color: #857F85;
  line-height: 160%;
  font-weight: bold;
  text-align: center;
  max-width: 360px;
  margin: 0 auto; }

.callback-ico {
  margin: 0 auto;
  margin-top: 30px; }
  .callback-ico--thanks {
    display: none;
    background: url("/media/default/thanks-ico.jpg") no-repeat;
    width: 85px;
    height: 81px; }
  .callback-ico--error {
    display: none;
    width: 85px;
    height: 81px;
    background: url("/media/default/validation.jpg") no-repeat; }
  @media (max-width: 767px) {
    .callback-ico {
      margin-top: -20px;
      transform: scale(0.6);
      -webkit-transform: scale(0.6);
      -moz-transform: scale(0.6);
      -ms-transform: scale(0.6);
      -o-transform: scale(0.6); } }

/**
 * Przycisk
 */
.appointment {
  position: fixed;
  bottom: 170px;
  right: 23px;
  width: 93px;
  z-index: 100;
  display: block;
  padding: 5px;
  background: #fff;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.5);
  outline: none !important;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px; }
  @media (max-width: 991px) {
    .appointment {
      right: 5px;
      bottom: 150px; } }
  .appointment:hover, .appointment:focus {
    text-decoration: none; }
  .appointment .appointment-block {
    border: 2px solid #366396;
    padding: 5px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px; }
    .appointment .appointment-block__img {
      margin: 0 auto;
      margin-top: 2px;
      width: 42px;
      height: 71px;
      display: block;
      background-image: url(/image/tel_ico.png);
      background-repeat: no-repeat;
      background-position: center; }
    .appointment .appointment-block__text {
      font-size: 12px;
      text-align: center;
      text-transform: uppercase;
      color: #366396;
      margin-top: 5px;
      line-height: 120%;
      margin-bottom: 0px; }

@media (max-width: 740px) {
  .appointment {
    right: 0px;
    bottom: 78px;
    width: 60px;
    height: 60px;
    padding: 0;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    -ms-border-radius: 35px;
    -o-border-radius: 35px; }
    .appointment .appointment-block {
      -webkit-border-radius: 35px;
      -moz-border-radius: 35px;
      -ms-border-radius: 35px;
      -o-border-radius: 35px;
      width: 60px;
      height: 60px; }
      .appointment .appointment-block .appointment-block__text {
        display: none; }
      .appointment .appointment-block .appointment-block__img {
        margin: 0px;
        width: 45px;
        height: 45px; } }

/*# sourceMappingURL=stylesheet.css.map */
