/*--------------------------- Color variations ----------------------*/
/* Medium Layout: 1280px */
/* Tablet Layout: 768px */
/* Mobile Layout: 320px */
/* Wide Mobile Layout: 480px */
/* =================================== */
/*  Basic Style 
/* =================================== */
::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #cccccc;
  font-weight: 300;
}
@font-face {
    font-family: Montserrat-ExtraBold;
    src: url('/fonts/montserrat/Montserrat-ExtraBold.ttf') format('truetype'), url('/fonts/montserrat/Montserrat-ExtraBold.woff2') format('woff2');
}
.flex-none {
    flex: none;
}
input {
    outline: none;
    border: none;
}

.t-c {
    text-align: center;
}

button {
    outline: none !important;
    border: none;
    background: transparent;
}

button:hover {
    cursor: pointer;
}
:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #cccccc;
  opacity: 1;
  font-weight: 300;
}
.padding-t-b {
    padding-top: 6px;
    padding-bottom: 6px;
}
#contact .red {
    color: red;
    font-weight: bolder;
    font-size: 18px;
}
.text_shadows {
    color: #ffffff;
    text-shadow: 0px 0px 12px #3300ff;
    font-weight: bolder;
    font-size: 18px;
}
.text_shadows:hover {
    color: #000;
    text-shadow: 0px 0px 0px #ffffff;
    font-weight: normal;
    font-size: 18px;
}
::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #cccccc;
    opacity: 1;
    font-weight: 300;
}

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #cccccc;
  font-weight: 300;
}

:-ms-input-placeholder {
  /* Microsoft Edge */
  color: #cccccc;
  font-weight: 300;
}

body {
  color: #777777;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.5em;
  position: relative; 
}
.view_login{
    overflow:hidden;
}

ol, ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

select {
  display: block;
}

figure {
    margin: 0;
}

a {
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

iframe {
  border: 0;
}

a, a:focus, a:hover {
  text-decoration: none;
  outline: 0;
  color: #777777;
}
.link{
    color:#0088ab;
    transition:.3s;
}
.link:hover{
    color:#03abd7;
    transition:.3s;
}

.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn.focus:active,
.btn:active:focus,
.btn:focus {
    text-decoration: none;
    outline: 0;
}

.card-panel {
  margin: 0;
  padding: 60px;
}
.fullwidth{
    width:100%;
}
/**
 *  Typography
 *
 **/
.btn i, .btn-large i, .btn-floating i, .btn-large i, .btn-flat i {
    font-size: 1em;
    line-height: inherit;
}

.gray-bg {
  background: #f9f9ff;
}
.yelow-bg {
    background: #ffb23e;
}

h1, h2, h3,
h4, h5, h6 {
  font-family: "Poppins", sans-serif;
  color: #222222;
  line-height: 1.5em;
  font-weight: 600;
}

.h1, .h2, .h3,
.h4, .h5, .h6 {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  color: #222222;
}

h1, .h1 {
  font-size: 36px;
  margin-top:5px;
}

h2, .h2 {
  font-size: 30px;
}

h3, .h3 {
  font-size: 24px;
  margin-top:0;
}

h4, .h4 {
  font-size: 18px;
}

h5, .h5 {
  font-size: 16px;
}

h6, .h6 {
  font-size: 14px;
  color: #222222;
}

td, th {
  border-radius: 0px;
}

/**
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    contenteditable attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that are clearfixed.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.clear::before, .clear::after {
  content: " ";
  display: table;
}

.clear::after {
  clear: both;
}

.fz-11 {
  font-size: 11px;
}

.fz-12 {
  font-size: 12px;
}

.fz-13 {
  font-size: 13px;
}

.fz-14 {
  font-size: 14px;
}

.fz-15 {
  font-size: 15px;
}

.fz-16 {
  font-size: 16px;
}

.fz-18 {
  font-size: 18px;
}

.fz-30 {
  font-size: 30px;
}

.fz-48 {
  font-size: 48px !important;
}

.fw100 {
  font-weight: 100;
}

.fw300 {
  font-weight: 300;
}

.fw400 {
  font-weight: 400 !important;
}

.fw500 {
  font-weight: 500;
}

.f700 {
  font-weight: 700;
}

.fsi {
  font-style: italic;
}

.mt-10 {
  margin-top: 10px;
}

.mt-15 {
  margin-top: 15px;
}

.mt-20 {
  margin-top: 20px;
}

.mt-25 {
  margin-top: 25px;
}

.mt-30 {
  margin-top: 30px;
}

.mt-35 {
  margin-top: 35px;
}

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

.mt-50 {
  margin-top: 50px;
}

.mt-60 {
  margin-top: 60px;
}

.mt-70 {
  margin-top: 70px;
}

.mt-80 {
  margin-top: 80px;
}

.mt-100 {
  margin-top: 100px;
}

.mt-120 {
  margin-top: 120px;
}

.mt-150 {
  margin-top: 150px;
}

.ml-0 {
  margin-left: 0 !important;
}

.ml-5 {
  margin-left: 5px !important;
}

.ml-10 {
  margin-left: 10px;
}

.ml-15 {
  margin-left: 15px;
}

.ml-20 {
  margin-left: 20px;
}

.ml-30 {
  margin-left: 30px;
}

.ml-50 {
  margin-left: 50px;
}

.mr-0 {
  margin-right: 0 !important;
}

.mr-5 {
  margin-right: 5px !important;
}

.mr-15 {
  margin-right: 15px;
}

.mr-10 {
  margin-right: 10px;
}

.mr-20 {
  margin-right: 20px;
}

.mr-30 {
  margin-right: 30px;
}

.mr-50 {
  margin-right: 50px;
}

.mb-0 {
  margin-bottom: 0px;
}

.mb-0-i {
  margin-bottom: 0px !important;
}

.mb-5 {
  margin-bottom: 5px;
}

.mb-10 {
  margin-bottom: 10px;
}

.mb-15 {
  margin-bottom: 15px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-25 {
  margin-bottom: 25px;
}

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

.mb-40 {
  margin-bottom: 40px;
}

.mb-50 {
  margin-bottom: 50px;
}

.mb-60 {
  margin-bottom: 60px;
}

.mb-70 {
  margin-bottom: 70px;
}

.mb-80 {
  margin-bottom: 80px;
}

.mb-90 {
  margin-bottom: 90px;
}

.mb-100 {
  margin-bottom: 100px;
}

.pt-0 {
  padding-top: 0px;
}

.pt-10 {
  padding-top: 10px;
}

.pt-15 {
  padding-top: 15px;
}

.pt-20 {
  padding-top: 20px;
}

.pt-25 {
  padding-top: 25px;
}

.pt-30 {
  padding-top: 30px;
}

.pt-40 {
  padding-top: 40px;
}

.pt-50 {
  padding-top: 50px;
}

.pt-60 {
  padding-top: 60px;
}

.pt-70 {
  padding-top: 70px;
}

.pt-80 {
  padding-top: 80px;
}

.pt-90 {
  padding-top: 90px;
}

.pt-100 {
  padding-top: 100px;
}

.pt-150 {
  padding-top: 150px;
}

.pb-0 {
  padding-bottom: 0px;
}

.pb-10 {
  padding-bottom: 10px;
}

.pb-15 {
  padding-bottom: 15px;
}

.pb-20 {
  padding-bottom: 20px;
}

.pb-25 {
  padding-bottom: 25px;
}

.pb-30 {
  padding-bottom: 30px;
}

.pb-40 {
  padding-bottom: 40px;
}

.pb-50 {
  padding-bottom: 50px;
}

.pb-60 {
  padding-bottom: 60px;
}

.pb-70 {
  padding-bottom: 70px;
}

.pb-80 {
  padding-bottom: 80px;
}

.pb-90 {
  padding-bottom: 90px;
}

.pb-100 {
  padding-bottom: 100px;
}

.pb-150 {
  padding-bottom: 150px;
}

.pr-30 {
  padding-right: 30px;
}

.pl-30 {
  padding-left: 30px;
}

.p-40 {
  padding: 40px;
}

.text-italic {
  font-style: italic;
}

.text-white {
  color: #fff;
}

.transition {
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.section-full {
  padding: 150px 0;
}

.section-half {
  padding: 75px 0;
}

.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}

.inline-flex {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.flex-grow {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.flex-wrap {
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.flex-left {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
}

.flex-middle {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}

.flex-right {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  justify-content: flex-end;
}

.flex-top {
  -webkit-align-self: flex-start;
  -moz-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.flex-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}

.flex-bottom {
  -webkit-align-self: flex-end;
  -moz-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
}

.space-between {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
}

.space-around {
  -ms-flex-pack: distribute;
  -webkit-justify-content: space-around;
  -moz-justify-content: space-around;
  justify-content: space-around;
}

.flex-column {
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.flex-cell {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.display-table {
  display: table;
}

.light {
  color: #fff;
}

.dark {
  color: #000;
}

.relative {
  position: relative;
}

.overflow-hidden {
  overflow: hidden;
}

.overlay {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.container.fullwidth {
  width: 100%;
}

.container.no-padding {
  padding-left: 0;
  padding-right: 0;
}

.no-padding {
  padding: 0;
}

.section-bg {
  background: #f9fafc;
}

.newsletter {
    position: fixed;
    bottom: 0;
    height: 100px;
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    width: 100%;
    background-color: rgb(71 89 161);
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    z-index: 99;
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%)
}
.newsletter--show .newsletter-title a {
    color: #00ffde;
}

@media screen and (max-width:767px) {
    .newsletter {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        height: 120px
    }
}

@media screen and (max-width:425px) {
    h2 {
        font-size: 20px;
    }
    .newsletter {
        height: auto;
    }
    .wrapper table thead th {
        font-size: 14px;
    }
    h1, .h1 {
        font-size: 24px;
        margin-top: 2px;
    }
    .tab_buttons_tabet {
        font-size: 10px;
    }
    .taq_moduls .col-6.pr-0 {
        max-width: 100%;
        padding-left: 0!important;
    }
    .taq_moduls .col-6.pl-0 {
        max-width: 100%;
        padding-right: 0 !important;
    }
    .messenger-button span {
        width: 50% !important;
    }
    #tab_buttons_content p{
        padding-left:5px;
        padding-right:5px;
    }
    .messenger-buttons {
        padding-left: 5px;
    }
    .tariffs_table div, .collapsed > div:first-child {
        font-size: 12px !important;
    }
    .newsletter--show .newsletter-title {
        font-size: 10px!important;
    }
    .newsletter--show .newsletter-button .popup-ok {
        font-size: 10px !important;
    }
    .row.justify-content-center h1 {
        font-size: 20px !important;
    }
    .sticky-wrapper.is-sticky .row.justify-content-center h1 {
        font-size: 14px !important;
    }

    .sticky-wrapper.is-sticky .row.justify-content-center .onStiked {
        font-size: 14px !important;
    }

    .sticky-wrapper.is-sticky .banner-area .row {
        height: 125px !important;
    }
    /*.banner-area .row {
        height: 120px !important;
    }*/
      .loock-up h1{
        font-size:26px!important;
    }

      .loock-up li::before{
        font-size:26px!important;
    }

    .loock-up li{
        font-size:20px!important;
    }

    .loock-up li span{
        font-size: 13px!important;
    }

    .loock-up li span:before{
        font-size:20px!important;
    }
    }

@media screen and (max-width:330px) {
    h2 {
        font-size: 18px;
    }
    .newsletter {
        /*height: 140px*/
    }
    .row.justify-content-center h1 {
        font-size: 16px !important;
    }
    .sticky-wrapper.is-sticky .row.justify-content-center h1 {
        font-size: 13px!important;
    }
    .sticky-wrapper.is-sticky .row.justify-content-center .onStiked {       
        font-size: 13px!important;
    }
    /*.banner-area .row {
        height: 120px !important;
    }*/
    .sticky-wrapper.is-sticky .banner-area .row {
        height: 120px !important;
    }
    .advantage_slog {
        font-size:13px;
    }
}

.newsletter--show {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0)
}

    .newsletter--show .newsletter-title {
        width: 88%;
        padding: 10px;
        opacity: .8;
        font-family: Montserrat;
        font-size: 14px;
        font-weight: 400;
        font-style: normal;
        font-stretch: normal;
        line-height: 1.43;
        letter-spacing: normal;
        color: #fff;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -js-display: flex;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

@media screen and (max-width:767px) {
    .newsletter--show .newsletter-title {
        width: 100%;
        padding: 10px 31px 5px 40px;
        font-size: 11px;
        text-align: center
    }
}

@media screen and (max-width:767px) and (max-width:480px) {
    .newsletter--show .newsletter-title {
        font-size: 10px;
    }
    .advantage_slog {
        font-size: 15px;
    }
}

@media screen and (min-width:1440px) and (max-width:1960px) {
    .sticky-wrapper.is-sticky .banner-area .row {
        height: 160px !important;
    }
}

.newsletter--show .newsletter-button {
    width: 10%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

@media screen and (max-width:767px) {
    .newsletter--show .newsletter-button {
        width: 100%
    }
    .no-flex-xs {
        display: block !important;
    }
}

@media screen and (min-width:768px) and (max-width:1080px) {
    .newsletter--show .newsletter-title {
        font-size: 10px !important;
    }

    .newsletter--show .newsletter-button .popup-ok {
        font-size: 10px !important;
        min-width: auto !important;
    }
    .row.justify-content-center h1 {
        font-size: 32px !important;
    }
    /*.banner-area .row {
        height: 150px !important;
    }*/
    .sticky-wrapper.is-sticky .row.justify-content-center h1 {
        font-size: 16px !important;
    }

    .sticky-wrapper.is-sticky .row.justify-content-center .onStiked {
        font-size: 16px !important;
    }

    .sticky-wrapper.is-sticky .banner-area .row {
        height: 130px !important;
    }
}

.newsletter--show .newsletter-button .popup-ok {
    height: 40px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: auto;
    min-width: 140px;
    font-size: 14px;
    padding: 0 20px;
    font-weight: 500;
    text-transform: uppercase;
    -webkit-transition: all .3s;
    transition: all .3s;
    white-space: nowrap;
    font-family: Montserrat, Arial, sans-serif !important;
    color: #fff;
    line-height: .93;
    letter-spacing: normal;
    text-align: right;
    border: 1px solid #fff;
    text-decoration: none;
    font-style: normal;
    font-stretch: normal;
    cursor: pointer
}

    .newsletter--show .newsletter-button .popup-ok:hover {
        background: #fff;
        color: #323232
    }
    

.row.no-margin {
  margin-left: 0;
  margin-right: 0;
}

.primary-btn {
  line-height: 40px;
  margin: 0 10px;
  padding: 0 40px;
  border-radius: 20px;
  background: transparent;
  border: 1px solid #f9f9ff;
  color: #222222;
  display: inline-block;
  font-weight: 600;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  cursor: pointer;
}

.primary-btn:focus {
  outline: none;
}

.primary-btn.banner-btn {
  color: #fff;
  margin-top: 60px;
}

.primary-btn span {
  margin-left: 15px;
}

.primary-btn:hover {
  background: #ee9c3d;
  color: #fff;
  box-shadow: 0px 10px 20px 0px rgba(60, 64, 143, 0.2);
}

.section-title {
  padding-bottom: 70px;
}

.section-title h3 {
  font-weight: 300;
  font-size: 24px;
  color: #777777;
}

.section-title h3 b {
  font-weight: 300;
  color: #222222;
}

.progressBar,
.progressBar-contentCircle {
  display: table;
  height: 150px;
  position: absolute;
  width: 150px;
}

.progressBar-circle,
.progressBar-background {
  fill: none;
  stroke: #777777;
  stroke-width: 5;
  stroke-linecap: round;
  stroke-dasharray: 0;
  stroke-dashoffset: 0;
  position: relative;
  z-index: 10;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.progressBar-background {
  stroke: #f9f9ff;
  stroke-width: 4;
  z-index: 0;
}

.progressBar-percentage {
  color: #222222;
  font-size: 24px;
  text-align: center;
  width: 100%;
  display: table-cell;
  vertical-align: middle;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

/************************/
/* structure de la page */
/************************/
.list {
  list-style: none;
  margin: 10px auto;
  padding: 0px;
}

.list:hover .progressBar-circle {
  stroke: #00ff8c;
}

.list:hover .progressBar-percentage {
  color: #00ff8c;
}

.list-item {
  height: 150px;
  width: 150px;
  margin-bottom: 20px;
}

.details-btn {
  border: 1px solid #00e0cb;
  width: 40px;
  height: 40px;
  border-radius: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
}

.details-btn .details {
  visibility: hidden;
  opacity: 0;
  margin-left: -53px;
  font-weight: 600;
  text-transform: uppercase;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}

.details-btn:hover {
  width: 140px;
  background: #00e0cb;
  box-shadow: 0px 10px 20px 0px rgba(60, 64, 143, 0.2);
}

.details-btn:hover .details {
  margin-left: 0;
  visibility: visible;
  opacity: 1;
  margin-right: 20px;
  font-size: 12px;
}

.details-btn:hover span {
  color: #fff;
  font-weight: 600;
}

.default-header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9;
}

.default-header .right-bar {
  position: relative;
}

.default-header nav .main-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}

@media (max-width: 767px) {
  .default-header nav .main-menu {
    display: none;
  }
}

.default-header nav .main-menu a {
  display: inline-block;
  color: rgba(255, 255, 255, 0.8);
  margin: 0 20px;
  text-transform: uppercase;
  font-size: 12px;
}

@media (max-width: 991px) {
  .default-header nav .main-menu a {
    margin: 0 5px;
  }
}

.default-header nav .main-menu a:hover {
   color: #eeb26c;
}

.default-header nav .mobile-btn {
  display: none;
  font-size: 36px;
  color: rgba(255, 255, 255, 0.5);
}

@media (max-width: 767px) {
  .default-header .main-menu {
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    position: absolute;
    top: 40px;
    right: 0;
    background: #4a4fad;
    padding: 30px 20px;
  }
  .default-header .main-menu a {
    margin: 5px 20px !important;
  }
  .default-header .mobile-btn {
    display: block !important;
    font-size: 36px !important;
    position: absolute;
    top: -10px;
    right: 0;
  }

  .loock-up h1{
   font-size:26px!important;
}

  .loock-up li::before{
    font-size:26px!important;
}

.loock-up li{
    font-size:20px!important;
}

.loock-up li span{
    font-size: 13px!important;
}

.loock-up li span:before{
    font-size:20px!important;
}
}

.sticky-header {
  padding: 15px 0;
}

.is-sticky .sticky-header {
    /*background: -moz-linear-gradient(left, rgba(60, 64, 143, 0.95) 0%, rgba(91, 97, 207, 0.95) 100%);
  background: -webkit-linear-gradient(left, rgba(60, 64, 143, 0.95) 0%, rgba(91, 97, 207, 0.95) 100%);
  background: linear-gradient(to right, rgba(60, 64, 143, 0.95) 0%, rgba(91, 97, 207, 0.95) 100%);*/
    background: -moz-linear-gradient(-45deg, #5A48CC 0%, #140763 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #5A48CC)), color-stop(100%, #140763));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(-45deg, #5A48CC 0%, #140763 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(-45deg, #5A48CC 0%, #140763 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(-45deg, #5A48CC 0%, #140763 100%);
    /* IE10+ */
    background: linear-gradient(-45deg, #5A48CC 0%, #140763 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#140763, endColorstr=#5A48CC, GradientType=1);
}

.search {
  padding: 6px 20px;
  border-right: 1px solid rgba(255, 255, 255, 0.5);
  cursor: pointer;
}

.search span {
  color: #fff;
}

.search:hover .search-field {
  transform: scaleY(1) !important;
}

@media (max-width: 767px) {
  .search {
    margin-right: 60px;
  }
}

.search-field {
  transform: scaleY(0);
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  position: absolute;
  top: -13px;
  right: -2px;
}

.search-field:hover {
  transform: scaleY(1) !important;
}

.search-field input {
  line-height: 60px;
  background: #c8f0f3;
  width: 600px;
  border: none;
  color: #000;
  padding: 0 70px 0 25px;
  font-weight: 400;
}

@media (max-width: 991px) {
  .search-field input {
    width: 400px;
  }
}

@media (max-width: 767px) {
  .search-field input {
    width: 300px;
  }
}

@media (max-width: 575px) {
  .search-field input {
    width: 200px;
  }
}

.search-field .search-submit {
  width: 60px;
  height: 60px;
  border: none;
  background: transparent;
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
}

.search-field .search-submit span {
  color: #fff;
}

.header-social {
  margin-left: 20px;
}

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

.header-social a {
  margin: 0 5px;
  padding: 0 5px;
  display: inline-block;
  color: rgba(255, 255, 255, 0.5);
}

.header-social a:hover {
  color: #00ff8c;
}

@media (max-width: 425px) {
    .footer-text {
        flex-direction: column;
    }
    #auth_btn{
        display:none;
    }
}

.footer-social {
    margin-right: -5px;
}

.footer-social a {
  font-size: 18px;
  margin: 0 5px;
  padding: 0 5px;
  display: inline-block;
  color: rgba(255, 255, 255, 0.5);
}

.footer-social a:hover {
  color: #fff;
}

.banner-area {
  background: url(../images/banner.jpg) no-repeat center center/cover;
}

.banner-area .overlay-bg {
  /*background: -moz-linear-gradient(left, rgba(60, 64, 143, 0.95) 0%, rgba(91, 97, 207, 0.95) 100%);
   background: -webkit-linear-gradient(left, rgba(60, 64, 143, 0.95) 0%, rgba(91, 97, 207, 0.95) 100%); */
  /* background: linear-gradient(to right, rgba(60, 64, 143, 0.95) 0%, rgba(91, 97, 207, 0.95) 100%); */
 
  /* Old browsers */
  background: -moz-linear-gradient(-45deg, rgb(102 205 204 / 0.95) 0%, rgb(51 103 153 / 0.95) 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, rgb(102 205 204 / 0.95)), color-stop(100%, rgb(51 103 153 / 0.95)));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(-45deg, rgb(102 205 204 / 0.95) 0%, rgb(51 103 153 / 0.95) 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(-45deg, rgb(102 205 204 / 0.95) 0%, rgb(51 103 153 / 0.95) 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(-45deg, rgb(102 205 204 / 0.95) 0%, rgb(51 103 153 / 0.95) 100%);
  /* IE10+ */
  background: linear-gradient(-45deg, rgb(102 191 205 / 95%) 0%, rgb(64 69 152) 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#66cdcc, endColorstr=#336799, GradientType=1);
}

.signle-service {
  margin-top: 30px;
}

.signle-service figcaption {
  background: #fff;
  padding: 40px 20px;
}

.signle-service figcaption h5 {
  margin-bottom: 15px;
}

.signle-service figcaption p {
  margin-bottom: 30px;
}

.title-bg {
  background: #222222;
}

.product-area-title {
  /*padding-bottom: 70px;*/
}

@media (max-width: 991px) {
  .product-area-title h2 br {
    display: none;
  }
}

.single-product {
  margin-top: 30px;
  background: #fff;
  border-bottom: 2px solid #00ff8c;
  padding: 70px 20px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.single-product .icon {
  text-align: center;
  margin-bottom: 20px;
}

.single-product .icon span {
  font-size: 48px;
  color: #00ff8c;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.single-product .desc {
  text-align: center;
}

.single-product .desc h4 {
  margin-bottom: 10px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.single-product .desc p {
  margin-bottom: 0;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.single-product:hover {
  background: #00ff8c;
}

.single-product:hover .icon span, .single-product:hover .desc h4, .single-product:hover .desc p {
  color: #fff;
}

.controls .filter {
  margin: 0 20px 10px 20px;
  display: inline-block;
  text-transform: uppercase;
  font-weight: 500;
  cursor: pointer;
}

.controls .filter:hover {
  color: #00ff8c !important;
}

.controls .filter.active {
  color: #00e0cb !important;
}

.single-filter-content {
  height: 350px;
  position: relative;
}

.single-filter-content .overlay-bg-content {
  background: -moz-linear-gradient(left, rgba(60, 64, 143, 0.95) 0%, rgba(91, 97, 207, 0.95) 100%);
  background: -webkit-linear-gradient(left, rgba(60, 64, 143, 0.95) 0%, rgba(91, 97, 207, 0.95) 100%);
  background: linear-gradient(to right, rgba(60, 64, 143, 0.95) 0%, rgba(91, 97, 207, 0.95) 100%);
  text-align: center;
  padding: 50px 100px;
  opacity: 0;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.single-filter-content .overlay-bg-content p {
  margin: 0;
}

.single-filter-content .overlay-bg-content .line {
  margin: 10px 0 15px 0;
  width: 100%;
  height: 1px;
  background: #00ff8c;
}

.single-filter-content:hover .overlay-bg-content {
  opacity: 1;
}

.single-filter-content.content-1 {
  background: url(../images/c1.jpg) no-repeat center center/cover;
}

.single-filter-content.content-2 {
  background: url(../images/c2.jpg) no-repeat center center/cover;
}

.single-filter-content.content-3 {
  background: url(../images/c3.jpg) no-repeat center center/cover;
}

.single-filter-content.content-4 {
  background: url(../images/c4.jpg) no-repeat center center/cover;
}

.single-filter-content.content-5 {
  background: url(../images/c5.jpg) no-repeat center center/cover;
}

.single-filter-content.content-6 {
  background: url(../images/c6.jpg) no-repeat center center/cover;
}

.single-filter-content.content-7 {
  background: url(../images/c7.jpg) no-repeat center center/cover;
}

.single-filter-content.content-8 {
  background: url(../images/c8.jpg) no-repeat center center/cover;
}

.single-member {
  margin-top: 30px;
}

.single-member .thumb {
  background-repeat: no-repeat !important;
  background-position: center center !important;
  background-size: cover !important;
  height: 300px;
}

.single-member .thumb .overlay-member {
  background: -moz-linear-gradient(left, rgba(60, 64, 143, 0.95) 0%, rgba(91, 97, 207, 0.95) 100%);
  background: -webkit-linear-gradient(left, rgba(60, 64, 143, 0.95) 0%, rgba(91, 97, 207, 0.95) 100%);
  background: linear-gradient(to right, rgba(60, 64, 143, 0.95) 0%, rgba(91, 97, 207, 0.95) 100%);
  text-align: center;
  padding: 30px;
  opacity: 0;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.single-member .thumb .overlay-member p {
  margin: 0;
  font-size: 12px;
}

.single-member .thumb .overlay-member .line {
  margin: 20px 0 20px 0;
  width: 100%;
  height: 1px;
  background: #00ff8c;
}

.single-member .thumb .overlay-member .social a {
  color: rgba(255, 255, 255, 0.5);
  margin: 0 4px;
  padding: 2px;
}

.single-member .thumb .overlay-member .social a:hover {
  color: #00ff8c;
}

.single-member .thumb:hover .overlay-member {
  opacity: 1;
}

.single-member .desc {
  padding: 30px;
}

.single-member .desc h5 a {
  color: #222222;
}

.single-member .desc h5 a:hover {
  color: #00ff8c;
}

.single-member .desc p {
  margin: 0;
}

.advantage, .advantage_btn {
    position: relative;
}

.advantage .container, .advantage_btn .container{
  position: relative;
  z-index: 3;
}

.advantage:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 50%;
  height: 100%;
  background: #332873;
  z-index: 2;
}

.advantage:after {
  position: absolute;
  content: "";
  right: 0;
  top: 0;
  width: 50%;
  height: 100%;
  background: #3A98C5;
  /*background: url(../images/studio-bg.jpg) no-repeat center center/cover;*/
  z-index: 1;
}
.advantage_btn:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 50%;
    height: 100%;
    background: #404598;
    z-index: 2;
}

.advantage_btn:after {
    position: absolute;
    content: "";
    right: 0;
    top: 0;
    width: 50%;
    height: 100%;
    background: #404598;
    /*background: url(../images/studio-bg.jpg) no-repeat center center/cover;*/
    z-index: 1;
}
.advantage_btn .primary-btn:hover {
    border: 1px solid #ffffff;
    background: #0095c1;
}
.advantage_slog {
    color: #fff;
    text-align: center;
    font-weight: normal;
    margin: -30px 15px 25px 15px;
    padding: 10px;
    background: -moz-linear-gradient(50deg, #3a98c5 25%, #332873 75%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right bottom, color-stop(25%, #3a98c5)), color-stop(75%, #332873));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(50deg, #3a98c5 25%, #332873 75%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(50deg, #3a98c5 25%, #332873 75%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(50deg, #3a98c5 25%, #332873 75%);
    /* IE10+ */
    background: linear-gradient(50deg, #3a98c5 25%, #332873 75%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#332873, endColorstr=#3a98c5, GradientType=1);
}

@media (max-width: 991px) {
  .advantage:before {
    background: rgba(64, 69, 152, 0.95);
    width: 100%;
  }
}

@media (max-width: 991px) {
  .advantage:after {
    width: 100%;
  }
}

.single-pricing-table {
  margin-top: 30px;
}

.single-pricing-table .top {
  background-image: -moz-linear-gradient(0deg, #140763 0%, #786BCC 100%);
  background-image: -webkit-linear-gradient(0deg, #140763 0%, #786BCC 100%);
  background-image: -ms-linear-gradient(0deg, #140763 0%, #786BCC 100%);
}

.single-pricing-table .top .head {
  padding: 35px 20px;
}

.single-pricing-table .top .head span {
  font-size: 48px;
  color: #5fa4c5;
}

.single-pricing-table .top .head h5 {
  margin-top: 20px;
}

.single-pricing-table .top .package {
  padding: 30px 20px;
  background: rgba(0, 0, 0, 0.1);
}

    .single-pricing-table .top .package .price {
        color: #eec93d;
        font-size: 36px;
        margin-bottom: 10px;
        line-height: 1em;
    }

.single-pricing-table .bottom {
  background: #f9f9ff;
  padding: 10px 10px 15px 15px;
}

.single-pricing-table .bottom ul {
  /*margin-bottom: 10px;*/
}

.single-pricing-table .bottom ul li {
  margin-top: 15px;
  font-size:14px;
  font-weight:bold;
}

.single-pricing-table .bottom ul li span{
  width:100%;
  float:left;
  text-align: left;
  font-size:14px;
  font-weight:normal;
}

.active-testimonial-carousel .single-testimonial {
  padding: 40px 20px;
  background: #fff;
  text-align: center;
}

.active-testimonial-carousel .single-testimonial img {
  display: inline-block !important;
  width: auto !important;
  margin-bottom: 30px;
}

.active-testimonial-carousel .single-testimonial .author h6 a {
  color: #222222;
}

.active-testimonial-carousel .single-testimonial .author h6 a:hover {
  color: #00ff8c;
}

.active-testimonial-carousel .owl-dots {
  padding-top: 70px;
  margin-left: -5px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}

.active-testimonial-carousel .owl-dots .owl-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #eeeeee;
  display: inline-block;
  margin-left: 10px;
}

.active-testimonial-carousel .owl-dots .owl-dot.active {
  background: #777777;
}

.single-publish {
  margin-top: 30px;
}

.single-publish .top {
  padding-top: 30px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
  /*margin-bottom: 20px;*/
}

.single-publish .top .line {
  display: inline-block;
  margin: 0 10px;
}

.single-publish .top h6 a {
  color: #222222;
}
.single-publish .mb-30{
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  height: 65px;
}
.single-input input {
  width: 100%;
  line-height: 40px;
  padding: 0 20px;
  background: #fff;
  border: none;
}

.single-input input:focus {
  outline: none;
  border: 1px solid transparent;
  box-shadow: 0px 10px 20px 0px rgba(60, 64, 143, 0.2);
}

.single-input textarea {
  width: 100%;
  line-height: 50px;
  padding: 0 20px;
  height: 140px;
  resize: none;
  border: none;
  background: #fff;
  border: none;
}

.single-input textarea:focus {
  outline: none;
  border: 1px solid transparent;
  box-shadow: 0px 10px 20px 0px rgba(60, 64, 143, 0.2);
}

.cta-area {
  background: #3d4191;
  padding: 60px 0;
}

@media (max-width: 767px) {
  .cta-area .primary-btn {
    margin-top: 10px;
  }
}

footer {
  background: #222222;
}

footer .footer-nav {
  margin-top: -7px;
}

footer .footer-nav li {
  margin-top: 8px;
}

footer a:hover {
  color: #fff;
}

.subscription input {
  width: 100%;
  line-height: 40px;
  border: 1px solid #333333;
  padding: 0 50px 0 25px;
  background: transparent;
  color: #fff;
  font-weight: 300;
}

.subscription .newsletter-btn {
  width: 42px;
  height: 40px;
  line-height: 42px;
  text-align: center;
  background: transparent;
  color: #fff;
  position: absolute;
  top: 1px;
  right: 0;
  border: 1px solid #00e0cb;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  cursor: pointer;
}

.subscription .newsletter-btn:focus {
  outline: none;
  cursor: pointer;
}

.subscription .newsletter-btn:hover {
  background: #00e0cb;
}

.subscription .info {
  position: absolute;
  top: 50px;
  left: 0;
  color: #fff;
  font-size: 12px;
}

.subscription .info.valid {
  color: #00ff8c;
}

.subscription .info.error {
  color: red;
}

.instafeed {
  margin: -5px;
}

.instafeed li {
  width: 25%;
}

.instafeed li img {
  margin: 5px;
}

.single-footer-widget {
  margin-bottom: 30px;
}

.footer-bottom {
  padding-top: 40px;
  padding-bottom: 20px;
  border-top: 1px solid #eee;
}

.footer-bottom .footer-text a:hover {
  color: #00e0cb;
}
.logo {
    position: relative;
    padding-bottom: 7px;
}
.logo::before {
    content: "";
    position: absolute;
    left: 0px;
    bottom: 0px;
    right: 0px;
    width: 100%;
    background: -moz-linear-gradient(-45deg, #3becec 0%, #3b77a1 100%);
    background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #3becec), color-stop(100%, #3b77a1));
    background: -webkit-linear-gradient(-45deg, #3becec 0%, #3b77a1 100%);
    background: -o-linear-gradient(-45deg, #3becec 0%, #3b77a1 100%);
    background: -ms-linear-gradient(-45deg, #3becec 0%, #3b77a1 100%);
    background: linear-gradient(-45deg, #3becec 0%, #3b77a1 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#3becec, endColorstr=#3b77a1, GradientType=1);
    height: 1px;
}
section#mobile {
    /*background-image: url(../Images/download_bk.jpg);*/
    color: white;
    position: relative;
    z-index:0;
}
section#mobile:after {
    content: " ";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background: url(../Images/pattern.png) repeat;
}
section#mobile .container {
    position: relative;
    text-align: center;
    z-index: 9;
}
section#mobile .container h1 {
    font-weight: bold;
    padding: 0px; 
    /*margin-top: 80px;*/
    font-size: 45px;
}
section#mobile .container h1 span {
    font-weight: 300;
}
section#mobile .container h4 {
    line-height: 35px;
    font-weight: 300;
}
section#mobile .container .btn-group {
    margin: 25px 0;
}
section#mobile .container .btn-group .btn {
  background: none;
  border: none;
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  border: 1px solid transparent;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
section#mobile .container .btn-group .btn span {
    background: url(../Images/sprites.png) no-repeat;
    display: block;
    margin: 10px auto;
    -webkit-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}
section#mobile .container .btn-group .btn span.android {
    background-position: 0 -100px;
    width: 37px;
    height: 43px;
}
section#mobile .container .btn-group .btn span.apple {
    background-position: 0 0;
    width: 30px;
    height: 35px;
}
section#mobile .container .btn-group .btn span.play {
    background-position: 0 -200px;
    width: 31px;
    height: 33px;
}
section#mobile .container .btn-group .btn span.windows {
    background-position: 0 -300px;
    width: 32px;
    height: 38px;
}
section#mobile .container .btn-group .btn span.appstore {
    background-position: -50px 0;
    width: 202px;
    height: 48px;
}
section#mobile .container .btn-group .btn span.playstore {
    background-position: -50px -50px;
    width: 197px;
    height: 43px;
}
section#mobile .container .btn-group .btn span.micstore {
    background-position: -50px -100px;
    width: 228px;
    height: 56px;
}
section#mobile .container .btn-group .btn:hover {
    border: 1px solid white;
}
section#mobile .container .btn-group .btn:hover span.android {
    background-position: 0 -150px;
}
section#mobile .container .btn-group .btn:hover span.apple {
    background-position: 0 -50px;
}
section#mobile .container .btn-group .btn:hover span.play {
    background-position: 0 -250px;
}
section#mobile .container .btn-group .btn:hover span.windows {
    background-position: 0 -350px;
}
section#mobile .container .btn-group .btn:hover span.appstore {
    background-position: -300px 0;
}
section#mobile .container .btn-group .btn:hover span.playstore {
    background-position: -300px -50px;
}
section#mobile .container .btn-group .btn:hover span.micstore {
    background-position: -300px -100px;
}
section#mobile .container .btn-group.small .btn {
    border: none !important;
}
section#mobile .container .btn-group.small .btn:hover {
    border: none !important;
}
.tab_buttons_tabet {
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor:pointer;
}
.tab_buttons_tabet:hover{
    background:#eee;
}

.tab_buttons_tabet.active{
    border-top: 1px solid #140763;
    border-left: 1px solid #140763;
    border-right: 1px solid #140763;
    background-image: -moz-linear-gradient(0deg, #140763 0%, #786BCC 100%);
    background-image: -webkit-linear-gradient(0deg, #140763 0%, #786BCC 100%);
    background-image: -ms-linear-gradient(0deg, #140763 0%, #786BCC 100%);
}

.skype, .viber, .tg, .mail, .tel {
   
}

#tab_buttons_content p{
    font-size:17px;
}

#tab_buttons_content li{
}

.tab_buttons_tabet.active span{
    color:#fff;
}

#tab_buttons_content {
    padding-bottom: 45px;
    border-left: 1px solid #140763;
    border-right: 1px solid #140763;
    border-top: 1px solid #140763;
}

.dx-button {
    width: 100%;
    height: 50px;
    border-bottom: 1px solid #140763;
    border-left: 1px solid #140763;
    border-right: 1px solid #140763;
    background-image: -moz-linear-gradient(0deg, #140763 0%, #786BCC 100%);
    background-image: -webkit-linear-gradient(0deg, #140763 0%, #786BCC 100%);
    background-image: -ms-linear-gradient(0deg, #140763 0%, #786BCC 100%);
}

.dx-button a{
    width: 100%;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    color:#fff;
    text-transform:uppercase;
    background-image: -moz-linear-gradient(0deg, #140763 0%, #786BCC 100%);
    background-image: -webkit-linear-gradient(0deg, #140763 0%, #786BCC 100%);
    background-image: -ms-linear-gradient(0deg, #140763 0%, #786BCC 100%);
    transition:.5s;
}

.dx-button a:hover{
    background-image: -moz-linear-gradient(0deg, #786BCC 0%, #786BCC 100%);
    background-image: -webkit-linear-gradient(0deg, #786BCC 0%, #786BCC 100%);
    background-image: -ms-linear-gradient(0deg, #786BCC 0%, #786BCC 100%);
    transition:.5s;
}

.messenger-buttons li, #tab_buttons_content li {
    padding: 5px 0;
    font-size: 16px;
}

.messenger-button {
}

.messenger-button span {
    position: absolute;
    width: 20%;
    transition: .5s;
    background: #3A98C5;
    color: #e3e3e3;
    height: 35px;
    font-weight: lighter;
    line-height: 3;
    font-size: 12px;
    padding-left: 5px;
    right: 15px;
    /*opacity: 0;*/
}

.messenger-button:hover span {
    width: 92%;
    overflow: hidden;
    line-height: 2.5;
    transition: .5s;
    background: #5FA4C5;
    color:#fff;
    font-weight:bold;
    padding-left:10px;
    font-size: 14px;
    /*opacity: 1;*/
}

.messenger-button:hover span:before {
   content: '';
}

.messenger-button span:before {
    content: "";
    width: 1px;
    background: #939393;
    position: absolute;
    right: -5px;
    height: 35px;
}
.messenger-button span:before:hover {
    content: "";
}

.messenger-button:before {
    content: '';
    display: block;
    position: relative;
    top: 7px;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background: rgba(0,0,0,0.1);
    margin-right: 5px;
    background-size: contain;
}

.tg:before {
    content: '';
    display: inline-block;
    background-color: #64a9dc;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMjQgMjQiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTE4LjkyIDYuMDg5TDQuNzQ3IDExLjU1NWMtLjk2Ny4zODgtLjk2Mi45MjgtLjE3NiAxLjE2OGwzLjUzNCAxLjEwNCAxLjM1MyA0LjE0NmMuMTY0LjQ1NC4wODMuNjM0LjU2LjYzNC4zNjggMCAuNTMtLjE2OC43MzYtLjM2OC4xMy0uMTI3LjkwMy0uODggMS43NjctMS43MTlsMy42NzcgMi43MTdjLjY3Ni4zNzMgMS4xNjUuMTggMS4zMzMtLjYyOGwyLjQxNC0xMS4zNzRjLjI0Ny0uOTktLjM3OC0xLjQ0LTEuMDI1LTEuMTQ2ek04LjY2IDEzLjU3M2w3Ljk2Ny01LjAyNmMuMzk4LS4yNDIuNzYzLS4xMTIuNDYzLjE1NGwtNi44MjIgNi4xNTUtLjI2NSAyLjgzMy0xLjM0My00LjExNnoiIGZpbGw9IiNGRkYiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPjwvc3ZnPg==);
}

.viber:before {
    content: '';
    display: inline-block;
    background-color: #7360f2;
    background-image: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjYiIGhlaWdodD0iMjYiIHZpZXdCb3g9IjAgMCAyNiAyNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTE1LjU1NzYgMTEuNTY2OEMxNS40MDIyIDExLjU2NjggMTUuMjcyNiAxMS40NDU5IDE1LjI2NDcgMTEuMjkwMkMxNS4yMTUxIDEwLjMwMzIgMTQuNzQ2MSA5LjgxOTI0IDEzLjc4ODYgOS43NjgyOEMxMy42MjY1IDkuNzU5ODQgMTMuNTAyNCA5LjYyMjkzIDEzLjUxMDkgOS40NjIyQzEzLjUyIDkuMzAxNzcgMTMuNjU4MSA5LjE3ODczIDEzLjgxOTkgOS4xODc0OEMxNS4wODM3IDkuMjU0NzMgMTUuNzg2IDkuOTcxODMgMTUuODUwOCAxMS4yNjEzQzE1Ljg1ODcgMTEuNDIxNyAxNS43MzQzIDExLjU1ODMgMTUuNTcyNSAxMS41NjYyTDE1LjU2NjUgMTEuNTY2NUwxNS41NTc2IDExLjU2NjhaIiBmaWxsPSJ3aGl0ZSIvPgo8cGF0aCBkPSJNMTcuMDU2OSAxMi4wNjcxSDE3LjA2MzNDMTcuMjIyNCAxMi4wNjcxIDE3LjM1MjggMTEuOTQxIDE3LjM1NjUgMTEuNzgyN0MxNy4zODI3IDEwLjY0NzEgMTcuMDM1OSA5LjY4MjA2IDE2LjMyNjkgOC45MTU1QzE1LjYyMjIgOC4xNTEwNSAxNC42MzA2IDcuNzE3MTEgMTMuMzgwMiA3LjYyNjM0QzEzLjIxODQgNy42MTQyOCAxMy4wNzc4IDcuNzM1MiAxMy4wNjYgNy44OTUzM0MxMy4wNTQxIDguMDU1NDYgMTMuMTc1OCA4LjE5NDc4IDEzLjMzNzMgOC4yMDY1NEMxNC40NDg3IDguMjg3MzUgMTUuMjg0OCA4LjY0NzQyIDE1Ljg5NDEgOS4zMDg0M0MxNi41MDY0IDkuOTcwMDUgMTYuNzkyNiAxMC43NzUyIDE2Ljc3MDEgMTEuNzY5OEMxNi43NjYxIDExLjkzMDIgMTYuODk0NSAxMi4wNjMyIDE3LjA1NjkgMTIuMDY3MVoiIGZpbGw9IndoaXRlIi8+CjxwYXRoIGQ9Ik0xOC42MDUyIDEyLjY2NDZDMTguNDQ0MyAxMi42NjQ2IDE4LjMxMjkgMTIuNTM1OSAxOC4zMTE3IDEyLjM3NkMxOC4yOTggMTAuNTk3NyAxNy43ODEyIDkuMjM5MjMgMTYuNzMyMiA4LjIyMzU4QzE1LjY5NTkgNy4yMjI3IDE0LjM4NTkgNi43MDk0NSAxMi44Mzk1IDYuNjk4MjlDMTIuNjc3NyA2LjY5NzA4IDEyLjU0NzIgNi41NjU5MSAxMi41NDg0IDYuNDA1MThDMTIuNTQ5MyA2LjI0NTM1IDEyLjY4MDQgNi4xMTY1OCAxMi44NDE2IDYuMTE2NThIMTIuODQzOEMxNC41NDY4IDYuMTI4NjUgMTUuOTkzMSA2LjY5NzY5IDE3LjE0MTkgNy44MDc0MkMxOC4yOTI4IDguOTIxMzggMTguODgzNSAxMC40NTY5IDE4Ljg5ODQgMTIuMzcxNUMxOC44OTk5IDEyLjUzMjUgMTguNzY5NSAxMi42NjM0IDE4LjYwNzMgMTIuNjY0NkgxOC42MDUyWiIgZmlsbD0id2hpdGUiLz4KPHBhdGggZD0iTTE0LjQ5NjYgMTQuOTM1OEMxNC4yNzQ2IDE1LjIwODQgMTMuODYyMiAxNS4xNzI1IDEzLjg2MjIgMTUuMTcyNUMxMC44NDcgMTQuNDA5NiAxMC4wNDEzIDExLjM4NDMgMTAuMDQxMyAxMS4zODQzQzEwLjA0MTMgMTEuMzg0MyAxMC4wMDUxIDEwLjk3NTQgMTAuMjgwMyAxMC43NTUzTDEwLjgyNTEgMTAuMzI2MkMxMS4wOTQ5IDEwLjExOTYgMTEuMjY3MyA5LjYxOTAxIDEwLjk5MjEgOS4xMjk1OEMxMC44MzczIDguODU2NjcgMTAuNTMyNSA4LjM2ODQ0IDEwLjMwNTMgOC4wNjIwNkMxMC4wNjQ0IDcuNzM3MjggOS41MDU2MyA3LjA3MjM0IDkuNTAzNSA3LjA3MDIzQzkuMjM0MDEgNi43NTMzIDguODM3OTkgNi42ODAwMiA4LjQxOTc3IDYuODk1OTNDOC40MTg5MiA2Ljg5NTkzIDguNDE3NTUgNi44OTYzMiA4LjQxNjA4IDYuODk2NzRDOC40MTQzOCA2Ljg5NzIyIDguNDEyNTUgNi44OTc3NCA4LjQxMTI1IDYuODk3NzRDOC4wMTY0NSA3LjExOTM5IDcuNjQ2NTggNy40MTU4MiA3LjMwMTY2IDcuNzkwNjZDNy4zMDA1MiA3Ljc5MzA4IDcuMjk5MzggNy43OTQyMSA3LjI5ODI0IDcuNzk1MzNDNy4yOTcyNSA3Ljc5NjMxIDcuMjk2MjYgNy43OTcyOCA3LjI5NTI3IDcuNzk5MUM3LjAzNjQzIDguMTA2NjkgNi44ODkyMiA4LjQwOTQ2IDYuODUzMDIgOC43MDY0OUM2Ljg0NjAzIDguNzQyMDggNi44NDI2OCA4Ljc4NTIgNi44NDQ4MSA4LjgzODg4QzYuODQzNTkgOC45Njg1NSA2Ljg2Mjc2IDkuMDk3MzEgNi45MDQ3MyA5LjIyNDI3TDYuOTE4NzIgOS4yMzQ1MkM3LjA0OTIxIDkuNjkxOTkgNy4zNzQ2NiAxMC40NTU4IDguMDgyNzUgMTEuNzI4N0M4LjU0Mjk1IDEyLjU1NTYgOS4wMTIyNyAxMy4yNDM3IDkuNDc5MTcgMTMuODIzOUM5LjcyMzcxIDE0LjEzMDkgMTAuMDAxMSAxNC40NDY0IDEwLjMyMiAxNC43NjY2TDEwLjM4NjIgMTQuODMwMkwxMC40MTg3IDE0Ljg2MjJDMTAuNDIyMyAxNC44NjU3IDEwLjQyNTggMTQuODY5MiAxMC40MjkzIDE0Ljg3MjhDMTAuNDM2MyAxNC44Nzk4IDEwLjQ0MzQgMTQuODg2OCAxMC40NTA3IDE0Ljg5MzlDMTAuNzczNyAxNS4yMTI2IDExLjA5MjEgMTUuNDg3NiAxMS40MDEyIDE1LjcyOThDMTEuOTg3IDE2LjE5MyAxMi42ODA4IDE2LjY1ODMgMTMuNTE0OCAxNy4xMTRDMTQuNzk4NyAxNy44MTYzIDE1LjU2OTEgMTguMTM5MiAxNi4wMzA4IDE4LjI2ODNMMTYuMDQwNiAxOC4yODI1QzE2LjE2ODkgMTguMzIzOCAxNi4yOTg4IDE4LjM0MzEgMTYuNDI5NiAxOC4zNDE2QzE2LjQ4MzQgMTguMzQzNyAxNi41Mjc4IDE4LjM0MDQgMTYuNTYzNCAxOC4zMzM1QzE2Ljg2MjcgMTguMjk3NiAxNy4xNjgxIDE4LjE1MTkgMTcuNDc4NyAxNy44OTQ3QzE3LjQ4MDUgMTcuODkzOCAxNy40ODE0IDE3Ljg5MjkgMTcuNDgyNCAxNy44OTE5QzE3LjQ4MzQgMTcuODkwOSAxNy40ODQ0IDE3Ljg4OTkgMTcuNDg2NiAxNy44ODg3QzE3Ljg2NDkgMTcuNTQ2NyAxOC4xNjQyIDE3LjE4IDE4LjM4NzggMTYuNzg4M0MxOC4zODc4IDE2Ljc4NzQgMTguMzg4MiAxNi43ODYgMTguMzg4NiAxNi43ODQ2QzE4LjM4OTEgMTYuNzgyOSAxOC4zODk2IDE2Ljc4MTEgMTguMzg5NiAxNi43Nzk4QzE4LjYwNzEgMTYuMzY1NSAxOC41MzMyIDE1Ljk3MjkgMTguMjEzOCAxNS43MDU3QzE4LjIxMTcgMTUuNzAzNiAxNy41NDEgMTUuMTQ5OSAxNy4yMTM0IDE0LjkxMTFDMTYuOTA0NCAxNC42ODU4IDE2LjQxMTYgMTQuMzgzNiAxNi4xMzY0IDE0LjIyOTVDMTUuNjQyNyAxMy45NTcyIDE1LjEzNzggMTQuMTI3NiAxNC45Mjk4IDE0LjM5NTdMMTQuNDk2NiAxNC45MzU4WiIgZmlsbD0id2hpdGUiLz4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0yMS41MTY4IDQuMjQxNzNDMjAuOTQwMSAzLjcxNTgxIDE4LjYxMDUgMi4wMzkxNSAxMy40MjE4IDIuMDE2NTNDMTMuNDIxOCAyLjAxNjUzIDcuMzAyMzYgMS42NTA0NCA0LjMxOTc0IDQuMzYzODZDMi42NTkzMSA2LjAxMDA3IDIuMDc1MzIgOC40MTgzMiAyLjAxMzU4IDExLjQwNTlDMS45NTIxNCAxNC4zOTM3IDEuODcyMTQgMTkuOTkwOSA3LjMxNDgzIDIxLjUwOUM3LjMxNjM1IDIxLjUwOTYgNy4zMTg0OCAyMS41MTAyIDcuMzIgMjEuNTEwNUw3LjMxNjY2IDIzLjgyNjVDNy4zMTY2NiAyMy44MjY1IDcuMjgyNTkgMjQuNzY0MyA3LjkwNDYgMjQuOTU1NUM4LjUzMjg3IDI1LjE0OSA4Ljk0NDggMjQuNjg0OSA5LjQ4MTkyIDI0LjA3OThDOS41ODg2NSAyMy45NTk2IDkuNzAwMzIgMjMuODMzOCA5LjgxOTYxIDIzLjcwNjRDMTAuMjE0NCAyMy4yODQ5IDEwLjc1OTIgMjIuNjY1MiAxMS4xNzAxIDIyLjE5MTdDMTQuODkyNCAyMi41MDA4IDE3Ljc1NTUgMjEuNzkyNSAxOC4wODA0IDIxLjY4NzVDMTguMTQ3OCAyMS42NjU4IDE4LjI0MzQgMjEuNjQxNiAxOC4zNjIgMjEuNjExN0MxOS41NjYzIDIxLjMwNzYgMjMuMTQ2OCAyMC40MDM2IDIzLjc3NjQgMTUuMzA4M0MyNC40OSA5LjUzNzQxIDIzLjQzMDkgNS44ODgyNCAyMS41MTY4IDQuMjQxNzNaTTIyLjE0NzMgMTQuODkxNkMyMS42MjAzIDE5LjEwMTEgMTguNzcxIDE5Ljc1ODggMTcuNzQ1NCAxOS45OTU1QzE3LjYzMjMgMjAuMDIxNiAxNy41NDEzIDIwLjA0MjYgMTcuNDc4MSAyMC4wNjI3QzE3LjIwNzcgMjAuMTQ5IDE0LjY5MjYgMjAuNzY5IDExLjUzMTQgMjAuNTY0NUMxMS41MzE0IDIwLjU2NDUgOS4xNzU0IDIzLjM4MjMgOC40Mzk5MyAyNC4xMTUxQzguMzI0OTYgMjQuMjI5NyA4LjE4OTYxIDI0LjI3NTggOC4wOTkyNyAyNC4yNTQxQzcuOTcyNzQgMjQuMjIzMyA3LjkzNzc2IDI0LjA3NDYgNy45MzkyOCAyMy44NTcyQzcuOTQxNzEgMjMuNTQ2MyA3Ljk1OTM1IDIwLjAwODcgNy45NTkzNSAyMC4wMDg3QzcuOTU1NyAyMC4wMDc1IDcuOTU3NTMgMjAuMDA4MSA3Ljk1OTM1IDIwLjAwODdDMy41MDkyOSAxOC43ODI4IDMuNjExNjcgMTQuMjg4IDMuNjcwMTUgMTEuNzM2NUMzLjY3MjE1IDExLjY0ODkgMy42NzQxMSAxMS41NjM1IDMuNjc1ODMgMTEuNDgwN0MzLjcyNzg0IDguOTg2MTYgNC4yMDExMiA2Ljk0MjE5IDUuNjA1NDQgNS41NjczOUM4LjEyODQ3IDMuMzAxNDcgMTMuMzI2IDMuNjQwMTIgMTMuMzI2IDMuNjQwMTJDMTcuNzE1NCAzLjY1OTEyIDE5LjgxODcgNC45Njk3IDIwLjMwNjIgNS40MDg3N0MyMS45MjU2IDYuNzgzMjcgMjIuNzUwNSAxMC4wNzI3IDIyLjE0NzMgMTQuODkxNloiIGZpbGw9IndoaXRlIi8+Cjwvc3ZnPgo=') !important;
}

.skype:before {
    content: '';
    display: inline-block;
    background-color: #7360f2;  
    background: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHg9IjBweCIgeT0iMHB4Igp3aWR0aD0iNDgiIGhlaWdodD0iNDgiCnZpZXdCb3g9IjAgMCA0OCA0OCIKc3R5bGU9IiBmaWxsOiMwMDAwMDA7Ij48cGF0aCBmaWxsPSIjMDNhOWY0IiBkPSJNMjQgNEEyMCAyMCAwIDEgMCAyNCA0NEEyMCAyMCAwIDEgMCAyNCA0WiI+PC9wYXRoPjxwYXRoIGZpbGw9IiMwM2E5ZjQiIGQ9Ik0zMy41IDIyQTExLjUgMTEuNSAwIDEgMCAzMy41IDQ1IDExLjUgMTEuNSAwIDEgMCAzMy41IDIyek0xNC41IDNBMTEuNSAxMS41IDAgMSAwIDE0LjUgMjYgMTEuNSAxMS41IDAgMSAwIDE0LjUgM3oiPjwvcGF0aD48cGF0aCBmaWxsPSIjZmZmIiBkPSJNMjQuNjAyLDM2QzE4LDM2LDE1LDMyLjY5OSwxNSwzMC4xOTlDMTUsMjguODk4LDE1Ljg5OCwyOCwxNy4xOTksMjhjMi44MDEsMCwyLjEwMiw0LjEwMiw3LjQwMiw0LjEwMmMyLjY5OSwwLDQuMTk5LTEuNSw0LjE5OS0zYzAtMC45MDItMC40MDItMS45MDItMi4xOTktMi40MDJsLTUuOTAyLTEuNUMxNiwyNCwxNS4xMDIsMjEuMzk4LDE1LjEwMiwxOC44OThjMC01LjA5OCw0LjY5OS02Ljg5OCw5LjA5OC02Ljg5OEMyOC4zMDEsMTIsMzMsMTQuMTk5LDMzLDE3LjE5OWMwLDEuMzAxLTEsMi4xMDItMi4zMDEsMi4xMDJjLTIuMzk4LDAtMi0zLjQwMi02LjgwMS0zLjQwMmMtMi4zOTgsMC0zLjc5NywxLjEwMi0zLjc5NywyLjcwM2MwLDEuNTk4LDEuODk4LDIuMDk4LDMuNTk4LDIuNWw0LjQwMiwxQzMyLjg5OCwyMy4xOTksMzQsMjYsMzQsMjguNjk5QzMzLjg5OCwzMi44OTgsMzAuODk4LDM2LDI0LjYwMiwzNnoiPjwvcGF0aD48L3N2Zz4=') 50% 50% no-repeat;
    background-size: 100%;
}

.mail:before {
    content: '';
    display: inline-block;
    background-color: #7360f2;
    background-image: url('/images/icons/gmail.svg') !important;
}

.tel:before {
    content: '';
    display: inline-block;
    background-color: #7360f2;
    background-image: url('/images/icons/phone-5981.svg') !important;
}
.bl-v {
    display: flex;
    overflow: hidden;
    align-items:center;
}
.studio-content{

}
.studio-content ul{
    list-style: circle;
    margin-left: 20px;
    line-height: 1.6;
    font-size: 16px;
    padding-left: 15px;
}

#back-top {
	position: fixed;
	bottom: 15px;
	right: 25px;
	z-index: 11111;
}

	#back-top a {
		width: 64px;
		display: block;
		text-align: center;
		font: 11px/100% Arial, Helvetica, sans-serif;
		text-transform: uppercase;
		text-decoration: none;
		color: #fff; /* background color transition */
		-webkit-transition: 1s;
		-moz-transition: 1s;
		transition: 1s;
	}

#back-top span {
    width: 64px;
	height: 62px;
	display: block;
	margin-bottom: 7px;
	background: url(../images/up-arrow.png) rgb(255 255 255 / 0%) no-repeat center center; /* background color transition */
	-webkit-transition: 1s;
	-moz-transition: 1s;
	transition: 1s;
	opacity: 0.3;
}

.fas{
    width:100px;
}

.studio-content .fas:hover {
    color: #EEC93D;
    transition: .5s;
}

.studio-content .fas {
    color: #fff;
    transition: .5s;
}

.studio-content a {
    color: #fff;
}

.studio-content a:hover{
    color: #EEC93D;
}
.studio-content a:has(:hover){
    color: #EEC93D;
}

.garmon {
    display: flex;
    justify-content: center;
}
.tariffs_moduls {
    color: #eed36c;
}
.garmon h3, .garmon h2 {
    text-align: center;
    margin-bottom: 20px;
    margin-top: 20px;
}
.tariffs_moduls h3{
    color: #fff;
}
.garmon {
    overflow: hidden;
    /*padding: 15px 0;*/
    margin: 0 15px;
    /*width: 75%;*/
}
.garmon p{
    padding: 0;
    margin: 0;
    line-height: 1.7;
    font-size: 14px;
}
.tariffs_table {
    background: #140763;
}
.garmon div {
    float: left;
    font-size: 18px;
    line-height: 2.4;
    text-transform: none;
    position: relative;
}
.tariffs_table div{
    float: left;
    font-size: 18px;
    line-height: 2.4;
    text-transform: none;
    position:relative;
}
.garmon div:nth-child(even) {
    /*text-transform: uppercase;*/
}
.taq_moduls {
    color: #000;
}
.taq_moduls h2{
    margin-top: 0;
}
.taq_moduls {
    /*background: #cccccc;*/
}
.taq_moduls div{
}
.price_text {
    font-size: 24px;
    color: #fff;
    line-height: 0.6em;
    margin-bottom: 10px;
}
#tariffs .row{
    position:relative;
}
.open_cont {
    position: absolute;
    width: 100%;
    left: 0;
    padding: 10px;
    transition: 0.5s;
    border: 1px solid
}
.tariffs_table .open_cont { 
    background: #4f54b5;
}
.open_cont ul{    
    list-style: square;
    padding-left: 20px;
}
.open_cont li{    
    font-size: 14px;
    line-height: 1.4;
}
.open_cont.cloused {
    height: 0;
    opacity: 0;
    padding: 0;
    transition: 0.5s;
    z-index:0;
}
.taq_moduls .open_cont.opened {
    margin-bottom: 15px;
    background: #f7f7f7;
    border-color: #eaeaea;
    padding: 10px;
}
.open_cont.opened {
    height: auto;
    opacity: 1;
    padding: 10px;
    transition: 0.5s;
}
.open_cont.cloused li{
    height: 0;
    opacity: 0;
    padding: 0;
    margin:0;
    /*transition: 0.5s;*/
}
.collapsed {
    z-index: 1;
    cursor: pointer;
    /*padding: 0 15px;*/
    transition: 0.5s;
}
.taq_moduls .collapsed .w-100 {
    border-bottom: 1px solid #9b9b9b;
}
.taq_moduls .collapsed {
    background: #f1f1f1;
    box-shadow: 0px 0px 4px 0px #c9c9c9 inset;
    border-radius: 3px;
}
.taq_moduls .collapsed:before {
    content:"+";
    font-size:20px;
    position:absolute;
    right:0;
    margin-right:10px;
    transition:.5s;
}
.taq_moduls .collapsed:has(.opened):before {
    transform:rotate(45deg);
    transition:.5s;
}
.tariffs_table .collapsed {
    border-top: 1px solid #5fa4c5;
}
.collapsed > div:first-child {
    text-transform: uppercase;
    font-size: 15px;
    line-height: 1.5;
    padding: 10px 15px;    
    transition: 0.5s;
}
.tariffs_table .collapsed > div:first-child {
    color: #fff;
}
.collapsed:hover {
    transition: 0.5s;
}
.tariffs_table .collapsed:hover {
    background: #3A98C5;
    color: #fff;
}
.collapsed:has(.opened) {
}
.taq_moduls .collapsed:has(.opened) {
    /*background: #fff;
    color: #fff;*/
    transition: 0.5s;
    border: 1px solid #08b6f9;
}
.tariffs_table .collapsed:has(.opened) {
    background: #21cbb5;
    color: #fff;
}
#tariffs .primary-btn {
    border: 1px solid #5a48cc;
    /*background: #cfffee;*/
}
#tariffs .primary-btn:hover {
    border: 1px solid #5a48cc;
    background: #5a48cc;
}

.sticky-wrapper .banner-area .row {
    height: 200px;
    transition: .6s;
}

.sticky-wrapper.is-sticky .banner-area .row {
    height: 150px;
    transition: .6s;
}

.sticky-wrapper.is-sticky .row.justify-content-center h1 {
    font-size: 25px;
    margin-bottom: 0;
    transition: .6s;
}
.sticky-wrapper .row.justify-content-center .onStiked {
    /*display: none;*/
    font-size: 0px;
    margin: 0;
    transition: .6s;
}
.sticky-wrapper.is-sticky .row.justify-content-center .onStiked {
    display: inherit;
    margin-top: 0;
    color: #fff;
    font-weight: normal;
    font-size: 18px;
    margin-bottom: 0.5rem;
    transition: .6s;
}

.discount h2{
    margin: 0;
}

.discount {
    text-align: center;
    background: #f9f9ff;
    margin: 0 15px 25px 15px;
    padding: 5px 0 15px 0;
}

.discount p{
    font-size: 24px;
    text-transform: uppercase;
    color: #424392;
    margin: 15px 0;
}

.discount span{
    margin-right: 10px;
    font-size: 26px;
    color: #3c4392;
}

.discount span i::before{
    font-size: 41px;
    margin: 0 10px;
    color: #eec93d;
}

/*//////////////////////////////////////////////////////////////////
[ login ]*/

.limiter {
    width: 100%;
    margin: 0 auto;
}

.container-login100 {
    width: 100%;
    min-height: 100vh;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding: 15px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    z-index: 1;
}

.limiter::before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #040403;
    background: -webkit-linear-gradient(bottom, #c5c5bf, #040403);
    background: -o-linear-gradient(bottom, #c5c5bf, #040403);
    background: -moz-linear-gradient(bottom, #c5c5bf, #040403);
    background: linear-gradient(bottom, #c5c5bf, #040403);
    opacity: 0.9;
}
.limiter {
    background: url(/images/slides/slider5.jpg) no-repeat 100%/100%;    
    background-size: cover;
}

.txt_info {
    color: #fff;
    margin-top: 0;
}

.field-validation-error {
    width: 100%;
    display: block;
    text-align: center;
    color: #f7f7f7;
}

.wrap-login100 {
    width: 390px;
    background: transparent;
}

.wrap-input100 {
    position: relative;
    width: 100%;
    z-index: 1;
}

.reg_text {
    width: 100%;
    padding: 5px;
    font-size: 14px;
    color: #fff;
    padding-left: 25px;
    text-transform: uppercase;
}

    .reg_text a {
        font-size: 18px;
        color: #fff;
        line-height: 1.3;
        color: #ccc;
    }

.input100 {
    font-family: Montserrat-Bold;
    font-size: 15px;
    line-height: 1.2;
    color: #333333;
    display: block;
    width: 100%;
    background: #fff;
    height: 50px;
    border-radius: 25px;
    padding: 0 30px 0 53px;
}

.input100_l {
    display: block;
    width: 100%;
    /*background: #333333;*/
    border-radius: 25px;
    padding: 15px 0 15px 10px;
    text-align: initial;
    border: #fff solid 1px;
}

    .input100_l p {
        font-size: 14px;
        color: #fff;
        text-transform: uppercase;
    }


.select-css {
    display: block;
    font-size: 16px;
    font-family: sans-serif;
    font-weight: 700;
    color: #444;
    line-height: 1.3;
    padding: .6em 1.4em .5em .8em;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    margin: 0;
    border: 1px solid #aaa;
    box-shadow: 0 1px 0 1px rgba(0,0,0,.04);
    border-radius: .5em;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background-color: #fff;
    background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23007CB2%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E'), linear-gradient(to bottom, #ffffff 0%,#e5e5e5 100%);
    background-repeat: no-repeat, repeat;
    background-position: right .7em top 50%, 0 0;
    background-size: .65em auto, 100%;
}

    .select-css::-ms-expand {
        display: none;
    }

    .select-css:hover {
        border-color: #888;
    }

    .select-css:focus {
        border-color: #aaa;
        box-shadow: 0 0 1px 3px rgba(59, 153, 252, .7);
        box-shadow: 0 0 0 3px -moz-mac-focusring;
        color: #222;
        outline: none;
    }

    .select-css option {
        font-weight: normal;
    }

*[dir="rtl"] .select-css, :root:lang(ar) .select-css, :root:lang(iw) .select-css {
    background-position: left .7em top 50%, 0 0;
    padding: .6em .8em .5em 1.4em;
}

/*------------------------------------------------------------------
[ Focus ]*/
.focus-input100 {
    display: block;
    position: absolute;
    border-radius: 25px;
    bottom: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    box-shadow: 0px 0px 0px 0px;
    color: rgba(0,91,234, 0.6);
}

.input100:focus + .focus-input100 {
    -webkit-animation: anim-shadow 0.5s ease-in-out forwards;
    animation: anim-shadow 0.5s ease-in-out forwards;
}

@-webkit-keyframes anim-shadow {
    to {
        box-shadow: 0px 0px 80px 30px;
        opacity: 0;
    }
}

@keyframes anim-shadow {
    to {
        box-shadow: 0px 0px 80px 30px;
        opacity: 0;
    }
}

.symbol-input100 {
    font-size: 15px;
    color: #999999;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    top: 17px;
    position: absolute;
    border-radius: 25px;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding-left: 30px;
    pointer-events: none;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
}

.input100:focus + .focus-input100 + .symbol-input100 {
    color: #00c6fb;
    padding-left: 23px;
}


/*------------------------------------------------------------------
[ Button ]*/
.container-login100-form-btn {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.login100-form-btn {
    font-family: Montserrat-Bold;
    font-size: 15px;
    line-height: 1.5;
    color: #e0e0e0;
    width: 100%;
    height: 50px;
    border-radius: 25px;
    background: #333333;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 25px;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
    position: relative;
    z-index: 1;
}

    .login100-form-btn::before {
        content: "";
        display: block;
        position: absolute;
        z-index: -1;
        width: 100%;
        height: 100%;
        border-radius: 25px;
        top: 0;
        left: 0;
        background: #005bea;
        background: -webkit-linear-gradient(left, #005bea, #00c6fb);
        background: -o-linear-gradient(left, #005bea, #00c6fb);
        background: -moz-linear-gradient(left, #005bea, #00c6fb);
        background: linear-gradient(left, #005bea, #00c6fb);
        -webkit-transition: all 0.4s;
        -o-transition: all 0.4s;
        -moz-transition: all 0.4s;
        transition: all 0.4s;
        opacity: 0;
    }

    .login100-form-btn:hover {
        background: transparent;
        color: #fff;
    }

        .login100-form-btn:hover:before {
            opacity: 1;
        }

/*------------------------------------------------------------------
[ Button sign in with ]*/
.btn-face,
.btn-google {
    font-family: Raleway-Bold;
    font-size: 16px;
    line-height: 1.2;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
    width: calc((100% - 10px) / 2);
    height: 40px;
    border-radius: 3px;
    border: 1px solid #e6e6e6;
    background-color: #fff;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
}


.btn-face {
    color: #3b5998;
}

    .btn-face i {
        font-size: 20px;
        margin-right: 10px;
        padding-bottom: 1px;
    }

.btn-google {
    color: #555555;
}

    .btn-google img {
        width: 19px;
        margin-right: 10px;
        padding-bottom: 1px;
    }


    .btn-face:hover,
    .btn-google:hover {
        border-color: #d33f8d;
    }

.login100-form {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.login100-form-title {
    font-family: Montserrat-ExtraBold;
    font-size: 14px;
    color: #fff;
    line-height: 1.2;
    text-align: center;
    width: 100%;
    display: block;
}

/*---------------------------------------------*/
.login100-form-avatar {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    overflow: hidden;
    margin: 0 auto;
    display: flex;
    align-items: end;
    justify-content: center;
}

    .login100-form-avatar img {
        /*width: 100%;*/
    }

/*------------------------------------------------------------------
[ Alert validate ]*/

.validate-input {
    position: relative;
}

.alert-validate::before {
    content: attr(data-validate);
    position: absolute;
    max-width: 70%;
    background-color: white;
    border: 1px solid #c80000;
    border-radius: 14px;
    padding: 4px 25px 4px 10px;
    top: 35%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 8px;
    pointer-events: none;
    font-family: Montserrat-Bold;
    color: #c80000;
    font-size: 13px;
    line-height: 1.4;
    text-align: left;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity 0.4s;
    -o-transition: opacity 0.4s;
    -moz-transition: opacity 0.4s;
    transition: opacity 0.4s;
}

.alert-validate::after {
    content: "\f06a";
    font-family: FontAwesome;
    display: block;
    position: absolute;
    color: #c80000;
    font-size: 15px;
    top: 35%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 13px;
}

.alert-validate:hover:before {
    visibility: visible;
    opacity: 1;
}

button:disabled {
    background: #c3c3c3;
    color: #000;
}

button:disabled.login100-form-btn:hover:before {
    opacity: 0;
}

button:disabled:hover {
    background: #c3c3c3;
    color: #000;
    cursor:default;
}

@media (max-width: 992px) {
    .alert-validate::before {
        visibility: visible;
        opacity: 1;
    }
}

/*//////-------------Registration-------------------*/

#registr-form {
    /*background-image: url('/images/img-01.jpg');*/
}

    #registr-form .input100 {
        padding: 0 30px 0 30px;
    }

    #registr-form h2 {
        color: #008dbd;
        text-shadow: 0px 0px 20px #fff;
        font-size: 24px;
        margin: 10px 0 15px 0;
    }

.reg_text_offer {
    position: relative;
    font-size: 12px;
    color: #fff;
    text-align: justify;
}

    .reg_text_offer:before {
        content: "<<";
        font-size: 14px;
        transform: scale(1, 5);
        display: inline-block;
        position: absolute;
        left: -25px;
        height: 14px;
    }

    .reg_text_offer:after {
        content: ">>";
        font-size: 14px;
        transform: scale(1, 5);
        display: inline-block;
        position: absolute;
        right: -25px;
        height: 20px;
    }

#num-user-tarifs input, #num-size-ssd-tarifs input, #sum-pay-tarifs input {
    line-height: 2;
    font-size: 26px;
    text-align: center;
}

#num-user-tarifs, #num-size-ssd-tarifs {
    position: relative;
    width: 100px;
}

.plus {
    right: -50px;
    top: 15px;
    font-size: 60px;
    position: absolute;
    color: #fff;
}

    .plus:hover, .minus:hover {
        cursor: pointer;
    }

.minus {
    left: -50px;
    top: 15px;
    position: absolute;
    font-size: 60px;
    color: #fff;
}

#size-ssd-tarifs {
}

#sum-pay-tarifs {
}

.form-module {
    height: auto;
    padding: 20px !important;
}

.form-module-str {
    display: flex;
    align-items: center;
    padding: 5px 0;
    font-weight: bold;
}

    .form-module-str input {
        width: 20%;
        margin-right: 20px;
    }

    .form-module-str label {
        font-size: 18px;
        text-transform: uppercase;
        width: 80%;
    }

.wrapper .table-wrap {
    overflow-x: auto;
    position: relative;
    max-width: 100%;
}
.wrapper table {
    /*margin-bottom: clamp(1.5rem, 3vw, 2.5rem);
    border-radius: 8px;
    border: 1px solid var(--divider-color);
    border-collapse: collapse;
    display: block;
    min-width: 600px;
    font-size: var(--text-medium);*/
}
.wrapper table thead {
    background-color: #3a98c5;
}
.wrapper table thead th {
    border-top: 0;
    font-weight: normal;
    color: #fff;
    font-size: 18px;
}
.wrapper table tbody {
    background-color: #f9f9ff;
}
.wrapper table tr:last-of-type td {
    border-bottom: 0;
}
.wrapper table td,
.wrapper table th {
    padding: 1.1875rem 1.5rem;
    border-bottom: 1px solid #3a98c5;
    vertical-align: top;
    text-align: left;
}
.wrapper table td:first-of-type,
.wrapper table th:first-of-type {
    border-left: 0;
}
.wrapper table td:last-of-type,
.wrapper table th:last-of-type {
    border-right: 0;
}
.table-wrapp {
    overflow: auto;
}
.loock-up {
    /*background: #EEC93D;*/
    background: url(../images/banner.jpg) no-repeat center center/cover;
    /*border-bottom: 3px solid #fff;*/
    position: relative;
}
.loock-up::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    background: #68b9c4;
    opacity: .98;
}

.loock-up h1{
   color:#eed36c;
}

.loock-up .container{
   position:relative;
}

.loock-up li::before{
    content:"*";
    position:absolute;
    font-size:30px;
    margin-left:-25px;
    color:#000;
}

.loock-up li{
    list-style:none;
    font-size:24px;
    padding:10px 0 10px 0px;
}

.loock-up li span{
    float: left;
    padding: 15px 15px 15px 25px;
    font-size: 16px;
    width: 100%;
    color:#222;
}

.loock-up li span:before{
    position: absolute;
    content: "|-";
    font-size:30px;
    margin-left:-25px;
}

.loock-up li a{
    color:#fff;
    transition: .5s;
}

.loock-up li a:hover{
    color:#000;
    transition: .5s;
}