/*!
 * -------------------------------------
 * Project Name: code.home
 * Author: Konstantin Keylin
 * Author URI: http://keyl.in/
 * Version: 1.0
 * -------------------------------------
 */
/* -------------------------------------------------------------
  Sass CSS3 Mixins! The Cross-Browser CSS3 Sass Library
  By: Matthieu Aussaguel, http://www.mynameismatthieu.com, @matthieu_tweets
  List of CSS3 Sass Mixins File to be @imported and @included as you need
  The purpose of this library is to facilitate the use of CSS3 on different browsers avoiding HARD TO READ and NEVER
  ENDING css files
  note: All CSS3 Properties are being supported by Safari 5
  more info: http://www.findmebyip.com/litmus/#css3-properties
------------------------------------------------------------- */
@font-face {
  font-family: "icomoon";
  src: url("../fonts/icomoon.eot");
  src: url("../fonts/icomoon.eot?#iefix") format("embedded-opentype"), url("../fonts/icomoon.woff") format("woff"), url("../fonts/icomoon.ttf") format("truetype"), url("../fonts/icomoon.svg#icomoon") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "FiraSansRegular";
  src: url("../fonts/FiraSansRegular.eot");
  src: url("../fonts/FiraSansRegular.eot?#iefix") format("embedded-opentype"), url("../fonts/FiraSansRegular.woff") format("woff"), url("../fonts/FiraSansRegular.ttf") format("truetype"), url("../fonts/FiraSansRegular.svg#FiraSansRegular") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "FiraSansMedium";
  src: url("../fonts/FiraSansMedium.eot");
  src: url("../fonts/FiraSansMedium.eot?#iefix") format("embedded-opentype"), url("../fonts/FiraSansMedium.woff") format("woff"), url("../fonts/FiraSansMedium.ttf") format("truetype"), url("../fonts/FiraSansMedium.svg#FiraSansMedium") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "FiraSansLight";
  src: url("../fonts/FiraSansLight.eot");
  src: url("../fonts/FiraSansLight.eot?#iefix") format("embedded-opentype"), url("../fonts/FiraSansLight.woff") format("woff"), url("../fonts/FiraSansLight.ttf") format("truetype"), url("../fonts/FiraSansLight.svg#FiraSansLight") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "FiraSansBold";
  src: url("../fonts/FiraSansBold.eot");
  src: url("../fonts/FiraSansBold.eot?#iefix") format("embedded-opentype"), url("../fonts/FiraSansBold.woff") format("woff"), url("../fonts/FiraSansBold.ttf") format("truetype"), url("../fonts/FiraSansBold.svg#FiraSansBold") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "SFUITextHeavy";
  src: url("../fonts/SFUITextHeavy.eot");
  src: url("../fonts/SFUITextHeavy.eot?#iefix") format("embedded-opentype"), url("../fonts/SFUITextHeavy.woff") format("woff"), url("../fonts/SFUITextHeavy.ttf") format("truetype"), url("../fonts/SFUITextHeavy.svg#SFUITextHeavy") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "FiraSansLightItalic";
  src: url("../fonts/FiraSansLightItalic.eot");
  src: url("../fonts/FiraSansLightItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/FiraSansLightItalic.woff") format("woff"), url("../fonts/FiraSansLightItalic.ttf") format("truetype"), url("../fonts/FiraSansLightItalic.svg#FiraSansLightItalic") format("svg");
  font-weight: normal;
  font-style: normal; }

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
  box-sizing: border-box; }

html, button {
  line-height: 1; }

body {
  font-family: "FiraSansRegular", "helvetica", "arial", sans-serif, serif;
  line-height: 1;
  font-size: 14px;
  background: #fff;
  -webkit-font-smoothing: antialiased !important;
  text-rendering: optimizeLegibility !important; }
  body * {
    -webkit-box-sizing: border-box;
    -khtml-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box; }

ol, ul {
  list-style: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle; }

q, blockquote {
  quotes: none; }
  q:before, q:after, blockquote:before, blockquote:after {
    content: "";
    content: none; }

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

a {
  text-decoration: none;
  cursor: pointer; }

article, aside, details, figcaption, figure, footer, header, main, menu, nav, section, summary {
  display: block;
  box-sizing: border-box; }

:focus {
  outline: none; }

h1, h2, h3, h4, h5, h6 {
  font-weight: normal; }

.cf:before, .cf:after {
  content: '.';
  display: block;
  overflow: hidden;
  visibility: hidden;
  font-size: 0;
  line-height: 0;
  width: 0;
  height: 0; }

.cf:after {
  clear: both; }

.mi-icon, .mi_icon {
  font-family: "icomoon";
  speak: none;
  font-style: normal;
  font-weight: normal;
  position: relative;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
  .mi-icon__vk:before, .mi_icon__vk:before {
    content: "\e611"; }
  .mi-icon__fb:before, .mi_icon__fb:before {
    content: "\e739"; }
  .mi-icon__od:before, .mi_icon__od:before {
    content: "\e807"; }
  .mi-icon__yt:before, .mi_icon__yt:before {
    content: "\e400"; }
  .mi-icon__close:before, .mi_icon__close:before {
    content: "\e605"; }
  .mi-icon__menu:before, .mi_icon__menu:before {
    content: "\E312"; }
  .mi-icon__left_arrow:before, .mi_icon__left_arrow:before {
    content: "\e750"; }
  .mi-icon__right_arrow:before, .mi_icon__right_arrow:before {
    content: "\e751"; }
  .mi-icon__btn_arrow:before, .mi_icon__btn_arrow:before {
    content: "\e721";
    position: absolute;
    top: -3px;
    font-size: 16px;
    left: 10px; }

.fb_icon:before {
  content: "\e608"; }

.tw_icon:before {
  content: "\e610"; }

.yt_icon:before {
  content: "\e702"; }

.vi_icon:before {
  content: "\e772"; }

.mi_back_arrow:before {
  content: "\e601";
  position: absolute;
  left: -29px;
  top: -2px;
  font-size: 20px; }

.mi_mail:before {
  content: "\e777"; }

.mi_burger:before {
  content: "\e769"; }

.mi_ben_1:before {
  content: "\e801"; }

.mi_ben_2:before {
  content: "\e802"; }

.mi_ben_3:before {
  content: "\e804"; }

.mi_ben_4:before {
  content: "\e805"; }

.mi_checkout:before {
  content: "\e806"; }

.mi_cargo:before {
  content: "\e800"; }

.mi_search:before {
  content: "\e797";
  cursor: pointer; }

.mi_second_search:before {
  content: "\e797"; }

.mi_cross:before {
  content: "\e605"; }

.mi_arrow:before {
  content: "\e795";
  font-size: 27px; }

.mi_calc:before {
  content: "\e794";
  position: absolute;
  left: -38px;
  top: -4px;
  font-size: 35px; }

.be_icon:before {
  content: "\e770"; }

.in_icon:before {
  content: "\e771"; }

.vk_icon:before {
  content: "\e611"; }

.login_icon:before {
  content: "\e748"; }

.reg_icon:before {
  content: "\e747"; }

.mi_left_arrow:before {
  content: "\e787"; }

.mi_right_arrow:before {
  content: "\e788"; }

.mi_place:before {
  content: "\e765"; }

.mi_pencil:before {
  content: "\e770"; }

.mi_man:before {
  content: "\e771"; }

.mi_close:before {
  content: "\e605"; }

.mi_separator:before {
  content: "\e789"; }

.mi_like:before {
  content: "\e781"; }

.mi_dislike:before {
  content: "\e780"; }

.mi_comment:before {
  content: "\e785";
  font-size: 28px;
  position: absolute;
  left: -40px;
  top: -1px; }

.mi_send_mail:before {
  content: "\e784"; }

.mi_upload_more:before {
  content: "\e796";
  position: absolute;
  font-size: 40px;
  top: -3px;
  left: 16px;
  -webkit-transition: All 1s;
  -khtml-transition: All 1s;
  -moz-transition: All 1s;
  -ms-transition: All 1s;
  -o-transition: All 1s;
  transition: All 1s; }

.mi_price {
  display: inline-block;
  width: 30px; }
  .mi_price:before {
    content: "\e786";
    position: absolute;
    top: -22px;
    left: -4px;
    font-size: 31px; }

.mi_car {
  display: inline-block;
  width: 46px; }
  .mi_car:before {
    content: "";
    width: 38px;
    height: 25px;
    position: absolute;
    top: -17px;
    left: -4px;
    font-size: 31px; }

.mi_order {
  display: inline-block;
  width: 56px; }
  .mi_order:before {
    content: "\e783";
    position: absolute;
    top: -40px;
    left: -4px;
    font-size: 49px; }

.mi_home:before {
  content: "\e779";
  position: absolute;
  top: -19px;
  font-size: 27px;
  left: 0px; }

.foo_icon_1:before {
  position: absolute;
  top: -13px;
  content: "\e775";
  font-size: 40px;
  left: -48px; }

.foo_icon_2:before {
  position: absolute;
  content: "\e776";
  top: 7px;
  left: -46px;
  font-size: 35px; }

.foo_icon_3:before {
  position: absolute;
  content: "\e777";
  top: -8px;
  left: -46px;
  font-size: 31px; }

.foo_icon_4:before {
  position: absolute;
  content: "\e778";
  top: -6px;
  left: -47px;
  font-size: 30px; }

.arcticmodal-close {
  right: -5px !important;
  top: 11px !important;
  font-size: 18px !important; }

.arcticmodal-overlay, .arcticmodal-container {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1000; }

.arcticmodal-container {
  overflow: auto;
  margin: 0;
  padding: 0;
  border: 0;
  border-collapse: collapse; }

*:first-child + html .arcticmodal-container {
  height: 100%; }

.arcticmodal-container_i {
  height: 100%;
  margin: 0 auto;
  width: 1425px;
  /*me6*/
  /*me5*/
  /*me4*/
  /*me2*/ }
  @media (min-width: 1501px) and (max-width: 1700px) {
    .arcticmodal-container_i {
      width: 1425px; } }
  @media (min-width: 1280px) and (max-width: 1500px) {
    .arcticmodal-container_i {
      width: 1200px; } }
  @media (min-width: 992px) {
    .arcticmodal-container_i {
      width: 950px; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .arcticmodal-container_i {
      width: 760px;
      max-width: 100%; } }
  @media (min-width: 200px) and (max-width: 767px) {
    .arcticmodal-container_i {
      width: 80vw; } }

.arcticmodal-container_i2 {
  padding: 24px;
  margin: 0;
  border: 0;
  vertical-align: middle; }

.arcticmodal-error {
  padding: 20px;
  border-radius: 10px;
  background: #000;
  color: #fff; }

.arcticmodal-loading {
  width: 80px;
  height: 80px;
  border-radius: 10px; }

.box-modal {
  position: relative;
  padding: 27px;
  background: #fff;
  color: #3c3c3c;
  font: 14px/18px Arial, "Helvetica CY", "Nimbus Sans L", sans-serif;
  box-shadow: 0 0 0 6px rgba(153, 153, 153, 0.3);
  border-radius: 6px;
  width: 1425px;
  /*me6*/
  /*me5*/
  /*me4*/
  /*me2*/ }
  @media (min-width: 1501px) and (max-width: 1700px) {
    .box-modal {
      width: 1425px; } }
  @media (min-width: 1280px) and (max-width: 1500px) {
    .box-modal {
      width: 1200px; } }
  @media (min-width: 992px) {
    .box-modal {
      width: 950px; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .box-modal {
      width: 730px;
      max-width: 100%; } }
  @media (min-width: 200px) and (max-width: 767px) {
    .box-modal {
      width: 90vw; } }

.box-modal_close {
  position: absolute;
  right: 10px;
  top: 6px;
  font-size: 11px;
  line-height: 15px;
  color: #999;
  cursor: pointer; }

.box-modal_close:hover {
  color: #666; }

.howto_video {
  height: 768px;
  width: 1365px;
  /*me5*/
  /*me4*/
  /*me3*/
  /*me2*/ }
  @media (min-width: 1280px) and (max-width: 1500px) {
    .howto_video {
      width: 100%;
      height: 645px; } }
  @media (min-width: 992px) {
    .howto_video {
      width: auto;
      height: 504px; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .howto_video {
      width: auto;
      height: 381px; } }
  @media (min-width: 200px) and (max-width: 767px) {
    .howto_video {
      width: 65vw;
      height: 36.7vw;
      margin: 0 auto; } }
  .howto_video > div {
    width: 100%;
    height: 100%; }

.modal_title_1 {
  font-size: 27px;
  text-transform: uppercase;
  line-height: 40px;
  text-align: center;
  font-family: "FiraSansLight", "helvetica", "arial", sans-serif; }

.simple_description {
  color: #fff;
  padding: 37px 0 0;
  width: 1200px;
  height: 535px; }

.arcticmodal-close {
  float: right;
  cursor: pointer;
  font-size: 19px;
  font-weight: 100;
  font-family: cursive; }

#feedback-infolist {
  font-size: 24px; }

.content__layout {
  width: 950px;
  margin: 0 auto;
  position: relative;
  /*me4*/
  /*me3*/
  /*me2*/ }
  @media (min-width: 768px) and (max-width: 991px) {
    .content__layout {
      width: 760px;
      max-width: 100%; } }
  @media (max-width: 767px) {
    .content__layout {
      width: 95vw;
      max-width: 100%;
      overflow: hidden; } }

.main_flag {
  text-align: center; }

.wrapper {
  min-height: 100vh;
  padding-bottom: 50px;
  /*me4*/
  /*me3*/
  /*me2*/ }
  @media (min-width: 768px) and (max-width: 991px) {
    .wrapper {
      padding-top: 0; } }
  @media (min-width: 200px) and (max-width: 767px) {
    .wrapper {
      padding-top: 0; } }

.text_content p {
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 19px; }

.text_content ul li {
  font-size: 16px;
  line-height: 19px;
  padding: 0 0 17px 45px; }

.breadcrumbs {
  display: block;
  color: #4e4e4e;
  font-family: "FiraSansMedium", "helvetica", "arial", sans-serif;
  font-size: 14px;
  padding: 0px 20px 0px; }
  .breadcrumbs a {
    color: #4e4e4e;
    /*me2*/ }
    @media (min-width: 200px) and (max-width: 767px) {
      .breadcrumbs a {
        display: inline-block; } }
  .breadcrumbs .separator {
    padding: 0 3px 0 5px; }

.entry-content {
  padding: 32px 0 35px 0;
  font-size: 22.5px;
  line-height: 25px;
  font-family: "FiraSansLight", "helvetica", "arial", sans-serif;
  zoom: 1;
  /*me5*/
  /*me4*/
  /*me3*/
  /*me2*/
  /*me1*/ }
  .entry-content:after {
    content: "";
    display: table;
    clear: both; }
  @media (min-width: 1280px) and (max-width: 1500px) {
    .entry-content {
      font-size: 21px;
      line-height: 1.2; } }
  @media (min-width: 992px) {
    .entry-content {
      font-size: 18px;
      line-height: 1.2; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .entry-content {
      font-size: 18px;
      line-height: 1.2; } }
  @media (min-width: 200px) and (max-width: 767px) {
    .entry-content {
      font-size: 16px;
      line-height: 1.2; } }
  @media (min-width: 200px) and (max-width: 359px) {
    .entry-content {
      font-size: 14px;
      line-height: 1.2; } }
  .entry-content h1 {
    font-size: 66px;
    line-height: 78px;
    text-align: center;
    font-family: "FiraSansMedium", "helvetica", "arial", sans-serif;
    padding: 10px 0 14px;
    /*me5*/
    /*me4*/
    /*me3*/
    /*me2*/
    /*me1*/ }
    @media (min-width: 1280px) and (max-width: 1500px) {
      .entry-content h1 {
        font-size: 60px;
        line-height: 72px; } }
    @media (min-width: 992px) {
      .entry-content h1 {
        font-size: 48px;
        line-height: 60px; } }
    @media (min-width: 768px) and (max-width: 991px) {
      .entry-content h1 {
        font-size: 42px;
        line-height: 56px; } }
    @media (min-width: 200px) and (max-width: 767px) {
      .entry-content h1 {
        font-size: 28px;
        line-height: 40px; } }
    @media (min-width: 200px) and (max-width: 359px) {
      .entry-content h1 {
        font-size: 24px;
        line-height: 30px; } }
  .entry-content h2 {
    font-size: 66px;
    line-height: 78px;
    font-family: "FiraSansMedium", "helvetica", "arial", sans-serif;
    padding: 23px 0 61px;
    /*me5*/
    /*me4*/
    /*me3*/
    /*me2*/
    /*me1*/ }
    @media (min-width: 1280px) and (max-width: 1500px) {
      .entry-content h2 {
        font-size: 60px;
        line-height: 72px;
        padding: 20px 0 40px; } }
    @media (min-width: 992px) {
      .entry-content h2 {
        font-size: 48px;
        line-height: 60px;
        padding: 15px 0 30px; } }
    @media (min-width: 768px) and (max-width: 991px) {
      .entry-content h2 {
        font-size: 42px;
        line-height: 56px;
        padding: 15px 0 20px; } }
    @media (min-width: 200px) and (max-width: 767px) {
      .entry-content h2 {
        font-size: 28px;
        line-height: 40px;
        padding: 10px 0 14px; } }
    @media (min-width: 200px) and (max-width: 359px) {
      .entry-content h2 {
        font-size: 24px;
        line-height: 30px;
        padding: 10px 0 14px; } }
  .entry-content h3 {
    font-size: 45px;
    line-height: 54px;
    text-align: center;
    font-family: "FiraSansMedium", "helvetica", "arial", sans-serif;
    /*me5*/
    /*me4*/
    /*me3*/
    /*me2*/
    /*me1*/ }
    @media (min-width: 1280px) and (max-width: 1500px) {
      .entry-content h3 {
        font-size: 38px;
        line-height: 48px;
        padding: 20px 0 40px; } }
    @media (min-width: 992px) {
      .entry-content h3 {
        font-size: 34px;
        line-height: 44px;
        padding: 15px 0 30px; } }
    @media (min-width: 768px) and (max-width: 991px) {
      .entry-content h3 {
        font-size: 30px;
        line-height: 38px;
        padding: 15px 0 20px; } }
    @media (min-width: 200px) and (max-width: 767px) {
      .entry-content h3 {
        font-size: 24px;
        line-height: 32px;
        padding: 10px 0 14px; } }
    @media (min-width: 200px) and (max-width: 359px) {
      .entry-content h3 {
        font-size: 20px;
        line-height: 30px;
        padding: 10px 0 14px; } }
  .entry-content h4 {
    font-size: 30px;
    line-height: 1.2;
    text-align: center;
    font-family: "FiraSansMedium", "helvetica", "arial", sans-serif;
    /*me5*/
    /*me4*/
    /*me3*/
    /*me2*/
    /*me1*/ }
    @media (min-width: 1280px) and (max-width: 1500px) {
      .entry-content h4 {
        font-size: 28px; } }
    @media (min-width: 992px) {
      .entry-content h4 {
        font-size: 25px; } }
    @media (min-width: 768px) and (max-width: 991px) {
      .entry-content h4 {
        font-size: 22px; } }
    @media (min-width: 200px) and (max-width: 767px) {
      .entry-content h4 {
        font-size: 20px; } }
    @media (min-width: 200px) and (max-width: 359px) {
      .entry-content h4 {
        font-size: 17px; } }
  .entry-content p {
    padding-bottom: 40px;
    /*me5*/
    /*me4*/
    /*me3*/
    /*me2*/
    /*me1*/ }
    @media (min-width: 1280px) and (max-width: 1500px) {
      .entry-content p {
        padding-bottom: 35px; } }
    @media (min-width: 992px) {
      .entry-content p {
        padding-bottom: 30px; } }
    @media (min-width: 768px) and (max-width: 991px) {
      .entry-content p {
        padding-bottom: 20px; } }
    @media (min-width: 200px) and (max-width: 767px) {
      .entry-content p {
        padding-bottom: 18px; } }
    @media (min-width: 200px) and (max-width: 359px) {
      .entry-content p {
        padding-bottom: 12px; } }
  .entry-content .alignright {
    float: right;
    padding: 4px 0 36px 38px;
    max-width: 50%;
    /*me1*/ }
    @media (min-width: 200px) and (max-width: 480px) {
      .entry-content .alignright {
        float: none;
        padding: 4px 10px 10px;
        max-width: 100%; } }
  .entry-content .alignleft {
    float: left;
    padding: 4px 38px 36px 0;
    max-width: 50%;
    /*me1*/ }
    @media (min-width: 200px) and (max-width: 480px) {
      .entry-content .alignleft {
        float: none;
        max-width: 100%;
        padding: 4px 10px 10px; } }
  .entry-content strong {
    font-family: "FiraSansMedium", "helvetica", "arial", sans-serif; }
  .entry-content blockquote {
    padding: 0 20px 0 60px;
    margin: 48px 2px 0px;
    position: relative;
    /*me3*/
    /*me2*/ }
    @media (min-width: 768px) and (max-width: 991px) {
      .entry-content blockquote {
        padding: 0 10px 0 35px;
        margin: 24px 2px 24px; } }
    @media (min-width: 200px) and (max-width: 767px) {
      .entry-content blockquote {
        padding: 0 10px 0 35px;
        margin: 24px 2px 24px; } }
    .entry-content blockquote:after {
      display: block;
      position: absolute;
      height: 74%;
      width: 9px;
      content: '';
      background: #0063ca;
      top: 2.5%;
      left: 0;
      /*me3*/
      /*me2*/ }
      @media (min-width: 768px) and (max-width: 991px) {
        .entry-content blockquote:after {
          width: 5px; } }
      @media (min-width: 200px) and (max-width: 767px) {
        .entry-content blockquote:after {
          width: 3px; } }
  .entry-content ul {
    padding: 21px 0 0;
    /*me2*/ }
    @media (min-width: 200px) and (max-width: 767px) {
      .entry-content ul {
        padding: 12px 0 0; } }
  .entry-content li {
    position: relative;
    text-indent: 21px;
    padding-bottom: 20px;
    /*me2*/ }
    @media (min-width: 200px) and (max-width: 767px) {
      .entry-content li {
        text-indent: 13px; } }
    .entry-content li:after {
      width: 5px;
      height: 5px;
      background: #000000;
      display: block;
      content: '';
      position: absolute;
      top: 8px;
      left: 3px;
      -webkit-border-radius: 10px;
      -moz-border-radius: 10px;
      border-radius: 10px;
      /*me2*/ }
      @media (min-width: 200px) and (max-width: 767px) {
        .entry-content li:after {
          top: 6px; } }

.columns {
  zoom: 1; }
  .columns:after {
    content: "";
    display: table;
    clear: both; }

.column_2 {
  width: 50%;
  float: left; }

.column_3 {
  width: 33%;
  float: left; }

.column_4 {
  width: 25%;
  float: left; }

.purple {
  color: #e20088; }

.blue {
  color: #00aeef; }

.green {
  color: #009f4d; }

.direction {
  text-align: center; }
  .direction_section {
    display: inline-block;
    width: 405px;
    max-width: 90%; }
  .direction_btn {
    display: block;
    text-align: center;
    font-size: 19px;
    line-height: 42px;
    width: 245px;
    margin: 14px auto 15px;
    max-width: 80%;
    background: #707070;
    color: #fff;
    -webkit-transition: All 0.3s;
    -khtml-transition: All 0.3s;
    -moz-transition: All 0.3s;
    -ms-transition: All 0.3s;
    -o-transition: All 0.3s;
    transition: All 0.3s;
    position: relative;
    /*me3*/
    /*me2*/
    /*me1*/ }
    @media (min-width: 768px) and (max-width: 991px) {
      .direction_btn {
        line-height: 40px;
        font-size: 22px; } }
    @media (min-width: 200px) and (max-width: 767px) {
      .direction_btn {
        margin: 9px auto 10px;
        line-height: 35px;
        font-size: 20px; } }
    @media (min-width: 200px) and (max-width: 359px) {
      .direction_btn {
        margin: 7px auto 7px;
        font-size: 17px;
        line-height: 30px; } }
    .direction_btn_right {
      padding-right: 25px; }
      .direction_btn_right:after {
        position: absolute;
        display: block;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 8px 0 8px 12px;
        border-color: transparent transparent transparent #ffffff;
        content: '';
        top: 12px;
        right: 12px;
        /*me3*/
        /*me2*/
        /*me1*/ }
        @media (min-width: 768px) and (max-width: 991px) {
          .direction_btn_right:after {
            top: 9px;
            border-width: 10px 0 10px 13px; } }
        @media (min-width: 200px) and (max-width: 767px) {
          .direction_btn_right:after {
            top: 8px;
            border-width: 9px 0 9px 12px; } }
        @media (min-width: 200px) and (max-width: 359px) {
          .direction_btn_right:after {
            top: 7px;
            border-width: 6px 0 6px 9px; } }
    .direction_btn_left {
      padding-left: 25px; }
      .direction_btn_left:after {
        position: absolute;
        display: block;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 8px 12px 8px 0;
        border-color: transparent #ffffff transparent transparent;
        content: '';
        top: 12px;
        left: 12px;
        /*me3*/
        /*me2*/
        /*me1*/ }
        @media (min-width: 768px) and (max-width: 991px) {
          .direction_btn_left:after {
            top: 9px;
            border-width: 10px 13px 10px 0; } }
        @media (min-width: 200px) and (max-width: 767px) {
          .direction_btn_left:after {
            top: 8px;
            border-width: 9px 12px 9px 12px 0; } }
        @media (min-width: 200px) and (max-width: 359px) {
          .direction_btn_left:after {
            top: 7px;
            border-width: 6px 9px 6px 0; } }
    .direction_btn:hover {
      background: #8f8f8f; }
  .direction_link {
    display: block;
    font-size: 19px;
    text-align: center;
    width: 245px;
    max-width: 80%;
    color: #000;
    font-family: "FiraSansLight", "helvetica", "arial", sans-serif;
    margin: 0 auto 13px;
    /*me3*/
    /*me2*/
    /*me1*/ }
    @media (min-width: 768px) and (max-width: 991px) {
      .direction_link {
        line-height: 40px;
        font-size: 22px; } }
    @media (min-width: 200px) and (max-width: 767px) {
      .direction_link {
        margin: 9px auto 10px;
        line-height: 35px;
        font-size: 20px; } }
    @media (min-width: 200px) and (max-width: 359px) {
      .direction_link {
        margin: 7px auto 7px;
        font-size: 17px;
        line-height: 30px; } }

blockquote {
  padding: 0 20px 0 60px;
  margin: 48px 2px 45px;
  position: relative;
  /*me3*/
  /*me2*/ }
  @media (min-width: 768px) and (max-width: 991px) {
    blockquote {
      padding: 0 10px 0 35px;
      margin: 24px 2px 24px; } }
  @media (min-width: 200px) and (max-width: 767px) {
    blockquote {
      padding: 0 10px 0 35px;
      margin: 24px 2px 24px; } }
  blockquote:after {
    display: block;
    position: absolute;
    height: 74%;
    width: 9px;
    content: '';
    background: #0063ca;
    top: 2.5%;
    left: 0;
    /*me3*/
    /*me2*/ }
    @media (min-width: 768px) and (max-width: 991px) {
      blockquote:after {
        width: 5px; } }
    @media (min-width: 200px) and (max-width: 767px) {
      blockquote:after {
        width: 3px; } }

.contact .entry-content {
  /*me3*/ }
  .contact .entry-content a {
    color: #000;
    text-decoration: none; }
  .contact .entry-content h1, .contact .entry-content h2, .contact .entry-content h3, .contact .entry-content h4, .contact .entry-content h5, .contact .entry-content h6 {
    text-align: left; }
  @media (min-width: 200px) and (max-width: 991px) {
    .contact .entry-content .column_2 {
      width: 100%;
      margin-bottom: 25px; } }

#primary-menu .lang-item {
  position: absolute;
  top: 0;
  right: 0;
  width: 70px; }
  #primary-menu .lang-item a {
    padding: 20px 30px 17px 24px;
    display: block; }
  #primary-menu .lang-item .sub-menu {
    width: 70px;
    /*me3*/ }
  @media (min-width: 200px) and (max-width: 991px) {
    #primary-menu .lang-item {
      display: block;
      max-height: 0px; }
      #primary-menu .lang-item a {
        padding: 11px 20px 10px; } }
  #primary-menu .lang-item.open {
    /*me3*/ }
    @media (min-width: 200px) and (max-width: 991px) {
      #primary-menu .lang-item.open .sub-menu {
        display: block;
        max-height: 300px; } }

.hidden_mob {
  display: block;
  /*me2*/ }
  @media (min-width: 200px) and (max-width: 991px) {
    .hidden_mob {
      display: none; } }

.hidden_dt {
  display: none;
  /*me2*/ }
  @media (min-width: 200px) and (max-width: 991px) {
    .hidden_dt {
      display: block; } }

.header {
  position: relative;
  z-index: 1;
  /*me3*/
  /*me2*/
  /*me3*/
  /*me2*/ }
  @media (min-width: 768px) and (max-width: 991px) {
    .header {
      z-index: 100; } }
  @media (min-width: 200px) and (max-width: 767px) {
    .header {
      z-index: 100; } }
  .header_logo {
    text-align: center;
    padding: 16px 0 11px;
    width: 154px;
    margin: 0 auto;
    /*me4*/ }
  @media (min-width: 768px) and (max-width: 991px) {
    .header {
      z-index: 100; } }
  @media (min-width: 200px) and (max-width: 767px) {
    .header {
      z-index: 100; } }
  .header_mob_logo {
    display: none;
    /*me2*/ }
    @media (min-width: 200px) and (max-width: 991px) {
      .header_mob_logo {
        display: block;
        text-align: center;
        background: #FFFFFF; }
        .header_mob_logo a {
          display: block;
          width: 220px;
          margin: 0px auto;
          padding: 10px 0; } }

.nav {
  position: relative;
  background: #009fe3;
  border-bottom: 7px solid #0063ca;
  /*me3*/ }
  @media (min-width: 200px) and (max-width: 991px) {
    .nav {
      position: fixed;
      background: #009fe3;
      border-bottom: 0 none;
      margin-bottom: 0;
      top: -700px;
      left: 0;
      width: 100%;
      max-height: 100vh;
      -webkit-transition: All 0.3s;
      -khtml-transition: All 0.3s;
      -moz-transition: All 0.3s;
      -ms-transition: All 0.3s;
      -o-transition: All 0.3s;
      transition: All 0.3s; } }
  .nav__items {
    position: relative;
    text-align: left;
    /*me5*/
    /*me3*/ }
    @media (min-width: 1280px) {
      .nav__items {
        margin: 0px 0px; } }
    @media (min-width: 768px) and (max-width: 991px) {
      .nav__items {
        padding-top: 10px; } }
  .nav__item {
    display: inline-block;
    width: 140px;
    text-align: center;
    /*me3*/
    /*me2*/
    /*me3*/
    /*me2*/ }
    @media (min-width: 768px) and (max-width: 991px) {
      .nav__item {
        width: 250px;
        display: block;
        margin: 0 auto 10px !important; } }
    @media (min-width: 200px) and (max-width: 767px) {
      .nav__item {
        width: 172px;
        margin: 0 auto 10px !important; } }
    .nav__item a {
      color: #fff;
      font-family: "FiraSansRegular", "helvetica", "arial", sans-serif;
      padding: 18px 0px 16px;
      font-size: 17px;
      display: block;
      /*me4*/
      /*me1-3*/ }
      @media (min-width: 200px) and (max-width: 991px) {
        .nav__item a {
          padding: 15px 0px 5px;
          margin-bottom: 10px;
          font-size: 20px; } }
      .nav__item a.active {
        font-family: "FiraSansBold", "helvetica", "arial", sans-serif;
        /*me1-3*/ }
        @media (min-width: 200px) and (max-width: 991px) {
          .nav__item a.active {
            font-family: "FiraSansRegular", "helvetica", "arial", sans-serif; } }
    @media (min-width: 768px) and (max-width: 991px) {
      .nav__item {
        position: relative;
        display: block;
        margin: 0; } }
    @media (min-width: 200px) and (max-width: 767px) {
      .nav__item {
        position: relative;
        display: block;
        margin: 0; } }
    .nav__item:hover {
      background: #0063ca;
      /*me3*/ }
      @media (min-width: 200px) and (max-width: 991px) {
        .nav__item:hover {
          background: #009fe3; } }
      .nav__item:hover .nav_subnav {
        max-height: 65px;
        /*me3*/ }
        @media (min-width: 200px) and (max-width: 991px) {
          .nav__item:hover .nav_subnav {
            max-height: 235px;
            padding-top: 5px; } }
  .nav_subnav {
    position: absolute;
    background: #0063ca;
    width: 100%;
    left: 0;
    top: 79px;
    text-align: left;
    max-height: 0;
    -webkit-transition: All 0.3s;
    -khtml-transition: All 0.3s;
    -moz-transition: All 0.3s;
    -ms-transition: All 0.3s;
    -o-transition: All 0.3s;
    transition: All 0.3s;
    overflow: hidden;
    /*me4*/
    /*me2*/ }
    @media (min-width: 992px) {
      .nav_subnav {
        top: 80px; } }
    @media (min-width: 200px) and (max-width: 991px) {
      .nav_subnav {
        position: relative;
        top: 0;
        background: #009fe3;
        text-align: center;
        left: 0;
        max-height: 300px !important;
        padding-top: 5px; } }
    .nav_subnav__layout {
      padding-left: 117px;
      /*me5*/
      /*me4*/
      /*me1-3*/ }
      @media (min-width: 1280px) and (max-width: 1500px) {
        .nav_subnav__layout {
          padding-left: 3px; } }
      @media (min-width: 992px) {
        .nav_subnav__layout {
          padding-left: 46px; } }
      @media (min-width: 200px) and (max-width: 991px) {
        .nav_subnav__layout {
          padding: 0; } }
    .nav_subnav__item {
      display: inline-block;
      /*me1-3*/ }
      @media (min-width: 200px) and (max-width: 991px) {
        .nav_subnav__item {
          display: block;
          width: 80%;
          margin: 0 auto;
          text-align: center; } }
    .nav_subnav__link {
      color: #FFFFFF;
      font-size: 25px;
      padding: 6px 52px 10px;
      display: inline-block;
      /*me1-3*/ }
      @media (min-width: 300px) and (max-width: 991px) {
        .nav_subnav__link {
          font-size: 18px;
          font-family: "FiraSansLight", "helvetica", "arial", sans-serif;
          padding: 6px 22px 10px; } }

.header_mob__nav_opener {
  display: none;
  /*me2*/ }

@media (min-width: 300px) and (max-width: 991px) {
  .header_mob__nav_opener {
    position: fixed !important;
    display: block !important;
    visibility: visible !important;
    max-height: 100vh;
    top: 15px;
    left: 15px;
    -webkit-transition: All 0.3s;
    -khtml-transition: All 0.3s;
    -moz-transition: All 0.3s;
    -ms-transition: All 0.3s;
    -o-transition: All 0.3s;
    transition: All 0.3s;
    font-size: 26px;
    color: #000;
    z-index: 100;
    background: #fff;
    border-radius: 4px;
    width: 41px;
    text-align: center;
    opacity: 1;
    padding: 4px; }
  .header_mob__nav_opener.open {
    opacity: 0;
    -webkit-transition: All 0.3s;
    -khtml-transition: All 0.3s;
    -moz-transition: All 0.3s;
    -ms-transition: All 0.3s;
    -o-transition: All 0.3s;
    transition: All 0.3s; } }

.header_mob__nav_closer {
  display: none; }

@media (min-width: 300px) and (max-width: 991px) {
  .header_mob__nav_closer {
    position: fixed;
    display: block;
    -webkit-transition: All 0.3s;
    -khtml-transition: All 0.3s;
    -moz-transition: All 0.3s;
    -ms-transition: All 0.3s;
    -o-transition: All 0.3s;
    transition: All 0.3s;
    top: 17px;
    left: 20px;
    font-size: 25px;
    color: #000;
    z-index: 99;
    opacity: 0;
    width: 33px;
    text-align: center;
    padding: 5px 5px 0;
    background: #fff; }
  .header_mob__nav_closer.open {
    z-index: 102;
    opacity: 1;
    -webkit-transition: All 0.3s;
    -khtml-transition: All 0.3s;
    -moz-transition: All 0.3s;
    -ms-transition: All 0.3s;
    -o-transition: All 0.3s;
    transition: All 0.3s; } }

.mob_header {
  display: none;
  /*me2*/ }

@media (min-width: 200px) and (max-width: 991px) {
  .sub_open:after {
    font-family: "icomoon";
    speak: none;
    font-style: normal;
    font-weight: normal;
    position: relative;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    top: -1px;
    content: "\e772";
    right: 10px;
    font-size: 35px;
    color: #fff;
    -webkit-transition: All 0.3s;
    -khtml-transition: All 0.3s;
    -moz-transition: All 0.3s;
    -ms-transition: All 0.3s;
    -o-transition: All 0.3s;
    transition: All 0.3s; } }

.sub_open .nav_subnav {
  /*me1-3*/ }
  @media (min-width: 200px) and (max-width: 991px) {
    .sub_open .nav_subnav {
      max-height: 235px;
      padding-top: 5px; } }

.nav.open {
  /*me3*/ }
  @media (min-width: 200px) and (max-width: 991px) {
    .nav.open {
      top: 0; } }

.sub_closed {
  /*me3*/ }
  @media (min-width: 200px) and (max-width: 991px) {
    .sub_closed:after {
      font-family: "icomoon";
      speak: none;
      font-style: normal;
      font-weight: normal;
      position: relative;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      position: absolute;
      top: -1px;
      content: "\e773";
      right: 10px;
      font-size: 35px;
      color: #fff; } }

@media (min-width: 200px) and (max-width: 991px) {
  #primary-menu {
    padding-top: 0px; } }

/*me3*/
.sub-menu {
  padding-left: 0;
  width: 172px;
  position: absolute;
  max-height: 0;
  overflow: hidden;
  -webkit-transition: All 0.3s;
  -khtml-transition: All 0.3s;
  -moz-transition: All 0.3s;
  -ms-transition: All 0.3s;
  -o-transition: All 0.3s;
  transition: All 0.3s;
  /*me3*/ }
  @media (min-width: 200px) and (max-width: 991px) {
    .sub-menu {
      max-height: 500px;
      position: relative;
      width: 100%;
      display: none; } }
  .sub-menu .nav__item {
    display: block;
    background: #0063ca;
    text-align: left;
    margin: 0;
    width: 100%;
    -webkit-transition: All 0.3s;
    -khtml-transition: All 0.3s;
    -moz-transition: All 0.3s;
    -ms-transition: All 0.3s;
    -o-transition: All 0.3s;
    transition: All 0.3s; }
    .sub-menu .nav__item a {
      padding: 10px 20px 8px;
      font-size: 15px;
      /*me3*/ }
      @media (min-width: 768px) and (max-width: 991px) {
        .sub-menu .nav__item a {
          padding: 6px 30px 10px; } }
    .sub-menu .nav__item:hover {
      background: #0084e8; }

.nav__item:hover .sub-menu {
  max-height: 400px; }

.sub-menu .nav__item a {
  text-align: center; }

.mCSB_inside > .mCSB_container {
  margin-right: 0px !important; }

.cowork {
  background: url("../img/busines_bg.jpg");
  background-position: top center;
  -moz-background-size: 100%;
  -o-background-size: 100%;
  -webkit-background-size: 100%;
  background-size: 100%;
  padding-bottom: 33px; }

.custom_styles .main {
  padding-bottom: 12px; }
  .custom_styles .main_video {
    width: 1425px;
    height: 801px;
    /*me5*/
    /*me4*/
    /*me3*/
    /*me2*/ }
    @media (min-width: 1280px) and (max-width: 1500px) {
      .custom_styles .main_video {
        width: 100%;
        height: 673px; } }
    @media (min-width: 992px) {
      .custom_styles .main_video {
        width: auto;
        height: 535px; } }
    @media (min-width: 768px) and (max-width: 991px) {
      .custom_styles .main_video {
        width: auto;
        height: 430px; } }
    @media (min-width: 200px) and (max-width: 767px) {
      .custom_styles .main_video {
        width: 90vw;
        height: 51vw;
        margin: 0 auto; } }
    .custom_styles .main_video > div {
      width: 100%;
      height: 100%; }
  .custom_styles .main__title_1 {
    font-family: "FiraSansMedium", "helvetica", "arial", sans-serif;
    text-align: center;
    display: block;
    color: #000;
    font-size: 44px;
    line-height: 52px;
    padding: 52px 130px 18px;
    /*me3*/
    /*me2*/
    /*me1*/ }
    @media (min-width: 768px) and (max-width: 991px) {
      .custom_styles .main__title_1 {
        font-size: 42px;
        line-height: 56px;
        padding: 75px 81px 18px; } }
    @media (min-width: 200px) and (max-width: 767px) {
      .custom_styles .main__title_1 {
        font-size: 28px;
        line-height: 40px;
        padding: 75px 20px 18px; } }
    @media (min-width: 200px) and (max-width: 359px) {
      .custom_styles .main__title_1 {
        font-size: 24px;
        line-height: 30px;
        padding: 35px 10px 18px; } }
  .custom_styles .main__description {
    text-align: center;
    font-family: "FiraSansLight", "helvetica", "arial", sans-serif;
    font-size: 22.5px;
    line-height: 27px;
    padding: 7px 147px 28px;
    /*me3*/
    /*me2*/
    /*me1*/ }
    @media (min-width: 768px) and (max-width: 991px) {
      .custom_styles .main__description {
        font-size: 22.5px;
        line-height: 27px;
        padding: 17px 20px 41px; } }
    @media (min-width: 200px) and (max-width: 767px) {
      .custom_styles .main__description {
        font-size: 18px;
        line-height: 27px;
        padding: 17px 20px 41px; } }
    @media (min-width: 200px) and (max-width: 359px) {
      .custom_styles .main__description {
        font-size: 16px;
        line-height: 25px; } }
    .custom_styles .main__description p {
      padding-bottom: 0; }
  .custom_styles .main__btn {
    margin: 0 auto;
    display: block;
    width: 209px;
    border: 2px solid #15bb2c;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    color: #15bb2c;
    font-family: "FiraSansRegular", "helvetica", "arial", sans-serif;
    font-size: 19px;
    line-height: 38px;
    text-align: center;
    padding-top: 4px;
    -webkit-transition: All 0.3s;
    -khtml-transition: All 0.3s;
    -moz-transition: All 0.3s;
    -ms-transition: All 0.3s;
    -o-transition: All 0.3s;
    transition: All 0.3s;
    max-width: 80%;
    /*me3*/
    /*me2*/ }
    @media (min-width: 768px) and (max-width: 991px) {
      .custom_styles .main__btn {
        width: 215px;
        font-size: 17px; } }
    @media (min-width: 200px) and (max-width: 767px) {
      .custom_styles .main__btn {
        line-height: 26px;
        font-size: 16px;
        margin-bottom: 15px; } }
    .custom_styles .main__btn:hover {
      background: #15bb2c;
      color: #fff; }
  .custom_styles .main_products {
    zoom: 1;
    margin: 0 0 0px;
    padding-bottom: 38px;
    border-bottom: 1px solid #000000;
    -moz-border-image: url(../img/dotted_line.png) 3 round round;
    -webkit-border-image: url(../img/dotted_line.png) 3 round round;
    -o-border-image: url(../img/dotted_line.png) 3 round round;
    border-image: url(../img/dotted_line.png) 3 round round;
    zoom: 1;
    /*me3*/
    /*me2*/ }
    .custom_styles .main_products:after {
      content: "";
      display: table;
      clear: both; }
    .custom_styles .main_products:after {
      content: "";
      display: table;
      clear: both; }
    @media (min-width: 768px) and (max-width: 991px) {
      .custom_styles .main_products {
        padding-top: 30px; } }
    @media (min-width: 200px) and (max-width: 767px) {
      .custom_styles .main_products {
        padding-top: 20px; } }
  .custom_styles .main_product {
    width: 50%;
    float: left;
    text-align: center;
    /*me2*/ }
    @media (min-width: 200px) and (max-width: 767px) {
      .custom_styles .main_product {
        width: 100%;
        float: none; } }
    .custom_styles .main_product__img {
      display: inline-block;
      max-height: 405px; }
      .custom_styles .main_product__img_wrapper {
        display: block;
        text-align: center;
        vertical-align: middle;
        width: 340px;
        height: 339px;
        padding-top: 9px;
        margin: 26px auto 0;
        /*me2*/ }
        @media (min-width: 200px) and (max-width: 767px) {
          .custom_styles .main_product__img_wrapper {
            max-width: 80%;
            display: block;
            height: auto;
            margin: 0 auto; } }
    .custom_styles .main_product__name {
      font-family: "FiraSansMedium", "helvetica", "arial", sans-serif;
      text-align: center;
      display: block;
      color: #000;
      font-size: 44px;
      line-height: 44px;
      padding: 7px 0px 9px 0px;
      /*me3*/
      /*me2*/
      /*me1*/ }
      @media (min-width: 768px) and (max-width: 991px) {
        .custom_styles .main_product__name {
          font-size: 35px;
          line-height: 44px; } }
      @media (min-width: 200px) and (max-width: 767px) {
        .custom_styles .main_product__name {
          font-size: 30px;
          line-height: 36px;
          padding: 0 0px 6px 0px; } }
      @media (min-width: 200px) and (max-width: 359px) {
        .custom_styles .main_product__name {
          font-size: 21px;
          line-height: 27px; } }
      .custom_styles .main_product__name a {
        color: #000; }
    .custom_styles .main_product__description {
      text-align: center;
      font-family: "FiraSansLight", "helvetica", "arial", sans-serif;
      font-size: 22.5px;
      line-height: 27px;
      padding-bottom: 31px;
      /*me4*/
      /*me3*/
      /*me2*/
      /*me1*/ }
      @media (min-width: 768px) and (max-width: 991px) {
        .custom_styles .main_product__description {
          font-size: 27px;
          line-height: 35px;
          padding-bottom: 27px; } }
      @media (min-width: 200px) and (max-width: 767px) {
        .custom_styles .main_product__description {
          font-size: 18px;
          line-height: 27px;
          padding-bottom: 18px; } }
      @media (min-width: 200px) and (max-width: 359px) {
        .custom_styles .main_product__description {
          font-size: 16px;
          line-height: 25px;
          padding-bottom: 16px; } }
    .custom_styles .main_product__btn {
      margin: 0 auto;
      display: block;
      width: 205px;
      border: 2px solid #15bb2c;
      -webkit-border-radius: 1px;
      -moz-border-radius: 1px;
      border-radius: 1px;
      color: #15bb2c;
      font-family: "FiraSansRegular", "helvetica", "arial", sans-serif;
      font-size: 18px;
      line-height: 34px;
      text-align: center;
      padding-top: 4px;
      max-width: 80%;
      -webkit-transition: All 0.3s;
      -khtml-transition: All 0.3s;
      -moz-transition: All 0.3s;
      -ms-transition: All 0.3s;
      -o-transition: All 0.3s;
      transition: All 0.3s;
      /*me3*/
      /*me2*/ }
      @media (min-width: 768px) and (max-width: 991px) {
        .custom_styles .main_product__btn {
          width: 215px;
          font-size: 17px; } }
      @media (min-width: 200px) and (max-width: 767px) {
        .custom_styles .main_product__btn {
          line-height: 26px;
          font-size: 16px;
          margin-bottom: 15px; } }
      .custom_styles .main_product__btn:hover {
        background: #15bb2c;
        color: #fff; }

.custom_styles .video-js .vjs-big-play-button {
  display: none !important; }

.custom_styles .probiotic__title {
  text-align: center;
  font-family: "FiraSansMedium", "helvetica", "arial", sans-serif;
  font-size: 44px;
  line-height: 45px;
  padding: 20px 0 21px;
  /*me3*/
  /*me2*/
  /*me1*/ }
  @media (min-width: 768px) and (max-width: 991px) {
    .custom_styles .probiotic__title {
      font-size: 42px;
      line-height: 45px;
      padding: 20px 0 21px; } }
  @media (min-width: 200px) and (max-width: 767px) {
    .custom_styles .probiotic__title {
      font-size: 30px;
      line-height: 36px;
      padding: 15px 0 18px; } }
  @media (min-width: 200px) and (max-width: 359px) {
    .custom_styles .probiotic__title {
      font-size: 21px;
      line-height: 27px;
      padding: 10px 0 15px; } }

.custom_styles .probiotic_top__img {
  text-align: center; }
  .custom_styles .probiotic_top__img img {
    display: inline-block;
    max-width: 67%;
    /*me2*/ }
    @media (min-width: 200px) and (max-width: 767px) {
      .custom_styles .probiotic_top__img img {
        max-width: 86%; } }

.custom_styles .probiotic__description {
  font-family: "FiraSansLight", "helvetica", "arial", sans-serif;
  display: block;
  text-align: center;
  padding: 20px 0 50px;
  font-size: 22.7px;
  line-height: 32px;
  /*me3*/
  /*me2*/
  /*me1*/ }
  @media (min-width: 768px) and (max-width: 991px) {
    .custom_styles .probiotic__description {
      font-size: 22px;
      line-height: 28px; } }
  @media (min-width: 200px) and (max-width: 767px) {
    .custom_styles .probiotic__description {
      font-size: 20px;
      line-height: 27px; } }
  @media (min-width: 200px) and (max-width: 359px) {
    .custom_styles .probiotic__description {
      font-size: 17px;
      line-height: 25px; } }

.custom_styles .probiotic_info {
  zoom: 1; }
  .custom_styles .probiotic_info:after {
    content: "";
    display: table;
    clear: both; }
  .custom_styles .probiotic_info__left {
    float: left;
    width: 60%;
    /*me5*/
    /*me4*/
    /*me3*/
    /*me2*/ }
    @media (min-width: 1280px) and (max-width: 1500px) {
      .custom_styles .probiotic_info__left {
        width: 50%; } }
    @media (min-width: 992px) {
      .custom_styles .probiotic_info__left {
        width: 60%; } }
    @media (min-width: 768px) and (max-width: 991px) {
      .custom_styles .probiotic_info__left {
        width: 90%;
        margin: 0 auto;
        float: none; } }
    @media (min-width: 200px) and (max-width: 767px) {
      .custom_styles .probiotic_info__left {
        width: 100%;
        margin: 0 auto;
        float: none; } }
  .custom_styles .probiotic_info__right {
    float: right;
    width: 36.8%;
    text-align: center;
    /*me5*/
    /*me4*/
    /*me3*/
    /*me2*/ }
    .custom_styles .probiotic_info__right_img {
      width: 85%; }
    @media (min-width: 1280px) and (max-width: 1500px) {
      .custom_styles .probiotic_info__right {
        width: 47%; } }
    @media (min-width: 992px) {
      .custom_styles .probiotic_info__right {
        width: 36.8%; } }
    @media (min-width: 768px) and (max-width: 991px) {
      .custom_styles .probiotic_info__right {
        width: 90%;
        margin: 0 auto;
        float: none; } }
    @media (min-width: 200px) and (max-width: 767px) {
      .custom_styles .probiotic_info__right {
        width: 100%;
        margin: 0 auto;
        float: none; } }
  .custom_styles .probiotic_info__name {
    font-family: "FiraSansMedium", "helvetica", "arial", sans-serif;
    font-size: 29px;
    line-height: 36px;
    padding: 0 0 11px;
    /*me2*/
    /*me1*/ }
    @media (min-width: 200px) and (max-width: 767px) {
      .custom_styles .probiotic_info__name {
        font-size: 24px;
        line-height: 32px;
        padding-bottom: 12px; } }
    @media (min-width: 200px) and (max-width: 359px) {
      .custom_styles .probiotic_info__name {
        font-size: 20px;
        line-height: 30px;
        padding-bottom: 8px; } }
  .custom_styles .probiotic_info__title {
    font-family: "FiraSansMedium", "helvetica", "arial", sans-serif;
    font-size: 30px;
    padding-bottom: 31px;
    /*me3*/
    /*me2*/
    /*me1*/ }
    @media (min-width: 768px) and (max-width: 991px) {
      .custom_styles .probiotic_info__title {
        font-size: 30px;
        padding-bottom: 32px; } }
    @media (min-width: 200px) and (max-width: 767px) {
      .custom_styles .probiotic_info__title {
        font-size: 24px;
        padding-bottom: 27px; } }
    @media (min-width: 200px) and (max-width: 359px) {
      .custom_styles .probiotic_info__title {
        font-size: 20px;
        padding-bottom: 24px; } }
  .custom_styles .probiotic_info__subtitle {
    font-family: "FiraSansMedium", "helvetica", "arial", sans-serif;
    font-size: 20px;
    text-align: left;
    line-height: 20px;
    padding: 0 0 0px;
    /*me1*/ }
    @media (min-width: 200px) and (max-width: 359px) {
      .custom_styles .probiotic_info__subtitle {
        font-size: 17px; } }
  .custom_styles .probiotic_info__text {
    font-family: "FiraSansLight", "helvetica", "arial", sans-serif;
    padding-bottom: 20px;
    line-height: 1.2;
    font-size: 15px;
    /*me3*/
    /*me2*/
    /*me1*/ }
    @media (min-width: 768px) and (max-width: 991px) {
      .custom_styles .probiotic_info__text {
        line-height: 1.2;
        font-size: 15px;
        padding-bottom: 23px; } }
    @media (min-width: 200px) and (max-width: 767px) {
      .custom_styles .probiotic_info__text {
        line-height: 1.2;
        padding-bottom: 21px;
        font-size: 16px; } }
    @media (min-width: 200px) and (max-width: 359px) {
      .custom_styles .probiotic_info__text {
        line-height: 1.2;
        padding-bottom: 20px;
        font-size: 14px; } }

.custom_styles .probiotic_benefits__title {
  text-align: center;
  font-family: "FiraSansMedium", "helvetica", "arial", sans-serif;
  font-size: 44px;
  line-height: 60px;
  padding: 23px 0 5px;
  /*me4*/
  /*me3*/
  /*me2*/
  /*me1*/ }
  @media (min-width: 768px) and (max-width: 991px) {
    .custom_styles .probiotic_benefits__title {
      font-size: 42px;
      line-height: 56px; } }
  @media (min-width: 200px) and (max-width: 767px) {
    .custom_styles .probiotic_benefits__title {
      font-size: 30px;
      line-height: 36px; } }
  @media (min-width: 200px) and (max-width: 359px) {
    .custom_styles .probiotic_benefits__title {
      font-size: 21px;
      line-height: 27px; } }

.custom_styles .probiotic_benefits__description {
  text-align: center;
  font-family: "FiraSansLight", "helvetica", "arial", sans-serif;
  font-size: 22.5px;
  padding-bottom: 0;
  /*me2*/ }
  @media (min-width: 200px) and (max-width: 767px) {
    .custom_styles .probiotic_benefits__description {
      font-size: 16px; } }

.custom_styles .probiotic_benefits__items {
  display: table-row; }

.custom_styles .probiotic_benefits__item {
  display: table-cell;
  width: 25%;
  text-align: center;
  /*me3*/
  /*me2*/
  /*me1*/ }
  @media (min-width: 768px) and (max-width: 991px) {
    .custom_styles .probiotic_benefits__item {
      width: 50%;
      display: block;
      float: left; }
      .custom_styles .probiotic_benefits__item:nth-child(2n+1) {
        clear: both; } }
  @media (min-width: 480px) and (max-width: 767px) {
    .custom_styles .probiotic_benefits__item {
      width: 50%;
      display: block;
      float: left; }
      .custom_styles .probiotic_benefits__item:nth-child(2n+1) {
        clear: both; } }
  @media (min-width: 200px) and (max-width: 479px) {
    .custom_styles .probiotic_benefits__item {
      width: 100%;
      display: block;
      float: none; } }

.custom_styles .probiotic_benefits__img {
  display: inline-block;
  width: 75px; }
  .custom_styles .probiotic_benefits__img_wrapper {
    padding: 24px 10px 16px;
    display: block;
    /*me3*/
    /*me2*/ }
    @media (min-width: 768px) and (max-width: 991px) {
      .custom_styles .probiotic_benefits__img_wrapper {
        width: 30%;
        padding: 28px 10px 23px;
        margin: 0 auto; } }
    @media (min-width: 200px) and (max-width: 767px) {
      .custom_styles .probiotic_benefits__img_wrapper {
        padding: 28px 10px 23px; } }

.custom_styles .probiotic_benefits__subtitle {
  font-family: "FiraSansMedium", "helvetica", "arial", sans-serif;
  font-size: 20px;
  line-height: 19px;
  height: 77px;
  display: block;
  /*me2*/
  /*me1*/ }
  @media (min-width: 480px) and (max-width: 767px) {
    .custom_styles .probiotic_benefits__subtitle {
      font-size: 20px;
      height: auto;
      line-height: 23px; } }
  @media (min-width: 200px) and (max-width: 479px) {
    .custom_styles .probiotic_benefits__subtitle {
      font-size: 17px;
      height: auto; } }

.custom_styles .probiotic_benefits__text {
  font-family: "FiraSansLight", "helvetica", "arial", sans-serif;
  font-size: 15px;
  line-height: 18px;
  width: 87%;
  margin: 0 auto;
  display: block;
  /*me3*/
  /*me2*/
  /*me1*/ }
  @media (min-width: 480px) and (max-width: 767px) {
    .custom_styles .probiotic_benefits__text {
      font-size: 15px;
      line-height: 23px; } }
  @media (min-width: 200px) and (max-width: 479px) {
    .custom_styles .probiotic_benefits__text {
      font-size: 15px; } }

.custom_styles .probiotic_direction {
  padding: 36px 0 0; }

.custom_styles .probiotics {
  padding-bottom: 60px; }
  .custom_styles .probiotics__title {
    font-family: "FiraSansMedium", "helvetica", "arial", sans-serif;
    text-align: center;
    display: block;
    color: #000;
    font-size: 44px;
    line-height: 39px;
    padding: 16px 169px 46px;
    /*me2*/
    /*me1*/ }
    @media (min-width: 200px) and (max-width: 767px) {
      .custom_styles .probiotics__title {
        font-size: 30px;
        line-height: 36px;
        padding: 30px 20px 35px; } }
    @media (min-width: 200px) and (max-width: 359px) {
      .custom_styles .probiotics__title {
        font-size: 21px;
        line-height: 27px;
        padding: 20px 10px 23px; } }
    .custom_styles .probiotics__title_custom {
      padding: 66px 130px 78px;
      /*me5*/
      /*me4*/
      /*me3*/
      /*me2*/
      /*me1*/ }
      @media (min-width: 1280px) and (max-width: 1500px) {
        .custom_styles .probiotics__title_custom {
          padding: 54px 170px 60px; } }
      @media (min-width: 992px) {
        .custom_styles .probiotics__title_custom {
          padding: 54px 50px 60px; } }
      @media (min-width: 768px) and (max-width: 991px) {
        .custom_styles .probiotics__title_custom {
          padding: 40px 20px 52px; } }
      @media (min-width: 200px) and (max-width: 767px) {
        .custom_styles .probiotics__title_custom {
          padding: 30px 20px 35px; } }
      @media (min-width: 200px) and (max-width: 359px) {
        .custom_styles .probiotics__title_custom {
          padding: 20px 10px 23px; } }
  .custom_styles .probiotics__items {
    zoom: 1; }
    .custom_styles .probiotics__items:after {
      content: "";
      display: table;
      clear: both; }
  .custom_styles .probiotics__item {
    position: relative;
    /*me3*/ }
    @media (min-width: 200px) and (max-width: 991px) {
      .custom_styles .probiotics__item {
        width: 100%;
        float: none; } }
    .custom_styles .probiotics__item__img {
      display: inline-block; }
      .custom_styles .probiotics__item__img_wrapper {
        padding: 0 0 11px; }
    .custom_styles .probiotics__item_name {
      font-size: 22.5px;
      font-family: "FiraSansMedium", "helvetica", "arial", sans-serif;
      text-align: center;
      text-transform: uppercase;
      padding: 0 0 4px 21px;
      letter-spacing: -0.4px;
      /*me2*/
      /*me1*/ }
      @media (min-width: 200px) and (max-width: 767px) {
        .custom_styles .probiotics__item_name {
          padding: 0 0 4px 0px;
          font-size: 20px; } }
      @media (min-width: 200px) and (max-width: 359px) {
        .custom_styles .probiotics__item_name {
          padding: 0 0 4px 0px;
          font-size: 17px; } }
      .custom_styles .probiotics__item_name_custom {
        padding: 42px 0 13px 30px; }
    .custom_styles .probiotics__item_info {
      display: table;
      height: 44px;
      margin-bottom: 4px; }
      .custom_styles .probiotics__item_info_icon {
        padding-top: 18px; }
      .custom_styles .probiotics__item_info__num {
        font-family: "SFUITextHeavy", "helvetica", "arial", sans-serif;
        font-size: 37.5px;
        text-align: right;
        display: table-cell;
        vertical-align: top;
        line-height: 1;
        width: 75px;
        letter-spacing: -2.2px;
        padding: 17px 17px 0 0;
        /*me3*/
        /*me2*/
        /*me1*/ }
        .custom_styles .probiotics__item_info__num_i {
          padding: 13px 10px 0 0px; }
        @media (min-width: 768px) and (max-width: 991px) {
          .custom_styles .probiotics__item_info__num {
            font-size: 40px; } }
        @media (min-width: 200px) and (max-width: 767px) {
          .custom_styles .probiotics__item_info__num {
            font-size: 33px; } }
        @media (min-width: 200px) and (max-width: 359px) {
          .custom_styles .probiotics__item_info__num {
            font-size: 28px; } }
      .custom_styles .probiotics__item_info_text {
        font-family: "FiraSansLight", "helvetica", "arial", sans-serif;
        font-size: 20px;
        display: table-cell;
        vertical-align: bottom;
        line-height: 1.2;
        /*me3*/
        /*me2*/
        /*me1*/ }
        @media (min-width: 768px) and (max-width: 991px) {
          .custom_styles .probiotics__item_info_text {
            max-width: 400px; } }
        @media (min-width: 200px) and (max-width: 767px) {
          .custom_styles .probiotics__item_info_text {
            line-height: 1.2;
            font-size: 20px; } }
        @media (min-width: 200px) and (max-width: 359px) {
          .custom_styles .probiotics__item_info_text {
            line-height: 1.2;
            font-size: 17px; } }
    .custom_styles .probiotics__item_text {
      padding: 21px 80px 0 10px;
      /*me5*/
      /*me4*/
      /*me3*/
      /*me2*/
      /*me1*/ }
      @media (min-width: 1280px) and (max-width: 1500px) {
        .custom_styles .probiotics__item_text {
          padding: 21px 60px 0 10px; } }
      @media (min-width: 992px) {
        .custom_styles .probiotics__item_text {
          padding: 21px 50px 0 10px; } }
      @media (min-width: 768px) and (max-width: 991px) {
        .custom_styles .probiotics__item_text {
          padding: 21px 30px 0 10px; } }
      @media (min-width: 200px) and (max-width: 767px) {
        .custom_styles .probiotics__item_text {
          padding: 21px 10px 0 10px; } }
      .custom_styles .probiotics__item_text p {
        font-family: "FiraSansLight", "helvetica", "arial", sans-serif;
        font-size: 15px;
        line-height: 18px;
        padding-bottom: 18px;
        /*me3*/
        /*me2*/
        /*me1*/ }
        @media (min-width: 768px) and (max-width: 991px) {
          .custom_styles .probiotics__item_text p {
            font-size: 17px;
            line-height: 23px; } }
        @media (min-width: 480px) and (max-width: 767px) {
          .custom_styles .probiotics__item_text p {
            font-size: 15px;
            line-height: 23px; } }
        @media (min-width: 200px) and (max-width: 479px) {
          .custom_styles .probiotics__item_text p {
            font-size: 15px; } }
      .custom_styles .probiotics__item_text strong {
        font-family: "FiraSansMedium", "helvetica", "arial", sans-serif; }
      .custom_styles .probiotics__item_text i {
        font-family: "FiraSansLightItalic", "helvetica", "arial", sans-serif;
        line-height: 18px;
        /*me4*/
        /*me3*/
        /*me2*/
        /*me1*/ }
        @media (min-width: 992px) {
          .custom_styles .probiotics__item_text i {
            font-size: 15px; } }
        @media (min-width: 768px) and (max-width: 991px) {
          .custom_styles .probiotics__item_text i {
            font-size: 15px;
            line-height: 18px; } }
        @media (min-width: 480px) and (max-width: 767px) {
          .custom_styles .probiotics__item_text i {
            font-size: 15px;
            line-height: 23px; } }
        @media (min-width: 200px) and (max-width: 479px) {
          .custom_styles .probiotics__item_text i {
            font-size: 15px; } }

.custom_styles .icon_pills {
  height: 50px;
  width: 21px;
  display: inline-block;
  background: url("../img/pills_icon_01.png");
  -moz-background-size: 90px;
  -o-background-size: 90px;
  -webkit-background-size: 90px;
  background-size: 90px;
  background-position: 0 0;
  margin: 0 0px 0 0; }
  .custom_styles .icon_pills_1 {
    background-position: 0 0; }
  .custom_styles .icon_pills_2 {
    background-position: -30px 0; }
  .custom_styles .icon_pills_3 {
    background-position: -60px 0; }
  .custom_styles .icon_pills_info {
    background: url("../img/pills_icon_02.png");
    -moz-background-size: 62px;
    -o-background-size: 62px;
    -webkit-background-size: 62px;
    background-size: 62px;
    width: 62px;
    height: 24px;
    display: inline-block; }

.custom_styles .product__top_img {
  text-align: center;
  width: 770px;
  margin: 0px auto;
  /*me3*/
  /*me2*/ }
  @media (min-width: 768px) and (max-width: 991px) {
    .custom_styles .product__top_img {
      width: 730px; } }
  @media (min-width: 200px) and (max-width: 767px) {
    .custom_styles .product__top_img {
      text-align: center;
      width: 90%; } }
  .custom_styles .product__top_img img {
    display: inline-block;
    padding: 32px 0 0px;
    width: 66%;
    /*me2*/ }
    @media (min-width: 200px) and (max-width: 767px) {
      .custom_styles .product__top_img img {
        width: 86%; } }

.custom_styles .product__title {
  font-family: "FiraSansMedium", "helvetica", "arial", sans-serif;
  text-align: center;
  display: block;
  color: #000;
  font-size: 44px;
  line-height: 52px;
  padding: 30px 188px 24px;
  /*me3*/
  /*me2*/
  /*me1*/ }
  @media (min-width: 768px) and (max-width: 991px) {
    .custom_styles .product__title {
      font-size: 42px;
      line-height: 56px;
      padding: 52px 90px 36px; } }
  @media (min-width: 200px) and (max-width: 767px) {
    .custom_styles .product__title {
      font-size: 21px;
      line-height: 32px;
      padding: 52px 20px 16px; } }
  @media (min-width: 200px) and (max-width: 359px) {
    .custom_styles .product__title {
      font-size: 21px;
      line-height: 27px; } }

.custom_styles .product__description {
  font-family: "FiraSansLight", "helvetica", "arial", sans-serif;
  text-align: center;
  font-size: 22.5px;
  padding: 0px 180px 46px;
  line-height: 26px;
  /*me3*/
  /*me2*/ }
  @media (min-width: 768px) and (max-width: 991px) {
    .custom_styles .product__description {
      padding: 0 20px 61px; } }
  @media (min-width: 200px) and (max-width: 767px) {
    .custom_styles .product__description {
      padding: 0 20px 61px;
      line-height: 22px;
      font-size: 16px; } }

.custom_styles .product_columns {
  padding: 0 9px 24px; }

.custom_styles .product_column {
  text-align: center;
  /*me3*/ }
  @media (min-width: 200px) and (max-width: 991px) {
    .custom_styles .product_column {
      width: 100%;
      max-height: 80px;
      overflow: hidden;
      -webkit-transition: All 0.3s;
      -khtml-transition: All 0.3s;
      -moz-transition: All 0.3s;
      -ms-transition: All 0.3s;
      -o-transition: All 0.3s;
      transition: All 0.3s;
      cursor: pointer; } }
  .custom_styles .product_column_1 .product_column__title {
    background: #0084cb; }
  .custom_styles .product_column_1 .product_column__subtitle {
    color: #0084cb; }
  .custom_styles .product_column_2 .product_column__title {
    background: #46c223; }
  .custom_styles .product_column_2 .product_column__subtitle {
    color: #46c223; }
  .custom_styles .product_column_3 .product_column__title {
    background: #ffa32d; }
  .custom_styles .product_column_3 .product_column__subtitle {
    color: #ffa32d; }
  .custom_styles .product_column__title {
    display: block;
    font-family: "FiraSansBold", "helvetica", "arial", sans-serif;
    -webkit-border-top-left-radius: 32px;
    -webkit-border-bottom-right-radius: 32px;
    -moz-border-radius-topleft: 32px;
    -moz-border-radius-bottomright: 32px;
    border-top-left-radius: 32px;
    border-bottom-right-radius: 32px;
    color: #FFFFFF;
    background: #000000;
    width: 224px;
    font-size: 22.5px;
    margin: 0 auto 30px;
    line-height: 20px;
    padding: 10px 10px 0;
    height: 60px;
    /*me2*/
    /*me1*/ }
    @media (min-width: 200px) and (max-width: 767px) {
      .custom_styles .product_column__title {
        max-width: 450px;
        width: 100%;
        margin: 0 auto 30px;
        font-size: 21px;
        cursor: pointer;
        padding: 13px 102px 0; } }
    @media (min-width: 200px) and (max-width: 479px) {
      .custom_styles .product_column__title {
        max-width: 410px;
        width: 100%;
        margin: 0 auto 30px;
        font-size: 23px;
        cursor: pointer;
        padding: 10px 25% 0; } }
  .custom_styles .product_column__subtitle {
    font-family: "FiraSansMedium", "helvetica", "arial", sans-serif;
    font-size: 22.5px;
    line-height: 20px;
    padding-bottom: 4px;
    /*me2*/ }
    @media (min-width: 200px) and (max-width: 767px) {
      .custom_styles .product_column__subtitle {
        font-size: 28px; } }
  .custom_styles .product_column__text {
    padding: 0 13px 0;
    font-size: 20px;
    line-height: 24px;
    /*me3*/
    /*me2*/
    /*me1*/ }
    @media (min-width: 768px) and (max-width: 991px) {
      .custom_styles .product_column__text {
        width: 450px;
        margin: 0 auto; } }
    @media (min-width: 200px) and (max-width: 767px) {
      .custom_styles .product_column__text {
        font-size: 16px;
        line-height: 26px;
        width: 450px;
        margin: 0 auto;
        padding: 2px 0px 6px; } }
    @media (min-width: 200px) and (max-width: 479px) {
      .custom_styles .product_column__text {
        max-width: 90%; } }
  .custom_styles .product_column__item {
    padding-bottom: 27px; }

.custom_styles .product_column.open {
  max-height: 900px; }

.custom_styles .certificate {
  padding: 29px 0 59px; }
  .custom_styles .certificate_columns {
    text-align: center;
    width: 313px;
    margin-right: 57px;
    /*me5*/
    /*me4*/
    /*me3*/
    /*me2*/ }
    @media (min-width: 1280px) and (max-width: 1500px) {
      .custom_styles .certificate_columns {
        width: 257px; } }
    .custom_styles .certificate_columns:nth-child(4n+1) {
      clear: both; }
    .custom_styles .certificate_columns:nth-child(4n+4) {
      margin-right: 0; }
    @media (min-width: 992px) {
      .custom_styles .certificate_columns {
        width: 445px; }
        .custom_styles .certificate_columns:nth-child(2n+1) {
          clear: both; }
        .custom_styles .certificate_columns:nth-child(2n+2) {
          margin-right: 0; } }
    @media (min-width: 768px) and (max-width: 991px) {
      .custom_styles .certificate_columns {
        width: 350px; }
        .custom_styles .certificate_columns:nth-child(2n+1) {
          clear: both; }
        .custom_styles .certificate_columns:nth-child(2n+2) {
          margin-right: 0; } }
    @media (min-width: 200px) and (max-width: 767px) {
      .custom_styles .certificate_columns {
        width: 100%;
        margin: 0 auto20px; } }
    .custom_styles .certificate_columns__title {
      text-align: center;
      font-family: "FiraSansBold", "helvetica", "arial", sans-serif;
      font-size: 34px;
      display: block;
      padding: 28px 0 60px;
      /*me5*/
      /*me4*/
      /*me3*/
      /*me2*/
      /*me1*/ }
      @media (min-width: 1280px) and (max-width: 1500px) {
        .custom_styles .certificate_columns__title {
          font-size: 28px; } }
      @media (min-width: 992px) {
        .custom_styles .certificate_columns__title {
          font-size: 25px; } }
      @media (min-width: 768px) and (max-width: 991px) {
        .custom_styles .certificate_columns__title {
          font-size: 22px; } }
      @media (min-width: 200px) and (max-width: 767px) {
        .custom_styles .certificate_columns__title {
          font-size: 27px; } }
      @media (min-width: 200px) and (max-width: 359px) {
        .custom_styles .certificate_columns__title {
          font-size: 23px; } }

.custom_styles .contacts_title {
  text-align: center;
  font-size: 44px;
  font-family: "FiraSansMedium", "helvetica", "arial", sans-serif;
  line-height: 44px;
  /*me2*/ }
  @media (min-width: 200px) and (max-width: 767px) {
    .custom_styles .contacts_title {
      font-size: 30px; } }

.custom_styles .contacts__text {
  font-size: 22.5px;
  text-align: center;
  padding: 0 10% 34px;
  /*me2*/ }
  @media (min-width: 200px) and (max-width: 767px) {
    .custom_styles .contacts__text {
      font-size: 18px; } }

.custom_styles .contacts__img_wrapper {
  position: absolute;
  top: 20px;
  left: 0;
  background: #005fae;
  width: 100px;
  height: 100px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  /*me2*/ }
  @media (min-width: 200px) and (max-width: 767px) {
    .custom_styles .contacts__img_wrapper {
      width: 70px;
      height: 70px;
      left: 5px; } }

.custom_styles .contacts__name {
  text-align: left;
  font-family: "FiraSansMedium", "helvetica", "arial", sans-serif;
  font-size: 22.5px;
  padding: 15px 0 16px;
  /*me2*/ }
  @media (min-width: 200px) and (max-width: 767px) {
    .custom_styles .contacts__name {
      font-size: 18px; } }

.custom_styles .contacts__position {
  text-align: left;
  font-size: 22.5px;
  font-family: "FiraSansLight", "helvetica", "arial", sans-serif;
  padding-right: 20%;
  padding-bottom: 27px;
  /*me3*/
  /*me2*/ }
  @media (min-width: 768px) and (max-width: 991px) {
    .custom_styles .contacts__position {
      font-size: 19px; } }
  @media (min-width: 200px) and (max-width: 767px) {
    .custom_styles .contacts__position {
      font-size: 16px; } }

.custom_styles .contacts .column_2 {
  position: relative;
  padding-left: 120px;
  text-align: left;
  font-size: 22.5px;
  text-align: left;
  font-family: "FiraSansLight", "helvetica", "arial", sans-serif;
  /*me3*/
  /*me2*/ }
  @media (min-width: 768px) and (max-width: 991px) {
    .custom_styles .contacts .column_2 {
      font-size: 19px; } }
  @media (min-width: 200px) and (max-width: 767px) {
    .custom_styles .contacts .column_2 {
      width: 100%;
      padding-left: 90px;
      font-size: 16px; } }
  .custom_styles .contacts .column_2 a {
    font-family: "FiraSansMedium", "helvetica", "arial", sans-serif;
    color: #000; }
  .custom_styles .contacts .column_2 p {
    padding-bottom: 0; }

.custom_styles .contacts_subtitle {
  text-align: center;
  font-size: 44px;
  line-height: 44px;
  padding: 26px 0 1px;
  /*me2*/ }
  @media (min-width: 200px) and (max-width: 767px) {
    .custom_styles .contacts_subtitle {
      font-size: 28px;
      line-height: 29px; } }

.custom_styles .contacts .wpcf7-form {
  padding-bottom: 6px;
  border-bottom: 1px solid #000000;
  -moz-border-image: url(../img/dotted_line.png) 3 round round;
  -webkit-border-image: url(../img/dotted_line.png) 3 round round;
  -o-border-image: url(../img/dotted_line.png) 3 round round;
  border-image: url(../img/dotted_line.png) 3 round round; }
  .custom_styles .contacts .wpcf7-form p {
    zoom: 1;
    display: block;
    padding-bottom: 14px; }
    .custom_styles .contacts .wpcf7-form p:after {
      content: "";
      display: table;
      clear: both; }
  .custom_styles .contacts .wpcf7-form label {
    font-size: 18px;
    text-align: right;
    float: left;
    width: 40%;
    padding-right: 10px;
    line-height: 30px;
    /*me2*/ }
    @media (min-width: 200px) and (max-width: 767px) {
      .custom_styles .contacts .wpcf7-form label {
        font-size: 15px; } }
    .custom_styles .contacts .wpcf7-form label + span {
      float: left;
      display: block;
      width: 22%;
      height: 30px;
      /*me2*/ }
      @media (min-width: 200px) and (max-width: 767px) {
        .custom_styles .contacts .wpcf7-form label + span {
          width: 58%; } }
  .custom_styles .contacts .wpcf7-form .ta {
    height: 160px;
    width: 350px;
    /*me2*/ }
    @media (min-width: 200px) and (max-width: 767px) {
      .custom_styles .contacts .wpcf7-form .ta {
        width: 58%; } }
  .custom_styles .contacts .wpcf7-form input[type="text"],
  .custom_styles .contacts .wpcf7-form input[type="email"] {
    line-height: 35px;
    height: 30px;
    width: 100%;
    font-size: 18px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    background: #ededed;
    background: -moz-linear-gradient(top, #ededed 0%, #f6f6f6 12%, white 100%);
    background: -webkit-linear-gradient(top, #ededed 0%, #f6f6f6 12%, white 100%);
    background: -o-linear-gradient(top, #ededed 0%, #f6f6f6 12%, white 100%);
    background: -ms-linear-gradient(top, #ededed 0%, #f6f6f6 12%, white 100%);
    background: linear-gradient(to bottom, #ededed 0%, #f6f6f6 12%, white 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#ffffff', GradientType=0);
    border: 1px solid #bfbfbf;
    margin-bottom: 5px;
    padding: 0 4px; }
  .custom_styles .contacts .wpcf7-form textarea {
    line-height: 35px;
    height: 160px;
    width: 100%;
    font-size: 18px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    background: #ededed;
    background: -moz-linear-gradient(top, #ededed 0%, #f6f6f6 12%, white 100%);
    background: -webkit-linear-gradient(top, #ededed 0%, #f6f6f6 12%, white 100%);
    background: -o-linear-gradient(top, #ededed 0%, #f6f6f6 12%, white 100%);
    background: -ms-linear-gradient(top, #ededed 0%, #f6f6f6 12%, white 100%);
    background: linear-gradient(to bottom, #ededed 0%, #f6f6f6 12%, white 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#ffffff', GradientType=0);
    border: 1px solid #bfbfbf;
    margin-bottom: 5px;
    resize: none;
    padding: 4px; }
  .custom_styles .contacts .wpcf7-form .wpcf7-submit {
    margin: 0 0 0 40%;
    display: block;
    width: 206px;
    border: 2px solid #15bb2c;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    background: #15bb2c;
    color: #fff;
    font-family: "FiraSansRegular", "helvetica", "arial", sans-serif;
    font-size: 19px;
    line-height: 33px;
    text-align: center;
    cursor: pointer;
    padding-top: 4px;
    -webkit-transition: All 0.3s;
    -khtml-transition: All 0.3s;
    -moz-transition: All 0.3s;
    -ms-transition: All 0.3s;
    -o-transition: All 0.3s;
    transition: All 0.3s;
    max-width: 80%;
    /*me3*/
    /*me2*/ }
    @media (min-width: 768px) and (max-width: 991px) {
      .custom_styles .contacts .wpcf7-form .wpcf7-submit {
        line-height: 28px;
        font-size: 19px;
        width: 162px; } }
    @media (min-width: 200px) and (max-width: 767px) {
      .custom_styles .contacts .wpcf7-form .wpcf7-submit {
        line-height: 26px;
        font-size: 17px;
        width: 174px; } }
    .custom_styles .contacts .wpcf7-form .wpcf7-submit:hover {
      color: #15bb2c;
      background: #fff; }

.custom_styles .howto {
  padding-bottom: 41px; }
  .custom_styles .howto_head {
    background: url("../img/content/howto_01.jpg");
    background-repeat: no-repeat;
    background-position: 0px 38px;
    text-align: center;
    font-family: "FiraSansLight", "helvetica", "arial", sans-serif;
    padding: 0px 0 46px 334px;
    -moz-background-size: 407px;
    -o-background-size: 407px;
    -webkit-background-size: 407px;
    background-size: 407px;
    font-size: 22.5px;
    line-height: 27px;
    /*me3*/
    /*me2*/
    /*me1*/ }
    @media (min-width: 768px) and (max-width: 991px) {
      .custom_styles .howto_head {
        font-size: 18px;
        padding: 0px 0 27px 300px;
        -moz-background-size: 300px;
        -o-background-size: 300px;
        -webkit-background-size: 300px;
        background-size: 300px; } }
    @media (min-width: 200px) and (max-width: 767px) {
      .custom_styles .howto_head {
        font-size: 18px;
        line-height: 28px;
        background: none;
        padding: 0px 0 30px 0px; } }
    @media (min-width: 200px) and (max-width: 359px) {
      .custom_styles .howto_head {
        font-size: 17px; } }
    .custom_styles .howto_head p {
      padding: 0 70px 27px;
      /*me3*/
      /*me2*/ }
      @media (min-width: 768px) and (max-width: 991px) {
        .custom_styles .howto_head p {
          padding: 0 0px 22px;
          line-height: 32px;
          font-size: 23px; } }
      @media (min-width: 200px) and (max-width: 767px) {
        .custom_styles .howto_head p {
          padding: 0 0px 22px; } }
  .custom_styles .howto__title {
    text-align: center;
    font-family: "FiraSansMedium", "helvetica", "arial", sans-serif;
    font-size: 44px;
    line-height: 59px;
    display: block;
    padding: 61px 0 45px 0px;
    /*me3*/
    /*me2*/
    /*me1*/ }
    @media (min-width: 768px) and (max-width: 991px) {
      .custom_styles .howto__title {
        font-size: 42px;
        line-height: 56px;
        padding: 18px 0 20px 0px; } }
    @media (min-width: 200px) and (max-width: 767px) {
      .custom_styles .howto__title {
        font-size: 30px;
        line-height: 36px;
        padding: 18px 0 10px 0px; } }
    @media (min-width: 200px) and (max-width: 359px) {
      .custom_styles .howto__title {
        font-size: 21px;
        line-height: 27px; } }
  .custom_styles .howto_tabs {
    zoom: 1; }
    .custom_styles .howto_tabs:after {
      content: "";
      display: table;
      clear: both; }
    .custom_styles .howto_tabs__name {
      display: block;
      /*me2*/ }
      @media (min-width: 200px) and (max-width: 767px) {
        .custom_styles .howto_tabs__name {
          display: none; } }
    .custom_styles .howto_tabs__icon {
      display: none;
      /*me2*/ }
      @media (min-width: 200px) and (max-width: 767px) {
        .custom_styles .howto_tabs__icon {
          display: block; } }
  .custom_styles .howto__tab {
    border-width: 1px 1px 1px 0;
    border-style: solid;
    border-color: rgba(191, 191, 191, 0) #dddddd #bbbbbb;
    width: 25%;
    float: left;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    height: 72px;
    padding: 12px 20px 0;
    color: #000;
    line-height: 24px;
    font-size: 20px;
    -webkit-transition: All 0.3s;
    -khtml-transition: All 0.3s;
    -moz-transition: All 0.3s;
    -ms-transition: All 0.3s;
    -o-transition: All 0.3s;
    transition: All 0.3s;
    background: #f3f3f3;
    /*me3*/
    /*me2*/
    /*me1*/ }
    .custom_styles .howto__tab:first-child {
      border-width: 1px; }
    @media (min-width: 768px) and (max-width: 991px) {
      .custom_styles .howto__tab {
        padding: 18px 12px 0;
        font-size: 17px;
        line-height: 25px;
        height: 88px; } }
    @media (min-width: 200px) and (max-width: 767px) {
      .custom_styles .howto__tab {
        height: auto;
        padding: 18px 20px 0 !important; } }
    @media (min-width: 200px) and (max-width: 479px) {
      .custom_styles .howto__tab {
        padding: 8px 0px 0 !important; } }
    .custom_styles .howto__tab:last-child {
      border-right: rgba(191, 191, 191, 0); }
    .custom_styles .howto__tab:hover {
      background: #fefefe; }
    .custom_styles .howto__tab_special {
      padding-top: 25px; }
    .custom_styles .howto__tab.current {
      font-family: "FiraSansMedium", "helvetica", "arial", sans-serif;
      border-color: #bbbbbb #bbbbbb rgba(191, 191, 191, 0) !important;
      background: #ffffff;
      border-right: 1px solid #bbbbbb; }
  .custom_styles .howto__section {
    display: none; }
    .custom_styles .howto__section.current {
      display: block; }
  .custom_styles .howto_section {
    border-width: 0 1px 1px;
    border-style: solid;
    border-color: #bbbbbb;
    margin-bottom: 62px; }
    .custom_styles .howto_section_img_wrapper {
      display: none;
      /*me3*/
      /*me1*/ }
      @media (min-width: 200px) and (max-width: 991px) {
        .custom_styles .howto_section_img_wrapper {
          display: table-cell;
          vertical-align: middle;
          float: left;
          width: 150px; } }
      @media (min-width: 200px) and (max-width: 480px) {
        .custom_styles .howto_section_img_wrapper {
          display: block;
          margin: 0 auto 10px;
          float: none; } }
    .custom_styles .howto_section__links {
      text-align: center;
      padding: 0 0 0 117px;
      /*me5*/
      /*me4*/
      /*me3*/
      /*me2*/
      /*me1*/ }
      @media (min-width: 1280px) and (max-width: 1500px) {
        .custom_styles .howto_section__links {
          padding: 0 0 0 37px; } }
      @media (min-width: 992px) {
        .custom_styles .howto_section__links {
          padding: 0 0 0 0px; } }
      @media (min-width: 768px) and (max-width: 991px) {
        .custom_styles .howto_section__links {
          padding: 0 0 0 0px;
          text-align: left; } }
      @media (min-width: 200px) and (max-width: 767px) {
        .custom_styles .howto_section__links {
          padding: 0 0 0 0px;
          text-align: left; } }
      @media (min-width: 200px) and (max-width: 359px) {
        .custom_styles .howto_section__links {
          padding: 0 0 0 0px; } }
    .custom_styles .howto_section__link {
      display: inline-block;
      text-align: left;
      margin: 0 28px 23px;
      /*me3*/
      /*me2*/
      /*me1*/ }
      @media (min-width: 768px) and (max-width: 991px) {
        .custom_styles .howto_section__link {
          margin: 0 7px 38px 37px; } }
      @media (min-width: 200px) and (max-width: 540px) {
        .custom_styles .howto_section__link {
          display: block; } }
      .custom_styles .howto_section__link img {
        width: 61px;
        float: left;
        /*me2*/ }
        @media (min-width: 200px) and (max-width: 540px) {
          .custom_styles .howto_section__link img {
            float: none;
            display: block;
            margin: 0 auto; } }
      .custom_styles .howto_section__link span {
        font-family: "FiraSansMedium", "helvetica", "arial", sans-serif;
        font-size: 20px;
        line-height: 22px;
        color: #000;
        display: inline-block;
        padding: 12px 0px 10px 18px;
        /*me5*/
        /*me4*/
        /*me3*/
        /*me2*/
        /*me1*/
        /*me2*/ }
        @media (min-width: 1280px) and (max-width: 1500px) {
          .custom_styles .howto_section__link span {
            font-size: 28px; } }
        @media (min-width: 992px) {
          .custom_styles .howto_section__link span {
            font-size: 21px; } }
        @media (min-width: 768px) and (max-width: 991px) {
          .custom_styles .howto_section__link span {
            font-size: 19px;
            line-height: 30px;
            padding: 15px 0px 10px 26px; } }
        @media (min-width: 200px) and (max-width: 767px) {
          .custom_styles .howto_section__link span {
            font-size: 20px; } }
        @media (min-width: 200px) and (max-width: 359px) {
          .custom_styles .howto_section__link span {
            font-size: 17px; } }
        @media (min-width: 200px) and (max-width: 540px) {
          .custom_styles .howto_section__link span {
            text-align: center;
            display: block;
            padding: 10px 0; } }
    .custom_styles .howto_section__items {
      zoom: 1;
      padding: 0 14px 22px;
      /*me3*/
      /*me2*/ }
      .custom_styles .howto_section__items:after {
        content: "";
        display: table;
        clear: both; }
      @media (min-width: 768px) and (max-width: 991px) {
        .custom_styles .howto_section__items {
          padding: 15px 0; } }
      @media (min-width: 200px) and (max-width: 767px) {
        .custom_styles .howto_section__items {
          padding: 15px 0; } }
    .custom_styles .howto_section__description {
      font-family: "FiraSansLight", "helvetica", "arial", sans-serif;
      text-align: center;
      font-size: 30px;
      line-height: 43px;
      padding: 53px 0 60px;
      /*me5*/
      /*me4*/
      /*me3*/
      /*me2*/
      /*me1*/ }
      @media (min-width: 1280px) and (max-width: 1500px) {
        .custom_styles .howto_section__description {
          font-size: 25px; } }
      @media (min-width: 992px) {
        .custom_styles .howto_section__description {
          font-size: 20px;
          line-height: 33px; } }
      @media (min-width: 768px) and (max-width: 991px) {
        .custom_styles .howto_section__description {
          font-size: 22px;
          line-height: 28px; } }
      @media (min-width: 200px) and (max-width: 767px) {
        .custom_styles .howto_section__description {
          font-size: 20px;
          line-height: 27px; } }
      @media (min-width: 200px) and (max-width: 359px) {
        .custom_styles .howto_section__description {
          font-size: 17px; } }
    .custom_styles .howto_section__text {
      font-family: "FiraSansLight", "helvetica", "arial", sans-serif;
      font-size: 30px;
      line-height: 43px;
      padding: 40px 20px 0;
      /*me5*/
      /*me4*/
      /*me3*/
      /*me2*/
      /*me1*/ }
      @media (min-width: 1280px) and (max-width: 1500px) {
        .custom_styles .howto_section__text {
          font-size: 25px; } }
      @media (min-width: 992px) {
        .custom_styles .howto_section__text {
          font-size: 18px;
          padding: 10px 10px 0;
          line-height: 30px; } }
      @media (min-width: 768px) and (max-width: 991px) {
        .custom_styles .howto_section__text {
          font-size: 22px;
          padding: 0;
          display: table-cell;
          vertical-align: middle;
          line-height: 28px;
          width: 72%; } }
      @media (min-width: 200px) and (max-width: 767px) {
        .custom_styles .howto_section__text {
          font-size: 20px;
          line-height: 27px;
          padding: 0;
          display: table-cell;
          vertical-align: middle;
          width: 72%; } }
      @media (min-width: 200px) and (max-width: 479px) {
        .custom_styles .howto_section__text {
          display: block;
          text-align: center;
          width: 100%;
          font-size: 16px;
          line-height: 23px;
          padding: 0 20px; } }
    .custom_styles .howto_section__item_img {
      padding: 0 14px 0;
      /*me3*/ }
      @media (min-width: 200px) and (max-width: 991px) {
        .custom_styles .howto_section__item_img {
          display: none; } }
    .custom_styles .howto_section__item_2 {
      float: left;
      width: 33%;
      text-align: center;
      position: relative;
      /*me3*/ }
      @media (min-width: 200px) and (max-width: 991px) {
        .custom_styles .howto_section__item_2 {
          width: 100%;
          float: none;
          text-align: left;
          clear: both;
          display: table;
          padding: 5px 0; } }
  @media (min-width: 200px) and (max-width: 991px) and (min-width: 200px) and (max-width: 479px) {
    .custom_styles .howto_section__item_2 {
      display: block; } }
    .custom_styles .howto_section__item_3 {
      float: left;
      width: 20%;
      text-align: center;
      position: relative;
      /*me3*/ }
      @media (min-width: 200px) and (max-width: 991px) {
        .custom_styles .howto_section__item_3 {
          width: 100%;
          float: none;
          text-align: left;
          clear: both;
          display: table;
          padding: 5px 0; } }
  @media (min-width: 200px) and (max-width: 991px) and (min-width: 200px) and (max-width: 479px) {
    .custom_styles .howto_section__item_3 {
      display: block; } }
    .custom_styles .howto_section__item_1 {
      float: left;
      width: 25%;
      text-align: center;
      position: relative;
      /*me3*/ }
      @media (min-width: 200px) and (max-width: 991px) {
        .custom_styles .howto_section__item_1 {
          width: 100%;
          float: none;
          text-align: left;
          clear: both;
          display: table;
          padding: 5px 0; } }
  @media (min-width: 200px) and (max-width: 991px) and (min-width: 200px) and (max-width: 479px) {
    .custom_styles .howto_section__item_1 {
      display: block; } }
    .custom_styles .howto_section__mob_title {
      display: none;
      /*me2*/ }
      @media (min-width: 200px) and (max-width: 767px) {
        .custom_styles .howto_section__mob_title {
          display: block;
          font-size: 24px;
          padding: 40px 10px 20px;
          text-align: center; } }
  .custom_styles .howto_info {
    zoom: 1;
    padding-bottom: 54px; }
    .custom_styles .howto_info:after {
      content: "";
      display: table;
      clear: both; }
    .custom_styles .howto_info__img {
      float: left;
      width: 89px;
      margin: 0 45px 0 15px;
      /*me3*/
      /*me2*/
      /*me1*/ }
      @media (min-width: 200px) and (max-width: 767px) {
        .custom_styles .howto_info__img {
          width: 83px;
          margin: 0 22px 0 12px; } }
      @media (min-width: 200px) and (max-width: 359px) {
        .custom_styles .howto_info__img {
          width: 66px;
          margin: 0 22px 0 12px; } }
    .custom_styles .howto_info__title {
      font-family: "FiraSansMedium", "helvetica", "arial", sans-serif;
      font-size: 20px;
      line-height: 28px;
      padding-bottom: 17px;
      /*me3*/
      /*me2*/
      /*me1*/ }
      @media (min-width: 768px) and (max-width: 991px) {
        .custom_styles .howto_info__title {
          font-size: 25px;
          line-height: 36px;
          padding-bottom: 10px; } }
      @media (min-width: 200px) and (max-width: 767px) {
        .custom_styles .howto_info__title {
          font-size: 25px;
          line-height: 36px;
          padding-bottom: 10px; } }
    .custom_styles .howto_info__text {
      font-family: "FiraSansLight", "helvetica", "arial", sans-serif;
      font-size: 15px;
      line-height: 18px;
      /*me3*/
      /*me2*/
      /*me1*/ }
      @media (min-width: 768px) and (max-width: 991px) {
        .custom_styles .howto_info__text {
          font-size: 19px;
          line-height: 24px; } }
      @media (min-width: 200px) and (max-width: 767px) {
        .custom_styles .howto_info__text {
          font-size: 18px;
          line-height: 23px; } }

.custom_styles .choice {
  padding-bottom: 29px; }
  .custom_styles .choice__title {
    text-align: center;
    font-family: "FiraSansMedium", "helvetica", "arial", sans-serif;
    font-size: 44px;
    line-height: 60px;
    display: block;
    padding: 30px 0 7px 0px;
    /*me3*/
    /*me2*/
    /*me1*/ }
    @media (min-width: 768px) and (max-width: 991px) {
      .custom_styles .choice__title {
        font-size: 42px;
        line-height: 56px; } }
    @media (min-width: 200px) and (max-width: 767px) {
      .custom_styles .choice__title {
        font-size: 30px;
        line-height: 36px; } }
    @media (min-width: 200px) and (max-width: 359px) {
      .custom_styles .choice__title {
        font-size: 21px;
        line-height: 27px; } }
  .custom_styles .choice__description {
    text-align: center;
    font-family: "FiraSansLight", "helvetica", "arial", sans-serif;
    padding-bottom: 28px;
    font-size: 22.5px;
    /*me4*/
    /*me3*/
    /*me2*/
    /*me1*/ }
    @media (min-width: 768px) and (max-width: 991px) {
      .custom_styles .choice__description {
        padding-bottom: 20px;
        font-size: 22px; } }
    @media (min-width: 200px) and (max-width: 767px) {
      .custom_styles .choice__description {
        font-size: 18px;
        padding-bottom: 18px; } }
    @media (min-width: 200px) and (max-width: 359px) {
      .custom_styles .choice__description {
        padding-bottom: 12px;
        font-size: 17px; } }
  .custom_styles .choice_tabs {
    zoom: 1; }
    .custom_styles .choice_tabs:after {
      content: "";
      display: table;
      clear: both; }
  .custom_styles .choice__tab {
    border-width: 1px;
    border-style: solid;
    border-color: #bbbbbb #dddddd #bbbbbb;
    width: 25%;
    font-family: "FiraSansLight", "helvetica", "arial", sans-serif;
    float: left;
    color: #000;
    letter-spacing: -0.2px;
    background: #f5f5f5;
    position: relative;
    -webkit-transition: background 0.3s;
    -khtml-transition: background 0.3s;
    -moz-transition: background 0.3s;
    -ms-transition: background 0.3s;
    -o-transition: background 0.3s;
    transition: background 0.3s;
    -webkit-transition: border-color 0.3s;
    -khtml-transition: border-color 0.3s;
    -moz-transition: border-color 0.3s;
    -ms-transition: border-color 0.3s;
    -o-transition: border-color 0.3s;
    transition: border-color 0.3s;
    padding: 13px 0 0 51px;
    font-size: 15px;
    line-height: 16px;
    height: 61px;
    /*me3*/
    /*me2*/ }
    @media (min-width: 768px) and (max-width: 991px) {
      .custom_styles .choice__tab {
        padding: 10px 0 !important;
        text-align: center; } }
    @media (min-width: 200px) and (max-width: 767px) {
      .custom_styles .choice__tab {
        padding: 10px 0 !important;
        text-align: center; } }
    .custom_styles .choice__tab:hover {
      background: #FFF; }
    .custom_styles .choice__tab:last-child {
      border-right: 2px solid #dddddd; }
      .custom_styles .choice__tab:last-child.current {
        border-right: 1px solid #bbbbbb; }
    .custom_styles .choice__tab_special {
      padding-top: 35px;
      /*me4*/ }
      @media (min-width: 992px) {
        .custom_styles .choice__tab_special {
          padding-top: 23px; } }
    .custom_styles .choice__tab.current {
      font-family: "FiraSansMedium", "helvetica", "arial", sans-serif;
      border-color: #bbbbbb #bbbbbb rgba(191, 191, 191, 0);
      background: #ffffff;
      letter-spacing: -0.55px; }
    .custom_styles .choice__tab_img {
      position: absolute;
      width: 35px;
      top: 13px;
      left: 10px;
      /*me3*/
      /*me2*/ }
      @media (min-width: 992px) and (max-width: 991px) {
        .custom_styles .choice__tab_img {
          display: block;
          position: relative;
          top: 0;
          left: 0; } }
      @media (min-width: 768px) and (max-width: 991px) {
        .custom_styles .choice__tab_img {
          display: block;
          position: relative;
          top: 0;
          left: 0;
          width: 42px;
          margin: 0 auto; } }
      @media (min-width: 200px) and (max-width: 767px) {
        .custom_styles .choice__tab_img {
          display: block;
          position: relative;
          top: 0;
          left: 0;
          width: 42px;
          margin: 0 auto; } }
    .custom_styles .choice__tab span {
      /*me3*/
      /*me2*/ }
      @media (min-width: 768px) and (max-width: 991px) {
        .custom_styles .choice__tab span {
          display: none !important; } }
      @media (min-width: 200px) and (max-width: 767px) {
        .custom_styles .choice__tab span {
          display: none !important; } }
  .custom_styles .choice__section {
    display: none; }
    .custom_styles .choice__section.current {
      display: block; }
  .custom_styles .choice_sections {
    border-width: 0 1px 2px;
    border-style: solid;
    border-color: #bbbbbb;
    margin-bottom: 48px; }
  .custom_styles .choice_section__title {
    text-align: center;
    font-family: "FiraSansMedium", "helvetica", "arial", sans-serif;
    font-size: 25px;
    color: #00aeef;
    line-height: 32px;
    padding: 17px 0 0px;
    /*me2*/
    /*me1*/ }
    @media (min-width: 200px) and (max-width: 767px) {
      .custom_styles .choice_section__title {
        font-size: 24px;
        line-height: 32px;
        padding: 15px 0 10px; } }
    @media (min-width: 200px) and (max-width: 359px) {
      .custom_styles .choice_section__title {
        font-size: 20px;
        line-height: 30px;
        padding: 10px 0 10px; } }
  .custom_styles .choice_section__description {
    text-align: center;
    font-family: "FiraSansLight", "helvetica", "arial", sans-serif;
    font-size: 20px;
    line-height: 24px;
    padding: 12px 5% 25px;
    /*me3*/
    /*me2*/
    /*me1*/ }
    @media (min-width: 768px) and (max-width: 991px) {
      .custom_styles .choice_section__description {
        font-size: 20px;
        padding: 0 20px; } }
    @media (min-width: 200px) and (max-width: 767px) {
      .custom_styles .choice_section__description {
        font-size: 18px;
        padding: 0 20px; } }
    @media (min-width: 200px) and (max-width: 359px) {
      .custom_styles .choice_section__description {
        font-size: 16px;
        padding: 0 20px; } }
  .custom_styles .choice_section__item {
    position: relative;
    zoom: 1;
    padding-bottom: 57px;
    /*me2*/ }
    .custom_styles .choice_section__item:after {
      content: "";
      display: table;
      clear: both; }
    @media (min-width: 200px) and (max-width: 767px) {
      .custom_styles .choice_section__item {
        padding-bottom: 7px; } }
    .custom_styles .choice_section__item:before {
      position: absolute;
      display: block;
      content: '';
      background: #dfdfdf;
      height: 1px;
      width: 72%;
      left: 14%;
      top: 0px;
      /*me3*/
      /*me2*/
      /*me1*/ }
      @media (min-width: 768px) and (max-width: 991px) {
        .custom_styles .choice_section__item:before {
          top: -40px; } }
      @media (min-width: 200px) and (max-width: 767px) {
        .custom_styles .choice_section__item:before {
          top: -30px; } }
      @media (min-width: 200px) and (max-width: 359px) {
        .custom_styles .choice_section__item:before {
          top: -20px; } }
  .custom_styles .choice_section__left {
    width: 300px;
    float: left;
    padding-right: 25px;
    /*me3*/
    /*me2*/
    /*me1*/ }
    @media (min-width: 768px) and (max-width: 991px) {
      .custom_styles .choice_section__left {
        width: 100%;
        float: none; } }
    @media (min-width: 200px) and (max-width: 767px) {
      .custom_styles .choice_section__left {
        width: 70%;
        float: none;
        margin-left: -5%; } }
  .custom_styles .choice_section__img {
    width: 253px;
    display: block;
    margin: 47px 0 0px 36px;
    /*me3*/
    /*me2*/
    /*me1*/ }
    @media (min-width: 768px) and (max-width: 991px) {
      .custom_styles .choice_section__img {
        width: 50%;
        display: block; } }
    @media (min-width: 200px) and (max-width: 767px) {
      .custom_styles .choice_section__img {
        width: 70%;
        display: block;
        margin: 67px auto -10px; } }
    @media (min-width: 200px) and (max-width: 359px) {
      .custom_styles .choice_section__img {
        margin: 24px auto 10px; } }
  .custom_styles .choice_section__info {
    overflow: hidden;
    max-height: 0px;
    -webkit-transition: All 0.3s;
    -khtml-transition: All 0.3s;
    -moz-transition: All 0.3s;
    -ms-transition: All 0.3s;
    -o-transition: All 0.3s;
    transition: All 0.3s; }
  .custom_styles .choice_section__paran {
    padding-left: 71px;
    zoom: 1;
    /*me4*/
    /*me3*/
    /*me2*/ }
    .custom_styles .choice_section__paran:after {
      content: "";
      display: table;
      clear: both; }
    @media (min-width: 992px) {
      .custom_styles .choice_section__paran {
        padding-left: 47px; } }
    @media (min-width: 768px) and (max-width: 991px) {
      .custom_styles .choice_section__paran {
        padding-left: 69px; } }
    @media (min-width: 200px) and (max-width: 767px) {
      .custom_styles .choice_section__paran {
        padding-left: 20px; } }
    .custom_styles .choice_section__paran_icon {
      width: 33px;
      margin: 0 0 0 3px; }
    .custom_styles .choice_section__paran span {
      font-family: "FiraSansLight", "helvetica", "arial", sans-serif;
      display: inline-block;
      padding: 10px 10px 15px 4px;
      font-size: 14px;
      width: 223px; }
  .custom_styles .choice_section__composition {
    padding-left: 49px;
    font-size: 12px;
    line-height: 14px;
    letter-spacing: -0.3px;
    /*me3*/
    /*me2*/ }
    @media (min-width: 768px) and (max-width: 991px) {
      .custom_styles .choice_section__composition {
        padding-left: 69px; } }
    @media (min-width: 200px) and (max-width: 767px) {
      .custom_styles .choice_section__composition {
        padding-left: 20px; } }
    .custom_styles .choice_section__composition strong {
      display: block;
      font-family: "FiraSansMedium", "helvetica", "arial", sans-serif; }
  .custom_styles .choice_section__right {
    width: 910px;
    float: left;
    /*me5*/
    /*me4*/
    /*me3*/
    /*me2*/
    /*me1*/ }
    @media (min-width: 1280px) and (max-width: 1500px) {
      .custom_styles .choice_section__right {
        width: 730px; } }
    @media (min-width: 992px) {
      .custom_styles .choice_section__right {
        width: 380px; } }
    @media (min-width: 768px) and (max-width: 991px) {
      .custom_styles .choice_section__right {
        width: 100%;
        float: none;
        padding: 0 70px; } }
    @media (min-width: 200px) and (max-width: 767px) {
      .custom_styles .choice_section__right {
        width: 100%;
        float: none;
        padding: 0 20px; } }
  .custom_styles .choice_section__subtitle {
    font-family: "FiraSansMedium", "helvetica", "arial", sans-serif;
    padding: 80px 0 5px 0;
    font-size: 25px;
    display: block;
    color: #000;
    -webkit-transition: All 0.3s;
    -khtml-transition: All 0.3s;
    -moz-transition: All 0.3s;
    -ms-transition: All 0.3s;
    -o-transition: All 0.3s;
    transition: All 0.3s;
    /*me3*/
    /*me2*/ }
  .custom_styles a.choice_section__subtitle:hover {
    color: #0070c9;
  }
    @media (min-width: 768px) and (max-width: 991px) {
      .custom_styles .choice_section__subtitle {
        padding: 25px 0 3px 0; } }
    @media (min-width: 200px) and (max-width: 767px) {
      .custom_styles .choice_section__subtitle {
        padding: 0px 0 7px 0; } }
  .custom_styles .choice_section__text {
    font-family: "FiraSansLight", "helvetica", "arial", sans-serif;
    font-size: 15px;
    line-height: 18px;
    padding: 0 0 12px;
    /*me3*/
    /*me2*/
    /*me1*/ }
    @media (min-width: 200px) and (max-width: 767px) {
      .custom_styles .choice_section__text {
        font-size: 16px; } }
    @media (min-width: 200px) and (max-width: 359px) {
      .custom_styles .choice_section__text {
        font-size: 17px; } }
    .custom_styles .choice_section__text p {
      padding-bottom: 18px; }
    .custom_styles .choice_section__text strong {
      font-family: "FiraSansBold", "helvetica", "arial", sans-serif; }
    .custom_styles .choice_section__text ul {
      padding-bottom: 27px; }
    .custom_styles .choice_section__text li {
      position: relative;
      padding-left: 0px; }
      .custom_styles .choice_section__text li:after {
        position: absolute;
        display: block;
        width: 5px;
        height: 5px;
        top: 6px;
        left: 2px;
        content: '';
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
        background: #000000; }
  .custom_styles .choice_section__opener {
    display: inline-block;
    color: #00aeef;
    font-family: "FiraSansLight", "helvetica", "arial", sans-serif;
    font-size: 12px;
    line-height: 28px; }
  .custom_styles .choice_section__closer {
    display: none;
    color: #00aeef;
    font-family: "FiraSansLight", "helvetica", "arial", sans-serif;
    font-size: 12px;
    line-height: 28px; }

.custom_styles .icon_open {
  border: 2px solid #00aeef;
  color: #00aeef;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  width: 21px;
  height: 21px;
  display: inline-block;
  text-align: center;
  font-size: 21px;
  line-height: 19px;
  margin-right: 8px;
  float: left;
  -webkit-transition: All 0.3s;
  -khtml-transition: All 0.3s;
  -moz-transition: All 0.3s;
  -ms-transition: All 0.3s;
  -o-transition: All 0.3s;
  transition: All 0.3s;
  -moz-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg); }

.custom_styles .open .choice_section__info {
  max-height: 3700px; }

.custom_styles .open .icon_open {
  -moz-transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg); }

.custom_styles .open .choice_section__subtitle {
  padding-top: 66px;
  /*me3*/
  /*me2*/ }
  @media (min-width: 768px) and (max-width: 991px) {
    .custom_styles .open .choice_section__subtitle {
      padding-top: 20px; } }
  @media (min-width: 200px) and (max-width: 767px) {
    .custom_styles .open .choice_section__subtitle {
      padding-top: 20px; } }









.custom_styles .choice_section__addedpic {
  /* display: none !important; */
  position: absolute;
  top: -5px;
  right: 0;
  width: 50%;  
}
@media (min-width: 360px) {
  .custom_styles .choice_section__addedpic .choice_section__img {
    margin-top: 30px;
    width: 75%;
  }
}
@media (min-width: 480px) {
  .custom_styles .choice_section__addedpic {
    top: 0;
  }
}
@media (min-width: 600px) {
  .custom_styles .choice_section__addedpic {
    top: 1em;
  }
}
@media (min-width: 768px) {
  .custom_styles .choice_section__addedpic {
    width: 53%;
  }
}
@media (min-width: 992px) {
  .custom_styles .choice_section__addedpic {
    top: 2em;
    width: 30%;
  }
  .custom_styles .choice_section__addedpic .choice_section__img {
    margin-top: 8px;
    margin-left: 20px;
    width: 240px;
  }
}










.footer {
  position: relative;
  zoom: 1;
  margin-top: -50px; }
  .footer:after {
    content: "";
    display: table;
    clear: both; }
  .footer__layout {
    border-top: 1px solid #231f20;
    padding: 0 25px 0 20px;
    /*me1*/ }
    @media (min-width: 200px) and (max-width: 359px) {
      .footer__layout {
        padding: 0 0px 0 0px; } }
  .footer__copyrights {
    font-family: "FiraSansLight", "helvetica", "arial", sans-serif;
    font-size: 15px;
    padding: 21px 0 14px;
    float: left;
    /*me1*/ }
    @media (min-width: 200px) and (max-width: 359px) {
      .footer__copyrights {
        font-size: 12px; } }
  .footer_socials {
    float: right; }
    .footer_socials__item {
      display: block;
      float: left;
      margin: 11px 0 0 22px; }
    .footer_socials__link {
      display: block; }
      .footer_socials__link_fb {
        background: #0b4da2;
        color: #fff;
        border: 0px none;
        -webkit-border-radius: 50px;
        -moz-border-radius: 50px;
        border-radius: 50px;
        width: 30px;
        text-align: center;
        font-size: 17px;
        height: 30px;
        padding-top: 7px;
        -webkit-transition: All 0.3s;
        -khtml-transition: All 0.3s;
        -moz-transition: All 0.3s;
        -ms-transition: All 0.3s;
        -o-transition: All 0.3s;
        transition: All 0.3s; }
        .footer_socials__link_fb:hover {
          background: #FFFFFF;
          color: #3B5998; }
      .footer_socials__link_yt {
        font-size: 33px;
        color: #0b4da2;
        -webkit-transition: All 0.3s;
        -khtml-transition: All 0.3s;
        -moz-transition: All 0.3s;
        -ms-transition: All 0.3s;
        -o-transition: All 0.3s;
        transition: All 0.3s; }
        .footer_socials__link_yt:hover {
          color: #E62117; }

.choice_section__yogurt_capsule {}
.choice_section__yogurt_capsule .choice_block__subtitle {font-family: "FiraSansMedium", "helvetica", "arial", sans-serif;text-transform: uppercase; padding: 5px 0;}
.choice_section__yogurt_capsule .choice_section__text ul {padding: 0 0 18px 0;}
.choice_section__yogurt_capsule .choice_section__text ul li {padding-bottom: 5px;padding-top: 1px;}
.choice_section__yogurt_capsule .fitches li {font-family: "FiraSansMedium", "helvetica", "arial", sans-serif; position: relative; display: block; text-indent: 21px;}
.choice_section__yogurt_capsule .fitches li::after {
  content: '';
  display: block;
  position: absolute;
  background: url(../img/icon_check.png);
  -moz-background-size: 100%;
  -o-background-size: 100%;
  -webkit-background-size: 100%;
  background-size: 100%;
  top: 0;
  left: 0;  
  width: 18px;
  height: 18px;
}
.choice_section__yogurt_capsule .choice_section__left .choice_section__info {text-align: center;}
.choice_section__yogurt_capsule .choice_section__left .choice_section__info img {width: auto; height: 33px;}
.choice_section__yogurt_capsule .choice_section__left .choice_section__info img[src$="yogurt_capsule_icon_4.png"] {height: 25px;}
.choice_section__yogurt_capsule .choice_section__left .choice_section__info span {font-family: "FiraSansMedium", "helvetica", "arial", sans-serif;}