.contact_list{display:grid;grid-template-columns:1.6fr 1fr;gap:60px;align-items:start;margin:0;padding:0}.contact_list .info{display:block;padding:8px 0 0}.contact_list .info .row{display:block;margin:0 0 32px}.contact_list .info .row .icon{display:flex;align-items:center;justify-content:center;margin:0 0 16px;width:48px;height:48px;background-color:#1e1e1e;border-radius:7px}.contact_list .info .row .icon::before{content:"";display:block;width:24px;height:24px;background-color:#ffffff;-webkit-mask-image:url('../../../../img/mail_icon.svg');mask-image:url('../../../../img/mail_icon.svg');-webkit-mask-repeat:no-repeat;-webkit-mask-position:center center;-webkit-mask-size:24px 24px;mask-repeat:no-repeat;mask-position:center center;mask-size:24px 24px}.contact_list .info .row .icon.phone::before{-webkit-mask-image:url('../../../../img/phone_icon.svg');mask-image:url('../../../../img/phone_icon.svg')}.contact_list .info .row .text a{display:block;font-size:20px;line-height:24px;font-weight:500;color:#1e1e1e;transition:all 400ms ease 0ms}.notouch .contact_list .info .row .text a:is(:hover,:focus){color:#6ca72e}.contact_list .info .row .text .anotation{margin:0;opacity:.6}.contact_list .info .social_title{margin:0 0 16px;font-size:14px;line-height:19px;font-weight:600;letter-spacing:.5px;text-transform:uppercase;color:#1e1e1e}.contact_list .info ul.social{display:flex;gap:12px;margin:0;padding:0;list-style:none}.contact_list .info ul.social li{margin:0}.contact_list .info ul.social li a{display:block;position:relative;width:49px;height:49px;background-color:#1e1e1e;border-radius:7px;transition:all 400ms ease 0ms}.contact_list .info ul.social li a::before{content:"";position:absolute;inset:0;background-color:#ffffff;-webkit-mask-repeat:no-repeat;-webkit-mask-position:center center;-webkit-mask-size:32px 32px;mask-repeat:no-repeat;mask-position:center center;mask-size:32px 32px}.contact_list .info ul.social li a.fb::before{-webkit-mask-image:url('../../../../img/social_fb_icon3.svg');mask-image:url('../../../../img/social_fb_icon3.svg')}.contact_list .info ul.social li a.in::before{-webkit-mask-image:url('../../../../img/social_in_icon3.svg');mask-image:url('../../../../img/social_in_icon3.svg')}.contact_list .info ul.social li a.yt::before{-webkit-mask-image:url('../../../../img/social_yt_icon3.svg');mask-image:url('../../../../img/social_yt_icon3.svg')}.contact_list .info ul.social li a.li::before{-webkit-mask-image:url('../../../../img/social_li_icon3.svg');mask-image:url('../../../../img/social_li_icon3.svg')}.contact_list .info ul.social li a.tw::before{-webkit-mask-image:url('../../../../img/social_tw_icon3.svg');mask-image:url('../../../../img/social_tw_icon3.svg')}.contact_list .info ul.social li a.tt::before{-webkit-mask-image:url('../../../../img/social_tt_icon3.svg');mask-image:url('../../../../img/social_tt_icon3.svg')}.contact_list .info ul.social li a.wa::before{-webkit-mask-image:url('../../../../img/social_wa_icon3.svg');mask-image:url('../../../../img/social_wa_icon3.svg')}.notouch .contact_list .info ul.social li a:is(:hover,:focus){background-color:#6ca72e}@media screen and (max-width:1000px){.contact_list{grid-template-columns:1fr;gap:40px}}.forms_list{position:relative;margin:0;display:flex;flex-direction:column;padding:48px;box-sizing:border-box;overflow:hidden;border-radius:16px;background:#ffffff;border:1px solid #e6e7e2;box-shadow:0 30px 60px -30px rgba(0,0,0,0.2)}.forms_list .title{margin:0 0 1rem;color:#6ca72e}.forms_list table{border-spacing:0;width:100%;table-layout:fixed;transition:opacity 400ms ease 0ms}.forms_list table td{padding:0}.forms_list table col.gap{width:16px}.forms_list table.cols2 col.real{width:50%}.forms_list table.cols3 col.real{width:33.33%}.forms_list table td.empty{width:0;padding:0 8px}.forms_list .tooltipster{pointer-events:auto;margin:0;top:0;display:inline-block;vertical-align:middle;font-size:0;position:relative;width:20px;height:20px;z-index:9;transition:all 400ms ease 0ms}.forms_list .tooltipster::before{margin:0;content:"";position:absolute;inset:0;background:#7E8490;-webkit-mask-image:url('../../../../img/picture_tooltip.svg');mask-image:url('../../../../img/picture_tooltip.svg');-webkit-mask-repeat:no-repeat;-webkit-mask-position:center center;-webkit-mask-size:20px 20px;mask-repeat:no-repeat;mask-position:center center;mask-size:20px 20px;transition:all 400ms ease 0ms}.forms_list label{cursor:pointer}.forms_list label,.forms_list .label{width:100%;margin:15px 0 0;font-size:14px;line-height:28px;font-weight:500;text-align:left;display:inline-block;vertical-align:middle;position:relative}.forms_list .star{color:#6ca72e}.forms_list .label label{height:22px;display:inline-block;vertical-align:middle;margin:0 30px 0 0;width:initial}.forms_list .btn_label{line-height:22px;display:inline-block;vertical-align:middle;margin:0 30px 0 0;width:initial}.forms_list label :is(input[type=text], input[type=email], input[type=tel], input[type=date], textarea){border-radius:10px;width:100%;box-sizing:border-box;display:block;border:1px solid #e2e4de;background-color:#f6f7f3;font-size:14px;line-height:26px;font-weight:400;text-align:left;padding:8px 15px;transition:all 400ms ease 0ms}.forms_list label :is(input[type=text], input[type=email], input[type=tel], input[type=date], textarea).uploadFile{padding-left:55px}.forms_list label.padding :is(input[type=text], input[type=email], input[type=tel], input[type=date], textarea){padding:12px 15px 4px}.forms_list label textarea{resize:none;overflow:auto;height:120px}.forms_list label input[readonly]{background-color:#e0e0e0;border:1px solid #e0e0e0 !important}.forms_list label :is(input[type=text], input[type=email], input[type=tel], input[type=date], textarea):focus{border-color:#6ca72e}.forms_list label :is(input[type=text], input[type=email], input[type=tel], input[type=date], textarea).red_warning{border-color:#E72628 !important}.forms_list label .text{display:inline-block;vertical-align:middle;font-size:14px;line-height:22px;font-weight:400}.forms_list .file{text-align:left;position:relative;width:100%}.forms_list .file::before{content:"";border-radius:8px 0 0 8px;width:40px;position:absolute;left:0;top:0;height:44px;background-color:#1e1e1e}.forms_list .file::after{content:"";border-radius:8px 0 0 8px;width:40px;position:absolute;left:0;top:0;height:44px;background-color:#fff;-webkit-mask-image:url('../../../../img/file_icon.svg');mask-image:url('../../../../img/file_icon.svg');-webkit-mask-repeat:no-repeat;-webkit-mask-position:center center;-webkit-mask-size:28px 28px;mask-repeat:no-repeat;mask-position:center center;mask-size:28px 28px}.forms_list .file .uploadBtn{width:100%}.forms_list .file .fileUpload{overflow:hidden;cursor:pointer;position:absolute;inset:0;z-index:1;margin:0}.forms_list .file .fileUpload::before{content:"";border-radius:0 8px 8px 0;width:31px;position:absolute;right:0;top:0;height:44px;background-color:#1e1e1e}.forms_list .file .fileUpload::after{content:"";border-radius:0 8px 8px 0;width:31px;position:absolute;right:0;top:0;height:44px;background-color:#fff;-webkit-mask-image:url('../../../../img/select_arrow.svg');mask-image:url('../../../../img/select_arrow.svg');-webkit-mask-repeat:no-repeat;-webkit-mask-position:center center;-webkit-mask-size:16px 16px;mask-repeat:no-repeat;mask-position:center center;mask-size:16px 16px}.forms_list .file .fileUpload .btn{padding-left:0;padding-right:0;text-align:center;width:108px}.forms_list .file .fileUpload input[type=file]{width:calc(100% + 220px);z-index:999;position:absolute;top:0;right:0;margin:0;padding:0;font-size:33px;cursor:pointer;display:block;opacity:0}.forms_list .file .file_anot{font-size:12px;line-height:18px;color:#1e1e1e;margin:5px 0 0}.forms_list .select2-container--default .select2-selection--single{border-color:#e2e4de;background-color:#f6f7f3;border-radius:10px}.forms_list .select2-container--default.select2-container--focus .select2-selection--single{border-color:#6ca72e}.forms_list .select2-container .select2-selection--single .select2-selection__rendered{font-size:14px;line-height:26px;min-height:26px;font-weight:400;padding:8px 30px 8px 15px}.forms_list .padding .select2-container .select2-selection--single .select2-selection__rendered{padding:12px 30px 4px 15px}.forms_list .select2-container--default .select2-selection--single .select2-selection__arrow{background-color:#1e1e1e;border-left-color:#1e1e1e;border-radius:0 8px 8px 0}.forms_list .select2-container--default .select2-selection--single .select2-selection__arrow::before{background-color:#fff}.forms_list .select2-container--default.red_warning .select2-selection--single{border-color:#E72628 !important}.forms_list .select2-container--default .select2-selection__placeholder{opacity:0}.forms_list .select2-container--default .select2-selection--multiple{border-color:#e2e4de;background-color:#f6f7f3;border-radius:10px}.forms_list .select2-container--default.select2-container--focus .select2-selection--multiple{border-color:#6ca72e}.forms_list .select2-container .select2-selection--multiple .select2-selection__rendered{padding:8px 30px 8px 15px;gap:8px}.forms_list .select2-container .select2-selection--multiple .select2-selection__rendered:has(li:nth-child(2)){padding-top:20px}.forms_list .select2-container .select2-selection--multiple .select2-selection__rendered::before{background-color:#1e1e1e;border-left-color:#1e1e1e;border-radius:0 6px 6px 0}.forms_list .select2-container .select2-selection--multiple .select2-selection__rendered::after{background-color:#fff}.forms_list .select2-container--default .select2-selection--multiple .select2-selection__choice{background-color:#F2F2F4;border-color:#E8E8EA;border-radius:4px;padding:4px 10px;font-size:13px;line-height:18px}.forms_list .select2-container--default .select2-selection--multiple .select2-selection__choice__remove{color:#1e1e1e;opacity:.5;transition:all 400ms ease 0ms}.notouch .forms_list .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover{opacity:1}.forms_list .select2-container--default.red_warning .select2-selection--multiple{border-color:#E72628 !important}.forms_list table td:has(.form_title){padding-top:30px}.forms_list table tr:nth-child(1) td:has(.form_title){padding-top:0}.forms_list table td .form_title{font-size:16px;line-height:24px;font-weight:700;display:inline-block;vertical-align:middle}.forms_list table td label{position:relative}.forms_list table td label .placeholder{z-index:998;position:absolute;left:15px;top:12px;font-size:14px;line-height:20px;font-weight:400;color:#1e1e1e;padding:0;transition:all 400ms ease 0ms;pointer-events:none}.forms_list table td label:not(.place_in_select, .place_in_select_multiple):focus-within .placeholder,.forms_list table td label:has(input:-webkit-autofill) .placeholder,.forms_list table td label:not(.place_in_select, .place_in_select_multiple, .place_in_file):not(:has(:placeholder-shown)) .placeholder,.forms_list table td label.place_in_select:has(.select2-selection__rendered[title]:not([title=""])) .placeholder,.forms_list table td label.place_in_select_multiple:has(.select2-selection__choice) .placeholder,.forms_list table td label.active .placeholder{z-index:998;top:4px;line-height:12px;font-size:10px}.forms_list table td label ::placeholder{user-select:none;color:transparent}.forms_list table td label .placeholder.move{left:55px}.forms_list .gdpr{color:#8b8d86;text-align:right;font-size:12px;line-height:16px;margin:1rem 0}.forms_list .gdpr a{font-weight:600;color:#8b8d86;text-decoration:underline;transition:all 400ms ease 0ms}.notouch .forms_list .gdpr a:is(:hover,:focus){color:#6ca72e}@media screen and (max-width:650px){.forms_list table,.forms_list table tbody,.forms_list table tr,.forms_list table td{display:block;width:100%}}