

/* Start:/local/components/magnetto/grid/templates/grid-new/style.css?17684952214541*/
.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;
  }

  .benefit-card-text{
    font-size: 16px;
  }
  .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/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/customers-new/templates/grid/style.css?17464340942093*/
 
.parthers-item {
  height: 125px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: #313131;
  min-width: 181px;
  flex-grow: 1;
  border-radius: 20px;
  margin-bottom: 40px;
  padding: 14px 30px;
} 

.parthers-item img {
  max-height: 100%;
  filter: invert(1) grayscale(1) brightness(140%);
  transition: 0.2s all;
}
 
a.parthers-item:hover img{
  filter: none;
  transform: scale(1.1);
}
.parthers-item img {
  max-width: 240px;
  max-height: 100%;
}
.theme--SMALL .parthers-item {
  height: 99px;
  display: flex
;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: #313131;
  min-width: 102px;
  flex-grow: 1;
  border-radius: 20px;
  margin-bottom: 0px;
  padding: 25px 32px;
}
.swiper-slide .card-new{
  opacity: 1!important;
  animation: none!important;
}
@media (max-width: 1318px) { 
   
  .parthers-item { 
    margin-bottom: 20px; 
  } 

  .theme--SMALL .parthers-item {
    height: 71px;
    display: flex
;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: #313131;
    min-width: 68px;
    flex-grow: 1;
    border-radius: 11px;
    margin-bottom: 0px;
    padding: 17px 28px;
}

}

@media (max-width: 570px) { 
  .parthers-item  {
    height: 88px;
    display: flex;
    margin-bottom: 5px; 
    flex-direction: column;
    align-items: center;
    min-width: auto;
    justify-content: center;
    background: #313131;
    border-radius: 10px;
    padding: 13px 16px;
  }
  .parthers-item img {
    max-width: 81px;
    max-height: 100%;
  }    .theme--SMALL .parthers-item {
    height: 52px;
    display: flex
;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: #313131;
    min-width: 54px;
    flex-grow: 1;
    border-radius: 11px;
    margin-bottom: 0px;
    padding: 11px 21px;
}.gap-3.theme--SMALL {
  gap: 10px !important;
}.parthers-marquee {
  padding: 20px 0;
}
}

/* 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 */
/* /local/components/magnetto/grid/templates/grid-new/style.css?17684952214541 */
/* /local/components/magnetto/benefits/templates/card-new/style.css?17527534111704 */
/* /local/components/magnetto/customers-new/templates/grid/style.css?17464340942093 */
/* /local/components/magnetto/form/templates/main-new/style.css?17325140219492 */
