@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box; }

.clr {
  clear: both;
  height: 0;
  display: block;
  float: none !important;
  padding: 0;
  margin: 0;
  border: none; }

.d-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.f-wrap {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.space-between {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.space-evenly {
  -webkit-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly; }

.space-around {
  -ms-flex-pack: distribute;
  justify-content: space-around; }

.text-center {
  text-align: center; }

.w-4-box {
  width: 22%;
  margin-left: 4%;
  margin-bottom: 20px;
  display: flex;
  flex-direction: column; }
  .w-4-box:last-of-type {
    margin-left: 0; }
  @media only screen and (max-width: 736px) {
    .w-4-box {
      width: 100%;
      min-width: auto;
      margin-left: 0; } }

.w-5-box {
  width: 17%;
  margin-left: 3.75%;
  margin-bottom: 20px;
  display: flex;
  flex-direction: column; }
  .w-5-box:last-of-type {
    margin-left: 0; }
  @media only screen and (max-width: 736px) {
    .w-5-box {
      width: 100%;
      min-width: auto;
      margin-left: 0; } }

.turkiz {
  color: #006875; }

.green {
  background: green; }

.yellow {
  background: yellow; }

.red {
  background: red; }

.fs-20 {
  font-size: 20px !important; }

.en {
  font-family: "Enspoiler", Arial;
  font-weight: 400;
  display: inline-block; }

.bold {
  font-weight: bold; }

.en-bold {
  font-family: "Enspoiler", Arial;
  font-weight: 700; }

.list-inside {
  list-style: inside; }

.inside_list {
  list-style-position: inside !important; }

.bullet-list {
  list-style-type: disc !important; }

.m-b-5 {
  margin-bottom: 5px; }

.m-b-15 {
  margin-bottom: 15px; }

.m-b-3rem {
  margin-bottom: 3rem !important; }

.m-b-0 {
  margin-bottom: 0; }

.lh-20 {
  line-height: 20px; }

.hidden {
  display: none !important; }

.gray_box {
  background: #e7e7e8; }

img {
  max-width: 100%; }

.bold-w {
  color: #ffffff;
  font-weight: bold; }

.f-20 {
  font-size: 20px; }

.mt-15 {
  margin-top: 15px; }

.mt-20 {
  margin-top: 20px; }

.mt-45 {
  margin-top: 45px; }

.mb-45 {
  margin-bottom: 45px; }

@media only screen and (max-width: 736px) {
  .mob_padding {
    padding-right: 20px;
    padding-left: 20px; } }

body {
  background: #ffffff;
  font-family: "FBspoiler", Arial;
  font-weight: 400;
  font-size: 18px;
  color: #000000;
  overflow-x: hidden; }
  body .main_wrapper {
    float: right;
    width: 100%; }
    body .main_wrapper .header_wrapper {
      float: right;
      width: 100%; }

body.ru-align {
  text-align: left; }
  body.ru-align .en {
    font-size: 110%;
    font-family: "Enspoiler", Arial;
    font-weight: 400; }
  body.ru-align .en-bold {
    font-family: "Enspoiler", Arial;
    font-weight: 700;
    font-size: 110%; }

.login-container {
  padding: 50px 0;
  background-image: url(../images/login-back.jpg);
  float: right;
  width: 100%;
  position: relative;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 44.27vw;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap; }
  @media only screen and (max-width: 800px) {
    .login-container {
      background: none;
      padding: 0;
      min-height: auto; } }
  @media only screen and (max-width: 640px) {
    .login-container {
      margin-top: 20px; } }
  .login-container > img {
    width: 100%; }
  .login-container .imageMob {
    display: none; }
    @media only screen and (max-width: 800px) {
      .login-container .imageMob {
        display: block; } }
  .login-container .login-box {
    width: 666px;
    position: relative;
    margin: 0 auto; }
    @media only screen and (max-width: 1100px) {
      .login-container .login-box {
        top: 5%; } }
    @media only screen and (max-width: 800px) {
      .login-container .login-box {
        float: right;
        width: 100%;
        position: relative;
        top: unset;
        left: unset;
        transform: unset;
        -webkit-transform: unset; } }
    .login-container .login-box .card-header {
      color: #ffffff;
      background: transparent; }
      @media only screen and (max-width: 800px) {
        .login-container .login-box .card-header {
          background: #ffffff;
          border: 0; } }
      .login-container .login-box .card-header h1 {
        font-size: 70px;
        font-weight: 900;
        line-height: 0.9; }
        @media only screen and (max-width: 1100px) {
          .login-container .login-box .card-header h1 {
            font-size: 50px;
            line-height: 42px; } }
        @media only screen and (max-width: 800px) {
          .login-container .login-box .card-header h1 {
            font-size: 8vw;
            line-height: 64px;
            color: #006373; } }
        @media only screen and (max-width: 480px) {
          .login-container .login-box .card-header h1 {
            font-size: 13vw; } }
      .login-container .login-box .card-header p {
        line-height: 26px;
        margin-bottom: 0; }
        @media only screen and (max-width: 1100px) {
          .login-container .login-box .card-header p {
            font-size: 16px;
            line-height: 20px; } }
        @media only screen and (max-width: 800px) {
          .login-container .login-box .card-header p {
            font-size: 20px;
            color: #000000; } }
        @media only screen and (max-width: 480px) {
          .login-container .login-box .card-header p {
            text-align: right; } }
    .login-container .login-box .card-body {
      float: right;
      width: 100%; }
      @media only screen and (max-width: 1100px) {
        .login-container .login-box .card-body {
          padding-top: 0; } }
      @media only screen and (max-width: 480px) {
        .login-container .login-box .card-body {
          padding: 0; } }
      .login-container .login-box .card-body .form-holder {
        float: right;
        width: 100%;
        background: #ffffff;
        border-radius: 20px;
        padding: 20px 26px; }
        @media only screen and (max-width: 1100px) {
          .login-container .login-box .card-body .form-holder {
            float: unset;
            width: 80%;
            margin: 0 auto; } }
        @media only screen and (max-width: 800px) {
          .login-container .login-box .card-body .form-holder {
            width: 100%; } }
        .login-container .login-box .card-body .form-holder h2 {
          font-size: 26px;
          color: #006774;
          font-weight: 900; }
          @media only screen and (max-width: 800px) {
            .login-container .login-box .card-body .form-holder h2 {
              display: none; } }
        .login-container .login-box .card-body .form-holder form {
          float: right;
          width: 100%;
          background: #ffffff; }
          .login-container .login-box .card-body .form-holder form .line {
            float: right;
            width: 100%;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
            @media only screen and (max-width: 480px) {
              .login-container .login-box .card-body .form-holder form .line {
                display: block; } }
            .login-container .login-box .card-body .form-holder form .line.first-line {
              -webkit-box-pack: justify;
              -ms-flex-pack: justify;
              justify-content: space-between; }
              .login-container .login-box .card-body .form-holder form .line.first-line .form-group {
                width: 217px;
                height: 87px;
                margin-bottom: 0; }
                @media only screen and (max-width: 1100px) {
                  .login-container .login-box .card-body .form-holder form .line.first-line .form-group {
                    width: 35%; } }
                @media only screen and (max-width: 480px) {
                  .login-container .login-box .card-body .form-holder form .line.first-line .form-group {
                    width: 100%;
                    height: auto;
                    margin-bottom: 15px; } }
                .login-container .login-box .card-body .form-holder form .line.first-line .form-group label {
                  margin-bottom: 0;
                  margin-right: 10px;
                  font-size: 18px;
                  color: #58595b;
                  font-weight: bold; }
                  @media only screen and (max-width: 480px) {
                    .login-container .login-box .card-body .form-holder form .line.first-line .form-group label {
                      float: right;
                      width: 100%;
                      margin-right: 0;
                      padding-right: 10px;
                      line-height: 20px; } }
                .login-container .login-box .card-body .form-holder form .line.first-line .form-group.third {
                  width: 110px;
                  padding-top: 27px; }
                  @media only screen and (max-width: 480px) {
                    .login-container .login-box .card-body .form-holder form .line.first-line .form-group.third {
                      float: left;
                      padding-top: 0; } }
                .login-container .login-box .card-body .form-holder form .line.first-line .form-group .input-holder input {
                  width: 100%;
                  border-radius: 416px;
                  border: 2px solid #58595b; }
                .login-container .login-box .card-body .form-holder form .line.first-line .form-group .input-holder .error {
                  font-size: 80%;
                  color: #dc3545; }
                .login-container .login-box .card-body .form-holder form .line.first-line .form-group .input-holder button {
                  width: 100%;
                  height: 38px;
                  line-height: 38px;
                  border-radius: 416px;
                  color: #ffffff;
                  font-size: 20px;
                  font-weight: bold;
                  text-align: center;
                  background: #006373;
                  border: 0;
                  cursor: pointer; }
                  .login-container .login-box .card-body .form-holder form .line.first-line .form-group .input-holder button:hover {
                    text-decoration: underline; }
            .login-container .login-box .card-body .form-holder form .line.second-line {
              float: right;
              width: 100%; }
              @media only screen and (max-width: 480px) {
                .login-container .login-box .card-body .form-holder form .line.second-line {
                  width: 40%;
                  margin-top: -50px; } }
              .login-container .login-box .card-body .form-holder form .line.second-line .second-box {
                float: right;
                width: 41%; }
                @media only screen and (max-width: 1100px) {
                  .login-container .login-box .card-body .form-holder form .line.second-line .second-box {
                    width: 38%; } }
                @media only screen and (max-width: 800px) {
                  .login-container .login-box .card-body .form-holder form .line.second-line .second-box {
                    width: 42%; } }
                @media only screen and (max-width: 480px) {
                  .login-container .login-box .card-body .form-holder form .line.second-line .second-box {
                    width: 100%; } }
                .login-container .login-box .card-body .form-holder form .line.second-line .second-box input {
                  margin-top: 0.4rem; }
                .login-container .login-box .card-body .form-holder form .line.second-line .second-box label {
                  font-size: 16px;
                  font-weight: bold;
                  color: #58595b; }
                .login-container .login-box .card-body .form-holder form .line.second-line .second-box a {
                  color: #4f73ad;
                  font-size: 16px;
                  font-weight: bold; }
        .login-container .login-box .card-body .form-holder .reg-holder {
          float: right;
          width: 100%; }
          .login-container .login-box .card-body .form-holder .reg-holder .center-box {
            margin: 0 auto;
            text-align: center;
            font-size: 16px;
            color: #58595b;
            font-weight: bold; }
            .login-container .login-box .card-body .form-holder .reg-holder .center-box span {
              margin-left: 15px; }
            .login-container .login-box .card-body .form-holder .reg-holder .center-box a {
              width: 133px;
              height: 38px;
              font-size: 20px;
              line-height: 38px;
              font-weight: bold;
              text-align: center;
              border-radius: 416px;
              background: #65656b;
              color: #ffffff;
              display: inline-block; }
    .login-container .login-box.ru {
      top: 35px; }
      .login-container .login-box.ru .card-header h1 {
        font-size: 40px; }
        @media only screen and (max-width: 1100px) {
          .login-container .login-box.ru .card-header h1 {
            line-height: 36px; } }
        @media only screen and (max-width: 800px) {
          .login-container .login-box.ru .card-header h1 {
            font-size: 6vw;
            line-height: 48px;
            color: #006373; } }
        @media only screen and (max-width: 480px) {
          .login-container .login-box.ru .card-header h1 {
            font-size: 8vw; } }
      .login-container .login-box.ru .card-body .form-holder form .line.second-line .form-check {
        padding-left: 1.25rem;
        padding-right: 0; }
      .login-container .login-box.ru .card-body .form-holder form .line.second-line .second-box input {
        margin-right: 0;
        margin-left: -1.25rem; }
      .login-container .login-box.ru .card-body .form-holder .reg-holder .center-box a {
        width: 265px; }

.ru .login-box .card-body .form-holder form .line.first-line .form-group .input-holder .error {
  font-size: 57%;
  line-height: 1; }

.info_strip {
  float: right;
  width: 100%;
  height: 48px;
  background: #da0812;
  background: -moz-linear-gradient(left, #da0812 0%, #da0812 68%, #ed7801 100%);
  background: -webkit-linear-gradient(left, #da0812 0%, #da0812 68%, #ed7801 100%);
  background: linear-gradient(to right, #da0812 0%, #da0812 68%, #ed7801 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#da0812', endColorstr='#ed7801',GradientType=1 ); }
  .info_strip .inner_wrap_strip {
    width: 100%;
    max-width: 1080px;
    margin: 0 auto;
    padding-top: 10px; }
    .info_strip .inner_wrap_strip div {
      float: left;
      color: #ffffff; }
      .info_strip .inner_wrap_strip div span {
        display: inline-block;
        float: right;
        margin-left: 10px;
        color: #ffffff; }
      .info_strip .inner_wrap_strip div a {
        float: left;
        margin-right: 10px;
        color: #ffffff;
        text-decoration: none; }
        @media only screen and (max-width: 1080px) {
          .info_strip .inner_wrap_strip div a {
            padding-left: 15px; } }
        .info_strip .inner_wrap_strip div a:hover {
          color: #ffbc0e;
          text-decoration: underline; }
    .info_strip .inner_wrap_strip .lang-select {
      float: right; }
      .info_strip .inner_wrap_strip .lang-select .lang-select-ar {
        font-size: 125%; }
        @media only screen and (max-width: 380px) {
          .info_strip .inner_wrap_strip .lang-select .lang-select-ar {
            font-size: 90%; } }
      .info_strip .inner_wrap_strip .lang-select .lang-select-he {
        font-size: 105%; }
        @media only screen and (max-width: 380px) {
          .info_strip .inner_wrap_strip .lang-select .lang-select-he {
            font-size: 80%; } }
      .info_strip .inner_wrap_strip .lang-select .lang-select-ru {
        position: relative;
        vertical-align: bottom;
        top: 3px;
        font-size: 90%; }
        @media only screen and (max-width: 380px) {
          .info_strip .inner_wrap_strip .lang-select .lang-select-ru {
            top: 0px;
            font-size: 80%; } }
  .info_strip .inner_wrap_strip-ru {
    width: 100%;
    max-width: 1080px;
    margin: 0 auto;
    padding-top: 10px; }
    .info_strip .inner_wrap_strip-ru div {
      float: left;
      color: #ffffff;
      font-size: 95%; }
      @media only screen and (max-width: 767px) {
        .info_strip .inner_wrap_strip-ru div {
          font-size: 89%; } }
      .info_strip .inner_wrap_strip-ru div span {
        display: inline-block;
        float: right;
        margin-left: 5px;
        color: #ffffff; }
      .info_strip .inner_wrap_strip-ru div a {
        float: left;
        margin-right: 5px;
        color: #ffffff;
        text-decoration: none; }
        @media only screen and (min-width: 767px) {
          .info_strip .inner_wrap_strip-ru div a {
            padding-left: 15px; } }
        .info_strip .inner_wrap_strip-ru div a:hover {
          color: #ffbc0e;
          text-decoration: underline; }
    .info_strip .inner_wrap_strip-ru .lang-select {
      float: right; }
      .info_strip .inner_wrap_strip-ru .lang-select .lang-select-ar {
        font-size: 125%; }
        @media only screen and (max-width: 380px) {
          .info_strip .inner_wrap_strip-ru .lang-select .lang-select-ar {
            font-size: 90%; } }
      .info_strip .inner_wrap_strip-ru .lang-select .lang-select-he {
        font-size: 105%; }
        @media only screen and (max-width: 380px) {
          .info_strip .inner_wrap_strip-ru .lang-select .lang-select-he {
            font-size: 80%; } }
      .info_strip .inner_wrap_strip-ru .lang-select .lang-select-ru {
        position: relative;
        vertical-align: bottom;
        top: 3px;
        font-size: 90%; }
        @media only screen and (max-width: 380px) {
          .info_strip .inner_wrap_strip-ru .lang-select .lang-select-ru {
            top: 0px;
            font-size: 80%; } }
    .info_strip .inner_wrap_strip-ru .lang-select-r {
      float: right; }
      .info_strip .inner_wrap_strip-ru .lang-select-r .lang-select-ar {
        font-size: 125%; }
        @media only screen and (max-width: 380px) {
          .info_strip .inner_wrap_strip-ru .lang-select-r .lang-select-ar {
            font-size: 110%; } }
      .info_strip .inner_wrap_strip-ru .lang-select-r .lang-select-he {
        font-size: 105%; }
        @media only screen and (max-width: 380px) {
          .info_strip .inner_wrap_strip-ru .lang-select-r .lang-select-he {
            font-size: 110%; } }
      .info_strip .inner_wrap_strip-ru .lang-select-r .lang-select-ru {
        position: relative;
        vertical-align: bottom;
        top: 3px;
        font-size: 90%; }
        @media only screen and (max-width: 380px) {
          .info_strip .inner_wrap_strip-ru .lang-select-r .lang-select-ru {
            top: 0px;
            font-size: 80%; } }

.nav_wrapper {
  float: right;
  width: 100%;
  background: #ffffff; }
  .nav_wrapper .inner_nav_wrap {
    width: 100%;
    max-width: 1080px;
    margin: 0 auto;
    padding: 20px 0; }
    @media only screen and (max-width: 640px) {
      .nav_wrapper .inner_nav_wrap {
        padding: 20px 0 0; } }
    .nav_wrapper .inner_nav_wrap .logos_holder {
      float: right; }
      @media only screen and (max-width: 1080px) {
        .nav_wrapper .inner_nav_wrap .logos_holder {
          padding-right: 15px; } }
      @media only screen and (max-width: 767px) {
        .nav_wrapper .inner_nav_wrap .logos_holder {
          padding-right: unset;
          float: unset;
          width: 375px;
          margin: 0 auto; } }
      @media only screen and (max-width: 375px) {
        .nav_wrapper .inner_nav_wrap .logos_holder {
          width: 100%;
          padding: 0 10px;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: justify;
          -ms-flex-pack: justify;
          justify-content: space-between; } }
      .nav_wrapper .inner_nav_wrap .logos_holder .logo {
        float: right; }
        @media only screen and (max-width: 375px) {
          .nav_wrapper .inner_nav_wrap .logos_holder .logo {
            width: 100%; } }
        .nav_wrapper .inner_nav_wrap .logos_holder .logo.oz {
          width: 149px;
          height: 50px;
          padding-top: 5px; }
        .nav_wrapper .inner_nav_wrap .logos_holder .logo.novo {
          width: 226px;
          height: 50px; }
    .nav_wrapper .inner_nav_wrap .navbar {
      float: left;
      width: 38%; }
      @media only screen and (max-width: 962px) {
        .nav_wrapper .inner_nav_wrap .navbar {
          width: 50%; } }
      @media only screen and (max-width: 779px) {
        .nav_wrapper .inner_nav_wrap .navbar {
          width: 48%; } }
      @media only screen and (max-width: 767px) {
        .nav_wrapper .inner_nav_wrap .navbar {
          width: 100%;
          padding: 8px 0; }
          .nav_wrapper .inner_nav_wrap .navbar button {
            margin: 0 auto 15px;
            border: 0; }
            .nav_wrapper .inner_nav_wrap .navbar button .navbar-toggler-icon {
              width: 40px;
              height: 40px;
              background: url("../images/icons/nav-icon-closed.png") no-repeat; }
          .nav_wrapper .inner_nav_wrap .navbar .nav-justified .nav-item {
            width: 100%;
            flex-basis: unset; }
            .nav_wrapper .inner_nav_wrap .navbar .nav-justified .nav-item:nth-child(odd) {
              background: #e7e7e8; }
            .nav_wrapper .inner_nav_wrap .navbar .nav-justified .nav-item:nth-child(even) {
              background: #f6f6f6; }
            .nav_wrapper .inner_nav_wrap .navbar .nav-justified .nav-item:nth-child(2) {
              border-top: 1px solid #d4d3d1;
              border-bottom: 1px solid #d4d3d1; } }
      .nav_wrapper .inner_nav_wrap .navbar .nav-link {
        color: #65656b;
        background: none; }
        .nav_wrapper .inner_nav_wrap .navbar .nav-link:focus, .nav_wrapper .inner_nav_wrap .navbar .nav-link:hover {
          font-weight: bold;
          text-decoration: underline; }
        .nav_wrapper .inner_nav_wrap .navbar .nav-link.active {
          font-weight: bold;
          text-decoration: underline; }

.header_img_wrapper {
  float: right;
  width: 100%;
  position: relative; }
  .header_img_wrapper.main {
    background: url("../images/main-pic.jpg") center top no-repeat;
    background-size: cover; }
    @media only screen and (max-width: 640px) {
      .header_img_wrapper.main {
        background: url("../images/main-pic-mob.jpg") center top no-repeat; } }
  .header_img_wrapper.reg {
    min-height: 299px;
    height: auto;
    background: url("../images/reg-pic.jpg") center top no-repeat;
    background-size: cover; }
    @media only screen and (max-width: 640px) {
      .header_img_wrapper.reg {
        background: none;
        height: auto; } }
    .header_img_wrapper.reg .mob-img-holder {
      display: none; }
      .header_img_wrapper.reg .mob-img-holder img {
        width: 100%; }
      @media only screen and (max-width: 640px) {
        .header_img_wrapper.reg .mob-img-holder {
          display: block;
          float: right;
          width: 100%; } }
    .header_img_wrapper.reg .head-wrap {
      margin-bottom: 20px; }
      @media only screen and (max-width: 640px) {
        .header_img_wrapper.reg .head-wrap #ozempic {
          color: #006774; } }
    @media only screen and (max-width: 640px) {
      .header_img_wrapper.reg .bottom-site-desc p {
        color: #000000; } }
  .header_img_wrapper .mobile {
    display: none; }
  @media only screen and (max-width: 640px) {
    .header_img_wrapper .desktop {
      display: none; }
    .header_img_wrapper .mobile {
      display: block;
      width: 100%; } }
  .header_img_wrapper .image_cover {
    float: right;
    width: 100%; }
    .header_img_wrapper .image_cover .middle_holder {
      width: 100%;
      max-width: 1080px;
      margin: 0 auto; }
      .header_img_wrapper .image_cover .middle_holder.big_page {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center; }
      .header_img_wrapper .image_cover .middle_holder .right {
        float: right;
        width: 40%;
        padding: 25px 0;
        color: #ffffff; }
        @media only screen and (max-width: 1080px) {
          .header_img_wrapper .image_cover .middle_holder .right {
            padding-right: 15px; } }
        @media only screen and (max-width: 767px) {
          .header_img_wrapper .image_cover .middle_holder .right {
            width: 57%; } }
        @media only screen and (max-width: 640px) {
          .header_img_wrapper .image_cover .middle_holder .right {
            width: 100%;
            padding-right: unset; } }
        @media only screen and (max-width: 640px) {
          .header_img_wrapper .image_cover .middle_holder .right .right-box-holder {
            width: 340px;
            margin: 0 auto; } }
        .header_img_wrapper .image_cover .middle_holder .right .right-box-holder .head-wrap {
          float: right;
          width: 100%; }
          .header_img_wrapper .image_cover .middle_holder .right .right-box-holder .head-wrap h1 {
            color: #ffffff;
            font-weight: 900;
            margin-bottom: 0;
            line-height: 28px; }
            @media only screen and (max-width: 717px) {
              .header_img_wrapper .image_cover .middle_holder .right .right-box-holder .head-wrap h1 {
                font-size: 36px; } }
            .header_img_wrapper .image_cover .middle_holder .right .right-box-holder .head-wrap h1 sup {
              font-size: 18px; }
          .header_img_wrapper .image_cover .middle_holder .right .right-box-holder .head-wrap p {
            font-size: 27px;
            color: #ffffff; }
            @media only screen and (max-width: 717px) {
              .header_img_wrapper .image_cover .middle_holder .right .right-box-holder .head-wrap p {
                font-size: 22px; } }
        .header_img_wrapper .image_cover .middle_holder .right .right-box-holder .head-wrap-ar {
          float: right;
          width: 100%; }
          .header_img_wrapper .image_cover .middle_holder .right .right-box-holder .head-wrap-ar h1 {
            color: #ffffff;
            font-weight: 900;
            margin-bottom: 0;
            line-height: 28px;
            font-size: 2.1rem; }
            @media only screen and (max-width: 717px) {
              .header_img_wrapper .image_cover .middle_holder .right .right-box-holder .head-wrap-ar h1 {
                font-size: 36px; } }
            .header_img_wrapper .image_cover .middle_holder .right .right-box-holder .head-wrap-ar h1 sup {
              font-size: 18px; }
          .header_img_wrapper .image_cover .middle_holder .right .right-box-holder .head-wrap-ar p {
            font-size: 27px;
            color: #ffffff; }
            @media only screen and (max-width: 717px) {
              .header_img_wrapper .image_cover .middle_holder .right .right-box-holder .head-wrap-ar p {
                font-size: 22px; } }
        .header_img_wrapper .image_cover .middle_holder .right .right-box-holder .bottom-site-desc {
          float: right;
          width: 100%; }
          .header_img_wrapper .image_cover .middle_holder .right .right-box-holder .bottom-site-desc p {
            font-size: 20px;
            line-height: 22px; }
            @media only screen and (max-width: 717px) {
              .header_img_wrapper .image_cover .middle_holder .right .right-box-holder .bottom-site-desc p {
                font-size: 16px; } }
      .header_img_wrapper .image_cover .middle_holder .left {
        float: left;
        width: 42%;
        padding-top: 86px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center; }
        @media only screen and (max-width: 640px) {
          .header_img_wrapper .image_cover .middle_holder .left {
            width: 100%;
            margin-bottom: 100px;
            padding-top: 50px; } }
        @media only screen and (max-width: 500px) {
          .header_img_wrapper .image_cover .middle_holder .left {
            margin-bottom: 0;
            padding: 50px 0; } }
        .header_img_wrapper .image_cover .middle_holder .left.box_holder {
          padding-bottom: 45px; }
        .header_img_wrapper .image_cover .middle_holder .left .play-button-holder {
          display: inline-block;
          text-align: center; }
          .header_img_wrapper .image_cover .middle_holder .left .play-button-holder button {
            background: none;
            border: 0;
            cursor: pointer; }
            @media only screen and (max-width: 640px) {
              .header_img_wrapper .image_cover .middle_holder .left .play-button-holder button img {
                width: 80%; } }
          .header_img_wrapper .image_cover .middle_holder .left .play-button-holder .button-desc p {
            margin-bottom: 0;
            font-size: 26px;
            font-weight: 900;
            line-height: 26px;
            color: #ffffff; }
            @media only screen and (max-width: 640px) {
              .header_img_wrapper .image_cover .middle_holder .left .play-button-holder .button-desc p {
                font-size: 22px;
                line-height: 22px; } }

.main_content {
  float: right;
  width: 100%; }
  .main_content.main_content {
    padding-top: 37px; }
  @media only screen and (max-width: 767px) {
    .main_content.about_inner {
      padding-top: 0; } }
  .main_content .inner_main {
    width: 100%;
    max-width: 1080px;
    margin: 0 auto; }
  .main_content.show_terms .info-holder .right {
    float: right;
    width: 100%; }

@media only screen and (max-width: 767px) {
  .main_content {
    padding-top: 0; } }
.main_content .main-box {
  float: right;
  width: 100%;
  background: #f5f9f9;
  padding: 40px 52px 40px;
  margin-bottom: 150px; }
  .main_content .main-box.pass-req {
    margin-bottom: 55px; }
    @media only screen and (max-width: 767px) {
      .main_content .main-box.pass-req {
        margin-bottom: 0; } }
  @media only screen and (max-width: 480px) {
    .main_content .main-box {
      padding: 40px 20px 40px; } }
  .main_content .main-box .content-holder {
    float: right;
    width: 100%; }
    .main_content .main-box .content-holder .right {
      float: right;
      width: 55%; }
      @media only screen and (max-width: 1030px) {
        .main_content .main-box .content-holder .right {
          width: 38%; } }
      @media only screen and (max-width: 912px) {
        .main_content .main-box .content-holder .right {
          width: 50%; } }
      @media only screen and (max-width: 767px) {
        .main_content .main-box .content-holder .right {
          float: unset;
          margin: 0 auto; } }
      @media only screen and (max-width: 480px) {
        .main_content .main-box .content-holder .right {
          float: right;
          width: 100%; } }
      .main_content .main-box .content-holder .right .inner-box {
        float: right;
        width: 60%; }
        @media only screen and (max-width: 1030px) {
          .main_content .main-box .content-holder .right .inner-box {
            width: 100%; } }
        .main_content .main-box .content-holder .right .inner-box .text-holder {
          float: left; }
          @media only screen and (max-width: 767px) {
            .main_content .main-box .content-holder .right .inner-box .text-holder {
              float: right;
              width: 100%; } }
          .main_content .main-box .content-holder .right .inner-box .text-holder h1 {
            font-size: 31px;
            line-height: 34px;
            font-weight: 900;
            color: #006774;
            margin-bottom: 0; }
            @media only screen and (max-width: 767px) {
              .main_content .main-box .content-holder .right .inner-box .text-holder h1 {
                text-align: center; } }
            @media only screen and (max-width: 480px) {
              .main_content .main-box .content-holder .right .inner-box .text-holder h1 {
                margin-bottom: 10px; } }
          .main_content .main-box .content-holder .right .inner-box .text-holder p {
            font-size: 20px;
            line-height: 22px; }
            @media only screen and (max-width: 767px) {
              .main_content .main-box .content-holder .right .inner-box .text-holder p {
                text-align: center; } }
        .main_content .main-box .content-holder .right .inner-box .icon-holder {
          float: right; }
          @media only screen and (max-width: 767px) {
            .main_content .main-box .content-holder .right .inner-box .icon-holder {
              width: 100%;
              text-align: center;
              margin-bottom: 15px; } }
    .main_content .main-box .content-holder .left {
      float: right;
      width: 30%; }
      @media only screen and (max-width: 1030px) {
        .main_content .main-box .content-holder .left {
          float: left; } }
      @media only screen and (max-width: 767px) {
        .main_content .main-box .content-holder .left {
          float: unset;
          margin: 0 auto;
          width: 50%; } }
      @media only screen and (max-width: 480px) {
        .main_content .main-box .content-holder .left {
          float: right;
          width: 100%; } }
      .main_content .main-box .content-holder .left form {
        float: right;
        width: 100%; }
        .main_content .main-box .content-holder .left form .form-group {
          float: right;
          width: 100%;
          margin-bottom: 20px; }
          .main_content .main-box .content-holder .left form .form-group label {
            float: right;
            width: 100%;
            margin-bottom: 0;
            margin-right: 10px;
            font-size: 18px;
            color: #58595b;
            font-weight: bold;
            padding: 0; }
          .main_content .main-box .content-holder .left form .form-group input {
            float: right;
            width: 100%;
            border-radius: 416px;
            border: 2px solid #58595b; }
          .main_content .main-box .content-holder .left form .form-group .error {
            font-size: 80%;
            color: #dc3545; }
        .main_content .main-box .content-holder .left form button {
          float: right;
          width: 100%;
          height: 38px;
          line-height: 38px;
          text-align: center;
          border: 0;
          border-radius: 416px;
          color: #ffffff;
          background: #006373;
          font-size: 20px;
          font-weight: bold;
          cursor: pointer; }

@media only screen and (max-width: 767px) {
  .main_content {
    padding-top: 0; } }
.main_content .main-box {
  float: right;
  width: 100%;
  background: #f5f9f9;
  padding: 40px 52px 40px;
  margin-bottom: 150px; }
  .main_content .main-box.reset-pass {
    margin-bottom: 55px; }
    @media only screen and (max-width: 767px) {
      .main_content .main-box.reset-pass {
        margin-bottom: 0; } }
    .main_content .main-box.reset-pass .content-holder {
      float: right;
      width: 100%; }
      .main_content .main-box.reset-pass .content-holder .right {
        float: right;
        width: 100%; }
        @media only screen and (max-width: 1030px) {
          .main_content .main-box.reset-pass .content-holder .right {
            width: 38%; } }
        @media only screen and (max-width: 912px) {
          .main_content .main-box.reset-pass .content-holder .right {
            width: 50%; } }
        @media only screen and (max-width: 767px) {
          .main_content .main-box.reset-pass .content-holder .right {
            float: unset;
            margin: 0 auto; } }
        @media only screen and (max-width: 480px) {
          .main_content .main-box.reset-pass .content-holder .right {
            float: right;
            width: 100%; } }
        .main_content .main-box.reset-pass .content-holder .right .inner-box {
          float: right;
          width: 60%; }
          @media only screen and (max-width: 1030px) {
            .main_content .main-box.reset-pass .content-holder .right .inner-box {
              width: 100%; } }
          .main_content .main-box.reset-pass .content-holder .right .inner-box .text-holder {
            float: right;
            margin-right: 15px; }
            @media only screen and (max-width: 767px) {
              .main_content .main-box.reset-pass .content-holder .right .inner-box .text-holder {
                float: right;
                width: 100%;
                margin-right: 0; } }
            .main_content .main-box.reset-pass .content-holder .right .inner-box .text-holder h1 {
              font-size: 31px;
              line-height: 34px;
              font-weight: 900;
              color: #006774;
              margin-bottom: 0; }
              @media only screen and (max-width: 767px) {
                .main_content .main-box.reset-pass .content-holder .right .inner-box .text-holder h1 {
                  text-align: center; } }
              @media only screen and (max-width: 480px) {
                .main_content .main-box.reset-pass .content-holder .right .inner-box .text-holder h1 {
                  margin-bottom: 10px; } }
            .main_content .main-box.reset-pass .content-holder .right .inner-box .text-holder p {
              font-size: 20px;
              line-height: 22px; }
              @media only screen and (max-width: 767px) {
                .main_content .main-box.reset-pass .content-holder .right .inner-box .text-holder p {
                  text-align: center; } }
          .main_content .main-box.reset-pass .content-holder .right .inner-box .icon-holder {
            float: right; }
            @media only screen and (max-width: 767px) {
              .main_content .main-box.reset-pass .content-holder .right .inner-box .icon-holder {
                width: 100%;
                text-align: center;
                margin-bottom: 15px; } }
      .main_content .main-box.reset-pass .content-holder .left {
        float: right;
        width: 100%; }
        @media only screen and (max-width: 1030px) {
          .main_content .main-box.reset-pass .content-holder .left {
            float: left; } }
        @media only screen and (max-width: 767px) {
          .main_content .main-box.reset-pass .content-holder .left {
            float: right;
            width: 100%; } }
        .main_content .main-box.reset-pass .content-holder .left form {
          float: right;
          width: 100%;
          padding-right: 45px; }
          @media only screen and (max-width: 767px) {
            .main_content .main-box.reset-pass .content-holder .left form {
              padding-right: 0; } }
          .main_content .main-box.reset-pass .content-holder .left form .form-group {
            float: right;
            width: 33.333%;
            margin-bottom: 20px;
            padding: 0 8px; }
            @media only screen and (max-width: 640px) {
              .main_content .main-box.reset-pass .content-holder .left form .form-group {
                width: 100%;
                margin-bottom: 5px; } }
            .main_content .main-box.reset-pass .content-holder .left form .form-group.reset.last {
              float: left; }
              @media only screen and (max-width: 640px) {
                .main_content .main-box.reset-pass .content-holder .left form .form-group.reset.last {
                  margin-top: 15px; } }
            .main_content .main-box.reset-pass .content-holder .left form .form-group label {
              float: right;
              width: 100%;
              margin-bottom: 0;
              margin-right: 10px;
              font-size: 18px;
              color: #58595b;
              font-weight: bold;
              padding: 0; }
            .main_content .main-box.reset-pass .content-holder .left form .form-group input {
              float: right;
              width: 100%;
              border-radius: 416px;
              border: 2px solid #58595b; }
            .main_content .main-box.reset-pass .content-holder .left form .form-group .error {
              font-size: 80%;
              color: #dc3545; }
            .main_content .main-box.reset-pass .content-holder .left form .form-group.reset.last button {
              float: right;
              width: 100%;
              height: 38px;
              line-height: 38px;
              text-align: center;
              border: 0;
              border-radius: 416px;
              color: #ffffff;
              background: #006373;
              font-size: 20px;
              font-weight: bold;
              cursor: pointer;
              margin-top: 0; }
  @media only screen and (max-width: 480px) {
    .main_content .main-box {
      padding: 40px 20px 40px; } }

@media only screen and (max-width: 767px) {
  .main_content {
    padding-top: 0; } }
.main_content .main-box {
  float: right;
  width: 100%;
  background: #f5f9f9;
  padding: 30px 52px 40px;
  margin-bottom: 150px; }
  .main_content .main-box.reset-pass {
    margin-bottom: 55px; }
    @media only screen and (max-width: 767px) {
      .main_content .main-box.reset-pass {
        margin-bottom: 0; } }
    .main_content .main-box.reset-pass .content-holder {
      float: right;
      width: 100%; }
      .main_content .main-box.reset-pass .content-holder .right {
        float: right;
        width: 100%; }
        @media only screen and (max-width: 1030px) {
          .main_content .main-box.reset-pass .content-holder .right {
            width: 38%; } }
        @media only screen and (max-width: 912px) {
          .main_content .main-box.reset-pass .content-holder .right {
            width: 50%; } }
        @media only screen and (max-width: 767px) {
          .main_content .main-box.reset-pass .content-holder .right {
            float: unset;
            margin: 0 auto; } }
        @media only screen and (max-width: 480px) {
          .main_content .main-box.reset-pass .content-holder .right {
            float: right;
            width: 100%; } }
        .main_content .main-box.reset-pass .content-holder .right .inner-box {
          float: right;
          width: 60%; }
          @media only screen and (max-width: 1030px) {
            .main_content .main-box.reset-pass .content-holder .right .inner-box {
              width: 100%; } }
          .main_content .main-box.reset-pass .content-holder .right .inner-box .text-holder {
            float: right;
            margin-right: 15px; }
            @media only screen and (max-width: 767px) {
              .main_content .main-box.reset-pass .content-holder .right .inner-box .text-holder {
                float: right;
                width: 100%;
                margin-right: 0; } }
            .main_content .main-box.reset-pass .content-holder .right .inner-box .text-holder h1 {
              font-size: 31px;
              line-height: 34px;
              font-weight: 900;
              color: #006774;
              margin-bottom: 0; }
              @media only screen and (max-width: 767px) {
                .main_content .main-box.reset-pass .content-holder .right .inner-box .text-holder h1 {
                  text-align: center; } }
              @media only screen and (max-width: 480px) {
                .main_content .main-box.reset-pass .content-holder .right .inner-box .text-holder h1 {
                  margin-bottom: 10px; } }
            .main_content .main-box.reset-pass .content-holder .right .inner-box .text-holder p {
              font-size: 20px;
              line-height: 22px; }
              @media only screen and (max-width: 767px) {
                .main_content .main-box.reset-pass .content-holder .right .inner-box .text-holder p {
                  text-align: center; } }
          .main_content .main-box.reset-pass .content-holder .right .inner-box .icon-holder {
            float: right; }
            @media only screen and (max-width: 767px) {
              .main_content .main-box.reset-pass .content-holder .right .inner-box .icon-holder {
                width: 100%;
                text-align: center;
                margin-bottom: 15px; } }
      .main_content .main-box.reset-pass .content-holder .left {
        float: right;
        width: 100%; }
        @media only screen and (max-width: 1030px) {
          .main_content .main-box.reset-pass .content-holder .left {
            float: left; } }
        @media only screen and (max-width: 767px) {
          .main_content .main-box.reset-pass .content-holder .left {
            float: right;
            width: 100%; } }
        .main_content .main-box.reset-pass .content-holder .left form {
          float: right;
          width: 80%;
          padding-right: 45px; }
          @media only screen and (max-width: 767px) {
            .main_content .main-box.reset-pass .content-holder .left form {
              width: 100%;
              padding-right: 0; } }
          .main_content .main-box.reset-pass .content-holder .left form.register .form-group {
            width: 100%; }
          .main_content .main-box.reset-pass .content-holder .left form .form-group {
            float: right;
            margin-bottom: 20px;
            padding: 0 8px; }
            @media only screen and (max-width: 640px) {
              .main_content .main-box.reset-pass .content-holder .left form .form-group {
                width: 100%;
                margin-bottom: 15px; } }
            .main_content .main-box.reset-pass .content-holder .left form .form-group .icon-holder-box {
              float: right; }
              @media only screen and (max-width: 640px) {
                .main_content .main-box.reset-pass .content-holder .left form .form-group .icon-holder-box {
                  width: 100%;
                  text-align: center; } }
            .main_content .main-box.reset-pass .content-holder .left form .form-group .fields-holder {
              float: left;
              width: 75%; }
              @media only screen and (max-width: 640px) {
                .main_content .main-box.reset-pass .content-holder .left form .form-group .fields-holder {
                  width: 100%; } }
              .main_content .main-box.reset-pass .content-holder .left form .form-group .fields-holder .field-box {
                width: 45%; }
                @media only screen and (max-width: 640px) {
                  .main_content .main-box.reset-pass .content-holder .left form .form-group .fields-holder .field-box {
                    width: 100%; } }
                .main_content .main-box.reset-pass .content-holder .left form .form-group .fields-holder .field-box.first {
                  float: right; }
                .main_content .main-box.reset-pass .content-holder .left form .form-group .fields-holder .field-box.second {
                  float: left; }
                .main_content .main-box.reset-pass .content-holder .left form .form-group .fields-holder .field-box.check {
                  margin-top: 20px; }
                  .main_content .main-box.reset-pass .content-holder .left form .form-group .fields-holder .field-box.check label {
                    position: relative;
                    display: inline-block;
                    padding-right: 20px;
                    vertical-align: middle;
                    margin-bottom: 0;
                    line-height: 18px; }
                    .main_content .main-box.reset-pass .content-holder .left form .form-group .fields-holder .field-box.check label input {
                      width: auto;
                      height: auto;
                      position: absolute;
                      margin: 3px -20px 0 0;
                      line-height: normal; }
            .main_content .main-box.reset-pass .content-holder .left form .form-group.last {
              float: right; }
              .main_content .main-box.reset-pass .content-holder .left form .form-group.last button {
                display: block;
                float: unset;
                width: 20%;
                margin: 50px auto 0; }
                @media only screen and (max-width: 640px) {
                  .main_content .main-box.reset-pass .content-holder .left form .form-group.last button {
                    width: 46%;
                    margin-top: 15px; } }
            .main_content .main-box.reset-pass .content-holder .left form .form-group label {
              float: right;
              width: 100%;
              margin-bottom: 0;
              margin-right: 10px;
              font-size: 18px;
              color: #58595b;
              font-weight: bold;
              padding: 0; }
            .main_content .main-box.reset-pass .content-holder .left form .form-group input {
              float: right;
              width: 100%;
              border-radius: 416px;
              border: 2px solid #58595b; }
            .main_content .main-box.reset-pass .content-holder .left form .form-group .error {
              font-size: 80%;
              color: #dc3545; }
          .main_content .main-box.reset-pass .content-holder .left form button {
            float: right;
            width: 100%;
            height: 38px;
            line-height: 38px;
            text-align: center;
            border: 0;
            border-radius: 416px;
            color: #ffffff;
            background: #006373;
            font-size: 20px;
            font-weight: bold;
            cursor: pointer; }
  @media only screen and (max-width: 480px) {
    .main_content .main-box {
      padding: 40px 20px 40px; } }
.main_content.ru .right .inner-box {
  float: left !important; }
  .main_content.ru .right .inner-box .text-holder {
    float: left !important;
    margin-left: 15px;
    margin-right: 0; }
.main_content.ru .left form {
  float: left !important;
  padding-left: 45px !important;
  padding-right: 0 !important; }
  .main_content.ru .left form .form-group .icon-holder-box {
    float: left !important; }
  .main_content.ru .left form .form-group .fields-holder {
    float: right !important; }
    .main_content.ru .left form .form-group .fields-holder .field-box.check label {
      padding-left: 20px;
      margin-left: 10px;
      margin-right: 0 !important;
      padding-right: 0 !important; }
      .main_content.ru .left form .form-group .fields-holder .field-box.check label input {
        margin: 3px 0 0 -20px !important; }
    .main_content.ru .left form .form-group .fields-holder .field-box.first {
      float: left !important; }
    .main_content.ru .left form .form-group .fields-holder .field-box.second {
      float: right !important; }

.items-holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly; }
  .items-holder .item-box {
    width: 100%;
    margin-bottom: 45px;
    max-width: 360px;
    text-align: center; }
    .items-holder .item-box .image-holder {
      float: right;
      width: 100%; }
    .items-holder .item-box .box-title-holder {
      float: right;
      width: 100%;
      margin-top: 10px; }
      .items-holder .item-box .box-title-holder h2 {
        font-size: 24px;
        color: #006373;
        font-weight: 900;
        line-height: 26px; }
      .items-holder .item-box .box-title-holder p {
        padding: 0 49px;
        min-height: 81px; }
      .items-holder .item-box .box-title-holder .read-more-holder {
        float: right;
        width: 100%; }
        .items-holder .item-box .box-title-holder .read-more-holder a {
          display: block;
          width: 112px;
          height: 39px;
          margin: 0 auto;
          color: #000000;
          line-height: 39px;
          font-size: 20px;
          border: 1px solid #000000;
          border-radius: 416px;
          text-align: center; }
          .items-holder .item-box .box-title-holder .read-more-holder a:hover {
            border: 0;
            background: #2a6271;
            color: #ffffff;
            text-decoration: underline; }

.items-holder-ru {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly; }
  .items-holder-ru .item-box {
    width: 100%;
    margin-bottom: 45px;
    max-width: 360px;
    text-align: center; }
    .items-holder-ru .item-box .image-holder {
      float: right;
      width: 100%; }
    .items-holder-ru .item-box .box-title-holder {
      float: right;
      width: 100%;
      margin-top: 10px; }
      .items-holder-ru .item-box .box-title-holder h2 {
        font-size: 24px;
        color: #006373;
        font-weight: 900;
        line-height: 24px; }
      .items-holder-ru .item-box .box-title-holder p {
        padding: 0 18px;
        min-height: 138px;
        line-height: 1.25; }
      .items-holder-ru .item-box .box-title-holder .read-more-holder {
        float: right;
        width: 100%; }
        .items-holder-ru .item-box .box-title-holder .read-more-holder a {
          display: block;
          width: 120px;
          height: 39px;
          margin: 0 auto;
          color: #000000;
          line-height: 39px;
          font-size: 19px;
          border: 1px solid #000000;
          border-radius: 416px;
          text-align: center; }
          .items-holder-ru .item-box .box-title-holder .read-more-holder a:hover {
            border: 0;
            background: #2a6271;
            color: #ffffff;
            text-decoration: underline; }

.items-holder-ar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly; }
  .items-holder-ar .item-box {
    width: 100%;
    margin-bottom: 45px;
    max-width: 360px;
    text-align: center; }
    .items-holder-ar .item-box .image-holder {
      float: right;
      width: 100%; }
    .items-holder-ar .item-box .box-title-holder {
      float: right;
      width: 100%;
      margin-top: 10px; }
      .items-holder-ar .item-box .box-title-holder h2 {
        font-size: 24px;
        color: #006373;
        font-weight: 900;
        line-height: 26px;
        min-height: 54px; }
      .items-holder-ar .item-box .box-title-holder p {
        padding: 0 49px;
        min-height: 69px;
        line-height: 1.25; }
      .items-holder-ar .item-box .box-title-holder .read-more-holder {
        float: right;
        width: 100%; }
        .items-holder-ar .item-box .box-title-holder .read-more-holder a {
          display: block;
          width: 112px;
          height: 39px;
          margin: 0 auto;
          color: #000000;
          line-height: 39px;
          font-size: 20px;
          border: 1px solid #000000;
          border-radius: 416px;
          text-align: center; }
          .items-holder-ar .item-box .box-title-holder .read-more-holder a:hover {
            border: 0;
            background: #2a6271;
            color: #ffffff;
            text-decoration: underline; }

.main-box {
  float: right;
  width: 100%;
  background: #f6f6f6;
  padding: 40px 52px 40px;
  margin-bottom: 150px; }
  @media only screen and (max-width: 480px) {
    .main-box {
      padding: 40px 20px 40px; } }
  .main-box h1 {
    font-size: 31px;
    line-height: 28px;
    font-weight: 900;
    color: #006774; }
  .main-box .info-holder {
    float: right;
    width: 100%; }
    .main-box .info-holder .bottom {
      float: right;
      width: 100%; }
      .main-box .info-holder .bottom .form-box form {
        float: right;
        width: 44%;
        padding-right: 45px; }
        @media only screen and (max-width: 767px) {
          .main-box .info-holder .bottom .form-box form {
            width: 100%;
            padding-right: 0; } }
        .main-box .info-holder .bottom .form-box form .form-group {
          float: right;
          width: 100%;
          margin-bottom: 20px;
          padding: 0 8px; }
          @media only screen and (max-width: 640px) {
            .main-box .info-holder .bottom .form-box form .form-group {
              width: 100%;
              margin-bottom: 15px; } }
          .main-box .info-holder .bottom .form-box form .form-group .icon-holder-box {
            float: right; }
            @media only screen and (max-width: 640px) {
              .main-box .info-holder .bottom .form-box form .form-group .icon-holder-box {
                width: 100%;
                text-align: center; } }
          .main-box .info-holder .bottom .form-box form .form-group .fields-holder {
            float: left;
            width: 75%; }
            @media only screen and (max-width: 640px) {
              .main-box .info-holder .bottom .form-box form .form-group .fields-holder {
                width: 100%; } }
            .main-box .info-holder .bottom .form-box form .form-group .fields-holder .field-box {
              width: 100%;
              margin-top: 15px; }
              @media only screen and (max-width: 640px) {
                .main-box .info-holder .bottom .form-box form .form-group .fields-holder .field-box {
                  width: 100%; } }
              .main-box .info-holder .bottom .form-box form .form-group .fields-holder .field-box.first {
                float: right;
                margin-top: 0; }
              .main-box .info-holder .bottom .form-box form .form-group .fields-holder .field-box.second {
                float: left; }
              .main-box .info-holder .bottom .form-box form .form-group .fields-holder .field-box.check {
                margin-top: 20px; }
                .main-box .info-holder .bottom .form-box form .form-group .fields-holder .field-box.check label {
                  position: relative;
                  display: inline-block;
                  padding-right: 20px;
                  vertical-align: middle;
                  margin-bottom: 0;
                  line-height: 18px; }
                  .main-box .info-holder .bottom .form-box form .form-group .fields-holder .field-box.check label input {
                    width: unset;
                    height: auto;
                    position: absolute;
                    margin: 3px -20px 0 0;
                    line-height: normal; }
          .main-box .info-holder .bottom .form-box form .form-group.last {
            float: right; }
            .main-box .info-holder .bottom .form-box form .form-group.last button {
              display: block;
              float: unset;
              width: 50%;
              margin: 20px auto 0; }
              @media only screen and (max-width: 640px) {
                .main-box .info-holder .bottom .form-box form .form-group.last button {
                  width: 46%;
                  margin-top: 15px; } }
          .main-box .info-holder .bottom .form-box form .form-group label {
            float: right;
            width: 100%;
            margin-bottom: 0;
            margin-right: 10px;
            font-size: 18px;
            color: #58595b;
            font-weight: bold;
            padding: 0; }
          .main-box .info-holder .bottom .form-box form .form-group input {
            float: right;
            width: 100%;
            border-radius: 416px;
            border: 2px solid #58595b; }
          .main-box .info-holder .bottom .form-box form .form-group .error {
            font-size: 80%;
            color: #dc3545; }
        .main-box .info-holder .bottom .form-box form button {
          float: right;
          width: 100%;
          height: 38px;
          line-height: 38px;
          text-align: center;
          border: 0;
          border-radius: 416px;
          color: #ffffff;
          background: #63656a;
          font-size: 20px;
          font-weight: bold;
          cursor: pointer; }
          .main-box .info-holder .bottom .form-box form button:hover {
            background: #006373; }
        .main-box .info-holder .bottom .form-box form.ru {
          float: left;
          padding-left: 45px;
          padding-right: 0;
          text-align: left; }
          @media only screen and (max-width: 767px) {
            .main-box .info-holder .bottom .form-box form.ru {
              padding-left: 0; } }
          .main-box .info-holder .bottom .form-box form.ru .icon-holder-box {
            float: left; }
          .main-box .info-holder .bottom .form-box form.ru .fields-holder {
            float: right; }
          .main-box .info-holder .bottom .form-box form.ru .form-group.last button {
            width: 100%; }
            @media only screen and (max-width: 640px) {
              .main-box .info-holder .bottom .form-box form.ru .form-group.last button {
                width: 100%; } }
          .main-box .info-holder .bottom .form-box form.ru .form-group label {
            float: left !important;
            padding-left: 20px;
            padding-right: 0 !important; }
            .main-box .info-holder .bottom .form-box form.ru .form-group label input {
              margin: 3px 0 0 -20px !important; }
          .main-box .info-holder .bottom .form-box form.ru .form-group button.delete {
            float: left !important;
            width: 320px !important;
            margin: 0 0 0 15% !important; }
          .main-box .info-holder .bottom .form-box form.ru .form-group button.use_button {
            float: left !important;
            width: 500px !important; }
            @media only screen and (max-width: 500px) {
              .main-box .info-holder .bottom .form-box form.ru .form-group button.use_button {
                width: auto !important;
                height: auto !important; } }
          .main-box .info-holder .bottom .form-box form.ru .mini_warning {
            float: right !important; }

.account_change_pass .description-wrapper {
  margin-bottom: 20px;
  line-height: 22px; }

.reminders .main-box .info-holder .bottom .form-box form {
  width: 69%;
  padding-right: 0; }
  @media only screen and (max-width: 767px) {
    .reminders .main-box .info-holder .bottom .form-box form {
      width: 100%; } }
  .reminders .main-box .info-holder .bottom .form-box form.ru {
    width: 90%; }
  .reminders .main-box .info-holder .bottom .form-box form .form-group .fields-holder {
    width: 84%; }
    @media only screen and (max-width: 640px) {
      .reminders .main-box .info-holder .bottom .form-box form .form-group .fields-holder {
        width: 100%; } }
    .reminders .main-box .info-holder .bottom .form-box form .form-group .fields-holder.ru {
      width: 90%; }
    .reminders .main-box .info-holder .bottom .form-box form .form-group .fields-holder .field-box {
      float: right;
      width: 100%;
      margin-bottom: 30px; }
      .reminders .main-box .info-holder .bottom .form-box form .form-group .fields-holder .field-box h2 {
        font-size: 20px;
        font-weight: bold;
        margin-bottom: 15px; }
      .reminders .main-box .info-holder .bottom .form-box form .form-group .fields-holder .field-box .choose_box {
        float: right;
        width: 100%; }
        .reminders .main-box .info-holder .bottom .form-box form .form-group .fields-holder .field-box .choose_box.last_box label {
          width: 100%; }
        .reminders .main-box .info-holder .bottom .form-box form .form-group .fields-holder .field-box .choose_box label {
          width: 25%;
          position: relative;
          display: inline-block;
          padding-right: 20px;
          vertical-align: middle;
          margin-bottom: 12px;
          margin-right: 0;
          line-height: 18px; }
          @media only screen and (max-width: 488px) {
            .reminders .main-box .info-holder .bottom .form-box form .form-group .fields-holder .field-box .choose_box label {
              width: 33%; } }
          .reminders .main-box .info-holder .bottom .form-box form .form-group .fields-holder .field-box .choose_box label input {
            width: auto;
            height: auto;
            position: absolute;
            margin: 3px -20px 0 0;
            line-height: normal; }
        @media only screen and (max-width: 488px) {
          .reminders .main-box .info-holder .bottom .form-box form .form-group .fields-holder .field-box .choose_box.ru label {
            width: 100%; } }
      .reminders .main-box .info-holder .bottom .form-box form .form-group .fields-holder .field-box p {
        font-size: 18px;
        line-height: 20px;
        font-weight: bold;
        color: #58595b;
        margin-bottom: 0; }
  .reminders .main-box .info-holder .bottom .form-box form .form-group button.use_button {
    float: right;
    width: 240px;
    margin: 0; }
    .reminders .main-box .info-holder .bottom .form-box form .form-group button.use_button:hover {
      background: #da0812; }
    @media only screen and (max-width: 640px) {
      .reminders .main-box .info-holder .bottom .form-box form .form-group button.use_button {
        margin: 0; } }
  .reminders .main-box .info-holder .bottom .form-box form .form-group button.reminders {
    float: right;
    width: 126px;
    margin: 0 15% 0 0; }
    @media only screen and (max-width: 640px) {
      .reminders .main-box .info-holder .bottom .form-box form .form-group button.reminders {
        margin: 0; } }
    .reminders .main-box .info-holder .bottom .form-box form .form-group button.reminders.ru {
      float: left;
      width: auto;
      margin: 0 0 0 11%;
      padding: 0 10px; }
  .reminders .main-box .info-holder .bottom .form-box form .form-group button.resume {
    float: right;
    width: 175px;
    margin: 0 15% 0 0; }
    @media only screen and (max-width: 640px) {
      .reminders .main-box .info-holder .bottom .form-box form .form-group button.resume {
        margin: 0; } }
  .reminders .main-box .info-holder .bottom .form-box form .form-group button.delete {
    float: right;
    width: 175px;
    margin: 0 15% 0 0; }
    @media only screen and (max-width: 640px) {
      .reminders .main-box .info-holder .bottom .form-box form .form-group button.delete {
        margin: 0; } }
    .reminders .main-box .info-holder .bottom .form-box form .form-group button.delete:hover {
      background: #da0812; }
  .reminders .main-box .info-holder .bottom .form-box form .mini_warning {
    width: 84%;
    float: left;
    margin-top: 15px; }
    @media only screen and (max-width: 640px) {
      .reminders .main-box .info-holder .bottom .form-box form .mini_warning {
        width: 100%; } }
    .reminders .main-box .info-holder .bottom .form-box form .mini_warning p {
      font-size: 16px; }
.reminders .main-box .info-holder .bottom .form-box .strip-holder {
  float: right;
  width: 100%; }
  .reminders .main-box .info-holder .bottom .form-box .strip-holder p {
    text-align: center; }
    .reminders .main-box .info-holder .bottom .form-box .strip-holder p a {
      font-size: 26px;
      padding: 0 15px;
      color: #ffffff;
      font-weight: 900;
      background: #DE1E0F; }
      .reminders .main-box .info-holder .bottom .form-box .strip-holder p a:hover {
        text-decoration: none; }
.reminders .description-wrapper {
  margin-bottom: 20px;
  line-height: 22px; }
.reminders p.description-wrapper {
  font-size: 18px !important; }

#double_check .modal-dialog {
  margin: 20rem auto; }
#double_check .modal-content {
  border-radius: unset; }
#double_check .modal-header {
  padding: 10px 20px;
  background: #d7d3cb;
  border: 0;
  border-radius: unset; }
  #double_check .modal-header .modal-title {
    color: #6B6965;
    font-weight: 700; }
  #double_check .modal-header .close {
    padding: 10px; }
#double_check .modal-body button {
  width: 20%;
  height: 38px;
  line-height: 38px;
  text-align: center;
  border: 0;
  border-radius: 416px;
  color: #ffffff;
  background: #63656a;
  font-size: 20px;
  font-weight: bold;
  cursor: pointer; }

.inner-menu-holder {
  float: right;
  width: 100%; }
  .inner-menu-holder .show-mobile {
    display: none;
    text-align: center;
    color: #ffffff;
    height: 48px;
    line-height: 48px;
    font-weight: 900;
    font-size: 20px;
    background: #63656a;
    cursor: pointer;
    position: relative; }
    @media only screen and (max-width: 767px) {
      .inner-menu-holder .show-mobile {
        display: block;
        float: right;
        width: 100%; }
        .inner-menu-holder .show-mobile span {
          position: relative;
          display: inline-block; }
          .inner-menu-holder .show-mobile span::after {
            content: '';
            position: absolute;
            left: -25px;
            top: 40%;
            width: 0;
            height: 0;
            border-left: 10px solid transparent;
            border-right: 10px solid transparent;
            border-top: 10px solid #ffffff;
            clear: both; } }
  .inner-menu-holder ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
    list-style: none; }
    @media only screen and (max-width: 767px) {
      .inner-menu-holder ul {
        display: none;
        float: right;
        width: 100%;
        margin-bottom: 8px;
        -webkit-box-shadow: 12px 10px 7px -5px rgba(0, 0, 0, 0.44);
        -moz-box-shadow: 12px 10px 7px -5px rgba(0, 0, 0, 0.44);
        box-shadow: 12px 10px 7px -5px rgba(0, 0, 0, 0.44); } }
    .inner-menu-holder ul li {
      -webkit-box-flex: 1;
      -ms-flex-positive: 1;
      flex-grow: 1;
      -ms-flex-preferred-size: 0;
      flex-basis: 0; }
      @media only screen and (max-width: 767px) {
        .inner-menu-holder ul li {
          height: 45px; }
          .inner-menu-holder ul li:nth-child(2n+1) {
            background: #e7e7e8; }
          .inner-menu-holder ul li:nth-child(2) {
            background: #f6f6f6; } }
      .inner-menu-holder ul li a {
        text-align: center; }
        .inner-menu-holder ul li a:hover, .inner-menu-holder ul li a.active {
          text-decoration: none; }
          .inner-menu-holder ul li a:hover p, .inner-menu-holder ul li a.active p {
            color: #006373; }
            @media only screen and (max-width: 767px) {
              .inner-menu-holder ul li a:hover p, .inner-menu-holder ul li a.active p {
                color: #65656b;
                font-weight: 900; } }
          .inner-menu-holder ul li a:hover .icon-holder.first, .inner-menu-holder ul li a.active .icon-holder.first {
            background: url("../images/icons/inner-menu/in-icon-menu-1.png") center center no-repeat; }
          .inner-menu-holder ul li a:hover .icon-holder.second, .inner-menu-holder ul li a.active .icon-holder.second {
            background: url("../images/icons/inner-menu/in-icon-menu-2.png") center center no-repeat; }
          .inner-menu-holder ul li a:hover .icon-holder.third, .inner-menu-holder ul li a.active .icon-holder.third {
            background: url("../images/icons/inner-menu/in-icon-menu-3.png") center center no-repeat; }
          .inner-menu-holder ul li a:hover .icon-holder.fourth, .inner-menu-holder ul li a.active .icon-holder.fourth {
            background: url("../images/icons/inner-menu/in-icon-menu-4.png") center center no-repeat; }
          .inner-menu-holder ul li a:hover .icon-holder.fifth, .inner-menu-holder ul li a.active .icon-holder.fifth {
            background: url("../images/icons/inner-menu/in-icon-menu-5.png") center center no-repeat; }
          .inner-menu-holder ul li a:hover .icon-holder.sixth, .inner-menu-holder ul li a.active .icon-holder.sixth {
            background: url("../images/icons/inner-menu/in-icon-menu-6.png") center center no-repeat; }
          .inner-menu-holder ul li a:hover .icon-holder.acc.first, .inner-menu-holder ul li a.active .icon-holder.acc.first {
            background: url("../images/icons/inner-menu/account/acc-icon-menu-1.png") center center no-repeat; }
          .inner-menu-holder ul li a:hover .icon-holder.acc.second, .inner-menu-holder ul li a.active .icon-holder.acc.second {
            background: url("../images/icons/inner-menu/account/acc-icon-menu-2.png") center center no-repeat; }
          .inner-menu-holder ul li a:hover .icon-holder.acc.third, .inner-menu-holder ul li a.active .icon-holder.acc.third {
            background: url("../images/icons/inner-menu/account/acc-icon-menu-3.png") center center no-repeat; }
          .inner-menu-holder ul li a:hover .icon-holder.acc.fourth, .inner-menu-holder ul li a.active .icon-holder.acc.fourth {
            background: url("../images/icons/inner-menu/account/acc-icon-menu-4.png") center center no-repeat; }
          .inner-menu-holder ul li a:hover .icon-holder.acc.fifth, .inner-menu-holder ul li a.active .icon-holder.acc.fifth {
            background: url("../images/icons/inner-menu/account/acc-icon-menu-5.png") center center no-repeat; }
          .inner-menu-holder ul li a:hover .icon-holder.acc.seven, .inner-menu-holder ul li a.active .icon-holder.acc.seven {
            background: url("../images/icons/inner-menu/account/acc-icon-menu-6.png") center center no-repeat; }
        .inner-menu-holder ul li a .icon-holder {
          width: 76px;
          height: 71px;
          margin: 0 auto; }
          .inner-menu-holder ul li a .icon-holder.first {
            background: url("../images/icons/inner-menu/in-icon-menu-1-gray.png") center center no-repeat; }
          .inner-menu-holder ul li a .icon-holder.second {
            background: url("../images/icons/inner-menu/in-icon-menu-2-gray.png") center center no-repeat; }
          .inner-menu-holder ul li a .icon-holder.third {
            background: url("../images/icons/inner-menu/in-icon-menu-3-gray.png") center center no-repeat; }
          .inner-menu-holder ul li a .icon-holder.fourth {
            background: url("../images/icons/inner-menu/in-icon-menu-4-gray.png") center center no-repeat; }
          .inner-menu-holder ul li a .icon-holder.fifth {
            background: url("../images/icons/inner-menu/in-icon-menu-5-gray.png") center center no-repeat; }
          .inner-menu-holder ul li a .icon-holder.sixth {
            background: url("../images/icons/inner-menu/in-icon-menu-6-gray.png") center center no-repeat; }
          .inner-menu-holder ul li a .icon-holder.acc.first {
            background: url("../images/icons/inner-menu/account/acc-icon-menu-1-gray.png") center center no-repeat; }
          .inner-menu-holder ul li a .icon-holder.acc.second {
            background: url("../images/icons/inner-menu/account/acc-icon-menu-2-gray.png") center center no-repeat; }
          .inner-menu-holder ul li a .icon-holder.acc.third {
            background: url("../images/icons/inner-menu/account/acc-icon-menu-3-gray.png") center center no-repeat; }
          .inner-menu-holder ul li a .icon-holder.acc.fourth {
            background: url("../images/icons/inner-menu/account/acc-icon-menu-4-gray.png") center center no-repeat; }
          .inner-menu-holder ul li a .icon-holder.acc.fifth {
            background: url("../images/icons/inner-menu/account/acc-icon-menu-5-gray.png") center center no-repeat; }
          .inner-menu-holder ul li a .icon-holder.acc.seven {
            background: url("../images/icons/inner-menu/account/acc-icon-menu-6-gray.png") center center no-repeat; }
          @media only screen and (max-width: 767px) {
            .inner-menu-holder ul li a .icon-holder {
              display: none; } }
        .inner-menu-holder ul li a p {
          padding: 0 34px;
          margin-top: 5px;
          font-size: 18px;
          line-height: 20px;
          font-weight: 900;
          color: #929396; }
          @media only screen and (max-width: 767px) {
            .inner-menu-holder ul li a p br {
              display: none; } }
          @media only screen and (max-width: 767px) {
            .inner-menu-holder ul li a p {
              margin-bottom: 0;
              padding: 0;
              font-weight: 400;
              line-height: 45px; } }

.main-box {
  float: right;
  width: 100%;
  background: #f6f6f6;
  padding: 40px 52px 40px;
  margin-bottom: 150px; }
  @media only screen and (max-width: 480px) {
    .main-box {
      padding: 40px 20px 40px; } }
  .main-box h1 {
    font-size: 26px;
    line-height: 28px;
    font-weight: 900;
    color: #006774; }
  .main-box .info-holder {
    float: right;
    width: 100%; }
    .main-box .info-holder .right {
      float: right;
      width: 36%; }
      @media only screen and (max-width: 767px) {
        .main-box .info-holder .right {
          width: 100%; } }
      .main-box .info-holder .right img {
        width: 100%; }
    .main-box .info-holder .left {
      float: left;
      width: 58%; }
      @media only screen and (max-width: 767px) {
        .main-box .info-holder .left {
          float: right;
          width: 100%; } }
      .main-box .info-holder .left h2 {
        font-size: 24px;
        line-height: 26px;
        font-weight: bold;
        color: #006373;
        margin: 25px 0 0; }
      .main-box .info-holder .left p {
        font-size: 19px; }
    .main-box .info-holder .mini-desc {
      float: left;
      width: 58%;
      padding-top: 10px;
      border-top: 1px solid #000000;
      text-align: left;
      direction: ltr;
      clear: both; }
      @media only screen and (max-width: 767px) {
        .main-box .info-holder .mini-desc {
          width: 100%;
          margin-top: 35px; } }
      .main-box .info-holder .mini-desc p {
        margin-bottom: 5px;
        font-size: 14px;
        line-height: 16px; }

.main-box {
  float: right;
  width: 100%;
  background: #f6f6f6;
  padding: 40px 52px 40px;
  margin-bottom: 150px; }
  .main-box.dose_guide {
    margin-bottom: 30px; }
  @media only screen and (max-width: 480px) {
    .main-box {
      padding: 40px 20px 40px; } }
  .main-box h1 {
    font-size: 26px;
    line-height: 28px;
    font-weight: 900;
    color: #006774;
    margin-bottom: 20px; }
  .main-box .info-holder {
    float: right;
    width: 100%; }
    .main-box .info-holder h2 {
      font-size: 24px;
      font-weight: bold;
      color: #006774;
      margin-bottom: 0; }
    .main-box .info-holder .image-desc-holder {
      margin-bottom: 15px; }
      .main-box .info-holder .image-desc-holder .mobile {
        display: none; }
      @media only screen and (max-width: 640px) {
        .main-box .info-holder .image-desc-holder .desktop {
          display: none; }
        .main-box .info-holder .image-desc-holder .mobile {
          display: block;
          width: 100%; } }
    .main-box .info-holder p {
      font-size: 20px; }
    .main-box .info-holder p.last {
      margin-bottom: 0;
      font-size: 18px;
      font-weight: bold; }

.dark-strip-holder {
  float: right;
  width: 100%;
  background: #e7e7e8;
  margin-bottom: 30px;
  padding: 28px 50px 26px 35px; }
  @media only screen and (max-width: 767px) {
    .dark-strip-holder {
      padding: 28px 35px 26px; } }
  .dark-strip-holder .right {
    float: right;
    width: 50%; }
    @media only screen and (max-width: 767px) {
      .dark-strip-holder .right {
        width: 100%;
        margin-bottom: 25px; } }
    .dark-strip-holder .right .top-holder {
      float: right;
      width: 100%;
      margin-bottom: 10px; }
      .dark-strip-holder .right .top-holder h3 {
        font-size: 20px;
        font-weight: bold;
        color: #006373;
        margin-top: 18px; }
      .dark-strip-holder .right .top-holder p {
        font-size: 20px;
        line-height: 24px; }
    .dark-strip-holder .right .bottom-holder {
      float: right;
      width: 100%; }
      .dark-strip-holder .right .bottom-holder .icon-holder {
        float: right;
        width: 10%; }
      .dark-strip-holder .right .bottom-holder .description-box {
        float: left;
        width: 90%; }
        .dark-strip-holder .right .bottom-holder .description-box h3 {
          font-size: 20px;
          font-weight: bold;
          color: #006373; }
        .dark-strip-holder .right .bottom-holder .description-box p {
          font-size: 20px;
          line-height: 24px; }
    .dark-strip-holder .right .button-holder-ru {
      float: right;
      width: 100%; }
      .dark-strip-holder .right .button-holder-ru a {
        float: left;
        text-align: center;
        padding: 9px 12px;
        line-height: 1.1;
        min-width: 235px;
        border: 1px solid #000000;
        display: inline-block;
        border-radius: 415px;
        color: #000000; }
        .dark-strip-holder .right .button-holder-ru a:hover {
          border: 0;
          background: #2a6271;
          color: #ffffff;
          text-decoration: underline; }
  .dark-strip-holder .left {
    float: left;
    width: 39%; }
    @media only screen and (max-width: 767px) {
      .dark-strip-holder .left {
        width: 100%; } }
    .dark-strip-holder .left img {
      width: 100%; }

.light-gray-box {
  float: right;
  width: 100%;
  background: #f6f6f6;
  padding: 34px 31px 36px 31px;
  margin-bottom: 50px; }
  .light-gray-box .right {
    float: right;
    width: 33%; }
    .light-gray-box .right .mobile {
      display: none; }
    @media only screen and (max-width: 767px) {
      .light-gray-box .right {
        width: 100%; }
        .light-gray-box .right .desktop {
          display: none; }
        .light-gray-box .right .mobile {
          display: block; } }
    .light-gray-box .right img {
      width: 100%; }
  .light-gray-box .left {
    float: left;
    width: 62%; }
    @media only screen and (max-width: 767px) {
      .light-gray-box .left {
        width: 100%; } }
    .light-gray-box .left .top-holder {
      float: right;
      width: 100%;
      margin-bottom: 10px; }
      .light-gray-box .left .top-holder h2 {
        font-size: 24px;
        font-weight: bold;
        color: #006373;
        margin-bottom: 20px; }
      .light-gray-box .left .top-holder ul li {
        font-size: 20px;
        line-height: 24px; }
    .light-gray-box .left .bottom-holder {
      float: right;
      width: 100%; }
      .light-gray-box .left .bottom-holder .icon-holder {
        float: right;
        width: 8%; }
        @media only screen and (max-width: 480px) {
          .light-gray-box .left .bottom-holder .icon-holder {
            width: 10%; } }
      .light-gray-box .left .bottom-holder .description-box {
        float: left;
        width: 92%; }
        @media only screen and (max-width: 480px) {
          .light-gray-box .left .bottom-holder .description-box {
            width: 88%; } }
        .light-gray-box .left .bottom-holder .description-box h3 {
          font-size: 20px;
          font-weight: bold; }
        .light-gray-box .left .bottom-holder .description-box p {
          font-size: 20px;
          line-height: 24px; }

.main-box {
  float: right;
  width: 100%;
  background: #f6f6f6;
  padding: 40px 52px 40px;
  margin-bottom: 150px; }
  .main-box.how_to {
    margin-bottom: 0; }
  @media only screen and (max-width: 480px) {
    .main-box {
      padding: 40px 20px 40px; } }
  .main-box h1 {
    font-size: 26px;
    line-height: 28px;
    font-weight: 900;
    color: #006774;
    margin-bottom: 20px; }
  .main-box .info-holder-how-to {
    float: right;
    width: 100%; }
    .main-box .info-holder-how-to .right {
      float: right;
      width: 58%; }
      @media only screen and (max-width: 767px) {
        .main-box .info-holder-how-to .right {
          width: 100%; } }
      .main-box .info-holder-how-to .right .description-box {
        float: right;
        width: 100%; }
        .main-box .info-holder-how-to .right .description-box h2 {
          font-size: 24px;
          font-weight: bold;
          color: #006774;
          margin-bottom: 0; }
        .main-box .info-holder-how-to .right .description-box .second_bold {
          font-size: 20px; }
        .main-box .info-holder-how-to .right .description-box p {
          font-size: 19px; }
          @media only screen and (max-width: 640px) {
            .main-box .info-holder-how-to .right .description-box p br {
              display: none; } }
    .main-box .info-holder-how-to .right-ru {
      float: right;
      width: 36%; }
      @media only screen and (max-width: 767px) {
        .main-box .info-holder-how-to .right-ru {
          width: 100%; } }
      .main-box .info-holder-how-to .right-ru .description-box {
        float: right;
        width: 100%; }
        .main-box .info-holder-how-to .right-ru .description-box h2 {
          font-size: 24px;
          font-weight: bold;
          color: #006774;
          margin-bottom: 0; }
        .main-box .info-holder-how-to .right-ru .description-box .second_bold {
          font-size: 20px; }
        .main-box .info-holder-how-to .right-ru .description-box p {
          font-size: 19px; }
          @media only screen and (max-width: 640px) {
            .main-box .info-holder-how-to .right-ru .description-box p br {
              display: none; } }
    .main-box .info-holder-how-to .left {
      float: left;
      width: 36%; }
      @media only screen and (max-width: 767px) {
        .main-box .info-holder-how-to .left {
          float: right;
          width: 100%; } }
      @media only screen and (max-width: 767px) {
        .main-box .info-holder-how-to .left img {
          float: right;
          width: 100%; } }
    .main-box .info-holder-how-to .left-ru {
      float: left;
      width: 58%; }
      @media only screen and (max-width: 767px) {
        .main-box .info-holder-how-to .left-ru {
          float: right;
          width: 100%; } }
      @media only screen and (max-width: 767px) {
        .main-box .info-holder-how-to .left-ru img {
          float: right;
          width: 100%; } }

.video-strip {
  float: right;
  width: 100%;
  background: #ffffff;
  padding: 28px 0 26px 35px; }
  @media only screen and (max-width: 767px) {
    .video-strip {
      padding: 28px 35px 26px; } }
  .video-strip .right {
    float: right;
    width: 50%; }
    @media only screen and (max-width: 767px) {
      .video-strip .right {
        width: 100%;
        margin-bottom: 25px; } }
    .video-strip .right button {
      border: 0;
      cursor: pointer; }
    .video-strip .right img {
      width: 100%; }
  .video-strip .left {
    float: left;
    width: 39%;
    padding-top: 44px; }
    @media only screen and (max-width: 767px) {
      .video-strip .left {
        width: 100%; } }
    @media only screen and (max-width: 640px) {
      .video-strip .left {
        padding-top: 0; } }
    .video-strip .left h2 {
      font-size: 24px;
      font-weight: bold;
      color: #006774;
      margin-bottom: 0; }
    .video-strip .left p {
      font-size: 20px;
      line-height: 24px; }
  .video-strip .left-ru {
    float: left;
    width: 39%; }
    @media only screen and (max-width: 767px) {
      .video-strip .left-ru {
        width: 100%; } }
    @media only screen and (max-width: 640px) {
      .video-strip .left-ru {
        padding-top: 0; } }
    .video-strip .left-ru h2 {
      font-size: 24px;
      font-weight: bold;
      color: #006774;
      margin-bottom: 0; }
    .video-strip .left-ru p {
      font-size: 20px;
      line-height: 24px; }

.dark-gray-box {
  float: right;
  width: 100%;
  background: #e7e7e8;
  padding: 50px 232px 36px 86px;
  margin-bottom: 50px; }
  @media only screen and (max-width: 767px) {
    .dark-gray-box {
      padding: 50px 60px 35px 86px; } }
  @media only screen and (max-width: 640px) {
    .dark-gray-box {
      float: right;
      padding: 30px 38px 35px; } }
  .dark-gray-box .step-box {
    float: right;
    width: 100%;
    margin-bottom: 40px; }
    @media only screen and (max-width: 640px) {
      .dark-gray-box .step-box {
        margin-bottom: 30px; } }
    .dark-gray-box .step-box.first {
      margin-bottom: 0; }
    .dark-gray-box .step-box.last {
      margin-bottom: 0; }
    .dark-gray-box .step-box .right {
      float: right;
      width: 25%; }
      @media only screen and (max-width: 640px) {
        .dark-gray-box .step-box .right {
          float: right;
          width: 100%; } }
      @media only screen and (max-width: 640px) {
        .dark-gray-box .step-box .right img {
          float: right;
          width: 100%; } }
    .dark-gray-box .step-box .left {
      float: left;
      width: 68%; }
      @media only screen and (max-width: 640px) {
        .dark-gray-box .step-box .left {
          float: right;
          width: 100%;
          margin-bottom: 20px; } }
      .dark-gray-box .step-box .left h2 {
        font-size: 24px;
        font-weight: bold;
        color: #006774;
        margin-bottom: 20px; }
      .dark-gray-box .step-box .left h3 {
        font-size: 20px;
        font-weight: 900;
        margin-bottom: 0; }
      .dark-gray-box .step-box .left p {
        margin-bottom: 0; }

.main-box {
  float: right;
  width: 100%;
  background: #f6f6f6;
  padding: 40px 52px 40px;
  margin-bottom: 150px; }
  .main-box.side_effects {
    margin-bottom: 30px; }
  @media only screen and (max-width: 480px) {
    .main-box {
      padding: 40px 20px 40px; } }
  .main-box h1 {
    font-size: 26px;
    line-height: 28px;
    font-weight: 900;
    color: #006774;
    margin-bottom: 20px; }
  .main-box .info-holder-how-to {
    float: right;
    width: 100%; }
    .main-box .info-holder-how-to .right {
      float: right;
      width: 58%; }
      @media only screen and (max-width: 767px) {
        .main-box .info-holder-how-to .right {
          width: 100%; } }
      .main-box .info-holder-how-to .right .description-box {
        float: right;
        width: 100%; }
        .main-box .info-holder-how-to .right .description-box h2 {
          font-size: 24px;
          font-weight: bold;
          color: #006774;
          margin-bottom: 0; }
        .main-box .info-holder-how-to .right .description-box .second_bold {
          font-size: 20px; }
        .main-box .info-holder-how-to .right .description-box p {
          font-size: 19px; }
    .main-box .info-holder-how-to .left {
      float: left;
      width: 36%; }
      @media only screen and (max-width: 767px) {
        .main-box .info-holder-how-to .left {
          float: right;
          width: 100%; } }
  .main-box .info-holder-how-to-ru {
    float: right;
    width: 100%; }
    .main-box .info-holder-how-to-ru .left {
      float: left;
      width: 58%; }
      @media only screen and (max-width: 767px) {
        .main-box .info-holder-how-to-ru .left {
          width: 100%; } }
      .main-box .info-holder-how-to-ru .left .description-box {
        float: right;
        width: 100%; }
        .main-box .info-holder-how-to-ru .left .description-box h2 {
          font-size: 24px;
          font-weight: bold;
          color: #006774;
          margin-bottom: 0; }
        .main-box .info-holder-how-to-ru .left .description-box .second_bold {
          font-size: 20px; }
        .main-box .info-holder-how-to-ru .left .description-box p {
          font-size: 19px; }
    .main-box .info-holder-how-to-ru .right {
      float: right;
      width: 36%; }
      @media only screen and (max-width: 767px) {
        .main-box .info-holder-how-to-ru .right {
          float: right;
          width: 100%; } }

.light-gray-box {
  float: right;
  width: 100%;
  background: #f6f6f6;
  padding: 34px 31px 36px 31px;
  margin-bottom: 50px; }
  .light-gray-box.p_52 {
    padding: 34px 52px 36px; }
    @media only screen and (max-width: 767px) {
      .light-gray-box.p_52 {
        padding: 34px 20px 36px; } }
  .light-gray-box .right {
    float: right;
    width: 33%; }
    .light-gray-box .right .mobile {
      display: none; }
    @media only screen and (max-width: 767px) {
      .light-gray-box .right {
        width: 100%; }
        .light-gray-box .right .desktop {
          display: none; }
        .light-gray-box .right .mobile {
          display: block; } }
    .light-gray-box .right img {
      width: 100%; }
  .light-gray-box .left {
    float: right;
    width: 100%; }
    @media only screen and (max-width: 767px) {
      .light-gray-box .left {
        width: 100%; } }
    .light-gray-box .left .top-holder {
      float: right;
      width: 100%;
      margin-bottom: 10px; }
      .light-gray-box .left .top-holder h2 {
        font-size: 24px;
        font-weight: bold;
        color: #006373;
        margin-bottom: 20px; }
      .light-gray-box .left .top-holder ul li {
        font-size: 20px;
        line-height: 24px; }
    .light-gray-box .left .bottom-holder {
      float: right;
      width: 100%; }
      .light-gray-box .left .bottom-holder .icon-holder {
        float: right;
        width: 8%; }
        @media only screen and (max-width: 480px) {
          .light-gray-box .left .bottom-holder .icon-holder {
            width: 10%; } }
      .light-gray-box .left .bottom-holder .description-box {
        float: left;
        width: 92%; }
        @media only screen and (max-width: 480px) {
          .light-gray-box .left .bottom-holder .description-box {
            width: 88%; } }
        .light-gray-box .left .bottom-holder .description-box h3 {
          font-size: 20px;
          font-weight: bold; }
        .light-gray-box .left .bottom-holder .description-box p {
          font-size: 20px;
          line-height: 24px; }

.main-box {
  float: right;
  width: 100%;
  background: #f6f6f6; }
  .main-box.q_a {
    padding: 40px 44px 30px 25px;
    margin-bottom: 0; }
    @media only screen and (max-width: 767px) {
      .main-box.q_a {
        padding: 40px 44px 30px; } }
    @media only screen and (max-width: 640px) {
      .main-box.q_a {
        padding: 40px 20px 30px; } }
    @media only screen and (max-width: 360px) {
      .main-box.q_a {
        padding: 40px 20px 30px; } }
  .main-box h1 {
    font-size: 26px;
    line-height: 28px;
    font-weight: 900;
    color: #006774; }
  .main-box .info-holder {
    float: right;
    width: 100%; }
    .main-box .info-holder .right {
      float: right;
      width: 50%; }
      @media only screen and (max-width: 767px) {
        .main-box .info-holder .right {
          width: 100%; } }
      @media only screen and (max-width: 767px) {
        .main-box .info-holder .right p {
          font-size: 18px;
          line-height: 20px; } }
      .main-box .info-holder .right img {
        width: 100%; }
    .main-box .info-holder .left {
      float: left;
      width: 38%; }
      @media only screen and (max-width: 767px) {
        .main-box .info-holder .left {
          float: right;
          width: 100%; } }
      .main-box .info-holder .left img {
        float: left; }
        @media only screen and (max-width: 767px) {
          .main-box .info-holder .left img {
            float: right;
            width: 100%; } }

.q_a_holder {
  float: right;
  width: 100%;
  margin-bottom: 40px; }
  .q_a_holder .accordion .card {
    border: 0;
    border-radius: unset; }
    .q_a_holder .accordion .card:nth-child(odd) {
      background: #e7e7e8; }
    .q_a_holder .accordion .card:nth-child(even) {
      background: #f6f6f6; }
    .q_a_holder .accordion .card .card-header {
      padding: 12px 44px; }
      @media only screen and (max-width: 640px) {
        .q_a_holder .accordion .card .card-header {
          padding: 12px 20px; } }
      @media only screen and (max-width: 360px) {
        .q_a_holder .accordion .card .card-header {
          padding: 10px 20px; } }
      .q_a_holder .accordion .card .card-header button {
        float: right;
        width: 100%;
        color: #006373;
        font-size: 24px;
        padding: 4px 0;
        font-style: normal;
        font-weight: bold;
        text-align: right; }
        @media only screen and (max-width: 640px) {
          .q_a_holder .accordion .card .card-header button {
            font-size: 20px; } }
        @media only screen and (max-width: 360px) {
          .q_a_holder .accordion .card .card-header button {
            font-size: 18px; } }
    .q_a_holder .accordion .card .card-body {
      padding: 12px 44px; }
      @media only screen and (max-width: 640px) {
        .q_a_holder .accordion .card .card-body {
          padding: 12px 35px; } }
      @media only screen and (max-width: 360px) {
        .q_a_holder .accordion .card .card-body {
          padding: 10px 25px; } }
      @media only screen and (max-width: 640px) {
        .q_a_holder .accordion .card .card-body p {
          font-size: 18px; } }
      @media only screen and (max-width: 360px) {
        .q_a_holder .accordion .card .card-body p {
          font-size: 16px; } }
      .q_a_holder .accordion .card .card-body p .q_a_vid_link {
        text-decoration: underline;
        cursor: pointer; }
      .q_a_holder .accordion .card .card-body ul {
        padding-right: 15px; }

.q_a_holder-ru {
  float: right;
  width: 100%;
  margin-bottom: 40px; }
  .q_a_holder-ru .accordion .card {
    border: 0;
    border-radius: unset; }
    .q_a_holder-ru .accordion .card:nth-child(odd) {
      background: #e7e7e8; }
    .q_a_holder-ru .accordion .card:nth-child(even) {
      background: #f6f6f6; }
    .q_a_holder-ru .accordion .card .card-header {
      padding: 12px 44px; }
      @media only screen and (max-width: 640px) {
        .q_a_holder-ru .accordion .card .card-header {
          padding: 12px 35px; } }
      @media only screen and (max-width: 360px) {
        .q_a_holder-ru .accordion .card .card-header {
          padding: 10px 25px; } }
      .q_a_holder-ru .accordion .card .card-header button {
        float: right;
        width: 100%;
        color: #006373;
        font-size: 24px;
        padding: 4px 0;
        font-style: normal;
        font-weight: bold;
        text-align: left; }
        @media only screen and (max-width: 640px) {
          .q_a_holder-ru .accordion .card .card-header button {
            font-size: 20px; } }
        @media only screen and (max-width: 360px) {
          .q_a_holder-ru .accordion .card .card-header button {
            font-size: 18px; } }
    .q_a_holder-ru .accordion .card .card-body {
      padding: 12px 44px; }
      @media only screen and (max-width: 640px) {
        .q_a_holder-ru .accordion .card .card-body {
          padding: 12px 35px; } }
      @media only screen and (max-width: 360px) {
        .q_a_holder-ru .accordion .card .card-body {
          padding: 10px 25px; } }
      @media only screen and (max-width: 640px) {
        .q_a_holder-ru .accordion .card .card-body p {
          font-size: 18px; } }
      @media only screen and (max-width: 360px) {
        .q_a_holder-ru .accordion .card .card-body p {
          font-size: 16px; } }
      .q_a_holder-ru .accordion .card .card-body p .q_a_vid_link {
        text-decoration: underline;
        cursor: pointer; }
      .q_a_holder-ru .accordion .card .card-body ul {
        padding-right: 15px; }

.mini-desc {
  float: right;
  width: 100%;
  margin-bottom: 30px; }
  .mini-desc p {
    margin-bottom: 5px;
    font-size: 14px;
    line-height: 16px; }
    @media only screen and (max-width: 1100px) {
      .mini-desc p {
        padding: 0 35px; } }
    @media only screen and (max-width: 360px) {
      .mini-desc p {
        padding: 0 25px; } }

.ru_main_content .q_a_holder .accordion .card .card-header button {
  text-align: left !important; }

.main-box {
  float: right;
  width: 100%;
  background: #f6f6f6;
  padding: 40px 52px 40px;
  margin-bottom: 150px; }
  @media only screen and (max-width: 480px) {
    .main-box {
      padding: 40px 20px 40px; } }
  .main-box h1, .main-box h2 {
    font-size: 26px;
    line-height: 28px;
    font-weight: 900;
    margin-bottom: 20px;
    color: #006774; }
  .main-box .send_lead {
    float: right;
    width: 100%; }
    .main-box .send_lead .field-box {
      float: right;
      width: 50%;
      margin-top: 15px;
      clear: both; }
      .main-box .send_lead .field-box label {
        float: right;
        width: 100%;
        margin-bottom: 0;
        margin-right: 10px;
        font-size: 18px;
        color: #58595b;
        font-weight: bold;
        padding: 0; }
      .main-box .send_lead .field-box input {
        float: right;
        width: 100%;
        border-radius: 416px;
        border: 2px solid #58595b;
        display: block;
        height: calc(2.25rem + 2px);
        padding: .375rem .75rem;
        font-size: 1rem;
        font-weight: 400;
        line-height: 1.5;
        color: #495057;
        background-color: #fff;
        background-clip: padding-box;
        transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out; }
    .main-box .send_lead .description {
      float: right;
      width: 100%;
      margin-top: 15px; }
      .main-box .send_lead .description p {
        margin-bottom: 5px;
        line-height: 20px; }
    .main-box .send_lead button {
      min-width: 110px;
      padding: 0 10px;
      float: right;
      height: 38px;
      margin-top: 10px;
      line-height: 38px;
      text-align: center;
      border: 0;
      border-radius: 416px;
      color: #ffffff;
      background: #006373;
      font-size: 20px;
      font-weight: bold;
      cursor: pointer; }
  .main-box label.error {
    font-size: 80% !important;
    color: #dc3545 !important;
    display: block; }
  .main-box .info-holder {
    float: right;
    width: 100%; }
    .main-box .info-holder .right {
      float: right;
      width: 36%; }
      @media only screen and (max-width: 767px) {
        .main-box .info-holder .right {
          width: 100%; } }
      .main-box .info-holder .right img {
        width: 100%; }
    .main-box .info-holder .left {
      float: left;
      width: 58%; }
      @media only screen and (max-width: 767px) {
        .main-box .info-holder .left {
          float: right;
          width: 100%; } }
      .main-box .info-holder .left h2 {
        font-size: 24px;
        line-height: 26px;
        font-weight: bold;
        color: #006373;
        margin: 25px 0 0; }
      .main-box .info-holder .left p {
        font-size: 19px;
        line-height: 22px; }
      .main-box .info-holder .left ul {
        list-style: " - ";
        list-style-position: inside; }
    .main-box .info-holder .mini-desc {
      float: left;
      width: 58%;
      padding-top: 10px;
      border-top: 1px solid #000000;
      text-align: left;
      direction: ltr;
      clear: both; }
      @media only screen and (max-width: 767px) {
        .main-box .info-holder .mini-desc {
          width: 100%;
          margin-top: 35px; } }
      .main-box .info-holder .mini-desc p {
        margin-bottom: 5px;
        font-size: 14px;
        line-height: 16px; }

.main_wrapper.ru .main-box .send_lead .field-box,
.main_wrapper.ru .main-box .send_lead button,
.main_wrapper.ru .main-box .send_lead {
  float: left; }
.main_wrapper.ru .main-box .send_lead .field-box label {
  margin-right: 0; }

@media only screen and (max-width: 767px) {
  .main-box .info-holder .right img {
    margin-bottom: 33px; } }

.main_content.treat .inner_main.treats {
  max-width: 672px; }
  @media only screen and (max-width: 641px) {
    .main_content.treat .inner_main.treats {
      padding: 40px 52px 40px; } }
  .main_content.treat .inner_main.treats h1 {
    font-size: 31px;
    line-height: 32px;
    color: #006875;
    font-weight: 900;
    margin-bottom: 0; }
  .main_content.treat .inner_main.treats p {
    font-size: 20px;
    color: #2B2E34; }
  .main_content.treat .inner_main.treats .items-holder {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    @media only screen and (max-width: 641px) {
      .main_content.treat .inner_main.treats .items-holder {
        -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
        justify-content: space-evenly; } }
    .main_content.treat .inner_main.treats .items-holder .item-box {
      max-width: 214px;
      background: #F7F7F7;
      margin-bottom: 15px;
      padding-top: 13px; }
      .main_content.treat .inner_main.treats .items-holder .item-box.open {
        background: #006875; }
        .main_content.treat .inner_main.treats .items-holder .item-box.open .box-title-holder h2 {
          color: #ffffff;
          opacity: 1; }
      .main_content.treat .inner_main.treats .items-holder .item-box .icon-box {
        width: 34px;
        height: 34px; }
      .main_content.treat .inner_main.treats .items-holder .item-box .box-title-holder h2 {
        font-size: 22px;
        color: #595B60;
        font-weight: bold;
        opacity: 0.6; }
@media only screen and (max-width: 736px) {
  .main_content.treat .inner_main .main-box.pl-0-m {
    padding-left: 0; } }
.main_content.treat .inner_main .main-box h1 {
  margin-bottom: 0;
  font-size: 31px; }
.main_content.treat .inner_main .main-box .desc {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 20px; }
.main_content.treat .inner_main .main-box .info-holder .left {
  width: 64%; }
  @media only screen and (max-width: 736px) {
    .main_content.treat .inner_main .main-box .info-holder .left {
      width: 100%; } }
  .main_content.treat .inner_main .main-box .info-holder .left h2 {
    margin-top: 0; }
.main_content.treat .inner_main .main-box .info-holder .right {
  width: 31%; }
  @media only screen and (max-width: 736px) {
    .main_content.treat .inner_main .main-box .info-holder .right {
      width: 100%; } }
  .main_content.treat .inner_main .main-box .info-holder .right.alone {
    margin: 0 0 5px 36px; }
    @media only screen and (max-width: 767px) {
      .main_content.treat .inner_main .main-box .info-holder .right.alone {
        margin-right: 36px;
        margin-left: 0;
        margin-bottom: 25px; } }
.main_content.treat .inner_main .middle-header {
  float: right;
  width: 100%;
  font-size: 24px; }
  .main_content.treat .inner_main .middle-header.bigger {
    font-weight: bold; }
.main_content.treat .inner_main .q_a_holder.middle {
  margin-bottom: 20px; }

.cell h3 {
  color: #ffffff;
  font-size: 20px;
  font-weight: bold;
  background: #006875;
  border-radius: 8px;
  vertical-align: middle;
  margin-bottom: 10px;
  padding: 7.5px 5px; }
.cell .text-box {
  background: #ffffff;
  border-radius: 8px;
  height: 100%; }
  @media only screen and (max-width: 736px) {
    .cell .text-box {
      height: auto; } }
  .cell .text-box p {
    padding: 12px 11px;
    text-align: right;
    margin-bottom: 0; }

.swiperCards.type3 .swiperCards_slide {
  width: 29%;
  margin-left: 6.5%; }
.swiperCards.type4 .swiperCards_slide {
  width: 22%;
  margin-left: 4%; }

.swiperCards_slide {
  width: 49%;
  margin-left: 2%;
  display: flex;
  flex-direction: column; }
  .swiperCards_slide:last-of-type {
    margin-left: 0 !important; }
  @media only screen and (max-width: 736px) {
    .swiperCards_slide {
      width: 260px !important;
      margin-left: 18px !important; } }

.cardT1_title {
  text-align: center;
  color: #ffffff;
  font-size: 20px;
  font-weight: bold;
  background: #006875;
  border-radius: 8px;
  vertical-align: middle;
  margin-bottom: 10px;
  padding: 7.5px 5px;
  display: flex;
  align-items: center;
  justify-content: center; }

.cardT1_text {
  height: 100%; }
  .cardT1_text .text {
    background: #ffffff;
    border-radius: 8px;
    padding: 12px 11px;
    margin-bottom: 18px; }
    .cardT1_text .text:last-of-type {
      margin-bottom: 0; }

.swiperCards_btns {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  padding-left: 20px;
  margin-top: 20px; }
  @media only screen and (min-width: 735px) {
    .swiperCards_btns.noDesktop {
      display: none; } }

.swiper-button-next, .swiper-button-prev {
  position: relative;
  right: auto;
  left: auto;
  background: #006875;
  width: 43px;
  height: 43px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 15px; }

.swiper-button-next:after, .swiper-button-prev:after {
  font-size: 20px;
  color: white; }

.swiperCardsT1 .cardT1_text .text:nth-child(1), .swiperCardsT1 .cardT1_text .text:nth-child(2) {
  min-height: 78px; }
.swiperCardsT1 .cardT1_text .text:nth-child(3) {
  min-height: 186px; }

.swiperCardsT2 .cardT1_text .text:nth-child(1) {
  min-height: 234px; }
  @media only screen and (max-width: 736px) {
    .swiperCardsT2 .cardT1_text .text:nth-child(1) {
      min-height: 204px; } }
.swiperCardsT2 .cardT1_text .text:nth-child(2) {
  min-height: 174px; }
  @media only screen and (max-width: 736px) {
    .swiperCardsT2 .cardT1_text .text:nth-child(2) {
      min-height: 144px; } }
.swiperCardsT2 .cardT1_text .text:nth-child(3) {
  min-height: 264px; }
  @media only screen and (max-width: 736px) {
    .swiperCardsT2 .cardT1_text .text:nth-child(3) {
      min-height: 204px; } }

.swiperCardsT3 .cardT1_text .text {
  min-height: 84px; }
  @media only screen and (max-width: 736px) {
    .swiperCardsT3 .cardT1_text .text:nth-child(1) {
      min-height: 114px; } }
  @media only screen and (max-width: 736px) {
    .swiperCardsT3 .cardT1_text .text:nth-child(2) {
      min-height: 144px; } }

.swiperCardsT4 .cardT1_text .text:nth-child(1) {
  min-height: 174px; }
  @media only screen and (max-width: 736px) {
    .swiperCardsT4 .cardT1_text .text:nth-child(1) {
      min-height: 294px; } }
.swiperCardsT4 .cardT1_text .text:nth-child(2) {
  min-height: 114px; }
  @media only screen and (max-width: 736px) {
    .swiperCardsT4 .cardT1_text .text:nth-child(2) {
      min-height: 174px; } }

.ru_main_content .swiperCardsT1 .cardT1_text .text:nth-child(1) {
  min-height: 132px; }
.ru_main_content .swiperCardsT1 .cardT1_text .text:nth-child(2) {
  min-height: 105px; }
  @media only screen and (max-width: 736px) {
    .ru_main_content .swiperCardsT1 .cardT1_text .text:nth-child(2) {
      min-height: 132px; } }
.ru_main_content .swiperCardsT1 .cardT1_text .text:nth-child(3) {
  min-height: 321px; }
.ru_main_content .swiperCardsT2 .cardT1_title {
  min-height: 63px; }
.ru_main_content .swiperCardsT2 .cardT1_text .text:nth-child(1) {
  min-height: 444px; }
  @media only screen and (max-width: 736px) {
    .ru_main_content .swiperCardsT2 .cardT1_text .text:nth-child(1) {
      min-height: 354px; } }
.ru_main_content .swiperCardsT2 .cardT1_text .text:nth-child(2) {
  min-height: 324px; }
  @media only screen and (max-width: 736px) {
    .ru_main_content .swiperCardsT2 .cardT1_text .text:nth-child(2) {
      min-height: 264px; } }
.ru_main_content .swiperCardsT2 .cardT1_text .text:nth-child(3) {
  min-height: 534px; }
  @media only screen and (max-width: 736px) {
    .ru_main_content .swiperCardsT2 .cardT1_text .text:nth-child(3) {
      min-height: 444px; } }
.ru_main_content .swiperCardsT3 .cardT1_text .text {
  min-height: 114px; }
  @media only screen and (max-width: 736px) {
    .ru_main_content .swiperCardsT3 .cardT1_text .text:nth-child(1) {
      min-height: 204px; } }
  .ru_main_content .swiperCardsT3 .cardT1_text .text:nth-child(2) {
    min-height: 174px; }
    @media only screen and (max-width: 736px) {
      .ru_main_content .swiperCardsT3 .cardT1_text .text:nth-child(2) {
        min-height: 294px; } }
.ru_main_content .swiperCardsT4 .cardT1_text .text:nth-child(1) {
  min-height: 264px; }
  @media only screen and (max-width: 736px) {
    .ru_main_content .swiperCardsT4 .cardT1_text .text:nth-child(1) {
      min-height: 444px; } }
.ru_main_content .swiperCardsT4 .cardT1_text .text:nth-child(2) {
  min-height: 174px; }
  @media only screen and (max-width: 736px) {
    .ru_main_content .swiperCardsT4 .cardT1_text .text:nth-child(2) {
      min-height: 324px; } }
@media only screen and (max-width: 736px) {
  .ru_main_content.main_content.treat .inner_main .main-box.pl-0-m {
    padding-right: 0;
    padding-left: 52px; } }
@media only screen and (max-width: 480px) {
  .ru_main_content.main_content.treat .inner_main .main-box.pl-0-m {
    padding-left: 20px; } }
@media only screen and (max-width: 736px) {
  .ru_main_content .swiperCards_slide {
    margin-right: 18px !important;
    margin-left: 0 !important; } }
.ru_main_content .swiperCards_btns {
  padding-right: 20px;
  padding-left: 0; }

.ar_main_content .swiperCardsT2 .cardT1_text .text:nth-child(2) {
  min-height: 204px; }
  @media only screen and (max-width: 736px) {
    .ar_main_content .swiperCardsT2 .cardT1_text .text:nth-child(2) {
      min-height: 174px; } }
.ar_main_content .swiperCardsT2 .cardT1_text .text:nth-child(3) {
  min-height: 294px; }
  @media only screen and (max-width: 736px) {
    .ar_main_content .swiperCardsT2 .cardT1_text .text:nth-child(3) {
      min-height: 234px; } }
@media only screen and (max-width: 736px) {
  .ar_main_content .swiperCardsT3 .cardT1_text .text:nth-child(1) {
    min-height: 144px; } }
.ar_main_content .swiperCardsT3 .cardT1_text .text:nth-child(2) {
  min-height: 114px; }
  @media only screen and (max-width: 736px) {
    .ar_main_content .swiperCardsT3 .cardT1_text .text:nth-child(2) {
      min-height: 174px; } }
@media only screen and (max-width: 736px) {
  .ar_main_content .swiperCardsT4 .cardT1_text .text:nth-child(2) {
    min-height: 204px; } }

.treats_page {
  max-width: 729px !important;
  width: 100%;
  margin: 0 auto;
  margin-bottom: 50px !important; }
  @media only screen and (max-width: 736px) {
    .treats_page {
      padding: 3px 52px 40px;
      margin-bottom: 0 !important; } }
  @media only screen and (max-width: 480px) {
    .treats_page {
      padding: 3px 20px 40px; } }

.treats_title {
  padding: 0 8px; }
  @media only screen and (max-width: 608px) {
    .treats_title {
      padding: 0; } }
  .treats_title .title {
    font-size: 31px;
    line-height: 1.06;
    color: #006875;
    font-weight: 900; }
  .treats_title .text {
    font-size: 20px;
    line-height: 1.06;
    font-weight: 400;
    color: #2B2E34; }

.treatments_container {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start; }
  @media only screen and (max-width: 608px) {
    .treatments_container {
      justify-content: center; } }

.treatment_item {
  background: #F7F7F7;
  width: 227px;
  margin: 0 8px 15px;
  padding: 13px 10px 12px 10px;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center; }
  .treatment_item a {
    width: 90%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center; }
  .treatment_item .image {
    width: 16.5%;
    max-width: 100%;
    margin-bottom: 11px; }
    .treatment_item .image img {
      width: 100%; }
  .treatment_item .text {
    font-size: 21px;
    line-height: 1.1;
    color: #a2a4a7;
    font-weight: bold;
    margin: 0; }
  .treatment_item.open {
    background: #006875; }
    .treatment_item.open .text {
      color: #ffffff; }

.textT1 {
  font-size: 20px;
  font-weight: bold; }

.normal_list {
  list-style: none !important;
  list-style-position: outside !important; }
  .normal_list li {
    position: relative;
    padding-right: 20px; }
    .normal_list li::before {
      content: '•';
      position: absolute;
      right: 0;
      top: 0; }

.image-container1 {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap; }
  @media only screen and (max-width: 767px) {
    .image-container1 {
      flex-direction: column-reverse; } }
  .image-container1 .image {
    width: 31%; }
    @media only screen and (max-width: 767px) {
      .image-container1 .image {
        width: 100%; } }
    .image-container1 .image img {
      width: 100%; }
  .image-container1 .text {
    width: 64%; }
    @media only screen and (max-width: 767px) {
      .image-container1 .text {
        width: 100%; } }

.ru_main_content .treatment_item .text {
  font-size: 19px; }
.ru_main_content .w-4-box {
  margin-right: 4%;
  margin-left: 0; }
  .ru_main_content .w-4-box:last-of-type {
    margin-right: 0; }
  @media only screen and (max-width: 736px) {
    .ru_main_content .w-4-box {
      margin-right: 0; } }
@media only screen and (max-width: 767px) {
  .ru_main_content .main-box .info-holder .right {
    float: left; } }
.ru_main_content .cell .text-box p {
  text-align: left; }
.ru_main_content .normal_list li {
  padding-right: 0;
  padding-left: 20px; }
.ru_main_content .normal_list li::before {
  right: auto;
  left: 0; }
.ru_main_content .w-5-box {
  margin-left: 0;
  margin-right: 3.75%; }
  .ru_main_content .w-5-box:last-of-type {
    margin-right: 0; }
.ru_main_content .swiperCards_slide {
  margin-right: 2%;
  margin-left: 0; }
  .ru_main_content .swiperCards_slide:last-of-type {
    margin-right: 0; }
.ru_main_content .swiperCards.type3 .swiperCards_slide {
  margin-right: 6.5%;
  margin-left: 0; }
  .ru_main_content .swiperCards.type3 .swiperCards_slide:last-of-type {
    margin-right: 0; }
.ru_main_content .swiperCards.type4 .swiperCards_slide {
  margin-right: 4%;
  margin-left: 0; }
  .ru_main_content .swiperCards.type4 .swiperCards_slide:last-of-type {
    margin-right: 0; }

.footer {
  float: right;
  width: 100%;
  padding: 20px 0;
  background: #808285;
  color: #ffffff; }
  .footer .middle-footer {
    width: 100%;
    max-width: 808px;
    margin: 0 auto; }
    .footer .middle-footer .footer-menu {
      float: right;
      width: 100%; }
      .footer .middle-footer .footer-menu ul {
        list-style: none;
        float: right;
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center; }
        .footer .middle-footer .footer-menu ul li {
          margin: 0 10px; }
          .footer .middle-footer .footer-menu ul li a {
            color: #ffffff; }
            .footer .middle-footer .footer-menu ul li a::after {
              content: "";
              width: 2px;
              position: relative;
              height: 12px;
              background: #ffffff;
              display: inline-block;
              margin-right: 15px; }
            .footer .middle-footer .footer-menu ul li a.last::after {
              width: 0; }
    .footer .middle-footer .footer-menu-ru {
      float: right;
      width: 100%; }
      .footer .middle-footer .footer-menu-ru ul {
        list-style: none;
        float: right;
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center; }
        .footer .middle-footer .footer-menu-ru ul li {
          margin: 0 10px; }
          .footer .middle-footer .footer-menu-ru ul li a {
            color: #ffffff; }
            .footer .middle-footer .footer-menu-ru ul li a::after {
              content: "";
              width: 2px;
              position: relative;
              height: 12px;
              background: #ffffff;
              display: inline-block;
              margin-left: 15px; }
            .footer .middle-footer .footer-menu-ru ul li a.last::after {
              width: 0; }
    .footer .middle-footer .footer-description-holder {
      float: right;
      width: 100%; }
      @media only screen and (max-width: 767px) {
        .footer .middle-footer .footer-description-holder {
          padding: 0 15px; } }
      .footer .middle-footer .footer-description-holder p {
        margin-bottom: 0;
        font-size: 16px;
        line-height: 18px;
        text-align: center; }

#exampleModal {
  max-height: 390px; }
  #exampleModal .modal-content {
    border-radius: unset; }
  #exampleModal .modal-header {
    padding: 10px 20px;
    background: #d7d3cb;
    border: 0;
    border-radius: unset; }
    #exampleModal .modal-header .modal-title {
      color: #6B6965;
      font-weight: 700; }
    #exampleModal .modal-header .close {
      padding: 10px; }
  #exampleModal .modal-body {
    padding: 0; }
    #exampleModal .modal-body figure {
      margin: 0; }
    #exampleModal .modal-body video {
      float: right;
      width: 100%; }
    #exampleModal .modal-body .controlls-holder {
      float: right;
      width: 100%;
      background: #6B6965; }

.loader {
  display: none;
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999999999;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.7); }
  .loader .spinner {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -30px 0px 0px -30px;
    border: 10px solid #f3f3f3;
    border-radius: 50%;
    border-top: 10px solid #da0812;
    width: 60px;
    height: 60px;
    -webkit-animation: spin 2s linear infinite;
    /* Safari */
    animation: spin 2s linear infinite; }

/* Safari */
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg); } }
@keyframes spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }
@media only screen and (max-width: 769px) {
  #nagishMenu {
    top: 24vw !important; } }
@media only screen and (max-width: 430px) {
  #nagishMenu {
    top: 34vw !important; } }

/*# sourceMappingURL=style.css.map */
