

/* 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/portfolio/templates/code/style.css?17024693994385*/
.opportunities-module__company img {
    display: block;
    width: 120px;
    height: 40px;
    margin: 17px 20px;
    max-width: inherit;
    opacity: 0.2;
}

.opportunities-module__company a img {
    opacity: 1;
}

.opportunities {
    display: flex;
    background: #F8F8F8;
    position: relative;
}

.opportunities.with-right-block:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    width: 50%;
    background: #18202C;
    right: 0;
    height: 100%;
}

.opportunities-col-module {
    padding-left: 60px !important;
    z-index: 1;
}

.opportunities-col-api {
    padding-right: 60px !important;
}

.opportunities-api,
.opportunities-module {
    padding: 60px 0 60px;
    position: relative;
}

.opportunities h3 {
    font-size: 36px;
    line-height: 1.2;
}

.opportunities p,
.opportunities a,
.opportunities h3 {
    text-align: center;
}
.opportunities p {
    margin: 30px 0;
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    line-height: 30px;
    font-weight: 300;
    color: #222427;
}

.opportunities-module h3,
.opportunities-module p {
    color: #FFF;
}

.opportunities-col-module p {
    max-width: 400px;
    margin: 0 auto 30px;
}


.opportunities p a {
    color: #fb6408;
    font-weight: 300;
    font-size: 16px;
 }

.opportunities a:hover {
    color: #fb6408;
    opacity: .8;
    text-decoration: none;
}

.opportunities a:focus {
    color: #fb6408;
    opacity: .8;
    text-decoration: none;
}

.opportunities-module__company {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    margin-bottom: 40px;
}

.opportunities-tabs {
    background: #0C162A;
    border-radius: 4px 4px 0 0;
    min-height: 45px;
    overflow: hidden;
}

.opportunities-tabs span {
    color: #fff;
    padding: 14px 20px;
    display: inline-block;
    cursor: pointer;
}

.opportunities-tabs span.active {
    background: #263146;
}

.opportunities__code-content {
    max-height: 400px;
    background-color: #0e1930;
}

.opportunities-code pre {
    display: none;
    margin: 0;
    padding: 0;
    border-radius: 0;
    border: none;
}

.opportunities-code pre.active {
    display: block;
}

.opportunities-code .hljs {
    background: #0e1930;
    font-family: Consolas,Monaco,Andale Mono,Ubuntu Mono,monospace;
    font-size: 13px;
    line-height: 16px;
}

.opportunities-module .btn-idea {
    max-width: 200px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    color: #a6b2bf;
    padding: 10px 20px;
    background-color: transparent;
    border: 2px solid rgba(255, 255, 255, 0.2);
    transition: 0.5s linear;
    margin-bottom: 0;
}

.opportunities-module .btn-idea .icon-idea {
    width: 20px;
    height: 20px;
    fill: #a6b2bf;
    margin-right: 10px;
    margin-top: -3px;
    transition: .5s linear;
}

.opportunities-module .btn-idea:focus {
    color: #a6b2bf;
}

.opportunities-module .btn-idea:hover {
    color: #fff;
    background-color: #018cca;
    border-color: #018cca;
}

.opportunities-module .btn-idea:hover .icon-idea {
    fill: #fff;
}

.opportunities__btn-wrap {
    display: flex;
    justify-content: center;
}

@media screen and (max-width: 1200px) {
    .opportunities-col-api {
        padding-right: 15px !important;
    }

    .opportunities-col-module {
        padding-left: 15px !important;
    }

    .opportunities-api, .opportunities-module {
        padding: 100px 0 80px;
    }
}

@media screen and (max-width: 992px) {
    .opportunities.with-right-block:after {
        content: unset;
    }

    .opportunities-api, .opportunities-module {
        /*width: 80%;*/
        margin: 0 auto;
        padding: 40px 0 50px;
    }

    .opportunities-col-module {
        background: #18202C;
    }

    .opportunities-module__company img {
        justify-self: center;
    }

    .opportunities-col-module p {
        max-width: unset;
    }

}

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

}

@media screen and (max-width: 576px) {
    .opportunities-module__company img {
        display: block;
        width: 119px;
        height: 32px;
        margin: 13px 14px;
    }

    .opportunities h3 {
        font-size: 25px;
    }

    .opportunities-api, .opportunities-module {
        padding: 10px 0 30px;
    }

    .opportunities-module__company {
        grid-template-columns: 1fr 1fr;
    }
}


/* 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/video/templates/youtube/style.css?14992438704514*/
/*------------------------------------------------------------*/
/* XX - PLAY VIDEO */
/*------------------------------------------------------------*/
.c-play-video {
  position: relative;
  padding: 47px 0;
  background-color: #18202c;
  text-align: center;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .c-play-video {
    padding: 30px 0;
  }
}
.c-play-video .container {
  position: relative;
}
.c-play-video .u-before {
  position: absolute;
  bottom: -190px;
  left: -288px;
  width: 568px;
  height: 267px;
  z-index: 0;
}
@media screen and (max-width: 1199px) {
  .c-play-video .u-before {
    bottom: -140px;
    left: -238px;
    width: 508px;
    height: 207px;
  }
}
@media screen and (max-width: 767px) {
  .c-play-video .u-before {
    display: none;
  }
}
.c-play-video .u-before svg {
  width: 100%;
  height: 100%;
}
.c-play-video .u-after {
  position: absolute;
  bottom: -190px;
  right: -220px;
  width: 586px;
  height: 267px;
  z-index: 0;
}
@media screen and (max-width: 1199px) {
  .c-play-video .u-after {
    width: 508px;
    height: 207px;
    bottom: -140px;
    right: -200px;
  }
}
@media screen and (max-width: 767px) {
  .c-play-video .u-after {
    display: none;
  }
}
.c-play-video .u-after svg {
  width: 100%;
  height: 100%;
}
.c-play-video .c-play-video__section {
  position: relative;
  z-index: 1;
}
.c-play-video i {
  display: inline-block;
  vertical-align: middle;
  margin-right: 15px;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  cursor: pointer;
  box-shadow: 0 0 0 rgba(251, 96, 0, 0.8);
  animation: pulse 4s infinite;
}
@media screen and (max-width: 1023px) {
  .c-play-video i {
    width: 50px;
    height: 50px;
  }
}
@media screen and (max-width: 479px) {
  .c-play-video i {
    margin-right: 0;
  }
}
.c-play-video i svg {
  width: 100%;
  height: 100%;
}
@keyframes pulse {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(251, 96, 0, 0.8);
    box-shadow: 0 0 0 0 rgba(251, 96, 0, 0.8);
  }
  70% {
    -moz-box-shadow: 0 0 0 20px rgba(251, 96, 0, 0);
    box-shadow: 0 0 0 20px rgba(251, 96, 0, 0);
  }
  100% {
    -moz-box-shadow: 0 0 0 0 rgba(251, 96, 0, 0);
    box-shadow: 0 0 0 0 rgba(251, 96, 0, 0);
  }
}
@-moz-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(251, 96, 0, 0.8);
  }
  70% {
    -webkit-box-shadow: 0 0 0 20px rgba(251, 96, 0, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(251, 96, 0, 0);
  }
}
@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(251, 96, 0, 0.8);
  }
  70% {
    -webkit-box-shadow: 0 0 0 20px rgba(251, 96, 0, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(251, 96, 0, 0);
  }
}
@-ms-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(251, 96, 0, 0.8);
  }
  70% {
    -webkit-box-shadow: 0 0 0 20px rgba(251, 96, 0, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(251, 96, 0, 0);
  }
}
@-o-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(251, 96, 0, 0.8);
  }
  70% {
    -webkit-box-shadow: 0 0 0 20px rgba(251, 96, 0, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(251, 96, 0, 0);
  }
}
.c-play-video span {
  display: inline-block;
  vertical-align: middle;
  margin: 15px 0;
  padding: 0;
  font-family: 'Roboto', sans-serif;
  font-size: 20px;
  line-height: 27px;
  font-weight: 300;
  color: #ffffff;
}
@media screen and (max-width: 1023px) {
  .c-play-video span {
    font-size: 18px;
    line-height: 21px;
  }
}
@media screen and (max-width: 767px) {
  .c-play-video span {
    font-size: 16px;
  }
}
.c-play-video .u-path {
  stroke-dasharray: 800;
  stroke-dashoffset: 800;
  animation-name: dash;
  animation-duration: 5s;
  /* or: Xms */
  animation-iteration-count: infinite;
  animation-direction: alternate;
  /* or: normal */
  animation-timing-function: ease-out;
  /* or: ease, ease-in, ease-in-out, linear, cubic-bezier(x1, y1, x2, y2) */
  animation-fill-mode: forwards;
  /* or: backwards, both, none */
  animation-delay: 1s;
  /* or: Xms */
}
@-webkit-keyframes dash {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    stroke-dashoffset: 0;
  }
}
@-moz-keyframes dash {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    stroke-dashoffset: 0;
  }
}
@-webkit-keyframes dash {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    stroke-dashoffset: 0;
  }
}
@-o-keyframes dash {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    stroke-dashoffset: 0;
  }
}
@keyframes dash {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    stroke-dashoffset: 0;
  }
}

/* End */


/* Start:/local/components/flamix/price.solutions/templates/bitrix24/style.css?17018554444741*/
.tariff-plans {
    background: #F8F8F8;
}

.tariff-plans__title {
    margin-bottom: 60px;
}

.tariff-plans h2, .tariff-plans .like-h2 {
    font-size: 36px;
    display: block;
    text-align: center;
}

.tariff-plans__inner {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-areas:
            "sidebar main"
            "sidebar footer";
    grid-gap: 1.5rem;
    margin-bottom: 30px;
}

.tariff-plans__inner .btn.btn-leave-app {
    margin: unset;
    margin-top: 55px;
}

.tariff-plans__inner p {
    line-height: 24px;
}

.tariff-plans-block {
    padding: 40px 30px;
    background: #fff;
}

.tariff-plans__bank {
    grid-column: main;
}

.tariff-plans__aggregators {
    grid-row: sidebar;
}

.tariff-plans-block .like-h4 {
    display: inline-block;
    font-size: 24px;
    color: #000;
    margin-bottom: 30px;
    margin-top: 0;
}

.tariff-plans__enterprice {
    grid-column: footer;
}

.tariff-plans__img-list {
    display: flex;
    margin-bottom: 20px;
}

.tariff-plans__img-list li {
    margin-right: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.tariff-plans__img-list li img {
    width: 30px;
    max-height: 30px;
}

.tariff-plans__img-list li:last-child {
    margin-right: 0;
}

.tariff-plans__price-block {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 30px auto;
    width: 80%;
}

.tariff-plans__price-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.tariff-plans__price-inner span:first-child {
    font-size: 32px;
    line-height: 32px;
    color: #000;
    font-weight: 400;
    display: inline-block;
    margin-bottom: 5px;
}

.tariff-plans__price-inner span:last-child {
    font-size: 14px;
    color: #868686;
    line-height: 30px;
}

.tariff-plans__price-inner span:first-child sub {
    font-size: 9px;
    line-height: 14px;
    font-weight: 300;
}

.tariff-plans__free-text {
    font-size: 32px;
    color: #222427;
    margin-top: 15px;
    display: inline-block;
}

.tariff-plans__enterprice.tariff-plans-block span.like-h4 {
    color: #fff;
}

.tariff-plans__enterprice-list {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.tariff-plans__enterprice-list li {
    position: relative;
    padding-left: 15px;
    margin: 6px 0;
    width: calc(100% / 2);
    color: #fff;
}

.tariff-plans__enterprice-list li:before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 6px;
    height: 6px;
    background: #FB6408;
    border-radius: 50%;
}

@media screen and (max-width: 1200px) {
    .tariff-plans__price-inner span:first-child {
        font-size: 25px;
        line-height: 25px;
    }

    .tariff-plans__price-inner span:last-child {
        font-size: 13px;
    }
}


@media screen and (max-width: 992px) {
    .tariff-plans__inner {
        grid-template-columns: 1fr;
        grid-template-areas:
                "main"
                "sidebar"
                "footer";
        grid-gap: 1.5rem;
    }

    .tariff-plans__price-block {
        justify-content: flex-start;
    }

    .tariff-plans__price-inner {
        margin-right: 15px;
    }

    .tariff-plans__price-inner:last-child {
        margin-right: 0;
    }
}

@media screen and (max-width: 768px) {
    .tariff-plans__title {
        margin-bottom: 30px;
    }

    .tariff-plans h2, .tariff-plans .like-h2 {
        font-size: 26px;
    }

    .tariff-plans-block {
        padding: 30px 20px;
    }
}

@media screen and (max-width: 576px) {
    .tariff-plans__price-block {
        flex-wrap: wrap;
    }

    .tariff-plans__price-inner {
        margin: 10px;
        margin-left: 0;
    }

    .tariff-plans-block .like-h4 {
        font-size: 20px;
        margin-bottom: 20px;
    }

    .tariff-plans__price-block {
        margin-bottom: 20px;
    }

    .tariff-plans__inner .btn.btn-leave-app {
        margin-top: 30px;
    }
}

@media screen and (max-width: 460px) {
    .tariff-plans__enterprice-list li {
        width: 100%;
    }
}

.form-inp {
    width: 60%;
    height: 51px;
    padding: 0 20px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    font-size: 15px;
    line-height: 51px;
    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;
}
.fieldset input.btn-leave-app {
    float: right !important;
    width: 35% !important;
    margin: 0 !important;
}

.fieldset a.btn-leave-app {
    float: left !important;
    width: 40% !important;
    margin: 0 10px 0 0 !important;
}
/* 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/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/code.versions/templates/.default/style.css?15952390134452*/
.fix-bg {
    background: #D04437;
}

.security-bg {
    background: #C11000;
}

.feature-bg {
    background: #69AC4A;
}

.general-bg {
    background: #FFB946;
}

.history-version {
    background: #fff;
    padding: 70px 0 100px;
    text-align: center;
}

.history-version__title h3,
.history-version__current,
.history-version__cloud,
.history-version__date {
    font-weight: 300;
    color: #222427;
}

.history-version__title h3 {
    font-size: 36px;
    line-height: 42px;
}

.history-version__current {
    font-size: 24px;
    line-height: 30px;
    margin: 30px 0;
    font-family: 'Roboto', sans-serif;
}

.history-version__current span {
    color: #fb6408;
}

.history-version__cloud {
    position: relative;
    font-size: 15px;
    line-height: 18px;
    padding-left: 30px;
    display: inline-block;
    margin-top: 0;
    margin-bottom: 30px;
}

.history-version__cloud:before {
    position: absolute;
    content: '';
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    height: 13px;
    background: url("/local/components/flamix/code.versions/templates/.default/./images/cloud.svg") no-repeat;
    background-size: cover;
}

.history-version__block-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 550px;
    margin: 0 auto;
}

.history-version__date {
    font-size: 25px;
    line-height: 29px;
}

.history-version__show-history {
    font-weight: normal;
    font-size: 16px;
    line-height: 1.2;
    color: #fb6408;
    border-bottom: 1px dashed #fb6408;
}

.history-version__show-history:hover {
    text-decoration: none;
    color: #fb6408;
    border-bottom: 1px dashed #fb6408;
    opacity: .8;
}

.history-version__show-history:focus {
    text-decoration: none;
    color: #fb6408;
}

.history-version__numbers {
    display: flex;
}

.history-version__numbers span {
    border-radius: 2px;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 10px;
    margin-right: 20px;
}

.history-version__numbers span:last-child {
    margin-right: 0;
}

.history-version__list {
    display: none;
    max-width: 675px;
    margin: 0 auto;
    text-align: left;
}

.history-version__list-wrap .history-version__block:first-child .history-version__list {
    display: block;
}

.history-version__list li {
    position: relative;
    padding-left: 77px;
}

.history-version__list li.fix-bg:before {
   background: #D04437;
    content: "fix";
}

.history-version__list li.security-bg:before {
    background: #C11000;
    content: "security";
}

.history-version__list li.feature-bg:before {
    background: #69AC4A;
    content: "feature";
}

.history-version__list li.general-bg:before {
    background: #FFB946;
    content: "general";
}

.history-version__list li.security-bg:before {
    background: #C11000;
}

.history-version__list li.feature-bg:before {
    background: #69AC4A;
}

.history-version__list li.general-bg:before {
    background: #FFB946;
}

.history-version__list li {
    background: transparent;
    line-height: 25px;
    margin: 20px 0 0;
}

.history-version__list li:before {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 0;
    top: 3px;
    width: 53px;
    height: 20px;
    border-radius: 2px;
    font-size: 10px;
    line-height: 12px;
    color: #FFFFFF;
}

.history-version__block {
    margin-bottom: 20px;
}

.history-version__block:last-child {
    margin-bottom: 0;
}

.history-version__list li:last-child {
    margin-bottom: 0;
    padding-bottom: 10px;
}

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

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

@media screen and (max-width: 576px) {
    .history-version__show-history {
        order: 1;
    }

    .history-version__block-inner {
        flex-direction: column;
    }

    .history-version__date,
    .history-version__numbers {
        margin-bottom: 10px;
    }

    .history-version__list {
        max-width: 100%;
    }

    .history-version__title h3 {
        font-size: 25px;
        line-height: 25px;
    }

    .history-version__current {
        font-size: 18px;
        margin-bottom: 15px;
    }

    .history-version__cloud:before {
        content: none;
    }

    .history-version__cloud {
        padding-left: 0;
    }
}


/* End */


/* Start:/local/templates/fx_software/components/bitrix/news.list/reviews_new/style.css?17157809594579*/
.flamix-sites-comment {
  background: #fff;
  padding: 50px 0;
}

.flamix-sites-comment .comment-title {
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  font-size: 70px;
  letter-spacing: -2px;
  line-height: 1;
  color: #22161a;
}

.flamix-sites-comment .slider-comment {
  margin-right: -40vw;
}

.flamix-sites-comment .slider-item-title {
  display: block;
  margin-bottom: 10px;
  font-size: 15px;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  color: #22161a;
  text-transform: uppercase;
}

.flamix-sites-comment p {
  display: block;
  margin: 0;
  font-size: 22px;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  color: #22161a;
  line-height: 36px;
}

.flamix-sites-comment .swiper-slide {
  opacity: .1;
}

.flamix-sites-comment .swiper-slide.swiper-slide-active {
  opacity: 1;
}

.flamix-sites-comment .swiper-slide.swiper-slide-next {
  opacity: .4;
}

.flamix-sites-comment .slider-comment-separator {
  width: 100%;
  height: 5px;
  background: #e4e4e4;
  margin: 45px 0;
}

.flamix-sites-comment .swiper-navigation {
  position: relative;
}

.flamix-sites-comment .swiper-navigation div {
  width: 65px;
  height: 65px;
  border-radius: 50%;
  background: var(--primary-style-color);
}

.flamix-sites-comment .swiper-button-prev:after,
.flamix-sites-comment .swiper-rtl .swiper-button-next:after,
.flamix-sites-comment .swiper-button-next:after,
.flamix-sites-comment .swiper-rtl .swiper-button-prev:after {
  position: absolute;
  font-size: 22px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
}

.flamix-sites-comment .swiper-button-prev,
.flamix-sites-comment .swiper-button-next {
  transition: .2s linear;
  top: 20px;
}

.flamix-sites-comment .swiper-button-prev:hover,
.flamix-sites-comment .swiper-button-next:hover {
  opacity: .8;
}

.flamix-sites-comment .slider-footer {
  display: flex;
}

.flamix-sites-comment .swiper-navigation,
.flamix-sites-comment .slider-review-block {
  width: 50%;
}

.flamix-sites-comment .slider-review-number {
  display: block;
  margin-right: 15px;
  font-size: 70px;
  line-height: 60px;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  color: #22161a;
}

.flamix-sites-comment .slider-review-block {
  display: flex;
}

.flamix-sites-comment .slider-review-inner-block {
  background: #000;
  padding: 7px 20px 5px;
  border-radius: 30px;
}

.flamix-sites-comment .slider-review__inner-text {
  display: block;
  text-align: center;
  text-transform: uppercase;
  font-family: 'Roboto', sans-serif;
  font-size: 13px;
  color: #22161a;
  font-weight: 700;
}

.flamix-sites-comment .slider-review-inner-block {
  margin-bottom: 12px;
}

.flamix-sites-comment .swiper-button-prev {
  left: 0;
}

.flamix-sites-comment .swiper-button-next {
  left: 80px;
}


@media screen and (max-width: 1200px) {
  .flamix-sites-comment {
    max-width: 85%;
    margin: 0 auto;
  }

  .flamix-sites-comment .comment-title {
    display: block;
    margin-bottom: 45px;
  }

  .flamix-sites-comment .slider-review-block {
    justify-content: flex-end;
  }

  .flamix-sites-comment .swiper-button-next,
  .flamix-sites-comment .swiper-button-prev {
    top: 22px;
  }
}

@media screen and (max-width: 992px) {
  .flamix-sites-comment {
    padding: 95px 0;
  }

  .flamix-sites-comment .comment-title {
    font-size: 62px;
  }
}

@media screen and (max-width: 768px) {
  .flamix-sites-comment {
    padding: 30px 0;
    text-align: center;
  }

  .flamix-sites-comment .comment-title {
    font-size: 52px;
  }

  .flamix-sites-comment .slider-comment {
    margin-right: unset;
  }
}

@media screen and (max-width: 576px) {
  .flamix-sites-comment .comment-title {
    font-size: 37px;
    margin-bottom: 30px;
    text-align: center;
  }

  .flamix-sites-comment {
    max-width: 100%;
  }

  .flamix-sites-comment .slider-item-title,
  .flamix-sites-comment p {
    text-align: center;
  }

  .flamix-sites-comment .slider-comment-separator {
    margin: 30px 0;
  }

  .flamix-sites-comment .slider-review-block {
    justify-content: center;
  }

  .flamix-sites-comment .swiper-navigation,
  .flamix-sites-comment .slider-review-block {
    width: 100%;
  }

  .flamix-sites-comment .slider-footer {
    display: initial;
    position: relative;
  }

  .flamix-sites-comment .swiper-navigation {
    width: 140px;
    height: 65px;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    margin-bottom: 30px;
  }

  .flamix-sites-comment .swiper-button-prev {
    left: 0;
  }

  .flamix-sites-comment .swiper-button-next {
    left: 75px;
  }
}
/* 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/templates/fx_software/components/bitrix/support.faq.element.list/conversion/style.css?1625253042675*/
/*------------------------------------------------------------*/
/* XX -FAQ */
/*------------------------------------------------------------*/
.faq {
  padding: 30px 0;
  background-color: #ffffff;
}
.faq h3 {
	text-align: left;
}

.faq-youtube-icon img {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 40px;
  transition: .3s linear;
}

.faq-youtube-icon img:hover {
  transform: translateY(-50%) scale(1.1);
}
/*------------------------------------------------------------*/
/* XX - @MEDIA */
/*------------------------------------------------------------*/
@media screen and (max-width: 767px) {
  .faq {
    padding: 15px 0;
  }
}
/* End */
/* /local/components/flamix/slider/templates/intro_slice/style.css?17122528613127 */
/* /local/components/flamix/portfolio/templates/code/style.css?17024693994385 */
/* /local/components/flamix/text.slider_lists/templates/.default/style.css?17122529013915 */
/* /local/components/flamix/video/templates/youtube/style.css?14992438704514 */
/* /local/components/flamix/price.solutions/templates/bitrix24/style.css?17018554444741 */
/* /local/components/flamix/blue.line/templates/garant/style.css?16049364861822 */
/* /local/components/flamix/order/templates/zadat_vopros/style.css?14992438701932 */
/* /local/components/flamix/code.versions/templates/.default/style.css?15952390134452 */
/* /local/templates/fx_software/components/bitrix/news.list/reviews_new/style.css?17157809594579 */
/* /local/components/flamix/benefits/templates/list_img_4/style.css?16298135172260 */
/* /local/templates/fx_software/components/bitrix/support.faq.element.list/conversion/style.css?1625253042675 */
