

/* Start:/local/templates/.default/components/slam/easyform/new_form/style.min.css?1787750844805*/
.slam-easyform .modal{text-align:center}@media screen and (min-width:768px){.slam-easyform .modal:before{display:inline-block;vertical-align:middle;content:" ";height:100%}}.slam-easyform .modal-dialog{display:inline-block;text-align:left;vertical-align:middle}.slam-easyform .modal .modal-header .title{margin:0;font-size:22px;display:inline-block}.hide-formvalidation small.help-block{display:none!important}@keyframes spinner{to{transform:rotate(360deg)}}.slam-easyform .spinner,.slam-easyform .spinner:hover{position:relative;color:transparent}.slam-easyform .spinner:before{content:'';box-sizing:border-box;position:absolute;top:50%;left:50%;width:20px;height:20px;margin-top:-10px;margin-left:-10px;border-radius:50%;border:2px solid #ccc;border-top-color:#333;animation:spinner .6s linear infinite}
/* End */


/* Start:/local/templates/.default/components/slam/file.input/form/style.css?17877508446413*/
/*!* Стили для секции, с помощью которой можно добавить к форме файлы *!*/
/*.form-attachments__wrapper {*/
/*    position: relative;*/
/*    background: #fff;*/
/*    border: 3px dashed #ccc;*/
/*    border-radius: 5px;*/
/*    min-height: 50px;*/
/*    display: flex;*/
/*    align-items: center;*/
/*    justify-content: center;*/
/*    padding: 4px;*/
/*}*/

/*.form-attachments__wrapper input {*/
/*    position: absolute;*/
/*    top: 0;*/
/*    left: 0;*/
/*    bottom: 0;*/
/*    width: 100%;*/
/*    filter: alpha(opacity=0);*/
/*    opacity: 0;*/
/*    outline: none;*/
/*    cursor: pointer;*/
/*    display: block;*/
/*    height: auto;*/

/*}*/

/*.form-attachments__description {*/
/*    width: 100%;*/
/*    text-align: center;*/
/*    display: flex;*/
/*    flex-direction: column;*/
/*    align-items: center;*/
/*    padding: 15px 10px;*/
/*}*/

/*.form-attachments__description > :first-child {*/
/*    font-weight: 700;*/
/*}*/

/*.form-attachments__description > :last-child {*/
/*    color: #6c757d;*/
/*    font-size: 0.8125rem;*/
/*}*/

/*.form-attachments__items {*/
/*    display: flex;*/
/*    flex-wrap: wrap;*/
/*    flex: 0 0 100%;*/
/*}*/

/*.form-attachments__item {*/
/*    flex: 0 0 25%;*/
/*    overflow: hidden;*/
/*    padding: 4px;*/
/*    font-size: 0.75rem;*/
/*}*/

/*.form-attachments__item-wrapper {*/
/*    border: 1px solid #e0e0e0;*/
/*    background: #f5f5f5;*/
/*    padding: 26px 4px;*/
/*    border-radius: 4px;*/
/*    position: relative;*/
/*    min-height: 100%;*/
/*    display: flex;*/
/*    flex-direction: column;*/
/*    align-items: center;*/
/*    justify-content: center;*/
/*}*/

/*.form-attachments__item-image {*/
/*    display: block;*/
/*    max-width: 100%;*/
/*    height: auto;*/
/*    margin-top: auto;*/
/*    margin-left: auto;*/
/*    margin-right: auto;*/
/*}*/

/*.form-attachments__item-name {*/
/*    margin-top: auto;*/
/*    max-width: 100%;*/
/*    overflow: hidden;*/
/*    word-wrap: break-word;*/
/*}*/

/*.form-attachments__item-size {*/
/*    position: absolute;*/
/*    bottom: 0;*/
/*    left: 0;*/
/*    right: 0;*/
/*    padding: 3px 6px;*/
/*    font-weight: bold;*/
/*    text-align: right;*/
/*}*/

/*.form-attachments__item-link {*/
/*    position: absolute;*/
/*    top: 0;*/
/*    right: 0;*/
/*    padding: 0 .375rem 0.5rem;*/
/*    cursor: pointer;*/
/*    float: right;*/
/*    font-size: 1.5rem;*/
/*    font-weight: 700;*/
/*    line-height: 1;*/
/*    color: #000;*/
/*    text-shadow: 0 1px 0 #fff;*/
/*    opacity: .5;*/
/*}*/

/*.form-attachments__item.is-valid .form-attachments__item-wrapper {*/
/*    border-color: #28a745;*/
/*    background-color: #f8fcf9;*/
/*}*/

/*.form-attachments__item.is-invalid .form-attachments__item-wrapper {*/
/*    border-color: #dc3545;*/
/*    background-color: #fefbfb;*/
/*}*/


/* Стили для секции, с помощью которой можно добавить к форме файлы */
.form-attachments__wrapper {
    position: relative;
    /*background: #fff;*/
    /*border: 3px dashed #ccc;*/
    /*border-radius: 5px;*/
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.form-attachments__wrapper input {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    filter: alpha(opacity=0);
    opacity: 0;
    outline: none;
    cursor: pointer;
    display: block;
    height: auto;

}

.form-attachments__description {
    position: relative;
    width: 100%;
    text-align: center;
    align-items: center;
    justify-content: center;
    display: flex;
    gap: 6px;
    font-weight: 500;
    color: #894083;
    fill: #894083;
    font-size: 16px;
    padding: 0 10px;
    height: 40px;
    margin-top: 10px;
    border: 1px dashed rgba(137, 64, 131, 0.5);
    border-radius: 3px;
    cursor: pointer;
    transition: all ease .3s;
}

.form-attachments__description:hover {


    background: #FFF6FE;
    color: #C49FC1;
    border: 1px dashed rgba(137, 64, 131, 0.5);


}



.form-attachments__description.disabled {
    opacity: 0.3;
    pointer-events: none;
}

.form-attachments__description input {
    position: absolute;
    left: 0;
    height: 100%;
    right: 0;
    opacity: 0;
    cursor: pointer;
    /*visibility: hidden;*/
}


.form-attachments__info {
    font-size: 12px;
    font-weight: 400;
    opacity: 0.5;
    text-align: center;
}

.form-attachments__items {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.form-attachments__list {
    display: flex;
    flex-direction: column;
    gap: 6px;
    margin-top: 20px;

}

.form-attachments__item {
    overflow: hidden;
    font-size: 12px;
}

.form-attachments__item-wrapper {
    /*border: 1px solid #B9C4D6;*/
    /*height: 32px;*/
    /*border-radius: 4px;*/
    position: relative;
    align-items: center;
    display: flex;
    gap: 6px;
    padding: 0 8px;
}

.form-attachments__item-image {
    width: 32px;
    height: 32px;
    flex-shrink: 0;
}
.form-attachments__item-image img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.form-attachments__item-name {

    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    flex-shrink: 0;
    font-size: 14px;
    max-width: calc(100% - 100px);
}

.form-attachments__item-size {
    /*position: absolute;*/
    /*bottom: 0;*/
    /*left: 0;*/
    /*right: 0;*/
    /*padding: 3px 6px;*/
    font-weight: bold;
    text-align: right;
    /*display: none;*/
}

.form-attachments__item-link {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    /*position: absolute;*/
    /*top: 0;*/
    /*right: 0;*/
    /*padding: 0 .375rem 0.5rem;*/
    /*cursor: pointer;*/
    /*float: right;*/
    /*font-size: 24px;*/
    /*font-weight: 700;*/
    /*line-height: 1;*/
    /*color: #000;*/
    /*text-shadow: 0 1px 0 #fff;*/
    /*opacity: .5;*/
}

.form-attachments__item-link:hover .icon {
    transform: rotate(180deg);

}

.form-attachments__item-link .icon {
    transition: all ease .3s;
    pointer-events: none;
}

.form-attachments__item.is-valid .form-attachments__item-wrapper {
    border-color: #28a745;
    background-color: #f8fcf9;
}

.form-attachments__item.is-invalid .form-attachments__item-wrapper {
    border-color: #dc3545;
    background-color: #fefbfb;
}
/* End */


/* Start:/local/templates/html/components-template/stub-feedback/style.css?178775084524117*/
.about-us-section.stub-feedback {
  position: relative;
  z-index: 2;
  margin-bottom: -100px;
  padding: 60px 0 140px;
  background: linear-gradient(90deg, #894083, #9e2c8a); }
  @media (max-width: 1023px) {
    .about-us-section.stub-feedback {
      margin-bottom: -80px;
      padding-bottom: 100px; } }
  @media (max-width: 767px) {
    .about-us-section.stub-feedback {
      margin-bottom: -60px; } }
  @media (max-width: 575px) {
    .about-us-section.stub-feedback {
      margin-bottom: -48px; } }

.stub-feedback-descr {
  color: #fff;
  font-size: 22px;
  line-height: 1.5; }
  @media (max-width: 1469px) {
    .stub-feedback-descr {
      display: none; } }
  .stub-feedback-descr p:not(:last-child) {
    margin-bottom: 30px; }

.stub-feedback .bv-form .help-block {
  bottom: 100%; }

.stub-feedback.has-success .form-control:focus {
  border-color: #2b542c;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168; }

.stub-feedback.has-error .form-control,
.stub-feedback.has-error .textarea {
  color: #282828;
  border-color: #843534;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483; }

.stub-feedback .bv-icon-ok {
  position: absolute;
  bottom: 10px;
  right: 10px;
  width: 22px;
  height: 22px;
  display: none;
  border-radius: 50%;
  background-color: rgba(0, 206, 119, 0.05); }

.stub-feedback .bv-icon-ok:after {
  position: absolute;
  top: 6px;
  left: 5px;
  width: 9px;
  height: 4px;
  display: block;
  content: '';
  transform: rotate(-45deg);
  border-bottom: 3px solid #379f2f;
  border-left: 3px solid #379f2f; }

.stub-feedback .textarea {
  width: 100%;
  min-height: 173px;
  display: block;
  resize: none;
  transition: all .3s;
  border: 1px solid rgba(204, 204, 204, 0.5); }

.stub-feedback .textarea:focus {
  border-color: #66afe9;
  outline: none;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6); }

.stub-feedback .form-control-feedback {
  display: none !important; }

.stub-feedback input.form-control + .form-control-feedback {
  display: none !important; }

.form-control,
.jq-selectbox__select {
  position: relative;
  width: 100%;
  height: 52px;
  margin-bottom: 35px;
  padding: 0 20px;
  transition: all .3s;
  color: #fff;
  border: 1px solid rgba(204, 204, 204, 0.5);
  border-radius: 26px;
  background: rgba(204, 204, 204, 0.4);
  box-shadow: none;
  font-family: 'Circe', sans-serif;
  font-size: 18px;
  line-height: 52px; }

.form-control-text,
.jq-selectbox__select-text {
  color: #fff;
  font-size: 18px;
  line-height: 52px; }

.form-control:focus,
.jq-selectbox__select:focus {
  cursor: text;
  outline: none;
  box-shadow: none; }

.field-label {
  min-width: 200px;
  display: block;
  margin-bottom: 5px;
  padding-right: 20px;
  transition: all .3s;
  white-space: nowrap;
  letter-spacing: .03em;
  color: #282828;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.4; }

.field-label-descr {
  color: #282828;
  font-weight: 400;
  font-style: italic; }

.checkbox + .help-block {
  bottom: -10px;
  padding-left: 40px; }

.radio + .help-block {
  bottom: -10px;
  padding-left: 0; }

select.formstyler {
  border-radius: 30px; }

.jq-selectbox {
  display: block !important; }

.jq-selectbox.opened .jq-selectbox__select,
.jq-selectbox.focused .jq-selectbox__select {
  border: 1px solid rgba(204, 204, 204, 0.5); }

.jq-selectbox.opened .jq-selectbox__select {
  background: rgba(255, 255, 255, 0.8); }

.jq-selectbox.opened .jq-selectbox__trigger .jq-selectbox__trigger-arrow {
  transform: rotate(135deg); }

.jq-selectbox .jq-selectbox__trigger {
  position: absolute;
  top: 50%;
  right: 0;
  width: 40px;
  height: 100%;
  transition: all .3s ease;
  background-image: none; }

.jq-selectbox .jq-selectbox__trigger .jq-selectbox__trigger-arrow {
  top: 50%;
  right: 18px;
  left: auto;
  width: 12px;
  height: 12px;
  opacity: 1;
  margin-top: -8px;
  transition: all .3s ease;
  transform: rotate(-45deg);
  border: none;
  border-bottom: 2px solid #fff;
  border-left: 2px solid #fff;
  background: transparent;
  background-image: none; }

.jq-selectbox .jq-selectbox__dropdown {
  top: 60px !important;
  width: 100%;
  min-height: 200px;
  border: 1px solid rgba(204, 204, 204, 0.5);
  border-radius: 26px;
  background: #5a5a5a; }

.jq-selectbox .jq-selectbox__dropdown ul {
  min-height: 200px;
  margin: 0;
  background: none; }

.jq-selectbox .jq-selectbox__dropdown li {
  padding: 10px 20px;
  color: #fff;
  background: none;
  font-size: 18px; }

.jq-selectbox .jq-selectbox__dropdown li + li {
  border-top: 1px solid rgba(204, 204, 204, 0.1); }

.jq-selectbox .jq-selectbox__dropdown li.selected {
  background: #e48023; }

.jq-selectbox .jq-selectbox__dropdown li:hover {
  color: #222;
  background: #ccc; }

.jq-selectbox .jq-selectbox__dropdown li.disabled,
.jq-selectbox .jq-selectbox__dropdown li.disabled:hover {
  cursor: default;
  color: rgba(255, 255, 255, 0.5);
  background: transparent; }

.full-wrap {
  height: auto;
  overflow: hidden;
  padding: 20px 0 0; }

@media screen and (max-width: 1199px) {
  .full-wrap {
    height: auto; } }

@media screen and (max-width: 1023px) {
  .full-wrap {
    height: auto; } }

.bg {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: #666; }

.bg img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: auto;
  min-width: 100%;
  max-width: none;
  height: auto;
  min-height: 100%;
  display: block;
  transform: translate(-50%, -50%); }

@media screen and (max-width: 1199px) {
  .bg img {
    display: none; } }

.block_i {
  position: relative;
  z-index: 2; }

.title {
  color: #282828; }

@media screen and (max-width: 1199px) {
  .title {
    font-size: 28px; } }

@media screen and (max-width: 1023px) {
  .title {
    font-size: 24px; } }

@media screen and (max-width: 1199px) {
  .subtitle {
    line-height: 1.4; } }

@media screen and (max-width: 1023px) {
  .subtitle {
    margin-bottom: 40px;
    font-size: 16px; } }

.alert {
  border-radius: 10px; }

.btn-wrap {
  display: flex;
  margin-top: 40px; }

@media screen and (max-width: 1199px) {
  .btn-wrap {
    margin-top: 20px;
    text-align: center; } }

.btn-wrap .btn-submit {
  margin-left: auto;
  padding: 12px 40px;
  color: #874e54;
  border: 1px solid #fff;
  border-radius: 26px;
  background-color: #fff;
  font-size: 18px;
  font-weight: 400; }

.btn-wrap .btn-submit:hover {
  color: #fff;
  background-color: transparent; }

@media screen and (max-width: 1199px) {
  .btn-wrap .btn-submit {
    float: none; } }

.slam-file-loeader .form-group {
  margin-bottom: 15px; }

.slam-file-loeader [class*=col-xs] {
  position: relative;
  min-height: 1px;
  float: left;
  box-sizing: border-box;
  padding-right: 15px;
  padding-left: 15px; }

.slam-file-loeader .col-xs-12 {
  width: 100%; }

.slam-file-loeader input {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

.slam-file-loeader * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.slam-file-loeader .col-xs-12,
.slam-file-loeader .col-sm-12 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px; }

.slam-file-loeader .col-xs-12 {
  width: 100%;
  float: left; }

@media (min-width: 768px) {
  .slam-file-loeader .col-sm-12 {
    width: 100%;
    float: left; } }

.webform-field-upload-notice {
  padding: 10px 0;
  color: #000 !important;
  font-size: 12px; }

input {
  outline: 0; }

input[type=file] {
  display: block; }

/*! CSS Used from: https://slam.by/local/templates/slam/styles.css?1588151799305444 */
img {
  border: 0; }

input {
  margin: 0;
  color: inherit;
  font: inherit;
  line-height: normal; }

input::-moz-focus-inner {
  padding: 0;
  border: 0; }

table {
  border-spacing: 0;
  border-collapse: collapse; }

td {
  padding: 0; }

* {
  box-sizing: border-box;
  -webkit-appearance: none; }

:after,
:before {
  box-sizing: border-box; }

input {
  outline: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

img {
  vertical-align: middle; }

.g-wrap img {
  max-width: 100%;
  height: auto;
  display: block; }

.col-sm-12 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px; }

.col-xs-12 {
  position: relative;
  width: 100%;
  min-height: 1px;
  float: left;
  padding-right: 15px;
  padding-left: 15px; }

.file-selectdialog .file-extended .file-selector {
  font-family: Circe-Bold, Helvetica, Arial, sans-serif; }

input {
  outline: 0; }

input[type=file] {
  display: block; }

.form-group {
  margin-bottom: 17px; }

.stub-feedback .form-group {
  margin-bottom: 8px; }

.jq-selectbox .jq-selectbox__dropdown {
  overflow: hidden; }

.jq-selectbox__dropdown ul::-webkit-scrollbar {
  width: 15px;
  background: linear-gradient(to left, #f5f5f5 4px, rgba(0, 0, 0, 0) 4px); }

.jq-selectbox__dropdown ul::-webkit-scrollbar-thumb {
  background: linear-gradient(to left, #894083 4px, rgba(0, 0, 0, 0) 4px); }

.alert {
  display: inline-block;
  margin-bottom: 35px;
  padding: 0 20px;
  color: #fff;
  border: 1px solid rgba(204, 204, 204, 0.5);
  border-radius: 26px;
  background: rgba(204, 204, 204, 0.4);
  font-family: 'Circe', sans-serif;
  font-size: 18px;
  line-height: 52px; }

.alert-success {
  background: rgba(55, 159, 47, 0.7); }

.alert-danger {
  background: rgba(244, 80, 87, 0.7); }

.slam-easyform {
  padding: 25px 40px;
  color: #282828;
  border-radius: 20px;
  background-color: #fff; }
  @media (max-width: 1023px) {
    .slam-easyform {
      display: none; } }
  .slam-easyform-title {
    margin-bottom: 30px;
    text-transform: uppercase;
    color: #282828;
    font-size: 32px;
    font-weight: 800;
    line-height: 1.5; }
  .slam-easyform-block {
    margin-bottom: 20px; }
    @media (max-width: 1023px) {
      .slam-easyform-block {
        margin-bottom: 10px; } }
  .slam-easyform .form-control {
    margin-bottom: 0; }
  .slam-easyform .form-group--mb {
    margin-bottom: 14px; }
  .slam-easyform .form-control--textarea::-webkit-scrollbar {
    height: 4px;
    width: 4px;
    background-color: #4f681e; }
  .slam-easyform .form-control--textarea::-webkit-scrollbar-thumb {
    background-color: #4f681e; }
  .slam-easyform .form-group--checkbox {
    margin-top: 16px; }
    @media (max-width: 767px) {
      .slam-easyform .form-group--checkbox {
        margin-bottom: 0; } }
    .slam-easyform .form-group--checkbox .checkbox label {
      padding-left: 10px;
      font-size: 16px; }
      @media (max-width: 767px) {
        .slam-easyform .form-group--checkbox .checkbox label {
          display: block; } }
      .slam-easyform .form-group--checkbox .checkbox label:before {
        width: 20px;
        height: 20px; }
      .slam-easyform .form-group--checkbox .checkbox label a {
        text-decoration: none;
        color: #894083; }
        @media (min-width: 1024px) {
          .slam-easyform .form-group--checkbox .checkbox label a {
            cursor: pointer; }
            .slam-easyform .form-group--checkbox .checkbox label a:hover {
              text-decoration: underline; } }
    .slam-easyform .form-group--checkbox .checkbox input:checked ~ label:before {
      background-position: center;
      background-size: 12px 12px; }
    .slam-easyform .form-group--checkbox.has-error .help-block {
      top: calc(100% - 5px);
      left: 0;
      background: transparent; }
  .slam-easyform .form-control--overflow {
    overflow: hidden;
    border-radius: 28px; }
  .slam-easyform .help-block {
    position: absolute;
    left: 15px;
    min-height: 1.2em;
    margin-top: 5px;
    color: #b13040;
    font-family: 'Circe', sans-serif;
    font-size: 15px;
    line-height: 1.2; }
  .slam-easyform .checkbox label {
    height: 26px; }
    @media (max-width: 575px) {
      .slam-easyform .checkbox label {
        height: auto; } }
  .slam-easyform .checkbox label:before {
    width: 26px;
    height: 26px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px; }
  .slam-easyform .checkbox__auth {
    margin-left: 20px;
    color: #000;
    font-size: 19px; }
  .slam-easyform .btn-submit {
    width: 450px;
    height: 72px;
    display: block;
    margin: 30px auto 0;
    transition: all ease .3s;
    text-transform: uppercase;
    border-radius: 36px;
    background: linear-gradient(270deg, #f38611 0%, #993492 100%);
    font-size: 20px;
    font-weight: 800; }
    @media (min-width: 1024px) {
      .slam-easyform .btn-submit:hover {
        opacity: .7; } }
    @media (max-width: 575px) {
      .slam-easyform .btn-submit {
        width: 100%; } }
  .slam-easyform .webform-field-upload .webform-small-button {
    position: static; }
  .slam-easyform .webform-field-upload-list a.upload-file-name {
    overflow: hidden;
    margin: 0px;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 16px; }
    @media (max-width: 575px) {
      .slam-easyform .webform-field-upload-list a.upload-file-name {
        font-size: 14px; } }
  .slam-easyform .webform-field-upload-list {
    margin: 0px; }
    .slam-easyform .webform-field-upload-list li {
      margin-top: 10px; }
  .slam-easyform .upload-file-size {
    white-space: nowrap;
    font-size: 16px; }
    @media (max-width: 575px) {
      .slam-easyform .upload-file-size {
        font-size: 14px; } }
  .slam-easyform .webform-field-upload {
    position: relative;
    width: auto;
    height: auto;
    display: flex;
    justify-content: center;
    margin-top: 10px;
    text-align: center;
    color: #894083;
    border: 1px dashed rgba(137, 64, 131, 0.5);
    border-radius: 3px; }
    @media (min-width: 1024px) {
      .slam-easyform .webform-field-upload:hover {
        cursor: pointer;
        color: #c49fc1;
        border: 1px dashed rgba(137, 64, 131, 0.5);
        background: #fff6fe; } }
    .slam-easyform .webform-field-upload.disabled {
      opacity: .3;
      pointer-events: none; }
    .slam-easyform .webform-field-upload input {
      position: absolute;
      right: 0;
      left: 0;
      height: 100%; }
    @media (min-width: 1024px) {
      .slam-easyform .webform-field-upload input:hover {
        cursor: pointer; } }
    .slam-easyform .webform-field-upload .btn {
      position: relative;
      height: 45px;
      display: inline-flex;
      padding: 7px 20px 7px 45px;
      transition: all ease .3s;
      color: #894083;
      font-size: 16px; }
      .slam-easyform .webform-field-upload .btn:before {
        position: absolute;
        left: 20px;
        width: 20px;
        height: 20px;
        display: block;
        content: '';
        background-image: url("data:image/svg+xml,%3Csvg width='19' height='19' viewBox='0 0 19 19' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M17.52 10.3692L9.6106 2.4658C7.65725 0.513917 4.49022 0.513914 2.53687 2.4658V2.4658C0.583509 4.41768 0.583509 7.58232 2.53687 9.5342L9.97966 16.9714C11.3385 18.3292 13.5417 18.3292 14.9005 16.9714V16.9714C16.2594 15.6136 16.2594 13.4121 14.9005 12.0542L7.80955 4.96861C7.13012 4.2897 6.02855 4.2897 5.34912 4.96861V4.96861C4.66969 5.64753 4.66969 6.74827 5.34912 7.42719L11.6809 13.7542' stroke='%23894083' stroke-width='1.61472' stroke-linecap='round'/%3E%3C/svg%3E%0A");
        background-repeat: no-repeat;
        background-size: contain; }
    .slam-easyform .webform-field-upload .webform-small-button-descr {
      color: #eb5757;
      line-height: 1.4; }
      @media (max-width: 767px) {
        .slam-easyform .webform-field-upload .webform-small-button-descr {
          font-size: 12px; } }
  .slam-easyform .webform-field-item-wrap {
    display: flex;
    align-items: center;
    gap: 8px; }
    .slam-easyform .webform-field-item-wrap del {
      width: 8px;
      height: 8px;
      display: inline-block;
      opacity: .7;
      flex-shrink: 0;
      cursor: pointer;
      transition: all ease .3s;
      background-image: url("data:image/svg+xml,%3Csvg width='14' height='14' viewBox='0 0 14 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14 1.41L12.59 0L7 5.59L1.41 0L0 1.41L5.59 7L0 12.59L1.41 14L7 8.41L12.59 14L14 12.59L8.41 7L14 1.41Z' fill='%23AEB6BE'/%3E%3C/svg%3E%0A");
      background-repeat: no-repeat;
      background-position: center;
      -webkit-background-size: contain;
      background-size: contain;
      font-size: 0; }
      @media (min-width: 1024px) {
        .slam-easyform .webform-field-item-wrap del {
          cursor: pointer; }
          .slam-easyform .webform-field-item-wrap del:hover {
            opacity: 1; } }
    .slam-easyform .webform-field-item-wrap .webform-field-upload-icon {
      width: 40px;
      height: 40px;
      display: flex;
      align-items: center;
      flex-shrink: 0;
      justify-content: center; }
      .slam-easyform .webform-field-item-wrap .webform-field-upload-icon img {
        width: 24px;
        height: 24px;
        object-fit: contain; }
    .slam-easyform .webform-field-item-wrap i {
      display: none; }
  .slam-easyform .webform-field-upload input[type='file' i]::-webkit-file-upload-button {
    display: none; }
  .slam-easyform .webform-field-upload input[type=file] {
    opacity: 0; }

.stub-feedback .title {
  margin-top: 0;
  margin-bottom: 30px;
  text-transform: uppercase;
  color: #fff;
  font-size: 58px;
  font-weight: 800;
  line-height: 1.5; }
  @media (max-width: 1023px) {
    .stub-feedback .title {
      margin-bottom: 5px;
      text-align: center;
      font-size: 48px; } }
  @media (max-width: 767px) {
    .stub-feedback .title {
      font-size: 34px; } }
  @media (max-width: 575px) {
    .stub-feedback .title {
      font-size: 28px; } }

.stub-feedback .subtitle {
  margin-top: auto;
  color: #fff; }
  .stub-feedback .subtitle a {
    color: #fff; }

.stub-feedback__col {
  display: flex;
  flex-direction: column; }
  @media (max-width: 1469px) {
    .stub-feedback__col {
      margin-bottom: 20px; } }
  @media (max-width: 1023px) {
    .stub-feedback__col {
      flex-direction: column-reverse;
      margin-bottom: 0; } }

.stub-feedback__social {
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 25px; }
  .stub-feedback__social-link {
    display: flex;
    align-items: center;
    color: #535353;
    font-size: 18px;
    column-gap: 22px; }
    @media (min-width: 1024px) {
      .stub-feedback__social-link:hover {
        color: #894083; }
        .stub-feedback__social-link:hover .social-vb {
          background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M32 16C32 24.8369 24.8359 32 16 32C7.16406 32 0 24.8369 0 16C0 7.16309 7.16406 0 16 0C24.8359 0 32 7.16309 32 16ZM22.0742 14.4229C22.0938 12.0127 20.043 9.80371 17.5 9.49707L17.3359 9.47266L17.125 9.44238L16.9492 9.43066C16.6328 9.43066 16.457 9.56543 16.3594 9.71973C16.2969 9.82031 16.2656 9.92871 16.25 10.0146C16.2148 10.2275 16.25 10.4062 16.3516 10.5459C16.5234 10.7803 16.8281 10.8213 17.0742 10.8555L17.2656 10.8867C19.5508 11.3975 20.3203 12.2002 20.6992 14.4658L20.7148 14.6621C20.7344 14.9326 20.7656 15.4961 21.3711 15.4961L21.5352 15.4834C22.0977 15.3975 22.0781 14.8828 22.0703 14.6348C22.0664 14.5654 22.0664 14.499 22.0742 14.4551V14.4229ZM16.9844 8.63086L16.8008 8.61328C16.5195 8.59375 15.9375 8.55078 15.9727 7.94824C15.9883 7.6875 16.1016 7.25 16.7188 7.25L16.918 7.25879L17.0547 7.26562L17.1016 7.26367L17.1484 7.26074C21.0117 7.39062 24.3594 10.8984 24.3125 14.7646L24.3164 14.9404C24.3281 15.1963 24.3398 15.5156 24.1367 15.7305C24.0195 15.8535 23.8555 15.916 23.6484 15.916C22.9648 15.9033 22.957 15.2881 22.9531 14.9922L22.9414 14.7676C22.4648 10.9854 20.7383 9.20801 16.9844 8.63086ZM22.5195 19.4688L22.7617 19.6553C23.0586 19.8818 23.3906 20.1357 23.6016 20.4746C23.8203 20.8232 23.9102 21.2617 23.7031 21.8516C23.2344 23.1777 21.7031 24.3408 20.4102 24.3408L20.3438 24.332L20.1836 24.2939C19.9961 24.2529 19.7422 24.1953 19.4961 24.0898C16.7891 22.9238 14.4531 21.373 12.5508 19.4795C10.6094 17.5439 9.07031 15.1992 7.97266 12.5098C7.59766 11.5801 7.57812 10.6855 7.92969 9.92383C8.29297 9.13672 9.01562 8.54004 10.0234 8.20117C10.4023 8.06641 10.8125 8.06738 11.1875 8.2041C12.0664 8.52637 14.1484 11.3691 14.2031 12.3135C14.2461 13.1455 13.6055 13.5801 13.2617 13.8135C12.6562 14.2246 12.5469 14.7305 12.8906 15.5029C13.6016 17.1025 14.8477 18.3145 16.5898 19.1045C16.7734 19.1943 16.9727 19.2441 17.1758 19.252C17.2891 19.252 17.3906 19.2314 17.4844 19.1895C17.6445 19.1211 17.7852 18.9941 17.9062 18.8086C18.3516 18.1357 18.8906 17.7939 19.5078 17.7939C19.9648 17.7939 20.4531 17.9785 20.9922 18.3574L21.2539 18.541C21.6758 18.835 22.1094 19.1387 22.5195 19.4688ZM16.5312 12.1641C16.6914 11.7021 17.1445 11.6904 17.3633 11.6855C17.6641 11.6787 17.9805 11.7568 18.2891 11.9092C18.5742 12.0488 18.8516 12.252 19.1016 12.5088C19.6289 13.042 19.9375 13.7119 19.9297 14.3018C19.9492 14.8672 19.7422 15.1797 19.3164 15.2305L19.2383 15.2354C18.8867 15.2354 18.6094 14.9492 18.5703 14.541C18.4805 13.6631 18.043 13.1914 17.1875 13.0547C16.9531 13.0166 16.6953 12.9463 16.5586 12.7217C16.4648 12.5674 16.457 12.3809 16.5312 12.1641Z' fill='%23993492'/%3E%3C/svg%3E%0A"); }
        .stub-feedback__social-link:hover .social-tg {
          background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M16 32C24.8366 32 32 24.8366 32 16C32 7.16344 24.8366 0 16 0C7.16344 0 0 7.16344 0 16C0 24.8366 7.16344 32 16 32ZM22.075 9.7125C22.75 9.45 23.35 9.8625 23.125 10.9125L20.6125 22.875C20.425 23.7 19.9 23.925 19.1875 23.5125L15.325 20.6625L13.4875 22.4625C13.2625 22.6875 13.1125 22.8375 12.7 22.8375L12.9625 18.9L20.125 12.45C20.4625 12.1875 20.05 12 19.6375 12.3L10.7875 17.85L7 16.6875C6.175 16.425 6.1375 15.8625 7.15 15.45L22.075 9.7125Z' fill='%23993492'/%3E%3C/svg%3E%0A"); } }
    @media (max-width: 1023px) {
      .stub-feedback__social-link {
        justify-content: center; } }
    @media (max-width: 575px) {
      .stub-feedback__social-link span:last-child span {
        display: none; } }
  .stub-feedback__social .social-vb,
  .stub-feedback__social .social-tg {
    width: 32px;
    height: 32px;
    display: inline-block;
    transition: all ease .3s;
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    background-size: contain; }
  .stub-feedback__social .btn-submit {
    display: none; }
  @media (max-width: 1469px) {
    .stub-feedback__social {
      flex: 1 0 auto;
      grid-template-columns: 1fr 1fr;
      row-gap: 50px; } }
  @media (max-width: 1023px) {
    .stub-feedback__social .btn-submit {
      width: 100%;
      max-width: 300px;
      height: 42px;
      display: flex;
      align-items: center;
      justify-content: center;
      margin: 0 auto;
      transition: all ease .3s;
      color: #894083;
      border-radius: 36px;
      background-color: rgba(255, 255, 255, 0.8);
      font-size: 16px;
      font-weight: 600;
      grid-column: span 2; } }
  @media (max-width: 1023px) and (min-width: 1024px) {
    .stub-feedback__social .btn-submit:hover {
      opacity: .7; } }
  @media (max-width: 1023px) and (max-width: 575px) {
    .stub-feedback__social .btn-submit {
      max-width: 220px; } }
  @media (max-width: 575px) {
    .stub-feedback__social {
      row-gap: 25px; } }

.subtitle {
  order: 3;
  font-size: 22px;
  line-height: 1.6; }
  .subtitle a {
    font-weight: 600; }
  @media (max-width: 1469px) {
    .subtitle {
      max-width: 600px; } }
  @media (max-width: 1023px) {
    .subtitle {
      width: 100%;
      margin: 0 auto 30px;
      text-align: center; }
      .subtitle span {
        display: block; } }
  @media (max-width: 767px) {
    .subtitle {
      max-width: 70%;
      font-size: 18px; } }
  @media (max-width: 575px) {
    .subtitle {
      font-size: 16px; } }

/* End */


/* Start:/local/templates/slamUpdate/components-template/form-mixin/style.css?178775084518945*/
.select {
  position: relative;
  display: flex;
  width: 210px;
  height: 32px; }
  @media (min-width: 1024px) {
    .select:hover .select-head__title {
      color: #4f681e; }
    .select:hover .select-head .icon {
      fill: #4f681e; } }
  .select.active .select-head__title {
    color: #4f681e; }
  .select.active .select-body {
    z-index: 50;
    transition: transform 0.2s;
    transform: none; }
    @media (max-width: 767px) {
      .select.active .select-body {
        transform: translateX(-50%) scaleY(1); } }
  .select .select-head {
    position: relative;
    display: inline-flex;
    align-items: center;
    width: 100%;
    padding: 0 10px;
    cursor: pointer; }
    .select .select-head__title {
      display: inline-flex;
      transition: color 0.3s;
      color: #282828;
      white-space: nowrap; }
    .select .select-head .icon {
      display: flex;
      align-items: center;
      justify-content: center;
      margin-left: 7px;
      transition: fill 0.3s;
      fill: #282828; }
  .select .select-body {
    position: absolute;
    z-index: 0;
    top: calc(100% + 5px);
    right: 0;
    left: 0;
    overflow: auto;
    width: 100%;
    min-width: 150px;
    height: auto;
    margin: 0;
    padding: 0;
    transition: transform 0.3s, top 0.3s;
    transform: scaleY(0);
    transform-origin: top right;
    border-radius: 2px;
    background: #fff;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25);
    will-change: transform; }
    @media (max-width: 767px) {
      .select .select-body {
        left: 50%;
        transform: translateX(-50%) scaleY(0); } }
  .select .select-list {
    overflow-y: auto;
    max-height: 350px;
    text-align: left; }
  .select .nav-default-l2-link__text {
    position: relative;
    padding: 7px 10px;
    cursor: pointer;
    transition: background 0.3s, color 0.3s;
    color: #2b2a28;
    line-height: 1.2; }
    @media (max-width: 767px) {
      .select .nav-default-l2-link__text {
        font-size: 14px; } }
    .select .nav-default-l2-link__text.active {
      text-decoration: underline;
      pointer-events: none;
      font-weight: bold;
      text-decoration-color: #f5e570; }
    .select .nav-default-l2-link__text:hover {
      color: #aaa;
      background-color: #fafafa; }

.radio-option input[type="radio"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none; }

.radio-option__input {
  position: absolute;
  opacity: 0;
  width: 1px;
  height: 1px; }

.radio-option__caption {
  position: relative;
  padding: 5px 7px;
  cursor: pointer;
  transition: background 0.3s, color 0.3s;
  white-space: nowrap;
  color: #aaaaaa;
  display: flex;
  align-items: center; }
  .radio-option__caption .icon {
    transition: all 0.3s ease;
    flex: 0 0 auto;
    fill: #aaaaaa; }
  .radio-option__caption:checked {
    text-decoration: underline;
    pointer-events: none;
    font-weight: bold;
    text-decoration-color: #f5e570; }
  .radio-option__caption:hover {
    color: #4f681e;
    background-color: #fafafa; }
    .radio-option__caption:hover .icon {
      fill: #4f681e; }

.radio-option.selected .radio-option__caption {
  text-decoration: none;
  pointer-events: none;
  opacity: 0.7; }

.delivery-select {
  width: 100%;
  height: 40px;
  border: 1px solid #ebebeb;
  border-radius: 2px; }
  .delivery-select .select-head__title {
    color: #4f681e; }
  .delivery-select .select-head .icon {
    margin-left: auto; }

.select--profil {
  width: auto;
  height: 40px;
  border: 1px solid #ebebeb;
  border-radius: 2px; }

.select--links-block {
  width: auto;
  margin: 0 0 0 20px; }
  .select--links-block .select-head {
    position: relative;
    padding: 0; }
    .select--links-block .select-head::before {
      position: absolute;
      top: calc(100% - 3px);
      left: 0;
      opacity: 0;
      width: 0;
      height: 3px;
      content: "";
      transition: width 0.4s, opacity 0.4s;
      background: #4f681e; }
    .select--links-block .select-head__title {
      margin: 8px 8px 8px 0;
      white-space: nowrap;
      color: #aaa;
      font-family: "Circe", sans-serif;
      font-size: 14px;
      font-weight: 600;
      line-height: 1; }
    .select--links-block .select-head .icon {
      display: flex;
      align-items: center;
      justify-content: center;
      margin-left: 0;
      transition: fill 0.3s;
      fill: #aaa; }
  @media (min-width: 1024px) {
    .select--links-block:hover .select-head::before {
      opacity: 1;
      width: 100%;
      transition: width 0.4s, opacity 0.4s; }
    .select--links-block:hover .select-head__title {
      color: #aaa; } }
  @media (min-width: 768px) {
    .select--links-block {
      margin: 10px 32px; }
      .select--links-block .select-head__title {
        font-size: 24px; } }

.form-group {
  position: relative;
  width: 100%;
  font-family: "Circe", sans-serif; }
  .form-group.has-error .form-control {
    border-color: #B13040; }
    .form-group.has-error .form-control:focus {
      border-color: #B13040; }
  .form-group.has-error .help-block {
    position: absolute;
    top: calc(100% - 13px);
    left: 37px;
    color: #B13040;
    font-size: 12px;
    padding: 2px 5px;
    background: linear-gradient(180deg, #FAFAFA 0%, #FAFAFA 50%, #ffffff 50%, #ffffff 100%); }
    @media (max-width: 767px) {
      .form-group.has-error .help-block {
        font-size: 12px; } }
  .form-group .checkbox label a {
    margin: 0 5px;
    text-decoration: underline;
    color: #282828; }
    .form-group .checkbox label a:hover {
      text-decoration: none; }
  .form-group--ovh {
    position: relative; }
    .form-group--ovh:after {
      content: '';
      position: absolute;
      right: 0;
      left: 0;
      bottom: 0;
      height: 40px;
      display: block;
      background: linear-gradient(180deg, #fafafa00 0%, #FAFAFA 80%);
      z-index: 2;
      border: 1px solid #B3B3B3;
      border-top: none;
      border-radius: 0 0 28px 28px; }

.form-group--margin:not(:last-child) {
  margin-bottom: 19px; }

.form-control {
  box-sizing: border-box;
  width: 100%;
  padding: 6px 13px 7px 30px;
  background-color: #FAFAFA;
  transition: all 0.3s, border 0.3s;
  color: #282828;
  border: 1px solid #B3B3B3;
  border-radius: 28px;
  outline: none;
  font-size: 19px;
  font-weight: 400;
  line-height: 1; }
  @media (min-width: 1024px) {
    .form-control:hover {
      cursor: text;
      border-color: #aaaaaa; } }
  .form-control:focus {
    border-color: #aaaaaa; }
  @media (max-width: 767px) {
    .form-control {
      padding: 12px 15px;
      font-size: 12px; } }
  @media (max-width: 575px) {
    .form-control {
      padding: 7px 15px; } }
  .form-control::placeholder {
    color: rgba(170, 170, 170, 0.5);
    font-size: 16px;
    font-weight: 400; }

.form-control-label {
  font-size: 17px;
  font-weight: 700;
  margin-bottom: 7px;
  margin-left: 30px;
  display: block; }
  @media (max-width: 767px) {
    .form-control-label {
      font-size: 12px; } }
  .form-control-label .label-required {
    color: #eb5757;
    font-size: 18px;
    line-height: 1; }

.form-control--textarea {
  font-family: "Circe", sans-serif;
  font-size: 19px;
  padding-top: 12px;
  color: #282828;
  height: 120px;
  display: block; }

.form-control--margin {
  margin-bottom: 27px; }
  @media (max-width: 767px) {
    .form-control--margin {
      margin-bottom: 17px; } }

.checkbox {
  position: relative;
  display: flex;
  align-items: center; }
  .checkbox__descr {
    font-size: 13px;
    color: #757575;
    margin-left: 10px;
    white-space: normal; }
    .checkbox__descr a {
      color: #4f681e;
      text-decoration: underline; }
      @media (min-width: 1024px) {
        .checkbox__descr a:hover {
          cursor: pointer;
          color: #4f681e;
          text-decoration: none; } }
    @media (max-width: 767px) {
      .checkbox__descr {
        white-space: inherit; } }
    @media (max-width: 575px) {
      .checkbox__descr {
        font-size: 10px;
        margin-left: 10px; } }
  .checkbox__descr--mw {
    max-width: 550px;
    white-space: normal; }
  .checkbox input {
    position: absolute;
    top: 0;
    left: 0;
    visibility: hidden;
    opacity: 0;
    width: 2px;
    height: 2px; }
  .checkbox label {
    display: block;
    padding: 0 0 0 18px;
    cursor: pointer;
    transition: color 0.3s;
    color: #696969;
    font-size: 1rem;
    height: 18px;
    background-color: #fff; }
    @media (max-width: 767px) {
      .checkbox label {
        font-size: 14px; } }
  .checkbox label:before {
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    box-sizing: border-box;
    width: 18px;
    height: 18px;
    content: "";
    user-select: none;
    transition: box-shadow 0.2s, border 0.2s;
    border: 1px solid #e4e4e4;
    border-radius: 1px;
    background-color: #fbfbfb;
    background-repeat: no-repeat;
    background-position: 50% 100%;
    background-size: contain;
    border-radius: 0px;
    background-color: transparent; }
    @media (max-width: 575px) {
      .checkbox label:before {
        height: 20px;
        width: 20px; } }
  .checkbox input:disabled ~ label {
    cursor: no-drop; }
  .checkbox input:checked ~ label {
    color: #000; }
  .checkbox input:checked ~ label:before {
    background-color: #232323;
    background-image: url("data:image/svg+xml,%3Csvg width='17' height='14' viewBox='0 0 17 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 7.5L5.5 12L15.5 1' stroke='white' stroke-width='2'/%3E%3C/svg%3E%0A");
    background-size: auto;
    background-position: center; }
  .checkbox input:disabled ~ label:before {
    background-color: rgba(224, 224, 224, 0.5); }
  .checkbox input:checked:disabled ~ label:before {
    background-color: rgba(224, 224, 224, 0.5);
    background-image: url("data:image/svg+xml,%3Csvg width='16' height='12' viewBox='0 0 16 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 6.55556L6.38462 11L15 1' stroke='%23E35205' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
    background-size: auto;
    background-position: 3px center; }
  @media (min-width: 1024px) {
    .checkbox input:not(:disabled) ~ label:hover:before {
      border-color: #232323; } }

.checkbox--big label {
  height: 24px;
  padding-left: 32px;
  color: #aaaaaa; }

.checkbox--big label:before {
  width: 24px;
  height: 24px; }

.checkbox-slider {
  position: relative; }
  .checkbox-slider input {
    position: absolute;
    top: 0;
    left: 0;
    visibility: hidden;
    opacity: 0;
    width: 1px;
    height: 1px; }
  .checkbox-slider .sublable {
    font-size: 16px;
    color: #4f681e;
    font-weight: 400;
    padding-left: 50px; }
  .checkbox-slider label {
    width: 40px;
    height: 20px;
    border-radius: 30px;
    background-color: #d2d5d6;
    cursor: pointer;
    transition: color 0.3s;
    color: #000;
    position: relative;
    display: flex;
    font-size: 26px;
    font-weight: 700;
    white-space: nowrap; }
    @media (min-width: 1024px) {
      .checkbox-slider label:hover {
        cursor: pointer; }
        .checkbox-slider label:hover:after {
          position: absolute;
          content: "";
          background-color: #64b08c; } }
    @media (max-width: 767px) {
      .checkbox-slider label {
        font-size: 18px; } }
    @media (max-width: 575px) {
      .checkbox-slider label {
        font-size: 14px; } }
    .checkbox-slider label:before {
      position: absolute;
      content: "";
      display: none; }
    .checkbox-slider label:after {
      position: absolute;
      content: "";
      width: 16px;
      height: 16px;
      border-radius: 50%;
      background-color: #fff;
      top: 2px;
      left: 2px;
      transition: all 0.3s ease; }
  .checkbox-slider input:checked ~ label {
    background-color: #64b08c; }
    @media (min-width: 1024px) {
      .checkbox-slider input:checked ~ label:hover {
        cursor: pointer; }
        .checkbox-slider input:checked ~ label:hover:after {
          position: absolute;
          content: "";
          background-color: #fff; } }
    .checkbox-slider input:checked ~ label:after {
      position: absolute;
      content: "";
      left: 22px; }
  .checkbox-slider .checkbox__auth {
    color: #4f681e;
    margin-left: 10px;
    font-size: 16px; }
    @media (max-width: 767px) {
      .checkbox-slider .checkbox__auth {
        font-size: 12px; } }

.form-group-select {
  position: static; }

.form-group.has-error .checkbox label:before {
  border-color: red; }

.rate-group {
  display: inline-block;
  display: flex;
  margin: 0px -2px; }
  .rate-group__item {
    padding: 0px 2px; }

.checkbox-rate {
  position: absolute;
  opacity: 0;
  visibility: hidden; }
  .checkbox-rate:checked + .checkbox-rate-label {
    background-image: url("data:image/svg+xml,%3Csvg width='15' height='14' viewBox='0 0 15 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.39686 0.937322L9.39686 3.03732C9.59686 3.53732 10.0969 3.83732 10.5969 3.83732L12.8969 4.13732C14.1969 4.33732 14.6969 5.83732 13.6969 6.73732L12.0969 8.33732C11.6969 8.73732 11.5969 9.23732 11.6969 9.73732L12.0969 12.0373C12.2969 13.2373 10.9969 14.2373 9.89686 13.6373L7.89686 12.5373C7.49686 12.3373 6.89686 12.3373 6.49686 12.5373L4.49686 13.6373C3.39686 14.2373 2.09686 13.2373 2.29686 12.0373L2.69686 9.73732C2.79686 9.23732 2.59686 8.73732 2.29686 8.33732L0.696862 6.73732C-0.203138 5.83732 0.296862 4.33732 1.49686 4.13732L3.79686 3.83732C3.99686 3.73732 4.39686 3.43732 4.69686 2.93732L5.69686 0.837322C6.19686 -0.262678 7.89686 -0.262678 8.39686 0.937322Z' fill='%23FE7235'/%3E%3C/svg%3E%0A"); }

.checkbox-rate-label {
  width: 14px;
  height: 14px;
  background-image: url("data:image/svg+xml,%3Csvg width='15' height='14' viewBox='0 0 15 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.39686 0.937322L9.39686 3.03732C9.59686 3.53732 10.0969 3.83732 10.5969 3.83732L12.8969 4.13732C14.1969 4.33732 14.6969 5.83732 13.6969 6.73732L12.0969 8.33732C11.6969 8.73732 11.5969 9.23732 11.6969 9.73732L12.0969 12.0373C12.2969 13.2373 10.9969 14.2373 9.89686 13.6373L7.89686 12.5373C7.49686 12.3373 6.89686 12.3373 6.49686 12.5373L4.49686 13.6373C3.39686 14.2373 2.09686 13.2373 2.29686 12.0373L2.69686 9.73732C2.79686 9.23732 2.59686 8.73732 2.29686 8.33732L0.696862 6.73732C-0.203138 5.83732 0.296862 4.33732 1.49686 4.13732L3.79686 3.83732C3.99686 3.73732 4.39686 3.43732 4.69686 2.93732L5.69686 0.837322C6.19686 -0.262678 7.89686 -0.262678 8.39686 0.937322Z' fill='%23E4E4E4'/%3E%3C/svg%3E%0A");
  background-position: center;
  background-repeat: no-repeat;
  display: inline-block; }
  @media (min-width: 1024px) {
    .checkbox-rate-label:hover {
      cursor: pointer; } }
  .checkbox-rate-label.hover {
    background-image: url("data:image/svg+xml,%3Csvg width='15' height='14' viewBox='0 0 15 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.39686 0.937322L9.39686 3.03732C9.59686 3.53732 10.0969 3.83732 10.5969 3.83732L12.8969 4.13732C14.1969 4.33732 14.6969 5.83732 13.6969 6.73732L12.0969 8.33732C11.6969 8.73732 11.5969 9.23732 11.6969 9.73732L12.0969 12.0373C12.2969 13.2373 10.9969 14.2373 9.89686 13.6373L7.89686 12.5373C7.49686 12.3373 6.89686 12.3373 6.49686 12.5373L4.49686 13.6373C3.39686 14.2373 2.09686 13.2373 2.29686 12.0373L2.69686 9.73732C2.79686 9.23732 2.59686 8.73732 2.29686 8.33732L0.696862 6.73732C-0.203138 5.83732 0.296862 4.33732 1.49686 4.13732L3.79686 3.83732C3.99686 3.73732 4.39686 3.43732 4.69686 2.93732L5.69686 0.837322C6.19686 -0.262678 7.89686 -0.262678 8.39686 0.937322Z' fill='%23FE7235'/%3E%3C/svg%3E%0A"); }

.form-group--margin-top {
  margin-top: 57px; }

.custom-select {
  display: flex;
  align-items: center;
  position: relative;
  transition: all 0.3s ease;
  padding-right: 6px; }
  @media (max-width: 575px) {
    .custom-select {
      height: 32px; } }
  .custom-select__header {
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
    justify-content: space-between;
    width: 100%; }
  @media (min-width: 1024px) {
    .custom-select:hover {
      cursor: pointer; } }
  .custom-select__trigger {
    transform: rotate(90deg); }
  .custom-select.active .custom-select__overflow {
    max-height: 500px; }
  .custom-select.active .custom-select__trigger {
    transform: rotate(-90deg); }
  .custom-select__input {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    position: absolute;
    width: 0;
    left: 0; }
  .custom-select__overflow {
    position: absolute;
    top: calc(100% + 10px);
    left: -2px;
    right: -2px;
    max-height: 0px;
    overflow: hidden;
    transition: all 0.3s ease;
    z-index: 25;
    box-shadow: 0 3px 20px rgba(0, 0, 0, 0.08);
    -webkit-border-radius: 27px;
    -moz-border-radius: 27px;
    border-radius: 27px; }
  .custom-select__list {
    -webkit-border-radius: 27px;
    -moz-border-radius: 27px;
    border-radius: 27px;
    border: 1px solid #B3B3B3;
    padding: 5px 0;
    background-color: #FAFAFA;
    overflow: hidden; }
    .custom-select__list-item {
      padding: 10px 27px;
      transition: all 0.3s ease;
      height: 56px;
      display: flex;
      align-items: center; }
      @media (min-width: 1024px) {
        .custom-select__list-item:hover {
          cursor: pointer;
          background-color: #F6EEF8; } }
  .custom-select__trigger {
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 24px;
    width: 24px;
    flex: 0 0 auto; }
    @media (max-width: 575px) {
      .custom-select__trigger {
        top: 10px; } }

.datepicker-input-wrap {
  position: relative; }
  .datepicker-input-wrap:after {
    position: absolute;
    content: "";
    right: 10px;
    width: 32px;
    height: 32px;
    top: calc(50% - 16px);
    pointer-events: none;
    background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='6.5' y='7.5' width='19' height='18' rx='1.5' stroke='%232B2A29'/%3E%3Cline x1='8' y1='13.5' x2='24' y2='13.5' stroke='%232B2A29'/%3E%3Cline x1='11.5' y1='10.5' x2='11.5' y2='5.5' stroke='%232B2A29' stroke-linecap='round'/%3E%3Cline x1='20.5' y1='10.5' x2='20.5' y2='5.5' stroke='%232B2A29' stroke-linecap='round'/%3E%3C/svg%3E%0A"); }

.password-wrap {
  position: relative; }
  .password-wrap__descr {
    margin-top: 10px;
    color: #181818;
    opacity: 0.5; }
  .password-wrap__show-pass {
    position: absolute;
    right: 16px;
    top: 40px;
    transform: translateX(0%);
    z-index: 10; }
    @media (min-width: 1024px) {
      .password-wrap__show-pass:hover {
        cursor: pointer; } }
    .password-wrap__show-pass-icon {
      display: flex;
      align-items: center;
      justify-content: center; }

/* End */


/* Start:/local/templates/slamUpdate/components-template/formstyler/style.css?17877508452275*/
@charset "UTF-8";
.jq-checkbox,
.jq-radio {
  position: relative;
  display: inline-block;
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.jq-checkbox input,
.jq-radio input {
  position: absolute;
  z-index: -1;
  margin: 0;
  padding: 0;
  opacity: 0; }

.jq-file {
  position: relative;
  display: inline-block;
  overflow: hidden; }

.jq-file input {
  position: absolute;
  top: 0;
  right: 0;
  height: auto;
  margin: 0;
  padding: 0;
  opacity: 0;
  font-size: 100px;
  line-height: 1em; }

.jq-file__name {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis; }

.jq-selectbox,
.jq-select-multiple {
  position: relative;
  display: inline-block; }

.jq-selectbox select,
.jq-select-multiple select {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  opacity: 0; }

.jq-selectbox li,
.jq-select-multiple li {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.jq-selectbox__select {
  position: relative; }

.jq-selectbox__select-text {
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
  text-overflow: ellipsis; }

.jq-selectbox__dropdown {
  position: absolute;
  z-index: 1000; }

.jq-selectbox__search input {
  -webkit-appearance: textfield; }

.jq-selectbox__search input::-webkit-search-cancel-button,
.jq-selectbox__search input::-webkit-search-decoration {
  -webkit-appearance: none; }

.jq-selectbox__dropdown ul {
  position: relative;
  overflow: auto;
  overflow-x: hidden;
  list-style: none;
  -webkit-overflow-scrolling: touch;
  max-height: 223px !important; }

.jq-select-multiple ul {
  position: relative;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch; }

.jq-number {
  display: inline-block; }

.jq-number__field input {
  -moz-appearance: textfield;
  text-align: left;
  /* для Opera Presto */ }

.jq-number__field input::-webkit-inner-spin-button,
.jq-number__field input::-webkit-outer-spin-button {
  margin: 0;
  /* в каких-то браузерах присутствует отступ */
  -webkit-appearance: none; }

/* End */


/* Start:/local/templates/.default/components/slam/easyform/new_form_modal/style.min.css?1787750844918*/
.slam-easyform .modal{text-align:center}@media screen and (min-width:768px){.slam-easyform .modal:before{display:inline-block;vertical-align:middle;content:" ";height:100%}}.slam-easyform .modal-dialog{display:inline-block;text-align:left;vertical-align:middle}.slam-easyform .modal .modal-header .title{margin:0;font-size:22px;display:inline-block}.hide-formvalidation small.help-block{display:none!important}@keyframes spinner{to{transform:rotate(360deg)}}.slam-easyform .spinner,.slam-easyform .spinner:hover{position:relative;color:transparent}.slam-easyform .spinner:before{content:'';box-sizing:border-box;position:absolute;top:50%;left:50%;width:20px;height:20px;margin-top:-10px;margin-left:-10px;border-radius:50%;border:2px solid #ccc;border-top-color:#333;animation:spinner .6s linear infinite;.form-control-label-checkbox .label-required{color: #eb5757; font-size: 18px; line-height: 1; font-weight: 700;}}
/* End */
/* /local/templates/.default/components/slam/easyform/new_form/style.min.css?1787750844805 */
/* /local/templates/.default/components/slam/file.input/form/style.css?17877508446413 */
/* /local/templates/html/components-template/stub-feedback/style.css?178775084524117 */
/* /local/templates/slamUpdate/components-template/form-mixin/style.css?178775084518945 */
/* /local/templates/slamUpdate/components-template/formstyler/style.css?17877508452275 */
/* /local/templates/.default/components/slam/easyform/new_form_modal/style.min.css?1787750844918 */
