

/* Start:/local/components/flamix/slider/templates/apps/style.css?16751576615304*/
/* style header for light bg first screen */
#header .logo-fix-inner .color-w-b {
  fill: #0e2d40!important;
}

#header .menu-wrap ul.menu > li a,
#header .menu-wrap ul.menu > li > span,
#header .menu-wrap .lang-account ul.lang li span{
  color: #22161a!important;
}

#header .menu-wrap ul.menu > li a:hover,
#header .menu-wrap ul.menu > li > span:hover {
  color: #fb6408 !important;
}

#header .menu-wrap .lang-account ul.lang li span:hover {
  text-decoration: underline;
}

#header.fx-dropdown-hover  .menu-wrap ul.menu > li a,
#header .menu-wrap .lang-account .account-wrap .account-btn:hover {
  color: #fff!important;
}

#header.fx-dropdown-hover  .menu-wrap ul.menu > li a:hover {
  color: rgba(255, 255, 255, .7)!important;
}

#header .menu-wrap .lang-account .account-wrap .account-btn {
  color: #22161a!important;
  border: 2px solid rgba(34, 22, 26, .5);
}

#header .menu-wrap .lang-account .account-wrap .account-btn:hover .icon-personal-area-svg {
  fill: #fff!important;
}

#header .menu-wrap .icon-personal-area-svg {
  fill: #22161a!important;
}

#header.menu-fixed .menu-wrap .lang-account .account-wrap .account-btn,
#header.fx-dropdown-hover .menu-wrap ul.menu > li > span,
#header.fx-dropdown-hover .menu-wrap .lang-account ul.lang li span,
#header.fx-dropdown-hover .menu-wrap .lang-account ul.lang li span {
  color: #fff!important;
}

#header.fx-dropdown-hover .color-w-b,
#header.menu-fixed .menu-wrap .icon-personal-area-svg,
#header.fx-dropdown-hover .lang-account .account-wrap .icon-personal-area-svg {
   fill: #fff!important;
 }

#header.fx-dropdown-hover .lang-account .account-wrap .account-btn {
  background-color: #019ade;
  border-color: #019ade;
  color: #fff!important;
}

/* style header for light bg first screen */

.payment-type {
  padding: 100px 0 185px;
  position: relative;
  overflow: hidden;
  background-color: #d9f2fc;
  -webkit-background-size: cover;
  background-size: cover;
}

.text-bold {
  font-weight: 600;
}

.payment-type__title {
  max-width: 520px;
}

.payment-type__title h3 {
  font-size: 43px;
  line-height: 1.3;
  text-align: left;
}

.payment-type__benefits {
  margin-bottom: 30px;
}

.payment-type__benefits span {
  font-size: 20px;
  color: #666667;
  line-height: 1.4;
}
.payment-type__benefits span b {
  color: #000;
}

.payment-type__img-block {
  display: flex;
  position: absolute;
  top: -30px;
}

.payment-type__img-block .image-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  max-width: 160px;
  min-width: 160px;
  height: 160px;
  background: #FFFFFF;
  border-radius: 10px;
  box-shadow: 0 0 25px rgba(1, 140, 202, 0.15);
  margin-bottom: 20px;
}

.payment-type__img-block .image-wrap img {
  width: 90%;
}

.payment-type__img-block .image-wrap span {
  color:  #fb6408;
  position: absolute;
  bottom: 10px;
  right: 10px;
  font-size: 15px;
  font-weight: 400;
}

.payment-type__center {
  margin-top: -80px;
}

.payment-mr {
  margin-right: 20px;
}
.payment-mr:last-child {
  margin-right: 0;
}

.payment-type .col-scroll {
  position: static;
}

.payment-type .shadow-overlay {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 30px;
  background: linear-gradient(rgba(255,255,255,0), rgba(255,255,255,1));
}

@media screen and (max-width: 1200px) {
  .payment-type__img-block {
    right: 20px;
  }
}

@media screen and (max-width: 992px) {
  .payment-type__text {
    z-index: 1;
    margin: auto;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
  }

  .payment-type__img-block {
    right: 50%;
    transform: translateX(50%);
  }

  .payment-type .image-wrap {
    opacity: .25;
  }

  .payment-type__title h3 {
    text-align: center;
  }

  .payment-type {
    background: rgba(229, 243, 249, 0.5);
  }
}

@media screen and (max-width: 768px) {
  .payment-type__title h3 {
    font-size: 35px;
  }
}

@media screen and (max-width: 576px) {
  .payment-type__title h3 {
    font-size: 25px;
  }

  .payment-type__img-block .image-wrap {
    max-width: 80px;
    min-width: 80px;
    height: 80px;
  }
}

.payment-type .btn-primary {
  min-width: 228px;
  display: inline-block;
  border: none;
  border-radius: 5px;
  background:  #fb6408;
  text-align: center;
  padding: 17px 10px;
  font-size: 16px;
}

.payment-type .btn-dashed {
  font-weight: normal;
  font-size: 16px;
  line-height: 25px;
  color: #fb6408;
  border-bottom: 1px dashed  #fb6408;
}

.payment-type__btn-wrap a:first-child {
  margin-right: 45px;
}

.payment-type__btn-wrap a:first-child:focus {
  background:  #fb6408;
  text-decoration: none;
}

.payment-type__btn-wrap a:nth-child(2):focus {
  background: transparent;
  text-decoration: none;
  color:  #fb6408;
}

.payment-type__btn-wrap a:hover {
  text-decoration: none;
}

.payment-type__btn-wrap a:first-child:hover {
  color: #fff;
  background: #fb6408;
  opacity: .8;
}

.payment-type__btn-wrap a:nth-child(2):hover {
  color: #fb6408;
  border-bottom: 1px dashed #fb6408;
  opacity: .8;
}

@media screen and (max-width: 576px) {
  .payment-type__btn-wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .payment-type__btn-wrap a:first-child {
    margin-right: 0;
    margin-bottom: 20px;
  }
}
/* style for intro screen btn  */
/* End */


/* Start:/local/components/flamix/benefits/templates/list_img_4/style.css?16298135172260*/
.flamix-plugins-list-block {
    padding: 60px 0;
}

.flamix-plugins-list-block h2 {
    font-family: "Roboto", sans-serif;
    margin-top: 0;
    color: #222427;
}

.flamix-plugins-list-block .plugins__list {
    display: flex;
    flex-wrap: wrap;
    max-width: 85%;
    margin: 0 auto;
}

.flamix-plugins-list-block .plugins__list li {
    width: calc((100% / 4) - 20px);
    margin: 10px;
    margin-bottom: 20px;
}

.flamix-plugins-list-block .plugins__list a {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    transition: 0.4s linear;
}

.flamix-plugins-list-block .plugins__list a:hover {
    transform: translateY(-5px);
}

.flamix-plugins-list-block .plugins__list a:hover {
    text-decoration: none;
}

.flamix-plugins-list-block .plugins__list a:hover span {
    color: #019ade;
}

.flamix-plugins-list-block .plugins__list img {
    display: block;
    max-width: 50%;
    margin: 0 auto;
    height: auto;
    width: 100%;
    margin-bottom: 15px;
}

.flamix-plugins-list-block .plugins__list span {
    display: block;
    text-align: center;
    font-size: 14px;
    font-family: "Roboto", sans-serif;
    color: #222427;
    line-height: 1.2;
    text-decoration: none;
    transition: 0.3s linear;
    max-width: 80%;
    margin: 0 auto;
}

@media screen and (max-width: 992px) {
    .flamix-plugins-list-block .plugins__list li {
        width: calc((100% / 3) - 20px);
    }
}

@media screen and (max-width: 768px) {

    .flamix-plugins-list-block .plugins__list {
        max-width: 90%;
    }

    .flamix-plugins-list-block .plugins__list li {
        width: calc((100% / 2) - 20px);
    }

    .flamix-plugins-list-block .plugins__list span {
        max-width: 75%;
    }
}

@media screen and (max-width: 576px) {
    .flamix-plugins-list-block .plugins {
        padding: 30px 0;
    }

    .flamix-plugins-list-block .plugins__list {
        max-width: 100%;
    }

    .flamix-plugins-list-block .plugins__list li {
        margin-bottom: 30px;
    }

    .flamix-plugins-list-block .plugins__list img {
        margin-bottom: 20px;
        max-width: 75%;
    }

    .flamix-plugins-list-block .plugins__list span {
        max-width: 75%;
        font-size: 16px;
    }
}

/* End */


/* Start:/local/components/flamix/ticket_system/templates/.default/style.css?153873480715156*/
/*------------------------------------------------------------*/
/* XX - SOFT TICKET SYSTEM */
/*------------------------------------------------------------*/
.c-soft-ticket-system-row {
  position: relative;
  background-color: #b9aea1;
  overflow: hidden;
  z-index: 0;
}
@media only screen and (max-width: 1023px) {
  .c-soft-ticket-system-row {
    margin-top: 65px;
  }
}
.c-soft-ticket-system-row .container {
  height: 100%;
}
.c-soft-ticket-system-row h1,
.c-soft-ticket-system-row .like-h1 {
  display: block;
  font-family: 'Roboto', sans-serif;
  font-size: 36px;
  line-height: 43px;
  font-weight: 300;
  color: #ffffff;
  margin: 0 0 30px;
  text-align: left;
}
@media only screen and (max-width: 1023px) {
  .c-soft-ticket-system-row h1,
  .c-soft-ticket-system-row .like-h1 {
    font-size: 30px;
    line-height: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .c-soft-ticket-system-row h1,
  .c-soft-ticket-system-row .like-h1 {
    font-size: 25px;
    line-height: 35px;
  }
}
.c-soft-ticket-system-row p {
  margin: 30px 0 60px;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  line-height: 25px;
  font-weight: 300;
  color: #ffffff;
}
@media only screen and (max-width: 767px) {
  .c-soft-ticket-system-row p {
    margin: 0;
    font-size: 15px;
  }
}
.c-soft-ticket-system-row .u-table {
  display: table;
  width: 100%;
  height: 100%;
}
.c-soft-ticket-system-row .u-table-cell {
  position: relative;
  display: table-cell;
  vertical-align: middle;
  padding: 171px 0 117px 0;
}
@media only screen and (max-width: 1023px) {
  .c-soft-ticket-system-row .u-table-cell {
    padding: 100px 0;
  }
}
@media only screen and (max-width: 767px) {
  .c-soft-ticket-system-row .u-table-cell {
    padding: 50px 0;
    text-align: center;
  }
}
.u-i-system {
  display: inline-block;
  margin-bottom: 15px;
  background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGYAAAASCAYAAACpbKu1AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA8dpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTQyIDc5LjE2MDkyNCwgMjAxNy8wNy8xMy0wMTowNjozOSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wUmlnaHRzPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvcmlnaHRzLyIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcFJpZ2h0czpNYXJrZWQ9IkZhbHNlIiB4bXBNTTpPcmlnaW5hbERvY3VtZW50SUQ9InV1aWQ6QkQ4OUYyNDE0NTIyREYxMUFFM0NCNTkyQkU1NjFDRjAiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6N0YzMjJFMzdDMEI3MTFFOEIxNUVCOEJEMEM1RDNBOUEiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6N0YzMjJFMzZDMEI3MTFFOEIxNUVCOEJEMEM1RDNBOUEiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChXaW5kb3dzKSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjI5OGIyZDZjLTg1M2UtODU0Ni04ZTM5LWNlYjhkNTc3YmJj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') center no-repeat;
  background-size: contain;
  width: 102px;
  height: 18px;
}
.u-soft-ticket-system-cirlce-1 {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 702px;
  height: 702px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.05);
  z-index: -1;
}
.u-soft-ticket-system-cirlce-2 {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 1054px;
  height: 1054px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.05);
  z-index: -2;
}
.u-i-platform {
  max-width: 360px;
}
@media only screen and (max-width: 767px) {
  .u-i-platform {
    display: none;
  }
}
.u-i-platform ul {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 0;
  -webkit-box-shadow: 0px 15px 25px rgba(17, 17, 17, 0.05);
  box-shadow: 0px 15px 25px rgba(17, 17, 17, 0.05);
  border-radius: 40px;
}
.u-i-platform ul li {
  position: relative;
  width: 50%;
  display: inline-block;
  vertical-align: middle;
  text-align: left;
  padding: 27px 30px;
  background-color: #c2bbb4;
  cursor: pointer;
  min-height: 32px;
  height: 80px;
  overflow: hidden;
  z-index: 0;
  -webkit-transition: background-color 0.2s ease-out;
  -o-transition: background-color 0.2s ease-out;
  transition: background-color 0.2s ease-out;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.u-i-platform ul li:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 67px;
  background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAIAAABDCAYAAAC2stTtAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA8dpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTQyIDc5LjE2MDkyNCwgMjAxNy8wNy8xMy0wMTowNjozOSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wUmlnaHRzPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvcmlnaHRzLyIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcFJpZ2h0czpNYXJrZWQ9IkZhbHNlIiB4bXBNTTpPcmlnaW5hbERvY3VtZW50SUQ9InV1aWQ6QkQ4OUYyNDE0NTIyREYxMUFFM0NCNTkyQkU1NjFDRjAiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6RDQ4QzcxODdDMEM2MTFFODkxQzdCNjNCN0E4NkE0RDUiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6RDQ4QzcxODZDMEM2MTFFODkxQzdCNjNCN0E4NkE0RDUiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChXaW5kb3dzKSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjI5OGIyZDZjLTg1M2UtODU0Ni04ZTM5LWNlYjhkNTc3YmJjMSIgc3RSZWY6ZG9jdW1lbnRJRD0iYWRvYmU6ZG9jaWQ6cGhvdG9zaG9wOjMyNzBiODUwLTEyZDktMTFlNy05MDAxLWZiY2E2MDVkMmE0MyIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pj4SPjsAAAA8SURBVHjaYvz//78KAxAwMUABnMECxP8JiGBKkaeGJBHypKhlDh1sh4n8Z6JSiBFjBcnxjmkOanQDBBgAoRQpwbqX/aYAAAAASUVORK5CYII=') top center repeat-x;
  z-index: -1;
}
.u-i-platform ul li:first-child {
  -webkit-border-top-left-radius: 40px;
  -webkit-border-bottom-left-radius: 40px;
  -moz-border-radius-topleft: 40px;
  -moz-border-radius-bottomleft: 40px;
  border-top-left-radius: 40px;
  border-bottom-left-radius: 40px;
  padding-right: 15px;
}
.u-i-platform ul li:first-child span svg {
  left: 0;
}
.u-i-platform ul li:last-child {
  text-align: right;
  -webkit-border-top-right-radius: 40px;
  -webkit-border-bottom-right-radius: 40px;
  -moz-border-radius-topright: 40px;
  -moz-border-radius-bottomright: 40px;
  border-top-right-radius: 40px;
  border-bottom-right-radius: 40px;
  padding-left: 15px;
}
.u-i-platform ul li:last-child span {
  padding-left: 0;
  padding-right: 30px;
}
.u-i-platform ul li:last-child span svg {
  right: 0;
}
.u-i-platform ul li.is-active {
  background-color: #ffffff;
  -webkit-transition: background-color 0.2s ease-int;
  -o-transition: background-color 0.2s ease-int;
  transition: background-color 0.2s ease-int;
}
.u-i-platform ul li.is-active:before {
  content: none;
}
.u-i-platform ul li.is-active span {
  color: #989898;
}
.u-i-platform ul li.is-active span svg {
  color: #b5aea5;
}
.u-i-platform ul li span {
  padding-left: 43px;
  position: relative;
  display: block;
  color: #ffffff;
}
.u-i-platform ul li span svg {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #fafec1;
}
.u-i-platform ul li i {
  display: inline-block;
  vertical-align: middle;
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-size: 10px;
  line-height: 13px;
  font-weight: 300;
  text-transform: uppercase;
}
@media only screen and (max-width: 767px) {
  .u-img__lawyer {
    display: none;
  }
}
.u-notebook__lawyer {
  position: absolute;
  left: 8px;
  bottom: -160px;
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
  z-index: -1;
  -webkit-transition: -webkit-transform 0.8s ease-in;
  transition: -webkit-transform 0.8s ease-in;
  -o-transition: transform 0.8s ease-in;
  transition: transform 0.8s ease-in;
  transition: transform 0.8s ease-in, -webkit-transform 0.8s ease-in;
}
@media only screen and (max-width: 1169px) {
  .u-notebook__lawyer {
    width: 670px;
    bottom: -80px;
  }
}
@media only screen and (max-width: 1023px) {
  .u-notebook__lawyer {
    left: auto;
    right: 0;
  }
}
.u-notebook__lawyer.is-active {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: -webkit-transform 0.8s ease-out;
  transition: -webkit-transform 0.8s ease-out;
  -o-transition: transform 0.8s ease-out;
  transition: transform 0.8s ease-out;
  transition: transform 0.8s ease-out, -webkit-transform 0.8s ease-out;
}
.u-notebook__lawyer img {
  max-width: 100%;
  height: auto;
}
.u-mobile__lawyer {
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 100%);
  -ms-transform: translate(-50%, 100%);
  transform: translate(-50%, 100%);
  bottom: 0px;
  z-index: -1;
  margin-left: 20px;
  -webkit-transition: -webkit-transform 0.8s ease-in;
  transition: -webkit-transform 0.8s ease-in;
  -o-transition: transform 0.8s ease-in;
  transition: transform 0.8s ease-in;
  transition: transform 0.8s ease-in, -webkit-transform 0.8s ease-in;
}
@media only screen and (max-width: 1169px) {
  .u-mobile__lawyer {
    width: 400px;
  }
}
@media only screen and (max-width: 1023px) {
  .u-mobile__lawyer {
    left: auto;
    right: 0;
    -webkit-transform: translate(0, 100%);
    -ms-transform: translate(0, 100%);
    transform: translate(0, 100%);
  }
}
.u-mobile__lawyer.is-active {
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  -webkit-transition: -webkit-transform 0.8s ease-out;
  transition: -webkit-transform 0.8s ease-out;
  -o-transition: transform 0.8s ease-out;
  transition: transform 0.8s ease-out;
  transition: transform 0.8s ease-out, -webkit-transform 0.8s ease-out;
}
@media only screen and (max-width: 1023px) {
  .u-mobile__lawyer.is-active {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
.u-mobile__lawyer img {
  max-width: 100%;
  height: auto;
}
.u-line__lawyer {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 50%;
  width: 352px;
  height: 406px;
  background: url(/local/components/flamix/ticket_system/templates/.default/images/line-bg.png) center no-repeat;
  z-index: -2;
}
.c-soft-ticket-system__benefits {
  position: absolute;
  right: 8px;
  top: 110px;
  max-width: 325px;
  z-index: 1;
}
@media only screen and (max-width: 1169px) {
  .c-soft-ticket-system__benefits {
    right: 0;
  }
}
@media only screen and (max-width: 1023px) {
  .c-soft-ticket-system__benefits {
    display: none;
  }
}
.c-soft-ticket-system__benefits ul {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 0;
}
.c-soft-ticket-system__benefits ul li {
  display: block;
  padding: 0;
  margin: 63px 0;
  position: relative;
  min-height: 70px;
  padding-left: 85px;
  line-height: 70px;
}
.c-soft-ticket-system__benefits ul li:first-child {
  margin-top: 0;
}
.c-soft-ticket-system__benefits ul li:last-child {
  margin-bottom: 0;
}
.c-soft-ticket-system__benefits ul li:nth-child(2) {
  margin-left: 60px;
}
.c-soft-ticket-system__benefits ul li:nth-child(3) {
  margin-left: 60px;
}
.u-i-benefits__icon {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background-color: #ffffff;
  overflow: hidden;
  color: #bcb5ab;
}
.u-i-benefits__icon svg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
}
.u-i-benefits__title {
  display: inline-block;
  vertical-align: middle;
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-size: 16px;
  line-height: 20px;
  font-weight: 300;
  color: #ffffff;
}
.u-i-benefits__title i {
  font-style: normal;
  color: #feffc2;
}

/* End */


/* Start:/local/components/flamix/about.news/templates/.default/style.css?16763758952840*/
.fx-news {
    background: #f0f4f7;
    padding: 75px 0;
}

.fx-news__row {
    display: flex;
}

.col-xs-12.col-md-6.fx-news-col {
    padding-left: 50px;
}

.fx-news__action,
.fx-news-col {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.fx-news__title {
    margin-bottom: 0;
    display: block;
    font-size: 30px;
    margin-top: 0;
}

.fx-news__slider {
    margin-bottom: 25px;
}

.fx-news__top-wrap,
.fx-news__slider-btn-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.fx-news__top-wrap {
    margin-bottom: 35px;
}

.fx-slider-arrow {
    fill: #000;
    transition: .3s linear;
}

.slick-news-arrow {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 1px solid rgba(17, 17, 17, .5);
    cursor: pointer;
}

.slick-news-arrow:hover .fx-slider-arrow {
    fill: #019ade;
}

.news__slider-item {
    border-radius: 6px;
    overflow: hidden;
    background-size: cover;
    position: relative;
    padding-top: 65.25%;
    max-width: 100%;
    height: auto;
    display: block;
    max-height: 450px;
    object-fit: cover;
    margin-bottom: 30px;
}

.news-prev-arrow {
    margin-right: 10px;
}

.fx-news__item {
    margin-bottom: 30px;
}

.fx-news__item .fx-news-date {
    display: block;
    font-size: 13px;
    color: rgba(17, 17, 17, .5);
    font-family: "Roboto", sans-serif;
}

.fx-news__item p {
    margin: 30px 0;
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    line-height: 30px;
    font-weight: 300;
    color: #222427;
    margin-top: 5px;
}

.fx-news__item .like-h4 {
    font-weight: 500;
    text-decoration: none;
    text-align: left;
    line-height: 1.7em;
    margin: 5px 0 15px;
}
.fx-news__slider .like-h4 {
    margin: 0;
}
.fx-news__item .like-h4:hover {
    color: #019ade;
    text-decoration: none;
}

.fx-news__slider .slick-slide {
    z-index: 30 !important;
}

.fx-news__link {
    display: inline-block;
    color: #019ade;
    font-size: 16px;
    text-decoration: none;
    transition: .3s linear;
}

.fx-news__link:hover {
    text-decoration: none;
    color: rgba(1, 154, 222, .7);
}

.fx-news__action .fx-news__link {
    margin-top: auto;
}

@media screen and (max-width: 1200px) {
    .col-xs-12.col-md-6.fx-news-col {
        padding-left: 15px;
    }
}

@media screen and (max-width: 992px) {
    .fx-news__row {
        flex-wrap: wrap;
    }

    .fx-news__item {
        margin-bottom: 20px;
    }

    /*.news__slider-item {*/
    /*    padding-top: 16.25%;*/
    /*}*/
    .fx-news {
        background: #f0f4f7;
        padding: 35px 0;
    }

    .fx-news__action .fx-news__link {
        margin-bottom: 40px;
    }

    .fx-news__item p {
        margin-top: 10px;
        margin-bottom: 25px;
    }
}
/* End */


/* Start:/local/components/flamix/order/templates/request/style.css?16370813609390*/
.icon-attach-file {
  display: inline-block;
  vertical-align: -4px;
  margin-right: 3px;
  width: 15px;
  height: 18px;
  background: url(/local/templates/fx_software/images/theme/svg/icon-attach-file.svg)
    center no-repeat;
}
/*------------------------------------------------------------*/
/* XX -REQUESTE */
/*------------------------------------------------------------*/
.request {
  padding: 30px 0 0;
}
.request .request-team {
  padding: 24px 0 40px;
}
.request .request-team .item {
  margin-bottom: 11px;
}
.request .request-team .item .request-team-photo {
  float: left;
  position: relative;
  width: 100px;
  height: 100px;
  /*overflow: hidden;*/
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  /* background-color: #019ade; */
}
.request .request-team .item .request-team-photo img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
  height: auto;
}
.request .request-team .item .request-team-descrp {
  padding: 8px 0 0 120px;
}
.request .request-team .item .request-team-descrp .name {
  font-family: "Roboto", sans-serif;
  font-size: 20px;
  line-height: 24px;
  font-weight: 300;
  color: #222427;
  margin-bottom: 12px;
}
.request .request-team .item .request-team-descrp .posada {
  font-family: "Open Sans", sans-serif;
  font-size: 15px;
  line-height: 30px;
  font-weight: 300;
  color: #4b4b4b;
}
.request .request-team .item .request-team-descrp .request-details ul li {
  font-family: "Open Sans", sans-serif;
  font-size: 15px;
  line-height: 30px;
  font-weight: 300;
  color: #4b4b4b;
}
.request .request-team .item .request-team-descrp .request-details ul li a {
  font-family: "Open Sans", sans-serif;
  font-size: 15px;
  line-height: 30px;
  font-weight: 300;
  color: #4b4b4b;
  text-decoration: none;
  transition: all 0.6s;
  border-bottom: 1px solid rgba(34, 36, 39, 0.2);
}
.request
  .request-team
  .item
  .request-team-descrp
  .request-details
  ul
  li
  a:hover {
  border-bottom: 1px solid transparent;
}
.request .feedback {
  padding: 45px 0 44px;
}
.request .feedback .form-subm-your-app .fieldset {
  margin: 15px 0;
}
.request .feedback .form-subm-your-app ::-webkit-input-placeholder {
  color: #ffffff;
}
.request .feedback .form-subm-your-app ::-moz-placeholder {
  color: #ffffff;
}
.request .feedback .form-subm-your-app :-moz-placeholder {
  color: #ffffff;
}
.request .feedback .form-subm-your-app :-ms-input-placeholder {
  color: #ffffff;
}
.request .feedback .form-subm-your-app input[type="text"],
.request .feedback .form-subm-your-app input[type="email"],
.request .feedback .form-subm-your-app input[type="tel"],
.request .feedback .form-subm-your-app textarea {
  width: 100%;
  height: 45px;
  padding: 0 15px;
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
  font-size: 15px;
  line-height: 45px;
  color: #ffffff;
  background-color: #019ade;
  border: 1px solid rgba(255, 255, 255, 0.3);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.request .feedback .form-subm-your-app input[type="text"]:focus,
.request .feedback .form-subm-your-app input[type="email"]:focus,
.request .feedback .form-subm-your-app input[type="tel"]:focus,
.request .feedback .form-subm-your-app textarea:focus,
.request .feedback .form-subm-your-app input[type="text"]:active,
.request .feedback .form-subm-your-app input[type="email"]:active,
.request .feedback .form-subm-your-app input[type="tel"]:active,
.request .feedback .form-subm-your-app textarea:active {
  border-color: #ffffff;
}
.request .feedback .form-subm-your-app input[type="text"].not-valid,
.request .feedback .form-subm-your-app input[type="email"].not-valid,
.request .feedback .form-subm-your-app input[type="tel"].not-valid,
.request .feedback .form-subm-your-app textarea.not-valid {
  border-color: #2b323a;
}
.request
  .feedback
  .form-subm-your-app
  input[type="text"].not-valid::-webkit-input-placeholder,
.request
  .feedback
  .form-subm-your-app
  input[type="email"].not-valid::-webkit-input-placeholder,
.request
  .feedback
  .form-subm-your-app
  input[type="tel"].not-valid::-webkit-input-placeholder,
.request
  .feedback
  .form-subm-your-app
  textarea.not-valid::-webkit-input-placeholder {
  color: #2b323a;
}
.request
  .feedback
  .form-subm-your-app
  input[type="text"].not-valid::-moz-placeholder,
.request
  .feedback
  .form-subm-your-app
  input[type="email"].not-valid::-moz-placeholder,
.request
  .feedback
  .form-subm-your-app
  input[type="tel"].not-valid::-moz-placeholder,
.request .feedback .form-subm-your-app textarea.not-valid::-moz-placeholder {
  color: #2b323a;
}
.request
  .feedback
  .form-subm-your-app
  input[type="text"].not-valid:-moz-placeholder,
.request
  .feedback
  .form-subm-your-app
  input[type="email"].not-valid:-moz-placeholder,
.request
  .feedback
  .form-subm-your-app
  input[type="tel"].not-valid:-moz-placeholder,
.request .feedback .form-subm-your-app textarea.not-valid:-moz-placeholder {
  color: #2b323a;
}
.request
  .feedback
  .form-subm-your-app
  input[type="text"].not-valid:-ms-input-placeholder,
.request
  .feedback
  .form-subm-your-app
  input[type="email"].not-valid:-ms-input-placeholder,
.request
  .feedback
  .form-subm-your-app
  input[type="tel"].not-valid:-ms-input-placeholder,
.request
  .feedback
  .form-subm-your-app
  textarea.not-valid:-ms-input-placeholder {
  color: #2b323a;
}
.request .feedback .form-subm-your-app textarea {
  height: 100px;
  resize: none;
}
.request .feedback .form-subm-your-app .textarea-wrap .fieldset {
  margin-bottom: 50px;
}
.request .feedback .form-subm-your-app .submit {
  margin: 0 auto;
  padding: 11px 75px;
  display: block;
  color: #019ade;
  -webkit-box-shadow: 0px 3px 0px rgba(255, 255, 255, 0.5);
  -moz-box-shadow: 0px 3px 0px rgba(255, 255, 255, 0.5);
  box-shadow: 0px 3px 0px rgba(255, 255, 255, 0.5);
  background: #ffffff;
  background: -moz-linear-gradient(top, #ffffff 0%, #b3e1f5 100%);
  background: -webkit-linear-gradient(top, #ffffff 0%, #b3e1f5 100%);
  background: linear-gradient(to bottom, #ffffff 0%, #b3e1f5 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#b3e1f5', GradientType=0);
}
.request .feedback .form-subm-your-app .submit:hover {
  background: #b3e1f5;
  background: -moz-linear-gradient(top, #b3e1f5 0%, #ffffff 100%);
  background: -webkit-linear-gradient(top, #b3e1f5 0%, #ffffff 100%);
  background: linear-gradient(to bottom, #b3e1f5 0%, #ffffff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b3e1f5', endColorstr='#ffffff', GradientType=0);
}
.request .feedback .form-subm-your-app .attach-file {
  margin-top: 10px;
  position: relative;
}
.request .feedback .form-subm-your-app .attach-file span {
  position: relative;
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
  font-size: 15px;
  line-height: 21px;
  color: #ffffff;
  border-bottom: 1px dashed rgba(255, 255, 255, 0.35);
  transition: all 0.6s;
  cursor: pointer;
}
.request .feedback .form-subm-your-app .attach-file span i {
  font-style: normal;
}
.request .feedback .form-subm-your-app .attach-file span:hover {
  border-color: transparent;
}
.request .feedback .form-subm-your-app .attach-file .attach-file-inp {
  opacity: 0;
  display: inline-block;
  vertical-align: middle;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  z-index: 1;
  left: 0;
  cursor: inherit;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  text-indent: -99999px;
}
.request .b-dropzone-section .dz-preview {
  margin: 15px 0;
}
.request .b-dropzone-section .dz-image {
  line-height: 0;
}
.request .b-dropzone-section .dz-details {
  color: #ffffff;
}
.request .b-dropzone-section .dz-remove {
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
  font-size: 15px;
  line-height: 21px;
  color: #ffffff;
  border-bottom: 1px dashed rgba(255, 255, 255, 0.35);
  transition: all 0.6s;
  text-decoration: none;
}
.request .b-dropzone-section .dz-remove:hover {
  border-color: transparent;
}

.request-details ul li {
  display: flex;
  align-items: center;
}
/*------------------------------------------------------------*/
/* XX - @MEDIA */
/*------------------------------------------------------------*/
@media screen and (max-width: 767px) {
  .request {
    padding: 15px 0 0;
  }
  .request .request-team .item {
    margin-bottom: 15px;
  }
  .request .request-team .item .request-team-photo {
    float: none;
    margin: 0 auto 30px;
  }
  .request .request-team .item .request-team-descrp {
    padding: 0 !important;
  }
  .request .request-team .item .request-team-descrp .name {
    text-align: center;
  }
  .request .request-team .item .request-team-descrp .posada {
    text-align: center;
  }
  .request .request-team .item .request-team-descrp .request-details ul li {
    text-align: center;
  }

  .request-details ul li {
    justify-content: center;
  }
}

@media screen and (max-width: 800px) {
  .request .request-team .item .request-team-photo {
    width: 90px;
    height: 90px;
  }

  .request .request-team .item .request-team-descrp {
    padding: 8px 0 0 100px;
  }
}

/* End */
/* /local/components/flamix/slider/templates/apps/style.css?16751576615304 */
/* /local/components/flamix/benefits/templates/list_img_4/style.css?16298135172260 */
/* /local/components/flamix/ticket_system/templates/.default/style.css?153873480715156 */
/* /local/components/flamix/about.news/templates/.default/style.css?16763758952840 */
/* /local/components/flamix/order/templates/request/style.css?16370813609390 */
