.regforms{width:100%}.regforms .layout{width:100%;position:relative}.regforms .form_card{box-sizing:border-box;width:576px;margin:0 auto;padding:40px;border:1px solid #e6e6e6;background-color:#fff;border-radius:8px}.regforms .form_card.small{width:480px}.regforms .form_card .title{margin:0;font-size:20px;line-height:26px;font-weight:600;color:#1C1C1C}.regforms .form_card .subtitle{margin:8px 0 0;font-size:14px;line-height:18px;color:#555555}.regforms .form_card .head{padding-bottom:24px;margin-bottom:24px;border-bottom:1px solid #e6e6e6}.regforms .form_card .field{margin:0 0 16px}.regforms .form_card .field label{display:block;margin:0 0 8px;font-size:13px;line-height:18px;font-weight:500;color:#555555}.regforms .form_card .field input{box-sizing:border-box;width:100%;height:46px;padding:0 18px;border-radius:6px;border:1px solid #d1d1d1;font-family:inherit;font-size:14px;line-height:18px;color:#1C1C1C;transition:border-color 400ms ease 0ms}.regforms .form_card .field input::placeholder{color:#b8b8b8}.notouch .regforms .form_card .field input:focus{border-color:#E76124}.regforms .form_card .forgot{display:inline-block;margin:0 0 24px;font-size:13px;line-height:18px;color:#5E8BBA}.notouch .regforms .form_card .forgot:is(:hover,:focus){text-decoration:underline}.regforms .form_card .submit{width:100%;box-sizing:border-box}.regforms .form_card .divider_row{display:flex;align-items:center;gap:16px;margin:24px 0}.regforms .form_card .divider_row .line{flex:1;height:1px;background-color:#e6e6e6}.regforms .form_card .divider_row span{font-size:13px;line-height:18px;color:#888888}.regforms .form_card .social{display:flex;flex-direction:column;gap:12px}.regforms .form_card .social_btn{box-sizing:border-box;width:100%;height:42px;display:flex;align-items:center;justify-content:center;border-radius:6px;border:1px solid #e6e6e6;background-color:#fff;font-family:inherit;font-size:13px;line-height:18px;color:#555555;cursor:pointer;transition:all 400ms ease 0ms}.notouch .regforms .form_card .social_btn:is(:hover,:focus){border-color:#b8b8b8}.regforms .form_card .foot{margin-top:24px;padding-top:24px;border-top:1px solid #e6e6e6;text-align:center;font-size:14px;line-height:18px;color:#555555}.regforms .form_card .foot a{margin-left:4px;font-weight:600;color:#E76124}.notouch .regforms .form_card .foot a:is(:hover,:focus){text-decoration:underline}.regforms .form_card .notice{margin:16px 0 0;padding:16px;box-sizing:border-box;background-color:#F7F7F7;border-radius:6px;font-size:12px;line-height:17px;color:#555555;text-align:center}.regforms .form_card .back_row{margin-top:24px;padding-top:24px;border-top:1px solid #e6e6e6;text-align:center}.regforms .trust_line{margin:16px 0 0;text-align:center;font-size:13px;line-height:18px;color:#888888}.regforms .side{position:absolute;top:0;right:0;width:276px;display:flex;flex-direction:column;gap:16px}.regforms .side .benefits{position:relative;box-sizing:border-box;padding:20px 20px 20px 28px;background-color:#F7F7F7;border-radius:0 8px 8px 0;overflow:hidden}.regforms .side .benefits::before{content:'';position:absolute;left:0;top:0;bottom:0;width:4px;background-color:#5E8BBA}.regforms .side .benefits .title{margin:0 0 16px;font-size:15px;line-height:20px;font-weight:600;color:#1C1C1C}.regforms .side .benefits ul{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:14px}.regforms .side .benefits ul li{position:relative;padding-left:24px;font-size:13px;line-height:18px;color:#555555}.regforms .side .benefits ul li::before{content:'';position:absolute;left:0;top:2px;width:14px;height:14px;background-color:#5E8BBA;-webkit-mask-image:url('../../img/correct_icon.svg');mask-image:url('../../img/correct_icon.svg');-webkit-mask-repeat:no-repeat;-webkit-mask-position:center center;-webkit-mask-size:14px 14px;mask-repeat:no-repeat;mask-position:center center;mask-size:14px 14px}.regforms .side .trust{box-sizing:border-box;padding:18px 16px;border:1px solid #e6e6e6;background-color:#fff;border-radius:8px;text-align:center;font-size:12px;line-height:16px;color:#555555}.regforms .type_grid{width:100%;display:grid;grid-template-columns:repeat(3, 1fr);row-gap:24px;column-gap:24px}.regforms .type_grid.owl-carousel{display:block}.regforms .type_grid.owl-carousel>[class*="item"]{width:calc(100% / 3 - (2 * 24px / 3) * 1);margin-right:24px}.regforms .type_grid.cols_5{grid-template-columns:repeat(5, 1fr);row-gap:16px;column-gap:16px}.regforms .type_grid.cols_5.owl-carousel{display:block}.regforms .type_grid.cols_5.owl-carousel>[class*="item"]{width:calc(100% / 5 - (4 * 16px / 5) * 1);margin-right:16px}.regforms .type_grid .type_card{position:relative;box-sizing:border-box;display:block;padding:20px 24px;border:1px solid #e6e6e6;background-color:#fff;border-radius:8px;cursor:pointer;transition:border-color 400ms ease 0ms}.regforms .type_grid.cols_5 .type_card{padding:16px}.regforms .type_grid.cols_5 .type_card:has(input:checked){padding:15px}.regforms .type_grid .type_card input{position:absolute;width:0;height:0;opacity:0}.regforms .type_grid .type_card .check{display:none;position:absolute;top:14px;right:20px;width:18px;height:18px;background-color:#E76124;-webkit-mask-image:url('../../img/correct_icon.svg');mask-image:url('../../img/correct_icon.svg');-webkit-mask-repeat:no-repeat;-webkit-mask-position:center center;-webkit-mask-size:18px 18px;mask-repeat:no-repeat;mask-position:center center;mask-size:18px 18px}.regforms .type_grid .type_card .title{display:block;font-size:15px;line-height:20px;font-weight:600;color:#1C1C1C}.regforms .type_grid .type_card .role{display:block;margin:4px 0 0;font-size:13px;line-height:18px;font-weight:500;color:#5E8BBA}.regforms .type_grid .type_card .desc{display:block;margin:8px 0 0;font-size:12px;line-height:16px;color:#555555}.regforms .type_grid .type_card:has(input:checked){border:2px solid #E76124;padding:19px 23px;background-color:#FEF9F6}.regforms .type_grid .type_card:has(input:checked) .check{display:block}.notouch .regforms .type_grid .type_card:not(:has(input:checked)):is(:hover,:focus-within){border-color:#b8b8b8}.regforms .info_band{box-sizing:border-box;padding:15px 24px;background-color:#EFF4FA;border-left:4px solid #5E8BBA;display:flex;align-items:center;justify-content:space-between;gap:24px;flex-wrap:wrap}.regforms .info_band .text .title{margin:0;font-size:14px;line-height:18px;font-weight:600;color:#1C1C1C}.regforms .info_band .text p{margin:6px 0 0;font-size:13px;line-height:18px;color:#555555}.regforms .form_section{width:100%;margin:0 0 40px}.regforms .form_section:last-of-type{margin:0}.regforms .form_section .section_title{position:relative;margin:0 0 24px;padding-left:16px;font-size:16px;line-height:20px;font-weight:600;color:#1C1C1C}.regforms .form_section .section_title::before{content:'';position:absolute;left:0;top:1px;bottom:1px;width:6px;background-color:#E76124;border-radius:3px}.regforms .form_section .divider{width:100%;height:1px;margin:0 0 24px;background-color:#e6e6e6}.regforms .form_section .row{display:flex;flex-wrap:wrap;gap:24px;margin:0 0 24px}.regforms .form_section .row .field{flex:1 1 0;margin:0}.regforms .form_section .row .field.narrow{flex:0 1 224px}.regforms .form_section .field label{display:block;margin:0 0 8px;font-size:13px;line-height:18px;font-weight:500;color:#555555}.regforms .form_section .field :is(input,select){box-sizing:border-box;width:100%;height:46px;padding:0 16px;border-radius:6px;border:1px solid #d1d1d1;font-family:inherit;font-size:14px;line-height:18px;color:#1C1C1C;background-color:#fff;transition:border-color 400ms ease 0ms}.regforms .form_section .field textarea{box-sizing:border-box;width:100%;min-height:100px;padding:12px 16px;border-radius:6px;border:1px solid #d1d1d1;font-family:inherit;font-size:14px;line-height:20px;color:#1C1C1C;resize:vertical;transition:border-color 400ms ease 0ms}.regforms .form_section .field :is(input,textarea)::placeholder{color:#b8b8b8}.regforms .form_section .field.highlight :is(input,select){border-color:#5E8BBA}.notouch .regforms .form_section .field :is(input,select,textarea):focus{border-color:#E76124}.regforms .form_section .select2-container--default .select2-selection--single{border-color:#e6e6e6;background-color:#fff;border-radius:6px}.regforms .form_section .select2-container--default.select2-container--focus .select2-selection--single{border-color:#E76124}.regforms .form_section .select2-container .select2-selection--single .select2-selection__rendered{color:#1C1C1C;font-size:13px;line-height:16px;min-height:16px;font-weight:400;padding:13px 30px 13px 14px}.regforms .form_section .select2-container--default .select2-selection--single .select2-selection__arrow{background-color:transparent;border:0;border-radius:0}.regforms .form_section .select2-container--default .select2-selection--single .select2-selection__arrow::before{background-color:#1C1C1C}.regforms .form_section .select2-container--default.red_warning .select2-selection--single{border-color:#D33030 !important}.regforms .form_section .select2-container--default .select2-selection__placeholder{opacity:0}.regforms .form_section .check_row{position:relative;display:flex;align-items:flex-start;gap:12px;padding:20px 0;border-bottom:1px solid #e6e6e6;cursor:pointer}.regforms .form_section .check_row input{margin-top:3px}.regforms .form_section .check_row .title{display:block;font-size:14px;line-height:18px;color:#1C1C1C}.regforms .form_section .check_row .hint{display:block;margin:4px 0 0;font-size:13px;line-height:18px;color:#888888}.regforms .form_section .consent_row{display:flex;align-items:flex-start;gap:10px;padding:8px 0;cursor:pointer}.regforms .form_section .consent_row span{font-size:13px;line-height:18px;color:#555555}.regforms .form_section .submit_row{display:flex;align-items:center;gap:24px;flex-wrap:wrap;margin-top:24px}.regforms .form_section .submit_row .submit{width:480px;max-width:100%;box-sizing:border-box}@media screen and (max-width:900px){.regforms .type_grid{grid-template-columns:repeat(1, 1fr);row-gap:16px;column-gap:16px}.regforms .type_grid.owl-carousel{display:block}.regforms .type_grid.owl-carousel>[class*="item"]{width:calc(100% / 1 - (0 * 16px / 1) * 1);margin-right:16px}.regforms .type_grid.cols_5{grid-template-columns:repeat(1, 1fr);row-gap:16px;column-gap:16px}.regforms .type_grid.cols_5.owl-carousel{display:block}.regforms .type_grid.cols_5.owl-carousel>[class*="item"]{width:calc(100% / 1 - (0 * 16px / 1) * 1);margin-right:16px}.regforms .form_section .row{flex-direction:column;gap:16px}.regforms .form_section .row .field.narrow{flex-basis:auto}}@media screen and (max-width:1280px){.regforms .layout{display:flex;flex-direction:column;align-items:center;gap:24px}.regforms .form_card{width:100%;max-width:576px;margin:0}.regforms .form_card.small{width:100%;max-width:480px}.regforms .side{position:static;width:100%;max-width:576px}}@media screen and (max-width:600px){.regforms .form_card{padding:24px}}