

/* 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/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/about.news/templates/.default/style.css?16763758952840 */
/* /local/components/flamix/order/templates/request/style.css?16370813609390 */
