

/* Start:/local/components/flamix/slider/templates/intro_slice/style.css?17122528613127*/
.intro-slice {
    background: #18202c;
    background-position: center right;
    padding: 160px 0 160px;
    /*height: 100vh;*/
    min-height:500px;
    max-height:700px;
    overflow: hidden;
}
.intro-slice__title h3 {
    color: #fff;
    font-size: 50px;
    line-height: 1.3;
    text-align: center;
    max-width: 80%;
    margin: 0 auto 30px;
}

.intro-slice__title h3 .text-bold {
    font-weight: 700;
}

.payment-type__btn-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 60px;
}

.intro-slice__benefits {
    text-align: center;
    color: #fff;
    font-weight: 300;
    font-size: 30px;
    line-height: 35px;
    margin-bottom: 50px;
}

.intro-slice__img {
    display: block;
    margin: 0 auto;
    height: auto;
    max-width: 100%;
}

.intro-slice-col {
    display: flex;
    flex-direction: column;
}

@media screen and (max-width: 992px) {
    .intro-slice {
        max-height: unset;
        min-height: unset;
    }

    .intro-slice__title h3 {
        font-size: 40px;
        max-width: 100%;
    }

    .intro-slice__benefits,
    .payment-type__btn-wrap {
        order: 1;
    }

    .intro-slice {
        overflow: initial;
        height: auto;
        padding: 140px 0 0;
    }

    .intro-slice__row {
        display: flex;
        justify-content: center;
    }

    .intro-slice__img {
        margin-bottom: 40px;
    }
}

@media screen and (max-width: 768px) {
    .intro-slice {
        padding: 105px 0 0;
    }

    .intro-slice__title h3 {
        font-size: 36px;
        max-width: 100%;
    }

    .intro-slice__benefits {
        font-size: 25px;
    }
}

@media screen and (max-width: 576px) {
    .intro-slice__title h3 {
        font-size: 25px;
        max-width: 90%;
    }

    .intro-slice__benefits {
        font-size: 20px;
        margin-bottom: 30px;
    }

    .payment-type__btn-wrap {
        margin-bottom: 40px;
    }
}

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

.intro-slice .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/text.slider_lists/templates/.default/style.css?17122529013915*/
.accept-payments {
    background: #F8F8F8;
    padding: 90px 0 100px;
}

.accept-payments .row {
    display: none;
}

.accept-payments .row.active-row {
    display: flex;
    align-items: center;
}

.accept-payments__tabs {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 20px;
}

.accept-payments__tabs span {
    display: inline-block;
    margin: 10px 17.5px;
    padding: 7px 10px;
    border-radius: 25px;
    letter-spacing: .4px;
    font-weight: 300;
    font-size: 13px;
    line-height: 15px;
    color: #fb6408;
    cursor: pointer;
    transition: .3s linear;
    border: 1px solid transparent;
    font-family: 'Roboto', sans-serif;
}

.accept-payments__tabs span.active {
    color: #22161A;
    border: 1px solid #22161A;
}

.accept-payments__tabs span.active:hover {
    opacity: .7;
}

.accept-payments__tabs span:hover {
    display: inline-block;
    color: #22161A;
    border: 1px solid #22161A;
}

.accept-payments__img img {
    width: 100%;
    border-radius: 0 0 5px 5px;
    object-fit: cover;
    max-width: 100%;
    height: auto;
}

.accept-payments__content {
    max-width: 450px;
    margin: 0 auto;
}
.accept-payments__content p{
    margin: 30px 0;
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    line-height: 30px;
    font-weight: 300;
    color: #222427;
}

.accept-payments__content h3 {
    margin-top: 0;
    font-weight: 300;
    font-size: 30px;
    line-height: 42px;
    color: #22161A;
    text-align: left;
}

.accept-payments__content a,
.accept-payments__content .accept-payments__link {
    font-weight: 300;
    font-size: 16px;
    line-height: 25px;
    color: #fb6408;
}

.accept-payments__content a:hover,
.accept-payments__content .accept-payments__link:hover {
    color: #fb6408;
    opacity: .8;
    text-decoration: none;
}

.accept-payments__content a:focus,
.accept-payments__content .accept-payments__link:focus {
    text-decoration: none;
}

@media screen and (max-width: 1200px) {
    .accept-payments__img img {
        height: 270px;
    }
}

@media screen and (max-width: 992px) {
    .accept-payments {
        padding: 30px 0 50px;
    }

    .accept-payments .row.active-row {
        flex-direction: column;
    }

    .accept-payments__content {
        max-width: 100%;
    }

    .accept-payments__content h3 {
        text-align: center;
    }

    .accept-payments__link {
        display: block;
        text-align: center;
    }
}

@media screen and (max-width: 576px) {
    .accept-payments__tabs {
        
    }

    .accept-payments__tabs span {
       margin: 2px 3.5px;
    }

    .accept-payments__content h3 {
        font-size: 25px;
    }

    .about-chosten .accept-payments__browser {
        margin-bottom: 0;
    }
}

.accept-payments__browser {
  position: relative;
  width: 100%;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.3);
  border-radius: 5px;
  padding-top: 20px;
}

.about-chosten .accept-payments__browser {
  width: 100%;
}

.accept-payments__img.accept-payments__chosten-image {
  background: url("/local/components/flamix/text.slider_lists/templates/.default/./images/flamix-payments-main.jpg") center  no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
}

.accept-payments__browser-header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
  align-items: center;
  height: 20px;
  background: #18202c;
  border-radius: 5px 5px 0 0;
  padding-left: 15px;
}

.accept-payments__browser-header span {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #B6C0C5;
  margin-right: 6px;
}

.accept-payments__browser-header span:last-child {
  margin-right: 0;
}

@media screen and (max-width: 992px) {
  .accept-payments__browser {
    margin-bottom: 25px;
  }

  .about-chosten.reverse .about-chosten__image-content {
    order: 1;
  }
}

@media screen and (max-width: 576px) {
 .accept-payments iframe {
  height: 200px!important;
 }
}
/* End */


/* Start:/local/components/flamix/order/templates/zadat_vopros/style.css?14992438701932*/
/*------------------------------------------------------------*/
/* XX - CONSULTATION */
/*------------------------------------------------------------*/
.consultation {
  padding: 30px 0;
  text-align: center;
}
.consultation h3 {
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  font-size: 20px;
  line-height: 27px;
  color: #222427;
  margin-bottom: 27px;
}
.consultation .consultation-form {
  margin: 0 auto;
  max-width: 745px;
}
.consultation .fieldset {
  margin: 15px 0;
}
.consultation .fieldset ::-webkit-input-placeholder {
  color: #222427;
}
.consultation .fieldset ::-moz-placeholder {
  color: #222427;
}
.consultation .fieldset :-moz-placeholder {
  color: #222427;
}
.consultation .fieldset :-ms-input-placeholder {
  color: #222427;
}
.consultation .fieldset input[type="text"],
.consultation .fieldset input[type="email"] {
  width: 100%;
  height: 45px;
  padding: 0 20px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  font-size: 15px;
  line-height: 45px;
  color: #222427;
  border: 1px solid rgba(156, 170, 180, 0.3);
  background-color: #ffffff;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.consultation .fieldset input[type="text"]:focus,
.consultation .fieldset input[type="email"]:focus,
.consultation .fieldset input[type="text"]:active,
.consultation .fieldset input[type="email"]:active {
  border-color: #9caab4;
}
.consultation .fieldset input[type="text"].not-valid,
.consultation .fieldset input[type="email"].not-valid {
  border-color: #ee3224;
}
.consultation .bnt-ask-question {
  display: inline-block;
  vertical-align: middle;
}
/*------------------------------------------------------------*/
/* XX - @MEDIA */
/*------------------------------------------------------------*/
@media screen and (max-width: 1023px) {
  .consultation .consultation-form {
    max-width: 100%;
  }
}

/* End */


/* Start:/local/components/flamix/portfolio/templates/slider.top3/style.css?16419214774482*/

.seo-cases {
  background: #f0f4f7;
}

.seo-cases.sec-pad {
  padding: 30px 0 50px;
}

.seo-cases__all-case {
  position: absolute;
  bottom: -5px;
  left: 0;
  font-family: 'Montserrat', sans-serif;
  font-size: 18px;
  font-weight: 500;
  color: #111;
}

.seo-cases__inner {
  position: relative;
  padding: 30px 0 50px;
}

.seo-cases__slider-content {
  padding: 280px 40px 100px 40px;
}

.seo-cases__faces-logo,
.seo-cases__ccc-logo {
  margin-bottom: 45px;
}

.seo-cases__ccc-logo {
  width: 115px;
}

.seo-cases__faces-logo {
  width: 60px;
}

.seo-cases__slide-title {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  display: block;
  max-width: 250px;
  color: #fff;
  margin-bottom: 65px;
  font-size: 22px;
  line-height: 1.2;
}

.btn-send-request {
  position: relative;
  display: inline-block;
  background: #e93a60;
  padding: 20px 10px;
  max-width: 280px;
  width: 100%;
  color: #fff;
  transition: .3s ease-in-out;
}

.seo-cases.btn-send-request {
  background: rgba(17, 17, 17, 1);
  padding: 20px 35px;
}

.seo-cases .btn-send-request:hover,
.seo-cases .btn-send-request:focus {
  transform: translateY(-7px);
}

.seo-cases.btn-send-request:hover,
.seo-cases.btn-send-request:focus {
  color: #fff;
  text-decoration: none;
}

.seo-cases.btn-send-request:hover {
  background: rgba(17, 17, 17, .8);
}

.seo-cases.btn-send-request:after {
  content: "";
  position: absolute;
  right: 35px;
  top: 50%;
  transform: translateY(-50%) rotate(-180deg);
  width: 10px;
  height: 12px;
  background: url("/local/components/flamix/portfolio/templates/slider.top3/./img/icon-arrow-right.svg") no-repeat;
}


/* slick slider style */
.seo-cases__slider:before {
  content: "";
  position: absolute;
  bottom: -60px;
  right: 65px;
  width: 1px;
  height: 30px;
  background: rgba(17, 17, 17, .12);
}

.seo-cases .slick-dots {
  top: 0;
  left: 0;
  display: flex!important;
  height: 225px;
  width: 100%;
}

.seo-cases .seo-cases__dot-title {
  display: inline-block;
  font-weight: 500;
  font-size: 16px;
  line-height: 16px;
  padding-bottom: 5px;
  border-bottom: 1px solid rgba(17, 17, 17, .1);
  color: #111;
}

.seo-cases .seo-cases__dot-info {
  display: inline-block;
  font-size: 15px;
  line-height: 16px;
  color: #111;
}

.seo-cases .seo-cases__dot-big {
  font-size: 30px;
}

.seo-cases .slick-dots li {
  width: 100%;
  height: auto;
  color: #111;
  margin: 0;
}

.seo-cases .slick-dots li {
  margin-right: 10px;
}

.seo-cases .slick-dots li:after {
  content: "";
  position: absolute;
  right: -10px;
  top: 0;
  bottom: 0;
  width: 10px;
  height: 100%;
  background: var(--main-bg);
}

.seo-cases .slick-dots li:last-child {
  margin-right: -1px;
}

.seo-cases .slick-dots li:last-child:after {
  content: none;
}

.seo-cases .slick-dots li button {
  width: 100%;
  height: 100%;
  max-height: 290px;
  transition: .3s linear;
  background: #fff;
  text-align: left;
  padding: 40px;
}

.seo-cases .slick-dots button p {
  line-height: 1.5;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2; /* number of lines to show */
  -webkit-box-orient: vertical;
}

.seo-cases .slick-dots li button:after,
.seo-cases .slick-dots li button:before {
  content: none;
}

.seo-cases .slick-dots li.slick-active button {
  background: transparent;
}

.seo-cases .slick-dots li.slick-active button span,
.seo-cases .slick-dots li.slick-active button p {
  color: #fff;
}

.seo-cases .slick-dots li.slick-active button .seo-cases__dot-title {
  border-bottom: 1px solid rgba(255, 255, 255, .1);
}

.seo-cases .custom-slick-arrow {
  position: absolute;
  z-index: 1;
  bottom: -59px;
  cursor: pointer;
}

.seo-cases .custom-slick-arrow.custom-slick-arrow__prev {
  transform: rotate(-180deg) translateY(2px);
  right: 100px;
}
.seo-cases .custom-slick-arrow.custom-slick-arrow__next {
  transform: translateY(1px);
  right: 0;
}

.seo-cases .custom-slick-arrow svg {
  fill: #111;
  width: 29px;
  height: 25px;
}

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

@media screen and (max-width: 768px) {
  .seo-cases .slick-dots li button {
    padding: 30px 10px 30px 30px;
  }

  .seo-cases .slick-dots li:not(.slick-active) {
    display: none!important;
  }

  .seo-cases .slick-dots li {
    margin-right: 0;
  }

  .seo-cases .slick-dots li:after {
    content: none;
  }

  .seo-cases__slider-content {
    padding: 210px 40px 50px 30px;
  }
}
/* End */


/* Start:/local/components/flamix/blue.line/templates/center/style.css?14992438701052*/
/*------------------------------------------------------------*/
/* XX - BLOCKQUOTE */
/*------------------------------------------------------------*/
.blockquote {
  padding: 41px 0 30px;
}
.blockquote p {
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  font-size: 20px;
  line-height: 27px;
  color: #ffffff;
}
.blockquote .resume-email {
  margin: 15px 0px;
  display: inline-block;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  font-size: 28px;
  line-height: 27px;
  color: #ffffff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.35);
  cursor: pointer;
  transition: all 0.6s;
}
.blockquote .resume-email:hover {
  border-color: transparent;
}
/*------------------------------------------------------------*/
/* XX - @MEDIA */
/*------------------------------------------------------------*/
@media screen and (max-width: 1023px) {
  .blockquote {
    padding: 30px 0 20px;
  }
}
@media screen and (max-width: 767px) {
  .blockquote p {
    font-size: 16px;
  }
  .blockquote .resume-email {
    font-size: 21px;
  }
}

/* End */


/* Start:/local/components/flamix/price.b24/templates/compact/style.css?17149797367645*/
.seo-tariffs.sec-pad {
    padding: 30px 0 80px;
}
.seo-tariffs__list {
    display: flex;
    align-items: center;
    justify-content: space-around;
    max-width: 780px;
    margin: 0 auto 35px;
    border-bottom: 1px solid rgba(17, 17, 17, .08);
}

.seo-tariffs__list li {
    position: relative;
    width: calc(100% / 3);
    padding: 20px 0;
    text-align: center;
    cursor: pointer;
}

.seo-tariffs__list li:before {
    content: "";
    left: 50%;
    width: 0;
    height: 3px;
    transition: all .4s ease-out;
}

.seo-tariffs__list li:after {
    content: "";
    bottom: -5px;
    left: 50%;
    height: 4px;
    width: 4px;
    transform: rotate(45deg) translateX(-50%);
}

.seo-tariffs__list li.active:before,
.seo-tariffs__list li.active:after {
    content: "";
    position: absolute;
    background: #ff436b;
}

.seo-tariffs__list li.active:before {
    left: 0;
    right: 0;
    bottom: -1px;
    transition: .3s ease-out;
    width: 100%;
}

.seo-tariffs__list li.active:after {
    width: 4px;
    height: 4px;
    transition: all .2s linear;
    transition-delay: .3s;
}

.seo-tariffs__list li span {
    position: relative;
    display: inline-block;
    width: 100%;
    font-size: 16px;
    font-family: 'Montserrat', sans-serif;
    color: #111;
    font-weight: 500;
}

.seo-tariffs__list li:nth-child(2) span:before,
.seo-tariffs__list li:nth-child(2) span:after {
    content: "";
    display: inline-block;
    position: absolute;
    width: 1px;
    height: 100%;
    background: rgba(17, 17, 17, .1);
}

.seo-tariffs__list li:nth-child(2) span:before {
    left: 0;
}

.seo-tariffs__list li:nth-child(2) span:after {
    right: 0;
}

.seo-tariffs__toggler {
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 320px;
    margin: 0 auto 40px;
    padding: 6px 30px;
    border: 1px solid rgba(17, 17, 17, .08);
    border-radius: 20px;
}

.seo-tariffs__toggler span {
    font-family: 'Roboto', sans-serif;
    font-size: 12px;
    text-transform: uppercase;
    color: rgba(17, 17, 17, .5);
}

.seo-tariffs__toggler span.seo-tariffs__core {
    color: rgba(17, 17, 17, 1);
}

.seo-tariffs__toggler.active span.seo-tariffs__detail {
    color: rgba(17, 17, 17, 1);
}

.seo-tariffs__toggler.active span.seo-tariffs__core {
    color: rgba(17, 17, 17, .5);
}

.seo-tariffs__toggler-inner input {
    display: none;
}

input[type="checkbox"]:checked ~ .sidebar label.css-toggle .slider {
    background: #000;
}

/* class for actual toggle */
.seo-tariffs__toggler label.css-toggle .slider {
    background-color: rgba(17, 17, 17, .6);
}

.seo-tariffs__toggler.active + .seo-tariffs__main-content .seo-tariffs__service {
    background: #fff;
    max-height: 100%;
    margin-bottom: 30px;
    transition: max-height .5s linear, background .5s linear;
}

/* style for toggler */

.seo-taiffs__main-list {
    display: none;
}

.seo-taiffs__main-list.active {
    display: block;
}

.seo-tariffs__list-inner {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-column-gap: 10px;
}
.seo-tariffs__list-inner li {
    display: flex;
    flex-direction: column;
    background: #f0f4f7;
    transition: .3s linear;
}

.seo-tariffs__list-inner li:hover {
    transform: scale(1.03);
    z-index: 1;
    -webkit-box-shadow: 0 10px 19px 2px rgba(0,0,0,0.38);
    -moz-box-shadow: 0 10px 19px 2px rgba(0,0,0,0.38);
    box-shadow: 0 10px 19px 2px rgba(0,0,0,0.38);
    transition: .3s linear;
}

.seo-tariffs__list-inner li:hover .btn-send-request {
    background: var(--primary-style-color);
}

.seo-tariffs__list-content {
    display: flex;
    flex-direction: column;
    height: 100%;
    padding: 40px 30px 0 30px;
}

.seo-tariffs__list-inner-title {
    text-align: center;
    display: inline-block;
    width: 100%;
    font-size: 30px;
    font-family: 'Roboto', sans-serif;
    color: #111;
}

.seo-tariffs__list-content p {
    max-width: 220px;
    margin: 20px auto 25px;
    line-height: 1.2;
    text-align: center;
}

.seo-tariffs__service {
    background: transparent;
    border-radius: 10px;
    padding: 10px 30px 0;
    margin-bottom: 0;
    max-height: 0;
    overflow: hidden;
    transition: max-height .5s linear, background .5s linear;
}

.seo-tariffs__service-item {
    padding: 25px 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid rgba(17, 17, 17, .08);
    transition: .4s linear;
}

.seo-tariffs__service-item:last-child {
    border-bottom: none;
}

.seo-tariffs__service-item span:first-child {
    /*max-width: 185px;*/
    font-size: 13px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    line-height: 1.2;
}

.seo-tariffs__info {
    position: relative;
    display: inline-block;
    width: 16px;
    height: 16px;
    background: url("/local/components/flamix/price.b24/templates/compact/../../images/tariffs/inform-iocn.svg") no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    cursor: pointer;
}

.seo-tariffs__info:hover span.seo-tariffs__info-text {
    opacity: 1;
    visibility: visible;
}

.seo-tariffs__service-item span.seo-tariffs__info-text {
    display: inline-block;
    position: absolute;
    opacity: 0;
    visibility: hidden;
    bottom: -32px;
    right: 30px;
    width: 170px;
    height: auto;
    background: #f9f9f9;
    padding: 15px;
    border-radius: 10px;
    font-size: 12px;
    color: #111;
    font-weight: 400;
    transition: .3s linear;
}

.seo-tariffs__service-item span.seo-tariffs__info-text:after {
    position: absolute;
    right: -4px;
    top: 42px;
    content: "";
    transform: rotate(-45deg);
    width: 10px;
    height: 10px;
    background: #f9f9f9;
    border-radius: 2px;
}

.seo-tariffs__price {
    display: inline-block;
    text-align: center;
    width: 100%;
    margin-bottom: 30px;
    margin-top: auto;
}

.seo-tariffs__price span {
    font-size: 30px;
}

.seo-tariffs__list-inner .btn-send-request {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    height: 70px;
    background: #33aee5;
    max-width: 100%;
    transition: .3s linear;
    text-decoration: none;
}

.seo-tariffs__list-inner .btn-send-request:hover {
    background: #ff436b;
    transition: .3s linear;
}

.seo-tariffs .seo-tariffs__toggler-inner .css-toggle {
    cursor: pointer;
}

@media screen and (max-width: 1050px) {
    .seo-tariffs__service {
        padding: 10px 20px 0;
    }

    .seo-tariffs__service-item {
        padding: 25px 10px 25px 10px;
    }
}

@media screen and (max-width: 992px) {
    .seo-tariffs.sec-pad {
        padding: 30px 0 60px;
    }

    .seo-tariffs__list-inner {
        grid-template-columns: .84fr;
        grid-row-gap: 20px;
        justify-content: center;
    }

    .seo-tariffs__service {
        min-height: auto;
    }

    .seo-tariffs__toggler.active + .seo-tariffs__main-content .seo-tariffs__service {
        min-height: auto;
    }
}

@media screen and (max-width: 900px) {
    .seo-tariffs__list {
        max-width: 95%;
    }
}

@media screen and (max-width: 768px) {
    .seo-tariffs.sec-pad {
        padding: 30px 0 40px;
    }

    .seo-tariffs__list-inner {
        grid-template-columns: 1fr;
    }

    .seo-tariffs__list {
        max-width: 100%;
        flex-direction: column;
    }

    .seo-tariffs__list li {
        padding: 19px 0 5px;
        width: auto;
    }
}

@media screen and (max-width: 576px) {
    .seo-tariffs.sec-pad {
        padding: 10px 0 40px;
    }

    .seo-tariffs__service-item {
        padding: 25px 0;
    }

    .seo-tariffs__list-content {
        padding: 40px 20px 0 20px;
    }
}
/* End */


/* Start:/local/components/flamix/blue.line/templates/garant/style.css?16049364861822*/
/*------------------------------------------------------------*/
/* XX - GARANTEE*/
/*------------------------------------------------------------*/
.c-garantee {
  padding: 15px 0;
  background-color: #18202c;
}
.c-garantee .u-row {
  font-size: 0;
}
.c-garantee a {
  color: #FFF;
  border-bottom: 1px solid #FFF;;
}
.c-garantee a:hover {
  color: #FFF;
  border-bottom: none;
  text-decoration: none;
}
.c-garantee .u-item {
  float: none;
  display: inline-block;
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  .c-garantee .u-item {
    text-align: center;
  }
}
.c-garantee .c-garantee-day {
  margin-right: 15px;
  display: inline-block;
  vertical-align: middle;
  font-family: 'Roboto', sans-serif;
  font-size: 120px;
  line-height: 124px;
  font-weight: 300;
  color: #019ade;
  letter-spacing: 0.01em;
}
@media screen and (max-width: 1023px) {
  .c-garantee .c-garantee-day {
    font-size: 60px;
    line-height: 64px;
    margin-right: 10px;
  }
}
@media screen and (max-width: 479px) {
  .c-garantee .c-garantee-day {
    margin-right: 0;
  }
}
.c-garantee .c-garantee-info {
  display: inline-block;
  vertical-align: middle;
  font-family: 'Roboto', sans-serif;
  font-size: 20px;
  line-height: 27px;
  font-weight: 300;
  color: #ffffff;
  letter-spacing: 0.01em;
}
@media screen and (max-width: 1023px) {
  .c-garantee .c-garantee-info {
    font-size: 16px;
    line-height: 21px;
  }
}
.c-garantee .c-garantee-info i {
  font-style: normal;
  color: #019ade;
}
.c-garantee p {
  margin: 15px 0;
  padding: 0;
  font-family: 'Roboto', sans-serif;
  font-size: 15px;
  line-height: 25px;
  font-weight: 300;
  color: #ffffff;
  letter-spacing: 0.01em;
}
@media screen and (max-width: 1023px) {
  .c-garantee p {
    margin: 10px 0;
    font-size: 13px;
    line-height: 21px;
  }
}
/* End */


/* Start:/local/components/flamix/scheme_of_work/templates/license_discount/style.css?16366328462711*/
/*------------------------------------------------------------*/
/* XXS - SCHEME OF WORK */
/*------------------------------------------------------------*/
.scheme-of-work {
  padding: 30px 0;
  background-color: #ffffff;
  border-bottom: 1px solid #f0f4f7;
}
.scheme-of-work .scheme-of-work-section .item {
  margin-bottom: 17px;
}
.scheme-of-work .scheme-of-work-section .item .scheme-icon {
  position: relative;
  margin-left: 4px;
  margin-bottom: 21px;
  width: 61px;
  height: 61px;
  border: 2px solid #019ade;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.scheme-of-work .scheme-of-work-section .item .scheme-icon:after {
  position: absolute;
  top: 16px;
  left: 190px;
  content: '. . . . . .';
  font-size: 21px;
  letter-spacing: -0.64em;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  color: #d0d9e0;
}
.scheme-of-work .scheme-of-work-section .item .scheme-icon .scheme-n {
  position: absolute;
  top: -4px;
  right: -4px;
  display: block;
  width: 23px;
  height: 23px;
  background-color: #fb6000;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  font-size: 13px;
  line-height: 23px;
  color: #ffffff;
  font-style: normal;
  text-align: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  z-index: 1;
}
.scheme-of-work .scheme-of-work-section .item .scheme-icon .icon-scheme {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.scheme-of-work .scheme-of-work-section .item .scheme-icon .icon-scheme img,
.scheme-of-work .scheme-of-work-section .item .scheme-icon .icon-scheme svg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
.scheme-of-work .scheme-of-work-section .item .wallet:after {
  content: none;
}
.scheme-of-work .scheme-of-work-section .item p {
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  font-size: 15px;
  line-height: 30px;
  color: #22161a;
}
/*------------------------------------------------------------*/
/* XX - @MEDIA */
/*------------------------------------------------------------*/
@media screen and (max-width: 1023px) {
  .scheme-of-work .scheme-of-work-section .item .scheme-icon {
    margin: 0 auto 22px;
  }
  .scheme-of-work .scheme-of-work-section .item .scheme-icon:after {
    content: none;
  }
  .scheme-of-work .scheme-of-work-section .item p {
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .scheme-of-work {
    padding: 15px 0;
  }

  .scheme-of-work .scheme-of-work-section .item{
    width: 50%;
  }
}

@media only screen and (max-width : 479px) {
  .scheme-of-work .scheme-of-work-section .item{
    width: 100%;
  }
}
/* End */


/* Start:/local/components/flamix/about/templates/.default/style.css?16382760476038*/
/*------------------------------------------------------------*/
/* XX - SOFT ABOUT */
/*------------------------------------------------------------*/
.c-soft-about {
  padding: 50px 0;
  background-color: #f0f4f7;
}
.c-soft-about p {
  font-size: 16px;
  line-height: 25px;
  font-weight: 300;
  color: #111111;
}
.c-soft-about__gallery {
  position: relative;
  max-width: 1500px;
  margin: 95px auto;
  font-size: 0;
}
@media only screen and (max-width: 1023px) {
  .c-soft-about__gallery {
    margin: 30px 0;
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .c-soft-about__gallery {
    margin-top: 60px;
  }
}
.c-soft-about__gallery__item {
  position: relative;
  width: 20%;
  height: 300px;
  display: inline-block;
  vertical-align: top;
  float: left;
  background-color: #ffffff;
}
@media only screen and (max-width: 1169px) {
  .c-soft-about__gallery__item {
    height: 220px;
  }
}
@media only screen and (max-width: 1023px) {
  .c-soft-about__gallery__item {
    width: 33.33%;
    height: 300px;
  }
}
@media only screen and (max-width: 767px) {
  .c-soft-about__gallery__item {
    display: block;
    width: 100%;
  }
}
.c-soft-about__gallery__item.u-width-600 {
  width: 40%;
}
@media only screen and (max-width: 1023px) {
  .c-soft-about__gallery__item.u-width-600 {
    width: 33.33%;
  }
}
@media only screen and (max-width: 767px) {
  .c-soft-about__gallery__item.u-width-600 {
    width: 100%;
  }
}
.c-soft-about__gallery__item.u-height-600 {
  height: 600px;
}
@media only screen and (max-width: 1169px) {
  .c-soft-about__gallery__item.u-height-600 {
    height: 600px;
  }
}

@media (min-width: 1024px) and (max-width: 1169px) {
  .c-soft-about__gallery__item.u-height-600 {
    height: 440px;
  }
}

@media only screen and (max-width: 767px) {
  .c-soft-about__gallery__item.u-height-600 {
    height: 400px;
  }
}
.c-soft-about__gallery__item.u-height-600 .c-soft-about__init__item {
  height: 600px;
}
@media only screen and (max-width: 1169px) {
  .c-soft-about__gallery__item.u-height-600 .c-soft-about__init__item {
    height: 440px;
  }
}
@media only screen and (max-width: 1023px) {
  .c-soft-about__gallery__item.u-height-600 .c-soft-about__init__item {
    height: 600px;
  }
}
@media only screen and (max-width: 1023px) {
  .c-soft-about__gallery__item.u-item-hidden {
    display: none;
  }
}
.c-soft-about__init {
  display: block;
  width: 100%;
  height: 100%;
}
.c-soft-about__init .slick-list, .c-soft-about__init .slick-track {
  height: 100%;
}
.c-soft-about__init__item {
  position: relative;
  width: 100%;
  height: 300px;
  cursor: -webkit-grab;
}
@media only screen and (max-width: 1169px) {
  .c-soft-about__init__item {
    height: 220px;
  }
}
@media only screen and (max-width: 1023px) {
  .c-soft-about__init__item {
    height: 300px;
  }
}
.c-soft-about__gallery__article {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  background-color: #ffffff;
}
.c-soft-about__gallery__article.u-about-bitrix {
  top: -45px;
  left: -30px;
  right: -30px;
  bottom: -35px;
  -webkit-box-shadow: 0px 2px 0px rgba(0, 0, 0, 0.02);
  box-shadow: 0px 2px 0px rgba(0, 0, 0, 0.02);
  z-index: 2;
}
@media only screen and (max-width: 1023px) {
  .c-soft-about__gallery__article.u-about-bitrix {
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
}
.c-soft-about__gallery__table {
  display: table;
  width: 100%;
  height: 100%;
}
.c-soft-about__gallery__table__item {
  display: table-cell;
  vertical-align: middle;
  padding: 15px 40px;
  text-align: center;
}
@media only screen and (max-width: 1169px) {
  .c-soft-about__gallery__table__item {
    padding: 15px;
  }
}
.c-soft-about__gallery__table__item p {
  font-size: 16px;
  line-height: 25px;
  font-weight: 300;
  color: rgba(17, 17, 17, 0.65);
  margin: 0;
}
@media only screen and (max-width: 1169px) {
  .c-soft-about__gallery__table__item p {
    font-size: 15px;
  }
}
.c-soft-about__gallery__laur {
  position: relative;
  display: inline-block;
  margin-bottom: 15px;
  width: 106px;
  height: 77px;
  background: url(/local/components/flamix/about/templates/.default/images/i-laur.png) center no-repeat;
  text-align: center;
}
.c-soft-about__gallery__laur span {
  position: absolute;
  top: -12px;
  left: 0;
  right: 0;
  display: block;
  font-size: 11px;
  line-height: 15px;
  font-weight: 300;
  color: rgba(17, 17, 17, 0.35);
  text-transform: uppercase;
}
.c-soft-about__gallery__laur i {
  position: absolute;
  top: 24px;
  left: 0;
  right: 0;
  display: block;
  font-size: 36px;
  font-style: normal;
}
.u-about-bitrix-name {
  font-size: 22px;
  line-height: 30px;
  font-weight: 300;
  color: #111111;
  margin-bottom: 30px;
}
@media only screen and (max-width: 1169px) {
  .u-about-bitrix-name {
    font-size: 18px;
    line-height: 25px;
    margin-bottom: 20px;
  }
}
.u-about-bitrix {
  padding: 0 50px;
  text-align: center;
}
@media only screen and (max-width: 1169px) {
  .u-about-bitrix {
    padding: 0 15px;
  }
}
.u-about-bitrix img {
  max-width: 100%;
  height: auto;
}
.u-about-bitrix .i-cup {
  margin-top: -40px;
  margin-bottom: 33px;
}
@media only screen and (max-width: 1169px) {
  .u-about-bitrix .i-cup {
    margin-bottom: 20px;
  }
}
.u-about-bitrix .i-1c-bitrix {
  margin-bottom: 67px;
}
@media only screen and (max-width: 1169px) {
  .u-about-bitrix .i-1c-bitrix {
    margin-bottom: 30px;
  }
}
.u-about-bitrix ul {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 0;
  max-width: 232px;
  margin: 0 auto;
}
.u-about-bitrix ul li {
  width: 50%;
  display: inline-block;
  padding: 0 4px;
  margin: 0 0 28px 0;
}
@media only screen and (max-width: 1169px) {
  .u-about-bitrix ul li {
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 576px) {
  .c-soft-about {
    padding: 50px 0 0;
    background-color: #f0f4f7;
  }
}


/* End */


/* Start:/local/templates/fx_software/components/bitrix/news.list/certificates/style.css?16369762032499*/
/*------------------------------------------------------------*/
/* XX - CERTIFICATES */
/*------------------------------------------------------------*/
.certificates {
  background-color: #ffffff;
  padding: 30px 0;
}
.certificates .certificates-slider-wrap {
  position: relative;
}
.certificates .certificates-slider-wrap .certificates-slider {
  overflow: hidden;
  max-height: 398px;
}
.certificates .certificates-slider-wrap .certificates-slider .item {
  float: left;
  text-align: center;
}
.certificates .certificates-slider-wrap .certificates-slider .item .cert-wrap {
  position: relative;
  max-width: 262px;
  height: 297px;
  overflow: hidden;
  margin: 0 auto 15px;
}
.certificates .certificates-slider-wrap .certificates-slider .item .cert-wrap:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 269px;
  background-color: #f0f4f7;
  z-index: 0;
}
.certificates .certificates-slider-wrap .certificates-slider .item .cert-wrap img {
  position: absolute;
  top: 38px;
  left: 0;
  right: 0;
  margin: auto;
  max-width: 180px;
  max-height: 255px;
  height: auto;
  z-index: 1;
  border: 1px solid #f0f4f7;
}
.certificates .certificates-slider-wrap .certificates-slider .item .name {
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  font-size: 15px;
  line-height: 30px;
  color: #4b4b4b;
  margin-bottom: 15px;
  line-height: 1.4
}
.certificates .certificates-slider-wrap .certificates-prev,
.certificates .certificates-slider-wrap .certificates-next {
  top: 50%;
  margin-top: -87px;
}
.certificates .certificates-slider-wrap .certificates-prev {
  left: -100px;
}
.certificates .certificates-slider-wrap .certificates-next {
  right: -100px;
}
/*------------------------------------------------------------*/
/* XX - @MEDIA */
/*------------------------------------------------------------*/
@media screen and (max-width: 1399px) {
  .certificates .certificates-slider-wrap {
    overflow: hidden;
  }
}

@media screen and (max-width: 1023px) {
  .certificates .certificates-slider-wrap {
    overflow: visible;
    padding-bottom: 50px;
  }

  .certificates .certificates-slider-wrap .slider-pagination{
    bottom: 0;
  }
}

@media only screen and (max-width: 767px) {
  .certificates {
    padding: 15px 0;
  }

  .certificates .certificates-slider-wrap .certificates-pagin {
    bottom: 10px;
  }
}

@media only screen and (max-width: 576px) {
  .certificates .certificates-slider-wrap {
    padding-bottom: 10px;
  }
}


/* End */


/* Start:/local/templates/fx_software/components/bitrix/news.list/clients/style.css?16369725451597*/
/*------------------------------------------------------------*/
/* XX -CLIENTS */
/*------------------------------------------------------------*/
.clients {
  padding: 30px 0;
}
.clients .clients-slider-wrap {
  position: relative;
  min-height: 95px;
}
.clients .clients-slider-wrap ul.clients-slider li {
  float: left;
  position: relative;
  min-height: 95px;
}
.clients .clients-slider-wrap ul.clients-slider li span {
  display: block;
  height: 95px;
  line-height: 95px;
  text-align: center;
}
.clients .clients-slider-wrap ul.clients-slider li span:before {
  content: ' ';
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}
.clients .clients-slider-wrap ul.clients-slider li span img {
  vertical-align: middle;
}
.clients .clients-slider-wrap .clients-prev,
.clients .clients-slider-wrap .clients-next {
  top: 50%;
  margin-top: -20px;
}
.clients .clients-slider-wrap .clients-prev {
  left: -100px;
}
.clients .clients-slider-wrap .clients-next {
  right: -100px;
}
/*------------------------------------------------------------*/
/* XX - @MEDIA */
/*------------------------------------------------------------*/
@media screen and (max-width: 1399px) {
  .clients .clients-slider-wrap {
    overflow: hidden;
  }
}

@media screen and (max-width: 1023px) {
  .clients .clients-slider-wrap {
    overflow: visible;
    padding-bottom: 50px;
  }

  .clients .clients-slider-wrap .slider-pagination{
    bottom: 20px;
  }
}

@media screen and (max-width: 767px) {
  .clients {
    padding: 15px 0;
  }

  .clients .clients-slider-wrap {
    padding-bottom: 0;
  }
}

/* End */


/* Start:/local/components/flamix/banner/templates/bitrix24_industry_list/style.css?16370893243965*/
.competencies {
    background: #f0f4f7;
    padding: 60px 0;
}

.competencies__title,
.competencies__desc {
    text-align: center;
    color: #111;
}

.competencies__title {
    font: 300 36px/1.2 'Roboto', sans-serif;
}

.competencies__desc {
    max-width: 430px;
    width: 100%;
    font: 300 16px/1.5 'Roboto', sans-serif;
    margin: 30px auto;
}

.competencies__list {
    padding: 40px 0;
}

.competencies__list span,
.competencies__list a.competencies__item,
.competencies__list span.competencies__item {
    font: 300 30px/1.2 'Roboto', sans-serif;
    color: #111;
    text-transform: uppercase;
    transition: color .3s ease;
}

.competencies__list a.competencies__item,
.competencies__list span.competencies__item {
    display: flex;
    align-items: center;
    position: relative;
    z-index: 2;
    cursor: pointer;
    padding: 20px 0;
    border-bottom: 1px solid rgba(17, 17, 17, .08);
}

.competencies__list li:first-child a.competencies__item,
.competencies__list li:first-child span.competencies__item {
    border-top: 1px solid rgba(17, 17, 17, .08);
}

.competencies__list li img {
    position: absolute;
    right: 0;
    top: 0;
    opacity: 0;
    transition: opacity .5s ease;
}

.competencies__list .competencies__item:hover + img {
    opacity: 1;
    z-index: 10;
}

.competencies__list .competencies__item:hover {
    color: #811aff;
    text-decoration: none;
    z-index: 12;
}

.competencies__list .competencies__item:focus {
    text-decoration: none;
}

.competencies__list .competencies__item:hover .competencies__sign:before {
    color: #fff;
}

.competencies__list span.competencies__sign {
    color: #811aff;
    display: inline-block;
    margin-right: 20px;
}

.competencies__list.competencies__list--left {
    counter-reset: competencies;
}

.competencies__list.competencies__list--right {
    counter-reset: competenciesRight 6;
}

.competencies__list.competencies__list--left .competencies__sign:before,
.competencies__list.competencies__list--right .competencies__sign:before {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    opacity: 0.5;
    color: #111;
    font: 300 13px 'Roboto', sans-serif;
    text-transform: uppercase;
    transition: color .3s ease;
}

.competencies__list.competencies__list--left .competencies__sign:before {
    counter-increment: competencies;
    content: counter(competencies, decimal-leading-zero);
}

.competencies__list.competencies__list--right .competencies__sign:before {
    counter-increment: competenciesRight;
    content: counter(competenciesRight, decimal-leading-zero);
}

.competencies__list.competencies__list--left {
    padding: 40px 15px 40px 0;
}

.competencies__list.competencies__list--right {
    padding: 40px 0 40px 15px;
}

@media screen and (max-width: 992px) {
    .competencies {
        padding: 40px 0 50px;
    }

    .competencies__list.competencies__list--left {
        padding: 40px 0 0 0;
        counter-reset: competencies;
    }

    .competencies__list.competencies__list--right {
        padding: 0;
    }

    .competencies__list.competencies__list--left li:last-child .competencies__item {
        border-bottom: none;
    }

    .competencies__list li img {
        display: none;
    }

    .competencies__list .competencies__item:hover .competencies__sign:before {
        color: #811aff;
    }
}

@media screen and (max-width: 768px) {
    .competencies {
        padding: 20px 0 40px;
    }

    .competencies__list.competencies__list--left {
        padding: 0;
    }

    .competencies__list span,
    .competencies__list a.competencies__item,
    .competencies__list span.competencies__item {
        font-size: 25px;
    }
}

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

    .competencies__list span,
    .competencies__list a.competencies__item,
    .competencies__list span.competencies__item {
        font-size: 16px;
    }
}
/* End */


/* Start:/local/components/flamix/order/templates/.default/style.css?16370825841026*/
/*------------------------------------------------------------*/
/* XX - CTA PRICE */
/*------------------------------------------------------------*/
.cta-price {
  padding: 47px 0 53px;
  background-color: #019ade;
}
.cta-price .cta-price-desc {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-size: 20px;
  line-height: 27px;
  color: #ffffff;
}
.cta-price .btn-grad {
  float: right;
  color: #019ade;
  padding: 11px 65px 13px 61px;
}
/*------------------------------------------------------------*/
/* XX - @MEDIA */
/*------------------------------------------------------------*/
@media screen and (max-width: 1023px) {
  .cta-price {
    padding: 30px 0;
  }
  .cta-price .btn-grad {
    float: none;
    margin: 0 auto;
    display: table;
  }
}
@media screen and (max-width: 767px) {
  .cta-price {
    padding: 30px 0 30px;
  }
  .cta-price .cta-price-desc {
    font-size: 16px;
    margin-bottom: 20px;
    text-align: center;
  }
  .cta-price .btn-grad {
    padding: 11px 45px 13px 41px;
  }
}

/* End */


/* Start:/local/components/flamix/benefits/templates/soft_b24/style.css?15801345296218*/
/*------------------------------------------------------------*/
/* XX - SOFT BENEFITS */
/*------------------------------------------------------------*/
.c-soft-benefits {
  padding: 37px 0;
  background-color: #ffffff;
}
@media only screen and (max-width: 767px) {
  .c-soft-benefits {
    padding: 15px 0;
  }
}
.c-soft-benefits .u-catalog__row {
  margin-left: -5px;
  margin-right: -5px;
}
.c-soft-benefits .u-catalog__item {
  position: relative;
  padding-left: 5px;
  padding-right: 5px;
  margin-bottom: 10px;
}
.c-soft-benefits__section {
  margin-top: 50px;
  margin-bottom: 50px;
}
@media only screen and (max-width: 767px) {
  .c-soft-benefits__section {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
.u-soft-benefits__article {
  position: relative;
  display: table;
  width: 100%;
  height: 200px;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 2px 0px rgba(0, 0, 0, 0.02);
  box-shadow: 0px 2px 0px rgba(0, 0, 0, 0.02);
  overflow: hidden;
}
@media only screen and (min-width: 768px) {
  .u-soft-benefits__article:hover {
    overflow: visible;
  }
  .u-soft-benefits__article:hover .u-soft-benefits__foot {
    max-height: 160px;
  }
  .u-soft-benefits__article:hover .i-icon-catalog .i-icon-n {
    opacity: 0;
    visibility: hidden;
    z-index: -1;
  }
  .u-soft-benefits__article:hover .i-icon-catalog .i-icon-h {
    opacity: 1;
    visibility: visible;
    z-index: 1;
  }
  .u-soft-benefits__article:hover .u-soft-benefits__more {
    -webkit-box-shadow: 0px 15px 50px rgba(77, 112, 138, 0.2);
    box-shadow: 0px 15px 50px rgba(77, 112, 138, 0.2);
    height: 410px;
  }
}
.u-soft-benefits__more {
  position: absolute;
  height: 200px;
  background-color: #ffffff;
  z-index: 2;
  overflow: hidden;
}
.u-soft-benefits__article__row {
  position: relative;
  display: table;
  width: 100%;
  height: 200px;
  background-color: #ffffff;
}
.u-soft-benefits__head {
  margin: 15px 0;
}
.u-soft-benefits__name {
  display: inline;
  vertical-align: middle;
  font-family: 'Roboto', sans-serif;
  font-size: 20px;
  line-height: 25px;
  font-weight: 300;
  color: #111111;
}
@media only screen and (max-width: 767px) {
  .u-soft-benefits__name {
    font-size: 18px;
  }
}
.u-soft-benefits__body {
  position: relative;
  display: table-cell;
  vertical-align: middle;
  padding-right: 100px;
  padding-left: 40px;
  overflow: hidden;
  width: 100%;
  height: 160px;
}
@media only screen and (max-width: 767px) {
  .u-soft-benefits__body {
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 30px;
    overflow: visible;
    height: auto;
  }
}
.u-soft-benefits__body p {
  padding: 0;
  margin: 0;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  line-height: 20px;
  font-weight: 300;
  color: rgba(17, 17, 17, 0.65);
  height: 60px;
  overflow: hidden;
  margin-bottom: 28px;
}
@media only screen and (max-width: 767px) {
  .u-soft-benefits__body p {
    height: auto;
  }
}
.u-soft-benefits__foot {
  overflow: hidden;
  max-height: 0;
  -webkit-transition: max-height 0.2s ease;
  -o-transition: max-height 0.2s ease;
  transition: max-height 0.2s ease;
}
@media only screen and (max-width: 1023px) {
  .u-soft-benefits__foot {
    overflow: visible;
    max-height: 160px;
  }
}
.i-icon-catalog {
  position: absolute;
  top: 50%;
  margin-top: -40px;
  right: 35px;
  width: 80px;
  height: 80px;
  overflow: hidden;
  font-style: normal;
}
@media only screen and (max-width: 767px) {
  .i-icon-catalog {
    right: 15px;
  }
}
.i-icon-catalog img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
}
.i-icon-catalog svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
}
.i-icon-catalog .i-icon-n {
  opacity: 1;
  visibility: visible;
  z-index: 1;
}
.i-icon-catalog .i-icon-h {
  opacity: 0;
  visibility: hidden;
  z-index: -1;
}
.u-soft-benefits__article__more {
  margin-top: 10px;
  position: absolute;
  border-top: 1px solid #f2f2f2;
  font-size: 0;
  width: 100%;
  z-index: 1;
  background-color: #ffffff;
}
.u-soft-benefits__article__more__item {
  padding: 52px 10px 42px;
  display: inline-block;
  vertical-align: top;
  width: 50%;
  text-align: center;
  border-left: 1px solid #f2f2f2;
  text-decoration: none;
}
.u-soft-benefits__article__more__item:hover {
  -webkit-transition: .2s ease;
  -moz-transition: .2s ease;
  -ms-transition: .2s ease;
  -o-transition: .2s ease;
  transition: .2s ease;
  text-decoration: none;
}
.u-soft-benefits__article__more__item:hover .u-soft-benefits__article__more__name {
  color: #ffffff;
}
.u-soft-benefits__article__more__item:first-child {
  border-left: 0;
}
.u-soft-benefits-link__orange:hover {
  background-color: #019ade;
}
.u-soft-benefits-link__blue:hover {
  background-color: #0057ff;
}
.u-soft-benefits-link__blue:hover .u-soft-benefits-icon__blue:before {
  opacity: 1;
  visibility: visible;
  z-index: 1;
}
.u-soft-benefits-link__blue:hover .u-soft-benefits-icon__blue:after {
  opacity: 0;
  visibility: hidden;
  z-index: -1;
}
.u-soft-benefits__article__more__icon {
  position: relative;
  display: block;
  margin: 0 auto 25px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.u-soft-benefits-icon__blue:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  background-image: url(/local/components/flamix/benefits/templates/soft_b24/images/i-be-hover.png);
  opacity: 0;
  visibility: hidden;
  z-index: -1;
}
.u-soft-benefits-icon__blue:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  background-image: url(/local/components/flamix/benefits/templates/soft_b24/images/i-be.png);
  opacity: 1;
  visibility: visible;
  z-index: 1;
}
.u-soft-benefits__article__more__name {
  display: block;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
  color: #111111;
}

/* 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+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjI5OGIyZDZjLTg1M2UtODU0Ni04ZTM5LWNlYjhkNTc3YmJjMSIgc3RSZWY6ZG9jdW1lbnRJRD0iYWRvYmU6ZG9jaWQ6cGhvdG9zaG9wOjMyNzBiODUwLTEyZDktMTFlNy05MDAxLWZiY2E2MDVkMmE0MyIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PiqkmP8AAAXGSURBVHja7FhtbBVFFJ3dPtoKFCtYn3xVJEY0qEgxBGtSYmIVQ4wlIkRAEWnUYKMEIyLEj6iEQNRqLIgxitUQBQW/ALGogWLU2oqtaEFUaqVSDVJERFsLrefimXgzzL7X1B+QtDc52d3Z2dnZOfeee2eDtvYtm4wxfYAUoIf5z9qBdOBOoMx0LZPvvhi4FrgUuIjrsxN4F3goyfMVwEDgKuDriD5ZwL3AhUAbUAUsDExes9wMQEx7kpcMBhq6GDGnA/sS3P8IyKPzurYWmMDz0UClp8+NwDMkcDNJvxIYDlwPcsqEmAO4yARKgBfYSSwE5N63pmvaW8DvwGpGyqnAAqCA9ycCa5xn5gCPq+uRQLXTZxyjbrKMHRzj10pUuajTU0COJmYmiYkymVg/4C+g0bk3CEgFfpIoBPozPH3WE/iB4wxhRGbyejeh7QygN3AQ2O/cO5teKxF9BMimY/0KHFL9xgB9ga1O+1nA+Zzzdx10wjb2fwR4wHnHJzxvZVrwESNzKxbZ4rWMcxAEPUZySnEYFTq6mshmAd978s0koJ73chiSu7n4PtTyXeIEdUA58DawiWOsA85V469k+xPOe4v5njrqudg3bJum+s3lgq0Hxione5nzEe/dAOwC7kuyBqPUea06P43zF1sCNEc8n0sHW+jIZqu6vgeIxVSDJKIpwGFgB3X0dXU/jcfezqCr1LV4/m/AL/TgM5U07uX5OkrkZLbLwn7MyMgHxnMBJer+UO87Rb3nCmC2ug4d50pT14t5/gUjImCiPUflhCY6VG4CUoaT3ICO8pq69z7nOYu5Y27EGJdwHbTtAW5CpAwVR0HkFON8jyYmmzCc5F3AFmqieMDfvPeneuYd5yXysU+TELFFwDwmuTGekM5mJJQo/d3AjxTPeZDkGOVVIhFveOTFcJ7pSg4t+dWMZsOKypKSz0XVhY7PZiiZF6e7HDjK6xKO/TlJGaKea/ZUa7OdNlmvGjpmI0gRyY1rKVvOSkOS2/NsG0vJ0B8f8HgbF1sY/8q5Z+2o86xvMfuoto30YOscYi08HuZxNYnb6ck5tkqSMvdWJmJ5z3zVZzqPrzikWO81noWzpEiFNUL1Exm/g7n1MrbFPd+vicmgw3HB8g4B64EVwEYSHWpiqpgcpRopVBJ1HY/Wc2uo6cvV5PZGEJDKY0oCiQid6+1KJjUx1dT4AsrfzY686fffAjzLYqWRecQ6gVWFzR1I9EJIkXLc0YwYG12r1LhlzFNa/j9g3huk2qYxameY47yqXNTlBmCqlrJ+Tr8qSoHddB5RidNO6G7gU27AOmvtngrPMFcZ9f58lZzHcRF6RpC8knlrDiu3pfTsZpbAmWxPZIVq8RY5UWc3iNYyqDa+PaBx5vkenetFiWqQsZ3zzqHD5yJyarS3NjkvtZNqcAa/mmFbqyql8H8Qs9/5kEk8/9BJ6AUkbQVJGekZK1Byt4zfEDIpx5knK9hnplPIuJH+pIqs+Z4+24BhwHk8DmM1OUX1mcC2Os8eqT8jWRy9l0grCIkDx0rumJKZIia1DHqk9dQFHtYNqyc7RhCRY8IOEFfIaJX33q5yzmI1vrWfKVNR5X2KE3Vbqf8DOZ7I3/38VZJF2VzG/FXA3f5Ufn8vJamvOt8fULJKk0hzhWfPpwuDhwNvoP370Rk8H0EYtSd4lHsMN0kXcQ9gJ5nl6WPre7EBSfYGen/wI72uyZNMx3tI0OT18MyjhFI0nYVMJQmyFdQS1bdelePWLiBcS4sgZrBT6TZ2RkZizCOpqq2FoVfl9H2JHtZCqTAq90ykR33mPLOUUpDov9ObXKx07p/WqNLc8CfqAErqNtW+g/+cbCQZEhpTcmUoSQ0sFGxxUMpkfQ0Xr5U/G8uUFFZG/Auzzlgbce9LNa9dndV3+SVzov5F1dFjpax9rov+jzNRUhaeBHOLm247qYjpG1FUdNsJJqaef3oPdNNwvP0jwAA1y28HDZUjPwAAAABJRU5ErkJggg==') 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/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/intro_slice/style.css?17122528613127 */
/* /local/components/flamix/text.slider_lists/templates/.default/style.css?17122529013915 */
/* /local/components/flamix/order/templates/zadat_vopros/style.css?14992438701932 */
/* /local/components/flamix/portfolio/templates/slider.top3/style.css?16419214774482 */
/* /local/components/flamix/blue.line/templates/center/style.css?14992438701052 */
/* /local/components/flamix/price.b24/templates/compact/style.css?17149797367645 */
/* /local/components/flamix/blue.line/templates/garant/style.css?16049364861822 */
/* /local/components/flamix/scheme_of_work/templates/license_discount/style.css?16366328462711 */
/* /local/components/flamix/about/templates/.default/style.css?16382760476038 */
/* /local/templates/fx_software/components/bitrix/news.list/certificates/style.css?16369762032499 */
/* /local/templates/fx_software/components/bitrix/news.list/clients/style.css?16369725451597 */
/* /local/components/flamix/banner/templates/bitrix24_industry_list/style.css?16370893243965 */
/* /local/components/flamix/order/templates/.default/style.css?16370825841026 */
/* /local/components/flamix/benefits/templates/soft_b24/style.css?15801345296218 */
/* /local/components/flamix/ticket_system/templates/.default/style.css?153873480715156 */
/* /local/components/flamix/order/templates/request/style.css?16370813609390 */
