@charset "UTF-8";
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat; }

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

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none; }
  .slick-prev:hover, .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus {
    outline: none;
    background: transparent;
    color: transparent; }
    .slick-prev:hover:before, .slick-prev:focus:before,
    .slick-next:hover:before,
    .slick-next:focus:before {
      opacity: 1; }
  .slick-prev.slick-disabled:before,
  .slick-next.slick-disabled:before {
    opacity: 0.25; }
  .slick-prev:before,
  .slick-next:before {
    font-family: "slick";
    font-size: 20px;
    line-height: 1;
    color: white;
    opacity: 0.75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }

.slick-prev {
  left: -25px; }
  [dir="rtl"] .slick-prev {
    left: auto;
    right: -25px; }
  .slick-prev:before {
    content: "←"; }
    [dir="rtl"] .slick-prev:before {
      content: "→"; }

.slick-next {
  right: -25px; }
  [dir="rtl"] .slick-next {
    left: -25px;
    right: auto; }
  .slick-next:before {
    content: "→"; }
    [dir="rtl"] .slick-next:before {
      content: "←"; }

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px; }

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer; }
    .slick-dots li button {
      border: 0;
      background: transparent;
      display: block;
      height: 20px;
      width: 20px;
      outline: none;
      line-height: 0px;
      font-size: 0px;
      color: transparent;
      padding: 5px;
      cursor: pointer; }
      .slick-dots li button:hover, .slick-dots li button:focus {
        outline: none; }
        .slick-dots li button:hover:before, .slick-dots li button:focus:before {
          opacity: 1; }
      .slick-dots li button:before {
        position: absolute;
        top: 0;
        left: 0;
        content: "•";
        width: 20px;
        height: 20px;
        font-family: "slick";
        font-size: 6px;
        line-height: 20px;
        text-align: center;
        color: black;
        opacity: 0.25;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
    .slick-dots li.slick-active button:before {
      color: black;
      opacity: 0.75; }

.slick-prev, .slick-next {
  height: 30px;
  width: 30px; }
  .slick-prev:before, .slick-next:before {
    font-family: monospace;
    font-size: 40px; }

.slick-prev:before {
  content: '<'; }

.slick-next:before {
  content: '>'; }

@media (min-width: 768px) {
  .mobile-only {
    display: none !important; } }

@media (min-width: 992px) {
  .mobile-tab-only {
    display: none !important; } }

@media (min-width: 992px) {
  .tab-only {
    display: none !important; } }

@media (max-width: 767px) {
  .tab-only {
    display: none !important; } }

@media (max-width: 767px) {
  .desktop-only {
    display: none; } }

@media (max-width: 767px) {
  .mob-justify-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important; } }

@media (max-width: 767px) {
  .mob-margin-bottom0 {
    margin-bottom: 0 !important; } }

@media (max-width: 767px) {
  .mob-margin-bottom10 {
    margin-bottom: 10px !important; } }

@media (max-width: 767px) {
  .mob-margin-bottom20 {
    margin-bottom: 20px !important; } }

@media (max-width: 767px) {
  .mob-margin-bottom30 {
    margin-bottom: 30px !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .tab-margin-bottom30 {
    margin-bottom: 30px !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .tab-margin-top0 {
    margin-top: 0px !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .tab-margin-bottom40 {
    margin-bottom: 40px !important; } }

@media (max-width: 767px) {
  .mob-margin-top0 {
    margin-top: 0 !important; } }

@media (max-width: 767px) {
  .mob-margin-top20 {
    margin-top: 20px !important; } }

.margin-bottom30 {
  margin-bottom: 30px; }

.margin-top40 {
  margin-top: 40px; }

.padding-top87 {
  padding-top: 87px; }
  @media (max-width: 767px) {
    .padding-top87 {
      padding-top: 30px; } }

.red-color {
  color: rgba(233, 19, 19, 0.7); }

.btn-white {
  text-align: center;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 225px;
  height: 50px;
  border-radius: 100px;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  line-height: 4;
  font-weight: 600;
  -webkit-transition: all .3s linear;
  -o-transition: all .3s linear;
  transition: all .3s linear;
  border: 1px solid #fff;
  color: #d92d82;
  background-color: rgba(255, 255, 255, 0.7); }
  .btn-white:hover {
    background-color: white; }
  .btn-white:active {
    border-color: transparent;
    background-color: white;
    -webkit-box-shadow: inset 0 4px 4px rgba(0, 0, 0, 0.25);
    box-shadow: inset 0 4px 4px rgba(0, 0, 0, 0.25); }

.color-border-bottom89 {
  width: 100%;
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 30px; }
  @media (max-width: 767px) {
    .color-border-bottom89 {
      margin-bottom: 16px; } }
  .color-border-bottom89:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 89px;
    height: 2px;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ec2c91+0,ffc114+100 */
    background: #ec2c91;
    /* Old browsers */
    background: -moz-linear-gradient(left, #ec2c91 0%, #ffc114 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #ec2c91 0%, #ffc114 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: -webkit-gradient(linear, left top, right top, from(#ec2c91), to(#ffc114));
    background: -o-linear-gradient(left, #ec2c91 0%, #ffc114 100%);
    background: linear-gradient(to right, #ec2c91 0%, #ffc114 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ec2c91', endColorstr='#ffc114',GradientType=1 );
    /* IE6-9 */ }

.sign-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start; }
  .sign-section p {
    width: 100%;
    color: white;
    position: relative;
    text-align: center;
    padding-bottom: 10px; }
    @media (max-width: 991px) {
      .sign-section p {
        color: #313131; } }
  @media (max-width: 991px) {
    .sign-section {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; } }
  .sign-section .wrap-btn {
    margin-top: 20px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    @media (max-width: 991px) {
      .sign-section .wrap-btn {
        display: none; } }
  .sign-section .left {
    width: 35.5555%;
    min-height: calc(100vh - 116px);
    padding-top: 50vh;
    padding-left: 50px;
    padding-right: 50px;
    background: url("../img/content/b2b/b2b-sign-left2.jpg") no-repeat;
    background-size: cover;
    background-position: 50% 50%;
    position: relative; }
    @media (max-width: 1439px) {
      .sign-section .left {
        padding-top: 40vh; } }
    @media (max-width: 1199px) {
      .sign-section .left {
        padding-left: 33px;
        padding-right: 33px;
        min-height: 550px; } }
    @media (max-width: 991px) {
      .sign-section .left {
        width: 100%;
        background: none;
        height: auto;
        min-height: 0;
        padding-top: 70px;
        padding-left: 50px;
        padding-right: 50px; } }
    @media (max-width: 767px) {
      .sign-section .left {
        padding-top: 40px; } }
    .sign-section .left:before {
      content: '';
      position: absolute;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0;
      /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0+1,1+100 */
      background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 1%, black 100%);
      /* FF3.6-15 */
      background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 1%, black 100%);
      /* Chrome10-25,Safari5.1-6 */
      background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(1%, rgba(0, 0, 0, 0)), to(black));
      background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 1%, black 100%);
      background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 1%, black 100%);
      /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=0 );
      /* IE6-9 */ }
      @media (max-width: 991px) {
        .sign-section .left:before {
          content: none; } }
  .sign-section .right {
    width: 64.4445%;
    min-height: calc(100vh - 116px);
    padding-left: 132px;
    padding-right: 132px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
    .sign-section .right p {
      color: #313131;
      text-align: left; }
    @media (max-width: 1199px) {
      .sign-section .right {
        padding-left: 50px;
        padding-right: 50px;
        padding-top: 50px; } }
    @media (max-width: 991px) {
      .sign-section .right {
        width: 100%;
        height: auto;
        min-height: 0;
        padding-top: 10px; } }
    @media (max-width: 767px) {
      .sign-section .right {
        padding-left: 33px;
        padding-right: 33px;
        padding-top: 0; } }

.links-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-top: 30px;
  width: 100%; }
  @media (max-width: 767px) {
    .links-list {
      margin-top: 20px;
      margin-bottom: 30px; } }
  .links-list li {
    font-family: Montserrat, sans-serif;
    font-weight: 600;
    font-size: 12px;
    line-height: 24px;
    margin-left: 15px;
    margin-right: 15px; }
    .links-list li a {
      padding-bottom: 5px;
      color: #D92D82;
      position: relative; }
      .links-list li a:after {
        content: '';
        width: 100%;
        height: 1px;
        bottom: 0;
        left: 0;
        position: absolute;
        background-color: #D92D82;
        -webkit-transition: width .3s ease-out;
        -o-transition: width .3s ease-out;
        transition: width .3s ease-out; }
      .links-list li a:hover:after {
        width: 0;
        -webkit-transition: width .3s ease-out;
        -o-transition: width .3s ease-out;
        transition: width .3s ease-out; }

.form {
  width: 100%;
  max-width: 555px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  @media (max-width: 991px) {
    .form {
      margin-left: auto;
      margin-right: auto;
      -webkit-box-align: end;
      -ms-flex-align: end;
      align-items: flex-end; } }
  .form .item {
    width: 100%;
    margin-bottom: 30px; }
    @media (max-width: 991px) {
      .form .item {
        margin-bottom: 40px; } }
    @media (max-width: 767px) {
      .form .item {
        margin-bottom: 30px; } }
    .form .item.item-small {
      width: 47.297%; }
      @media (max-width: 767px) {
        .form .item.item-small {
          width: 100%; } }
    .form .item.item-50 {
      width: 48%; }
      @media (max-width: 767px) {
        .form .item.item-50 {
          width: 100%; } }
    .form .item.item-33 {
      width: 31%; }
      @media (max-width: 767px) {
        .form .item.item-33 {
          width: 100%; } }
    .form .item.radio {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start;
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; }
    .form .item label {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start;
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; }
    .form .item .caption {
      font-family: Roboto, sans-serif;
      font-weight: 700;
      font-size: 14px;
      line-height: 21px;
      color: rgba(49, 49, 49, 0.7);
      margin-bottom: 5px; }
    .form .item input {
      width: 100%;
      padding-left: 30px;
      padding-right: 30px;
      height: 40px;
      background-color: #f5f5f5;
      border: 1px solid #979797;
      border-radius: 20px;
      font-size: 14px;
      font-family: Roboto, sans-serif;
      font-weight: 400;
      color: rgba(29, 29, 29, 0.8);
      -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
      box-shadow: 0 0 4px rgba(0, 0, 0, 0.2); }
      .form .item input::-webkit-input-placeholder {
        color: rgba(29, 29, 29, 0.5); }
      .form .item input:-moz-placeholder {
        color: rgba(29, 29, 29, 0.5); }
      .form .item input::-moz-placeholder {
        color: rgba(29, 29, 29, 0.5); }
      .form .item input:-ms-input-placeholder {
        color: rgba(29, 29, 29, 0.5); }
      .form .item input::-ms-input-placeholder {
        color: rgba(29, 29, 29, 0.5); }
      .form .item input::placeholder {
        color: rgba(29, 29, 29, 0.5); }
      .form .item input.placeholder {
        color: rgba(29, 29, 29, 0.5); }
    .form .item .just-underline-input {
      border-radius: 0;
      -webkit-box-shadow: none;
      box-shadow: none;
      border: none;
      border-bottom: 1px solid #979797;
      padding-left: 0;
      padding-right: 0;
      color: rgba(29, 29, 29, 0.9);
      background-color: #fff; }
    .form .item textarea {
      width: 100%;
      height: 121px;
      padding: 10px 30px;
      background-color: #f5f5f5;
      border: 1px solid #979797;
      border-radius: 20px;
      font-size: 14px;
      font-family: Roboto, sans-serif;
      font-weight: 400;
      color: rgba(29, 29, 29, 0.8);
      -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
      box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
      resize: none; }
    .form .item input[type="radio"] {
      position: absolute;
      left: 0;
      top: 0;
      width: 20px;
      height: 20px;
      border-radius: 100%;
      background: #fff;
      -webkit-box-shadow: none;
      -moz-box-shadow: none;
      box-shadow: none; }
      @media (max-width: 991px) {
        .form .item input[type="radio"] {
          top: 50%;
          -webkit-transform: translateY(-50%);
          -moz-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
          -o-transform: translateY(-50%);
          transform: translateY(-50%); } }
    .form .item .classradio-wrap {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      height: 40px; }
      .form .item .classradio-wrap > span {
        margin-right: 20px; }
        @media (max-width: 991px) {
          .form .item .classradio-wrap > span {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center; } }
        .form .item .classradio-wrap > span label {
          position: relative;
          padding-left: 28px;
          cursor: pointer;
          line-height: 20px;
          display: inline-block;
          color: #666;
          font-size: 14px; }
  .form .wrap-btn {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }

.required-text {
  font-size: 12px;
  font-weight: 400; }

.item-error {
  position: relative; }
  .item-error input {
    border-color: rgba(233, 19, 19, 0.7) !important; }
  .item-error:after {
    content: 'Обязательное поля для заполнения';
    position: absolute;
    bottom: -18px;
    right: 0;
    color: rgba(233, 19, 19, 0.7);
    font-family: Roboto, sans-serif;
    font-size: 12px;
    font-weight: 400; }

.item-success input {
  border-color: #038B11 !important; }

.forgot-password-form {
  margin-top: 50px; }
  @media (max-width: 767px) {
    .forgot-password-form {
      margin-top: 20px; } }

.account-section {
  width: 100%; }

.account-section-container {
  width: 558px;
  min-height: calc(100vh - 116px);
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
  @media (max-width: 991px) {
    .account-section-container {
      min-height: auto;
      padding-top: 100px; } }
  @media (max-width: 767px) {
    .account-section-container {
      width: 100%;
      padding-left: 27px;
      padding-right: 27px;
      padding-top: 60px; } }

.user-login {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#d92d82+0,db367c+37,ffc114+100 */
  background: #d92d82;
  /* Old browsers */
  background: -moz-linear-gradient(left, #d92d82 0%, #db367c 37%, #ffc114 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #d92d82 0%, #db367c 37%, #ffc114 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, right top, from(#d92d82), color-stop(37%, #db367c), to(#ffc114));
  background: -o-linear-gradient(left, #d92d82 0%, #db367c 37%, #ffc114 100%);
  background: linear-gradient(to right, #d92d82 0%, #db367c 37%, #ffc114 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d92d82', endColorstr='#ffc114',GradientType=1 );
  /* IE6-9 */
  padding-left: 30px;
  padding-right: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  @media (max-width: 991px) {
    .user-login {
      padding-right: 45px;
      -webkit-box-pack: end;
      -ms-flex-pack: end;
      justify-content: flex-end; } }

.dropdown {
  position: relative; }

.separate {
  display: block;
  width: 1px;
  height: 12px;
  background-color: #d9d9d9; }

.dropdown-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .dropdown-btn:hover {
    cursor: pointer; }
  .dropdown-btn.active + .dropdown-body {
    display: block; }
  .dropdown-btn.active .username .arrow {
    -webkit-transform: rotate(180deg) translateY(4px);
    -ms-transform: rotate(180deg) translateY(4px);
    transform: rotate(180deg) translateY(4px);
    -webkit-transition: -webkit-transform .3s ease-out;
    transition: -webkit-transform .3s ease-out;
    -o-transition: transform .3s ease-out;
    transition: transform .3s ease-out;
    transition: transform .3s ease-out, -webkit-transform .3s ease-out; }
  .dropdown-btn.active:after {
    content: '';
    display: block;
    position: absolute;
    bottom: -19px;
    left: 55px;
    border-top: 6px solid #DC357D;
    border-bottom: 6px solid transparent;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent; }

.usericon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 22px;
  height: 22px;
  border: 1px solid #fff;
  border-radius: 50%;
  overflow: hidden;
  background-color: transparent; }

.username {
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  line-height: 16px;
  color: #fff;
  margin-left: 8px;
  margin-right: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .username .arrow {
    display: block;
    margin-left: 4px;
    border-top: 4px solid #fff;
    border-bottom: 4px solid transparent;
    border-left: 3.5px solid transparent;
    border-right: 3.5px solid transparent;
    position: relative;
    top: 2px;
    -webkit-transition: -webkit-transform .3s ease-out;
    transition: -webkit-transform .3s ease-out;
    -o-transition: transform .3s ease-out;
    transition: transform .3s ease-out;
    transition: transform .3s ease-out, -webkit-transform .3s ease-out; }

.logout-link {
  position: relative;
  margin-left: 14px;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  line-height: 16px;
  color: #fff; }

.dropdown-body {
  display: none;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: absolute;
  top: 40px;
  left: -30px;
  background-color: #D92D82;
  min-width: 186px;
  max-width: 240px;
  min-height: 160px;
  padding: 20px 20px;
  text-align: center; }
  @media (max-width: 991px) {
    .dropdown-body {
      left: -20%;
      min-width: 260px; } }

.dropdown-body__name {
  width: 100%;
  font-size: 14px;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  line-height: 26px;
  color: rgba(255, 255, 255, 0.7); }

.dropdown-body__email {
  width: 100%;
  font-size: 12px;
  font-family: Roboto, sans-serif;
  font-weight: 400;
  line-height: 16px;
  color: rgba(255, 255, 255, 0.5);
  margin-top: 8px;
  margin-bottom: 10px;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis; }

.dropdown-body__my-account {
  width: 100%;
  height: 24px;
  font-size: 12px;
  font-family: Montserrat, sans-serif;
  line-height: 16px;
  font-weight: 600;
  color: white;
  border: 1px solid #fff;
  background-color: transparent;
  border-radius: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 10px; }
  .dropdown-body__my-account:hover {
    background-color: #fff;
    color: #D92D82; }

.dropdown-body__my-materials {
  width: 100%;
  font-size: 12px;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  line-height: 16px;
  color: white;
  padding-bottom: 8px;
  position: relative; }
  .dropdown-body__my-materials:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #fff;
    -webkit-transition: width .3s ease-out;
    -o-transition: width .3s ease-out;
    transition: width .3s ease-out; }
  .dropdown-body__my-materials:hover:after {
    width: 0;
    -webkit-transition: width .3s ease-out;
    -o-transition: width .3s ease-out;
    transition: width .3s ease-out; }

.header-inner__bottom.header-inner__bottom__b2b {
  display: block !important; }

.media-items-three__inner-b2b {
  width: 1140px; }
  @media (max-width: 1199px) {
    .media-items-three__inner-b2b {
      width: 100%; } }

.sec-journey-b2b .container {
  padding-left: 0;
  padding-right: 0; }

@media screen and (min-width: 1200px) {
  .sec-journey-b2b .parallax-img-wrap--journey {
    width: 510px !important;
    height: 420px !important; } }

@media screen and (min-width: 1200px) {
  .sec-journey-b2b .parallax-img-wrap--journey img {
    width: 500px !important;
    height: 410px !important; } }

.sec-materials .media-items-three__list-item {
  min-height: 0;
  margin: 1%;
  margin-bottom: 40px; }

.media-items-three-b2b {
  padding-top: 0; }
  .media-items-three-b2b .media-items-four__item-info {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 10px 28px 15px; }
  .media-items-three-b2b .media-items-four__item-info2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
  .media-items-three-b2b .media-items-four__item-left {
    width: 37px;
    -ms-flex-negative: 0;
    flex-shrink: 0; }
  .media-items-three-b2b .media-items-four__item-right {
    width: 82%;
    -ms-flex-negative: 0;
    flex-shrink: 0; }
  .media-items-three-b2b .media-items-four__item-image {
    height: 227px; }
  .media-items-three-b2b .media-items-four__info-lang {
    font-family: Roboto, sans-serif;
    font-size: 12px;
    line-height: 12px;
    color: rgba(29, 29, 29, 0.5);
    margin-bottom: 8px;
    margin-top: 6px; }
  .media-items-three-b2b .media-items-four__info-title {
    font-size: 20px;
    line-height: 26px;
    font-family: Montserrat, sans-serif;
    font-weight: 600;
    margin-bottom: 0;
    border-bottom: none; }
    .media-items-three-b2b .media-items-four__info-title:hover {
      border-bottom: none;
      text-decoration: underline; }
  .media-items-three-b2b .media-items-four__info-descr {
    font-size: 14px;
    line-height: 21px;
    color: rgba(49, 49, 49, 0.5);
    width: 100%;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-bottom: 21px;
    margin-top: 2px; }
  .media-items-three-b2b .more {
    width: auto;
    -ms-flex-negative: 0;
    flex-shrink: 0; }
  .media-items-three-b2b .media-items-three__item-info {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  .media-items-three-b2b .media-items-three__info-dates {
    font-size: 16px;
    line-height: 12px;
    color: #D92D82;
    font-family: Roboto, sans-serif;
    font-weight: 400;
    margin-top: 3px;
    margin-bottom: 10px; }
  .media-items-three-b2b .media-items-three__info-place {
    font-size: 16px;
    line-height: 12px;
    color: #D92D82;
    font-family: Roboto, sans-serif;
    font-weight: 400;
    margin-bottom: 14px; }
  .media-items-three-b2b .media-items-three__info-caption {
    font-size: 20px;
    line-height: 26px;
    font-family: Montserrat, sans-serif;
    font-weight: 600;
    color: rgba(29, 29, 29, 0.7); }
  .media-items-three-b2b .media-items-three__info-link-wrapper {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    margin-top: 30px; }

.reg-open {
  color: #D92D82;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  line-height: 16px;
  font-weight: 600; }

.sec-partnership .container {
  width: 950px;
  padding-left: 0;
  padding-right: 0; }
  @media (max-width: 991px) {
    .sec-partnership .container {
      width: 100%;
      padding-left: 15px;
      padding-right: 15px; } }

.partnership-form {
  width: 100%;
  max-width: 100%;
  padding: 50px 68px;
  background-color: #fff;
  -webkit-box-shadow: 0 0 14px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 14px rgba(0, 0, 0, 0.2);
  z-index: 1;
  position: relative; }
  @media (max-width: 767px) {
    .partnership-form {
      padding: 20px 20px; } }

.media-items-three__my-materials-info-link-wrapper {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.sec-picture.sec-picture-b2b {
  padding: 0 0 60px; }
  @media (max-width: 1199px) {
    .sec-picture.sec-picture-b2b {
      padding-top: 30px; } }
  @media (max-width: 991px) {
    .sec-picture.sec-picture-b2b {
      padding-top: 60px; } }
  .sec-picture.sec-picture-b2b .article {
    padding-bottom: 80px;
    position: relative; }

.event-status {
  width: 100%;
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  line-height: 16px;
  font-size: 18px;
  color: #ffffff; }
  .event-status.open, .event-status.processing, .event-status.reg {
    background-color: rgba(217, 45, 130, 0.8); }
  .event-status.finish {
    background-color: rgba(55, 55, 55, 0.8); }

.description ul.b2b-list li {
  font-family: Roboto, sans-serif;
  font-weight: 700;
  line-height: 21px;
  font-size: 14px;
  color: rgba(49, 49, 49, 0.7); }
  .description ul.b2b-list li:before {
    content: '';
    width: 4px;
    height: 4px;
    background-color: #6F6F6F;
    top: 9px; }

.registration-form {
  width: 100%;
  max-width: 100%;
  background-color: #fff;
  -webkit-box-shadow: 0 0 14px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 14px rgba(0, 0, 0, 0.2);
  padding: 45px 69px;
  margin-top: 26px;
  margin-bottom: 55px; }
  @media (max-width: 767px) {
    .registration-form {
      padding: 20px 20px; } }

.player2line {
  color: rgba(49, 49, 49, 0.7);
  font-family: Roboto, sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 21px;
  padding-bottom: 7px;
  position: relative;
  width: 100%;
  margin-top: 35px;
  margin-bottom: 35px; }
  .player2line:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    height: 1px;
    width: 100%;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#d92d82+0,ffc114+100 */
    background: #d92d82;
    /* Old browsers */
    background: -moz-linear-gradient(left, #d92d82 0%, #ffc114 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #d92d82 0%, #ffc114 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: -webkit-gradient(linear, left top, right top, from(#d92d82), to(#ffc114));
    background: -o-linear-gradient(left, #d92d82 0%, #ffc114 100%);
    background: linear-gradient(to right, #d92d82 0%, #ffc114 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d92d82', endColorstr='#ffc114',GradientType=1 );
    /* IE6-9 */ }

.finish-form {
  padding: 40px 0;
  -webkit-box-shadow: 0 0 14px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 14px rgba(0, 0, 0, 0.2);
  margin: 40px 0 10px; }
  @media (max-width: 991px) {
    .finish-form {
      padding: 40px 10px; } }
  .finish-form h3 {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important; }
    .finish-form h3:after {
      content: none !important; }

.media-items-registration {
  padding-top: 50px;
  padding-bottom: 0; }

.materials-item {
  position: relative;
  padding-left: 57px;
  margin-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start; }
  .materials-item:hover {
    text-decoration: none; }

.materials-item__icon {
  position: absolute;
  top: 0;
  left: 0; }

.materials-item__caption {
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 26px;
  color: #D92D82; }

.materials-item__download {
  font-family: Roboto, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 10px;
  color: rgba(217, 45, 130, 0.8);
  text-transform: uppercase;
  margin-top: 6px !important; }

.btn:hover {
  text-decoration: none !important; }

@media (max-width: 991px) {
  .article__title h1 + h3 {
    margin-top: 9px; } }

@media (max-width: 991px) {
  .b2b table tr td:first-of-type {
    width: 35%; } }

@media (max-width: 767px) {
  .b2b table tr td:first-of-type {
    width: 45%; } }

@media (max-width: 991px) {
  .logos-list {
    margin-top: 10px; } }

.modal.modal__b2b .modal__inner {
  position: relative;
  width: 100%; }

.modal.modal__b2b .modal__close {
  position: absolute;
  right: -15px;
  top: -25px;
  width: 25px;
  height: 25px;
  z-index: 99; }

.modal__photoslider, .modal__video {
  max-height: 100%;
  width: 100%; }
  .modal__photoslider .item, .modal__video .item {
    height: 525px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    overflow: hidden; }
    .modal__photoslider .item img, .modal__video .item img {
      width: auto;
      max-height: 100%; }

@media (max-width: 767px) {
  .sign-form {
    margin-bottom: 30px; } }




/* JackM 06.11.2018 redesign */
.sec-materials-1 .media-items-four__item-info, .sec-materials-2 .media-items-four__item-info{
  flex-direction: column;
  align-items: flex-start;
}
.sec-materials-1.media-items-three-b2b .media-items-four__info-descr,.sec-materials-2.media-items-three-b2b .media-items-four__info-descr{
  flex: 1;
}
.sec-materials-2.media-items-three-b2b .media-items-four__item-info{
  height: 303px;
}
#menu-item-1702>a, .header-inner__mobile-menu-item:last-child{
 /* display: none;*/
}
#menu-item-1702 ul.sub-menu{
  margin-right: 0;
  left: -150px;
}
.redesign-login{
  padding: 0 20px;
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
}
.redesign-login__main{
  display: flex;
  flex-wrap: wrap;
}
.redesign-login__main h1{
  padding-top: 60px;
}
.redesign-login__text{
  margin-top: 20px;
  margin-bottom: 40px;
}
.redesign-login__main>div{
  width: 50%;
}
.redesign-login__mainImg{
  padding-top: 60px;
}
.redesign-login__mainImg img{
  width: 100%;
  height: auto;
}

.sec-journey-b2b .container.container-first__b2b{
  display: block;
}
.link-b2b{
  display: flex;
  flex-wrap: wrap;
}
.link-b2b>ul{
  width: 50%;
}
.definition-links li{
  flex-wrap: wrap;
}
.definition-links li>ul{
  width: 100%;
  padding-left: 12px;
  padding-top: 18px;
}
.container-first__description{
  width: 80%;
  margin: 20px auto 0;
  padding-top: 20px;
  position: relative;
  color: rgba(93,93,93,.7);
}
.container-first__description:after{
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 62px;
  height: 2px;
  background: url(../img/general/line-shot.png) no-repeat 0 0;
  background-size: contain;
}
.sec-definition{
  margin-bottom: 70px;
}
.filter-materials{
  position: relative;
  width: 280px;
  z-index: 9;
  margin-bottom: 20px;
}
.filter-materials--opened .filter-materials__list{
  transform: scale(1);
  opacity: 1;
}
.filter-materials__label{
  display: flex;
  height: 40px;
  border-radius: 20px;
  border: 1px solid #d92d82;
  align-items: center;
  position: relative;
  z-index: 1;
  width: 100%;
  background-color: #fff;
  color: #f92d82;
  padding: 0 20px;
  cursor: pointer;
}
.filter-materials__label:after{
  content: '';
  position: absolute;
  right: 20px;
  width: 0;
  height: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border: 5px solid transparent;
  border-top: 6px solid #d92d82;
}
.filter-materials--opened .filter-materials__label:after{
  border-top: 5px solid transparent;
  border-bottom: 6px solid #d92d82;
}
.filter-materials__list{
  position: absolute;
  width: 100%;
  top: calc(100% + 5px);
  left: 0;
  z-index: 0;
  opacity: 0;
  transform: scale(0);
  transform-origin: 50% 0;
  transition: all .3s ease-in-out;
  background-color: #fff;
  color: #f92d82;
  border: 1px solid #d92d82;
  border-radius: 20px;
  box-shadow: 0 0 14px rgba(0, 0, 0, 0.2);
  overflow: hidden;
}
.filter-materials__item{
  cursor: pointer;
  height: 40px;
  width: 100%;
  padding: 0 20px;
  display: flex;
  align-items: center;
}
.filter-materials__item:hover,.filter-materials__item.active{
  background-color: rgba(217, 45, 130, 0.08);
}
h2.ankor-h2{
  position: relative;
}
h2.ankor-h2 .anckor{
  position: absolute;
  left: 0;
  top: -120px;
}
.special{
}
.special-data{
  display: flex;
  flex-wrap: wrap;
  border-bottom:1px solid #d92d82;
  padding-bottom: 25px;
  box-sizing: border-box;
  margin-bottom: 35px;
}
.special-content{
}
.special-logo{
  margin-bottom: 15px;
}
.special-logo img{
  max-width: 100%;
}
.special-companyName{
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 25px;
}
.special-data>div{
  width: -webkit-calc(33% - 15px);
  width: calc(33% - 15px);
}
.special-data>div+div{
  margin-left: 28px;
}
.special-data h4{
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 10px;
  margin-top: 15px;
  color:#000;
}
.special-data>div{
  font-size: 14px;
}
.special-condition ul li {
  position: relative;
  padding-left: 13px;
  color: rgba(49, 49, 49, 0.7);
}
.special-condition ul li:after{
  content: '';
  position: absolute;
  top: 6px;
  left: 0;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #d92d82;
}
.special-title h1{
  font-size: 24px;
  margin-bottom: 20px;
}
.special-thumbnail{
  width: 33%;
  float: right;
  margin-left: 15px;
  margin-bottom: 10px;
}
.special-thumbnail img{
  width: 100%;
}
.special-content p{
  margin-bottom: 10px;
}
.special-content ul{
  margin-top: 20px;
  margin-bottom: 20px;
}
.special-content ul li{
  position: relative;
  padding-left: 13px;
}
.special-content ul li+li{
  margin-top: 5px;
}
.special-content ul li:after{
  content: '';
  position: absolute;
  top: 6px;
  left: 0;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #d92d82;
}
.page-news_article .definition .route-day__title h2{
  font-size: 32px;
}
.route-events__item{
  display: flex;
}
.route-events__item img{
  max-width: 100%;
}
.route-events__item p{
  margin-top: 10px;
  margin-bottom: 10px;
}
.route-events{
  position: relative;
}
.route-events:before{
  content: '';
  position: absolute;
  top: 0;
  left: 105px;
  width: 1px;
  height: 100%;
  background-image: linear-gradient(to bottom, #d92d82 , #ffc114 );
}
.route-events__action{
  flex: 1;
  box-sizing: border-box;
  padding-left: 25px;
}
.route-events__action h3{
  padding-bottom: 15px;
  position: relative;
  color:#f08740;
  margin-bottom: 28px;
}
.route-events__action h3:after{
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  height: 1px;
  width: 100px;
  background-image: linear-gradient(to right, #d92d82 , #ffc114 );
}
.route-events__time{
  width: 105px;
  position: relative;
}
.route-events__time:last-child .route-events__action h2{
  margin-bottom: 0;
}
.route-events__time>div{
  position: sticky;
  top: 125px;
  font-size: 18px;
  font-weight: 600;
  color: #ce2e79;
}
.route-events__time>div:after{
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-left: 10px solid #ffc114;
  top: 50%;
  right: -6px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.route-events__description{
  padding-bottom: 35px;
}
.title-ankor{
  position: relative;
}
.title-ankor .ankor{
  position: absolute;
  top: 50px;
  left: 0;
}
.download-archive-photos{
  position: absolute;
  bottom: 15px;
  right: 0;
  font-size: 16px;
  font-weight: 600;
  display: flex;
  align-items: center;
  color: #d92d82;
}
.download-archive-photos:before{
  content: '';
  display: inline-block;
  width: 26px;
  height: 27px;
  margin-right: 8px;
  background: url("/wp-content/themes/thailand/img/download.svg") no-repeat center / contain;
}
.download-archive-photos:hover{
  text-decoration: underline;
}
.media-items__spec-prop.media-items-three-b2b .media-items-three__info-dates{
  font-size: 12px;
  margin-bottom: 15px;
}
.media-items__spec-prop.media-items-three-b2b .media-items-three__info-place{
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 24px;
}
.media-items__spec-prop.media-items-three-b2b .media-items-three__info-caption{
  line-height: 23px;
  font-size: 16px;
}
.sec-materials .media-items-three__list{
  -webkit-justify-content: initial;
  justify-content: initial;
}
.rout-title,.special-title h1{
  margin-top: 40px;
}
@media screen and (max-width: 1439px) and (min-width: 1170px){
  .media-items-three__list-item {
    width: 346px;
  }
}
@media screen and (max-width: 1200px) {
  .sec-journey.sec-journey-b2b>.container{
    max-width: -webkit-calc(100% - 40px);
    max-width: calc(100% - 40px);
  }
  .sec-journey.sec-journey-b2b>.container>.container{
    max-width: 100%;
    align-items: center;
  }
  .sec-journey.sec-journey-b2b .parallax-img-wrap{
    width: 40%;
  }
  .special-data>div{
    width: -webkit-calc(33% - 16px);
    width: calc(33% - 16px);
  }
  .redesign-login__right .parallax-img-wrap{
    width: 100%;
  }
  .rout-title,.special-title h1{
    margin-top: 40px;
  }
  .sec-materials-2.media-items-three-b2b .media-items-four__item-info{
    height: 323px;
  }
  .container {
    max-width: 98%;
  }
}
@media screen and (max-width: 1169px) {
  .media-items-three__list-item {
    width: 30.43%;
  }
}
@media screen and (max-width: 1024px) {
  .download-archive-photos{
    right: auto;
    left: 0;
    bottom: -37px;
  }
  .page-news_article .sec-definition .definition h1.albumb2b-title{
    margin-bottom: 60px;
  }
  .page-news_article .sec-definition .definition h1{
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 991px) and (min-width: 768px){
  .media-items-three {
    padding: 20px;
  }
}
@media screen and (max-width: 1000px) {
  .sec-journey.sec-journey-b2b h1{
    font-size: 30px;
  }
  .sec-journey.sec-journey-b2b .definition-links li a{
    font-size: 12px;
  }
  .sec-journey.sec-journey-b2b .definition-links li img{
    width: 20px;
    height: 20px;
  }
  .media-items-three .media-items-three__inner-b2b h2{
    font-size: 30px;
  }
  .dropdown-body {
    left: -50%;
    min-width: 200px;
  }
  .special-data>div+div {
    margin-left: 15px;
  }
  .sec-materials-2.media-items-three-b2b .media-items-four__item-info{
    height: auto;
  }
  .inner-page>section{
    padding-top: 40px;
  }
  .inner-page>main>section{
    padding-top: 60px;
  }
}
@media screen and (max-width: 768px) {
  .sec-journey.sec-journey-b2b .parallax-img-wrap{
    width: 96%;
    margin-left: 0;
  }
  .special-data>div{
    width: 100%;
  }
  .special-data>div+div{
    margin-left: 0;
  }
  .redesign-login .redesign-login__main{
    flex-direction: column-reverse;
  }
  .redesign-login .redesign-login__main>div{
    width: 100%;
  }
  .redesign-login .desktop-only{
    display: block;
  }
  .redesign-login .mobile-only{
    visibility: hidden;
  }
  .redesign-login__right .parallax-img-wrap{
    margin-left: 0;
  }
  .media-items-three__list{
    width: 100%;
    margin: 0;
  }
  .sec-definition{
    padding-top: 40px;
  }
  .sec-definition .definition h1, .sec-definition .definition h2{
    font-size: 24px;
  }
  .media-items-three__list-item {
    width: 100%;
  }
}
.material-icon-group-wrap .material-icon-group{
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
}
.group-materials{
  color: #d92d82;
  font-size: 14px;
  font-weight: 600;
  margin-left: 15px;
}
@media screen and (max-width: 520px) {
  .link-b2b>ul{
    width: 100%;
  }
  .link-b2b>ul+ul{
    margin-top: 10px;
  }
  .route-events__time{
    width: 60px;
  }
  .route-events__time>div{
    font-size: 12px;
    top: 100px;
  }
  .route-events:before{
    left: 60px;
  }
  .route-events__time>div:after{
    border:0;
    right: -3px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #ffc114;
  }
  .route-events__item p{
    font-size: 14px;
  }
  .route-events__action{
    padding-left: 15px;
  }
  .redesign-login .links-list{
    justify-content: space-between;
  }
  .redesign-login .links-list li{
    margin: 0;
  }
}
/* END JackM 06.11.2018 redesign */