.tools_list{margin-top:30px;max-width:940px;margin-left:auto;margin-right:auto}.tools_list ul{display:grid;grid-template-columns:repeat(2,1fr);gap:20px;list-style-type:none!important;margin:0!important;padding:0!important}.tools_list ul li{margin:0!important;padding:0!important}.tools_list a{background:#eef6ff;border:1px solid #eef6ff;border-radius:5px;padding:30px 40px;font-size:20px;line-height:1;color:#333!important;font-weight:300;display:flex;align-items:center;justify-content:space-between;text-decoration:none;transition:.3s;height:100%}.tools_list a span{width:calc(100% - 30px)}.tools_list a:hover{background:#fff}.tools_list .icon{width:20px;height:20px;fill:#333}@media (max-width: 992px){.tools_list a{padding:15px 20px;font-size:18px}}@media (max-width: 768px){.tools_list ul{grid-template-columns:repeat(1,1fr);gap:5px}.tools_list a{padding:15px 20px}}@media (max-width: 400px){.tools_list a{font-size:16px;line-height:1.3}}.invalid-feedback{display:block}.message_block{padding:20px;border-radius:5px;background:#f8f9fc;margin-bottom:40px;font-size:16px;color:#000;margin-top:40px}.message_block.error{background:#fedee1;color:#fd0a20}.message_block.success{background:#c8f4dc;color:#307b4f}.message_block.primary{background:#e8f2ff;color:#0073ff}.message_block p{color:inherit;font-size:inherit;margin-bottom:20px}.message_block a{color:inherit}.message_block .btn{font-size:16px;line-height:1;color:#fff!important}.message_block .btn.red-btn{color:#fd0a20!important}.message_block .btn.red-btn:hover,.message_block .btn.red-btn:focus{color:#fff!important}.text-right{text-align:right}.copy_popup{position:absolute;transition:.3s;background:#62719e;padding:10px;border-radius:15px 15px 0;color:#fff;bottom:calc(100% + 10px);right:13px;font-size:16px;line-height:1.6}.copy_popup:after{content:"";position:absolute;right:0;bottom:-5px;border-top:6px solid #62719e;border-left:12px solid transparent}.heading{font-weight:700;font-size:18px}.break_words{word-break:break-all}.section_tool_container{max-width:1270px;padding:0 15px;margin:0 auto 150px;color:#333}.section_tool_container h1{margin-top:40px;margin-bottom:30px;margin-left:40px;display:flex;align-items:center}.section_tool_container h1 .icon{width:40px;height:40px;margin-right:20px;fill:#333}@media (max-width: 768px){.section_tool_container{margin-bottom:60px;padding:0 7px}.section_tool_container h1{margin-left:15px}}.table,.table td,.table th{background:none}.section_tool{display:flex;justify-content:space-between}.section_tool .tool_btn{height:40px;background:#cae2ff;font-size:16px;line-height:1;border-radius:5px;display:flex;align-items:center;justify-content:center;transition:.3s;text-decoration:none;color:#333;border:none;cursor:pointer;padding:0 10px}.section_tool .tool_btn.big{height:50px;font-weight:700;padding:0 20px}.section_tool .tool_btn .icon{width:16px;height:16px;fill:#333;margin-right:5px;transition:.3s}.section_tool .tool_btn:hover,.section_tool .tool_btn .active{background:#0073ff;color:#fff}.section_tool .tool_btn:hover .icon,.section_tool .tool_btn .active .icon{fill:#fff}.section_tool .tool_btn.red{background:#ff000f;color:#fff}.section_tool .tool_btn.red:hover,.section_tool .tool_btn.red .active{background:#dd000e}.section_tool .tool_btn:disabled{cursor:default;pointer-events:none}.section_tool .tool_btn.loading{position:relative;overflow:hidden}.section_tool .tool_btn.loading:before{content:"";position:absolute;left:0;top:0;bottom:0;right:0;background:inherit}.section_tool .tool_btn.loading:after{content:"";position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);border-radius:50%;width:24px;height:24px;border:3px solid #fff;border-right-color:transparent;animation:spin .8s linear infinite}.section_tool .radio_btn{cursor:pointer;margin:0}.section_tool .radio_btn input{position:absolute;width:1px;height:1px;margin:-1px;border:0;padding:0;white-space:nowrap;clip-path:inset(100%);clip:rect(0 0 0 0);overflow:hidden}.section_tool .radio_btn .icon{width:16px;height:16px;fill:#333;margin-right:5px}.section_tool .radio_btn input:checked+span{color:#fff;background:#0073ff}.section_tool .radio_btn input:checked+span .icon{fill:#fff}.section_tool .radio_btn span{height:40px;background:#cae2ff;border-radius:5px;transition:.3s;padding:10px 12px;display:block;color:#333;font-size:16px;line-height:1;display:flex;align-items:center}.section_tool .radio_btn.sm span{height:30px;padding:10px 7px}.section_tool .tool-form-control,.section_tool .tool-select{height:50px;background:#fff!important;border:1px solid #eaecf3;border-radius:5px;padding:10px 15px;color:#333;font-size:16px;line-height:30px;display:block;width:100%;margin:0}.section_tool .tool-form-control:is(:-webkit-autofill,:autofill),.section_tool .tool-select:is(:-webkit-autofill,:autofill){background-color:#fff!important}.section_tool .tool-form-control:focus,.section_tool .tool-select:focus{outline:none;border-color:#0073ff}.section_tool .tool-form-control.textarea,.section_tool .tool-select.textarea{height:100px;resize:vertical}.section_tool .tool-form-control.sm,.section_tool .tool-select.sm{padding:5px 10px;height:40px;font-size:14px}.section_tool .tool-form-control.sm.textarea,.section_tool .tool-select.sm.textarea{height:50px;resize:vertical}.section_tool .tool-select-wrap{position:relative}.section_tool .tool-select-wrap:after{content:"";position:absolute;top:50%;right:15px;transform:translateY(-50%);pointer-events:none;border:solid transparent;border-color:#333 transparent transparent transparent;border-width:8px 6px 0 6px}.section_tool .tool-select-wrap.sm:after{border-width:7px 5px 0 5px}.section_tool .tool-select{-webkit-appearance:none;-moz-appearance:none;appearance:none;display:block;width:100%}.section_tool .tool-select::-ms-expand{display:none}.section_tool .options_heading{font-weight:700;font-size:16px;color:#333;line-height:26px;margin-top:24px}.section_tool .options_heading:first-child{margin-top:0;margin-bottom:13px}.section_tool .input-group{height:auto}.section_tool .input-group .tool-select-wrap,.section_tool .input-group .tool-form-control{flex:1 1 auto;width:1%;border-radius:0}.section_tool .input-group .tool-select-wrap .tool-select,.section_tool .input-group .tool-form-control .tool-select{border-radius:0}.section_tool .input-group .tool-select-wrap:first-child,.section_tool .input-group .tool-form-control:first-child,.section_tool .input-group .tool-select-wrap:first-child .tool-select,.section_tool .input-group .tool-form-control:first-child .tool-select{border-radius:5px 0 0 5px}.section_tool .input-group .tool-select-wrap:last-child,.section_tool .input-group .tool-form-control:last-child{border-radius:0 5px 5px 0}.section_tool .input-group .tool-select-wrap:last-child .tool-select,.section_tool .input-group .tool-form-control:last-child .tool-select{border-radius:0 5px 5px 0}.section_tool .tool_container{width:calc(100% - 340px);color:#333}.section_tool .tool_container p{color:inherit}.section_tool .tool_container ul,.section_tool .tool_container ol{padding-left:26px;margin-left:20px}.section_tool .tool_container ul li,.section_tool .tool_container ol li{margin-top:5px}.section_tool .tool_container ul li *:last-child,.section_tool .tool_container ol li *:last-child{margin-bottom:0}.section_tool .tool_container ul{list-style-type:disc}.section_tool .tool_container ol{list-style-type:decimal}.section_tool .tool_container h3,.section_tool .tool_container h4,.section_tool .tool_container h5,.section_tool .tool_container h6{margin-top:30px}.section_tool .tool_container a{color:#0073ff}.section_tool .tool_content_block{border:1px solid #eaecf3;background:#f8f9fc;padding:40px;border-radius:5px;margin-top:10px}.section_tool .tool_content_block:first-child{margin-top:0}.section_tool .sidebar{width:300px}.section_tool .sidebar ul{margin:0!important;padding:0!important;list-style-type:none!important}.section_tool .sidebar ul li{margin:5px 0 0!important;padding:0!important}.section_tool .sidebar ul li:first-child{margin-top:0!important}.section_tool .sidebar ul a{background:#f8f9fc;border-radius:5px;display:block;transition:.3s;color:#333;text-decoration:none;font-size:16px;line-height:1.2;padding:12px 15px;display:flex;align-items:center}.section_tool .sidebar ul a .icon{width:16px;height:16px;fill:#333;margin-right:10px}.section_tool .sidebar ul a:hover{background:#cae2ff}.section_tool .sidebar ul a.active{background:#050505;color:#fff}.section_tool .sidebar ul a.active .icon{fill:#fff}@media (max-width: 992px){.section_tool .tool_content_block{padding:15px}.section_tool .tool_content_block>fieldset:first-child{margin-top:20px}.section_tool .tool_container{width:calc(100% - 260px)}.section_tool .sidebar{width:240px}}@media (max-width: 768px){.section_tool{display:block}.section_tool .tool_container{width:100%}.section_tool .sidebar{display:none}}@media (max-width: 1300px){.admin .section_tool{display:block}.admin .section_tool .tool_container{width:100%}.admin .section_tool .sidebar{display:none}}fieldset{border:1px solid #eaecf3;padding:40px 20px 20px;position:relative;background:#fff;border-radius:5px}fieldset legend{position:absolute;font-size:18px;line-height:1;left:20px;top:-19px;background:#fff;width:auto;font-weight:700;padding:0 10px;border:1px solid #eaecf3;border-bottom:0;line-height:40px;height:19px;border-radius:5px 5px 0 0}@media (max-width: 480px){fieldset{margin:0 -15px!important;background:none;border:none;border-bottom:1px solid #eaecf3;padding:20px 15px 30px;border-radius:0}fieldset legend{background:none;line-height:1;height:auto;padding:0;border:none;position:static;border-radius:0}}.text_result{padding:20px;background:#fff;border-radius:5px}.text_result>*:first-child{margin-top:0!important}.text_result>*:last-child{margin-bottom:0!important}.text_result dl{padding-left:15px;padding-right:15px}.text_result dt,.text_result dd{margin:0;border-bottom:1px solid #eee;padding:10px;word-wrap:break-word}@media (max-width: 575px){.text_result{padding:15px}.text_result dt{border-bottom:0;padding:0}.text_result dd{padding:10px 0 10px 20px}}.h3-sm{font-size:20px;font-weight:700}pre{background:#fff;padding:20px}@keyframes spin{0%{transform:translate(-50%,-50%) rotate(0)}to{transform:translate(-50%,-50%) rotate(360deg)}}.table-wrap{overflow:auto;padding-bottom:25px}.table-wrap th,.table-wrap td{border:1px solid #eaecf3;font-size:14px}
