	.agreement {
    line-height: 130%;
	}
	
	.agreement {
	width: 100%;
	color: #848799;
	max-width: 250px;
	font-size: 12px;
	line-height: 15px;
	}
	.wpcf7-form.init.preview-form.form p {
    display: flex;
    width: 100%;
    gap: 10px;
    justify-content: flex-start;
    flex-wrap: nowrap;
	}
   .z_test_new p {
    margin: 0 !important;
    padding: 0 !important;
	}
   .preview-button {
    z-index: 1;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
	}
   .popup .htmlform.wpc7-form__.react-promo-form-container .preview-button input {
    max-width: 245px;
    margin-right: 20px;
   }
  .preview-button input[type="submit"] {
	background: #f21c5d;
    padding: 20px 0;
    border-radius: 5px;
  }
  .iti__selected-flag{
	background-color: #fff !important;
  }
  .iti--allow-dropdown{
	border-radius: 20px;
	white-space: nowrap;
	}
  .iti--allow-dropdown input{
	/*border:none;
	border-radius: 17px;
	padding-left: 5px !important;
	display: inline-block;*/
	width: 100%;
	position: absolute !important;
	/*border-radius: 30px;  */
	
  }
  .iti__selected-dial-code{
	font-weight: 600 !important;
  }
  .iti__selected-flag{
	margin-left: 15px;
	padding: 0;
	height: 45px;
  }
  .iti__flag-container{
	position: static;
	display: inline-block;
  }
  .iti--allow-dropdown{
	display: flex;
	white-space: nowrap;
	height:58px;
  }
  .iti--allow-dropdown .form-group__text{
	bottom:0px;
	z-index: 1;
  }
  .iti--allow-dropdown label{
	z-index: 1 !important;
	left: 20px !important;
  }
  .iti--allow-dropdown .iti__selected-flag{
	top:6px;
  }
  .wpcf7 .button, input[type="button"], input[type="file"], input[type="reset"], input[type="submit"]{
    width: 100%;
  }
  input[type="email"], input[type="password"], input[type="search"], input[type="tel"], input[type="phone"], input[type="text"], textarea{
	height:56px;
	background-color: #fff!important;;
	color: #b3b3b3!important;
	}

  .wpcf7-form1 .init.preview-form.form p, .wpcf7-form2 .init.evaluation-form.form p, .wpcf7-form3 .init.popup-form.form p{
    width: 100% !important;
  }

  .iti__selected-dial-code, .iti__flag-container ul li span{
    color:#fff !important;
    font: 1rem/1.2 "Gotham Pro","Open Sans",Arial,"Helvetica Neue",Helvetica,sans-serif !important;
  }
  .iti__flag-container ul li .iti__country-name{
    color:#212529 !important;
  }
  .iti__flag-container ul li .iti__dial-code{
    color:#999 !important;
  }
  input[type="email"] ~ label, input[type="password"] ~ label, input[type="search"] ~ label, input[type="tel"] ~ label, input[type="text"] ~ label, textarea ~ label {
  position: absolute;
  line-height: 0;
  top: 0;
  min-height: 1px;
  left: 1.125em;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  padding: .3125em;
  font-size: .75em;
  color: #007eec;
  background-color: #fff;
  z-index: 4;
  opacity: 0;
  visibility: hidden;
}
input[type="email"] ~ label, input[type="password"] ~ label, input[type="search"] ~ label, input[type="tel"] ~ label, input[type="text"] ~ label, textarea ~ label {
  position: absolute;
  line-height: 0;
  top: 0;
  min-height: 1px;
  left: 1.125em;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  padding: .3125em;
  font-size: .75em;
  color: #007eec;
  background-color: #fff;
  z-index: 4;
  opacity: 0;
  visibility: hidden;
}
.iti--allow-dropdown .form-group__text {
  bottom: 0px;
  z-index: 1;
}
.form-group__text {
  position: absolute;
  line-height: 0;
  bottom: 2px;
  min-height: 1px;
  right: 1.125em;
  -webkit-transform: translateY(50%);
  -ms-transform: translateY(50%);
  transform: translateY(50%);
  padding: .3125em;
  font-size: .75em;
  color: #252835;
  background-color: #fff;
  z-index: 5;
  opacity: 0;
  visibility: hidden;
}
.aggt p {
	color: rgba(16, 10, 58, 1);
	font-size: 20px;
	line-height: 130%;
	padding-top: 18px;
}
.title-cards .aggt p {
	color: rgba(105, 116, 139, 1);
	font-size: 20px;
	line-height: 130%;
	padding-top: 18px;
}
.intlTelInputphone, .intlTelInputphone:focus, .intlTelInputphone:active, .iti__selected-flag{
  /* background-color: transparent !important; */
  color:#fff;
  box-shadow: none;
}
#wpcf7-f10006-o1 .intlTelInputphone, #wpcf7-f10006-o1 .intlTelInputphone:focus, #wpcf7-f10006-o1 .intlTelInputphone:active{

  border: 1px solid #ccc;
}

.intlTelInputphone, .intlTelInputphone:focus, .intlTelInputphone:active{
  
  border: 1px solid rgba(255,255,255,.2);
}
.preview-button p{
  display: none !important;
}
.preview-button .preview-agreement{
  display: inline-block !important;
}


#popup .popup-form .btn-action{
  max-width: inherit;
}
.intlTelInputphone::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:    #b3b3b3 !important;
    opacity: 0.6;
    padding-top: 6px !important; 
  font: 1rem/1.2 "Gotham Pro","Open Sans",Arial,"Helvetica Neue",Helvetica,sans-serif !important
}
.intlTelInputphone:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    #b3b3b3 !important;
    opacity: 0.6;
    padding-top: 6px !important; 
  font: 1rem/1.2 "Gotham Pro","Open Sans",Arial,"Helvetica Neue",Helvetica,sans-serif !important
}
.intlTelInputphone::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:    #b3b3b3 !important;
    opacity: 0.6;
    padding-top: 6px !important; 
  font: 1rem/1.2 "Gotham Pro","Open Sans",Arial,"Helvetica Neue",Helvetica,sans-serif !important
}
.intlTelInputphone:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color:    #b3b3b3 !important;
    opacity: 0.6;
    padding-top: 6px !important; 
  font: 1rem/1.2 "Gotham Pro","Open Sans",Arial,"Helvetica Neue",Helvetica,sans-serif !important
}
.intlTelInputphone::-ms-input-placeholder { /* Microsoft Edge */
   color:    #b3b3b3 !important;
    opacity: 0.6;
    padding-top: 6px !important; 
  font: 1rem/1.2 "Gotham Pro","Open Sans",Arial,"Helvetica Neue",Helvetica,sans-serif !important
}
.intlTelInputphone::placeholder { /* Most modern browsers support this now. */
   color:    #b3b3b3 !important;
    opacity: 0.6;
    padding-top: 6px !important; 
  font: 1rem/1.2 "Gotham Pro","Open Sans",Arial,"Helvetica Neue",Helvetica,sans-serif !important
}


.evaluation-wrapper .intlTelInputphone::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:    #b3b3b3 !important;
    opacity: 0.6;
    padding-top: 6px !important; 
  font: 1rem/1.2 "Gotham Pro","Open Sans",Arial,"Helvetica Neue",Helvetica,sans-serif !important
}
.evaluation-wrapper .intlTelInputphone:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    #b3b3b3 !important;
    opacity: 0.6;
    padding-top: 6px !important; 
  font: 1rem/1.2 "Gotham Pro","Open Sans",Arial,"Helvetica Neue",Helvetica,sans-serif !important
}
.evaluation-wrapper .intlTelInputphone::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:    #b3b3b3 !important;
    opacity: 0.6;
    padding-top: 6px !important; 
  font: 1rem/1.2 "Gotham Pro","Open Sans",Arial,"Helvetica Neue",Helvetica,sans-serif !important
}
.evaluation-wrapper .intlTelInputphone:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color:    #b3b3b3 !important;
    opacity: 0.6;
    padding-top: 6px !important; 
  font: 1rem/1.2 "Gotham Pro","Open Sans",Arial,"Helvetica Neue",Helvetica,sans-serif !important
}
.evaluation-wrapper .intlTelInputphone::-ms-input-placeholder { /* Microsoft Edge */
   color:    #b3b3b3 !important;
    opacity: 0.6;
    padding-top: 6px !important; 
  font: 1rem/1.2 "Gotham Pro","Open Sans",Arial,"Helvetica Neue",Helvetica,sans-serif !important
}
.evaluation-wrapper .intlTelInputphone::placeholder { /* Most modern browsers support this now. */
   color:    #b3b3b3 !important;
    opacity: 0.6;
    padding-top: 6px !important; 
  font: 1rem/1.2 "Gotham Pro","Open Sans",Arial,"Helvetica Neue",Helvetica,sans-serif !important
}

.button-wrap a{
  margin-right: auto !important;
  margin-left: auto !important;
}

.iti__arrow{
  border-top-color: #fff;
  border-bottom-color: #fff;
} 


.iti__flag-box, .iti__country-name {
    margin-right: 6px;
    color: #000;
}
.popup .row.z_test_new {
	margin:0
}

.popup .z_test_new .iti--allow-dropdown, .popup .z_test_new .iti--allow-dropdown .iti__flag-container, .popup .z_test_new .iti--separate-dial-code .iti__flag-container {
    height: 61px;
}
.popup .iti__arrow {
    border-top-color: #4d4d4d;
    border-bottom-color: #4d4d4d;
}
.popup .z_test_new .iti__selected-dial-code, .popup .iti__flag-container ul li span {
    color: #4d4d4d !important;
    font: inherit;
}
.popup .form__input:focus {
	border: 1px solid rgba(0,0,0,.23);
	box-shadow: 0 0 0 .2rem rgba(0,123,255,.25);
}
.popup .form__input {
    width: 100%;
    height: 61px;
    border-radius: 5px;
    padding: 20px 15px;
    color: #4d4d4d!Important;
    border: 1px solid rgba(0,0,0,.23);
    background-color: transparent;
    font: 1rem/1.2 "Gotham Pro","Open Sans",Arial,"Helvetica Neue",Helvetica,sans-serif !important;
}
.popup {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: rgba(0,0,0,.7);
	z-index: -1;
    position: fixed;
    inset: 0px;
    background-color: var(--joy-palette-background-backdrop, rgba(var(--joy-palette-neutral-darkChannel, 11 13 14) / 0.25));
    -webkit-tap-highlight-color: transparent;
    opacity: 1;
    backdrop-filter: blur(4px);
    transition: all 600ms ease 0s !important;
    opacity: 0;
    visibility: hidden;
    z-index: 100;
    -webkit-transition: opacity visibility ease-in-out;
    -o-transition: opacity visibility ease-in-out;
    transition: opacity visibility ease-in-out
}

.popup__container {
    position: relative;
    padding: 50px 20px 30px;
    width: calc(100% - 30px);
    max-width: 820px;
    background-color: #fbfcfe;
    border-radius: 15px;
    max-height: calc(100% - 30px);
    opacity: 0;
    visibility: hidden;
    z-index: 110;
    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    transform: translateY(30px);
    -webkit-transition: opacity .3s ease-in-out,visibility .3s ease-in-out,-webkit-transform .3s ease-in-out;
    transition: opacity .3s ease-in-out,visibility .3s ease-in-out,-webkit-transform .3s ease-in-out;
    -o-transition: opacity .3s ease-in-out,visibility .3s ease-in-out,transform .3s ease-in-out;
    transition: opacity .3s ease-in-out,visibility .3s ease-in-out,transform .3s ease-in-out;
    transition: opacity .3s ease-in-out,visibility .3s ease-in-out,transform .3s ease-in-out,-webkit-transform .3s ease-in-out
}
.popup  .htmlform.wpc7-form__.react-promo-form-container .preview-button {
    margin-top: 0;
    margin-left: 0;
    padding: 25px 6px 35px 7px;
}
@media (min-width: 768px) {
    .popup__container {
    padding: 50px 20px 30px;
	}
}

.popup__content {
    overflow-y: auto;
    max-height: calc(100vh - 150px)
}

.popup__pp-content {
    display: none
}

.popup__pp-content--w-max {
    max-width: 1200px!important
}

.popup__pp-content-center-img {
    position: relative;
    max-width: 120px;
    display: block;
    margin: 0 auto;
    z-index: 1
}

@media (min-width: 768px) {
    .popup__pp-content-center-img {
        max-width:100%
    }
}

.popup__close {
    z-index: 9;
    position: absolute;
    display: block;
    top: 15px;
    right: 15px
}

.popup__close i {
    color: #808a9e!important;
    -webkit-transition: color .3s ease-in-out;
    -o-transition: color .3s ease-in-out;
    transition: color .3s ease-in-out
}

.popup__close:hover i {
    color: #007eec!important
}

.popup .popup__title {
    line-height: 1;
    font-weight: 700;
    text-align: left;
    color: #32383E;
    font-size: 25px;
    padding: 10px 10px 35px 10px;
    margin: 0!important;
}
.popup  .react_form_input_email {
	margin:0!important;
}
.popup .react-promo-form-container {
    display: inline-block!important;
    min-height: 100px!important;
    margin-top: 0;
}
@media (min-width: 768px) {
    .popup .popup__title {
        font-size:25px;
        margin-top: 0;
    }
}

.popup--active {
    overflow: hidden;
}

.popup--active .popup {
    opacity: 1;
    visibility: visible;
    z-index: 1000;
}

.popup--active .popup__container {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0)
}

.popup--active .popup__pp-content--show {
    display: block
}

.success-form .popup {
    opacity: 1;
    visibility: visible
}

.success-form .popup__content {
    position: relative;
    z-index: 2
}

.success-form .popup__container {
    position: relative;
    text-align: center;
    opacity: 1;
    visibility: visible
}

.success-form .popup__pp-content {
    display: none
}

.success-form .popup__pp-content--show {
    display: block
}

.success-form--letter {
    position: relative
}

.success-form--letter .popup__container {
    padding-left: 0;
    padding-right: 0
}

.success-form--letter .popup__title {
    padding-left: 40px;
    padding-right: 40px
}

.success-form--letter img {
    position: relative
}

.success-form--callback .popup__container {
    padding-bottom: 0
}

.success-form-letter {
    position: relative
}

.success-form-letter::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 90px;
    background-image: url(../img/wave-line.svg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 0
}

.popup-head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: end;
    margin: -35px -35px 10px -25px;
}
.popup-head__close {
    padding: 0;
    color: #FFF;
    background: #000;
    font-size: 20px;
    width: 41px;
    text-align: center;
    vertical-align: middle;
    height: 41px;
    border-radius: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.popup .htmlform.wpc7-form__.react-promo-form-container .col-12.col-lg-3.col-xl-3.react_form_input_phoney, .popup .htmlform.wpc7-form__.react-promo-form-container .z_test_new.col-lg-3.react_form_input_phoney {
	width: 270px!important;
    max-width: 270px!important;
    min-width: 270px!important;
	padding-left: 0;
}
.popup .htmlform.wpc7-form__.react-promo-form-container div.row.z_test_new {
    min-height: 165px!important;
    padding: 0;
    justify-content: center;
}
.popup .htmlform.wpc7-form__.react-promo-form-container .col-12.col-lg-3.col-xl-3, .popup .htmlform.wpc7-form__.react-promo-form-container .z_test_new.col-lg-3 {
    max-width: unset!important;
    padding-top: 10px;
    margin-right: 20px;
    padding-right: 0!important;
    width: 227px!important;
    background: none;
    display: flex;
    margin-right: 15px;
    max-width: 227px!important;
    min-width: 227px!important;
}
.popup .wpcf7-form.init.preview-form.form {
    margin: 0;
}
.popup-content{color:#100a3a;padding:40px;position:relative;border-radius:20px;background-color:#fff}
.popup-content__title{font-size:30px;font-weight:700;margin-bottom:40px;text-align:center}
@media (max-width:700px){
	.popup__container .htmlform.wpc7-form__.react-promo-form-container div.row.z_test_new {
    min-height: 165px!important;
    padding: 0 10px;
	}
	.popup__container {
    position: relative;
    padding: 50px 17px 30px;
	}
	.preview-wrapper .htmlform.wpc7-form__.react-promo-form-container div.row.z_test_new,
	.evaluation .htmlform.wpc7-form__.react-promo-form-container div.row.z_test_new {
    padding: 0!important;
	}
	
	.popup-content .popup-content__title{line-height:1.2;text-align:center;white-space:normal}
  
  #form5 .htmlform.wpc7-form__.react-promo-form-container input[name*=name],
	.preview-wrapper .htmlform.wpc7-form__.react-promo-form-container input[name*=name],
	.popup__content .htmlform.wpc7-form__.react-promo-form-container input[name*=name],
	.evaluation .htmlform.wpc7-form__.react-promo-form-container input[name*=name],
	.popup__content .htmlform.wpc7-form__.react-promo-form-container input[name*=email]{
    background: none;
    display: flex;
    margin-right: 0;
    max-width: 100%!important;
    min-width: 100%!important;
	}
	.popup .htmlform.wpc7-form__.react-promo-form-container .col-12.col-lg-3.col-xl-3, .popup .htmlform.wpc7-form__.react-promo-form-container .z_test_new.col-lg-3 {
    max-width: unset!important;
    padding-top: 10px;
    margin-right: 20px;
    padding-right: 0!important;
    width: 100%!important;
    background: none;
    display: flex;
    margin-right: 15px;
    max-width: 100%!important;
    min-width: 100%!important;
	}
	.popup .htmlform.wpc7-form__.react-promo-form-container .col-12.col-lg-3.col-xl-3.react_form_input_phoney, .popup .htmlform.wpc7-form__.react-promo-form-container .z_test_new.col-lg-3.react_form_input_phoney {
    width: 100%!important;
    max-width: 100%!important;
    min-width: 100%!important;
    margin: 0;
}
.popup .htmlform.wpc7-form__.react-promo-form-container div.row.z_test_new {
    min-height: 165px!important;
    padding: 0;
    justify-content: center;
}
.preview-form__label--name {
    max-width: 100%!important;
}
.wpc7-form__.react-promo-form-container div.row.z_test_new>div:first-of-type, .wpcf7-form2__.react-promo-form-container div.row.z_test_new>div:first-of-type, .z_test_new .iti--allow-dropdown {
    min-width: 270px!important;
    margin-bottom: 0.5rem;
}
.popup .htmlform.wpc7-form__.react-promo-form-container .col-12.col-lg-3.col-xl-3, .popup .htmlform.wpc7-form__.react-promo-form-container .z_test_new.col-lg-3 {
    max-width: unset!important;
    padding-top: 10px;
    margin-right: 20px;
    padding-right: 0!important;
    background: none;
    display: flex;
    margin-right: 0;
    width: 100%!important;
    max-width: 100%!important;
    min-width: 100%!important;
}
.popup .htmlform.wpc7-form__.react-promo-form-container .col-12.col-lg-3.col-xl-3, .popup .htmlform.wpc7-form__.react-promo-form-container .z_test_new.col-lg-3 {
    max-width: unset!important;
    padding-top: 10px;
    margin-right: 0;
    padding-right: 0!important;
    width: 100%!important;
    min-width: 100%!important;
}
.popup .wpcf7-form.init.preview-form.form .form__label {
    display: inline-block;
    max-width: 100%;
}
.popup .z_test_new .iti--allow-dropdown, .popup .z_test_new .iti--allow-dropdown .iti__flag-container, .popup .z_test_new .iti--separate-dial-code .iti__flag-container {
	width: 100%;
    height: 61px;
    margin-bottom: 0.5rem;
}
	}
.wpc7-form__.react-promo-form-container .intlTelInputphone {
    min-width: 272px!important;
    border: 1px solid rgba(255, 255, 255, 0.2);
}
.popup .wpc7-form__.react-promo-form-container .intlTelInputphone {
    min-width: 272px!important;
    border: 1px solid rgba(0,0,0,.23);
}	
.popup .intlTelInputphone, .popup .intlTelInputphone:focus, .popup .intlTelInputphone:active {
    border: 1px solid rgba(0,0,0,.23);
}	
.evaluation .btn-action {
    width: 100%;
    padding: 20px 0;
    max-width: 289px;
    border-radius: 5px;
    background-color: #f21c5d;
}	
.popup-content-group{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}
.popup-content-group__text{text-align:center;width:100%;font-size:12px;color:#848799;max-width:320px}
.popup-btn{white-space:nowrap;padding:20px 30px!important;margin:40px 0 20px}
.popup-form{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.popup-form-group{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}@media (max-width:700px){.popup-form-group{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;padding:0 30px}.popup-form-group--button{margin:0 auto}}@media (max-width:390px){.popup-form-group{padding:0}}.popup-form__label{border:1px solid #e4e2e9;border-radius:5px}.popup-form__label:first-child{margin-right:20px}@media (max-width:700px){.popup-form__label:first-child{margin:0 0 10px}}.popup-form__input{color:#788292}.popup-form__input::-webkit-input-placeholder{font-size:16px;color:#788292}.popup-form__input::-moz-placeholder{font-size:16px;color:#788292}.popup-form__input:-ms-input-placeholder{font-size:16px;color:#788292}.popup-form__input::-ms-input-placeholder{font-size:16px;color:#788292}.popup-form__input::placeholder{font-size:16px;color:#788292}.btn{cursor:pointer;border:none}.btn-action{width:100%;padding:20px 0;max-width:210px;border-radius:5px;background-color:#f21c5d}.btn-action__text{font-size:18px;color:#fff}.btn-header{background:0 0;padding:10px 10px 6px 8px;border:1px solid rgba(255,255,255,.2);border-radius:10px}.btn-header:hover{background-color:rgba(255,255,255,.2)}.btn-header--menu{display:none;margin-left:10px}@media (max-width:880px){.btn-header--menu{display:-webkit-box;display:-ms-flexbox;display:flex}}.btn-close{background:0 0;margin:5px 0 0 30px}.btn-close__img{padding:10px;border-radius:50%;background-color:rgba(0,0,0,.42)}.form{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex}.form__label{width:100%}.form__input{width:100%;height:61px;border-radius:5px;padding:20px 15px;border:1px solid rgba(255,255,255,.2);background-color:transparent}.section-bg{border-radius:0 0 50px 50px;background: rgba(235, 243, 255, 1);padding:100px 0 30px;}.template{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}@media (max-width:1160px){.template--entrance{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}}@media (max-width:1080px){.btn-close{position:absolute;right:75px;margin:0;top:10px}.template--entrance{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.template--experience{-webkit-box-pack:start!important;-ms-flex-pack:start!important;justify-content:start!important}.template{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}}.template__title{font-size:50px;color:#100a3a}@media (max-width:370px){.template__title{font-size:35px}}.template-group{padding:20px;display:-webkit-box;display:-ms-flexbox;display:flex;margin-left:42px;-webkit-box-align:center;-ms-flex-align:center;align-items:center;border-radius:10px;background:rgba(66,71,242,.05)}@media (max-width:1080px){.template-group{margin:15px 0 0}}.template-group__text{margin-left:10px;font-size:18px;color:#100a3a}
/*# sourceMappingURL=../sourcemaps/style.min.css.map */
.z_test_new .col-12 {
    padding: 0 7px;
	margin-bottom:10px;
}
.z_test_new .col-lg-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 19%;
    flex: 0 0 19%;
    max-width: 19%;
}
.lpa {
    border: 1px solid #EFEFF1;
    border-radius: 10px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.ss {
    padding-top: 20px;
}
.popup__title.text-green-2 {
    font-size: 16px !important;
    font-weight: 300 !important;
}
.success-form img {
    max-width: 100%;
    height: auto;
    vertical-align: top;
}
 .blue-fone {
	 background-image: url(https://og1.ru/wp-content/uploads/2022/11/vector.png);
	 background: linear-gradient(135.48deg, #33BEF0 2.05%, #0A85D9 90.66%);
	 border-radius: 10px;
 }
.success-form-1, .success-form-2 {
	overflow: hidden;
}
.pp-text-new {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: white;
    text-align: left;
    padding-top: 20px;
}
.t-sub {
    position: absolute;
    left: 20px;
    bottom: 20px;
    background-color: #252835;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 16px;
    border-radius: 20px;
    padding-right: 16px;
    color: white;
    text-decoration: none;
    line-height: 25px;
    display: flex;
    justify-content: space-between;
    gap: 7px;
}
.tpop {
    text-align: right;
    display: block;
    position: absolute;
    right: 20px;
    top: 40px;
}