
#small {
    margin-bottom: 140px;
    padding: 0 75px;
}

#archive-video {
    padding: 99px 0 59px 0;
}

.from-content {
  padding: 0 25px;
}


.tarif-title {
    font-family: "EvoMontserrat";
    color: #2D384A;
    font-size: 3.2rem;
    font-weight: 900;
    line-height: 3.9rem;
}

/*.evo-tarif-image {
    padding-right: 120px;
}*/

.bread-crumbs {
    color: #B5BBC9;
    font-size: 2rem;
}

.table-responsive {
    overflow: hidden;
}

.table-video {
    background-color:#ffff; 
}

.table-txt {
    color: #2D384A; 
    font-family: "EvoMontserrat";   
    font-size: 20px;    
    font-weight: 600;   
    line-height: 24px;  
    text-align: center;
    padding: 15px 100px;
}

.images {
    background-image: url("/images/file-1.png");
}

.bread-crumbs-test {
    color:#5530EA;
}

.gradient-icon {
    background: linear-gradient(270deg, #167FEF, #0ED0FA);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: initial;
}

.character-text {
    padding-left: 0.96rem;
    color: #727988;
    font-size: 15px;
    line-height: 32px;
    position: relative;
}

h2 {
    font-weight: 700!important;
}

.container{
  padding: 1em 0;
  float: left;
  width: 50%;
}

/*Наши партнеры*/

h1 {
  color: white;
  padding-left: 10px;
}

#hover {
  color: rgba(188, 175, 204, 0.9);
}

h2#testimonials {
  color: #fffae3;
}

div#all {
    margin-right: 30px;
}


/* generic css */

.view {
  margin: 10px;
  float: left;
  overflow: hidden;
  position: relative;
  text-align: center;
  cursor: default;
  box-shadow: 0 2px 20px 0 rgba(0,0,0,0.15);
}

.view .mask,
.view .content {
  padding: 50px 30px 0 30px;
  width: 225px;
  height: 175px;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0
}

.view img {
  display: block;
  position: relative
}

.view p {
  margin: auto;
  color: #FFFFFF;
  font-family: "EvoMontserrat";
  font-size: 14px;
  font-weight: normal;
  letter-spacing: -0.22px;
  line-height: 16px;
  text-align: center;
}

.view a.info {
  display: inline-block;
  text-decoration: none;
  padding: 7px 14px;
  background: #000;
  color: #fff;
  font-family: Raleway, serif;
  text-transform: uppercase;
  box-shadow: 0 0 1px #000
}

.view a.info:hover {
  box-shadow: 0 0 5px #000
}


/*1*/

.view-first img {
  /*1*/
  transition: all 0.2s linear;
  width: 225px;
  height: 175px;
}

.view-first .mask {
  opacity: 0;
    background-color: rgba(109,58,247,0.75);
  transition: all 0.4s ease-in-out;
}

.view-first h2 {
  transform: translateY(-100px);
  opacity: 0;
  font-family: Raleway, serif;
  transition: all 0.2s ease-in-out;
}

.view-first p {
  transform: translateY(100px);
  opacity: 0;
  transition: all 0.2s linear;
}

.view-first a.info {
  opacity: 0;
  transition: all 0.2s ease-in-out;
}


/* */

.view-first:hover img {
  transform: scale(1.1);
}

.view-first:hover .mask {
  opacity: 1;
}

.view-first:hover h2,
.view-first:hover p,
.view-first:hover a.info {
  opacity: 1;
  transform: translateY(0px);
}

.view-first:hover p {
  transition-delay: 0.1s;
}

.view-first:hover a.info {
  transition-delay: 0.2s;
}


/*2*/

.view-second img {
  transition: all 0.2s ease-in;
  -webkit-transition: all 0.2s ease-in;
}

.view-second .mask {
  background-color: rgba(12, 19, 27, 0.6);
  width: 300px;
  padding: 105px;
  height: 200px;
  opacity: 0;
  transform: translate(265px, 145px) rotate(45deg);
  -webkit-transform: translate(265px, 145px) rotate(45deg);
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}

.view-second h2 {
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
  font-family: Raleway, serif;
  background: transparent;
  margin: 20px 40px 0px 40px;
  -webkit-transform: translate(200px, -200px);
  transform: translate(200px, -200px);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.view-second p {
  transform: translate(-200px, 200px);
  -webkit-transform: translate(200px, -200px);
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}

.view-second a.info {
  transform: translate(0px, 100px);
  -webkit-transform: translate(0px, 100px);
  transition: all 0.2s 0.1s ease-in-out;
  -webkit-transition: all 0.2s 0.1s ease-in-out;
}


/* */

.view-second:hover .mask {
  opacity: 1;
  transform: translate(-80px, -125px) rotate(45deg);
  -webkit-transform: translate(-80px, -125px) rotate(45deg);
}

.view-second:hover h2 {
  transform: translate(0px, 0px);
  -webkit-transform: translate(0px, 0px);
  transition-delay: 0.3s;
  -webkit-transition-delay: 0.3s;
}

.view-second:hover p {
  transform: translate(0px, 0px);
  -webkit-transform: translate(0px, 0px);
  transition-delay: 0.4s;
  -webkit-transition-delay: 0.4s;
}

.view-second:hover a.info {
  transform: translate(0px, 0px);
  -webkit-transform: translate(0px, 0px);
  transition-delay: 0.5s;
  -webkit-transition-delay: 0.5s;
}


/*3*/

.view-tenth img {
  transform: scaleY(1);
  transition: all .7s ease-in-out;
}

.view-tenth .mask {
  background-color: rgba(255, 231, 179, 0.3);
  transition: all 0.5s linear;
  opacity: 0;
}

.view-tenth h2 {
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
  background: transparent;
  margin: 20px 40px 0px 40px;
  transform: scale(0);
  color: #333;
  transition: all 0.5s linear;
  opacity: 0;
}

.view-tenth p {
  color: #333;
  opacity: 0;
  transform: scale(0);
  transition: all 0.5s linear;
  padding-
}

.view-tenth a.info {
  opacity: 0;
  transform: scale(0);
  transition: all 0.5s linear;
}

.view-tenth:hover img {
  -webkit-transform: scale(10);
  transform: scale(10);
  opacity: 0;
}

.view-tenth:hover .mask {
  opacity: 1;
}

.view-tenth:hover h2,
.view-tenth:hover p,
.view-tenth:hover a.info {
  transform: scale(1);
  opacity: 1;
}

/**/

/*popup*/
.little-popup .content-popup {
    width: 660px;
    margin: auto;
}

.little-popup .modal-content {
    height: auto;
    width: 100%;
    max-width: 840px;
}
.popup .modal-content {
    border: none;
    border-radius: 30px;
    background-color: #FFFFFF;
    box-shadow: 0 5px 10px 0 rgba(0,0,0,0.15);
}

button.close {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 20px;
    height: 20px;
    background: url(/images/close-icon.svg);
    background-size: cover;
    opacity: 1;
}


.txt-decor {
    font-size: 13px;
    font-family: "EvoMontserrat";
    color: #727988;
    line-height: 20px;
    text-align: justify;
}

.little-popup .content-popup h3 {
    margin-bottom: 3rem;
}
.popup .content-popup h3 {
    margin-bottom: 20px;
    color: #2D384A;
    font-family: "EvoMontserrat";
    font-size: 22px;
    font-weight: 600;
    letter-spacing: 0.52px;
    line-height: 32px;
}

.content-popup-txt {
    font-size: 13px;
    font-family: "EvoMontserrat";
    color: #727988;
    text-align: justify;
}

.little-popup .modal-body {
    display: flex;
}
.popup .modal-body {
    padding: 3rem;
}

.here-txt {
    color: #6d4af7;
    font-size: 11px;
    font-family: "EvoMontserrat";
    font-weight: 600;
}

/*.btn {
    font-size: 1.4rem;
    padding: 10px 30px;
}*/

.popup-details-txt {
    font-size: 16px;
    font-family: "EvoMontserrat";
    color: #727988;
    font-weight: 600;
    border-bottom: 2px solid #5530ea;
}
.modal-footer {
    border-top: 0px;
}

.df-txt {
    display: flex;
}

.hed-txt {
    font-size: 11px;
    font-weight: 600;
    padding-right: 5px;
    font-family: "EvoMontserrat";
    color: #727988;
}

.p-txt {
    font-size: 11px;
    font-family: "EvoMontserrat";
    color: #727988;
}


/**/

.g-partners {
    color: #2D384A;
    font-family: "EvoMontserrat";
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 32px;
    margin-bottom: 40px;
}

#partners {
    padding: 40px 60px 20px 60px;
}

#o-partners {
    padding: 40px 60px 20px 60px;
}

.our-partners {
    color: #2D384A;
    font-family: "EvoMontserrat";
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 32px;
    margin-bottom: 40px;
}

.img_prew {
    padding-left: 0;
    padding-right: 0;
    border-radius: 30px;
    width: 100%;
    height: auto;
    margin-left: auto;
}

.text-char {
    font-size: 1.6rem;
    font-weight: 300;
    line-height: 3.8rem;
    padding-left: 0.96rem;
}

.text-char-right {
    font-size: 1.6rem;
    font-weight: 300;
    line-height: 3.8rem;
    font-family: "EvoMontserrat"!important;
}

.transfer-container {
    padding: 0 40px;
    border-bottom: 2px solid #5530ea;
}

.table-txt {
    color: #2D384A; 
    font-family: "EvoMontserrat";   
    font-size: 20px;    
    font-weight: 600;   
    line-height: 24px;  
    text-align: center;
    border-right: 1px solid #DADADA;
    border-bottom: 1px solid #DADADA;
}

th.table-txt:last-child {
    border-right: none;
}

td.price-txt:last-child {
    border-right: none;
}

.archive-txt {
    color: #2D384A; 
    font-family: "EvoMontserrat: ;"!important;  
    font-size: 16px;    
    font-weight: 500;   
    line-height: 19px;  
    padding: 13px 26px;
    border-right: 1px solid #DADADA;
    border-bottom: 1px solid #DADADA;
}

.price-txt {
    color: #2D384A; 
    font-family: "EvoMontserrat"!important;  
    font-size: 16px;    
    line-height: 19px;
    padding: 28px;
    border-right: 1px solid #DADADA;
    border-bottom: 1px solid #DADADA;
}

.table-archive {
    border-radius: 30px;
    box-shadow: 0 10px 25px 0 rgba(0,0,0,0.25);
}

.list-txt {
    color: #2D384A; 
    font-family: "EvoMontserrat"!important;
    font-size: 16px;    
    line-height: 19px;
}

.txt-transfer {
    color: #727988; 
    font-size: 16px;    
    font-weight: 400;   
    line-height: 38px;
    font-family: "EvoMontserrat"!important;
}

.price-text {
    padding-left: 0.96rem;
    color: #5530EA;
    font-family: "EvoMontserrat";
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 3.2rem;
}

.btn-evo {
    margin: 60px 0 0px;
    background: linear-gradient(90deg, #0ED0FA 0%, #167FEF 100%);
    color: #fff !important;
    font-weight: bold;
}

.line-grow {
    flex-grow: 1;
    margin-left: 7px;
    margin-top: 3px;
    height: 1px;
    background: linear-gradient(270deg, #5530EA, #00a1ff);
}

.line {
    width: fit-content;
}

.line-flex {
    flex-direction: row;
    margin-left: 0;
    margin-right: 0;
    line-height: 32px;
}

.small-txt-disc {
    color: #727988;
    font-family: "EvoMontserrat";
    font-size: 13px;
    font-weight: 300;
    line-height: 20px;
    padding: 40px 0;
}

.small-txt {
    color: #727988;
    font-family: "EvoMontserrat";
    font-size: 13px;
    font-weight: 300;
    line-height: 20px;
}

.btn-evo-prev {
    background: linear-gradient(270deg, #5530EA 0%, #6D4AF7 100%);
    color: #fff !important;
    font-weight: 700;
   /* padding: 12px 10px 12px 10px;*/
    border-radius: 50px;
    width: 100%;
}

.other-offers {
    padding: 100px 0 10px 61px;
    color: #2D384A;   
    font-size: 32px;    
    font-weight: bold;  
    line-height: 39px;
    font-family: "EvoMontserrat";
}


.btn-evo-prev-dop {
    background: linear-gradient(270deg, #5530EA 0%, #6D4AF7 100%);
    color: #fff !important;
    font-weight: 700;
    padding: 12px 10px 12px 10px;
    border-radius: 50px;
    width: 20rem;
    margin-top: 20px;
}

.btn-show-all-rates {
    margin-top: 25px;
    color: #fff;
    font-weight: 700;
    border-radius: 25px;
    background: linear-gradient(270deg, #5530EA 0%, #6D4AF7 100%);
}

.button-chart {
    text-align: center !important;
}

h1 {
    font-weight: 700!important;
    margin-top: 6rem;
}

.desc-text-small {
    font-family: "EvoMontserrat"
    margin-bottom: 20px;
    line-height: 2rem;
}

.img {
    /* display: inline-block; */
    height: auto;
    max-width: 100%;
}

/*.from-content {
    margin: 0 20px 0 20px;
}
*/
.tarif-img-prev {
    box-shadow: 0 5px 10px 0 rgba(0,0,0,0.10);
}

.tarif-image {
    margin-right: 40px;
    margin-left: 40px;
    padding: 70px 60px 50px 70px;
    border-radius: 30px;
    position: relative;
    background-color: rgba(85,48,234,0.25);
    box-shadow: 0 10px 25px 0 rgba(0,0,0,0.25);
}
.tarif-image img{
    object-fit: contain;
}

.tarif-image::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    border-radius: 30px;
    left: 0px;
    background-size: cover;
    z-index: -1;
}

.tarif-image-footer {
  margin-left: 40px;
  margin-right: 40px;
    padding: 100px 60px 90px 70px;
    border-radius: 30px;
    position: relative;
    background-color: rgba(85,48,234,0.25);
    box-shadow: 0 10px 25px 0 rgba(0,0,0,0.25);
    margin-bottom: 100px;
}
.tarif-image-footer img{
    object-fit: contain;
}

.partner-img {
    padding: 10px 80px 10px 80px;
    background-color: #ffffff;
    margin: 0 0 10px 0px;
    box-shadow: 0 2px 25px 0 rgba(0,0,0,0.25);
}

.tarif-image-footer::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    border-radius: 30px;
    left: 0px;
    background-size: cover;
    z-index: -1;
}

.tarif-image-offers img {
    border-radius: 30px;
}

.benefits-txt {
    color: #727988; 
    font-family: "EvoMontserrat";
    width: 35%;   
    font-size: 20px;    
    font-weight: bold;  
    line-height: 24px;
    padding: 100px 0 0 57px;
}


.tarif-image-offers {
    padding: 50px;
    border-radius: 30px;
    position: relative;
    background-color: #FFFFFF; 
    box-shadow: 0 10px 25px 0 rgba(0,0,0,0.25);
}

.tarif-image-offers::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    filter: grayscale(100%);
    opacity: 0.1;
    border-radius: 30px;
    left: 0px;
    background-size: cover;
}

.tarif-text-footer {
    color: #FFFFFF;
    font-family: "EvoMontserrat";
    padding-bottom: 40px;
    font-size: 41px;
    font-weight: 900;
    letter-spacing: 0;
    line-height: 50px;
    text-align: center;
}

.tarif-text-short-desc-footer {
    color: #FFFFFF;
    font-family: "EvoMontserrat";
    font-size: 18px;
    font-weight: normal;
    letter-spacing: 0;
    line-height: 15px;
    text-align: center;
}

.tarif-text-short-desc-footer-2 {
    color: #FFFFFF;
    font-family: "EvoMontserrat";
    padding-top: 20px;
    font-size: 18px;
    font-weight: normal;
    letter-spacing: 0;
    line-height: 15px;
    text-align: center;
}

.img-offers {
    z-index: 1;
    margin-left: auto;
    padding-right: 0;
    padding-left: 0;
    box-shadow: 0 10px 25px 0 rgba(0,0,0,0.25);
}

.tarif-image-offers img {
    border-radius: 30px;
}

.tarif-text {
    color: #FFFFFF;
    font-family: "EvoMontserrat";
    font-size: 28px;
    font-weight: 900;
    line-height: 44px;
    text-transform: uppercase;
}

.tarif-text-desc {
    padding-top: 30px;
    color: #FFFFFF;
    font-family: "EvoMontserrat";
    font-size: 2rem;
    font-weight: bold;
    line-height: 2.4rem;
}

.tarif-text-short-desc {
    color: #FFFFFF;
    font-family: "EvoMontserrat";
    font-size: 1.6rem;
    font-weight: 300;
    line-height: 3.2rem;
    text-align: justify;
}

.text-secondary {
    color: #6c757d !important;
    line-height: 32px;
    font-size: 20px;
    font-family: "EvoMontserrat";
}

#crumbs {
    padding: 50px 0 0 45px;
}

.char {
    margin-top: 60px;
    padding: 0 75px;
}

.tarif-text-desc-dop {
    padding: 49.19px 0 0 0;
    color: #727988;
    font-family: "EvoMontserrat";
    font-size: 2rem;
    font-weight: bold;
    line-height: 2.4rem;
}

.tarif-text-short-desc-dop {
    color: #727988;
    font-family: "EvoMontserrat";
    font-size: 1.6rem;
    font-weight: 300;
    line-height: 2.8rem;
}

.evo-offers {
    padding: 15px 40px;
}

.tarif-text-dop {
    color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
    background-image: linear-gradient(to right, #00d3f5, #1e1c98);
    font-family: "EvoMontserrat";
    font-size: 4.8rem;
    font-weight: 900;
    line-height: 5.8rem;
    text-transform: uppercase;
}

a {
    text-decoration: none!important;
}

.crumbs-txt {
   color: #2D384A; 
    font-family: "EvoMontserrat";  
   font-size: 24px;    
   font-weight: bold;  
   line-height: 39px;
}

.breadcrumbs-txt {
    display: none;
    color: #B5BBC9; 
    /*font-family: Montserrat;*/    
    font-size: 20px;    
    line-height: 24px;
}

.active-txt {
    display: none;
    color: #5530EA; 
    /*font-family: Montserrat;*/    
    font-size: 20px;    
    line-height: 24px;
}


/**Мобильная версия таблицы**/
.body-card {
    display: flex;
    border-bottom: 1px solid #DADADA;
}

.cost-card {
    border-bottom: 1px solid #DADADA;
}

.cost-text-m {
    color: #2D384A;
    font-family: "EvoMontserrat"!important;
    font-size: 16px;
    line-height: 19px;
    margin: auto;
    padding: 20px;
}

.title-card {
    color: #2D384A;
    font-family: "EvoMontserrat";
    font-size: 15px;
    font-weight: 600;
    line-height: 24px;
    text-align: center;
}

.heading-m {
    margin-left: auto;
}

.heading-title {
    color: #2D384A;
    font-family: "EvoMontserrat";
    font-size: 14px;
    font-weight: 600;
    line-height: 15px;
    text-align: center;
    padding: 24px;
}

.heading {
    display: flex;
    border-bottom: 1px solid #DADADA;
}

.shadow-card {
    box-shadow: 0 10px 25px 0 rgba(0,0,0,0.25);
    border-radius: 20px;
}

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

.price-text-m {
    color: #2D384A;
    font-family: "EvoMontserrat"!important;
    font-size: 16px;
    line-height: 19px;
    margin: auto;
}

.card{
    height: 100%;
    border-radius: 30px;
    box-shadow: 0 10px 25px 0 rgba(0,0,0,0.25);
    border: none;
}

#card-body {
    padding: 40px 40px 20px 40px;
    margin-top: 100px;
}

.title-equip {
    color: #6D3AF7;
    font-family: "EvoMontserrat";
    font-size: 18px;
    font-weight: bold;
    line-height: 25px;
    text-align: center;
}

.button-cctv {
    margin: auto;
    padding: 30px;
}

.cctv-btn {
    color: #FFFFFF;
    font-family: "EvoMontserrat";
    font-size: 16px;
    font-weight: bold;
    border-radius: 25.1px;
    background: linear-gradient(270deg, #5530EA 0%, #6D4AF7 100%);
}

.cctv-btn:hover {
    color: #FFFFFF;
    font-family: "EvoMontserrat";
    font-size: 16px;
    font-weight: bold;
    border-radius: 25.1px;
    background: linear-gradient(270deg, #5530EA 0%, #6D4AF7 100%);
}

.equip{
    margin: 20px 30px 30px 30px;
}

.equip-desc {
    color: #727988;
    font-family: "EvoMontserrat";
    font-size: 14px;
    line-height: 20px;
    text-align: center;
}

.img-equip {
    text-align: center;
    padding: 60px 0 40px 0;
}

.equip-img {
    margin-left: 0px;
    /*background-image: url(/images/domofon-img/Combined-equipment.svg);*/
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
    margin: initial;
    width: 70px;
    height: 70px;
}

/****/

@media (min-width: 320px) and (max-width: 360px) {
    #main-content {
     max-width: 100%; 
    }

    #archive-video {
        display: none;
    }

    .table-responsive {
        overflow: auto;
    }

    #small {
        margin-bottom: 0;
    }

    #crumbs {
      padding: 10px 0px 0px 0px;
      margin: 30px 0px 0px 0px;
    }

    #card-body {
    	padding: 0;
    }

    #partners {
        padding: 0px 0px 0px 0px; 
    }

    #o-partners {
        padding: 0px 0px 0px 0px; 
    }

	.equip {
	    margin: 20px 10px 30px 10px;
	}

    .img-m {
        width: 100%;
        height: auto;
    }

    .partner-img {
        padding: 10px 90px 10px 88px;
        background-color: #ffffff;
        margin: 0 0px 14px 10px;
        box-shadow: 0 2px 25px 0 rgba(0,0,0,0.25);
    }

    .tarif-image-footer {
    	margin-right: 0px;
    	margin-left: 0px;
        padding: 40px 20px 50px 20px;
        border-radius: 30px;
        position: relative;
        background-color: rgba(85,48,234,0.25);
        box-shadow: 0 10px 25px 0 rgba(0,0,0,0.25);
        margin-bottom: 100px;
    }

    .tarif-text-footer {
        color: #FFFFFF;
        font-family: "EvoMontserrat";
        padding-bottom: 40px;
        font-size: 25px;
        font-weight: 900;
        letter-spacing: 0;
        line-height: 28px;
        text-align: center;
    }

    .tarif-text-short-desc-footer {
        color: #FFFFFF;
        font-family: "EvoMontserrat";
        font-size: 15px;
        font-weight: normal;
        letter-spacing: 0;
        line-height: 21px;
        text-align: center;
    }

    .tarif-text-short-desc-footer-2 {
        color: #FFFFFF;
        font-family: "EvoMontserrat";
        padding-top: 20px;
        font-size: 15px;
        font-weight: normal;
        letter-spacing: 0;
        line-height: 21px;
        text-align: center;
    }

    .benefits-p {
    	padding-right: 0;
    	padding-left: 0;
    }

	.benefits-txt {
	    color: #727988;
	    font-family: "EvoMontserrat";
	    width: 100%; 
	    font-size: 20px;
	    font-weight: bold;
	    line-height: 24px;
	    padding: 100px 0 0 57px;
	}

    .from-content {
      padding:0 15px; 
      margin: 0 0px 0 0px;
    }

    .img-m-none {
        display: none;
    }

    .crumbs-txt {
        font-size: 20px;
        line-height: 32px;
    }

    .breadcrumbs-txt {
        font-size: 16px;
        line-height: 20px;
    }

    .active-txt {
        font-size: 16px;
        line-height: 20px;
    }

    .tarif-image {
    	margin-left: 0px;
    	margin-right: 0px;
        padding: 0;
    }

    .tarif-text {
        font-size: 22px;
        line-height: 28px;
    }

    .tarif-text-desc {
        padding-top: 20px;
    }

    .evo-tarif-image {
        padding: 30px 30px 30px 30px;
    }

    .benefits-txt {
        padding: 50px 0 20px 0;
    }

    .button-cctv {
	    margin: auto;
	    padding: 0px; 
	}

    .transfer-container {
        padding: 0;
    }

    .remove-adsend {
        padding-right: 0;
        padding-left: 0;
    }

    .table-video {
        padding-right: 0;
        padding-left: 0;
    }

    #archive-video {
        padding: 50px 0 40px 0;
    }
}

@media screen and (min-width: 768px) {
    #video-m {
        display: none;
    }
}

@media (min-width: 361px) and (max-width: 414px) {
    #main-content {
     max-width: 100%; 
    }

    #archive-video {
        display: none;
    }

    #crumbs {
      padding: 0 0 0 0;
    }

    .crumbs {
      padding: 10px 0px 0px 0px;
      margin: 30px 0px 0px 0px;
    }

    .table-responsive {
        overflow: auto;
    }


     #small {
        margin-bottom: 0;
    }

    #card-body {
    	padding: 0;
    }

    #partners {
        padding: 0px 0px 0px 0px; 
    }

    #o-partners {
        padding: 0px 0px 0px 0px; 
    }

    .img-m {
        width: 100%;
        height: auto;
    }

    .partner-img {
        padding: 10px 35px 10px 35px;
        background-color: #ffffff;
        margin: 0 0px 14px 10px;
        box-shadow: 0 2px 25px 0 rgba(0,0,0,0.25);
    }

    .tarif-image-footer {
    	margin-right: 0px;
    	margin-left: 0px;
        padding: 40px 20px 50px 20px;
        border-radius: 30px;
        position: relative;
        background-color: rgba(85,48,234,0.25);
        box-shadow: 0 10px 25px 0 rgba(0,0,0,0.25);
        margin-bottom: 100px;
    }

    .tarif-text-footer {
        color: #FFFFFF;
        font-family: "EvoMontserrat";
        padding-bottom: 40px;
        font-size: 25px;
        font-weight: 900;
        letter-spacing: 0;
        line-height: 28px;
        text-align: center;
    }

    .tarif-text-short-desc-footer {
        color: #FFFFFF;
        font-family: "EvoMontserrat";
        font-size: 15px;
        font-weight: normal;
        letter-spacing: 0;
        line-height: 21px;
        text-align: center;
    }

    .tarif-text-short-desc-footer-2 {
        color: #FFFFFF;
        font-family: "EvoMontserrat";
        padding-top: 20px;
        font-size: 15px;
        font-weight: normal;
        letter-spacing: 0;
        line-height: 21px;
        text-align: center;
    }

	.equip {
	    margin: 20px 10px 30px 10px;
	}

    .from-content {
        margin: 0 0px;
        padding: 0 15px;
    }

    .benefits-txt {
    	width: 100%; 
        padding: 50px 0 20px 0;
    }

    .benefits-p {
    	padding-left: 0;
    	padding-right: 0;
    }

    .button-cctv {
	    margin: auto;
	    padding: 0px; 
	}

	.title-equip {
	    padding: 0 10px 0 10px;
	}

    .img-m-none {
        display: none;
    }

    .crumbs-txt {
        font-size: 24px;
        line-height: 32px;
    }

    .breadcrumbs-txt {
        font-size: 16px;
        line-height: 20px;
    }

    .active-txt {
        font-size: 16px;
        line-height: 20px;
    }

    .tarif-image {
    	margin-left: 0px;
    	margin-right: 0px;
        padding: 0;
    }

    .tarif-text {
        font-size: 24px;
        line-height: 28px;
    }

    .tarif-text-desc {
        padding-top: 20px;
    }

    .evo-tarif-image {
        padding: 30px 30px 30px 30px;
    }

    .benefits-txt {
        padding: 50px 0 20px 0;
    }

    .transfer-container {
        padding: 0;
    }

    .table-video {
        padding-right: 0;
        padding-left: 0;
    }

    #archive-video {
        padding: 50px 0 40px 0;
    }
}

@media (min-width: 415px) and (max-width: 639px) {
    #main-content {
     max-width: 100%; 
    }

    #archive-video {
        display: none;
    }

    #crumbs {
        padding: 0;
    }

    .table-responsive {
        overflow: auto;
    }


     #small {
        margin-bottom: 0;
    }

	#card-body {
    	padding: 0;
    }

	.equip {
	    margin: 20px 30px 30px 30px;
	}

	.benefits-txt {
	    width: 100%; 
	    padding: 50px 0 20px 0;
	}

    .button-cctv {
	    margin: auto;
	    padding: 0px; 
	}

	.title-equip {
	    padding: 0 10px 0 10px;
	}


    .from-content {
        margin: 0 30px 0 30px;
    }

    .img-m-none {
        display: none;
    }

    .crumbs-txt {
        font-size: 24px;
        line-height: 32px;
    }

    .breadcrumbs-txt {
        font-size: 16px;
        line-height: 20px;
    }

    .active-txt {
        font-size: 16px;
        line-height: 20px;
    }

    .tarif-image {
    	margin-right: 0px;
    	margin-left: 0px;
        padding: 0;
    }

    .tarif-image-footer {
	    margin-left: 0px;
	    margin-right: 0px;
	    padding: 50px 25px 50px 25px;
	    border-radius: 30px;
	    position: relative;
	    background-color: rgba(85,48,234,0.25);
	    box-shadow: 0 10px 25px 0 rgba(0,0,0,0.25);
	    margin-bottom: 100px;
	}

	.tarif-text-short-desc-footer {
	    color: #FFFFFF;
	    font-family: "EvoMontserrat";
	    font-size: 18px;
	    font-weight: normal;
	    letter-spacing: 0;
	    line-height: 25px;
	    text-align: center;
	}

	.tarif-text-short-desc-footer-2 {
	    color: #FFFFFF;
	    font-family: "EvoMontserrat";
	    padding-top: 20px;
	    font-size: 18px;
	    font-weight: normal;
	    letter-spacing: 0;
	    line-height: 25px;
	    text-align: center;
	}

    .tarif-text {
        font-size: 24px;
        line-height: 28px;
    }

    .tarif-text-desc {
        padding-top: 20px;
    }

    .evo-tarif-image {
        padding: 30px 30px 30px 30px;
    }

    .transfer-container {
        padding: 0;
    }

    .table-video {
        padding-right: 0;
        padding-left: 0;
    }

    #archive-video {
        padding: 50px 0 40px 0;
    }
}

@media (min-width: 640px) and (max-width: 767px) {
    #main-content {
     max-width: 100%; 
    }

    #archive-video {
        display: none;
    }

    #crumbs {
        padding: 0 45px;
    }

	#card-body {
    	padding: 0;
    }

	.equip {
	    margin: 20px 10px 30px 10px;
	}
	.benefits-txt {
	    width: 100%; 
	    padding: 50px 0 20px 0;
	}

    .button-cctv {
	    margin: auto;
	    padding: 0px; 
	}

	.title-equip {
	    padding: 0 10px 0 10px;
	}


     #small {
        margin-bottom: 0;
    }

    .from-content {
        margin: 0 60px 0 60px;
    }

    .img-m-none {
        display: none;
    }

    .crumbs-txt {
        font-size: 24px;
        line-height: 32px;
    }

    .breadcrumbs-txt {
        font-size: 16px;
        line-height: 20px;
    }

    .active-txt {
        font-size: 16px;
        line-height: 20px;
    }

    .tarif-image {
    	margin-right: 0px;
    	margin-left: 0px;
        padding: 0;
    }

    .tarif-image-footer {
    	margin-left: 0px;
    	margin-right: 0px;
    	padding: 60px 30px 60px 30px;
    }

    .tarif-text-short-desc-footer {
	    color: #FFFFFF;
	    font-family: "EvoMontserrat";
	    font-size: 18px;
	    font-weight: normal;
	    letter-spacing: 0;
	    line-height: 25px;
	    text-align: center;
	}

	.tarif-text-short-desc-footer-2 {
	    color: #FFFFFF;
	    font-family: "EvoMontserrat";
	    padding-top: 20px;
	    font-size: 18px;
	    font-weight: normal;
	    letter-spacing: 0;
	    line-height: 25px;
	    text-align: center;
	}

    .tarif-text {
        font-size: 24px;
        line-height: 28px;
    }

    .tarif-text-desc {
        padding-top: 20px;
    }

    .evo-tarif-image {
        padding: 30px 30px 30px 30px;
    }
	

    .transfer-container {
        padding: 0;
    }

    .table-video {
        padding-right: 0;
        padding-left: 0;
    }

    #archive-video {
        padding: 50px 0 40px 0;
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    #main-content {
     max-width: 100%; 
    }

    #crumbs {
      padding: 50px 0 0 45px;
    }

    .table-responsive {
        overflow: auto;
    }


     #small {
        margin-bottom: 0;
    }

    #card-body {
    	padding: 0;
    }

	.equip {
	    margin: 20px 10px 30px 10px;
	}
	.benefits-txt {
	    width: 100%; 
	    font-size: 18px;
	    padding: 50px 0 20px 0;
	}

    .button-cctv {
	    margin: auto;
	    padding: 0px; 
	}

    .from-content {
        margin: 0 60px 0 60px;
        padding: 0 0;
    }

    .crumbs-txt {
        font-size: 24px;
        line-height: 32px;
    }

    .breadcrumbs-txt {
        font-size: 16px;
        line-height: 20px;
    }

    .evo-tarif-image {
        padding-right: 0px; 
    }

    .tarif-text-footer {
        color: #FFFFFF;
        font-family: "EvoMontserrat";
        padding-bottom: 40px;
        font-size: 30px;
        font-weight: 900;
        letter-spacing: 0;
        line-height: 50px;
        text-align: center;
    }

    .tarif-image-footer {
        padding: 50px 30px 50px 30px;
        border-radius: 30px;
        position: relative;
        background-color: rgba(85,48,234,0.25);
        box-shadow: 0 10px 25px 0 rgba(0,0,0,0.25);
        margin-bottom: 100px;
    }

    .tarif-text-short-desc-footer {
        color: #FFFFFF;
        font-family: "EvoMontserrat";
        font-size: 16px;
        font-weight: normal;
        letter-spacing: 0;
        line-height: 20px;
        text-align: center;
    }

    .tarif-text-short-desc-footer-2 {
        color: #FFFFFF;
        font-family: "EvoMontserrat";
        padding-top: 20px;
        font-size: 16px;
        font-weight: normal;
        letter-spacing: 0;
        line-height: 20px;
        text-align: center;
    }

    #o-partners {
        padding: 40px 0px 20px 0px;
    }

    #partners {
        padding: 40px 0px 20px 0px;
    }

    .partner-img {
        padding: 10px 177px 10px 150px;
        background-color: #ffffff;
        margin: 0 0px 10px 15px;
        box-shadow: 0 2px 25px 0 rgba(0,0,0,0.25);
    }

    .active-txt {
        font-size: 16px;
        line-height: 20px;
    }

    .tarif-image {
    	margin-left: 0px;
    	margin-right: 0px;
        padding: 30px;
    }

    .tarif-text {
        font-size: 16px;
        line-height: 28px;
    }

    .tarif-text-desc {
        color: #FFFFFF;
        font-family: "EvoMontserrat";
        font-size: 16px;
        font-weight: bold;
        line-height: 24px;
    }

    .tarif-text-short-desc {
      color: #FFFFFF;
      font-family: "EvoMontserrat";
      font-size: 14px;
      font-weight: 300;
      line-height: 24px;
      text-align: justify;
    }

    .tarif-text-desc {
        padding-top: 10px;
    }

    .transfer-container {
        padding: 0;
    }

    .table-video {
        padding-right: 0;
        padding-left: 0;
    }

    #archive-video {
        padding: 50px 0 40px 0;
    }

}

@media (min-width: 1025px) and (max-width: 1280px) {
    #main-content {
     max-width: 100%; 
    }

    #small {
        margin-bottom: 0;
    }

    #crumbs {
        padding: 0 8.5%;
    }

    #card-body {
    	padding: 0;
    }

	.equip {
	    margin: 20px 10px 30px 10px;
	}
	.benefits-txt {
	    width: 100%; 
	    font-size: 18px;
	    padding: 50px 0 20px 0;
	}

    .button-cctv {
	    margin: auto;
	    padding: 0px; 
	}

    .from-content {
        margin: 0 8.5% 0 8.5%;
    }

    .crumbs-txt {
        font-size: 24px;
        line-height: 32px;
    }

    .breadcrumbs-txt {
        font-size: 16px;
        line-height: 20px;
    }

    .active-txt {
        font-size: 16px;
        line-height: 20px;
    }

    .tarif-image {
    	margin-right: 0px;
    	margin-left: 0px;
        padding: 50px 30px 30px 30px;
    }

    .tarif-text {
        font-size: 20px;
        line-height: 28px;
    }

    .tarif-text-short-desc {
        color: #FFFFFF;
        font-family: "EvoMontserrat";
        font-size: 14px;
        font-weight: 300;
        line-height: 28px;
        text-align: justify;
    }

    .tarif-text-desc {
        padding-top: 20px;
    }

    .title-equip {
    	margin-left: 15px;
    	margin-right: 15px;
    }

    .transfer-container {
        padding: 0;
    }

    .table-video {
        padding-right: 0;
        padding-left: 0;
    }

    #archive-video {
        padding: 50px 0 40px 0;
    }
}


@media (min-width: 1281px) and (max-width: 1640px) {

   .tarif-image {
   		margin-right: 0px;
   		margin-left: 0px;
	    padding: 40px 40px 40px 50px;
	}

	.tarif-image-footer {
	    margin-left: 0px;
	    margin-right: 0px;
	    padding: 100px 60px 90px 60px;
	    border-radius: 30px;
	    position: relative;
	    background-color: rgba(85,48,234,0.25);
	    box-shadow: 0 10px 25px 0 rgba(0,0,0,0.25);
	    margin-bottom: 100px;
	}

	.tarif-text-desc {
	    padding-top: 15px;
	}

  .tarif-text {
      color: #FFFFFF;
      font-family: "EvoMontserrat";
      font-size: 2rem;
      font-weight: 900;
      line-height: 3.4rem;
      text-transform: uppercase;
  }

  .tarif-text-short-desc {
      color: #FFFFFF;
      font-family: "EvoMontserrat";
      font-size: 16px;
      font-weight: 300;
      line-height: 24px;
      text-align: justify;
  }

	.benefits-txt {
	    color: #727988;
	    font-family: "EvoMontserrat";
	    width: 60%;
	    font-size: 20px;
	    font-weight: bold;
	    line-height: 24px;
	    padding: 100px 0 0 35px;
	}

	.title-equip {
	    color: #6D3AF7;
	    font-family: "EvoMontserrat";
	    font-size: 18px;
	    margin-left: 15px;
	    margin-right: 15px;
	    font-weight: bold;
	    line-height: 25px;
	    text-align: center;
	}

	#card-body {
	    padding: 40px 0px 20px 0px;
	}

	#crumbs {
	    padding: 60px 0 0 35px;
	}
}




