

/* Start:/local/components/magnetto/benefits/templates/grid-new/style.css?1743539143834*/
.benefit-grid-new {
  margin: 0 0 0;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  gap: 20px;
}
.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;
}

@media (max-width: 768px) {
  .benefit-card-new {
    padding: 13px;
  }
  img.benefit-card-new-img {
    width: 40px;
    margin-right: 20px;
    height: auto;
  }
  .benefit-card-text {
    font-size: 16px;
  }img.benefit-card-new-img {
    width: 40px;
    margin-right: 16px;
    height: auto;
}.avatar {
  width: 76px;
  height: 76px;
  background-size: cover;
  border-radius: 50%;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 10px;
}
}

/* 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/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/certification/style.css?17266528676925*/
.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: 35px;
    right: 33px;
    top: 23px;
  }
  .modal-new span.modal-close:hover svg path {
    stroke: black!important
  }
  .modal-new .default-input {
    background: #f5f5f5;
  }
  .custom-modal-content *{
    animation: none!important;
    opacity: 1!important;
  }
  @media (max-width: 1650px) {
    .modal-dialog.modal-100 {
      --ar-modal-width: 1312px;
    }
  }
  
  @media (max-width: 1318px) {
    .modal .modal-body {
      padding: 21px;
    }
    .cert-banner-modal { 
        display: flex;
        flex-direction: column-reverse;
    }
    .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 */


/* 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 */


/* Start:/local/components/magnetto/form/templates/base-form/style.css?17526698761409*/
.radio-label input {
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    cursor: pointer;
    height: 100%;
    z-index: 1;
  }.radio-label {
    padding: 7px 0;
  }.radio-label span {
    padding-left: 44px;
  }
  
  .radio-label span:before, .radio-label span:after {
    content: '';
    position: absolute;
    left: 0;
    top: -2px;
    width: 30px;
    background: transparent;
    height: 30px;
    border: thin solid #2b293f;
    border-radius: 50%;
  }
  .radio-label span:after{
    background: #19191A;
    width: 10px;
    height: 10px;
    opacity: 0;
    left: 10px;
      top: 8px;
  }
  .radio-label input:checked + span:before {
    /* background: #A5F469; */
    border-width: 8px;
  } 
  .radio-label input:checked + span:after {
    /* opacity: 1; */
  } .input-box.input-box-input.tg-input-wrap {
  display: flex
;
}.input-box.input-box-input.tg-input-wrap  input.default-input{
  border-radius: 0 10px 10px 0;
  border: n;
}.input-box.input-box-input.tg-input-wrap 
input.default-input.tg-input {
  width: 49px !important;
  border-radius: 10px 0 0 10px;
  border: none;
  opacity: 0.6;
}
.d-flex.theme--COLUMN {
  flex-direction: column;
}.d-flex.theme--COLUMN .w-50{
  width: 100%!important;
}

  @media (max-width: 768px) {
.radio-label span:before, .radio-label span:after { 
    left: 7px;
    top: -2px;
    width: 22px; 
    height: 22px;
  }

}
/* End */


/* Start:/local/components/magnetto/modals/templates/.default/style.css?17235615064643*/
 

.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: 39px;
    font-weight: 600;
    margin-top: 32px;
}
.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;
} 
 .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;
}
 

.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;
}
 
.modal .form-floating>select{
    font-size: 14px;

}
.auth-modal
.btn-close{
    position: absolute;
    right: var(--ar-modal-padding);
    top: var(--ar-modal-padding); 
    background: none;
    pointer-events: auto;
    font-size: 32px;
    color: black;
    z-index: 99;
    opacity: 1;
    font-weight: 600;
    width: auto;
    height: auto;
    padding: 4px 9px;
}  
p.success-text {
    font-size: 21px;
    width: 400px;
    padding: 30px 10px;
    line-height: 140%;
} 
@media (max-width: 1170px) {
    .modal  .modal-body{ 
            padding: 21px; 
    }.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-content.custom-modal-content {
        padding: 1px 9px 13px;
    } 
    .modal .modal-body {
        padding: 0px;
        width: 100%;
        margin: 0;
    }.modal-title {
        font-size: 28px;
        font-weight: 600;
        margin-top: 42px;
        line-height: 110%;
    } .auth-modal .btn-close {
        top: 4px;
        right: 6px;
    }
    .form-label {
        font-size: 10px;
    }.modal .auth-modal .form-control { 
        min-height: 32px;
        font-size: 12px; 
        padding-left: 12px;
    }.input-box.input-box-input.mb-3 {
        margin-bottom: 5px !important;
    } 
}
/* End */


/* Start:/local/components/magnetto/modals/templates/auth/style.css?17496471226632*/
 

.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: 39px;
    font-weight: 600;
    margin-top: 32px;
}
#modal-login .go-register{
    display: none;
}
.system-auth-authorize
.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;
} 
 .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;
}
 

.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;
}
 
.modal .form-floating>select{
    font-size: 14px;

}
.auth-modal
.btn-close{
    position: absolute;
    right: var(--ar-modal-padding);
    top: var(--ar-modal-padding); 
    background: none;
    pointer-events: auto;
    font-size: 32px;
    color: black;
    z-index: 99;
    opacity: 1;
    font-weight: 600;
    width: auto;
    height: auto;
    padding: 4px 9px;
}
.auth-modal
font.errortext {
    color: red;
    font-weight: 600;
    display: block;
    padding: 0 0 10px;
}
.auth-modal
.system-auth-authorize,
.auth-modal
.bitrix-main-register {
    border: none;
    margin: 44px auto 10px;
    width: 510px;
    background: transparent;
    padding: 0px 0px;
} 
.auth-modal .bitrix-main-register{
    margin-bottom: 40px;
}
.auth-modal .title.title-small{
    display: none;
}
.modal .auth-modal .form-control {
    border: 1px solid #bfbfbf;
    min-height: 40px;
    font-size: 15px;
    padding-left: 13px;
    margin-bottom: 0px;
    padding: 0;
    color: black;
    padding-left: 13px;
}
p.success-text {
    font-size: 21px;
    width: 400px;
    padding: 30px 10px;
    line-height: 140%;
}.input-val-PERSONAL_PROFESSION:after {
    content: '';
    position: absolute;
    right: 13px;
    bottom: 18px;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid black;
}

.modal-content.custom-modal-content.modal-body.auth-modal {
    border-radius: 15px;
    max-width: 100%;
    padding: 50px 60px;
}

.form-toggle{
    cursor: pointer;
}
@media (max-width: 1170px) {
    .modal  .modal-body{ 
            padding: 21px; 
    }.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-title {
        font-size: 28px;
        font-weight: 600;
        margin-top: 42px;
        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;
    }.auth-modal .system-auth-authorize, .auth-modal .bitrix-main-register { 
        margin: 41px auto 10px;
        padding: 0px 9px;
        width: 100%; 
    }.auth-modal .btn-close {
        top: 4px;
        right: 6px;
    }
    .form-label {
        font-size: 10px;
    }.modal .auth-modal .form-control { 
        min-height: 32px;
        font-size: 12px; 
        padding-left: 12px;
    }.input-box.input-box-input.mb-3 {
        margin-bottom: 5px !important;
    }.input-val-PERSONAL_PROFESSION:after {
        content: '';
        position: absolute;
        right: 13px;
        bottom: 13px;
    }.bitrix-main-register > form > div.captcha {
        border: 1px solid #ccc;
        padding: 0;
    }
    .custom-modal-content {
        padding: 0px 4px;
    }.modal-content.custom-modal-content.modal-body.auth-modal {
        border-radius: 15px;
        max-width: 100%;
        padding: 30px 20px;
    }
}
/* End */
/* /local/components/magnetto/benefits/templates/grid-new/style.css?1743539143834 */
/* /local/components/magnetto/faq/templates/new/style.css?17563760834474 */
/* /local/components/magnetto/form/templates/main-new/style.css?17325140219492 */
/* /local/components/magnetto/modals/templates/certification/style.css?17266528676925 */
/* /local/components/magnetto/modals/templates/base-modal-form/style.css?17443642935818 */
/* /local/components/magnetto/form/templates/base-form/style.css?17526698761409 */
/* /local/components/magnetto/modals/templates/.default/style.css?17235615064643 */
/* /local/components/magnetto/modals/templates/auth/style.css?17496471226632 */
