

/* Start:/local/components/magnetto/benefits/templates/card-new/style.css?17527534111704*/
.theme--centered .main-tr-item {
  padding-top: 34px;
  padding-bottom: 34px;
  display: flex;
}
.bg-darker .main-tr-item {
  background: #313131;
}
.big-last .main-tr-item:nth-last-child(1) {
  grid-row: 1 / 3;
  grid-column: 3;
  justify-content: space-between;
  padding-bottom: 0;
}
.big-last .main-tr-item { 
  padding: 30px 50px; 
}
.overflow-x.with-image {
  display: flex
;
  gap: 63px;
}
.image-wrap {
  display: flex
;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
.overflow-x.with-image { 
  overflow: hidden;
  left: 0;
  width: 100%;
  padding-left: 0;
}
@media (max-width: 1318px) {
  .overflow-x.theme--centered {
    width: 100%;
    left: 0;
    padding: initial;
    overflow: auto;
  }
  .theme--centered .main-tr-item {
    padding-top: 25px;
    padding-bottom: 25px;
    display: flex;
    width: 100%;
    min-width: 100%;
    max-width: max-content;
  }  .theme--centered .d-grid.column-4 {
    grid-template-columns: 1fr 1fr;
    white-space: normal;
    overflow: auto; 
}
.big-last .main-tr-item { 
  padding: 30px; 
}.d-grid.column-3 {
  grid-template-columns: 1fr 1fr!important;
}.big-last .main-tr-item:nth-last-child(1) {
  grid-row: auto;
  grid-column: 1 / 3;
  justify-content: space-between;
  padding-bottom: 0;
}.d-grid.column-3 .main-tr-item{
  max-width: 100%!important;
}.overflow-x.theme--small.big-last {
  width: calc(100% + 25px);
}
.overflow-x.with-image {
display: block;
}
}


@media (max-width: 767px) {
  .theme--centered .main-tr-item {
    padding-top: 16px;
    padding-bottom: 16px;
    display: flex;
  }
  .big-last .main-tr-item { 
    padding: 25px; 
  }    .overflow-x.theme--small.big-last {
    width: 100%;
}
}

/* End */


/* Start:/local/components/magnetto/grid/templates/grid-new/style.css?17636791434494*/
.benefit-grid-new {
  margin: 0 0 0;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  gap: 20px;
}
.benefit-grid-new.benefit-grid-4 {
  margin: 0 0 0;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  gap: 20px;
}
.benefit-card-text{
  font-size: 20px;
  line-height: 117%;
}
.benefit-grid-new.benefit-grid-4 .benefit-card-new {
  align-items: flex-start;
}
.benefit-card-new {
  background: white;
  padding: 20px;
  border-radius: 18px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
img.benefit-card-new-img {
  width: 66px;
  margin-right: 20px;
  height: auto;
}

.grid-theme-big-first .benefit-card-new:nth-child(1) {
  opacity: 1; 
  align-items: flex-start;
  grid-row: 1 / 4;
  padding-top: 20px;
  padding-right: 25%;
  background-image: url("https://magnetto.pro/local/templates/magnetto/images/media/smt2.png");
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: bottom right;
}
.benefit-card-new-content {
  padding-left: 37px;
}
img + .benefit-card-new-content {
  padding-left: 0;
}
.grid-theme-big-first .benefit-card-new:nth-child(9) {
  opacity: 1;
  grid-column: 3 / 5; 
}
.grid-theme-big-last .benefit-card-new:nth-child(7),.grid-theme-big-last.benefit-grid-2 .benefit-card-new:nth-last-child(1) {
  opacity: 1;
  grid-column: 3;
  grid-row: 1 / 3;
  background-image: url("https://magnetto.pro/local/templates/magnetto/images/media/smt.png");
  background-size: 210px;
  background-repeat: no-repeat;
  background-position: bottom right;
  align-items: flex-start;
}
.grid-theme-big-last.benefit-grid-2 .benefit-card-new:nth-last-child(1){
     grid-column: 2;
    grid-row: -1 / 4;
}
.benefit-grid-new.benefit-grid-2 {
  /* width: 70%; */
  grid-template-columns: 1fr 1fr;
  margin-top: 0 !important;
}
@media (max-width: 1318px) {
  .benefit-grid-new {
    grid-template-columns: 1fr 1fr;
  }
  .benefit-grid-new.benefit-grid-4 {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 12px;
  }
 
  .grid-theme-big-last .benefit-card-new:nth-child(7) {
    grid-column: 1 / 3;
    grid-row: 4;
    padding-right: 40%;
  }
  .benefit-grid-new .button-new {
    grid-column: 1 / 3;
    grid-row: 5;
  }
  .benefit-grid-new.benefit-grid-4 .benefit-card-new {
    align-items: center;
  }
  .grid-theme-big-first .benefit-card-new:nth-child(1) {
    opacity: 1;
    align-items: flex-start;
    grid-row: 1 / 3;
    padding-top: 20px;
    padding-right: 20px;
  }

  .grid-theme-big-first .benefit-card-new:nth-child(8) { 
    grid-row: 3 / 5;
    grid-column: 3;
  }
  .grid-theme-big-first .benefit-card-new:nth-child(9) {
    opacity: 1;
    grid-column: 1 / 3;
  }
  .benefit-card-new-content {
    padding-left: 0;
  }
  .benefit-card-text{
    font-size: 18px;
  }
  .benefit-grid-new.benefit-grid-2 {
    width: 100%;
    grid-template-columns: 1fr 1fr;
    margin-top: 0 !important;
  }

  .benefit-grid-new.benefit-grid-2  .button-new {
    grid-column: 2;
    grid-row: auto;
}

}

@media (max-width: 768px) {
  .benefit-card-new {
    /* margin-bottom: 14px; */
  }
.grid-theme-big-last.benefit-grid-2 .benefit-card-new:nth-last-child(1) {
    grid-column: auto;
    grid-row: auto;
    height: 230px;
}
  .benefit-grid-new{
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .grid-theme-big-first .benefit-card-new:nth-child(1) {
    opacity: 1;
    align-items: flex-start;
    grid-row: 1 / 3;
    grid-column: 1;
    padding-top: auto;
    padding-right: 15px;
  }

  .grid-theme-big-first .benefit-card-new:nth-child(8) { 
    grid-row: 6;
    grid-column: 1 / 3;
  } 
  .grid-theme-big-first .benefit-card-new:nth-child(9) { 
    grid-column: 1 / 3;
    grid-row: 3;
  }

  .benefit-grid-new.benefit-grid-4 {
    grid-template-columns: 1fr 1fr;
    gap: 8px;
  }
  .grid-theme-big-last .benefit-card-new:nth-child(7) {
    padding-right: 20px;
    background-image: none;
  }
  .d-grid.benefit-grid-new.grid-theme-big-last.benefit-grid-3 .benefit-card-new {
    margin-bottom: 12px;
}

.d-grid.benefit-grid-new.grid-theme-big-last.benefit-grid-3 {
    display: block !important;
}
.benefit-grid-new.benefit-grid-2 {
  width: 100%;
  grid-template-columns: 1fr;
  margin-top: 0 !important;
}

.benefit-grid-new.benefit-grid-2  .button-new {
  grid-column: 1;
  grid-row: auto;
}
/* .benefit-grid-new.benefit-grid-2 {
display: block!important;
} */
.benefit-grid-new .button-new {
  grid-column: 1;
  grid-row: auto;
}
}

/* End */


/* Start:/local/components/magnetto/cases/templates/cards/style.css?1752841566464*/

.cases-item-new { 
    display: block;
    width: 100%;
}div#cases_carousel_left, div#cases_carousel_right {
    filter: contrast(0);
    filter: invert(1);
    top: -57px;
}@media (max-width: 1650px) {
    .cases-item-new {
        margin: 0px 0 27px!important;
    }div#cases_carousel_left, div#cases_carousel_right { 
        top: -97px;
    }
}

@media (max-width: 1170px) {
    div#cases_carousel_left, div#cases_carousel_right { 
        top: -38px;
    }
}
/* End */


/* Start:/local/components/magnetto/faq/templates/new/style.css?17563760834474*/
.faq-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 16px 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 53%;
}
.faq-item {
  width: 44%;
  border-bottom: thin solid rgb(180 247 89 / 18%);
}
.faq-item-header {
  font-size: 20px;
  line-height: 150%;
  padding: 40px 0;
  cursor: pointer;
  padding-right: 60px;
}
.faq-wrap.column-2{
gap: 15px;
}
.column-2 .faq-item{
  width: 49%;
}
.faq-item-header:after {
  content: "+";
  position: absolute;
  right: 12px;
  top: 50px;
  font-weight: lighter;
  color: #a5ed43;
  font-size: 45px;
  line-height: 0;
}
.faq-item-content {
  font-size: 18px;
  padding: 0 0 38px;
  line-height: 180%;
}
.faq-item:nth-last-child(1),
.faq-item:nth-last-child(2) {
  border-bottom: none;
}
.faq-item-header:hover {
  background: rgb(255 255 255 / 2%);
}

.faq-item {
  width: 100%;
  border-bottom: none;
}
.faq-item-header {
  cursor: pointer;
  padding: 17px 20px;
  border-radius: 20px;
  color: #9df859;
  background: #1c1c1c;
}
.faq-item-header:nth-last-child(1) {
  border: none;
}
.faq-item-header.collapsed .serice-item-icon {
  background: white;
  transform: rotate(0deg);
}
.faq-item-header .serice-item-icon {
  background: #9df859;
  transform: rotate(180deg);
  transition: 0.2s all;
}
.faq-item-header::after {
  content: "";
  position: absolute;
  top: auto;
  left: 0;
  bottom: 0;
  right: 0;
  width: 93%;
  height: 1px;
  margin: 0 auto;
  background: #cfcfcf;
}
.faq-item-header:hover {
  background: #1c1c1c !important;
}
.faq-item-header:hover span {
  color: #9df859;
}
.faq-item-header:hover .serice-item-icon {
  background: #9df859;
}
.faq-item-header:hover span.text-grey {
  color: #9df859;
}
.faq-item-header.collapsed {
  background: transparent;
  color: black;
}
.faq-item-content {
  color: white !important;
  padding: 0;
  padding-top: 4px;
  font-size: 18px;
  line-height: 158%;
}
.faq-item:nth-last-child(1) .faq-item-header:after {
  opacity: 0;
}
.faq-item-header .text-p1 {
  padding-top: 20px;
}

@media (max-width: 1650px) {
  .faq-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0;
    width: 56%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  /* .faq-item-header {
    font-size: 15px;
    line-height: 150%;
    padding: 14px 0;
    cursor: pointer;
    padding-right: 40px;
  } */
  /* .faq-item-header:after {
    position: absolute;
    right: 5px;
    top: 25px;
    font-weight: 300;
    color: #a5ed43;
    font-size: 31px;
    line-height: 0;
  } */
  .faq-item-content {
    font-size: 17px;
    padding: 9px 0;
    line-height: 180%;
  }
  .faq-item {
    width: 100%;
    border: none;
  }
}

@media (max-width: 1318px) {
  .faq-item {
    width: 100%;
  }
  .column-2 .faq-item{
    width: 100%;
  }
  .faq-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 13px 0;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .faq-item-header {
    font-size: 15px;
    line-height: 150%;
    padding: 14px 0;
    cursor: pointer;
    padding-right: 30px;
  }
  .faq-item-header:after {
    position: absolute;
    right: 0px;
    top: auto;
    font-weight: 300;
    color: #a5ed43;
    font-size: 43px;
    line-height: 0;
  }
  .faq-item-content {
    font-size: 16px;
    padding: 5px 0;
    line-height: 151%;
  }
  .faq-item:nth-last-child(2) {
    border-bottom: thin solid rgb(180 247 89 / 18%);
  }
  .faq-wrap {
    width: calc(100% + 50px);
    margin: 15px 0;
    margin-left: -25px;
  }
  .faq-wrap .text-p1 {
    font-size: 20px;
  }
  .faq-item-header {
    cursor: pointer;
    padding: 28px 25px;
  }
  .serice-item-icon {
    width: 40px;
    height: 40px;
  }
  .serice-item-icon svg {
    width: 13px;
  }
}

@media (max-width: 767px) {
  .faq-wrap .text-p1 {
    font-size: 16px;
  }
  .faq-item-header {
    cursor: pointer;
    padding: 25px 0px;
  }
  .faq-item-content {
    font-size: 14px;
    padding: 5px 0;
    line-height: 151%;
  }
  .faq-wrap {
    width: calc(100% + 28px);
    margin: 11px 0;
    margin-left: -14px;
  }
  .faq-item-header {
    cursor: pointer;
    padding: 21px 14px;
  }
  .faq-item-header .text-p1 {
    padding-top: 0px;
  }
}

/* End */


/* Start:/local/components/magnetto/service/templates/extra/style.css?17001595062716*/
.extra-div {
  margin-top: 66px;
}
.extra-left {
  width: 40%;
  padding-right: 1.5rem;
  margin-right: 1.5rem;
}
.extra-right {
  width: 60%;
  padding-bottom: 3rem;
}
.extra-left p {
  font-size: 28px;
  padding-top: 42px;
  margin-top: 0.5rem;
}
.extra-right p {
  font-size: 28px;
  padding-top: 4px;
}
.extra-left ul {
  font-size: 20px;
  margin-top: 41px;
}
.extra-right ul {
  font-size: 20px;
  margin-top: 40px;
  padding-right: 50px;

}
.extra-left ul li {
  margin-bottom: 1rem;
}
.extra-right ul li {
  margin-bottom: 1rem;
}
.extra-container {
  padding: 3rem;
  border-radius: 30px;
}
@media (max-width: 1650px) {
  .extra-div {
    margin-top: 40px;
  }
  .extra-left p {
    font-size: 21px;
    padding-top: 5px;
    margin-top: 0;
  }
  .extra-left ul {
    font-size: 12px;
  }
  .extra-left ul li {
    margin-bottom: 9px;
    padding-left: 33px;
  }
  .extra-left li:before {
    width: 14px !important;
    height: 14px !important;
  }
  .extra-container {
    padding: 17px 21px;
  }
  .extra-right p {
    font-size: 30px;
  }
  .extra-right ul li {
    margin-bottom: 12px;
    line-height: 124%;
    padding-left: 33px;
  }
  .extra-right ul {
    font-size: 14px;
    margin-top: 28px;
  }
}

@media (max-width: 1170px) {
  .extra-div {
    margin-top: 31px;
  }
  .extra-left p {
    font-size: 15px;
    padding-top: 2px;
    margin-top: 0;
  }
  .extra-left ul {
    font-size: 12px;
    margin-top: 18px;
  }
  .extra-left ul li {
    margin-bottom: 15px;
    padding-left: 21px;
  }
  .extra-container {
    padding: 9px 13px;
    border-radius: 17px;
  }
  .extra-right p {
    font-size: 16px;
  }
  .extra-right ul {
    font-size: 14px;
    margin-top: 14px;
  }
  .extra-right ul li {
    margin-bottom: 18px;
    line-height: 124%;
    padding-left: 33px;
  }
}

@media (max-width: 570px) {
  .extra-left {
    width: 100%;
    padding-right: 0;
    margin-right: 0;
    border: none !important;
  }.extra-left p {
    font-size: 20px;
    padding-top: 0px;
    margin-top: 0;
}.extra-left ul {
    font-size: 14px;
    margin-top: 18px;
}.extra-left ul li {
    margin-bottom: 10px;
    padding-left: 26px;
    line-height: 130%;
}.extra-right {
    width: 100%;
    padding-bottom: 3rem;
    left: -15px;
    width: calc(100% + 30px);
    margin-top: 39px;
}.extra-container {
    padding: 21px 15px;
    border-radius: 17px;
}.extra-right p {
    font-size: 24px;
}.extra-right ul {
    font-size: 14px;
    margin-top: 23px;
}.extra-right ul li {
    margin-bottom: 12px;
    line-height: 124%;
    padding-left: 27px;
}
}

/* End */


/* Start:/local/components/magnetto/info/templates/cards/style.css?17309668334070*/
 
.info-text {
    font-size: 32px;
    font-weight: 600;
    line-height: 149%;
}.info-text small {
    font-size: 19px;
    line-height: 144%;
    display: inline-block;
    font-weight: 400;
}.info-item {
    padding-left: 50px;
    font-size: 20px;
    font-weight: 600;
    line-height: 120%;
    margin-bottom: 35px;
}.info-item:before {
    content: '\00B7';
    color: #A5ED43;
    position: absolute;
    left: 0;
    top: 0;
    font-size: 110px;
    line-height: 0;
    top: 5px;
}.info-item.list-style-check:before {
    background: url('data:image/svg+xml,<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><circle cx="12" cy="12" r="12" fill="%23A5ED43"/><path fill-rule="evenodd" clip-rule="evenodd" d="M8.73438 11.9171L11.1178 14.3006L15.8847 9.53369" fill="%23A5ED43"/><path d="M8.73438 11.9171L11.1178 14.3006L15.8847 9.53369" stroke="black" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>');
    height: 24px;
    width: 24px;
    background-repeat: no-repeat;
    content: '';
    top: 0;
} 
.info-item p {
    font-weight: 600;
}
img.info-img {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 28%;
    height: auto;
}video.tasks-video {
    position: absolute;
    right: 0px;
    top: 0;
    max-height: 560px;
    max-width: 700px;
    bottom: -14%;
    margin: auto;
}
.theme--compare .w-50 {
    width: 42% !important;
}
.theme--compare .w-50:nth-child(1)::after {
    content: '';
    position: absolute;
    top: 0;
    right: -38%;
    margin: 0 auto;
    width: 248px;
    height: 308px;
    background-image: url(https://magnetto.pro/local/templates/magnetto/images/double-arrow.png);
    background-size: cover;
}
.theme--small .faq-card.bg-lightgray {
    background-color: #f5f5f5 !important;
    /* padding-right: 0; */
}
.info-block-card{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}


@media (max-width: 1650px) {
    .info-item {
        padding-left: 22px;
        font-size: 14px;
        font-weight: 600;
        line-height: 120%;
        margin-bottom: 19px;
    }.info-item:before {
        content: '\00B7';
        color: #A5ED43;
        position: absolute;
        left: 0;
        top: 0;
        font-size: 50px;
        line-height: 0;
        top: 6px;
    }video.tasks-video {
        position: absolute;
        right: -20px;
        top: 0;
        max-height: 360px;
        bottom: -14%;
        margin: auto;
        max-width: 500px;
    }.theme--compare .w-50:nth-child(1)::after { 
        width: 205px;
        height: 248px;
    }
}

@media (max-width: 1170px) {
    .info-wrapper {
        padding: 12px 0;
    }.info-item { 
        margin-bottom: 15px;
    }.info-wrapper .w-60 {
        width: 100%;
    }video.tasks-video {
        position: absolute;
        right: 0px;
        top: 0;
        max-height: 280px;
        bottom: 1%;
        margin: auto;
        max-width: 400px;
    }.theme--compare .w-50 {
        width: 100% !important;
    }.theme--compare .w-50:nth-child(1){
        margin-bottom: 162px!important;
    }
    .theme--compare .w-50:nth-child(1)::after {
        right: 0;
        left: 0;
        margin: 0 auto;
        top: auto;
        bottom: -183px;
        width: 160px;
        height: 202px;
        transform: rotate(90deg);
    }
}

@media (max-width: 570px) {
    .info-wrapper {
        padding: 10px 0;
    }.info-item {
        padding-left: 17px;
        font-size: 12px;
        font-weight: 600;
        line-height: 137%; 
        margin-bottom: 17px;
    }.info-item:before{
        left: -4px;
    }img.info-img{
        display: none;
    }video.tasks-video{
        display: none;
    }.theme--compare .w-50:nth-child(1){
        margin-bottom: 88px!important;
    }
    .theme--compare .w-50:nth-child(1)::after {
        right: 0;
        left: 0;
        margin: 0 auto;
        top: auto;
        bottom: -95px;
        width: 87px;
        height: 108px;
        transform: rotate(90deg);
    }
}
/* End */


/* Start:/local/components/magnetto/review/templates/small-black/style.css?175735268011029*/
/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/

.review-content-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 90px;
}
.review-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 27px 1fr 27px 1fr;
  grid-template-columns: repeat(3, 1fr);
  -ms-grid-rows: 313px 26px 365px;
  grid-template-rows: 313px 365px;
  -webkit-column-gap: 27px;
  -moz-column-gap: 27px;
  column-gap: 27px;
  margin-top: 75px;
  margin-bottom: 77px;
  row-gap: 26px;
}
.review-wrapper {
  background: white;
  border-radius: 25px;
  border: 1px solid white;
  padding: 30px 30px;
  color: black;
}
.review-wrapper .avatar {
  width: 100px;
  height: 100px;
  background-size: cover;
  border-radius: 50% !important;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 29px;
}
.review-content-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: auto;
}
.review-wrapper .show-more:hover {
  color: #a5f469;
}
.review-grid.review-grid-1 {
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
}
.review-item-title {
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: bold;
}
.review-item-job {
  font-size: 18px;
}
.review-text-wrap {
  margin-top: 23px;
}
.review-text {
  font-size: 18px;
  /* margin-top: 36px; */
  line-height: 134%;
}

.review-wrapper .show-more {
  font-size: 20px;
  font-weight: 300;
  margin-top: 23px;
}
.review-wrapper .show-more svg {
  margin-left: 9px;
  top: -1px;
}
.review-wrapper .show-more svg path { 
  fill: black;
  color: black;
}.review-wrapper .show-more {
  color: black; 
  display: inline-block;
  font-weight: bold;
  border-bottom: thin solid transparent;
}.review-wrapper .show-more:hover {
  color: black;
  border-color: black;
}
.text-overflow {
  margin: 0;
  -webkit-line-clamp: 3;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.avatar {
  width: 100px;
  height: 100px;
  background-size: cover;
  border-radius: 50%;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 28px;
}

.show-more {
  cursor: pointer;
  color: #a5f469;
  text-underline-position: under;
}

.show-more:hover {
  color: white;
  text-decoration: none;
}

#reviewModal .modal-content {
  border-radius: 15px; 
  border: none;
}

#reviewModal .modal-content .btn-close {
  position: absolute;
  right: 13px;
  top: 0;
  width: auto;
  height: auto;
  border: none;
  color: #33363F;
  border-radius: 0;
  z-index: 10;
  /* box-shadow: 0 10px 42px 0 rgba(118, 113, 171, 0.15); */
  /* background: #fff; */
  opacity: 1;
  /* transition: all 0.3s ease; */
  background: none;
  font-size: 38px;
}
#reviewModal .modal-content .btn-close:hover {
  -webkit-transform: scale(1.1) rotate(90deg);
  -ms-transform: scale(1.1) rotate(90deg);
  transform: scale(1.1) rotate(90deg);
}
.button.modal-btn {
  min-width: 49%;
  font-size: 17px;
  font-weight: 600;
}
div#modal-full-text {
  font-size: 24px;
  line-height: 140%;
  padding: 90px 50px;
}
.modal-review {
  max-width: 1095px;
}

.review-slider {
  left: 0;
  width: 100%;
  padding: 33px 0;
}
.review-swiper-button.swiper-button-prev {
  left: 0;
}
.swiper {
  overflow: visible;
}
.review-swiper-button.swiper-button-prev,
.review-swiper-button.swiper-button-next {
  width: 48px;
}
.review-swiper-button.swiper-button-next {
  right: 0;
}
.review-swiper-button.swiper-button-prev,
.review-swiper-button.swiper-button-next {
  width: 56px;
  border: 1px solid white;
  border-radius: 50%;
  height: 56px;
  top: -30px;
}
.review-swiper-button.swiper-button-prev svg,
.review-swiper-button.swiper-button-next svg {
  opacity: 0;
}
.review-swiper-button.swiper-button-next {
  left: auto;
  right: 0;
}
.review-swiper-button::after {
  content: "";
  display: block;
  height: 100%;
  left: -2px;
  background-repeat: no-repeat;
  width: 100%;
  background-position: center;
  position: absolute;
  margin: auto;
  background-image: url('data:image/svg+xml,<svg width="13" height="23" viewBox="0 0 13 23" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M12 1L2 11.5L12 22" stroke="white" stroke-width="1.5" stroke-linecap="round"/></svg>');
}
.review-swiper-button.swiper-button-prev {
  right: 80px;
  left: auto;
}
.review-swiper-button:hover {
  background: rgb(255 255 255 / 27%);
}
.swiper-button-next:after {
  transform: scaleX(-1);
  left: 2px;
}
.swiper-button-next:after,
.swiper-button-prev:after {
  font-size: 51px;
  color: #a5ed43;
}
.swiper-button-next:after,
.swiper-button-prev:after {
  /* display: none; */
}
.swiper-slide.review-slide.swiper-slide-next
  + .swiper-slide.review-slide
  + .swiper-slide.review-slide,
.swiper-slide.review-slide.swiper-slide-prev {
  /* opacity: 0; */
  transition: 0.3s all;
}
.review-swiper-pagination {
  opacity: 0;
  display: none;
}

@media (max-width: 1650px) {
  .review-grid {
    margin-top: 45px;
  }
  .review-wrapper .avatar {
    width: 60px;
    height: 60px;
    background-size: cover;
    border-radius: 50%;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 19px;
  }
  .review-item-title {
    font-size: 13px;
    font-weight: 400;
    margin-bottom: 4px;
  }
  .review-item-job {
    font-size: 12px;
    line-height: 141%;
  }
  .review-text-wrap {
    margin-top: 20px;
  }
  .review-text {
    font-size: 12px;
    line-height: 140%;
  }
  .review-grid {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 20px 1fr 20px 1fr 20px 1fr 20px 1fr;
    grid-template-columns: repeat(5, 1fr);
    -ms-grid-rows: 434px;
    grid-template-rows: 434px;
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
    margin-top: 45px;
    margin-bottom: 51px;
    row-gap: 20px;
  }

  .review-wrapper {
    background: white;
    border-radius: 25px;
    border: 1px solid white;
    padding: 30px 30px;
    color: black;
  }
  .review-wrapper .show-more {
    font-size: 13px;
  }
  .text-overflow {
    -webkit-line-clamp: 4;
  }

  div#modal-full-text {
    font-size: 20px;
    line-height: 140%;
    padding: 70px 50px;
  }
  .modal-review {
    max-width: 928px;
  } 

  #reviewModal .modal-content .btn-close {
    right: 70px;
    top: 29px;
    font-size: 36px;
  }
  .review-wrapper .show-more svg {
    margin-left: 5px;
    width: 12px;
  }
}

@media (max-width: 1170px) {
  .review-grid {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 13px 1fr 13px 1fr 13px 1fr 13px 1fr 13px 1fr 13px 1fr;
    grid-template-columns: repeat(7, 1fr);
    -ms-grid-rows: 505px;
    grid-template-rows: 505px;
    -webkit-column-gap: 13px;
    -moz-column-gap: 13px;
    column-gap: 13px;
    margin-top: 27px;
    margin-bottom: 51px;
    row-gap: 20px;
  }

  .review-wrapper {
    padding: 12px 18px;
  }
  .review-wrapper .avatar {
    width: 53px;
    height: 53px;
    background-size: cover;
    border-radius: 50%;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 16px;
  }
  .review-text-wrap {
    margin-top: 33px;
  }
  #reviewModal .modal-body {
    padding: 21px;
  }
  .button.modal-btn {
    min-width: 100%;
    font-size: 17px;
    font-weight: 600;
  }
  .review-text {
    font-size: 12px;
    line-height: 116%;
  }
  div#modal-full-text {
    font-size: 16px;
    line-height: 140%;
    padding: 60px 27px !important;
  }
  .modal-review {
    max-width: 886px;
  } 

  #reviewModal .modal-content .btn-close {
    right: 50px;
    top: 22px;
    font-size: 32px;
  }

  .swiper-button-next:after,
  .swiper-button-prev:after {
    font-size: 37px;
  }
  .review-swiper-button.swiper-button-next {
    right: 7px;
  }
  .review-swiper-button.swiper-button-prev {
    left: auto;
  }
  .review-wrapper .show-more {
    font-size: 12px;
  }
  .review-wrapper .show-more svg {
    width: 12px;
    top: -1px;
  }
  .swiper-slide.review-slide.swiper-slide-next + .swiper-slide.review-slide,
  .swiper-slide.review-slide.swiper-slide-prev {
    opacity: 0;
    transition: 0.3s all;
  }
}

@media (max-width: 570px) {
  .review-grid {
    display: block;
    -ms-grid-columns: 1fr 13px 1fr 13px 1fr 13px 1fr 13px 1fr 13px 1fr 13px 1fr;
    grid-template-columns: repeat(7, 1fr);
    -ms-grid-rows: 505px;
    grid-template-rows: 505px;
    -webkit-column-gap: 13px;
    -moz-column-gap: 13px;
    column-gap: 13px;
    margin-top: 23px;
    margin-bottom: 51px;
    row-gap: 20px;
  }
  .review-wrapper {
    padding: 43px 25px;
  }
  .review-wrapper .avatar {
    width: 60px;
    height: 59px;
    background-size: cover;
    border-radius: 50%;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 17px;
  }
  .review-item-title {
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 6px;
  }
  .review-item-job {
    font-size: 12px;
    line-height: 131%;
  }
  .review-text-wrap {
    margin-top: 15px;
  }
  .review-text {
    font-size: 12px;
    line-height: 143%;
  }
  .text-overflow {
    margin: 0;
    -webkit-line-clamp: 4;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  .review-wrapper .show-more {
    font-size: 13px;
    margin-top: 12px;
  }
  #reviewModal .modal-body {
    padding: 0px;
  }
  div#modal-full-text {
    font-size: 14px;
    line-height: 126%;
    padding: 40px 18px !important;
  }
  .modal-review {
    max-width: 100%;
    margin: 20px 0;
  } 
  #reviewModal .modal-content .btn-close {
    right: 6px;
    top: 2px;
    font-size: 31px;
  }
  #reviewModal .review-text {
    font-size: 12px;
    line-height: 143%;
  }
  #reviewModal .review-wrapper {
    padding: 20px 16px;
  }
  .swiper-button-next:after,
  .swiper-button-prev:after {
    font-size: 17px;
  }
  .review-swiper-button.swiper-button-next {
    right: 2px;
    top: 27px;
    background: rgb(255 255 255 / 13%);
    border-radius: 50%;
    height: 34px;
    width: 34px;
  }
  .review-swiper-button.swiper-button-prev {
    left: 2px;
    top: 27px;
    background: rgb(255 255 255 / 13%);
    border-radius: 50%;
    height: 34px;
    width: 34px;
  }
  .review-swiper-button.swiper-button-prev {
    left: auto;
    right: 50px;
  }
  .review-slider {
    left: 0;
    width: 100%;
    padding: 0;
    top: 0;
    padding-top: 23px;
  }
  .review-swiper-button.swiper-button-prev,
  .review-swiper-button.swiper-button-next {
    display: none;
  }
  .review-slider .swiper-wrapper {
    padding-bottom: 35px;
  }
  .review-slider span.swiper-pagination-bullet {
    margin: 0 2px !important;
  }
  .review-swiper-pagination {
    opacity: 1;
    display: block;
  }.swiper-slide {
    height: auto;
    margin-right: 5px;
}
}

/* End */


/* Start:/local/components/magnetto/customers-new/templates/marquee/style.css?17247134841177*/
.parthers-marquee .marquee-container {
  height: 150px;
  margin: 0px 0 0;
  padding: 4px 0;
}
.parthers-marquee .marquee {
  animation: scroll 125s linear infinite;
}
.parthers-marquee .marq-items {
  gap: 20px;
}
.parthers-marquee .marq-item {
  height: 125px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: #313131;
  border-radius: 20px;
  padding: 14px 30px;
}
.parthers-marquee .marq-items-wrap {
  gap: 20px;
}
.parthers-marquee img {
  max-height: 100%;
  filter: invert(1) grayscale(1) brightness(140%);
}
.parthers-marquee {
  padding: 40px 0;
}
.parthers-marquee img {
  max-width: 240px;
  max-height: 100%;
}

@media (max-width: 768px) {
  .parthers-marquee .marquee-container {
    height: 71px;
    margin: 0px 0 0;
    padding: 4px 0;
  }
  .parthers-marquee .marq-item {
    height: 64px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: #313131;
    border-radius: 10px;
    padding: 13px 16px;
  }
  .parthers-marquee img {
    max-width: 81px;
    max-height: 100%;
  }
}

/* End */


/* Start:/local/components/magnetto/form/templates/main-new/style.css?17325140219492*/
/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/

.checkbox-label .form-check-input {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 0;
  opacity: 0;
  margin: 0;
  z-index: 2;
}
input.form-check-input:checked + div {
  background-color: #19191a;
  color: white;
}
.form-check-input {
  width: 22px;
  height: 22px;
}

.send-success svg {
  flex-shrink: 0;
}

.send-form.sended {
  opacity: 0!important; 
}
.send-error,
.send-success,
.send-form {
  -webkit-transition: 0.7s all;
  -o-transition: 0.7s all;
  transition: 0.7s all;
}
.send-error,
.send-success {
  opacity: 0;
  -webkit-transform: scale(0.5);
  -ms-transform: scale(0.5);
  transform: scale(0.5);
}
.send-error.show,
.send-success.show {
  opacity: 1;
  position: absolute;
  left: 0;
  top: 0;
  margin: auto;
  right: 0;
  bottom: 0;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
#policy-check:checked {
  background-color: #a5f469;
  top: -1px;
  border-color: #a5f469;
}

.input-box input,
.input-box select,
.input-box textarea {
  width: 100%;
  font-size: 20px;
  color: #1c1c1c;
  /* border-bottom: thin solid #1C1C1C; */
  padding: 8px 0;
  margin-bottom: 15px;
  height: 55px;
}
.input-box-select:after{
  
  content: '';
  position: absolute;
  margin: 0;
  top: 30%;
  bottom: 0;
  right: 20px;
  width: 14px;
  height: 14px;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url('data:image/svg+xml,<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M9 1.9585C9 1.40621 8.55228 0.958496 8 0.958496C7.44772 0.958496 7 1.40621 7 1.9585L9 1.9585ZM7.29289 14.7486C7.68342 15.1392 8.31658 15.1392 8.70711 14.7486L15.0711 8.38469C15.4616 7.99416 15.4616 7.361 15.0711 6.97047C14.6805 6.57995 14.0474 6.57995 13.6569 6.97047L8 12.6273L2.34315 6.97047C1.95262 6.57995 1.31946 6.57995 0.928932 6.97047C0.538408 7.361 0.538408 7.99416 0.928932 8.38469L7.29289 14.7486ZM7 1.9585L7 14.0415L9 14.0415L9 1.9585L7 1.9585Z" fill="%23727272"/></svg>');
}
.input-box input::-webkit-input-placeholder {
  color: #1c1c1c;
}
.input-box input::-moz-placeholder {
  color: #1c1c1c;
}
.input-box input:-ms-input-placeholder {
  color: #1c1c1c;
}
.input-box input::-ms-input-placeholder {
  color: #1c1c1c;
}
.input-box input::placeholder {
  color: #1c1c1c;
}
.input-box textarea {
  margin-bottom: 0;
  height: calc(100% - 32px);
  line-height: 157%;
}
.input-box.input-box-textarea:after {
  content: "";
  position: absolute;
  left: 0;
  top: 43px;
  width: 100%;
  height: 42px;
  border: thin solid #1c1c1c;
  border-width: thin 0;
}
.form-service-item .btn-rec.big-btn-rec {
  font-size: 20px;
  padding: 19px 51px;
  text-align: center;
}
.input-box.input-box-textarea {
  -ms-grid-column: 2;
  grid-column: 2;
  -ms-grid-row: 2;
  -ms-grid-row-span: 2;
  grid-row: 2 / 4;
  height: 152px;
}
input.form-check-input.form-input-checkbox {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 0;
  margin: 0;
  z-index: 2;
  opacity: 0;
  cursor: pointer;
}
input.form-check-input.form-input-checkbox:checked + .btn-rec {
  background: #b4f759;
  border-color: #b4f759;
  color: black;
  font-weight: 600;
}
select.default-input option {
  color: black;
}
.input-box-select svg {
  position: absolute;
  right: 18px;
  top: 22px;
  width: 20px;
  pointer-events: none;
}
.form-wrapper .input-box {
  width: 47%;
  align-self: stretch;
}
.default-input,
.input-box .default-input {
  width: 100%;
  /* color: white; */
  background: white;
  border: thin solid white;
  border-radius: 10px;
  padding-left: 17px;
}

.bg-darker
.default-input, 
.bg-darker .input-box .default-input,
.bg-black
.default-input, 
.bg-black .input-box .default-input{
  background: #313131;
  border-color: #313131;
  color: white;
}

.bg-darker
.default-input:focus, 
.bg-darker .input-box .default-input:focus,
.bg-black
.default-input:focus, 
.bg-black .input-box .default-input:focus{
  border-color: #A7A7A7;
}
.input-box.input-box-textarea {
  height: 202px;
}
.default-form-button.btn-rec {
  padding: 22px 81px;
  font-size: 18px;
}
.form-polit-descr {
  font-size: 18px;
  color: #919191;
  max-width: 100%;
  line-height: 140%;
  margin: 12px 0 27px;
}
.select-wrapper {
  /* border: 1px solid #FFFFFF; */
  /* min-height: 36px; */
  font-size: 20px;
  /* padding-left: 9px; */
  margin-bottom: 15px;
  background: white;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  border-radius: 10px;
}
.select-dropdown {
  position: absolute;
  top: 43px;
  left: -1px;
  width: calc(100% + 2px);
  border: 1px solid #ffffff;
  min-height: 36px;
  font-size: 20px;
  z-index: 1;
  background: white;
  /* border-top: 0; */
}
.select-dropdown-option {
  padding: 12px 16px;
  cursor: pointer;
}
.select-dropdown-option:hover {
  background: #919191;
}
.select-current {
  padding: 17px 16px;
  cursor: pointer;
  width: 100%;
}

.form-wrapper .input-box {
  width: 100%;
  align-self: stretch;
}
.bg-black .send-success .title,
.bg-darker .send-success .title {
  color: white;
}
@media (max-width: 1650px) {
  .super-big-btn-rec {
    font-size: 21px;
    font-weight: 600;
    padding: 10px 136px;
    margin-top: 10px;
  }
  .form-title-descr {
    font-size: 15px;
    margin: 28px 0px 20px;
  }
  .form-grid {
    margin-top: 34px;
    -webkit-column-gap: 58px;
    -moz-column-gap: 58px;
    column-gap: 58px;
  }
  .form-floating > .form-control,
  .form-floating > .form-control-plaintext {
    height: 44px;
  }
  .super-big-btn-rec {
    font-size: 16px;
    font-weight: 600;
    padding: 14px 100px;
    margin-top: 10px;
  }
  .form-floating > .form-control {
    height: 48px;
  }
  .btn-rec.mid-btn-rec {
    font-size: 12px;
    text-align: center;
    padding: 9px 28px;
  }
  .form-header {
    font-size: 14px;
    font-weight: 600;
  }
  .form-service-item .btn-rec.big-btn-rec {
    font-size: 16px;
    padding: 5px 19px;
    text-align: center;
  }
  .input-box textarea {
    margin-bottom: 0;
    height: calc(100% - 27px);
    line-height: 157%;
  }
  .input-box.input-box-textarea:after {
    content: "";
    position: absolute;
    left: 0;
    top: 24px;
    width: 100%;
    height: 26px;
    border: thin solid #1c1c1c;
    border-width: thin 0;
  }
  .input-box.input-box-budget {
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1/3;
    margin: 12px 0 1px;
    height: 108px;
  }
  .range-slider-wrapper {
    margin: 0px 0 27px;
  }
  .input-box-budget .irs--round .irs-handle {
    top: 28px;
    width: 20px;
    height: 20px;
    border: 5px solid white;
    background-color: #a5f469;
    border-radius: 24px;
    -webkit-box-shadow: 0 0px 0px 3px rgb(165 244 105 / 47%);
    box-shadow: 0 0px 0px 3px rgb(165 244 105 / 47%);
  }
  .input-box-budget .irs--round .irs-from,
  .input-box-budget .irs--round .irs-to,
  .input-box-budget .irs--round .irs-single {
    font-size: 14px;
    line-height: 1;
    text-shadow: none;
    padding: 0;
    color: white;
    border-radius: 0;
    top: -11px;
    /* border-bottom: 1px solid black; */
    padding-bottom: 4px;
  }
  .input-box-budget .irs--round .irs-from:before,
  .input-box-budget .irs--round .irs-to:before,
  .input-box-budget .irs--round .irs-single:before {
    position: absolute;
    display: none;
    content: "";
    bottom: -16px;
    left: 45%;
    width: 0;
    height: 0;
    margin-left: -3px;
    overflow: hidden;
    border: 9px solid transparent;
    border-top-color: #a5f469;
  }
  .input-box-budget .irs--round .irs-min,
  .input-box-budget .irs--round .irs-max {
    font-size: 14px;
    line-height: 1;
    text-shadow: none;
    padding: 3px 0;
    background-color: transparent;
    color: #676767;
    border-radius: 0;
    top: 64px;
    border-bottom: 1px solid black;
    padding-bottom: 3px;
    visibility: visible !important;
  }
  .input-box-budget .irs--round .irs-min:after,
  .input-box-budget .irs--round .irs-max:after {
    content: "руб.";
    margin-left: 26px;
  }
  .form-check-input {
    width: 16px;
    height: 16px;
  }
  .default-form-button.btn-rec {
    padding: 13px 49px;
    font-size: 14px;
  }
  .send-form.--default {
    padding-bottom: 40px;
  }
  .input-box.input-box-textarea {
    height: 134px;
  }
  .form-wrapper {
    display: flex;
    flex-flow: column wrap;
    height: auto;
    align-content: space-between;
    margin: 0;
  }
}

@media (max-width: 1170px) {
  .form-wrapper {
    margin-top: 44px;
  }
}

@media (max-width: 570px) {
  .form-wrapper {
    margin: 51px 0 0;
  }
  .default-input,
  .input-box .default-input {
    width: 100%;
    /* color: white; */
    background: white;
    border: thin solid white;
    border-radius: 10px;
    padding-left: 17px;
    height: 48px;
    margin-bottom: 15px;
    font-size: 14px;
  }
  .form-polit-descr {
    font-size: 14px;
    color: #919191;
    max-width: 100%;
    line-height: 130%;
    margin: 12px 0 27px;
    text-align: center;
  }
}

/* End */


/* Start:/local/components/magnetto/modals/templates/base-modal-form/style.css?17443642935818*/
.modal .modal-content {
  position: relative;
  border-radius: 0;
}

.modal .modal-content .btn-close {
  position: absolute;
  right: 12px;
  top: 5px;
  width: auto;
  height: auto;
  border: none;
  border-radius: 0;
  z-index: 10;
  /* box-shadow: 0 10px 42px 0 rgba(118, 113, 171, 0.15); */
  /* background: #fff; */
  opacity: 1;
  /* transition: all 0.3s ease; */
  background: none;
  font-size: 27px;
}
.modal-title {
  font-size: 38px;
  font-weight: 600;
  margin-top: 0;
}
p.modal-descr {
  font-size: 14px;
  text-align: left;
  line-height: 130%;
  margin-top: 40px;
}
.modal .separator {
  margin: 18px 0;
  background: #cecece;
}
span.modal-close {
  color: #222222;
  font-size: 30px;
  z-index: 3;
  cursor: pointer;
  position: absolute;
  right: 20px;
  top: 13px;
}
.modal .modal-content .btn-close:hover {
  -webkit-transform: scale(1.1) rotate(90deg);
  -ms-transform: scale(1.1) rotate(90deg);
  transform: scale(1.1) rotate(90deg);
}
.modal .form-floating {
  position: relative;
  margin-bottom: 10px;
}
.modal-tr {
  border-radius: 17px;
  background: #a5f469;
  padding: 13px 20px;
  text-align: center;
  font-size: 15px;
  font-weight: 600;
  line-height: 120%;
  max-width: 32%;
}
.modal .modal-content .btn-close svg {
  margin-top: -5px;
}
.modal .form-floating > label {
  top: 1px;
  padding: 11px 0;
  font-size: 17px;
  font-weight: 300;
  font-size: 16px;
}
.modal .form-control {
  padding: 10px 0;
  border-radius: 0;
  /* background-color: #f3f6f8; */
  border: none;
  border-bottom: thin solid #b7b7b7;
  height: auto;
  padding-top: 16px;
}
.modal .btn {
  padding: 0.7rem 2.5rem;
}
.button.modal-btn {
  min-width: 49%;
  font-size: 17px;
  font-weight: 600;
}
.form-control {
  -webkit-transition: background-color 0.3s ease;
  -o-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
.modal .form-control.is-invalid {
  background-color: #fff3f3 !important;
  padding-right: calc(1.4em + 0.2rem);
  /*background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12 2.5c-5.2 0-9.5 4.3-9.5 9.5s4.2 9.5 9.5 9.5c5.2 0 9.5-4.2 9.5-9.5 0-5.2-4.3-9.5-9.5-9.5zM6.7 5.8C8.1 4.6 10 3.9 12 3.9c4.5 0 8.1 3.6 8.1 8.1 0 2-.7 3.9-1.9 5.3L6.7 5.8zm-.9.9C4.6 8.1 3.9 10 3.9 12c0 4.5 3.6 8.1 8.1 8.1 2 0 3.9-.7 5.3-1.9L5.8 6.7z' fill-rule='evenodd' fill='%23ed5050'/%3e%3c/svg%3e");*/
  background-repeat: no-repeat;
  background-position: right calc(0.35em + 0.05rem) center;
  background-size: calc(0.7em + 0.1rem) calc(0.7em + 0.1rem);
}

.send-form.sended {
  opacity: 0;
}
.send-error,
.send-success,
.send-form {
  -webkit-transition: 0.7s all;
  -o-transition: 0.7s all;
  transition: 0.7s all;
}
.send-error,
.send-success {
  opacity: 0;
  -webkit-transform: scale(0.5);
  -ms-transform: scale(0.5);
  transform: scale(0.5);
}
.send-error.show,
.send-success.show {
  opacity: 1;
  position: absolute;
  left: 0;
  top: 0;
  margin: auto;
  right: 0;
  bottom: 0;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.send-success svg {
  flex-shrink: 0;
}
.text-white .send-success {
  color: white;
}
.modal-dialog.modal-100 {
  --ar-modal-width: 1600px;
}
.modal .modal-100 .custom-modal-content {
  border-radius: 40px;
  padding: 43px 33px 25px;
}
.modal-new * {
  font-family: "Gilroy";
}
.modal-new span.modal-close {
  font-size: 55px;
  right: 33px;
  top: 23px;
}
.modal-new .default-input {
  background: #f5f5f5;
}
@media (max-width: 1650px) {
  .modal-dialog.modal-100 {
    --ar-modal-width: 1312px;
  }
}

@media (max-width: 1318px) {
  .modal .modal-body {
    padding: 21px;
  }
  .modal-new span.modal-close {
    font-size: 35px;
    right: 23px;
    top: 19px;
  }
  .modal-dialog.modal-100 {
    --ar-modal-width: 636px;
  }
  .modal-title {
    font-size: 29px;
    font-weight: 600;
    margin-top: 26px;
  }
  .modal-tr {
    border-radius: 17px;
    background: #a5f469;
    padding: 9px 9px;
    text-align: center;
    font-size: 13px;
    font-weight: 600;
    line-height: 120%;
    max-width: 32%;
  }
  .button.modal-btn {
    min-width: 100%;
    font-size: 17px;
    font-weight: 600;
  }
  .modal .form-floating > label {
    top: 1px;
    padding: 11px 0;
    font-weight: 300;
    font-size: 13px;
  }
  .modal .form-control {
    padding: 5px 0;
    border-radius: 0;
    /* background-color: #f3f6f8; */
    border: none;
    border-bottom: thin solid #b7b7b7;
    height: auto;
    padding-top: 17px;
  }
  .modal .form-floating {
    position: relative;
    margin-bottom: 7px;
  }
}

@media (max-width: 570px) {
  .modal .modal-body {
    padding: 0px;
    width: 100%;
    margin: 0;
  }
  .modal-content.custom-modal-content {
    padding: 1px 9px 13px;
  }
  .modal-title {
    font-size: 26px;
    font-weight: 600;
    margin-top: 28px;
    line-height: 110%;
  }
  .modal-tr {
    border-radius: 7px;
    background: #a5f469;
    padding: 7px 9px;
    text-align: center;
    font-size: 13px;
    margin: 0 auto;
    font-weight: 600;
    line-height: 120%;
    max-width: 88%;
    margin-bottom: 7px;
  }
  p.modal-descr {
    font-size: 12px;
    text-align: left;
    line-height: 130%;
    margin-top: 26px;
  }
  .modal-dialog.modal-100 {
    --ar-modal-width: 100%;
  }
  .modal .modal-100 .custom-modal-content {
    border-radius: 27px;
    padding: 16px 10px 15px;
  }
  .modal-new span.modal-close {
    font-size: 35px;
    right: 17px;
    top: 11px;
  }
}

/* End */
/* /local/components/magnetto/benefits/templates/card-new/style.css?17527534111704 */
/* /local/components/magnetto/grid/templates/grid-new/style.css?17636791434494 */
/* /local/components/magnetto/cases/templates/cards/style.css?1752841566464 */
/* /local/components/magnetto/faq/templates/new/style.css?17563760834474 */
/* /local/components/magnetto/service/templates/extra/style.css?17001595062716 */
/* /local/components/magnetto/info/templates/cards/style.css?17309668334070 */
/* /local/components/magnetto/review/templates/small-black/style.css?175735268011029 */
/* /local/components/magnetto/customers-new/templates/marquee/style.css?17247134841177 */
/* /local/components/magnetto/form/templates/main-new/style.css?17325140219492 */
/* /local/components/magnetto/modals/templates/base-modal-form/style.css?17443642935818 */
